Skip to content

Commit

Permalink
Release v1.44.172 (2023-01-03) (#4678)
Browse files Browse the repository at this point in the history
Release v1.44.172 (2023-01-03)
===

### Service Client Updates
* `service/securitylake`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jan 3, 2023
1 parent eb531b5 commit 2d87e1b
Show file tree
Hide file tree
Showing 11 changed files with 790 additions and 620 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
Release v1.44.172 (2023-01-03)
===

### Service Client Updates
* `service/securitylake`: Updates service API and documentation

Release v1.44.171 (2022-12-30)
===

Expand Down
60 changes: 60 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.171"
const SDKVersion = "1.44.172"
17 changes: 12 additions & 5 deletions models/apis/securitylake/2018-05-10/api-2.json
Expand Up @@ -822,7 +822,7 @@
"accountId":{"shape":"AwsAccountId"},
"externalId":{"shape":"SafeString"},
"sourceTypes":{"shape":"SourceTypeList"},
"subscriberDescription":{"shape":"SafeString"},
"subscriberDescription":{"shape":"DescriptionString"},
"subscriberName":{"shape":"CreateSubscriberRequestSubscriberNameString"}
}
},
Expand Down Expand Up @@ -989,6 +989,10 @@
"members":{
}
},
"DescriptionString":{
"type":"string",
"pattern":"^[\\\\\\w\\s\\-_:/,.@=+]*$"
},
"Dimension":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1248,7 +1252,7 @@
"locationName":"maxResults"
},
"nextToken":{
"shape":"SafeString",
"shape":"String",
"location":"querystring",
"locationName":"nextToken"
}
Expand All @@ -1258,7 +1262,7 @@
"type":"structure",
"required":["subscribers"],
"members":{
"nextToken":{"shape":"SafeString"},
"nextToken":{"shape":"String"},
"subscribers":{"shape":"SubscriberList"}
}
},
Expand Down Expand Up @@ -1594,7 +1598,10 @@
},
"UpdateSubscriberRequest":{
"type":"structure",
"required":["id"],
"required":[
"id",
"sourceTypes"
],
"members":{
"externalId":{"shape":"SafeString"},
"id":{
Expand All @@ -1603,7 +1610,7 @@
"locationName":"id"
},
"sourceTypes":{"shape":"SourceTypeList"},
"subscriberDescription":{"shape":"SafeString"},
"subscriberDescription":{"shape":"DescriptionString"},
"subscriberName":{"shape":"UpdateSubscriberRequestSubscriberNameString"}
}
},
Expand Down
289 changes: 147 additions & 142 deletions models/apis/securitylake/2018-05-10/docs-2.json

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions models/apis/securitylake/2018-05-10/endpoint-rule-set-1.json
Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down

0 comments on commit 2d87e1b

Please sign in to comment.