Skip to content

Commit

Permalink
Release v1.51.23 (2024-04-17) (#5228)
Browse files Browse the repository at this point in the history
Release v1.51.23 (2024-04-17)
===

### Service Client Updates
* `service/ec2`: Updates service documentation
  * Documentation updates for Elastic Compute Cloud (EC2).
* `service/qbusiness`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Apr 17, 2024
1 parent 92466d9 commit 6d8a4d9
Show file tree
Hide file tree
Showing 12 changed files with 1,784 additions and 1,142 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.51.23 (2024-04-17)
===

### Service Client Updates
* `service/ec2`: Updates service documentation
* Documentation updates for Elastic Compute Cloud (EC2).
* `service/qbusiness`: Updates service API and documentation

Release v1.51.22 (2024-04-16)
===

Expand Down
48 changes: 48 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.51.22"
const SDKVersion = "1.51.23"
58 changes: 29 additions & 29 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions models/apis/ec2/2016-11-15/smoke-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": 2,
"testCases": [
{
"id": "DescribeRegionsSuccess",
"operationName": "DescribeRegions",
"input": {},
"expectation": {
"success": {}
},
"config": {
"region": "us-west-2"
}
},
{
"id": "DescribeInstancesFailure",
"operationName": "DescribeInstances",
"input": {
"InstanceIds": [
"i-12345678"
]
},
"expectation": {
"failure": {}
},
"config": {
"region": "us-west-2"
}
}
]
}
108 changes: 98 additions & 10 deletions models/apis/qbusiness/2023-11-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2040,6 +2040,17 @@
},
"type": "structure"
},
"AppliedCreatorModeConfiguration": {
"members": {
"creatorModeControl": {
"shape": "CreatorModeControl"
}
},
"required": [
"creatorModeControl"
],
"type": "structure"
},
"AttachmentInput": {
"members": {
"data": {
Expand Down Expand Up @@ -2307,6 +2318,23 @@
"min": 0,
"type": "long"
},
"ChatMode": {
"enum": [
"RETRIEVAL_MODE",
"CREATOR_MODE",
"PLUGIN_MODE"
],
"type": "string"
},
"ChatModeConfiguration": {
"members": {
"pluginConfiguration": {
"shape": "PluginConfiguration"
}
},
"type": "structure",
"union": true
},
"ChatSyncInput": {
"members": {
"applicationId": {
Expand All @@ -2320,6 +2348,12 @@
"attributeFilter": {
"shape": "AttributeFilter"
},
"chatMode": {
"shape": "ChatMode"
},
"chatModeConfiguration": {
"shape": "ChatModeConfiguration"
},
"clientToken": {
"idempotencyToken": true,
"shape": "ClientToken"
Expand All @@ -2345,8 +2379,7 @@
}
},
"required": [
"applicationId",
"userId"
"applicationId"
],
"type": "structure"
},
Expand Down Expand Up @@ -2485,6 +2518,9 @@
"encryptionConfiguration": {
"shape": "EncryptionConfiguration"
},
"identityCenterInstanceArn": {
"shape": "InstanceArn"
},
"roleArn": {
"shape": "RoleArn"
},
Expand Down Expand Up @@ -2701,6 +2737,9 @@
"idempotencyToken": true,
"shape": "ClientToken"
},
"roleArn": {
"shape": "RoleArn"
},
"samplePromptsControlMode": {
"shape": "WebExperienceSamplePromptsControlMode"
},
Expand Down Expand Up @@ -2733,6 +2772,24 @@
},
"type": "structure"
},
"CreatorModeConfiguration": {
"members": {
"creatorModeControl": {
"shape": "CreatorModeControl"
}
},
"required": [
"creatorModeControl"
],
"type": "structure"
},
"CreatorModeControl": {
"enum": [
"ENABLED",
"DISABLED"
],
"type": "string"
},
"DataSource": {
"members": {
"createdAt": {
Expand Down Expand Up @@ -2952,8 +3009,7 @@
},
"required": [
"applicationId",
"conversationId",
"userId"
"conversationId"
],
"type": "structure"
},
Expand Down Expand Up @@ -3577,6 +3633,9 @@
"error": {
"shape": "ErrorDetail"
},
"identityCenterApplicationArn": {
"shape": "IdcApplicationArn"
},
"roleArn": {
"shape": "RoleArn"
},
Expand Down Expand Up @@ -3617,6 +3676,9 @@
"blockedPhrases": {
"shape": "BlockedPhrasesConfiguration"
},
"creatorModeConfiguration": {
"shape": "AppliedCreatorModeConfiguration"
},
"nextToken": {
"shape": "NextToken"
},
Expand Down Expand Up @@ -3976,6 +4038,9 @@
"error": {
"shape": "ErrorDetail"
},
"roleArn": {
"shape": "RoleArn"
},
"samplePromptsControlMode": {
"shape": "WebExperienceSamplePromptsControlMode"
},
Expand Down Expand Up @@ -4081,6 +4146,12 @@
},
"type": "structure"
},
"IdcApplicationArn": {
"max": 1224,
"min": 10,
"pattern": "^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso::\\d{12}:application/(sso)?ins-[a-zA-Z0-9-.]{16}/apl-[a-zA-Z0-9]{16}$",
"type": "string"
},
"Index": {
"members": {
"createdAt": {
Expand Down Expand Up @@ -4188,6 +4259,12 @@
"min": 1,
"type": "list"
},
"InstanceArn": {
"max": 1224,
"min": 10,
"pattern": "^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}$",
"type": "string"
},
"Integer": {
"box": true,
"type": "integer"
Expand Down Expand Up @@ -4303,8 +4380,7 @@
}
},
"required": [
"applicationId",
"userId"
"applicationId"
],
"type": "structure"
},
Expand Down Expand Up @@ -4580,8 +4656,7 @@
},
"required": [
"applicationId",
"conversationId",
"userId"
"conversationId"
],
"type": "structure"
},
Expand Down Expand Up @@ -5058,6 +5133,17 @@
"type": "structure",
"union": true
},
"PluginConfiguration": {
"members": {
"pluginId": {
"shape": "PluginId"
}
},
"required": [
"pluginId"
],
"type": "structure"
},
"PluginId": {
"max": 36,
"min": 36,
Expand Down Expand Up @@ -5176,8 +5262,7 @@
"required": [
"applicationId",
"conversationId",
"messageId",
"userId"
"messageId"
],
"type": "structure"
},
Expand Down Expand Up @@ -5883,6 +5968,9 @@
"idempotencyToken": true,
"shape": "ClientToken"
},
"creatorModeConfiguration": {
"shape": "CreatorModeConfiguration"
},
"responseScope": {
"shape": "ResponseScope"
},
Expand Down

0 comments on commit 6d8a4d9

Please sign in to comment.