Skip to content

Commit

Permalink
Release v1.40.2 (2021-07-16) (#4011)
Browse files Browse the repository at this point in the history
Release v1.40.2 (2021-07-16)
===

### Service Client Updates
* `service/appintegrations`: Updates service documentation
* `service/auditmanager`: Updates service API and documentation
* `service/chime`: Updates service API and documentation
  * This SDK release adds Account Status as one of the attributes in Account API response
  • Loading branch information
aws-sdk-go-automation authored Jul 16, 2021
1 parent 1c9ed27 commit e54742b
Show file tree
Hide file tree
Showing 15 changed files with 470 additions and 450 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.40.2 (2021-07-16)
===

### Service Client Updates
* `service/appintegrations`: Updates service documentation
* `service/auditmanager`: Updates service API and documentation
* `service/chime`: Updates service API and documentation
* This SDK release adds Account Status as one of the attributes in Account API response

Release v1.40.1 (2021-07-15)
===

Expand Down
3 changes: 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.40.1"
const SDKVersion = "1.40.2"
34 changes: 17 additions & 17 deletions models/apis/appintegrations/2020-07-29/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "2.0",
"service": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.</p> <p>For information about how you can use external applications with Amazon Connect, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/crm.html\">Set up pre-built integrations</a> in the <i>Amazon Connect Administrator Guide</i>.</p>",
"service": "<p>The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.</p> <p>For information about how you can use external applications with Amazon Connect, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/crm.html\">Set up pre-built integrations</a> in the <i>Amazon Connect Administrator Guide</i>.</p>",
"operations": {
"CreateEventIntegration": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Creates an EventIntegration, given a specified name, description, and a reference to an Amazon Eventbridge bus in your account and a partner event source that will push events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.</p>",
"DeleteEventIntegration": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.</p>",
"GetEventIntegration": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Return information about the event integration.</p>",
"ListEventIntegrationAssociations": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Returns a paginated list of event integration associations in the account. </p>",
"ListEventIntegrations": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Returns a paginated list of event integrations in the account.</p>",
"ListTagsForResource": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Lists the tags for the specified resource.</p>",
"TagResource": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Adds the specified tags to the specified resource.</p>",
"UntagResource": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Removes the specified tags from the specified resource.</p>",
"UpdateEventIntegration": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Updates the description of an event integration.</p>"
"CreateEventIntegration": "<p>Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.</p>",
"DeleteEventIntegration": "<p>Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.</p>",
"GetEventIntegration": "<p>Return information about the event integration.</p>",
"ListEventIntegrationAssociations": "<p>Returns a paginated list of event integration associations in the account. </p>",
"ListEventIntegrations": "<p>Returns a paginated list of event integrations in the account.</p>",
"ListTagsForResource": "<p>Lists the tags for the specified resource.</p>",
"TagResource": "<p>Adds the specified tags to the specified resource.</p>",
"UntagResource": "<p>Removes the specified tags from the specified resource.</p>",
"UpdateEventIntegration": "<p>Updates the description of an event integration.</p>"
},
"shapes": {
"AccessDeniedException": {
Expand Down Expand Up @@ -79,33 +79,33 @@
"EventBridgeBus": {
"base": null,
"refs": {
"CreateEventIntegrationRequest$EventBridgeBus": "<p>The Eventbridge bus.</p>",
"EventIntegration$EventBridgeBus": "<p>The Amazon Eventbridge bus for the event integration.</p>",
"GetEventIntegrationResponse$EventBridgeBus": "<p>The Eventbridge bus.</p>"
"CreateEventIntegrationRequest$EventBridgeBus": "<p>The EventBridge bus.</p>",
"EventIntegration$EventBridgeBus": "<p>The Amazon EventBridge bus for the event integration.</p>",
"GetEventIntegrationResponse$EventBridgeBus": "<p>The EventBridge bus.</p>"
}
},
"EventBridgeRuleName": {
"base": null,
"refs": {
"EventIntegrationAssociation$EventBridgeRuleName": "<p>The name of the Eventbridge rule.</p>"
"EventIntegrationAssociation$EventBridgeRuleName": "<p>The name of the EventBridge rule.</p>"
}
},
"EventFilter": {
"base": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>The event filter.</p>",
"base": "<p>The event filter.</p>",
"refs": {
"CreateEventIntegrationRequest$EventFilter": "<p>The event filter.</p>",
"EventIntegration$EventFilter": "<p>The event integration filter.</p>",
"GetEventIntegrationResponse$EventFilter": "<p>The event filter.</p>"
}
},
"EventIntegration": {
"base": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>The event integration.</p>",
"base": "<p>The event integration.</p>",
"refs": {
"EventIntegrationsList$member": null
}
},
"EventIntegrationAssociation": {
"base": "<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>The event integration association.</p>",
"base": "<p>The event integration association.</p>",
"refs": {
"EventIntegrationAssociationsList$member": null
}
Expand Down
2 changes: 1 addition & 1 deletion models/apis/auditmanager/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2595,7 +2595,7 @@
"type":"string",
"max":1024,
"min":1,
"pattern":"^(S|s)3:\\/\\/[a-zA-Z0-9-_\\/.]+$"
"pattern":"^(S|s)3:\\/\\/[a-zA-Z0-9\\-\\.\\(\\)\\'\\*\\_\\!\\/]+$"
},
"SNSTopic":{
"type":"string",
Expand Down
Loading

0 comments on commit e54742b

Please sign in to comment.