Skip to content

Commit

Permalink
Release v1.44.70 (2022-08-04) (#4503)
Browse files Browse the repository at this point in the history
Release v1.44.70 (2022-08-04)
===

### Service Client Updates
* `service/chime-sdk-meetings`: Updates service API and documentation
* `service/config`: Updates service API
* `service/dms`: Updates service documentation
  * Documentation updates for Database Migration Service (DMS).
* `service/iot`: Updates service API and documentation
  * The release is to support attach a provisioning template to CACert for JITP function,  Customer now doesn't have to hardcode a roleArn and templateBody during register a CACert to enable JITP.
  • Loading branch information
aws-sdk-go-automation committed Aug 4, 2022
1 parent 7c780f7 commit 45d5208
Show file tree
Hide file tree
Showing 16 changed files with 1,496 additions and 157 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.44.70 (2022-08-04)
===

### Service Client Updates
* `service/chime-sdk-meetings`: Updates service API and documentation
* `service/config`: Updates service API
* `service/dms`: Updates service documentation
* Documentation updates for Database Migration Service (DMS).
* `service/iot`: Updates service API and documentation
* The release is to support attach a provisioning template to CACert for JITP function, Customer now doesn't have to hardcode a roleArn and templateBody during register a CACert to enable JITP.

Release v1.44.69 (2022-08-03)
===

Expand Down
40 changes: 40 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.69"
const SDKVersion = "1.44.70"
163 changes: 160 additions & 3 deletions models/apis/chime-sdk-meetings/2021-07-15/api-2.json
Expand Up @@ -195,6 +195,19 @@
{"shape":"ThrottlingException"}
]
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"GET",
"requestUri":"/tags",
"responseCode":200
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"ResourceNotFoundException"}
]
},
"StartMeetingTranscription":{
"name":"StartMeetingTranscription",
"http":{
Expand Down Expand Up @@ -234,6 +247,35 @@
{"shape":"ServiceFailureException"}
]
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/tags?operation=tag-resource",
"responseCode":204
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"TooManyTagsException"}
]
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"POST",
"requestUri":"/tags?operation=untag-resource",
"responseCode":204
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"}
]
},
"UpdateAttendeeCapabilities":{
"name":"UpdateAttendeeCapabilities",
"http":{
Expand All @@ -253,6 +295,12 @@
}
},
"shapes":{
"AmazonResourceName":{
"type":"string",
"max":1011,
"min":1,
"pattern":"^arn:.*"
},
"Arn":{
"type":"string",
"max":1024,
Expand Down Expand Up @@ -438,7 +486,8 @@
"NotificationsConfiguration":{"shape":"NotificationsConfiguration"},
"MeetingFeatures":{"shape":"MeetingFeaturesConfiguration"},
"PrimaryMeetingId":{"shape":"PrimaryMeetingId"},
"TenantIds":{"shape":"TenantIdList"}
"TenantIds":{"shape":"TenantIdList"},
"Tags":{"shape":"TagList"}
}
},
"CreateMeetingResponse":{
Expand Down Expand Up @@ -467,7 +516,8 @@
"NotificationsConfiguration":{"shape":"NotificationsConfiguration"},
"Attendees":{"shape":"CreateMeetingWithAttendeesRequestItemList"},
"PrimaryMeetingId":{"shape":"PrimaryMeetingId"},
"TenantIds":{"shape":"TenantIdList"}
"TenantIds":{"shape":"TenantIdList"},
"Tags":{"shape":"TagList"}
}
},
"CreateMeetingWithAttendeesRequestItemList":{
Expand Down Expand Up @@ -661,6 +711,23 @@
"NextToken":{"shape":"String"}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["ResourceARN"],
"members":{
"ResourceARN":{
"shape":"AmazonResourceName",
"location":"querystring",
"locationName":"arn"
}
}
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"Tags":{"shape":"TagList"}
}
},
"MediaCapabilities":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -698,7 +765,8 @@
"MediaPlacement":{"shape":"MediaPlacement"},
"MeetingFeatures":{"shape":"MeetingFeaturesConfiguration"},
"PrimaryMeetingId":{"shape":"PrimaryMeetingId"},
"TenantIds":{"shape":"TenantIdList"}
"TenantIds":{"shape":"TenantIdList"},
"MeetingArn":{"shape":"AmazonResourceName"}
}
},
"MeetingFeatureStatus":{
Expand Down Expand Up @@ -737,6 +805,17 @@
"max":64,
"min":2
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
"Code":{"shape":"String"},
"Message":{"shape":"String"},
"RequestId":{"shape":"String"},
"ResourceName":{"shape":"AmazonResourceName"}
},
"error":{"httpStatusCode":404},
"exception":true
},
"ResultMax":{
"type":"integer",
"max":100,
Expand Down Expand Up @@ -800,6 +879,57 @@
"type":"string",
"max":4096
},
"Tag":{
"type":"structure",
"required":[
"Key",
"Value"
],
"members":{
"Key":{"shape":"TagKey"},
"Value":{"shape":"TagValue"}
}
},
"TagKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"^[a-zA-Z+-=._:/]+$"
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":50,
"min":0
},
"TagList":{
"type":"list",
"member":{"shape":"Tag"},
"max":50,
"min":0
},
"TagResourceRequest":{
"type":"structure",
"required":[
"ResourceARN",
"Tags"
],
"members":{
"ResourceARN":{"shape":"AmazonResourceName"},
"Tags":{"shape":"TagList"}
}
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256,
"min":0,
"pattern":"[\\s\\w+-=\\.:/@]*"
},
"TenantId":{
"type":"string",
"max":256,
Expand All @@ -822,6 +952,17 @@
"error":{"httpStatusCode":429},
"exception":true
},
"TooManyTagsException":{
"type":"structure",
"members":{
"Code":{"shape":"String"},
"Message":{"shape":"String"},
"RequestId":{"shape":"String"},
"ResourceName":{"shape":"AmazonResourceName"}
},
"error":{"httpStatusCode":400},
"exception":true
},
"TranscribeContentIdentificationType":{
"type":"string",
"enum":["PII"]
Expand Down Expand Up @@ -964,6 +1105,22 @@
"error":{"httpStatusCode":422},
"exception":true
},
"UntagResourceRequest":{
"type":"structure",
"required":[
"ResourceARN",
"TagKeys"
],
"members":{
"ResourceARN":{"shape":"AmazonResourceName"},
"TagKeys":{"shape":"TagKeyList"}
}
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateAttendeeCapabilitiesRequest":{
"type":"structure",
"required":[
Expand Down

0 comments on commit 45d5208

Please sign in to comment.