Skip to content

Commit

Permalink
Release v1.38.62 (2021-06-15) (#3959)
Browse files Browse the repository at this point in the history
Release v1.38.62 (2021-06-15)
===

### Service Client Updates
* `service/connect`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API
  * EC2 M5n, M5dn, R5n, R5dn metal instances with 100 Gbps network performance and Elastic Fabric Adapter (EFA) for ultra low latency
* `service/models.lex.v2`: Updates service API and documentation
* `service/redshift-data`: Updates service API and documentation
* `service/runtime.lex.v2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Jun 15, 2021
1 parent aca0f73 commit 8c3b6c6
Show file tree
Hide file tree
Showing 21 changed files with 1,941 additions and 428 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.38.62 (2021-06-15)
===

### Service Client Updates
* `service/connect`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API
* EC2 M5n, M5dn, R5n, R5dn metal instances with 100 Gbps network performance and Elastic Fabric Adapter (EFA) for ultra low latency
* `service/models.lex.v2`: Updates service API and documentation
* `service/redshift-data`: Updates service API and documentation
* `service/runtime.lex.v2`: Updates service API and documentation

Release v1.38.61 (2021-06-14)
===

Expand Down
18 changes: 14 additions & 4 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.38.61"
const SDKVersion = "1.38.62"
138 changes: 138 additions & 0 deletions models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,23 @@
{"shape":"ThrottlingException"}
]
},
"AssociateBot":{
"name":"AssociateBot",
"http":{
"method":"PUT",
"requestUri":"/instance/{InstanceId}/bot"
},
"input":{"shape":"AssociateBotRequest"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceConflictException"},
{"shape":"InternalServiceException"},
{"shape":"InvalidRequestException"},
{"shape":"LimitExceededException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ThrottlingException"}
]
},
"AssociateInstanceStorageConfig":{
"name":"AssociateInstanceStorageConfig",
"http":{
Expand Down Expand Up @@ -564,6 +581,20 @@
{"shape":"ThrottlingException"}
]
},
"DisassociateBot":{
"name":"DisassociateBot",
"http":{
"method":"POST",
"requestUri":"/instance/{InstanceId}/bot"
},
"input":{"shape":"DisassociateBotRequest"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServiceException"},
{"shape":"InvalidRequestException"},
{"shape":"ThrottlingException"}
]
},
"DisassociateInstanceStorageConfig":{
"name":"DisassociateInstanceStorageConfig",
"http":{
Expand Down Expand Up @@ -733,6 +764,21 @@
{"shape":"ThrottlingException"}
]
},
"ListBots":{
"name":"ListBots",
"http":{
"method":"GET",
"requestUri":"/instance/{InstanceId}/bots"
},
"input":{"shape":"ListBotsRequest"},
"output":{"shape":"ListBotsResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServiceException"},
{"shape":"InvalidRequestException"},
{"shape":"ThrottlingException"}
]
},
"ListContactFlows":{
"name":"ListContactFlows",
"http":{
Expand Down Expand Up @@ -1591,6 +1637,11 @@
"max":100,
"min":1
},
"AliasArn":{
"type":"string",
"max":100,
"min":1
},
"AssociateApprovedOriginRequest":{
"type":"structure",
"required":[
Expand All @@ -1606,6 +1657,19 @@
"Origin":{"shape":"Origin"}
}
},
"AssociateBotRequest":{
"type":"structure",
"required":["InstanceId"],
"members":{
"InstanceId":{
"shape":"InstanceId",
"location":"uri",
"locationName":"InstanceId"
},
"LexBot":{"shape":"LexBot"},
"LexV2Bot":{"shape":"LexV2Bot"}
}
},
"AssociateInstanceStorageConfigRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2661,6 +2725,19 @@
}
}
},
"DisassociateBotRequest":{
"type":"structure",
"required":["InstanceId"],
"members":{
"InstanceId":{
"shape":"InstanceId",
"location":"uri",
"locationName":"InstanceId"
},
"LexBot":{"shape":"LexBot"},
"LexV2Bot":{"shape":"LexV2Bot"}
}
},
"DisassociateInstanceStorageConfigRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -3358,6 +3435,17 @@
"LexRegion":{"shape":"LexRegion"}
}
},
"LexBotConfig":{
"type":"structure",
"members":{
"LexBot":{"shape":"LexBot"},
"LexV2Bot":{"shape":"LexV2Bot"}
}
},
"LexBotConfigList":{
"type":"list",
"member":{"shape":"LexBotConfig"}
},
"LexBotsList":{
"type":"list",
"member":{"shape":"LexBot"}
Expand All @@ -3366,6 +3454,19 @@
"type":"string",
"max":60
},
"LexV2Bot":{
"type":"structure",
"members":{
"AliasArn":{"shape":"AliasArn"}
}
},
"LexVersion":{
"type":"string",
"enum":[
"V1",
"V2"
]
},
"LimitExceededException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3403,6 +3504,43 @@
"NextToken":{"shape":"NextToken"}
}
},
"ListBotsRequest":{
"type":"structure",
"required":[
"InstanceId",
"LexVersion"
],
"members":{
"InstanceId":{
"shape":"InstanceId",
"location":"uri",
"locationName":"InstanceId"
},
"NextToken":{
"shape":"NextToken",
"location":"querystring",
"locationName":"nextToken"
},
"MaxResults":{
"shape":"MaxResult25",
"box":true,
"location":"querystring",
"locationName":"maxResults"
},
"LexVersion":{
"shape":"LexVersion",
"location":"querystring",
"locationName":"lexVersion"
}
}
},
"ListBotsResponse":{
"type":"structure",
"members":{
"LexBots":{"shape":"LexBotConfigList"},
"NextToken":{"shape":"NextToken"}
}
},
"ListContactFlowsRequest":{
"type":"structure",
"required":["InstanceId"],
Expand Down
Loading

0 comments on commit 8c3b6c6

Please sign in to comment.