aws-sdk-bedrockagentcorecontrol 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2405 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+
11
+ module Aws::BedrockAgentCoreControl
12
+ # @api private
13
+ module ClientApi
14
+
15
+ include Seahorse::Model
16
+
17
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
+ Agent = Shapes::StructureShape.new(name: 'Agent')
19
+ AgentArtifact = Shapes::UnionShape.new(name: 'AgentArtifact')
20
+ AgentEndpoint = Shapes::StructureShape.new(name: 'AgentEndpoint')
21
+ AgentEndpointDescription = Shapes::StringShape.new(name: 'AgentEndpointDescription')
22
+ AgentEndpointStatus = Shapes::StringShape.new(name: 'AgentEndpointStatus')
23
+ AgentEndpoints = Shapes::ListShape.new(name: 'AgentEndpoints')
24
+ AgentRuntimeArn = Shapes::StringShape.new(name: 'AgentRuntimeArn')
25
+ AgentRuntimeEndpointArn = Shapes::StringShape.new(name: 'AgentRuntimeEndpointArn')
26
+ AgentRuntimeEndpointId = Shapes::StringShape.new(name: 'AgentRuntimeEndpointId')
27
+ AgentRuntimeId = Shapes::StringShape.new(name: 'AgentRuntimeId')
28
+ AgentRuntimeName = Shapes::StringShape.new(name: 'AgentRuntimeName')
29
+ AgentRuntimeVersion = Shapes::StringShape.new(name: 'AgentRuntimeVersion')
30
+ AgentStatus = Shapes::StringShape.new(name: 'AgentStatus')
31
+ Agents = Shapes::ListShape.new(name: 'Agents')
32
+ AllowedAudience = Shapes::StringShape.new(name: 'AllowedAudience')
33
+ AllowedAudienceList = Shapes::ListShape.new(name: 'AllowedAudienceList')
34
+ AllowedClient = Shapes::StringShape.new(name: 'AllowedClient')
35
+ AllowedClientsList = Shapes::ListShape.new(name: 'AllowedClientsList')
36
+ ApiKeyCredentialLocation = Shapes::StringShape.new(name: 'ApiKeyCredentialLocation')
37
+ ApiKeyCredentialParameterName = Shapes::StringShape.new(name: 'ApiKeyCredentialParameterName')
38
+ ApiKeyCredentialPrefix = Shapes::StringShape.new(name: 'ApiKeyCredentialPrefix')
39
+ ApiKeyCredentialProvider = Shapes::StructureShape.new(name: 'ApiKeyCredentialProvider')
40
+ ApiKeyCredentialProviderArn = Shapes::StringShape.new(name: 'ApiKeyCredentialProviderArn')
41
+ ApiKeyCredentialProviderArnType = Shapes::StringShape.new(name: 'ApiKeyCredentialProviderArnType')
42
+ ApiKeyCredentialProviderItem = Shapes::StructureShape.new(name: 'ApiKeyCredentialProviderItem')
43
+ ApiKeyCredentialProviders = Shapes::ListShape.new(name: 'ApiKeyCredentialProviders')
44
+ ApiKeyType = Shapes::StringShape.new(name: 'ApiKeyType')
45
+ ApiSchemaConfiguration = Shapes::UnionShape.new(name: 'ApiSchemaConfiguration')
46
+ Arn = Shapes::StringShape.new(name: 'Arn')
47
+ AuthorizationEndpointType = Shapes::StringShape.new(name: 'AuthorizationEndpointType')
48
+ AuthorizerConfiguration = Shapes::UnionShape.new(name: 'AuthorizerConfiguration')
49
+ AuthorizerType = Shapes::StringShape.new(name: 'AuthorizerType')
50
+ AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
51
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
52
+ BrowserArn = Shapes::StringShape.new(name: 'BrowserArn')
53
+ BrowserId = Shapes::StringShape.new(name: 'BrowserId')
54
+ BrowserNetworkConfiguration = Shapes::StructureShape.new(name: 'BrowserNetworkConfiguration')
55
+ BrowserNetworkMode = Shapes::StringShape.new(name: 'BrowserNetworkMode')
56
+ BrowserStatus = Shapes::StringShape.new(name: 'BrowserStatus')
57
+ BrowserSummaries = Shapes::ListShape.new(name: 'BrowserSummaries')
58
+ BrowserSummary = Shapes::StructureShape.new(name: 'BrowserSummary')
59
+ ClientIdType = Shapes::StringShape.new(name: 'ClientIdType')
60
+ ClientSecretType = Shapes::StringShape.new(name: 'ClientSecretType')
61
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
62
+ CodeInterpreterArn = Shapes::StringShape.new(name: 'CodeInterpreterArn')
63
+ CodeInterpreterId = Shapes::StringShape.new(name: 'CodeInterpreterId')
64
+ CodeInterpreterNetworkConfiguration = Shapes::StructureShape.new(name: 'CodeInterpreterNetworkConfiguration')
65
+ CodeInterpreterNetworkMode = Shapes::StringShape.new(name: 'CodeInterpreterNetworkMode')
66
+ CodeInterpreterStatus = Shapes::StringShape.new(name: 'CodeInterpreterStatus')
67
+ CodeInterpreterSummaries = Shapes::ListShape.new(name: 'CodeInterpreterSummaries')
68
+ CodeInterpreterSummary = Shapes::StructureShape.new(name: 'CodeInterpreterSummary')
69
+ ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
70
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
71
+ ConsolidationConfiguration = Shapes::UnionShape.new(name: 'ConsolidationConfiguration')
72
+ ContainerConfiguration = Shapes::StructureShape.new(name: 'ContainerConfiguration')
73
+ CreateAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'CreateAgentRuntimeEndpointRequest')
74
+ CreateAgentRuntimeEndpointResponse = Shapes::StructureShape.new(name: 'CreateAgentRuntimeEndpointResponse')
75
+ CreateAgentRuntimeRequest = Shapes::StructureShape.new(name: 'CreateAgentRuntimeRequest')
76
+ CreateAgentRuntimeResponse = Shapes::StructureShape.new(name: 'CreateAgentRuntimeResponse')
77
+ CreateApiKeyCredentialProviderRequest = Shapes::StructureShape.new(name: 'CreateApiKeyCredentialProviderRequest')
78
+ CreateApiKeyCredentialProviderResponse = Shapes::StructureShape.new(name: 'CreateApiKeyCredentialProviderResponse')
79
+ CreateBrowserRequest = Shapes::StructureShape.new(name: 'CreateBrowserRequest')
80
+ CreateBrowserResponse = Shapes::StructureShape.new(name: 'CreateBrowserResponse')
81
+ CreateCodeInterpreterRequest = Shapes::StructureShape.new(name: 'CreateCodeInterpreterRequest')
82
+ CreateCodeInterpreterResponse = Shapes::StructureShape.new(name: 'CreateCodeInterpreterResponse')
83
+ CreateGatewayRequest = Shapes::StructureShape.new(name: 'CreateGatewayRequest')
84
+ CreateGatewayResponse = Shapes::StructureShape.new(name: 'CreateGatewayResponse')
85
+ CreateGatewayTargetRequest = Shapes::StructureShape.new(name: 'CreateGatewayTargetRequest')
86
+ CreateGatewayTargetResponse = Shapes::StructureShape.new(name: 'CreateGatewayTargetResponse')
87
+ CreateMemoryInput = Shapes::StructureShape.new(name: 'CreateMemoryInput')
88
+ CreateMemoryInputClientTokenString = Shapes::StringShape.new(name: 'CreateMemoryInputClientTokenString')
89
+ CreateMemoryInputEventExpiryDurationInteger = Shapes::IntegerShape.new(name: 'CreateMemoryInputEventExpiryDurationInteger')
90
+ CreateMemoryOutput = Shapes::StructureShape.new(name: 'CreateMemoryOutput')
91
+ CreateOauth2CredentialProviderRequest = Shapes::StructureShape.new(name: 'CreateOauth2CredentialProviderRequest')
92
+ CreateOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'CreateOauth2CredentialProviderResponse')
93
+ CreateWorkloadIdentityRequest = Shapes::StructureShape.new(name: 'CreateWorkloadIdentityRequest')
94
+ CreateWorkloadIdentityResponse = Shapes::StructureShape.new(name: 'CreateWorkloadIdentityResponse')
95
+ CredentialProvider = Shapes::UnionShape.new(name: 'CredentialProvider')
96
+ CredentialProviderArnType = Shapes::StringShape.new(name: 'CredentialProviderArnType')
97
+ CredentialProviderConfiguration = Shapes::StructureShape.new(name: 'CredentialProviderConfiguration')
98
+ CredentialProviderConfigurations = Shapes::ListShape.new(name: 'CredentialProviderConfigurations')
99
+ CredentialProviderName = Shapes::StringShape.new(name: 'CredentialProviderName')
100
+ CredentialProviderType = Shapes::StringShape.new(name: 'CredentialProviderType')
101
+ CredentialProviderVendorType = Shapes::StringShape.new(name: 'CredentialProviderVendorType')
102
+ CustomConfigurationInput = Shapes::UnionShape.new(name: 'CustomConfigurationInput')
103
+ CustomConsolidationConfiguration = Shapes::UnionShape.new(name: 'CustomConsolidationConfiguration')
104
+ CustomConsolidationConfigurationInput = Shapes::UnionShape.new(name: 'CustomConsolidationConfigurationInput')
105
+ CustomExtractionConfiguration = Shapes::UnionShape.new(name: 'CustomExtractionConfiguration')
106
+ CustomExtractionConfigurationInput = Shapes::UnionShape.new(name: 'CustomExtractionConfigurationInput')
107
+ CustomJWTAuthorizerConfiguration = Shapes::StructureShape.new(name: 'CustomJWTAuthorizerConfiguration')
108
+ CustomMemoryStrategyInput = Shapes::StructureShape.new(name: 'CustomMemoryStrategyInput')
109
+ CustomOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'CustomOauth2ProviderConfigInput')
110
+ CustomOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'CustomOauth2ProviderConfigOutput')
111
+ DateTimestamp = Shapes::TimestampShape.new(name: 'DateTimestamp', timestampFormat: "iso8601")
112
+ DecryptionFailure = Shapes::StructureShape.new(name: 'DecryptionFailure')
113
+ DeleteAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeEndpointRequest')
114
+ DeleteAgentRuntimeEndpointResponse = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeEndpointResponse')
115
+ DeleteAgentRuntimeRequest = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeRequest')
116
+ DeleteAgentRuntimeResponse = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeResponse')
117
+ DeleteApiKeyCredentialProviderRequest = Shapes::StructureShape.new(name: 'DeleteApiKeyCredentialProviderRequest')
118
+ DeleteApiKeyCredentialProviderResponse = Shapes::StructureShape.new(name: 'DeleteApiKeyCredentialProviderResponse')
119
+ DeleteBrowserRequest = Shapes::StructureShape.new(name: 'DeleteBrowserRequest')
120
+ DeleteBrowserResponse = Shapes::StructureShape.new(name: 'DeleteBrowserResponse')
121
+ DeleteCodeInterpreterRequest = Shapes::StructureShape.new(name: 'DeleteCodeInterpreterRequest')
122
+ DeleteCodeInterpreterResponse = Shapes::StructureShape.new(name: 'DeleteCodeInterpreterResponse')
123
+ DeleteGatewayRequest = Shapes::StructureShape.new(name: 'DeleteGatewayRequest')
124
+ DeleteGatewayResponse = Shapes::StructureShape.new(name: 'DeleteGatewayResponse')
125
+ DeleteGatewayTargetRequest = Shapes::StructureShape.new(name: 'DeleteGatewayTargetRequest')
126
+ DeleteGatewayTargetResponse = Shapes::StructureShape.new(name: 'DeleteGatewayTargetResponse')
127
+ DeleteMemoryInput = Shapes::StructureShape.new(name: 'DeleteMemoryInput')
128
+ DeleteMemoryInputClientTokenString = Shapes::StringShape.new(name: 'DeleteMemoryInputClientTokenString')
129
+ DeleteMemoryOutput = Shapes::StructureShape.new(name: 'DeleteMemoryOutput')
130
+ DeleteMemoryStrategiesList = Shapes::ListShape.new(name: 'DeleteMemoryStrategiesList')
131
+ DeleteMemoryStrategyInput = Shapes::StructureShape.new(name: 'DeleteMemoryStrategyInput')
132
+ DeleteOauth2CredentialProviderRequest = Shapes::StructureShape.new(name: 'DeleteOauth2CredentialProviderRequest')
133
+ DeleteOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'DeleteOauth2CredentialProviderResponse')
134
+ DeleteWorkloadIdentityRequest = Shapes::StructureShape.new(name: 'DeleteWorkloadIdentityRequest')
135
+ DeleteWorkloadIdentityResponse = Shapes::StructureShape.new(name: 'DeleteWorkloadIdentityResponse')
136
+ Description = Shapes::StringShape.new(name: 'Description')
137
+ DiscoveryUrl = Shapes::StringShape.new(name: 'DiscoveryUrl')
138
+ DiscoveryUrlType = Shapes::StringShape.new(name: 'DiscoveryUrlType')
139
+ EncryptionFailure = Shapes::StructureShape.new(name: 'EncryptionFailure')
140
+ EndpointName = Shapes::StringShape.new(name: 'EndpointName')
141
+ EnvironmentVariableKey = Shapes::StringShape.new(name: 'EnvironmentVariableKey')
142
+ EnvironmentVariableValue = Shapes::StringShape.new(name: 'EnvironmentVariableValue')
143
+ EnvironmentVariablesMap = Shapes::MapShape.new(name: 'EnvironmentVariablesMap')
144
+ ExceptionLevel = Shapes::StringShape.new(name: 'ExceptionLevel')
145
+ ExtractionConfiguration = Shapes::UnionShape.new(name: 'ExtractionConfiguration')
146
+ GatewayArn = Shapes::StringShape.new(name: 'GatewayArn')
147
+ GatewayDescription = Shapes::StringShape.new(name: 'GatewayDescription')
148
+ GatewayId = Shapes::StringShape.new(name: 'GatewayId')
149
+ GatewayIdentifier = Shapes::StringShape.new(name: 'GatewayIdentifier')
150
+ GatewayMaxResults = Shapes::IntegerShape.new(name: 'GatewayMaxResults')
151
+ GatewayName = Shapes::StringShape.new(name: 'GatewayName')
152
+ GatewayNextToken = Shapes::StringShape.new(name: 'GatewayNextToken')
153
+ GatewayProtocolConfiguration = Shapes::UnionShape.new(name: 'GatewayProtocolConfiguration')
154
+ GatewayProtocolType = Shapes::StringShape.new(name: 'GatewayProtocolType')
155
+ GatewayStatus = Shapes::StringShape.new(name: 'GatewayStatus')
156
+ GatewaySummaries = Shapes::ListShape.new(name: 'GatewaySummaries')
157
+ GatewaySummary = Shapes::StructureShape.new(name: 'GatewaySummary')
158
+ GatewayUrl = Shapes::StringShape.new(name: 'GatewayUrl')
159
+ GetAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'GetAgentRuntimeEndpointRequest')
160
+ GetAgentRuntimeEndpointResponse = Shapes::StructureShape.new(name: 'GetAgentRuntimeEndpointResponse')
161
+ GetAgentRuntimeRequest = Shapes::StructureShape.new(name: 'GetAgentRuntimeRequest')
162
+ GetAgentRuntimeResponse = Shapes::StructureShape.new(name: 'GetAgentRuntimeResponse')
163
+ GetApiKeyCredentialProviderRequest = Shapes::StructureShape.new(name: 'GetApiKeyCredentialProviderRequest')
164
+ GetApiKeyCredentialProviderResponse = Shapes::StructureShape.new(name: 'GetApiKeyCredentialProviderResponse')
165
+ GetBrowserRequest = Shapes::StructureShape.new(name: 'GetBrowserRequest')
166
+ GetBrowserResponse = Shapes::StructureShape.new(name: 'GetBrowserResponse')
167
+ GetCodeInterpreterRequest = Shapes::StructureShape.new(name: 'GetCodeInterpreterRequest')
168
+ GetCodeInterpreterResponse = Shapes::StructureShape.new(name: 'GetCodeInterpreterResponse')
169
+ GetGatewayRequest = Shapes::StructureShape.new(name: 'GetGatewayRequest')
170
+ GetGatewayResponse = Shapes::StructureShape.new(name: 'GetGatewayResponse')
171
+ GetGatewayTargetRequest = Shapes::StructureShape.new(name: 'GetGatewayTargetRequest')
172
+ GetGatewayTargetResponse = Shapes::StructureShape.new(name: 'GetGatewayTargetResponse')
173
+ GetMemoryInput = Shapes::StructureShape.new(name: 'GetMemoryInput')
174
+ GetMemoryOutput = Shapes::StructureShape.new(name: 'GetMemoryOutput')
175
+ GetOauth2CredentialProviderRequest = Shapes::StructureShape.new(name: 'GetOauth2CredentialProviderRequest')
176
+ GetOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'GetOauth2CredentialProviderResponse')
177
+ GetTokenVaultRequest = Shapes::StructureShape.new(name: 'GetTokenVaultRequest')
178
+ GetTokenVaultResponse = Shapes::StructureShape.new(name: 'GetTokenVaultResponse')
179
+ GetWorkloadIdentityRequest = Shapes::StructureShape.new(name: 'GetWorkloadIdentityRequest')
180
+ GetWorkloadIdentityResponse = Shapes::StructureShape.new(name: 'GetWorkloadIdentityResponse')
181
+ GithubOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'GithubOauth2ProviderConfigInput')
182
+ GithubOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'GithubOauth2ProviderConfigOutput')
183
+ GoogleOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigInput')
184
+ GoogleOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigOutput')
185
+ InlinePayload = Shapes::StringShape.new(name: 'InlinePayload')
186
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
187
+ IssuerUrlType = Shapes::StringShape.new(name: 'IssuerUrlType')
188
+ KeyType = Shapes::StringShape.new(name: 'KeyType')
189
+ KmsConfiguration = Shapes::StructureShape.new(name: 'KmsConfiguration')
190
+ KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
191
+ LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
192
+ ListAgentRuntimeEndpointsRequest = Shapes::StructureShape.new(name: 'ListAgentRuntimeEndpointsRequest')
193
+ ListAgentRuntimeEndpointsResponse = Shapes::StructureShape.new(name: 'ListAgentRuntimeEndpointsResponse')
194
+ ListAgentRuntimeVersionsRequest = Shapes::StructureShape.new(name: 'ListAgentRuntimeVersionsRequest')
195
+ ListAgentRuntimeVersionsResponse = Shapes::StructureShape.new(name: 'ListAgentRuntimeVersionsResponse')
196
+ ListAgentRuntimesRequest = Shapes::StructureShape.new(name: 'ListAgentRuntimesRequest')
197
+ ListAgentRuntimesResponse = Shapes::StructureShape.new(name: 'ListAgentRuntimesResponse')
198
+ ListApiKeyCredentialProvidersRequest = Shapes::StructureShape.new(name: 'ListApiKeyCredentialProvidersRequest')
199
+ ListApiKeyCredentialProvidersResponse = Shapes::StructureShape.new(name: 'ListApiKeyCredentialProvidersResponse')
200
+ ListBrowsersRequest = Shapes::StructureShape.new(name: 'ListBrowsersRequest')
201
+ ListBrowsersResponse = Shapes::StructureShape.new(name: 'ListBrowsersResponse')
202
+ ListCodeInterpretersRequest = Shapes::StructureShape.new(name: 'ListCodeInterpretersRequest')
203
+ ListCodeInterpretersResponse = Shapes::StructureShape.new(name: 'ListCodeInterpretersResponse')
204
+ ListGatewayTargetsRequest = Shapes::StructureShape.new(name: 'ListGatewayTargetsRequest')
205
+ ListGatewayTargetsResponse = Shapes::StructureShape.new(name: 'ListGatewayTargetsResponse')
206
+ ListGatewaysRequest = Shapes::StructureShape.new(name: 'ListGatewaysRequest')
207
+ ListGatewaysResponse = Shapes::StructureShape.new(name: 'ListGatewaysResponse')
208
+ ListMemoriesInput = Shapes::StructureShape.new(name: 'ListMemoriesInput')
209
+ ListMemoriesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListMemoriesInputMaxResultsInteger')
210
+ ListMemoriesOutput = Shapes::StructureShape.new(name: 'ListMemoriesOutput')
211
+ ListOauth2CredentialProvidersRequest = Shapes::StructureShape.new(name: 'ListOauth2CredentialProvidersRequest')
212
+ ListOauth2CredentialProvidersRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListOauth2CredentialProvidersRequestMaxResultsInteger')
213
+ ListOauth2CredentialProvidersResponse = Shapes::StructureShape.new(name: 'ListOauth2CredentialProvidersResponse')
214
+ ListWorkloadIdentitiesRequest = Shapes::StructureShape.new(name: 'ListWorkloadIdentitiesRequest')
215
+ ListWorkloadIdentitiesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListWorkloadIdentitiesRequestMaxResultsInteger')
216
+ ListWorkloadIdentitiesResponse = Shapes::StructureShape.new(name: 'ListWorkloadIdentitiesResponse')
217
+ MCPGatewayConfiguration = Shapes::StructureShape.new(name: 'MCPGatewayConfiguration')
218
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
219
+ McpInstructions = Shapes::StringShape.new(name: 'McpInstructions')
220
+ McpLambdaTargetConfiguration = Shapes::StructureShape.new(name: 'McpLambdaTargetConfiguration')
221
+ McpSupportedVersions = Shapes::ListShape.new(name: 'McpSupportedVersions')
222
+ McpTargetConfiguration = Shapes::UnionShape.new(name: 'McpTargetConfiguration')
223
+ McpVersion = Shapes::StringShape.new(name: 'McpVersion')
224
+ Memory = Shapes::StructureShape.new(name: 'Memory')
225
+ MemoryArn = Shapes::StringShape.new(name: 'MemoryArn')
226
+ MemoryEventExpiryDurationInteger = Shapes::IntegerShape.new(name: 'MemoryEventExpiryDurationInteger')
227
+ MemoryId = Shapes::StringShape.new(name: 'MemoryId')
228
+ MemoryStatus = Shapes::StringShape.new(name: 'MemoryStatus')
229
+ MemoryStrategy = Shapes::StructureShape.new(name: 'MemoryStrategy')
230
+ MemoryStrategyId = Shapes::StringShape.new(name: 'MemoryStrategyId')
231
+ MemoryStrategyInput = Shapes::UnionShape.new(name: 'MemoryStrategyInput')
232
+ MemoryStrategyInputList = Shapes::ListShape.new(name: 'MemoryStrategyInputList')
233
+ MemoryStrategyList = Shapes::ListShape.new(name: 'MemoryStrategyList')
234
+ MemoryStrategyStatus = Shapes::StringShape.new(name: 'MemoryStrategyStatus')
235
+ MemoryStrategyType = Shapes::StringShape.new(name: 'MemoryStrategyType')
236
+ MemorySummary = Shapes::StructureShape.new(name: 'MemorySummary')
237
+ MemorySummaryList = Shapes::ListShape.new(name: 'MemorySummaryList')
238
+ MicrosoftOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigInput')
239
+ MicrosoftOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigOutput')
240
+ ModifyConsolidationConfiguration = Shapes::UnionShape.new(name: 'ModifyConsolidationConfiguration')
241
+ ModifyExtractionConfiguration = Shapes::UnionShape.new(name: 'ModifyExtractionConfiguration')
242
+ ModifyMemoryStrategies = Shapes::StructureShape.new(name: 'ModifyMemoryStrategies')
243
+ ModifyMemoryStrategiesList = Shapes::ListShape.new(name: 'ModifyMemoryStrategiesList')
244
+ ModifyMemoryStrategyInput = Shapes::StructureShape.new(name: 'ModifyMemoryStrategyInput')
245
+ ModifyStrategyConfiguration = Shapes::StructureShape.new(name: 'ModifyStrategyConfiguration')
246
+ Name = Shapes::StringShape.new(name: 'Name')
247
+ Namespace = Shapes::StringShape.new(name: 'Namespace')
248
+ NamespacesList = Shapes::ListShape.new(name: 'NamespacesList')
249
+ NetworkConfiguration = Shapes::StructureShape.new(name: 'NetworkConfiguration')
250
+ NetworkMode = Shapes::StringShape.new(name: 'NetworkMode')
251
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
252
+ NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
253
+ OAuthCredentialProvider = Shapes::StructureShape.new(name: 'OAuthCredentialProvider')
254
+ OAuthCredentialProviderArn = Shapes::StringShape.new(name: 'OAuthCredentialProviderArn')
255
+ OAuthCustomParameters = Shapes::MapShape.new(name: 'OAuthCustomParameters')
256
+ OAuthCustomParametersKey = Shapes::StringShape.new(name: 'OAuthCustomParametersKey')
257
+ OAuthCustomParametersValue = Shapes::StringShape.new(name: 'OAuthCustomParametersValue')
258
+ OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
259
+ OAuthScopes = Shapes::ListShape.new(name: 'OAuthScopes')
260
+ Oauth2AuthorizationServerMetadata = Shapes::StructureShape.new(name: 'Oauth2AuthorizationServerMetadata')
261
+ Oauth2CredentialProviderItem = Shapes::StructureShape.new(name: 'Oauth2CredentialProviderItem')
262
+ Oauth2CredentialProviders = Shapes::ListShape.new(name: 'Oauth2CredentialProviders')
263
+ Oauth2Discovery = Shapes::UnionShape.new(name: 'Oauth2Discovery')
264
+ Oauth2ProviderConfigInput = Shapes::UnionShape.new(name: 'Oauth2ProviderConfigInput')
265
+ Oauth2ProviderConfigOutput = Shapes::UnionShape.new(name: 'Oauth2ProviderConfigOutput')
266
+ OverrideType = Shapes::StringShape.new(name: 'OverrideType')
267
+ Prompt = Shapes::StringShape.new(name: 'Prompt')
268
+ ProtocolConfiguration = Shapes::StructureShape.new(name: 'ProtocolConfiguration')
269
+ RecordingConfig = Shapes::StructureShape.new(name: 'RecordingConfig')
270
+ RequiredProperties = Shapes::ListShape.new(name: 'RequiredProperties')
271
+ ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
272
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
273
+ ResourceOauth2ReturnUrlListType = Shapes::ListShape.new(name: 'ResourceOauth2ReturnUrlListType')
274
+ ResourceOauth2ReturnUrlType = Shapes::StringShape.new(name: 'ResourceOauth2ReturnUrlType')
275
+ ResourceType = Shapes::StringShape.new(name: 'ResourceType')
276
+ ResponseListType = Shapes::ListShape.new(name: 'ResponseListType')
277
+ ResponseType = Shapes::StringShape.new(name: 'ResponseType')
278
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
279
+ RuntimeContainerUri = Shapes::StringShape.new(name: 'RuntimeContainerUri')
280
+ S3BucketUri = Shapes::StringShape.new(name: 'S3BucketUri')
281
+ S3Configuration = Shapes::StructureShape.new(name: 'S3Configuration')
282
+ S3Location = Shapes::StructureShape.new(name: 'S3Location')
283
+ S3LocationBucketString = Shapes::StringShape.new(name: 'S3LocationBucketString')
284
+ S3LocationPrefixString = Shapes::StringShape.new(name: 'S3LocationPrefixString')
285
+ SalesforceOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'SalesforceOauth2ProviderConfigInput')
286
+ SalesforceOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'SalesforceOauth2ProviderConfigOutput')
287
+ SandboxName = Shapes::StringShape.new(name: 'SandboxName')
288
+ SchemaDefinition = Shapes::StructureShape.new(name: 'SchemaDefinition')
289
+ SchemaProperties = Shapes::MapShape.new(name: 'SchemaProperties')
290
+ SchemaType = Shapes::StringShape.new(name: 'SchemaType')
291
+ SearchType = Shapes::StringShape.new(name: 'SearchType')
292
+ Secret = Shapes::StructureShape.new(name: 'Secret')
293
+ SecretArn = Shapes::StringShape.new(name: 'SecretArn')
294
+ SemanticConsolidationOverride = Shapes::StructureShape.new(name: 'SemanticConsolidationOverride')
295
+ SemanticExtractionOverride = Shapes::StructureShape.new(name: 'SemanticExtractionOverride')
296
+ SemanticMemoryStrategyInput = Shapes::StructureShape.new(name: 'SemanticMemoryStrategyInput')
297
+ SemanticOverrideConfigurationInput = Shapes::StructureShape.new(name: 'SemanticOverrideConfigurationInput')
298
+ SemanticOverrideConsolidationConfigurationInput = Shapes::StructureShape.new(name: 'SemanticOverrideConsolidationConfigurationInput')
299
+ SemanticOverrideExtractionConfigurationInput = Shapes::StructureShape.new(name: 'SemanticOverrideExtractionConfigurationInput')
300
+ ServerProtocol = Shapes::StringShape.new(name: 'ServerProtocol')
301
+ ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
302
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
303
+ SetTokenVaultCMKRequest = Shapes::StructureShape.new(name: 'SetTokenVaultCMKRequest')
304
+ SetTokenVaultCMKResponse = Shapes::StructureShape.new(name: 'SetTokenVaultCMKResponse')
305
+ SlackOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'SlackOauth2ProviderConfigInput')
306
+ SlackOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'SlackOauth2ProviderConfigOutput')
307
+ StatusReason = Shapes::StringShape.new(name: 'StatusReason')
308
+ StatusReasons = Shapes::ListShape.new(name: 'StatusReasons')
309
+ StrategyConfiguration = Shapes::StructureShape.new(name: 'StrategyConfiguration')
310
+ String = Shapes::StringShape.new(name: 'String')
311
+ SummaryConsolidationOverride = Shapes::StructureShape.new(name: 'SummaryConsolidationOverride')
312
+ SummaryMemoryStrategyInput = Shapes::StructureShape.new(name: 'SummaryMemoryStrategyInput')
313
+ SummaryOverrideConfigurationInput = Shapes::StructureShape.new(name: 'SummaryOverrideConfigurationInput')
314
+ SummaryOverrideConsolidationConfigurationInput = Shapes::StructureShape.new(name: 'SummaryOverrideConsolidationConfigurationInput')
315
+ TargetConfiguration = Shapes::UnionShape.new(name: 'TargetConfiguration')
316
+ TargetDescription = Shapes::StringShape.new(name: 'TargetDescription')
317
+ TargetId = Shapes::StringShape.new(name: 'TargetId')
318
+ TargetMaxResults = Shapes::IntegerShape.new(name: 'TargetMaxResults')
319
+ TargetName = Shapes::StringShape.new(name: 'TargetName')
320
+ TargetNextToken = Shapes::StringShape.new(name: 'TargetNextToken')
321
+ TargetStatus = Shapes::StringShape.new(name: 'TargetStatus')
322
+ TargetSummaries = Shapes::ListShape.new(name: 'TargetSummaries')
323
+ TargetSummary = Shapes::StructureShape.new(name: 'TargetSummary')
324
+ ThrottledException = Shapes::StructureShape.new(name: 'ThrottledException')
325
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
326
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
327
+ TokenEndpointType = Shapes::StringShape.new(name: 'TokenEndpointType')
328
+ TokenVaultIdType = Shapes::StringShape.new(name: 'TokenVaultIdType')
329
+ ToolDefinition = Shapes::StructureShape.new(name: 'ToolDefinition')
330
+ ToolDefinitions = Shapes::ListShape.new(name: 'ToolDefinitions')
331
+ ToolSchema = Shapes::UnionShape.new(name: 'ToolSchema')
332
+ UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
333
+ UpdateAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeEndpointRequest')
334
+ UpdateAgentRuntimeEndpointResponse = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeEndpointResponse')
335
+ UpdateAgentRuntimeRequest = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeRequest')
336
+ UpdateAgentRuntimeResponse = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeResponse')
337
+ UpdateApiKeyCredentialProviderRequest = Shapes::StructureShape.new(name: 'UpdateApiKeyCredentialProviderRequest')
338
+ UpdateApiKeyCredentialProviderResponse = Shapes::StructureShape.new(name: 'UpdateApiKeyCredentialProviderResponse')
339
+ UpdateGatewayRequest = Shapes::StructureShape.new(name: 'UpdateGatewayRequest')
340
+ UpdateGatewayResponse = Shapes::StructureShape.new(name: 'UpdateGatewayResponse')
341
+ UpdateGatewayTargetRequest = Shapes::StructureShape.new(name: 'UpdateGatewayTargetRequest')
342
+ UpdateGatewayTargetResponse = Shapes::StructureShape.new(name: 'UpdateGatewayTargetResponse')
343
+ UpdateMemoryInput = Shapes::StructureShape.new(name: 'UpdateMemoryInput')
344
+ UpdateMemoryInputClientTokenString = Shapes::StringShape.new(name: 'UpdateMemoryInputClientTokenString')
345
+ UpdateMemoryInputEventExpiryDurationInteger = Shapes::IntegerShape.new(name: 'UpdateMemoryInputEventExpiryDurationInteger')
346
+ UpdateMemoryOutput = Shapes::StructureShape.new(name: 'UpdateMemoryOutput')
347
+ UpdateOauth2CredentialProviderRequest = Shapes::StructureShape.new(name: 'UpdateOauth2CredentialProviderRequest')
348
+ UpdateOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'UpdateOauth2CredentialProviderResponse')
349
+ UpdateWorkloadIdentityRequest = Shapes::StructureShape.new(name: 'UpdateWorkloadIdentityRequest')
350
+ UpdateWorkloadIdentityResponse = Shapes::StructureShape.new(name: 'UpdateWorkloadIdentityResponse')
351
+ UserPreferenceConsolidationOverride = Shapes::StructureShape.new(name: 'UserPreferenceConsolidationOverride')
352
+ UserPreferenceExtractionOverride = Shapes::StructureShape.new(name: 'UserPreferenceExtractionOverride')
353
+ UserPreferenceMemoryStrategyInput = Shapes::StructureShape.new(name: 'UserPreferenceMemoryStrategyInput')
354
+ UserPreferenceOverrideConfigurationInput = Shapes::StructureShape.new(name: 'UserPreferenceOverrideConfigurationInput')
355
+ UserPreferenceOverrideConsolidationConfigurationInput = Shapes::StructureShape.new(name: 'UserPreferenceOverrideConsolidationConfigurationInput')
356
+ UserPreferenceOverrideExtractionConfigurationInput = Shapes::StructureShape.new(name: 'UserPreferenceOverrideExtractionConfigurationInput')
357
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
358
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
359
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
360
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
361
+ WorkloadIdentityArn = Shapes::StringShape.new(name: 'WorkloadIdentityArn')
362
+ WorkloadIdentityArnType = Shapes::StringShape.new(name: 'WorkloadIdentityArnType')
363
+ WorkloadIdentityDetails = Shapes::StructureShape.new(name: 'WorkloadIdentityDetails')
364
+ WorkloadIdentityList = Shapes::ListShape.new(name: 'WorkloadIdentityList')
365
+ WorkloadIdentityNameType = Shapes::StringShape.new(name: 'WorkloadIdentityNameType')
366
+ WorkloadIdentityType = Shapes::StructureShape.new(name: 'WorkloadIdentityType')
367
+
368
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
369
+ AccessDeniedException.struct_class = Types::AccessDeniedException
370
+
371
+ Agent.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
372
+ Agent.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location_name: "agentRuntimeId"))
373
+ Agent.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "agentRuntimeVersion"))
374
+ Agent.add_member(:agent_runtime_name, Shapes::ShapeRef.new(shape: AgentRuntimeName, required: true, location_name: "agentRuntimeName"))
375
+ Agent.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
376
+ Agent.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
377
+ Agent.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
378
+ Agent.struct_class = Types::Agent
379
+
380
+ AgentArtifact.add_member(:container_configuration, Shapes::ShapeRef.new(shape: ContainerConfiguration, location_name: "containerConfiguration"))
381
+ AgentArtifact.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
382
+ AgentArtifact.add_member_subclass(:container_configuration, Types::AgentArtifact::ContainerConfiguration)
383
+ AgentArtifact.add_member_subclass(:unknown, Types::AgentArtifact::Unknown)
384
+ AgentArtifact.struct_class = Types::AgentArtifact
385
+
386
+ AgentEndpoint.add_member(:name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "name"))
387
+ AgentEndpoint.add_member(:live_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "liveVersion"))
388
+ AgentEndpoint.add_member(:target_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "targetVersion"))
389
+ AgentEndpoint.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
390
+ AgentEndpoint.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
391
+ AgentEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: AgentEndpointStatus, required: true, location_name: "status"))
392
+ AgentEndpoint.add_member(:id, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointId, required: true, location_name: "id"))
393
+ AgentEndpoint.add_member(:description, Shapes::ShapeRef.new(shape: AgentEndpointDescription, location_name: "description"))
394
+ AgentEndpoint.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
395
+ AgentEndpoint.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
396
+ AgentEndpoint.struct_class = Types::AgentEndpoint
397
+
398
+ AgentEndpoints.member = Shapes::ShapeRef.new(shape: AgentEndpoint)
399
+
400
+ Agents.member = Shapes::ShapeRef.new(shape: Agent)
401
+
402
+ AllowedAudienceList.member = Shapes::ShapeRef.new(shape: AllowedAudience)
403
+
404
+ AllowedClientsList.member = Shapes::ShapeRef.new(shape: AllowedClient)
405
+
406
+ ApiKeyCredentialProvider.add_member(:provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArn, required: true, location_name: "providerArn"))
407
+ ApiKeyCredentialProvider.add_member(:credential_parameter_name, Shapes::ShapeRef.new(shape: ApiKeyCredentialParameterName, location_name: "credentialParameterName"))
408
+ ApiKeyCredentialProvider.add_member(:credential_prefix, Shapes::ShapeRef.new(shape: ApiKeyCredentialPrefix, location_name: "credentialPrefix"))
409
+ ApiKeyCredentialProvider.add_member(:credential_location, Shapes::ShapeRef.new(shape: ApiKeyCredentialLocation, location_name: "credentialLocation"))
410
+ ApiKeyCredentialProvider.struct_class = Types::ApiKeyCredentialProvider
411
+
412
+ ApiKeyCredentialProviderItem.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
413
+ ApiKeyCredentialProviderItem.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
414
+ ApiKeyCredentialProviderItem.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
415
+ ApiKeyCredentialProviderItem.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
416
+ ApiKeyCredentialProviderItem.struct_class = Types::ApiKeyCredentialProviderItem
417
+
418
+ ApiKeyCredentialProviders.member = Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderItem)
419
+
420
+ ApiSchemaConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: S3Configuration, location_name: "s3"))
421
+ ApiSchemaConfiguration.add_member(:inline_payload, Shapes::ShapeRef.new(shape: InlinePayload, location_name: "inlinePayload"))
422
+ ApiSchemaConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
423
+ ApiSchemaConfiguration.add_member_subclass(:s3, Types::ApiSchemaConfiguration::S3)
424
+ ApiSchemaConfiguration.add_member_subclass(:inline_payload, Types::ApiSchemaConfiguration::InlinePayload)
425
+ ApiSchemaConfiguration.add_member_subclass(:unknown, Types::ApiSchemaConfiguration::Unknown)
426
+ ApiSchemaConfiguration.struct_class = Types::ApiSchemaConfiguration
427
+
428
+ AuthorizerConfiguration.add_member(:custom_jwt_authorizer, Shapes::ShapeRef.new(shape: CustomJWTAuthorizerConfiguration, location_name: "customJWTAuthorizer"))
429
+ AuthorizerConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
430
+ AuthorizerConfiguration.add_member_subclass(:custom_jwt_authorizer, Types::AuthorizerConfiguration::CustomJwtAuthorizer)
431
+ AuthorizerConfiguration.add_member_subclass(:unknown, Types::AuthorizerConfiguration::Unknown)
432
+ AuthorizerConfiguration.struct_class = Types::AuthorizerConfiguration
433
+
434
+ BrowserNetworkConfiguration.add_member(:network_mode, Shapes::ShapeRef.new(shape: BrowserNetworkMode, required: true, location_name: "networkMode"))
435
+ BrowserNetworkConfiguration.struct_class = Types::BrowserNetworkConfiguration
436
+
437
+ BrowserSummaries.member = Shapes::ShapeRef.new(shape: BrowserSummary)
438
+
439
+ BrowserSummary.add_member(:browser_id, Shapes::ShapeRef.new(shape: BrowserId, required: true, location_name: "browserId"))
440
+ BrowserSummary.add_member(:browser_arn, Shapes::ShapeRef.new(shape: BrowserArn, required: true, location_name: "browserArn"))
441
+ BrowserSummary.add_member(:name, Shapes::ShapeRef.new(shape: SandboxName, location_name: "name"))
442
+ BrowserSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
443
+ BrowserSummary.add_member(:status, Shapes::ShapeRef.new(shape: BrowserStatus, required: true, location_name: "status"))
444
+ BrowserSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
445
+ BrowserSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastUpdatedAt"))
446
+ BrowserSummary.struct_class = Types::BrowserSummary
447
+
448
+ CodeInterpreterNetworkConfiguration.add_member(:network_mode, Shapes::ShapeRef.new(shape: CodeInterpreterNetworkMode, required: true, location_name: "networkMode"))
449
+ CodeInterpreterNetworkConfiguration.struct_class = Types::CodeInterpreterNetworkConfiguration
450
+
451
+ CodeInterpreterSummaries.member = Shapes::ShapeRef.new(shape: CodeInterpreterSummary)
452
+
453
+ CodeInterpreterSummary.add_member(:code_interpreter_id, Shapes::ShapeRef.new(shape: CodeInterpreterId, required: true, location_name: "codeInterpreterId"))
454
+ CodeInterpreterSummary.add_member(:code_interpreter_arn, Shapes::ShapeRef.new(shape: CodeInterpreterArn, required: true, location_name: "codeInterpreterArn"))
455
+ CodeInterpreterSummary.add_member(:name, Shapes::ShapeRef.new(shape: SandboxName, location_name: "name"))
456
+ CodeInterpreterSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
457
+ CodeInterpreterSummary.add_member(:status, Shapes::ShapeRef.new(shape: CodeInterpreterStatus, required: true, location_name: "status"))
458
+ CodeInterpreterSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
459
+ CodeInterpreterSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastUpdatedAt"))
460
+ CodeInterpreterSummary.struct_class = Types::CodeInterpreterSummary
461
+
462
+ ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
463
+ ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
464
+
465
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
466
+ ConflictException.struct_class = Types::ConflictException
467
+
468
+ ConsolidationConfiguration.add_member(:custom_consolidation_configuration, Shapes::ShapeRef.new(shape: CustomConsolidationConfiguration, location_name: "customConsolidationConfiguration"))
469
+ ConsolidationConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
470
+ ConsolidationConfiguration.add_member_subclass(:custom_consolidation_configuration, Types::ConsolidationConfiguration::CustomConsolidationConfiguration)
471
+ ConsolidationConfiguration.add_member_subclass(:unknown, Types::ConsolidationConfiguration::Unknown)
472
+ ConsolidationConfiguration.struct_class = Types::ConsolidationConfiguration
473
+
474
+ ContainerConfiguration.add_member(:container_uri, Shapes::ShapeRef.new(shape: RuntimeContainerUri, required: true, location_name: "containerUri"))
475
+ ContainerConfiguration.struct_class = Types::ContainerConfiguration
476
+
477
+ CreateAgentRuntimeEndpointRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
478
+ CreateAgentRuntimeEndpointRequest.add_member(:name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "name"))
479
+ CreateAgentRuntimeEndpointRequest.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "agentRuntimeVersion"))
480
+ CreateAgentRuntimeEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: AgentEndpointDescription, location_name: "description"))
481
+ CreateAgentRuntimeEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
482
+ CreateAgentRuntimeEndpointRequest.struct_class = Types::CreateAgentRuntimeEndpointRequest
483
+
484
+ CreateAgentRuntimeEndpointResponse.add_member(:target_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "targetVersion"))
485
+ CreateAgentRuntimeEndpointResponse.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
486
+ CreateAgentRuntimeEndpointResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
487
+ CreateAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentEndpointStatus, required: true, location_name: "status"))
488
+ CreateAgentRuntimeEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
489
+ CreateAgentRuntimeEndpointResponse.struct_class = Types::CreateAgentRuntimeEndpointResponse
490
+
491
+ CreateAgentRuntimeRequest.add_member(:agent_runtime_name, Shapes::ShapeRef.new(shape: AgentRuntimeName, required: true, location_name: "agentRuntimeName"))
492
+ CreateAgentRuntimeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
493
+ CreateAgentRuntimeRequest.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentArtifact, required: true, location_name: "agentRuntimeArtifact"))
494
+ CreateAgentRuntimeRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
495
+ CreateAgentRuntimeRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, required: true, location_name: "networkConfiguration"))
496
+ CreateAgentRuntimeRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: ProtocolConfiguration, location_name: "protocolConfiguration"))
497
+ CreateAgentRuntimeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
498
+ CreateAgentRuntimeRequest.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "environmentVariables"))
499
+ CreateAgentRuntimeRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
500
+ CreateAgentRuntimeRequest.struct_class = Types::CreateAgentRuntimeRequest
501
+
502
+ CreateAgentRuntimeResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
503
+ CreateAgentRuntimeResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
504
+ CreateAgentRuntimeResponse.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location_name: "agentRuntimeId"))
505
+ CreateAgentRuntimeResponse.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "agentRuntimeVersion"))
506
+ CreateAgentRuntimeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
507
+ CreateAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
508
+ CreateAgentRuntimeResponse.struct_class = Types::CreateAgentRuntimeResponse
509
+
510
+ CreateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
511
+ CreateApiKeyCredentialProviderRequest.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKeyType, required: true, location_name: "apiKey"))
512
+ CreateApiKeyCredentialProviderRequest.struct_class = Types::CreateApiKeyCredentialProviderRequest
513
+
514
+ CreateApiKeyCredentialProviderResponse.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
515
+ CreateApiKeyCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
516
+ CreateApiKeyCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
517
+ CreateApiKeyCredentialProviderResponse.struct_class = Types::CreateApiKeyCredentialProviderResponse
518
+
519
+ CreateBrowserRequest.add_member(:name, Shapes::ShapeRef.new(shape: SandboxName, required: true, location_name: "name"))
520
+ CreateBrowserRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
521
+ CreateBrowserRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "executionRoleArn"))
522
+ CreateBrowserRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: BrowserNetworkConfiguration, required: true, location_name: "networkConfiguration"))
523
+ CreateBrowserRequest.add_member(:recording, Shapes::ShapeRef.new(shape: RecordingConfig, location_name: "recording"))
524
+ CreateBrowserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
525
+ CreateBrowserRequest.struct_class = Types::CreateBrowserRequest
526
+
527
+ CreateBrowserResponse.add_member(:browser_id, Shapes::ShapeRef.new(shape: BrowserId, required: true, location_name: "browserId"))
528
+ CreateBrowserResponse.add_member(:browser_arn, Shapes::ShapeRef.new(shape: BrowserArn, required: true, location_name: "browserArn"))
529
+ CreateBrowserResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
530
+ CreateBrowserResponse.add_member(:status, Shapes::ShapeRef.new(shape: BrowserStatus, required: true, location_name: "status"))
531
+ CreateBrowserResponse.struct_class = Types::CreateBrowserResponse
532
+
533
+ CreateCodeInterpreterRequest.add_member(:name, Shapes::ShapeRef.new(shape: SandboxName, required: true, location_name: "name"))
534
+ CreateCodeInterpreterRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
535
+ CreateCodeInterpreterRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "executionRoleArn"))
536
+ CreateCodeInterpreterRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: CodeInterpreterNetworkConfiguration, required: true, location_name: "networkConfiguration"))
537
+ CreateCodeInterpreterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
538
+ CreateCodeInterpreterRequest.struct_class = Types::CreateCodeInterpreterRequest
539
+
540
+ CreateCodeInterpreterResponse.add_member(:code_interpreter_id, Shapes::ShapeRef.new(shape: CodeInterpreterId, required: true, location_name: "codeInterpreterId"))
541
+ CreateCodeInterpreterResponse.add_member(:code_interpreter_arn, Shapes::ShapeRef.new(shape: CodeInterpreterArn, required: true, location_name: "codeInterpreterArn"))
542
+ CreateCodeInterpreterResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
543
+ CreateCodeInterpreterResponse.add_member(:status, Shapes::ShapeRef.new(shape: CodeInterpreterStatus, required: true, location_name: "status"))
544
+ CreateCodeInterpreterResponse.struct_class = Types::CreateCodeInterpreterResponse
545
+
546
+ CreateGatewayRequest.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
547
+ CreateGatewayRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
548
+ CreateGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
549
+ CreateGatewayRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
550
+ CreateGatewayRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, required: true, location_name: "protocolType"))
551
+ CreateGatewayRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
552
+ CreateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
553
+ CreateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, required: true, location_name: "authorizerConfiguration"))
554
+ CreateGatewayRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
555
+ CreateGatewayRequest.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
556
+ CreateGatewayRequest.struct_class = Types::CreateGatewayRequest
557
+
558
+ CreateGatewayResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
559
+ CreateGatewayResponse.add_member(:gateway_id, Shapes::ShapeRef.new(shape: GatewayId, required: true, location_name: "gatewayId"))
560
+ CreateGatewayResponse.add_member(:gateway_url, Shapes::ShapeRef.new(shape: GatewayUrl, location_name: "gatewayUrl"))
561
+ CreateGatewayResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
562
+ CreateGatewayResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
563
+ CreateGatewayResponse.add_member(:status, Shapes::ShapeRef.new(shape: GatewayStatus, required: true, location_name: "status"))
564
+ CreateGatewayResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
565
+ CreateGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
566
+ CreateGatewayResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
567
+ CreateGatewayResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
568
+ CreateGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, required: true, location_name: "protocolType"))
569
+ CreateGatewayResponse.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
570
+ CreateGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
571
+ CreateGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
572
+ CreateGatewayResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
573
+ CreateGatewayResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
574
+ CreateGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
575
+ CreateGatewayResponse.struct_class = Types::CreateGatewayResponse
576
+
577
+ CreateGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
578
+ CreateGatewayTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
579
+ CreateGatewayTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
580
+ CreateGatewayTargetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
581
+ CreateGatewayTargetRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
582
+ CreateGatewayTargetRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
583
+ CreateGatewayTargetRequest.struct_class = Types::CreateGatewayTargetRequest
584
+
585
+ CreateGatewayTargetResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
586
+ CreateGatewayTargetResponse.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "targetId"))
587
+ CreateGatewayTargetResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
588
+ CreateGatewayTargetResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
589
+ CreateGatewayTargetResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, required: true, location_name: "status"))
590
+ CreateGatewayTargetResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
591
+ CreateGatewayTargetResponse.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
592
+ CreateGatewayTargetResponse.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
593
+ CreateGatewayTargetResponse.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
594
+ CreateGatewayTargetResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
595
+ CreateGatewayTargetResponse.struct_class = Types::CreateGatewayTargetResponse
596
+
597
+ CreateMemoryInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateMemoryInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
598
+ CreateMemoryInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
599
+ CreateMemoryInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
600
+ CreateMemoryInput.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "encryptionKeyArn"))
601
+ CreateMemoryInput.add_member(:memory_execution_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "memoryExecutionRoleArn"))
602
+ CreateMemoryInput.add_member(:event_expiry_duration, Shapes::ShapeRef.new(shape: CreateMemoryInputEventExpiryDurationInteger, required: true, location_name: "eventExpiryDuration"))
603
+ CreateMemoryInput.add_member(:memory_strategies, Shapes::ShapeRef.new(shape: MemoryStrategyInputList, location_name: "memoryStrategies"))
604
+ CreateMemoryInput.struct_class = Types::CreateMemoryInput
605
+
606
+ CreateMemoryOutput.add_member(:memory, Shapes::ShapeRef.new(shape: Memory, location_name: "memory"))
607
+ CreateMemoryOutput.struct_class = Types::CreateMemoryOutput
608
+
609
+ CreateOauth2CredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
610
+ CreateOauth2CredentialProviderRequest.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
611
+ CreateOauth2CredentialProviderRequest.add_member(:oauth2_provider_config_input, Shapes::ShapeRef.new(shape: Oauth2ProviderConfigInput, required: true, location_name: "oauth2ProviderConfigInput"))
612
+ CreateOauth2CredentialProviderRequest.struct_class = Types::CreateOauth2CredentialProviderRequest
613
+
614
+ CreateOauth2CredentialProviderResponse.add_member(:client_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "clientSecretArn"))
615
+ CreateOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
616
+ CreateOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
617
+ CreateOauth2CredentialProviderResponse.struct_class = Types::CreateOauth2CredentialProviderResponse
618
+
619
+ CreateWorkloadIdentityRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
620
+ CreateWorkloadIdentityRequest.add_member(:allowed_resource_oauth_2_return_urls, Shapes::ShapeRef.new(shape: ResourceOauth2ReturnUrlListType, location_name: "allowedResourceOauth2ReturnUrls"))
621
+ CreateWorkloadIdentityRequest.struct_class = Types::CreateWorkloadIdentityRequest
622
+
623
+ CreateWorkloadIdentityResponse.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
624
+ CreateWorkloadIdentityResponse.add_member(:workload_identity_arn, Shapes::ShapeRef.new(shape: WorkloadIdentityArnType, required: true, location_name: "workloadIdentityArn"))
625
+ CreateWorkloadIdentityResponse.add_member(:allowed_resource_oauth_2_return_urls, Shapes::ShapeRef.new(shape: ResourceOauth2ReturnUrlListType, location_name: "allowedResourceOauth2ReturnUrls"))
626
+ CreateWorkloadIdentityResponse.struct_class = Types::CreateWorkloadIdentityResponse
627
+
628
+ CredentialProvider.add_member(:oauth_credential_provider, Shapes::ShapeRef.new(shape: OAuthCredentialProvider, location_name: "oauthCredentialProvider"))
629
+ CredentialProvider.add_member(:api_key_credential_provider, Shapes::ShapeRef.new(shape: ApiKeyCredentialProvider, location_name: "apiKeyCredentialProvider"))
630
+ CredentialProvider.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
631
+ CredentialProvider.add_member_subclass(:oauth_credential_provider, Types::CredentialProvider::OauthCredentialProvider)
632
+ CredentialProvider.add_member_subclass(:api_key_credential_provider, Types::CredentialProvider::ApiKeyCredentialProvider)
633
+ CredentialProvider.add_member_subclass(:unknown, Types::CredentialProvider::Unknown)
634
+ CredentialProvider.struct_class = Types::CredentialProvider
635
+
636
+ CredentialProviderConfiguration.add_member(:credential_provider_type, Shapes::ShapeRef.new(shape: CredentialProviderType, required: true, location_name: "credentialProviderType"))
637
+ CredentialProviderConfiguration.add_member(:credential_provider, Shapes::ShapeRef.new(shape: CredentialProvider, location_name: "credentialProvider"))
638
+ CredentialProviderConfiguration.struct_class = Types::CredentialProviderConfiguration
639
+
640
+ CredentialProviderConfigurations.member = Shapes::ShapeRef.new(shape: CredentialProviderConfiguration)
641
+
642
+ CustomConfigurationInput.add_member(:semantic_override, Shapes::ShapeRef.new(shape: SemanticOverrideConfigurationInput, location_name: "semanticOverride"))
643
+ CustomConfigurationInput.add_member(:summary_override, Shapes::ShapeRef.new(shape: SummaryOverrideConfigurationInput, location_name: "summaryOverride"))
644
+ CustomConfigurationInput.add_member(:user_preference_override, Shapes::ShapeRef.new(shape: UserPreferenceOverrideConfigurationInput, location_name: "userPreferenceOverride"))
645
+ CustomConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
646
+ CustomConfigurationInput.add_member_subclass(:semantic_override, Types::CustomConfigurationInput::SemanticOverride)
647
+ CustomConfigurationInput.add_member_subclass(:summary_override, Types::CustomConfigurationInput::SummaryOverride)
648
+ CustomConfigurationInput.add_member_subclass(:user_preference_override, Types::CustomConfigurationInput::UserPreferenceOverride)
649
+ CustomConfigurationInput.add_member_subclass(:unknown, Types::CustomConfigurationInput::Unknown)
650
+ CustomConfigurationInput.struct_class = Types::CustomConfigurationInput
651
+
652
+ CustomConsolidationConfiguration.add_member(:semantic_consolidation_override, Shapes::ShapeRef.new(shape: SemanticConsolidationOverride, location_name: "semanticConsolidationOverride"))
653
+ CustomConsolidationConfiguration.add_member(:summary_consolidation_override, Shapes::ShapeRef.new(shape: SummaryConsolidationOverride, location_name: "summaryConsolidationOverride"))
654
+ CustomConsolidationConfiguration.add_member(:user_preference_consolidation_override, Shapes::ShapeRef.new(shape: UserPreferenceConsolidationOverride, location_name: "userPreferenceConsolidationOverride"))
655
+ CustomConsolidationConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
656
+ CustomConsolidationConfiguration.add_member_subclass(:semantic_consolidation_override, Types::CustomConsolidationConfiguration::SemanticConsolidationOverride)
657
+ CustomConsolidationConfiguration.add_member_subclass(:summary_consolidation_override, Types::CustomConsolidationConfiguration::SummaryConsolidationOverride)
658
+ CustomConsolidationConfiguration.add_member_subclass(:user_preference_consolidation_override, Types::CustomConsolidationConfiguration::UserPreferenceConsolidationOverride)
659
+ CustomConsolidationConfiguration.add_member_subclass(:unknown, Types::CustomConsolidationConfiguration::Unknown)
660
+ CustomConsolidationConfiguration.struct_class = Types::CustomConsolidationConfiguration
661
+
662
+ CustomConsolidationConfigurationInput.add_member(:semantic_consolidation_override, Shapes::ShapeRef.new(shape: SemanticOverrideConsolidationConfigurationInput, location_name: "semanticConsolidationOverride"))
663
+ CustomConsolidationConfigurationInput.add_member(:summary_consolidation_override, Shapes::ShapeRef.new(shape: SummaryOverrideConsolidationConfigurationInput, location_name: "summaryConsolidationOverride"))
664
+ CustomConsolidationConfigurationInput.add_member(:user_preference_consolidation_override, Shapes::ShapeRef.new(shape: UserPreferenceOverrideConsolidationConfigurationInput, location_name: "userPreferenceConsolidationOverride"))
665
+ CustomConsolidationConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
666
+ CustomConsolidationConfigurationInput.add_member_subclass(:semantic_consolidation_override, Types::CustomConsolidationConfigurationInput::SemanticConsolidationOverride)
667
+ CustomConsolidationConfigurationInput.add_member_subclass(:summary_consolidation_override, Types::CustomConsolidationConfigurationInput::SummaryConsolidationOverride)
668
+ CustomConsolidationConfigurationInput.add_member_subclass(:user_preference_consolidation_override, Types::CustomConsolidationConfigurationInput::UserPreferenceConsolidationOverride)
669
+ CustomConsolidationConfigurationInput.add_member_subclass(:unknown, Types::CustomConsolidationConfigurationInput::Unknown)
670
+ CustomConsolidationConfigurationInput.struct_class = Types::CustomConsolidationConfigurationInput
671
+
672
+ CustomExtractionConfiguration.add_member(:semantic_extraction_override, Shapes::ShapeRef.new(shape: SemanticExtractionOverride, location_name: "semanticExtractionOverride"))
673
+ CustomExtractionConfiguration.add_member(:user_preference_extraction_override, Shapes::ShapeRef.new(shape: UserPreferenceExtractionOverride, location_name: "userPreferenceExtractionOverride"))
674
+ CustomExtractionConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
675
+ CustomExtractionConfiguration.add_member_subclass(:semantic_extraction_override, Types::CustomExtractionConfiguration::SemanticExtractionOverride)
676
+ CustomExtractionConfiguration.add_member_subclass(:user_preference_extraction_override, Types::CustomExtractionConfiguration::UserPreferenceExtractionOverride)
677
+ CustomExtractionConfiguration.add_member_subclass(:unknown, Types::CustomExtractionConfiguration::Unknown)
678
+ CustomExtractionConfiguration.struct_class = Types::CustomExtractionConfiguration
679
+
680
+ CustomExtractionConfigurationInput.add_member(:semantic_extraction_override, Shapes::ShapeRef.new(shape: SemanticOverrideExtractionConfigurationInput, location_name: "semanticExtractionOverride"))
681
+ CustomExtractionConfigurationInput.add_member(:user_preference_extraction_override, Shapes::ShapeRef.new(shape: UserPreferenceOverrideExtractionConfigurationInput, location_name: "userPreferenceExtractionOverride"))
682
+ CustomExtractionConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
683
+ CustomExtractionConfigurationInput.add_member_subclass(:semantic_extraction_override, Types::CustomExtractionConfigurationInput::SemanticExtractionOverride)
684
+ CustomExtractionConfigurationInput.add_member_subclass(:user_preference_extraction_override, Types::CustomExtractionConfigurationInput::UserPreferenceExtractionOverride)
685
+ CustomExtractionConfigurationInput.add_member_subclass(:unknown, Types::CustomExtractionConfigurationInput::Unknown)
686
+ CustomExtractionConfigurationInput.struct_class = Types::CustomExtractionConfigurationInput
687
+
688
+ CustomJWTAuthorizerConfiguration.add_member(:discovery_url, Shapes::ShapeRef.new(shape: DiscoveryUrl, required: true, location_name: "discoveryUrl"))
689
+ CustomJWTAuthorizerConfiguration.add_member(:allowed_audience, Shapes::ShapeRef.new(shape: AllowedAudienceList, location_name: "allowedAudience"))
690
+ CustomJWTAuthorizerConfiguration.add_member(:allowed_clients, Shapes::ShapeRef.new(shape: AllowedClientsList, location_name: "allowedClients"))
691
+ CustomJWTAuthorizerConfiguration.struct_class = Types::CustomJWTAuthorizerConfiguration
692
+
693
+ CustomMemoryStrategyInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
694
+ CustomMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
695
+ CustomMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaces"))
696
+ CustomMemoryStrategyInput.add_member(:configuration, Shapes::ShapeRef.new(shape: CustomConfigurationInput, location_name: "configuration"))
697
+ CustomMemoryStrategyInput.struct_class = Types::CustomMemoryStrategyInput
698
+
699
+ CustomOauth2ProviderConfigInput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
700
+ CustomOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
701
+ CustomOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
702
+ CustomOauth2ProviderConfigInput.struct_class = Types::CustomOauth2ProviderConfigInput
703
+
704
+ CustomOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
705
+ CustomOauth2ProviderConfigOutput.struct_class = Types::CustomOauth2ProviderConfigOutput
706
+
707
+ DecryptionFailure.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
708
+ DecryptionFailure.struct_class = Types::DecryptionFailure
709
+
710
+ DeleteAgentRuntimeEndpointRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
711
+ DeleteAgentRuntimeEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location: "uri", location_name: "endpointName"))
712
+ DeleteAgentRuntimeEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
713
+ DeleteAgentRuntimeEndpointRequest.struct_class = Types::DeleteAgentRuntimeEndpointRequest
714
+
715
+ DeleteAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentEndpointStatus, required: true, location_name: "status"))
716
+ DeleteAgentRuntimeEndpointResponse.struct_class = Types::DeleteAgentRuntimeEndpointResponse
717
+
718
+ DeleteAgentRuntimeRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
719
+ DeleteAgentRuntimeRequest.struct_class = Types::DeleteAgentRuntimeRequest
720
+
721
+ DeleteAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
722
+ DeleteAgentRuntimeResponse.struct_class = Types::DeleteAgentRuntimeResponse
723
+
724
+ DeleteApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
725
+ DeleteApiKeyCredentialProviderRequest.struct_class = Types::DeleteApiKeyCredentialProviderRequest
726
+
727
+ DeleteApiKeyCredentialProviderResponse.struct_class = Types::DeleteApiKeyCredentialProviderResponse
728
+
729
+ DeleteBrowserRequest.add_member(:browser_id, Shapes::ShapeRef.new(shape: BrowserId, required: true, location: "uri", location_name: "browserId"))
730
+ DeleteBrowserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
731
+ DeleteBrowserRequest.struct_class = Types::DeleteBrowserRequest
732
+
733
+ DeleteBrowserResponse.add_member(:browser_id, Shapes::ShapeRef.new(shape: BrowserId, required: true, location_name: "browserId"))
734
+ DeleteBrowserResponse.add_member(:status, Shapes::ShapeRef.new(shape: BrowserStatus, required: true, location_name: "status"))
735
+ DeleteBrowserResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
736
+ DeleteBrowserResponse.struct_class = Types::DeleteBrowserResponse
737
+
738
+ DeleteCodeInterpreterRequest.add_member(:code_interpreter_id, Shapes::ShapeRef.new(shape: CodeInterpreterId, required: true, location: "uri", location_name: "codeInterpreterId"))
739
+ DeleteCodeInterpreterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
740
+ DeleteCodeInterpreterRequest.struct_class = Types::DeleteCodeInterpreterRequest
741
+
742
+ DeleteCodeInterpreterResponse.add_member(:code_interpreter_id, Shapes::ShapeRef.new(shape: CodeInterpreterId, required: true, location_name: "codeInterpreterId"))
743
+ DeleteCodeInterpreterResponse.add_member(:status, Shapes::ShapeRef.new(shape: CodeInterpreterStatus, required: true, location_name: "status"))
744
+ DeleteCodeInterpreterResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
745
+ DeleteCodeInterpreterResponse.struct_class = Types::DeleteCodeInterpreterResponse
746
+
747
+ DeleteGatewayRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
748
+ DeleteGatewayRequest.struct_class = Types::DeleteGatewayRequest
749
+
750
+ DeleteGatewayResponse.add_member(:gateway_id, Shapes::ShapeRef.new(shape: GatewayId, required: true, location_name: "gatewayId"))
751
+ DeleteGatewayResponse.add_member(:status, Shapes::ShapeRef.new(shape: GatewayStatus, required: true, location_name: "status"))
752
+ DeleteGatewayResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
753
+ DeleteGatewayResponse.struct_class = Types::DeleteGatewayResponse
754
+
755
+ DeleteGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
756
+ DeleteGatewayTargetRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location: "uri", location_name: "targetId"))
757
+ DeleteGatewayTargetRequest.struct_class = Types::DeleteGatewayTargetRequest
758
+
759
+ DeleteGatewayTargetResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
760
+ DeleteGatewayTargetResponse.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "targetId"))
761
+ DeleteGatewayTargetResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, required: true, location_name: "status"))
762
+ DeleteGatewayTargetResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
763
+ DeleteGatewayTargetResponse.struct_class = Types::DeleteGatewayTargetResponse
764
+
765
+ DeleteMemoryInput.add_member(:client_token, Shapes::ShapeRef.new(shape: DeleteMemoryInputClientTokenString, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
766
+ DeleteMemoryInput.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, required: true, location: "uri", location_name: "memoryId"))
767
+ DeleteMemoryInput.struct_class = Types::DeleteMemoryInput
768
+
769
+ DeleteMemoryOutput.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, required: true, location_name: "memoryId"))
770
+ DeleteMemoryOutput.add_member(:status, Shapes::ShapeRef.new(shape: MemoryStatus, location_name: "status"))
771
+ DeleteMemoryOutput.struct_class = Types::DeleteMemoryOutput
772
+
773
+ DeleteMemoryStrategiesList.member = Shapes::ShapeRef.new(shape: DeleteMemoryStrategyInput)
774
+
775
+ DeleteMemoryStrategyInput.add_member(:memory_strategy_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "memoryStrategyId"))
776
+ DeleteMemoryStrategyInput.struct_class = Types::DeleteMemoryStrategyInput
777
+
778
+ DeleteOauth2CredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
779
+ DeleteOauth2CredentialProviderRequest.struct_class = Types::DeleteOauth2CredentialProviderRequest
780
+
781
+ DeleteOauth2CredentialProviderResponse.struct_class = Types::DeleteOauth2CredentialProviderResponse
782
+
783
+ DeleteWorkloadIdentityRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
784
+ DeleteWorkloadIdentityRequest.struct_class = Types::DeleteWorkloadIdentityRequest
785
+
786
+ DeleteWorkloadIdentityResponse.struct_class = Types::DeleteWorkloadIdentityResponse
787
+
788
+ EncryptionFailure.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
789
+ EncryptionFailure.struct_class = Types::EncryptionFailure
790
+
791
+ EnvironmentVariablesMap.key = Shapes::ShapeRef.new(shape: EnvironmentVariableKey)
792
+ EnvironmentVariablesMap.value = Shapes::ShapeRef.new(shape: EnvironmentVariableValue)
793
+
794
+ ExtractionConfiguration.add_member(:custom_extraction_configuration, Shapes::ShapeRef.new(shape: CustomExtractionConfiguration, location_name: "customExtractionConfiguration"))
795
+ ExtractionConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
796
+ ExtractionConfiguration.add_member_subclass(:custom_extraction_configuration, Types::ExtractionConfiguration::CustomExtractionConfiguration)
797
+ ExtractionConfiguration.add_member_subclass(:unknown, Types::ExtractionConfiguration::Unknown)
798
+ ExtractionConfiguration.struct_class = Types::ExtractionConfiguration
799
+
800
+ GatewayProtocolConfiguration.add_member(:mcp, Shapes::ShapeRef.new(shape: MCPGatewayConfiguration, location_name: "mcp"))
801
+ GatewayProtocolConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
802
+ GatewayProtocolConfiguration.add_member_subclass(:mcp, Types::GatewayProtocolConfiguration::Mcp)
803
+ GatewayProtocolConfiguration.add_member_subclass(:unknown, Types::GatewayProtocolConfiguration::Unknown)
804
+ GatewayProtocolConfiguration.struct_class = Types::GatewayProtocolConfiguration
805
+
806
+ GatewaySummaries.member = Shapes::ShapeRef.new(shape: GatewaySummary)
807
+
808
+ GatewaySummary.add_member(:gateway_id, Shapes::ShapeRef.new(shape: GatewayId, required: true, location_name: "gatewayId"))
809
+ GatewaySummary.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
810
+ GatewaySummary.add_member(:status, Shapes::ShapeRef.new(shape: GatewayStatus, required: true, location_name: "status"))
811
+ GatewaySummary.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
812
+ GatewaySummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
813
+ GatewaySummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
814
+ GatewaySummary.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
815
+ GatewaySummary.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, required: true, location_name: "protocolType"))
816
+ GatewaySummary.struct_class = Types::GatewaySummary
817
+
818
+ GetAgentRuntimeEndpointRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
819
+ GetAgentRuntimeEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location: "uri", location_name: "endpointName"))
820
+ GetAgentRuntimeEndpointRequest.struct_class = Types::GetAgentRuntimeEndpointRequest
821
+
822
+ GetAgentRuntimeEndpointResponse.add_member(:live_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "liveVersion"))
823
+ GetAgentRuntimeEndpointResponse.add_member(:target_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "targetVersion"))
824
+ GetAgentRuntimeEndpointResponse.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
825
+ GetAgentRuntimeEndpointResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
826
+ GetAgentRuntimeEndpointResponse.add_member(:description, Shapes::ShapeRef.new(shape: AgentEndpointDescription, location_name: "description"))
827
+ GetAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentEndpointStatus, required: true, location_name: "status"))
828
+ GetAgentRuntimeEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
829
+ GetAgentRuntimeEndpointResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
830
+ GetAgentRuntimeEndpointResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
831
+ GetAgentRuntimeEndpointResponse.add_member(:name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "name"))
832
+ GetAgentRuntimeEndpointResponse.add_member(:id, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointId, required: true, location_name: "id"))
833
+ GetAgentRuntimeEndpointResponse.struct_class = Types::GetAgentRuntimeEndpointResponse
834
+
835
+ GetAgentRuntimeRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
836
+ GetAgentRuntimeRequest.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location: "querystring", location_name: "version"))
837
+ GetAgentRuntimeRequest.struct_class = Types::GetAgentRuntimeRequest
838
+
839
+ GetAgentRuntimeResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
840
+ GetAgentRuntimeResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
841
+ GetAgentRuntimeResponse.add_member(:agent_runtime_name, Shapes::ShapeRef.new(shape: AgentRuntimeName, required: true, location_name: "agentRuntimeName"))
842
+ GetAgentRuntimeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
843
+ GetAgentRuntimeResponse.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location_name: "agentRuntimeId"))
844
+ GetAgentRuntimeResponse.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "agentRuntimeVersion"))
845
+ GetAgentRuntimeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
846
+ GetAgentRuntimeResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
847
+ GetAgentRuntimeResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
848
+ GetAgentRuntimeResponse.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentArtifact, location_name: "agentRuntimeArtifact"))
849
+ GetAgentRuntimeResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, required: true, location_name: "networkConfiguration"))
850
+ GetAgentRuntimeResponse.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: ProtocolConfiguration, location_name: "protocolConfiguration"))
851
+ GetAgentRuntimeResponse.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "environmentVariables"))
852
+ GetAgentRuntimeResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
853
+ GetAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
854
+ GetAgentRuntimeResponse.struct_class = Types::GetAgentRuntimeResponse
855
+
856
+ GetApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
857
+ GetApiKeyCredentialProviderRequest.struct_class = Types::GetApiKeyCredentialProviderRequest
858
+
859
+ GetApiKeyCredentialProviderResponse.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
860
+ GetApiKeyCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
861
+ GetApiKeyCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
862
+ GetApiKeyCredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
863
+ GetApiKeyCredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
864
+ GetApiKeyCredentialProviderResponse.struct_class = Types::GetApiKeyCredentialProviderResponse
865
+
866
+ GetBrowserRequest.add_member(:browser_id, Shapes::ShapeRef.new(shape: BrowserId, required: true, location: "uri", location_name: "browserId"))
867
+ GetBrowserRequest.struct_class = Types::GetBrowserRequest
868
+
869
+ GetBrowserResponse.add_member(:browser_id, Shapes::ShapeRef.new(shape: BrowserId, required: true, location_name: "browserId"))
870
+ GetBrowserResponse.add_member(:browser_arn, Shapes::ShapeRef.new(shape: BrowserArn, required: true, location_name: "browserArn"))
871
+ GetBrowserResponse.add_member(:name, Shapes::ShapeRef.new(shape: SandboxName, required: true, location_name: "name"))
872
+ GetBrowserResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
873
+ GetBrowserResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "executionRoleArn"))
874
+ GetBrowserResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: BrowserNetworkConfiguration, required: true, location_name: "networkConfiguration"))
875
+ GetBrowserResponse.add_member(:recording, Shapes::ShapeRef.new(shape: RecordingConfig, location_name: "recording"))
876
+ GetBrowserResponse.add_member(:status, Shapes::ShapeRef.new(shape: BrowserStatus, required: true, location_name: "status"))
877
+ GetBrowserResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
878
+ GetBrowserResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
879
+ GetBrowserResponse.struct_class = Types::GetBrowserResponse
880
+
881
+ GetCodeInterpreterRequest.add_member(:code_interpreter_id, Shapes::ShapeRef.new(shape: CodeInterpreterId, required: true, location: "uri", location_name: "codeInterpreterId"))
882
+ GetCodeInterpreterRequest.struct_class = Types::GetCodeInterpreterRequest
883
+
884
+ GetCodeInterpreterResponse.add_member(:code_interpreter_id, Shapes::ShapeRef.new(shape: CodeInterpreterId, required: true, location_name: "codeInterpreterId"))
885
+ GetCodeInterpreterResponse.add_member(:code_interpreter_arn, Shapes::ShapeRef.new(shape: CodeInterpreterArn, required: true, location_name: "codeInterpreterArn"))
886
+ GetCodeInterpreterResponse.add_member(:name, Shapes::ShapeRef.new(shape: SandboxName, required: true, location_name: "name"))
887
+ GetCodeInterpreterResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
888
+ GetCodeInterpreterResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "executionRoleArn"))
889
+ GetCodeInterpreterResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: CodeInterpreterNetworkConfiguration, required: true, location_name: "networkConfiguration"))
890
+ GetCodeInterpreterResponse.add_member(:status, Shapes::ShapeRef.new(shape: CodeInterpreterStatus, required: true, location_name: "status"))
891
+ GetCodeInterpreterResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
892
+ GetCodeInterpreterResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
893
+ GetCodeInterpreterResponse.struct_class = Types::GetCodeInterpreterResponse
894
+
895
+ GetGatewayRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
896
+ GetGatewayRequest.struct_class = Types::GetGatewayRequest
897
+
898
+ GetGatewayResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
899
+ GetGatewayResponse.add_member(:gateway_id, Shapes::ShapeRef.new(shape: GatewayId, required: true, location_name: "gatewayId"))
900
+ GetGatewayResponse.add_member(:gateway_url, Shapes::ShapeRef.new(shape: GatewayUrl, location_name: "gatewayUrl"))
901
+ GetGatewayResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
902
+ GetGatewayResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
903
+ GetGatewayResponse.add_member(:status, Shapes::ShapeRef.new(shape: GatewayStatus, required: true, location_name: "status"))
904
+ GetGatewayResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
905
+ GetGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
906
+ GetGatewayResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
907
+ GetGatewayResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
908
+ GetGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, required: true, location_name: "protocolType"))
909
+ GetGatewayResponse.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
910
+ GetGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
911
+ GetGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
912
+ GetGatewayResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
913
+ GetGatewayResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
914
+ GetGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
915
+ GetGatewayResponse.struct_class = Types::GetGatewayResponse
916
+
917
+ GetGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
918
+ GetGatewayTargetRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location: "uri", location_name: "targetId"))
919
+ GetGatewayTargetRequest.struct_class = Types::GetGatewayTargetRequest
920
+
921
+ GetGatewayTargetResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
922
+ GetGatewayTargetResponse.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "targetId"))
923
+ GetGatewayTargetResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
924
+ GetGatewayTargetResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
925
+ GetGatewayTargetResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, required: true, location_name: "status"))
926
+ GetGatewayTargetResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
927
+ GetGatewayTargetResponse.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
928
+ GetGatewayTargetResponse.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
929
+ GetGatewayTargetResponse.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
930
+ GetGatewayTargetResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
931
+ GetGatewayTargetResponse.struct_class = Types::GetGatewayTargetResponse
932
+
933
+ GetMemoryInput.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, required: true, location: "uri", location_name: "memoryId"))
934
+ GetMemoryInput.struct_class = Types::GetMemoryInput
935
+
936
+ GetMemoryOutput.add_member(:memory, Shapes::ShapeRef.new(shape: Memory, required: true, location_name: "memory"))
937
+ GetMemoryOutput.struct_class = Types::GetMemoryOutput
938
+
939
+ GetOauth2CredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
940
+ GetOauth2CredentialProviderRequest.struct_class = Types::GetOauth2CredentialProviderRequest
941
+
942
+ GetOauth2CredentialProviderResponse.add_member(:client_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "clientSecretArn"))
943
+ GetOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
944
+ GetOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
945
+ GetOauth2CredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
946
+ GetOauth2CredentialProviderResponse.add_member(:oauth2_provider_config_output, Shapes::ShapeRef.new(shape: Oauth2ProviderConfigOutput, required: true, location_name: "oauth2ProviderConfigOutput"))
947
+ GetOauth2CredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
948
+ GetOauth2CredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
949
+ GetOauth2CredentialProviderResponse.struct_class = Types::GetOauth2CredentialProviderResponse
950
+
951
+ GetTokenVaultRequest.add_member(:token_vault_id, Shapes::ShapeRef.new(shape: TokenVaultIdType, location_name: "tokenVaultId"))
952
+ GetTokenVaultRequest.struct_class = Types::GetTokenVaultRequest
953
+
954
+ GetTokenVaultResponse.add_member(:token_vault_id, Shapes::ShapeRef.new(shape: TokenVaultIdType, required: true, location_name: "tokenVaultId"))
955
+ GetTokenVaultResponse.add_member(:kms_configuration, Shapes::ShapeRef.new(shape: KmsConfiguration, required: true, location_name: "kmsConfiguration"))
956
+ GetTokenVaultResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastModifiedDate"))
957
+ GetTokenVaultResponse.struct_class = Types::GetTokenVaultResponse
958
+
959
+ GetWorkloadIdentityRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
960
+ GetWorkloadIdentityRequest.struct_class = Types::GetWorkloadIdentityRequest
961
+
962
+ GetWorkloadIdentityResponse.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
963
+ GetWorkloadIdentityResponse.add_member(:workload_identity_arn, Shapes::ShapeRef.new(shape: WorkloadIdentityArnType, required: true, location_name: "workloadIdentityArn"))
964
+ GetWorkloadIdentityResponse.add_member(:allowed_resource_oauth_2_return_urls, Shapes::ShapeRef.new(shape: ResourceOauth2ReturnUrlListType, location_name: "allowedResourceOauth2ReturnUrls"))
965
+ GetWorkloadIdentityResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
966
+ GetWorkloadIdentityResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
967
+ GetWorkloadIdentityResponse.struct_class = Types::GetWorkloadIdentityResponse
968
+
969
+ GithubOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
970
+ GithubOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
971
+ GithubOauth2ProviderConfigInput.struct_class = Types::GithubOauth2ProviderConfigInput
972
+
973
+ GithubOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
974
+ GithubOauth2ProviderConfigOutput.struct_class = Types::GithubOauth2ProviderConfigOutput
975
+
976
+ GoogleOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
977
+ GoogleOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
978
+ GoogleOauth2ProviderConfigInput.struct_class = Types::GoogleOauth2ProviderConfigInput
979
+
980
+ GoogleOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
981
+ GoogleOauth2ProviderConfigOutput.struct_class = Types::GoogleOauth2ProviderConfigOutput
982
+
983
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
984
+ InternalServerException.struct_class = Types::InternalServerException
985
+
986
+ KmsConfiguration.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, required: true, location_name: "keyType"))
987
+ KmsConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
988
+ KmsConfiguration.struct_class = Types::KmsConfiguration
989
+
990
+ ListAgentRuntimeEndpointsRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
991
+ ListAgentRuntimeEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
992
+ ListAgentRuntimeEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
993
+ ListAgentRuntimeEndpointsRequest.struct_class = Types::ListAgentRuntimeEndpointsRequest
994
+
995
+ ListAgentRuntimeEndpointsResponse.add_member(:runtime_endpoints, Shapes::ShapeRef.new(shape: AgentEndpoints, required: true, location_name: "runtimeEndpoints"))
996
+ ListAgentRuntimeEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
997
+ ListAgentRuntimeEndpointsResponse.struct_class = Types::ListAgentRuntimeEndpointsResponse
998
+
999
+ ListAgentRuntimeVersionsRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
1000
+ ListAgentRuntimeVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1001
+ ListAgentRuntimeVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1002
+ ListAgentRuntimeVersionsRequest.struct_class = Types::ListAgentRuntimeVersionsRequest
1003
+
1004
+ ListAgentRuntimeVersionsResponse.add_member(:agent_runtimes, Shapes::ShapeRef.new(shape: Agents, required: true, location_name: "agentRuntimes"))
1005
+ ListAgentRuntimeVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1006
+ ListAgentRuntimeVersionsResponse.struct_class = Types::ListAgentRuntimeVersionsResponse
1007
+
1008
+ ListAgentRuntimesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1009
+ ListAgentRuntimesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1010
+ ListAgentRuntimesRequest.struct_class = Types::ListAgentRuntimesRequest
1011
+
1012
+ ListAgentRuntimesResponse.add_member(:agent_runtimes, Shapes::ShapeRef.new(shape: Agents, required: true, location_name: "agentRuntimes"))
1013
+ ListAgentRuntimesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1014
+ ListAgentRuntimesResponse.struct_class = Types::ListAgentRuntimesResponse
1015
+
1016
+ ListApiKeyCredentialProvidersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1017
+ ListApiKeyCredentialProvidersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
1018
+ ListApiKeyCredentialProvidersRequest.struct_class = Types::ListApiKeyCredentialProvidersRequest
1019
+
1020
+ ListApiKeyCredentialProvidersResponse.add_member(:credential_providers, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviders, required: true, location_name: "credentialProviders"))
1021
+ ListApiKeyCredentialProvidersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1022
+ ListApiKeyCredentialProvidersResponse.struct_class = Types::ListApiKeyCredentialProvidersResponse
1023
+
1024
+ ListBrowsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1025
+ ListBrowsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1026
+ ListBrowsersRequest.add_member(:type, Shapes::ShapeRef.new(shape: ResourceType, location: "querystring", location_name: "type"))
1027
+ ListBrowsersRequest.struct_class = Types::ListBrowsersRequest
1028
+
1029
+ ListBrowsersResponse.add_member(:browser_summaries, Shapes::ShapeRef.new(shape: BrowserSummaries, required: true, location_name: "browserSummaries"))
1030
+ ListBrowsersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1031
+ ListBrowsersResponse.struct_class = Types::ListBrowsersResponse
1032
+
1033
+ ListCodeInterpretersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1034
+ ListCodeInterpretersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1035
+ ListCodeInterpretersRequest.add_member(:type, Shapes::ShapeRef.new(shape: ResourceType, location: "querystring", location_name: "type"))
1036
+ ListCodeInterpretersRequest.struct_class = Types::ListCodeInterpretersRequest
1037
+
1038
+ ListCodeInterpretersResponse.add_member(:code_interpreter_summaries, Shapes::ShapeRef.new(shape: CodeInterpreterSummaries, required: true, location_name: "codeInterpreterSummaries"))
1039
+ ListCodeInterpretersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1040
+ ListCodeInterpretersResponse.struct_class = Types::ListCodeInterpretersResponse
1041
+
1042
+ ListGatewayTargetsRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
1043
+ ListGatewayTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TargetMaxResults, location: "querystring", location_name: "maxResults"))
1044
+ ListGatewayTargetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: TargetNextToken, location: "querystring", location_name: "nextToken"))
1045
+ ListGatewayTargetsRequest.struct_class = Types::ListGatewayTargetsRequest
1046
+
1047
+ ListGatewayTargetsResponse.add_member(:items, Shapes::ShapeRef.new(shape: TargetSummaries, required: true, location_name: "items"))
1048
+ ListGatewayTargetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: TargetNextToken, location_name: "nextToken"))
1049
+ ListGatewayTargetsResponse.struct_class = Types::ListGatewayTargetsResponse
1050
+
1051
+ ListGatewaysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GatewayMaxResults, location: "querystring", location_name: "maxResults"))
1052
+ ListGatewaysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GatewayNextToken, location: "querystring", location_name: "nextToken"))
1053
+ ListGatewaysRequest.struct_class = Types::ListGatewaysRequest
1054
+
1055
+ ListGatewaysResponse.add_member(:items, Shapes::ShapeRef.new(shape: GatewaySummaries, required: true, location_name: "items"))
1056
+ ListGatewaysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GatewayNextToken, location_name: "nextToken"))
1057
+ ListGatewaysResponse.struct_class = Types::ListGatewaysResponse
1058
+
1059
+ ListMemoriesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMemoriesInputMaxResultsInteger, location_name: "maxResults"))
1060
+ ListMemoriesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1061
+ ListMemoriesInput.struct_class = Types::ListMemoriesInput
1062
+
1063
+ ListMemoriesOutput.add_member(:memories, Shapes::ShapeRef.new(shape: MemorySummaryList, required: true, location_name: "memories"))
1064
+ ListMemoriesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1065
+ ListMemoriesOutput.struct_class = Types::ListMemoriesOutput
1066
+
1067
+ ListOauth2CredentialProvidersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1068
+ ListOauth2CredentialProvidersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListOauth2CredentialProvidersRequestMaxResultsInteger, location_name: "maxResults"))
1069
+ ListOauth2CredentialProvidersRequest.struct_class = Types::ListOauth2CredentialProvidersRequest
1070
+
1071
+ ListOauth2CredentialProvidersResponse.add_member(:credential_providers, Shapes::ShapeRef.new(shape: Oauth2CredentialProviders, required: true, location_name: "credentialProviders"))
1072
+ ListOauth2CredentialProvidersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1073
+ ListOauth2CredentialProvidersResponse.struct_class = Types::ListOauth2CredentialProvidersResponse
1074
+
1075
+ ListWorkloadIdentitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1076
+ ListWorkloadIdentitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkloadIdentitiesRequestMaxResultsInteger, location_name: "maxResults"))
1077
+ ListWorkloadIdentitiesRequest.struct_class = Types::ListWorkloadIdentitiesRequest
1078
+
1079
+ ListWorkloadIdentitiesResponse.add_member(:workload_identities, Shapes::ShapeRef.new(shape: WorkloadIdentityList, required: true, location_name: "workloadIdentities"))
1080
+ ListWorkloadIdentitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1081
+ ListWorkloadIdentitiesResponse.struct_class = Types::ListWorkloadIdentitiesResponse
1082
+
1083
+ MCPGatewayConfiguration.add_member(:supported_versions, Shapes::ShapeRef.new(shape: McpSupportedVersions, location_name: "supportedVersions"))
1084
+ MCPGatewayConfiguration.add_member(:instructions, Shapes::ShapeRef.new(shape: McpInstructions, location_name: "instructions"))
1085
+ MCPGatewayConfiguration.add_member(:search_type, Shapes::ShapeRef.new(shape: SearchType, location_name: "searchType"))
1086
+ MCPGatewayConfiguration.struct_class = Types::MCPGatewayConfiguration
1087
+
1088
+ McpLambdaTargetConfiguration.add_member(:lambda_arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "lambdaArn"))
1089
+ McpLambdaTargetConfiguration.add_member(:tool_schema, Shapes::ShapeRef.new(shape: ToolSchema, required: true, location_name: "toolSchema"))
1090
+ McpLambdaTargetConfiguration.struct_class = Types::McpLambdaTargetConfiguration
1091
+
1092
+ McpSupportedVersions.member = Shapes::ShapeRef.new(shape: McpVersion)
1093
+
1094
+ McpTargetConfiguration.add_member(:open_api_schema, Shapes::ShapeRef.new(shape: ApiSchemaConfiguration, location_name: "openApiSchema"))
1095
+ McpTargetConfiguration.add_member(:smithy_model, Shapes::ShapeRef.new(shape: ApiSchemaConfiguration, location_name: "smithyModel"))
1096
+ McpTargetConfiguration.add_member(:lambda, Shapes::ShapeRef.new(shape: McpLambdaTargetConfiguration, location_name: "lambda"))
1097
+ McpTargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1098
+ McpTargetConfiguration.add_member_subclass(:open_api_schema, Types::McpTargetConfiguration::OpenApiSchema)
1099
+ McpTargetConfiguration.add_member_subclass(:smithy_model, Types::McpTargetConfiguration::SmithyModel)
1100
+ McpTargetConfiguration.add_member_subclass(:lambda, Types::McpTargetConfiguration::Lambda)
1101
+ McpTargetConfiguration.add_member_subclass(:unknown, Types::McpTargetConfiguration::Unknown)
1102
+ McpTargetConfiguration.struct_class = Types::McpTargetConfiguration
1103
+
1104
+ Memory.add_member(:arn, Shapes::ShapeRef.new(shape: MemoryArn, required: true, location_name: "arn"))
1105
+ Memory.add_member(:id, Shapes::ShapeRef.new(shape: MemoryId, required: true, location_name: "id"))
1106
+ Memory.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1107
+ Memory.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1108
+ Memory.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "encryptionKeyArn"))
1109
+ Memory.add_member(:memory_execution_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "memoryExecutionRoleArn"))
1110
+ Memory.add_member(:event_expiry_duration, Shapes::ShapeRef.new(shape: MemoryEventExpiryDurationInteger, required: true, location_name: "eventExpiryDuration"))
1111
+ Memory.add_member(:status, Shapes::ShapeRef.new(shape: MemoryStatus, required: true, location_name: "status"))
1112
+ Memory.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
1113
+ Memory.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
1114
+ Memory.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
1115
+ Memory.add_member(:strategies, Shapes::ShapeRef.new(shape: MemoryStrategyList, location_name: "strategies"))
1116
+ Memory.struct_class = Types::Memory
1117
+
1118
+ MemoryStrategy.add_member(:strategy_id, Shapes::ShapeRef.new(shape: MemoryStrategyId, required: true, location_name: "strategyId"))
1119
+ MemoryStrategy.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1120
+ MemoryStrategy.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1121
+ MemoryStrategy.add_member(:configuration, Shapes::ShapeRef.new(shape: StrategyConfiguration, location_name: "configuration"))
1122
+ MemoryStrategy.add_member(:type, Shapes::ShapeRef.new(shape: MemoryStrategyType, required: true, location_name: "type"))
1123
+ MemoryStrategy.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, required: true, location_name: "namespaces"))
1124
+ MemoryStrategy.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
1125
+ MemoryStrategy.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
1126
+ MemoryStrategy.add_member(:status, Shapes::ShapeRef.new(shape: MemoryStrategyStatus, location_name: "status"))
1127
+ MemoryStrategy.struct_class = Types::MemoryStrategy
1128
+
1129
+ MemoryStrategyInput.add_member(:semantic_memory_strategy, Shapes::ShapeRef.new(shape: SemanticMemoryStrategyInput, location_name: "semanticMemoryStrategy"))
1130
+ MemoryStrategyInput.add_member(:summary_memory_strategy, Shapes::ShapeRef.new(shape: SummaryMemoryStrategyInput, location_name: "summaryMemoryStrategy"))
1131
+ MemoryStrategyInput.add_member(:user_preference_memory_strategy, Shapes::ShapeRef.new(shape: UserPreferenceMemoryStrategyInput, location_name: "userPreferenceMemoryStrategy"))
1132
+ MemoryStrategyInput.add_member(:custom_memory_strategy, Shapes::ShapeRef.new(shape: CustomMemoryStrategyInput, location_name: "customMemoryStrategy"))
1133
+ MemoryStrategyInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1134
+ MemoryStrategyInput.add_member_subclass(:semantic_memory_strategy, Types::MemoryStrategyInput::SemanticMemoryStrategy)
1135
+ MemoryStrategyInput.add_member_subclass(:summary_memory_strategy, Types::MemoryStrategyInput::SummaryMemoryStrategy)
1136
+ MemoryStrategyInput.add_member_subclass(:user_preference_memory_strategy, Types::MemoryStrategyInput::UserPreferenceMemoryStrategy)
1137
+ MemoryStrategyInput.add_member_subclass(:custom_memory_strategy, Types::MemoryStrategyInput::CustomMemoryStrategy)
1138
+ MemoryStrategyInput.add_member_subclass(:unknown, Types::MemoryStrategyInput::Unknown)
1139
+ MemoryStrategyInput.struct_class = Types::MemoryStrategyInput
1140
+
1141
+ MemoryStrategyInputList.member = Shapes::ShapeRef.new(shape: MemoryStrategyInput)
1142
+
1143
+ MemoryStrategyList.member = Shapes::ShapeRef.new(shape: MemoryStrategy)
1144
+
1145
+ MemorySummary.add_member(:arn, Shapes::ShapeRef.new(shape: MemoryArn, location_name: "arn"))
1146
+ MemorySummary.add_member(:id, Shapes::ShapeRef.new(shape: MemoryId, location_name: "id"))
1147
+ MemorySummary.add_member(:status, Shapes::ShapeRef.new(shape: MemoryStatus, location_name: "status"))
1148
+ MemorySummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
1149
+ MemorySummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
1150
+ MemorySummary.struct_class = Types::MemorySummary
1151
+
1152
+ MemorySummaryList.member = Shapes::ShapeRef.new(shape: MemorySummary)
1153
+
1154
+ MicrosoftOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
1155
+ MicrosoftOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
1156
+ MicrosoftOauth2ProviderConfigInput.struct_class = Types::MicrosoftOauth2ProviderConfigInput
1157
+
1158
+ MicrosoftOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
1159
+ MicrosoftOauth2ProviderConfigOutput.struct_class = Types::MicrosoftOauth2ProviderConfigOutput
1160
+
1161
+ ModifyConsolidationConfiguration.add_member(:custom_consolidation_configuration, Shapes::ShapeRef.new(shape: CustomConsolidationConfigurationInput, location_name: "customConsolidationConfiguration"))
1162
+ ModifyConsolidationConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1163
+ ModifyConsolidationConfiguration.add_member_subclass(:custom_consolidation_configuration, Types::ModifyConsolidationConfiguration::CustomConsolidationConfiguration)
1164
+ ModifyConsolidationConfiguration.add_member_subclass(:unknown, Types::ModifyConsolidationConfiguration::Unknown)
1165
+ ModifyConsolidationConfiguration.struct_class = Types::ModifyConsolidationConfiguration
1166
+
1167
+ ModifyExtractionConfiguration.add_member(:custom_extraction_configuration, Shapes::ShapeRef.new(shape: CustomExtractionConfigurationInput, location_name: "customExtractionConfiguration"))
1168
+ ModifyExtractionConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1169
+ ModifyExtractionConfiguration.add_member_subclass(:custom_extraction_configuration, Types::ModifyExtractionConfiguration::CustomExtractionConfiguration)
1170
+ ModifyExtractionConfiguration.add_member_subclass(:unknown, Types::ModifyExtractionConfiguration::Unknown)
1171
+ ModifyExtractionConfiguration.struct_class = Types::ModifyExtractionConfiguration
1172
+
1173
+ ModifyMemoryStrategies.add_member(:add_memory_strategies, Shapes::ShapeRef.new(shape: MemoryStrategyInputList, location_name: "addMemoryStrategies"))
1174
+ ModifyMemoryStrategies.add_member(:modify_memory_strategies, Shapes::ShapeRef.new(shape: ModifyMemoryStrategiesList, location_name: "modifyMemoryStrategies"))
1175
+ ModifyMemoryStrategies.add_member(:delete_memory_strategies, Shapes::ShapeRef.new(shape: DeleteMemoryStrategiesList, location_name: "deleteMemoryStrategies"))
1176
+ ModifyMemoryStrategies.struct_class = Types::ModifyMemoryStrategies
1177
+
1178
+ ModifyMemoryStrategiesList.member = Shapes::ShapeRef.new(shape: ModifyMemoryStrategyInput)
1179
+
1180
+ ModifyMemoryStrategyInput.add_member(:memory_strategy_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "memoryStrategyId"))
1181
+ ModifyMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1182
+ ModifyMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaces"))
1183
+ ModifyMemoryStrategyInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ModifyStrategyConfiguration, location_name: "configuration"))
1184
+ ModifyMemoryStrategyInput.struct_class = Types::ModifyMemoryStrategyInput
1185
+
1186
+ ModifyStrategyConfiguration.add_member(:extraction, Shapes::ShapeRef.new(shape: ModifyExtractionConfiguration, location_name: "extraction"))
1187
+ ModifyStrategyConfiguration.add_member(:consolidation, Shapes::ShapeRef.new(shape: ModifyConsolidationConfiguration, location_name: "consolidation"))
1188
+ ModifyStrategyConfiguration.struct_class = Types::ModifyStrategyConfiguration
1189
+
1190
+ NamespacesList.member = Shapes::ShapeRef.new(shape: Namespace)
1191
+
1192
+ NetworkConfiguration.add_member(:network_mode, Shapes::ShapeRef.new(shape: NetworkMode, required: true, location_name: "networkMode"))
1193
+ NetworkConfiguration.struct_class = Types::NetworkConfiguration
1194
+
1195
+ OAuthCredentialProvider.add_member(:provider_arn, Shapes::ShapeRef.new(shape: OAuthCredentialProviderArn, required: true, location_name: "providerArn"))
1196
+ OAuthCredentialProvider.add_member(:scopes, Shapes::ShapeRef.new(shape: OAuthScopes, required: true, location_name: "scopes"))
1197
+ OAuthCredentialProvider.add_member(:custom_parameters, Shapes::ShapeRef.new(shape: OAuthCustomParameters, location_name: "customParameters"))
1198
+ OAuthCredentialProvider.struct_class = Types::OAuthCredentialProvider
1199
+
1200
+ OAuthCustomParameters.key = Shapes::ShapeRef.new(shape: OAuthCustomParametersKey)
1201
+ OAuthCustomParameters.value = Shapes::ShapeRef.new(shape: OAuthCustomParametersValue)
1202
+
1203
+ OAuthScopes.member = Shapes::ShapeRef.new(shape: OAuthScope)
1204
+
1205
+ Oauth2AuthorizationServerMetadata.add_member(:issuer, Shapes::ShapeRef.new(shape: IssuerUrlType, required: true, location_name: "issuer"))
1206
+ Oauth2AuthorizationServerMetadata.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: AuthorizationEndpointType, required: true, location_name: "authorizationEndpoint"))
1207
+ Oauth2AuthorizationServerMetadata.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: TokenEndpointType, required: true, location_name: "tokenEndpoint"))
1208
+ Oauth2AuthorizationServerMetadata.add_member(:response_types, Shapes::ShapeRef.new(shape: ResponseListType, location_name: "responseTypes"))
1209
+ Oauth2AuthorizationServerMetadata.struct_class = Types::Oauth2AuthorizationServerMetadata
1210
+
1211
+ Oauth2CredentialProviderItem.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
1212
+ Oauth2CredentialProviderItem.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
1213
+ Oauth2CredentialProviderItem.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
1214
+ Oauth2CredentialProviderItem.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
1215
+ Oauth2CredentialProviderItem.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
1216
+ Oauth2CredentialProviderItem.struct_class = Types::Oauth2CredentialProviderItem
1217
+
1218
+ Oauth2CredentialProviders.member = Shapes::ShapeRef.new(shape: Oauth2CredentialProviderItem)
1219
+
1220
+ Oauth2Discovery.add_member(:discovery_url, Shapes::ShapeRef.new(shape: DiscoveryUrlType, location_name: "discoveryUrl"))
1221
+ Oauth2Discovery.add_member(:authorization_server_metadata, Shapes::ShapeRef.new(shape: Oauth2AuthorizationServerMetadata, location_name: "authorizationServerMetadata"))
1222
+ Oauth2Discovery.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1223
+ Oauth2Discovery.add_member_subclass(:discovery_url, Types::Oauth2Discovery::DiscoveryUrl)
1224
+ Oauth2Discovery.add_member_subclass(:authorization_server_metadata, Types::Oauth2Discovery::AuthorizationServerMetadata)
1225
+ Oauth2Discovery.add_member_subclass(:unknown, Types::Oauth2Discovery::Unknown)
1226
+ Oauth2Discovery.struct_class = Types::Oauth2Discovery
1227
+
1228
+ Oauth2ProviderConfigInput.add_member(:custom_oauth_2_provider_config, Shapes::ShapeRef.new(shape: CustomOauth2ProviderConfigInput, location_name: "customOauth2ProviderConfig"))
1229
+ Oauth2ProviderConfigInput.add_member(:google_oauth_2_provider_config, Shapes::ShapeRef.new(shape: GoogleOauth2ProviderConfigInput, location_name: "googleOauth2ProviderConfig"))
1230
+ Oauth2ProviderConfigInput.add_member(:github_oauth_2_provider_config, Shapes::ShapeRef.new(shape: GithubOauth2ProviderConfigInput, location_name: "githubOauth2ProviderConfig"))
1231
+ Oauth2ProviderConfigInput.add_member(:slack_oauth_2_provider_config, Shapes::ShapeRef.new(shape: SlackOauth2ProviderConfigInput, location_name: "slackOauth2ProviderConfig"))
1232
+ Oauth2ProviderConfigInput.add_member(:salesforce_oauth_2_provider_config, Shapes::ShapeRef.new(shape: SalesforceOauth2ProviderConfigInput, location_name: "salesforceOauth2ProviderConfig"))
1233
+ Oauth2ProviderConfigInput.add_member(:microsoft_oauth_2_provider_config, Shapes::ShapeRef.new(shape: MicrosoftOauth2ProviderConfigInput, location_name: "microsoftOauth2ProviderConfig"))
1234
+ Oauth2ProviderConfigInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1235
+ Oauth2ProviderConfigInput.add_member_subclass(:custom_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::CustomOauth2ProviderConfig)
1236
+ Oauth2ProviderConfigInput.add_member_subclass(:google_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::GoogleOauth2ProviderConfig)
1237
+ Oauth2ProviderConfigInput.add_member_subclass(:github_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::GithubOauth2ProviderConfig)
1238
+ Oauth2ProviderConfigInput.add_member_subclass(:slack_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::SlackOauth2ProviderConfig)
1239
+ Oauth2ProviderConfigInput.add_member_subclass(:salesforce_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::SalesforceOauth2ProviderConfig)
1240
+ Oauth2ProviderConfigInput.add_member_subclass(:microsoft_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::MicrosoftOauth2ProviderConfig)
1241
+ Oauth2ProviderConfigInput.add_member_subclass(:unknown, Types::Oauth2ProviderConfigInput::Unknown)
1242
+ Oauth2ProviderConfigInput.struct_class = Types::Oauth2ProviderConfigInput
1243
+
1244
+ Oauth2ProviderConfigOutput.add_member(:custom_oauth_2_provider_config, Shapes::ShapeRef.new(shape: CustomOauth2ProviderConfigOutput, location_name: "customOauth2ProviderConfig"))
1245
+ Oauth2ProviderConfigOutput.add_member(:google_oauth_2_provider_config, Shapes::ShapeRef.new(shape: GoogleOauth2ProviderConfigOutput, location_name: "googleOauth2ProviderConfig"))
1246
+ Oauth2ProviderConfigOutput.add_member(:github_oauth_2_provider_config, Shapes::ShapeRef.new(shape: GithubOauth2ProviderConfigOutput, location_name: "githubOauth2ProviderConfig"))
1247
+ Oauth2ProviderConfigOutput.add_member(:slack_oauth_2_provider_config, Shapes::ShapeRef.new(shape: SlackOauth2ProviderConfigOutput, location_name: "slackOauth2ProviderConfig"))
1248
+ Oauth2ProviderConfigOutput.add_member(:salesforce_oauth_2_provider_config, Shapes::ShapeRef.new(shape: SalesforceOauth2ProviderConfigOutput, location_name: "salesforceOauth2ProviderConfig"))
1249
+ Oauth2ProviderConfigOutput.add_member(:microsoft_oauth_2_provider_config, Shapes::ShapeRef.new(shape: MicrosoftOauth2ProviderConfigOutput, location_name: "microsoftOauth2ProviderConfig"))
1250
+ Oauth2ProviderConfigOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1251
+ Oauth2ProviderConfigOutput.add_member_subclass(:custom_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::CustomOauth2ProviderConfig)
1252
+ Oauth2ProviderConfigOutput.add_member_subclass(:google_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::GoogleOauth2ProviderConfig)
1253
+ Oauth2ProviderConfigOutput.add_member_subclass(:github_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::GithubOauth2ProviderConfig)
1254
+ Oauth2ProviderConfigOutput.add_member_subclass(:slack_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::SlackOauth2ProviderConfig)
1255
+ Oauth2ProviderConfigOutput.add_member_subclass(:salesforce_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::SalesforceOauth2ProviderConfig)
1256
+ Oauth2ProviderConfigOutput.add_member_subclass(:microsoft_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::MicrosoftOauth2ProviderConfig)
1257
+ Oauth2ProviderConfigOutput.add_member_subclass(:unknown, Types::Oauth2ProviderConfigOutput::Unknown)
1258
+ Oauth2ProviderConfigOutput.struct_class = Types::Oauth2ProviderConfigOutput
1259
+
1260
+ ProtocolConfiguration.add_member(:server_protocol, Shapes::ShapeRef.new(shape: ServerProtocol, required: true, location_name: "serverProtocol"))
1261
+ ProtocolConfiguration.struct_class = Types::ProtocolConfiguration
1262
+
1263
+ RecordingConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
1264
+ RecordingConfig.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
1265
+ RecordingConfig.struct_class = Types::RecordingConfig
1266
+
1267
+ RequiredProperties.member = Shapes::ShapeRef.new(shape: String)
1268
+
1269
+ ResourceLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
1270
+ ResourceLimitExceededException.struct_class = Types::ResourceLimitExceededException
1271
+
1272
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
1273
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
1274
+
1275
+ ResourceOauth2ReturnUrlListType.member = Shapes::ShapeRef.new(shape: ResourceOauth2ReturnUrlType)
1276
+
1277
+ ResponseListType.member = Shapes::ShapeRef.new(shape: ResponseType)
1278
+
1279
+ S3Configuration.add_member(:uri, Shapes::ShapeRef.new(shape: S3BucketUri, location_name: "uri"))
1280
+ S3Configuration.add_member(:bucket_owner_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "bucketOwnerAccountId"))
1281
+ S3Configuration.struct_class = Types::S3Configuration
1282
+
1283
+ S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: S3LocationBucketString, required: true, location_name: "bucket"))
1284
+ S3Location.add_member(:prefix, Shapes::ShapeRef.new(shape: S3LocationPrefixString, required: true, location_name: "prefix"))
1285
+ S3Location.struct_class = Types::S3Location
1286
+
1287
+ SalesforceOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
1288
+ SalesforceOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
1289
+ SalesforceOauth2ProviderConfigInput.struct_class = Types::SalesforceOauth2ProviderConfigInput
1290
+
1291
+ SalesforceOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
1292
+ SalesforceOauth2ProviderConfigOutput.struct_class = Types::SalesforceOauth2ProviderConfigOutput
1293
+
1294
+ SchemaDefinition.add_member(:type, Shapes::ShapeRef.new(shape: SchemaType, required: true, location_name: "type"))
1295
+ SchemaDefinition.add_member(:properties, Shapes::ShapeRef.new(shape: SchemaProperties, location_name: "properties"))
1296
+ SchemaDefinition.add_member(:required, Shapes::ShapeRef.new(shape: RequiredProperties, location_name: "required"))
1297
+ SchemaDefinition.add_member(:items, Shapes::ShapeRef.new(shape: SchemaDefinition, location_name: "items"))
1298
+ SchemaDefinition.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
1299
+ SchemaDefinition.struct_class = Types::SchemaDefinition
1300
+
1301
+ SchemaProperties.key = Shapes::ShapeRef.new(shape: String)
1302
+ SchemaProperties.value = Shapes::ShapeRef.new(shape: SchemaDefinition)
1303
+
1304
+ Secret.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretArn"))
1305
+ Secret.struct_class = Types::Secret
1306
+
1307
+ SemanticConsolidationOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1308
+ SemanticConsolidationOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1309
+ SemanticConsolidationOverride.struct_class = Types::SemanticConsolidationOverride
1310
+
1311
+ SemanticExtractionOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1312
+ SemanticExtractionOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1313
+ SemanticExtractionOverride.struct_class = Types::SemanticExtractionOverride
1314
+
1315
+ SemanticMemoryStrategyInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1316
+ SemanticMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1317
+ SemanticMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaces"))
1318
+ SemanticMemoryStrategyInput.struct_class = Types::SemanticMemoryStrategyInput
1319
+
1320
+ SemanticOverrideConfigurationInput.add_member(:extraction, Shapes::ShapeRef.new(shape: SemanticOverrideExtractionConfigurationInput, location_name: "extraction"))
1321
+ SemanticOverrideConfigurationInput.add_member(:consolidation, Shapes::ShapeRef.new(shape: SemanticOverrideConsolidationConfigurationInput, location_name: "consolidation"))
1322
+ SemanticOverrideConfigurationInput.struct_class = Types::SemanticOverrideConfigurationInput
1323
+
1324
+ SemanticOverrideConsolidationConfigurationInput.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1325
+ SemanticOverrideConsolidationConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1326
+ SemanticOverrideConsolidationConfigurationInput.struct_class = Types::SemanticOverrideConsolidationConfigurationInput
1327
+
1328
+ SemanticOverrideExtractionConfigurationInput.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1329
+ SemanticOverrideExtractionConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1330
+ SemanticOverrideExtractionConfigurationInput.struct_class = Types::SemanticOverrideExtractionConfigurationInput
1331
+
1332
+ ServiceException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
1333
+ ServiceException.struct_class = Types::ServiceException
1334
+
1335
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
1336
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
1337
+
1338
+ SetTokenVaultCMKRequest.add_member(:token_vault_id, Shapes::ShapeRef.new(shape: TokenVaultIdType, location_name: "tokenVaultId"))
1339
+ SetTokenVaultCMKRequest.add_member(:kms_configuration, Shapes::ShapeRef.new(shape: KmsConfiguration, required: true, location_name: "kmsConfiguration"))
1340
+ SetTokenVaultCMKRequest.struct_class = Types::SetTokenVaultCMKRequest
1341
+
1342
+ SetTokenVaultCMKResponse.add_member(:token_vault_id, Shapes::ShapeRef.new(shape: TokenVaultIdType, required: true, location_name: "tokenVaultId"))
1343
+ SetTokenVaultCMKResponse.add_member(:kms_configuration, Shapes::ShapeRef.new(shape: KmsConfiguration, required: true, location_name: "kmsConfiguration"))
1344
+ SetTokenVaultCMKResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastModifiedDate"))
1345
+ SetTokenVaultCMKResponse.struct_class = Types::SetTokenVaultCMKResponse
1346
+
1347
+ SlackOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
1348
+ SlackOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
1349
+ SlackOauth2ProviderConfigInput.struct_class = Types::SlackOauth2ProviderConfigInput
1350
+
1351
+ SlackOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
1352
+ SlackOauth2ProviderConfigOutput.struct_class = Types::SlackOauth2ProviderConfigOutput
1353
+
1354
+ StatusReasons.member = Shapes::ShapeRef.new(shape: StatusReason)
1355
+
1356
+ StrategyConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: OverrideType, location_name: "type"))
1357
+ StrategyConfiguration.add_member(:extraction, Shapes::ShapeRef.new(shape: ExtractionConfiguration, location_name: "extraction"))
1358
+ StrategyConfiguration.add_member(:consolidation, Shapes::ShapeRef.new(shape: ConsolidationConfiguration, location_name: "consolidation"))
1359
+ StrategyConfiguration.struct_class = Types::StrategyConfiguration
1360
+
1361
+ SummaryConsolidationOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1362
+ SummaryConsolidationOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1363
+ SummaryConsolidationOverride.struct_class = Types::SummaryConsolidationOverride
1364
+
1365
+ SummaryMemoryStrategyInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1366
+ SummaryMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1367
+ SummaryMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaces"))
1368
+ SummaryMemoryStrategyInput.struct_class = Types::SummaryMemoryStrategyInput
1369
+
1370
+ SummaryOverrideConfigurationInput.add_member(:consolidation, Shapes::ShapeRef.new(shape: SummaryOverrideConsolidationConfigurationInput, location_name: "consolidation"))
1371
+ SummaryOverrideConfigurationInput.struct_class = Types::SummaryOverrideConfigurationInput
1372
+
1373
+ SummaryOverrideConsolidationConfigurationInput.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1374
+ SummaryOverrideConsolidationConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1375
+ SummaryOverrideConsolidationConfigurationInput.struct_class = Types::SummaryOverrideConsolidationConfigurationInput
1376
+
1377
+ TargetConfiguration.add_member(:mcp, Shapes::ShapeRef.new(shape: McpTargetConfiguration, location_name: "mcp"))
1378
+ TargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1379
+ TargetConfiguration.add_member_subclass(:mcp, Types::TargetConfiguration::Mcp)
1380
+ TargetConfiguration.add_member_subclass(:unknown, Types::TargetConfiguration::Unknown)
1381
+ TargetConfiguration.struct_class = Types::TargetConfiguration
1382
+
1383
+ TargetSummaries.member = Shapes::ShapeRef.new(shape: TargetSummary)
1384
+
1385
+ TargetSummary.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "targetId"))
1386
+ TargetSummary.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
1387
+ TargetSummary.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, required: true, location_name: "status"))
1388
+ TargetSummary.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
1389
+ TargetSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1390
+ TargetSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
1391
+ TargetSummary.struct_class = Types::TargetSummary
1392
+
1393
+ ThrottledException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
1394
+ ThrottledException.struct_class = Types::ThrottledException
1395
+
1396
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
1397
+ ThrottlingException.struct_class = Types::ThrottlingException
1398
+
1399
+ ToolDefinition.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1400
+ ToolDefinition.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
1401
+ ToolDefinition.add_member(:input_schema, Shapes::ShapeRef.new(shape: SchemaDefinition, required: true, location_name: "inputSchema"))
1402
+ ToolDefinition.add_member(:output_schema, Shapes::ShapeRef.new(shape: SchemaDefinition, location_name: "outputSchema"))
1403
+ ToolDefinition.struct_class = Types::ToolDefinition
1404
+
1405
+ ToolDefinitions.member = Shapes::ShapeRef.new(shape: ToolDefinition)
1406
+
1407
+ ToolSchema.add_member(:s3, Shapes::ShapeRef.new(shape: S3Configuration, location_name: "s3"))
1408
+ ToolSchema.add_member(:inline_payload, Shapes::ShapeRef.new(shape: ToolDefinitions, location_name: "inlinePayload"))
1409
+ ToolSchema.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1410
+ ToolSchema.add_member_subclass(:s3, Types::ToolSchema::S3)
1411
+ ToolSchema.add_member_subclass(:inline_payload, Types::ToolSchema::InlinePayload)
1412
+ ToolSchema.add_member_subclass(:unknown, Types::ToolSchema::Unknown)
1413
+ ToolSchema.struct_class = Types::ToolSchema
1414
+
1415
+ UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
1416
+ UnauthorizedException.struct_class = Types::UnauthorizedException
1417
+
1418
+ UpdateAgentRuntimeEndpointRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
1419
+ UpdateAgentRuntimeEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location: "uri", location_name: "endpointName"))
1420
+ UpdateAgentRuntimeEndpointRequest.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "agentRuntimeVersion"))
1421
+ UpdateAgentRuntimeEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: AgentEndpointDescription, location_name: "description"))
1422
+ UpdateAgentRuntimeEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1423
+ UpdateAgentRuntimeEndpointRequest.struct_class = Types::UpdateAgentRuntimeEndpointRequest
1424
+
1425
+ UpdateAgentRuntimeEndpointResponse.add_member(:live_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "liveVersion"))
1426
+ UpdateAgentRuntimeEndpointResponse.add_member(:target_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "targetVersion"))
1427
+ UpdateAgentRuntimeEndpointResponse.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
1428
+ UpdateAgentRuntimeEndpointResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
1429
+ UpdateAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentEndpointStatus, required: true, location_name: "status"))
1430
+ UpdateAgentRuntimeEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1431
+ UpdateAgentRuntimeEndpointResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
1432
+ UpdateAgentRuntimeEndpointResponse.struct_class = Types::UpdateAgentRuntimeEndpointResponse
1433
+
1434
+ UpdateAgentRuntimeRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
1435
+ UpdateAgentRuntimeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1436
+ UpdateAgentRuntimeRequest.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentArtifact, required: true, location_name: "agentRuntimeArtifact"))
1437
+ UpdateAgentRuntimeRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1438
+ UpdateAgentRuntimeRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, required: true, location_name: "networkConfiguration"))
1439
+ UpdateAgentRuntimeRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: ProtocolConfiguration, location_name: "protocolConfiguration"))
1440
+ UpdateAgentRuntimeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1441
+ UpdateAgentRuntimeRequest.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "environmentVariables"))
1442
+ UpdateAgentRuntimeRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
1443
+ UpdateAgentRuntimeRequest.struct_class = Types::UpdateAgentRuntimeRequest
1444
+
1445
+ UpdateAgentRuntimeResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
1446
+ UpdateAgentRuntimeResponse.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location_name: "agentRuntimeId"))
1447
+ UpdateAgentRuntimeResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
1448
+ UpdateAgentRuntimeResponse.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "agentRuntimeVersion"))
1449
+ UpdateAgentRuntimeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1450
+ UpdateAgentRuntimeResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
1451
+ UpdateAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
1452
+ UpdateAgentRuntimeResponse.struct_class = Types::UpdateAgentRuntimeResponse
1453
+
1454
+ UpdateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
1455
+ UpdateApiKeyCredentialProviderRequest.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKeyType, required: true, location_name: "apiKey"))
1456
+ UpdateApiKeyCredentialProviderRequest.struct_class = Types::UpdateApiKeyCredentialProviderRequest
1457
+
1458
+ UpdateApiKeyCredentialProviderResponse.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
1459
+ UpdateApiKeyCredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
1460
+ UpdateApiKeyCredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
1461
+ UpdateApiKeyCredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
1462
+ UpdateApiKeyCredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
1463
+ UpdateApiKeyCredentialProviderResponse.struct_class = Types::UpdateApiKeyCredentialProviderResponse
1464
+
1465
+ UpdateGatewayRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
1466
+ UpdateGatewayRequest.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
1467
+ UpdateGatewayRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
1468
+ UpdateGatewayRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
1469
+ UpdateGatewayRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, required: true, location_name: "protocolType"))
1470
+ UpdateGatewayRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
1471
+ UpdateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
1472
+ UpdateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, required: true, location_name: "authorizerConfiguration"))
1473
+ UpdateGatewayRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1474
+ UpdateGatewayRequest.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
1475
+ UpdateGatewayRequest.struct_class = Types::UpdateGatewayRequest
1476
+
1477
+ UpdateGatewayResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
1478
+ UpdateGatewayResponse.add_member(:gateway_id, Shapes::ShapeRef.new(shape: GatewayId, required: true, location_name: "gatewayId"))
1479
+ UpdateGatewayResponse.add_member(:gateway_url, Shapes::ShapeRef.new(shape: GatewayUrl, location_name: "gatewayUrl"))
1480
+ UpdateGatewayResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1481
+ UpdateGatewayResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
1482
+ UpdateGatewayResponse.add_member(:status, Shapes::ShapeRef.new(shape: GatewayStatus, required: true, location_name: "status"))
1483
+ UpdateGatewayResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
1484
+ UpdateGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
1485
+ UpdateGatewayResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
1486
+ UpdateGatewayResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
1487
+ UpdateGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, required: true, location_name: "protocolType"))
1488
+ UpdateGatewayResponse.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
1489
+ UpdateGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
1490
+ UpdateGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
1491
+ UpdateGatewayResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1492
+ UpdateGatewayResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
1493
+ UpdateGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
1494
+ UpdateGatewayResponse.struct_class = Types::UpdateGatewayResponse
1495
+
1496
+ UpdateGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
1497
+ UpdateGatewayTargetRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location: "uri", location_name: "targetId"))
1498
+ UpdateGatewayTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
1499
+ UpdateGatewayTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
1500
+ UpdateGatewayTargetRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
1501
+ UpdateGatewayTargetRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
1502
+ UpdateGatewayTargetRequest.struct_class = Types::UpdateGatewayTargetRequest
1503
+
1504
+ UpdateGatewayTargetResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
1505
+ UpdateGatewayTargetResponse.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "targetId"))
1506
+ UpdateGatewayTargetResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1507
+ UpdateGatewayTargetResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
1508
+ UpdateGatewayTargetResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, required: true, location_name: "status"))
1509
+ UpdateGatewayTargetResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
1510
+ UpdateGatewayTargetResponse.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
1511
+ UpdateGatewayTargetResponse.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
1512
+ UpdateGatewayTargetResponse.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
1513
+ UpdateGatewayTargetResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
1514
+ UpdateGatewayTargetResponse.struct_class = Types::UpdateGatewayTargetResponse
1515
+
1516
+ UpdateMemoryInput.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateMemoryInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1517
+ UpdateMemoryInput.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, required: true, location: "uri", location_name: "memoryId"))
1518
+ UpdateMemoryInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1519
+ UpdateMemoryInput.add_member(:event_expiry_duration, Shapes::ShapeRef.new(shape: UpdateMemoryInputEventExpiryDurationInteger, location_name: "eventExpiryDuration"))
1520
+ UpdateMemoryInput.add_member(:memory_execution_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "memoryExecutionRoleArn"))
1521
+ UpdateMemoryInput.add_member(:memory_strategies, Shapes::ShapeRef.new(shape: ModifyMemoryStrategies, location_name: "memoryStrategies"))
1522
+ UpdateMemoryInput.struct_class = Types::UpdateMemoryInput
1523
+
1524
+ UpdateMemoryOutput.add_member(:memory, Shapes::ShapeRef.new(shape: Memory, location_name: "memory"))
1525
+ UpdateMemoryOutput.struct_class = Types::UpdateMemoryOutput
1526
+
1527
+ UpdateOauth2CredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
1528
+ UpdateOauth2CredentialProviderRequest.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
1529
+ UpdateOauth2CredentialProviderRequest.add_member(:oauth2_provider_config_input, Shapes::ShapeRef.new(shape: Oauth2ProviderConfigInput, required: true, location_name: "oauth2ProviderConfigInput"))
1530
+ UpdateOauth2CredentialProviderRequest.struct_class = Types::UpdateOauth2CredentialProviderRequest
1531
+
1532
+ UpdateOauth2CredentialProviderResponse.add_member(:client_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "clientSecretArn"))
1533
+ UpdateOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
1534
+ UpdateOauth2CredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
1535
+ UpdateOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
1536
+ UpdateOauth2CredentialProviderResponse.add_member(:oauth2_provider_config_output, Shapes::ShapeRef.new(shape: Oauth2ProviderConfigOutput, required: true, location_name: "oauth2ProviderConfigOutput"))
1537
+ UpdateOauth2CredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
1538
+ UpdateOauth2CredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
1539
+ UpdateOauth2CredentialProviderResponse.struct_class = Types::UpdateOauth2CredentialProviderResponse
1540
+
1541
+ UpdateWorkloadIdentityRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
1542
+ UpdateWorkloadIdentityRequest.add_member(:allowed_resource_oauth_2_return_urls, Shapes::ShapeRef.new(shape: ResourceOauth2ReturnUrlListType, location_name: "allowedResourceOauth2ReturnUrls"))
1543
+ UpdateWorkloadIdentityRequest.struct_class = Types::UpdateWorkloadIdentityRequest
1544
+
1545
+ UpdateWorkloadIdentityResponse.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
1546
+ UpdateWorkloadIdentityResponse.add_member(:workload_identity_arn, Shapes::ShapeRef.new(shape: WorkloadIdentityArnType, required: true, location_name: "workloadIdentityArn"))
1547
+ UpdateWorkloadIdentityResponse.add_member(:allowed_resource_oauth_2_return_urls, Shapes::ShapeRef.new(shape: ResourceOauth2ReturnUrlListType, location_name: "allowedResourceOauth2ReturnUrls"))
1548
+ UpdateWorkloadIdentityResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
1549
+ UpdateWorkloadIdentityResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
1550
+ UpdateWorkloadIdentityResponse.struct_class = Types::UpdateWorkloadIdentityResponse
1551
+
1552
+ UserPreferenceConsolidationOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1553
+ UserPreferenceConsolidationOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1554
+ UserPreferenceConsolidationOverride.struct_class = Types::UserPreferenceConsolidationOverride
1555
+
1556
+ UserPreferenceExtractionOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1557
+ UserPreferenceExtractionOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1558
+ UserPreferenceExtractionOverride.struct_class = Types::UserPreferenceExtractionOverride
1559
+
1560
+ UserPreferenceMemoryStrategyInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1561
+ UserPreferenceMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1562
+ UserPreferenceMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaces"))
1563
+ UserPreferenceMemoryStrategyInput.struct_class = Types::UserPreferenceMemoryStrategyInput
1564
+
1565
+ UserPreferenceOverrideConfigurationInput.add_member(:extraction, Shapes::ShapeRef.new(shape: UserPreferenceOverrideExtractionConfigurationInput, location_name: "extraction"))
1566
+ UserPreferenceOverrideConfigurationInput.add_member(:consolidation, Shapes::ShapeRef.new(shape: UserPreferenceOverrideConsolidationConfigurationInput, location_name: "consolidation"))
1567
+ UserPreferenceOverrideConfigurationInput.struct_class = Types::UserPreferenceOverrideConfigurationInput
1568
+
1569
+ UserPreferenceOverrideConsolidationConfigurationInput.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1570
+ UserPreferenceOverrideConsolidationConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1571
+ UserPreferenceOverrideConsolidationConfigurationInput.struct_class = Types::UserPreferenceOverrideConsolidationConfigurationInput
1572
+
1573
+ UserPreferenceOverrideExtractionConfigurationInput.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1574
+ UserPreferenceOverrideExtractionConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1575
+ UserPreferenceOverrideExtractionConfigurationInput.struct_class = Types::UserPreferenceOverrideExtractionConfigurationInput
1576
+
1577
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1578
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
1579
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
1580
+ ValidationException.struct_class = Types::ValidationException
1581
+
1582
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1583
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1584
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
1585
+
1586
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
1587
+
1588
+ WorkloadIdentityDetails.add_member(:workload_identity_arn, Shapes::ShapeRef.new(shape: WorkloadIdentityArn, required: true, location_name: "workloadIdentityArn"))
1589
+ WorkloadIdentityDetails.struct_class = Types::WorkloadIdentityDetails
1590
+
1591
+ WorkloadIdentityList.member = Shapes::ShapeRef.new(shape: WorkloadIdentityType)
1592
+
1593
+ WorkloadIdentityType.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
1594
+ WorkloadIdentityType.add_member(:workload_identity_arn, Shapes::ShapeRef.new(shape: WorkloadIdentityArnType, required: true, location_name: "workloadIdentityArn"))
1595
+ WorkloadIdentityType.struct_class = Types::WorkloadIdentityType
1596
+
1597
+
1598
+ # @api private
1599
+ API = Seahorse::Model::Api.new.tap do |api|
1600
+
1601
+ api.version = "2023-06-05"
1602
+
1603
+ api.metadata = {
1604
+ "apiVersion" => "2023-06-05",
1605
+ "auth" => ["aws.auth#sigv4"],
1606
+ "endpointPrefix" => "bedrock-agentcore-control",
1607
+ "protocol" => "rest-json",
1608
+ "protocols" => ["rest-json"],
1609
+ "serviceFullName" => "Amazon Bedrock Agent Core Control Plane Fronting Layer",
1610
+ "serviceId" => "Bedrock AgentCore Control",
1611
+ "signatureVersion" => "v4",
1612
+ "signingName" => "bedrock-agentcore",
1613
+ "uid" => "bedrock-agentcore-control-2023-06-05",
1614
+ }
1615
+
1616
+ api.add_operation(:create_agent_runtime, Seahorse::Model::Operation.new.tap do |o|
1617
+ o.name = "CreateAgentRuntime"
1618
+ o.http_method = "PUT"
1619
+ o.http_request_uri = "/runtimes/"
1620
+ o.input = Shapes::ShapeRef.new(shape: CreateAgentRuntimeRequest)
1621
+ o.output = Shapes::ShapeRef.new(shape: CreateAgentRuntimeResponse)
1622
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1623
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1624
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1625
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1626
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1627
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1628
+ end)
1629
+
1630
+ api.add_operation(:create_agent_runtime_endpoint, Seahorse::Model::Operation.new.tap do |o|
1631
+ o.name = "CreateAgentRuntimeEndpoint"
1632
+ o.http_method = "PUT"
1633
+ o.http_request_uri = "/runtimes/{agentRuntimeId}/runtime-endpoints/"
1634
+ o.input = Shapes::ShapeRef.new(shape: CreateAgentRuntimeEndpointRequest)
1635
+ o.output = Shapes::ShapeRef.new(shape: CreateAgentRuntimeEndpointResponse)
1636
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1637
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1638
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1639
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1640
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1641
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1642
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1643
+ end)
1644
+
1645
+ api.add_operation(:create_api_key_credential_provider, Seahorse::Model::Operation.new.tap do |o|
1646
+ o.name = "CreateApiKeyCredentialProvider"
1647
+ o.http_method = "POST"
1648
+ o.http_request_uri = "/identities/CreateApiKeyCredentialProvider"
1649
+ o.input = Shapes::ShapeRef.new(shape: CreateApiKeyCredentialProviderRequest)
1650
+ o.output = Shapes::ShapeRef.new(shape: CreateApiKeyCredentialProviderResponse)
1651
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1652
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1653
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
1654
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1655
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1656
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1657
+ o.errors << Shapes::ShapeRef.new(shape: DecryptionFailure)
1658
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1659
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1660
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1661
+ o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
1662
+ end)
1663
+
1664
+ api.add_operation(:create_browser, Seahorse::Model::Operation.new.tap do |o|
1665
+ o.name = "CreateBrowser"
1666
+ o.http_method = "PUT"
1667
+ o.http_request_uri = "/browsers"
1668
+ o.input = Shapes::ShapeRef.new(shape: CreateBrowserRequest)
1669
+ o.output = Shapes::ShapeRef.new(shape: CreateBrowserResponse)
1670
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1671
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1672
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1673
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1674
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1675
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1676
+ end)
1677
+
1678
+ api.add_operation(:create_code_interpreter, Seahorse::Model::Operation.new.tap do |o|
1679
+ o.name = "CreateCodeInterpreter"
1680
+ o.http_method = "PUT"
1681
+ o.http_request_uri = "/code-interpreters"
1682
+ o.input = Shapes::ShapeRef.new(shape: CreateCodeInterpreterRequest)
1683
+ o.output = Shapes::ShapeRef.new(shape: CreateCodeInterpreterResponse)
1684
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1685
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1686
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1687
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1688
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1689
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1690
+ end)
1691
+
1692
+ api.add_operation(:create_gateway, Seahorse::Model::Operation.new.tap do |o|
1693
+ o.name = "CreateGateway"
1694
+ o.http_method = "POST"
1695
+ o.http_request_uri = "/gateways/"
1696
+ o.input = Shapes::ShapeRef.new(shape: CreateGatewayRequest)
1697
+ o.output = Shapes::ShapeRef.new(shape: CreateGatewayResponse)
1698
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1699
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1700
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1701
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1702
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1703
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1704
+ end)
1705
+
1706
+ api.add_operation(:create_gateway_target, Seahorse::Model::Operation.new.tap do |o|
1707
+ o.name = "CreateGatewayTarget"
1708
+ o.http_method = "POST"
1709
+ o.http_request_uri = "/gateways/{gatewayIdentifier}/targets/"
1710
+ o.input = Shapes::ShapeRef.new(shape: CreateGatewayTargetRequest)
1711
+ o.output = Shapes::ShapeRef.new(shape: CreateGatewayTargetResponse)
1712
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1713
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1714
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1715
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1716
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1717
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1718
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1719
+ end)
1720
+
1721
+ api.add_operation(:create_memory, Seahorse::Model::Operation.new.tap do |o|
1722
+ o.name = "CreateMemory"
1723
+ o.http_method = "POST"
1724
+ o.http_request_uri = "/memories/create"
1725
+ o.input = Shapes::ShapeRef.new(shape: CreateMemoryInput)
1726
+ o.output = Shapes::ShapeRef.new(shape: CreateMemoryOutput)
1727
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1728
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1729
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1730
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1731
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1732
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1733
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledException)
1734
+ end)
1735
+
1736
+ api.add_operation(:create_oauth_2_credential_provider, Seahorse::Model::Operation.new.tap do |o|
1737
+ o.name = "CreateOauth2CredentialProvider"
1738
+ o.http_method = "POST"
1739
+ o.http_request_uri = "/identities/CreateOauth2CredentialProvider"
1740
+ o.input = Shapes::ShapeRef.new(shape: CreateOauth2CredentialProviderRequest)
1741
+ o.output = Shapes::ShapeRef.new(shape: CreateOauth2CredentialProviderResponse)
1742
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1743
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1744
+ o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
1745
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1746
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1747
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1748
+ o.errors << Shapes::ShapeRef.new(shape: DecryptionFailure)
1749
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1750
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1751
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1752
+ o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
1753
+ end)
1754
+
1755
+ api.add_operation(:create_workload_identity, Seahorse::Model::Operation.new.tap do |o|
1756
+ o.name = "CreateWorkloadIdentity"
1757
+ o.http_method = "POST"
1758
+ o.http_request_uri = "/identities/CreateWorkloadIdentity"
1759
+ o.input = Shapes::ShapeRef.new(shape: CreateWorkloadIdentityRequest)
1760
+ o.output = Shapes::ShapeRef.new(shape: CreateWorkloadIdentityResponse)
1761
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1762
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1763
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1764
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1765
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1766
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1767
+ end)
1768
+
1769
+ api.add_operation(:delete_agent_runtime, Seahorse::Model::Operation.new.tap do |o|
1770
+ o.name = "DeleteAgentRuntime"
1771
+ o.http_method = "DELETE"
1772
+ o.http_request_uri = "/runtimes/{agentRuntimeId}/"
1773
+ o.input = Shapes::ShapeRef.new(shape: DeleteAgentRuntimeRequest)
1774
+ o.output = Shapes::ShapeRef.new(shape: DeleteAgentRuntimeResponse)
1775
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1776
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1777
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1778
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1779
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1780
+ end)
1781
+
1782
+ api.add_operation(:delete_agent_runtime_endpoint, Seahorse::Model::Operation.new.tap do |o|
1783
+ o.name = "DeleteAgentRuntimeEndpoint"
1784
+ o.http_method = "DELETE"
1785
+ o.http_request_uri = "/runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/"
1786
+ o.input = Shapes::ShapeRef.new(shape: DeleteAgentRuntimeEndpointRequest)
1787
+ o.output = Shapes::ShapeRef.new(shape: DeleteAgentRuntimeEndpointResponse)
1788
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1789
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1790
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1791
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1792
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1793
+ end)
1794
+
1795
+ api.add_operation(:delete_api_key_credential_provider, Seahorse::Model::Operation.new.tap do |o|
1796
+ o.name = "DeleteApiKeyCredentialProvider"
1797
+ o.http_method = "POST"
1798
+ o.http_request_uri = "/identities/DeleteApiKeyCredentialProvider"
1799
+ o.input = Shapes::ShapeRef.new(shape: DeleteApiKeyCredentialProviderRequest)
1800
+ o.output = Shapes::ShapeRef.new(shape: DeleteApiKeyCredentialProviderResponse)
1801
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1802
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1803
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1804
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1805
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1806
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1807
+ end)
1808
+
1809
+ api.add_operation(:delete_browser, Seahorse::Model::Operation.new.tap do |o|
1810
+ o.name = "DeleteBrowser"
1811
+ o.http_method = "DELETE"
1812
+ o.http_request_uri = "/browsers/{browserId}"
1813
+ o.input = Shapes::ShapeRef.new(shape: DeleteBrowserRequest)
1814
+ o.output = Shapes::ShapeRef.new(shape: DeleteBrowserResponse)
1815
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1816
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1817
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1818
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1819
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1820
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1821
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1822
+ end)
1823
+
1824
+ api.add_operation(:delete_code_interpreter, Seahorse::Model::Operation.new.tap do |o|
1825
+ o.name = "DeleteCodeInterpreter"
1826
+ o.http_method = "DELETE"
1827
+ o.http_request_uri = "/code-interpreters/{codeInterpreterId}"
1828
+ o.input = Shapes::ShapeRef.new(shape: DeleteCodeInterpreterRequest)
1829
+ o.output = Shapes::ShapeRef.new(shape: DeleteCodeInterpreterResponse)
1830
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1831
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1832
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1833
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1834
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1835
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1836
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1837
+ end)
1838
+
1839
+ api.add_operation(:delete_gateway, Seahorse::Model::Operation.new.tap do |o|
1840
+ o.name = "DeleteGateway"
1841
+ o.http_method = "DELETE"
1842
+ o.http_request_uri = "/gateways/{gatewayIdentifier}/"
1843
+ o.input = Shapes::ShapeRef.new(shape: DeleteGatewayRequest)
1844
+ o.output = Shapes::ShapeRef.new(shape: DeleteGatewayResponse)
1845
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1846
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1847
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1848
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1849
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1850
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1851
+ end)
1852
+
1853
+ api.add_operation(:delete_gateway_target, Seahorse::Model::Operation.new.tap do |o|
1854
+ o.name = "DeleteGatewayTarget"
1855
+ o.http_method = "DELETE"
1856
+ o.http_request_uri = "/gateways/{gatewayIdentifier}/targets/{targetId}/"
1857
+ o.input = Shapes::ShapeRef.new(shape: DeleteGatewayTargetRequest)
1858
+ o.output = Shapes::ShapeRef.new(shape: DeleteGatewayTargetResponse)
1859
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1860
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1861
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1862
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1863
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1864
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1865
+ end)
1866
+
1867
+ api.add_operation(:delete_memory, Seahorse::Model::Operation.new.tap do |o|
1868
+ o.name = "DeleteMemory"
1869
+ o.http_method = "DELETE"
1870
+ o.http_request_uri = "/memories/{memoryId}/delete"
1871
+ o.input = Shapes::ShapeRef.new(shape: DeleteMemoryInput)
1872
+ o.output = Shapes::ShapeRef.new(shape: DeleteMemoryOutput)
1873
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1874
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1875
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1876
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1877
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledException)
1878
+ end)
1879
+
1880
+ api.add_operation(:delete_oauth_2_credential_provider, Seahorse::Model::Operation.new.tap do |o|
1881
+ o.name = "DeleteOauth2CredentialProvider"
1882
+ o.http_method = "POST"
1883
+ o.http_request_uri = "/identities/DeleteOauth2CredentialProvider"
1884
+ o.input = Shapes::ShapeRef.new(shape: DeleteOauth2CredentialProviderRequest)
1885
+ o.output = Shapes::ShapeRef.new(shape: DeleteOauth2CredentialProviderResponse)
1886
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1887
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1888
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1889
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1890
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1891
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1892
+ end)
1893
+
1894
+ api.add_operation(:delete_workload_identity, Seahorse::Model::Operation.new.tap do |o|
1895
+ o.name = "DeleteWorkloadIdentity"
1896
+ o.http_method = "POST"
1897
+ o.http_request_uri = "/identities/DeleteWorkloadIdentity"
1898
+ o.input = Shapes::ShapeRef.new(shape: DeleteWorkloadIdentityRequest)
1899
+ o.output = Shapes::ShapeRef.new(shape: DeleteWorkloadIdentityResponse)
1900
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1901
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1902
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1903
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1904
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1905
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1906
+ end)
1907
+
1908
+ api.add_operation(:get_agent_runtime, Seahorse::Model::Operation.new.tap do |o|
1909
+ o.name = "GetAgentRuntime"
1910
+ o.http_method = "GET"
1911
+ o.http_request_uri = "/runtimes/{agentRuntimeId}/"
1912
+ o.input = Shapes::ShapeRef.new(shape: GetAgentRuntimeRequest)
1913
+ o.output = Shapes::ShapeRef.new(shape: GetAgentRuntimeResponse)
1914
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1915
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1916
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1917
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1918
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1919
+ end)
1920
+
1921
+ api.add_operation(:get_agent_runtime_endpoint, Seahorse::Model::Operation.new.tap do |o|
1922
+ o.name = "GetAgentRuntimeEndpoint"
1923
+ o.http_method = "GET"
1924
+ o.http_request_uri = "/runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/"
1925
+ o.input = Shapes::ShapeRef.new(shape: GetAgentRuntimeEndpointRequest)
1926
+ o.output = Shapes::ShapeRef.new(shape: GetAgentRuntimeEndpointResponse)
1927
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1928
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1929
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1930
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1931
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1932
+ end)
1933
+
1934
+ api.add_operation(:get_api_key_credential_provider, Seahorse::Model::Operation.new.tap do |o|
1935
+ o.name = "GetApiKeyCredentialProvider"
1936
+ o.http_method = "POST"
1937
+ o.http_request_uri = "/identities/GetApiKeyCredentialProvider"
1938
+ o.input = Shapes::ShapeRef.new(shape: GetApiKeyCredentialProviderRequest)
1939
+ o.output = Shapes::ShapeRef.new(shape: GetApiKeyCredentialProviderResponse)
1940
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1941
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1942
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1943
+ o.errors << Shapes::ShapeRef.new(shape: DecryptionFailure)
1944
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1945
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1946
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1947
+ end)
1948
+
1949
+ api.add_operation(:get_browser, Seahorse::Model::Operation.new.tap do |o|
1950
+ o.name = "GetBrowser"
1951
+ o.http_method = "GET"
1952
+ o.http_request_uri = "/browsers/{browserId}"
1953
+ o.input = Shapes::ShapeRef.new(shape: GetBrowserRequest)
1954
+ o.output = Shapes::ShapeRef.new(shape: GetBrowserResponse)
1955
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1956
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1957
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1958
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1959
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1960
+ end)
1961
+
1962
+ api.add_operation(:get_code_interpreter, Seahorse::Model::Operation.new.tap do |o|
1963
+ o.name = "GetCodeInterpreter"
1964
+ o.http_method = "GET"
1965
+ o.http_request_uri = "/code-interpreters/{codeInterpreterId}"
1966
+ o.input = Shapes::ShapeRef.new(shape: GetCodeInterpreterRequest)
1967
+ o.output = Shapes::ShapeRef.new(shape: GetCodeInterpreterResponse)
1968
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1969
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1970
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1971
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1972
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1973
+ end)
1974
+
1975
+ api.add_operation(:get_gateway, Seahorse::Model::Operation.new.tap do |o|
1976
+ o.name = "GetGateway"
1977
+ o.http_method = "GET"
1978
+ o.http_request_uri = "/gateways/{gatewayIdentifier}/"
1979
+ o.input = Shapes::ShapeRef.new(shape: GetGatewayRequest)
1980
+ o.output = Shapes::ShapeRef.new(shape: GetGatewayResponse)
1981
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1982
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1983
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1984
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1985
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1986
+ end)
1987
+
1988
+ api.add_operation(:get_gateway_target, Seahorse::Model::Operation.new.tap do |o|
1989
+ o.name = "GetGatewayTarget"
1990
+ o.http_method = "GET"
1991
+ o.http_request_uri = "/gateways/{gatewayIdentifier}/targets/{targetId}/"
1992
+ o.input = Shapes::ShapeRef.new(shape: GetGatewayTargetRequest)
1993
+ o.output = Shapes::ShapeRef.new(shape: GetGatewayTargetResponse)
1994
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1995
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1996
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1997
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1998
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1999
+ end)
2000
+
2001
+ api.add_operation(:get_memory, Seahorse::Model::Operation.new.tap do |o|
2002
+ o.name = "GetMemory"
2003
+ o.http_method = "GET"
2004
+ o.http_request_uri = "/memories/{memoryId}/details"
2005
+ o.input = Shapes::ShapeRef.new(shape: GetMemoryInput)
2006
+ o.output = Shapes::ShapeRef.new(shape: GetMemoryOutput)
2007
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2008
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2009
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2010
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2011
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledException)
2012
+ end)
2013
+
2014
+ api.add_operation(:get_oauth_2_credential_provider, Seahorse::Model::Operation.new.tap do |o|
2015
+ o.name = "GetOauth2CredentialProvider"
2016
+ o.http_method = "POST"
2017
+ o.http_request_uri = "/identities/GetOauth2CredentialProvider"
2018
+ o.input = Shapes::ShapeRef.new(shape: GetOauth2CredentialProviderRequest)
2019
+ o.output = Shapes::ShapeRef.new(shape: GetOauth2CredentialProviderResponse)
2020
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2021
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2022
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2023
+ o.errors << Shapes::ShapeRef.new(shape: DecryptionFailure)
2024
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2025
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2026
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2027
+ end)
2028
+
2029
+ api.add_operation(:get_token_vault, Seahorse::Model::Operation.new.tap do |o|
2030
+ o.name = "GetTokenVault"
2031
+ o.http_method = "POST"
2032
+ o.http_request_uri = "/identities/get-token-vault"
2033
+ o.input = Shapes::ShapeRef.new(shape: GetTokenVaultRequest)
2034
+ o.output = Shapes::ShapeRef.new(shape: GetTokenVaultResponse)
2035
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2036
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2037
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2038
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2039
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2040
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2041
+ end)
2042
+
2043
+ api.add_operation(:get_workload_identity, Seahorse::Model::Operation.new.tap do |o|
2044
+ o.name = "GetWorkloadIdentity"
2045
+ o.http_method = "POST"
2046
+ o.http_request_uri = "/identities/GetWorkloadIdentity"
2047
+ o.input = Shapes::ShapeRef.new(shape: GetWorkloadIdentityRequest)
2048
+ o.output = Shapes::ShapeRef.new(shape: GetWorkloadIdentityResponse)
2049
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2050
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2051
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2052
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2053
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2054
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2055
+ end)
2056
+
2057
+ api.add_operation(:list_agent_runtime_endpoints, Seahorse::Model::Operation.new.tap do |o|
2058
+ o.name = "ListAgentRuntimeEndpoints"
2059
+ o.http_method = "POST"
2060
+ o.http_request_uri = "/runtimes/{agentRuntimeId}/runtime-endpoints/"
2061
+ o.input = Shapes::ShapeRef.new(shape: ListAgentRuntimeEndpointsRequest)
2062
+ o.output = Shapes::ShapeRef.new(shape: ListAgentRuntimeEndpointsResponse)
2063
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2064
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2065
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2066
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2067
+ o[:pager] = Aws::Pager.new(
2068
+ limit_key: "max_results",
2069
+ tokens: {
2070
+ "next_token" => "next_token"
2071
+ }
2072
+ )
2073
+ end)
2074
+
2075
+ api.add_operation(:list_agent_runtime_versions, Seahorse::Model::Operation.new.tap do |o|
2076
+ o.name = "ListAgentRuntimeVersions"
2077
+ o.http_method = "POST"
2078
+ o.http_request_uri = "/runtimes/{agentRuntimeId}/versions/"
2079
+ o.input = Shapes::ShapeRef.new(shape: ListAgentRuntimeVersionsRequest)
2080
+ o.output = Shapes::ShapeRef.new(shape: ListAgentRuntimeVersionsResponse)
2081
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2082
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2083
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2084
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2085
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2086
+ o[:pager] = Aws::Pager.new(
2087
+ limit_key: "max_results",
2088
+ tokens: {
2089
+ "next_token" => "next_token"
2090
+ }
2091
+ )
2092
+ end)
2093
+
2094
+ api.add_operation(:list_agent_runtimes, Seahorse::Model::Operation.new.tap do |o|
2095
+ o.name = "ListAgentRuntimes"
2096
+ o.http_method = "POST"
2097
+ o.http_request_uri = "/runtimes/"
2098
+ o.input = Shapes::ShapeRef.new(shape: ListAgentRuntimesRequest)
2099
+ o.output = Shapes::ShapeRef.new(shape: ListAgentRuntimesResponse)
2100
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2101
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2102
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2103
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2104
+ o[:pager] = Aws::Pager.new(
2105
+ limit_key: "max_results",
2106
+ tokens: {
2107
+ "next_token" => "next_token"
2108
+ }
2109
+ )
2110
+ end)
2111
+
2112
+ api.add_operation(:list_api_key_credential_providers, Seahorse::Model::Operation.new.tap do |o|
2113
+ o.name = "ListApiKeyCredentialProviders"
2114
+ o.http_method = "POST"
2115
+ o.http_request_uri = "/identities/ListApiKeyCredentialProviders"
2116
+ o.input = Shapes::ShapeRef.new(shape: ListApiKeyCredentialProvidersRequest)
2117
+ o.output = Shapes::ShapeRef.new(shape: ListApiKeyCredentialProvidersResponse)
2118
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2119
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2120
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2121
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2122
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2123
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2124
+ o[:pager] = Aws::Pager.new(
2125
+ limit_key: "max_results",
2126
+ tokens: {
2127
+ "next_token" => "next_token"
2128
+ }
2129
+ )
2130
+ end)
2131
+
2132
+ api.add_operation(:list_browsers, Seahorse::Model::Operation.new.tap do |o|
2133
+ o.name = "ListBrowsers"
2134
+ o.http_method = "POST"
2135
+ o.http_request_uri = "/browsers"
2136
+ o.input = Shapes::ShapeRef.new(shape: ListBrowsersRequest)
2137
+ o.output = Shapes::ShapeRef.new(shape: ListBrowsersResponse)
2138
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2139
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2140
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2141
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2142
+ o[:pager] = Aws::Pager.new(
2143
+ limit_key: "max_results",
2144
+ tokens: {
2145
+ "next_token" => "next_token"
2146
+ }
2147
+ )
2148
+ end)
2149
+
2150
+ api.add_operation(:list_code_interpreters, Seahorse::Model::Operation.new.tap do |o|
2151
+ o.name = "ListCodeInterpreters"
2152
+ o.http_method = "POST"
2153
+ o.http_request_uri = "/code-interpreters"
2154
+ o.input = Shapes::ShapeRef.new(shape: ListCodeInterpretersRequest)
2155
+ o.output = Shapes::ShapeRef.new(shape: ListCodeInterpretersResponse)
2156
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2157
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2158
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2159
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2160
+ o[:pager] = Aws::Pager.new(
2161
+ limit_key: "max_results",
2162
+ tokens: {
2163
+ "next_token" => "next_token"
2164
+ }
2165
+ )
2166
+ end)
2167
+
2168
+ api.add_operation(:list_gateway_targets, Seahorse::Model::Operation.new.tap do |o|
2169
+ o.name = "ListGatewayTargets"
2170
+ o.http_method = "GET"
2171
+ o.http_request_uri = "/gateways/{gatewayIdentifier}/targets/"
2172
+ o.input = Shapes::ShapeRef.new(shape: ListGatewayTargetsRequest)
2173
+ o.output = Shapes::ShapeRef.new(shape: ListGatewayTargetsResponse)
2174
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2175
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2176
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2177
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2178
+ o[:pager] = Aws::Pager.new(
2179
+ limit_key: "max_results",
2180
+ tokens: {
2181
+ "next_token" => "next_token"
2182
+ }
2183
+ )
2184
+ end)
2185
+
2186
+ api.add_operation(:list_gateways, Seahorse::Model::Operation.new.tap do |o|
2187
+ o.name = "ListGateways"
2188
+ o.http_method = "GET"
2189
+ o.http_request_uri = "/gateways/"
2190
+ o.input = Shapes::ShapeRef.new(shape: ListGatewaysRequest)
2191
+ o.output = Shapes::ShapeRef.new(shape: ListGatewaysResponse)
2192
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2193
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2194
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2195
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2196
+ o[:pager] = Aws::Pager.new(
2197
+ limit_key: "max_results",
2198
+ tokens: {
2199
+ "next_token" => "next_token"
2200
+ }
2201
+ )
2202
+ end)
2203
+
2204
+ api.add_operation(:list_memories, Seahorse::Model::Operation.new.tap do |o|
2205
+ o.name = "ListMemories"
2206
+ o.http_method = "POST"
2207
+ o.http_request_uri = "/memories/"
2208
+ o.input = Shapes::ShapeRef.new(shape: ListMemoriesInput)
2209
+ o.output = Shapes::ShapeRef.new(shape: ListMemoriesOutput)
2210
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2211
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2212
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2213
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2214
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledException)
2215
+ o[:pager] = Aws::Pager.new(
2216
+ limit_key: "max_results",
2217
+ tokens: {
2218
+ "next_token" => "next_token"
2219
+ }
2220
+ )
2221
+ end)
2222
+
2223
+ api.add_operation(:list_oauth_2_credential_providers, Seahorse::Model::Operation.new.tap do |o|
2224
+ o.name = "ListOauth2CredentialProviders"
2225
+ o.http_method = "POST"
2226
+ o.http_request_uri = "/identities/ListOauth2CredentialProviders"
2227
+ o.input = Shapes::ShapeRef.new(shape: ListOauth2CredentialProvidersRequest)
2228
+ o.output = Shapes::ShapeRef.new(shape: ListOauth2CredentialProvidersResponse)
2229
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2230
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2231
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2232
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2233
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2234
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2235
+ o[:pager] = Aws::Pager.new(
2236
+ limit_key: "max_results",
2237
+ tokens: {
2238
+ "next_token" => "next_token"
2239
+ }
2240
+ )
2241
+ end)
2242
+
2243
+ api.add_operation(:list_workload_identities, Seahorse::Model::Operation.new.tap do |o|
2244
+ o.name = "ListWorkloadIdentities"
2245
+ o.http_method = "POST"
2246
+ o.http_request_uri = "/identities/ListWorkloadIdentities"
2247
+ o.input = Shapes::ShapeRef.new(shape: ListWorkloadIdentitiesRequest)
2248
+ o.output = Shapes::ShapeRef.new(shape: ListWorkloadIdentitiesResponse)
2249
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2250
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2251
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2252
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2253
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2254
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2255
+ o[:pager] = Aws::Pager.new(
2256
+ limit_key: "max_results",
2257
+ tokens: {
2258
+ "next_token" => "next_token"
2259
+ }
2260
+ )
2261
+ end)
2262
+
2263
+ api.add_operation(:set_token_vault_cmk, Seahorse::Model::Operation.new.tap do |o|
2264
+ o.name = "SetTokenVaultCMK"
2265
+ o.http_method = "POST"
2266
+ o.http_request_uri = "/identities/set-token-vault-cmk"
2267
+ o.input = Shapes::ShapeRef.new(shape: SetTokenVaultCMKRequest)
2268
+ o.output = Shapes::ShapeRef.new(shape: SetTokenVaultCMKResponse)
2269
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2270
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2271
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2272
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2273
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2274
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2275
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2276
+ end)
2277
+
2278
+ api.add_operation(:update_agent_runtime, Seahorse::Model::Operation.new.tap do |o|
2279
+ o.name = "UpdateAgentRuntime"
2280
+ o.http_method = "PUT"
2281
+ o.http_request_uri = "/runtimes/{agentRuntimeId}/"
2282
+ o.input = Shapes::ShapeRef.new(shape: UpdateAgentRuntimeRequest)
2283
+ o.output = Shapes::ShapeRef.new(shape: UpdateAgentRuntimeResponse)
2284
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2285
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2286
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2287
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2288
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2289
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2290
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2291
+ end)
2292
+
2293
+ api.add_operation(:update_agent_runtime_endpoint, Seahorse::Model::Operation.new.tap do |o|
2294
+ o.name = "UpdateAgentRuntimeEndpoint"
2295
+ o.http_method = "PUT"
2296
+ o.http_request_uri = "/runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/"
2297
+ o.input = Shapes::ShapeRef.new(shape: UpdateAgentRuntimeEndpointRequest)
2298
+ o.output = Shapes::ShapeRef.new(shape: UpdateAgentRuntimeEndpointResponse)
2299
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2300
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2301
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2302
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2303
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2304
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2305
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2306
+ end)
2307
+
2308
+ api.add_operation(:update_api_key_credential_provider, Seahorse::Model::Operation.new.tap do |o|
2309
+ o.name = "UpdateApiKeyCredentialProvider"
2310
+ o.http_method = "POST"
2311
+ o.http_request_uri = "/identities/UpdateApiKeyCredentialProvider"
2312
+ o.input = Shapes::ShapeRef.new(shape: UpdateApiKeyCredentialProviderRequest)
2313
+ o.output = Shapes::ShapeRef.new(shape: UpdateApiKeyCredentialProviderResponse)
2314
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2315
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2316
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2317
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2318
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2319
+ o.errors << Shapes::ShapeRef.new(shape: DecryptionFailure)
2320
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2321
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2322
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2323
+ o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
2324
+ end)
2325
+
2326
+ api.add_operation(:update_gateway, Seahorse::Model::Operation.new.tap do |o|
2327
+ o.name = "UpdateGateway"
2328
+ o.http_method = "PUT"
2329
+ o.http_request_uri = "/gateways/{gatewayIdentifier}/"
2330
+ o.input = Shapes::ShapeRef.new(shape: UpdateGatewayRequest)
2331
+ o.output = Shapes::ShapeRef.new(shape: UpdateGatewayResponse)
2332
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2333
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2334
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2335
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2336
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2337
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2338
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2339
+ end)
2340
+
2341
+ api.add_operation(:update_gateway_target, Seahorse::Model::Operation.new.tap do |o|
2342
+ o.name = "UpdateGatewayTarget"
2343
+ o.http_method = "PUT"
2344
+ o.http_request_uri = "/gateways/{gatewayIdentifier}/targets/{targetId}/"
2345
+ o.input = Shapes::ShapeRef.new(shape: UpdateGatewayTargetRequest)
2346
+ o.output = Shapes::ShapeRef.new(shape: UpdateGatewayTargetResponse)
2347
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2348
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2349
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2350
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2351
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2352
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2353
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2354
+ end)
2355
+
2356
+ api.add_operation(:update_memory, Seahorse::Model::Operation.new.tap do |o|
2357
+ o.name = "UpdateMemory"
2358
+ o.http_method = "PUT"
2359
+ o.http_request_uri = "/memories/{memoryId}/update"
2360
+ o.input = Shapes::ShapeRef.new(shape: UpdateMemoryInput)
2361
+ o.output = Shapes::ShapeRef.new(shape: UpdateMemoryOutput)
2362
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2363
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2364
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2365
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2366
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2367
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2368
+ o.errors << Shapes::ShapeRef.new(shape: ThrottledException)
2369
+ end)
2370
+
2371
+ api.add_operation(:update_oauth_2_credential_provider, Seahorse::Model::Operation.new.tap do |o|
2372
+ o.name = "UpdateOauth2CredentialProvider"
2373
+ o.http_method = "POST"
2374
+ o.http_request_uri = "/identities/UpdateOauth2CredentialProvider"
2375
+ o.input = Shapes::ShapeRef.new(shape: UpdateOauth2CredentialProviderRequest)
2376
+ o.output = Shapes::ShapeRef.new(shape: UpdateOauth2CredentialProviderResponse)
2377
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2378
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2379
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2380
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2381
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2382
+ o.errors << Shapes::ShapeRef.new(shape: DecryptionFailure)
2383
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2384
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2385
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2386
+ o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
2387
+ end)
2388
+
2389
+ api.add_operation(:update_workload_identity, Seahorse::Model::Operation.new.tap do |o|
2390
+ o.name = "UpdateWorkloadIdentity"
2391
+ o.http_method = "POST"
2392
+ o.http_request_uri = "/identities/UpdateWorkloadIdentity"
2393
+ o.input = Shapes::ShapeRef.new(shape: UpdateWorkloadIdentityRequest)
2394
+ o.output = Shapes::ShapeRef.new(shape: UpdateWorkloadIdentityResponse)
2395
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
2396
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2397
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2398
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2399
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2400
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2401
+ end)
2402
+ end
2403
+
2404
+ end
2405
+ end