Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 2d87e1b

Browse files
Release v1.44.172 (2023-01-03) (#4678)
Release v1.44.172 (2023-01-03) === ### Service Client Updates * `service/securitylake`: Updates service API and documentation
1 parent eb531b5 commit 2d87e1b

File tree

11 files changed

+790
-620
lines changed

11 files changed

+790
-620
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Release v1.44.172 (2023-01-03)
2+
===
3+
4+
### Service Client Updates
5+
* `service/securitylake`: Updates service API and documentation
6+
17
Release v1.44.171 (2022-12-30)
28
===
39

aws/endpoints/defaults.go

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.171"
8+
const SDKVersion = "1.44.172"

models/apis/securitylake/2018-05-10/api-2.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@
822822
"accountId":{"shape":"AwsAccountId"},
823823
"externalId":{"shape":"SafeString"},
824824
"sourceTypes":{"shape":"SourceTypeList"},
825-
"subscriberDescription":{"shape":"SafeString"},
825+
"subscriberDescription":{"shape":"DescriptionString"},
826826
"subscriberName":{"shape":"CreateSubscriberRequestSubscriberNameString"}
827827
}
828828
},
@@ -989,6 +989,10 @@
989989
"members":{
990990
}
991991
},
992+
"DescriptionString":{
993+
"type":"string",
994+
"pattern":"^[\\\\\\w\\s\\-_:/,.@=+]*$"
995+
},
992996
"Dimension":{
993997
"type":"string",
994998
"enum":[
@@ -1248,7 +1252,7 @@
12481252
"locationName":"maxResults"
12491253
},
12501254
"nextToken":{
1251-
"shape":"SafeString",
1255+
"shape":"String",
12521256
"location":"querystring",
12531257
"locationName":"nextToken"
12541258
}
@@ -1258,7 +1262,7 @@
12581262
"type":"structure",
12591263
"required":["subscribers"],
12601264
"members":{
1261-
"nextToken":{"shape":"SafeString"},
1265+
"nextToken":{"shape":"String"},
12621266
"subscribers":{"shape":"SubscriberList"}
12631267
}
12641268
},
@@ -1594,7 +1598,10 @@
15941598
},
15951599
"UpdateSubscriberRequest":{
15961600
"type":"structure",
1597-
"required":["id"],
1601+
"required":[
1602+
"id",
1603+
"sourceTypes"
1604+
],
15981605
"members":{
15991606
"externalId":{"shape":"SafeString"},
16001607
"id":{
@@ -1603,7 +1610,7 @@
16031610
"locationName":"id"
16041611
},
16051612
"sourceTypes":{"shape":"SourceTypeList"},
1606-
"subscriberDescription":{"shape":"SafeString"},
1613+
"subscriberDescription":{"shape":"DescriptionString"},
16071614
"subscriberName":{"shape":"UpdateSubscriberRequestSubscriberNameString"}
16081615
}
16091616
},

models/apis/securitylake/2018-05-10/docs-2.json

Lines changed: 147 additions & 142 deletions
Large diffs are not rendered by default.

models/apis/securitylake/2018-05-10/endpoint-rule-set-1.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",

0 commit comments

Comments
 (0)