aws-sdk-devopsagent 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.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-devopsagent/client.rb +3635 -0
- data/lib/aws-sdk-devopsagent/client_api.rb +2699 -0
- data/lib/aws-sdk-devopsagent/customizations.rb +0 -0
- data/lib/aws-sdk-devopsagent/endpoint_parameters.rb +59 -0
- data/lib/aws-sdk-devopsagent/endpoint_provider.rb +32 -0
- data/lib/aws-sdk-devopsagent/endpoints.rb +20 -0
- data/lib/aws-sdk-devopsagent/errors.rb +216 -0
- data/lib/aws-sdk-devopsagent/event_streams.rb +89 -0
- data/lib/aws-sdk-devopsagent/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-devopsagent/resource.rb +26 -0
- data/lib/aws-sdk-devopsagent/types.rb +5568 -0
- data/lib/aws-sdk-devopsagent.rb +62 -0
- data/sig/client.rbs +1112 -0
- data/sig/errors.rbs +48 -0
- data/sig/resource.rbs +88 -0
- data/sig/types.rbs +1707 -0
- data/sig/waiters.rbs +13 -0
- metadata +97 -0
|
@@ -0,0 +1,2699 @@
|
|
|
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::DevOpsAgent
|
|
12
|
+
# @api private
|
|
13
|
+
module ClientApi
|
|
14
|
+
|
|
15
|
+
include Seahorse::Model
|
|
16
|
+
|
|
17
|
+
AWSConfiguration = Shapes::StructureShape.new(name: 'AWSConfiguration')
|
|
18
|
+
AWSConfigurationAccountIdString = Shapes::StringShape.new(name: 'AWSConfigurationAccountIdString')
|
|
19
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
20
|
+
AdditionalServiceDetails = Shapes::UnionShape.new(name: 'AdditionalServiceDetails')
|
|
21
|
+
AdditionalServiceRegistrationStep = Shapes::UnionShape.new(name: 'AdditionalServiceRegistrationStep')
|
|
22
|
+
AgentSpace = Shapes::StructureShape.new(name: 'AgentSpace')
|
|
23
|
+
AgentSpaceId = Shapes::StringShape.new(name: 'AgentSpaceId')
|
|
24
|
+
AgentSpaceList = Shapes::ListShape.new(name: 'AgentSpaceList')
|
|
25
|
+
AgentSpaceName = Shapes::StringShape.new(name: 'AgentSpaceName')
|
|
26
|
+
AllowVendedLogDeliveryForResourceInput = Shapes::StructureShape.new(name: 'AllowVendedLogDeliveryForResourceInput')
|
|
27
|
+
AllowVendedLogDeliveryForResourceInputDeliverySourceArnString = Shapes::StringShape.new(name: 'AllowVendedLogDeliveryForResourceInputDeliverySourceArnString')
|
|
28
|
+
AllowVendedLogDeliveryForResourceOutput = Shapes::StructureShape.new(name: 'AllowVendedLogDeliveryForResourceOutput')
|
|
29
|
+
ApiKeyValue = Shapes::StringShape.new(name: 'ApiKeyValue')
|
|
30
|
+
AssistantMessage = Shapes::ListShape.new(name: 'AssistantMessage')
|
|
31
|
+
AssistantMessageBlock = Shapes::UnionShape.new(name: 'AssistantMessageBlock')
|
|
32
|
+
AssociateServiceInput = Shapes::StructureShape.new(name: 'AssociateServiceInput')
|
|
33
|
+
AssociateServiceOutput = Shapes::StructureShape.new(name: 'AssociateServiceOutput')
|
|
34
|
+
Association = Shapes::StructureShape.new(name: 'Association')
|
|
35
|
+
AssociationId = Shapes::StringShape.new(name: 'AssociationId')
|
|
36
|
+
AssociationsList = Shapes::ListShape.new(name: 'AssociationsList')
|
|
37
|
+
AuthFlow = Shapes::StringShape.new(name: 'AuthFlow')
|
|
38
|
+
AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
|
|
39
|
+
AzureConfiguration = Shapes::StructureShape.new(name: 'AzureConfiguration')
|
|
40
|
+
AzureDevOpsConfiguration = Shapes::StructureShape.new(name: 'AzureDevOpsConfiguration')
|
|
41
|
+
BackLogTimestamp = Shapes::TimestampShape.new(name: 'BackLogTimestamp', timestampFormat: "iso8601")
|
|
42
|
+
BacklogTaskDescription = Shapes::StringShape.new(name: 'BacklogTaskDescription')
|
|
43
|
+
BacklogTaskTitle = Shapes::StringShape.new(name: 'BacklogTaskTitle')
|
|
44
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
45
|
+
CertificateString = Shapes::StringShape.new(name: 'CertificateString')
|
|
46
|
+
ChatExecution = Shapes::StructureShape.new(name: 'ChatExecution')
|
|
47
|
+
ChatExecutionList = Shapes::ListShape.new(name: 'ChatExecutionList')
|
|
48
|
+
ChatParticipantConnection = Shapes::StructureShape.new(name: 'ChatParticipantConnection')
|
|
49
|
+
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
|
50
|
+
ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
|
|
51
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
52
|
+
ContentSizeExceededException = Shapes::StructureShape.new(name: 'ContentSizeExceededException')
|
|
53
|
+
CreateAgentSpaceInput = Shapes::StructureShape.new(name: 'CreateAgentSpaceInput')
|
|
54
|
+
CreateAgentSpaceInputClientTokenString = Shapes::StringShape.new(name: 'CreateAgentSpaceInputClientTokenString')
|
|
55
|
+
CreateAgentSpaceOutput = Shapes::StructureShape.new(name: 'CreateAgentSpaceOutput')
|
|
56
|
+
CreateBacklogTaskRequest = Shapes::StructureShape.new(name: 'CreateBacklogTaskRequest')
|
|
57
|
+
CreateBacklogTaskResponse = Shapes::StructureShape.new(name: 'CreateBacklogTaskResponse')
|
|
58
|
+
CreateChatRequest = Shapes::StructureShape.new(name: 'CreateChatRequest')
|
|
59
|
+
CreateChatResponse = Shapes::StructureShape.new(name: 'CreateChatResponse')
|
|
60
|
+
CreatePrivateConnectionInput = Shapes::StructureShape.new(name: 'CreatePrivateConnectionInput')
|
|
61
|
+
CreatePrivateConnectionOutput = Shapes::StructureShape.new(name: 'CreatePrivateConnectionOutput')
|
|
62
|
+
DatadogAuthorizationConfig = Shapes::UnionShape.new(name: 'DatadogAuthorizationConfig')
|
|
63
|
+
DatadogServiceDetails = Shapes::StructureShape.new(name: 'DatadogServiceDetails')
|
|
64
|
+
DatadogServiceDetailsDescriptionString = Shapes::StringShape.new(name: 'DatadogServiceDetailsDescriptionString')
|
|
65
|
+
DatadogServiceDetailsEndpointString = Shapes::StringShape.new(name: 'DatadogServiceDetailsEndpointString')
|
|
66
|
+
DatadogServiceDetailsNameString = Shapes::StringShape.new(name: 'DatadogServiceDetailsNameString')
|
|
67
|
+
DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
|
|
68
|
+
DeleteAgentSpaceInput = Shapes::StructureShape.new(name: 'DeleteAgentSpaceInput')
|
|
69
|
+
DeleteAgentSpaceOutput = Shapes::StructureShape.new(name: 'DeleteAgentSpaceOutput')
|
|
70
|
+
DeletePrivateConnectionInput = Shapes::StructureShape.new(name: 'DeletePrivateConnectionInput')
|
|
71
|
+
DeletePrivateConnectionOutput = Shapes::StructureShape.new(name: 'DeletePrivateConnectionOutput')
|
|
72
|
+
DeregisterServiceInput = Shapes::StructureShape.new(name: 'DeregisterServiceInput')
|
|
73
|
+
DeregisterServiceOutput = Shapes::StructureShape.new(name: 'DeregisterServiceOutput')
|
|
74
|
+
DescribePrivateConnectionInput = Shapes::StructureShape.new(name: 'DescribePrivateConnectionInput')
|
|
75
|
+
DescribePrivateConnectionOutput = Shapes::StructureShape.new(name: 'DescribePrivateConnectionOutput')
|
|
76
|
+
DescribeSupportLevelRequest = Shapes::StructureShape.new(name: 'DescribeSupportLevelRequest')
|
|
77
|
+
DescribeSupportLevelResponse = Shapes::StructureShape.new(name: 'DescribeSupportLevelResponse')
|
|
78
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
|
79
|
+
DisableOperatorAppInput = Shapes::StructureShape.new(name: 'DisableOperatorAppInput')
|
|
80
|
+
DisassociateServiceInput = Shapes::StructureShape.new(name: 'DisassociateServiceInput')
|
|
81
|
+
DisassociateServiceOutput = Shapes::StructureShape.new(name: 'DisassociateServiceOutput')
|
|
82
|
+
Document = Shapes::DocumentShape.new(name: 'Document', document: true)
|
|
83
|
+
DocumentList = Shapes::ListShape.new(name: 'DocumentList')
|
|
84
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
|
85
|
+
DynatraceConfiguration = Shapes::StructureShape.new(name: 'DynatraceConfiguration')
|
|
86
|
+
DynatraceOAuthClientCredentialsConfig = Shapes::StructureShape.new(name: 'DynatraceOAuthClientCredentialsConfig')
|
|
87
|
+
DynatraceOAuthClientCredentialsConfigClientNameString = Shapes::StringShape.new(name: 'DynatraceOAuthClientCredentialsConfigClientNameString')
|
|
88
|
+
DynatraceResourceList = Shapes::ListShape.new(name: 'DynatraceResourceList')
|
|
89
|
+
DynatraceServiceAuthorizationConfig = Shapes::UnionShape.new(name: 'DynatraceServiceAuthorizationConfig')
|
|
90
|
+
DynatraceServiceDetails = Shapes::StructureShape.new(name: 'DynatraceServiceDetails')
|
|
91
|
+
DynatraceServiceDetailsAccountUrnString = Shapes::StringShape.new(name: 'DynatraceServiceDetailsAccountUrnString')
|
|
92
|
+
EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
|
|
93
|
+
EnableOperatorAppInput = Shapes::StructureShape.new(name: 'EnableOperatorAppInput')
|
|
94
|
+
EnableOperatorAppOutput = Shapes::StructureShape.new(name: 'EnableOperatorAppOutput')
|
|
95
|
+
EndChatForCaseRequest = Shapes::StructureShape.new(name: 'EndChatForCaseRequest')
|
|
96
|
+
EndChatForCaseResponse = Shapes::StructureShape.new(name: 'EndChatForCaseResponse')
|
|
97
|
+
EventChannelConfiguration = Shapes::StructureShape.new(name: 'EventChannelConfiguration')
|
|
98
|
+
EventChannelDetails = Shapes::StructureShape.new(name: 'EventChannelDetails')
|
|
99
|
+
EventChannelType = Shapes::StringShape.new(name: 'EventChannelType')
|
|
100
|
+
ExchangeParameterValue = Shapes::StringShape.new(name: 'ExchangeParameterValue')
|
|
101
|
+
ExchangeParameters = Shapes::MapShape.new(name: 'ExchangeParameters')
|
|
102
|
+
Execution = Shapes::StructureShape.new(name: 'Execution')
|
|
103
|
+
ExecutionList = Shapes::ListShape.new(name: 'ExecutionList')
|
|
104
|
+
ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
|
|
105
|
+
GenericWebhook = Shapes::StructureShape.new(name: 'GenericWebhook')
|
|
106
|
+
GetAccountUsageInput = Shapes::StructureShape.new(name: 'GetAccountUsageInput')
|
|
107
|
+
GetAccountUsageOutput = Shapes::StructureShape.new(name: 'GetAccountUsageOutput')
|
|
108
|
+
GetAgentSpaceInput = Shapes::StructureShape.new(name: 'GetAgentSpaceInput')
|
|
109
|
+
GetAgentSpaceOutput = Shapes::StructureShape.new(name: 'GetAgentSpaceOutput')
|
|
110
|
+
GetAssociationInput = Shapes::StructureShape.new(name: 'GetAssociationInput')
|
|
111
|
+
GetAssociationOutput = Shapes::StructureShape.new(name: 'GetAssociationOutput')
|
|
112
|
+
GetBacklogTaskRequest = Shapes::StructureShape.new(name: 'GetBacklogTaskRequest')
|
|
113
|
+
GetBacklogTaskResponse = Shapes::StructureShape.new(name: 'GetBacklogTaskResponse')
|
|
114
|
+
GetOperatorAppInput = Shapes::StructureShape.new(name: 'GetOperatorAppInput')
|
|
115
|
+
GetOperatorAppOutput = Shapes::StructureShape.new(name: 'GetOperatorAppOutput')
|
|
116
|
+
GetRecommendationRequest = Shapes::StructureShape.new(name: 'GetRecommendationRequest')
|
|
117
|
+
GetRecommendationResponse = Shapes::StructureShape.new(name: 'GetRecommendationResponse')
|
|
118
|
+
GetServiceInput = Shapes::StructureShape.new(name: 'GetServiceInput')
|
|
119
|
+
GetServiceOutput = Shapes::StructureShape.new(name: 'GetServiceOutput')
|
|
120
|
+
GitHubConfiguration = Shapes::StructureShape.new(name: 'GitHubConfiguration')
|
|
121
|
+
GitLabConfiguration = Shapes::StructureShape.new(name: 'GitLabConfiguration')
|
|
122
|
+
GitLabDetails = Shapes::StructureShape.new(name: 'GitLabDetails')
|
|
123
|
+
GitLabDetailsTargetUrlString = Shapes::StringShape.new(name: 'GitLabDetailsTargetUrlString')
|
|
124
|
+
GitLabDetailsTokenValueString = Shapes::StringShape.new(name: 'GitLabDetailsTokenValueString')
|
|
125
|
+
GitLabTokenType = Shapes::StringShape.new(name: 'GitLabTokenType')
|
|
126
|
+
GithubRepoOwnerType = Shapes::StringShape.new(name: 'GithubRepoOwnerType')
|
|
127
|
+
Goal = Shapes::StructureShape.new(name: 'Goal')
|
|
128
|
+
GoalContent = Shapes::StructureShape.new(name: 'GoalContent')
|
|
129
|
+
GoalList = Shapes::ListShape.new(name: 'GoalList')
|
|
130
|
+
GoalSchedule = Shapes::StructureShape.new(name: 'GoalSchedule')
|
|
131
|
+
GoalScheduleInput = Shapes::StructureShape.new(name: 'GoalScheduleInput')
|
|
132
|
+
GoalStatus = Shapes::StringShape.new(name: 'GoalStatus')
|
|
133
|
+
GoalType = Shapes::StringShape.new(name: 'GoalType')
|
|
134
|
+
GrafanaServiceDetails = Shapes::StructureShape.new(name: 'GrafanaServiceDetails')
|
|
135
|
+
GrafanaServiceDetailsDescriptionString = Shapes::StringShape.new(name: 'GrafanaServiceDetailsDescriptionString')
|
|
136
|
+
GrafanaServiceDetailsEndpointString = Shapes::StringShape.new(name: 'GrafanaServiceDetailsEndpointString')
|
|
137
|
+
GrafanaServiceDetailsNameString = Shapes::StringShape.new(name: 'GrafanaServiceDetailsNameString')
|
|
138
|
+
Guid = Shapes::StringShape.new(name: 'Guid')
|
|
139
|
+
IamAuthConfiguration = Shapes::StructureShape.new(name: 'IamAuthConfiguration')
|
|
140
|
+
IdcAuthConfiguration = Shapes::StructureShape.new(name: 'IdcAuthConfiguration')
|
|
141
|
+
IdentityCenterServiceException = Shapes::StructureShape.new(name: 'IdentityCenterServiceException')
|
|
142
|
+
IdpAuthConfiguration = Shapes::StructureShape.new(name: 'IdpAuthConfiguration')
|
|
143
|
+
IdpClientId = Shapes::StringShape.new(name: 'IdpClientId')
|
|
144
|
+
IdpClientSecret = Shapes::StringShape.new(name: 'IdpClientSecret')
|
|
145
|
+
InitiateChatForCaseRequest = Shapes::StructureShape.new(name: 'InitiateChatForCaseRequest')
|
|
146
|
+
InitiateChatForCaseResponse = Shapes::StructureShape.new(name: 'InitiateChatForCaseResponse')
|
|
147
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
148
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
149
|
+
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
|
150
|
+
IpAddressOrDnsName = Shapes::StringShape.new(name: 'IpAddressOrDnsName')
|
|
151
|
+
IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
|
|
152
|
+
JournalRecord = Shapes::StructureShape.new(name: 'JournalRecord')
|
|
153
|
+
JournalRecordList = Shapes::ListShape.new(name: 'JournalRecordList')
|
|
154
|
+
JournalTimestamp = Shapes::TimestampShape.new(name: 'JournalTimestamp')
|
|
155
|
+
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
|
156
|
+
ListAgentSpacesInput = Shapes::StructureShape.new(name: 'ListAgentSpacesInput')
|
|
157
|
+
ListAgentSpacesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAgentSpacesInputMaxResultsInteger')
|
|
158
|
+
ListAgentSpacesOutput = Shapes::StructureShape.new(name: 'ListAgentSpacesOutput')
|
|
159
|
+
ListAssociationsInput = Shapes::StructureShape.new(name: 'ListAssociationsInput')
|
|
160
|
+
ListAssociationsInputFilterServiceTypesString = Shapes::StringShape.new(name: 'ListAssociationsInputFilterServiceTypesString')
|
|
161
|
+
ListAssociationsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAssociationsInputMaxResultsInteger')
|
|
162
|
+
ListAssociationsOutput = Shapes::StructureShape.new(name: 'ListAssociationsOutput')
|
|
163
|
+
ListBacklogTasksRequest = Shapes::StructureShape.new(name: 'ListBacklogTasksRequest')
|
|
164
|
+
ListBacklogTasksRequestLimitInteger = Shapes::IntegerShape.new(name: 'ListBacklogTasksRequestLimitInteger')
|
|
165
|
+
ListBacklogTasksResponse = Shapes::StructureShape.new(name: 'ListBacklogTasksResponse')
|
|
166
|
+
ListChatsRequest = Shapes::StructureShape.new(name: 'ListChatsRequest')
|
|
167
|
+
ListChatsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListChatsRequestMaxResultsInteger')
|
|
168
|
+
ListChatsResponse = Shapes::StructureShape.new(name: 'ListChatsResponse')
|
|
169
|
+
ListExecutionsRequest = Shapes::StructureShape.new(name: 'ListExecutionsRequest')
|
|
170
|
+
ListExecutionsResponse = Shapes::StructureShape.new(name: 'ListExecutionsResponse')
|
|
171
|
+
ListGoalsRequest = Shapes::StructureShape.new(name: 'ListGoalsRequest')
|
|
172
|
+
ListGoalsRequestLimitInteger = Shapes::IntegerShape.new(name: 'ListGoalsRequestLimitInteger')
|
|
173
|
+
ListGoalsResponse = Shapes::StructureShape.new(name: 'ListGoalsResponse')
|
|
174
|
+
ListJournalRecordsRequest = Shapes::StructureShape.new(name: 'ListJournalRecordsRequest')
|
|
175
|
+
ListJournalRecordsRequestLimitInteger = Shapes::IntegerShape.new(name: 'ListJournalRecordsRequestLimitInteger')
|
|
176
|
+
ListJournalRecordsResponse = Shapes::StructureShape.new(name: 'ListJournalRecordsResponse')
|
|
177
|
+
ListOfSecurityGroupIds = Shapes::ListShape.new(name: 'ListOfSecurityGroupIds')
|
|
178
|
+
ListOfSubnetIds = Shapes::ListShape.new(name: 'ListOfSubnetIds')
|
|
179
|
+
ListPendingMessagesRequest = Shapes::StructureShape.new(name: 'ListPendingMessagesRequest')
|
|
180
|
+
ListPendingMessagesResponse = Shapes::StructureShape.new(name: 'ListPendingMessagesResponse')
|
|
181
|
+
ListPrivateConnectionsInput = Shapes::StructureShape.new(name: 'ListPrivateConnectionsInput')
|
|
182
|
+
ListPrivateConnectionsOutput = Shapes::StructureShape.new(name: 'ListPrivateConnectionsOutput')
|
|
183
|
+
ListRecommendationsRequest = Shapes::StructureShape.new(name: 'ListRecommendationsRequest')
|
|
184
|
+
ListRecommendationsRequestLimitInteger = Shapes::IntegerShape.new(name: 'ListRecommendationsRequestLimitInteger')
|
|
185
|
+
ListRecommendationsResponse = Shapes::StructureShape.new(name: 'ListRecommendationsResponse')
|
|
186
|
+
ListServicesInput = Shapes::StructureShape.new(name: 'ListServicesInput')
|
|
187
|
+
ListServicesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListServicesInputMaxResultsInteger')
|
|
188
|
+
ListServicesOutput = Shapes::StructureShape.new(name: 'ListServicesOutput')
|
|
189
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
190
|
+
ListTagsForResourceRequestResourceArnString = Shapes::StringShape.new(name: 'ListTagsForResourceRequestResourceArnString')
|
|
191
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
192
|
+
ListWebhooksInput = Shapes::StructureShape.new(name: 'ListWebhooksInput')
|
|
193
|
+
ListWebhooksOutput = Shapes::StructureShape.new(name: 'ListWebhooksOutput')
|
|
194
|
+
Locale = Shapes::StringShape.new(name: 'Locale')
|
|
195
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
196
|
+
MCPServerAPIKeyConfig = Shapes::StructureShape.new(name: 'MCPServerAPIKeyConfig')
|
|
197
|
+
MCPServerAPIKeyConfigApiKeyHeaderString = Shapes::StringShape.new(name: 'MCPServerAPIKeyConfigApiKeyHeaderString')
|
|
198
|
+
MCPServerAPIKeyConfigApiKeyNameString = Shapes::StringShape.new(name: 'MCPServerAPIKeyConfigApiKeyNameString')
|
|
199
|
+
MCPServerAPIKeyConfigApiKeyValueString = Shapes::StringShape.new(name: 'MCPServerAPIKeyConfigApiKeyValueString')
|
|
200
|
+
MCPServerAuthorizationConfig = Shapes::UnionShape.new(name: 'MCPServerAuthorizationConfig')
|
|
201
|
+
MCPServerAuthorizationDiscoveryConfig = Shapes::StructureShape.new(name: 'MCPServerAuthorizationDiscoveryConfig')
|
|
202
|
+
MCPServerAuthorizationDiscoveryConfigReturnToEndpointString = Shapes::StringShape.new(name: 'MCPServerAuthorizationDiscoveryConfigReturnToEndpointString')
|
|
203
|
+
MCPServerAuthorizationMethod = Shapes::StringShape.new(name: 'MCPServerAuthorizationMethod')
|
|
204
|
+
MCPServerBearerTokenConfig = Shapes::StructureShape.new(name: 'MCPServerBearerTokenConfig')
|
|
205
|
+
MCPServerBearerTokenConfigAuthorizationHeaderString = Shapes::StringShape.new(name: 'MCPServerBearerTokenConfigAuthorizationHeaderString')
|
|
206
|
+
MCPServerBearerTokenConfigTokenNameString = Shapes::StringShape.new(name: 'MCPServerBearerTokenConfigTokenNameString')
|
|
207
|
+
MCPServerBearerTokenConfigTokenValueString = Shapes::StringShape.new(name: 'MCPServerBearerTokenConfigTokenValueString')
|
|
208
|
+
MCPServerDetails = Shapes::StructureShape.new(name: 'MCPServerDetails')
|
|
209
|
+
MCPServerDetailsDescriptionString = Shapes::StringShape.new(name: 'MCPServerDetailsDescriptionString')
|
|
210
|
+
MCPServerDetailsEndpointString = Shapes::StringShape.new(name: 'MCPServerDetailsEndpointString')
|
|
211
|
+
MCPServerDetailsNameString = Shapes::StringShape.new(name: 'MCPServerDetailsNameString')
|
|
212
|
+
MCPServerGrafanaConfiguration = Shapes::StructureShape.new(name: 'MCPServerGrafanaConfiguration')
|
|
213
|
+
MCPServerGrafanaConfigurationEndpointString = Shapes::StringShape.new(name: 'MCPServerGrafanaConfigurationEndpointString')
|
|
214
|
+
MCPServerGrafanaConfigurationOrganizationIdString = Shapes::StringShape.new(name: 'MCPServerGrafanaConfigurationOrganizationIdString')
|
|
215
|
+
MCPServerNewRelicConfiguration = Shapes::StructureShape.new(name: 'MCPServerNewRelicConfiguration')
|
|
216
|
+
MCPServerNewRelicConfigurationAccountIdString = Shapes::StringShape.new(name: 'MCPServerNewRelicConfigurationAccountIdString')
|
|
217
|
+
MCPServerNewRelicConfigurationEndpointString = Shapes::StringShape.new(name: 'MCPServerNewRelicConfigurationEndpointString')
|
|
218
|
+
MCPServerOAuth3LOConfig = Shapes::StructureShape.new(name: 'MCPServerOAuth3LOConfig')
|
|
219
|
+
MCPServerOAuth3LOConfigAuthorizationUrlString = Shapes::StringShape.new(name: 'MCPServerOAuth3LOConfigAuthorizationUrlString')
|
|
220
|
+
MCPServerOAuth3LOConfigClientNameString = Shapes::StringShape.new(name: 'MCPServerOAuth3LOConfigClientNameString')
|
|
221
|
+
MCPServerOAuth3LOConfigExchangeUrlString = Shapes::StringShape.new(name: 'MCPServerOAuth3LOConfigExchangeUrlString')
|
|
222
|
+
MCPServerOAuth3LOConfigReturnToEndpointString = Shapes::StringShape.new(name: 'MCPServerOAuth3LOConfigReturnToEndpointString')
|
|
223
|
+
MCPServerOAuthClientCredentialsConfig = Shapes::StructureShape.new(name: 'MCPServerOAuthClientCredentialsConfig')
|
|
224
|
+
MCPServerOAuthClientCredentialsConfigClientNameString = Shapes::StringShape.new(name: 'MCPServerOAuthClientCredentialsConfigClientNameString')
|
|
225
|
+
MCPServerOAuthClientCredentialsConfigExchangeUrlString = Shapes::StringShape.new(name: 'MCPServerOAuthClientCredentialsConfigExchangeUrlString')
|
|
226
|
+
MCPServerSigV4AuthorizationConfig = Shapes::StructureShape.new(name: 'MCPServerSigV4AuthorizationConfig')
|
|
227
|
+
MCPServerSigV4AuthorizationConfigServiceString = Shapes::StringShape.new(name: 'MCPServerSigV4AuthorizationConfigServiceString')
|
|
228
|
+
MCPServerSigV4ServiceDetails = Shapes::StructureShape.new(name: 'MCPServerSigV4ServiceDetails')
|
|
229
|
+
MCPServerSigV4ServiceDetailsDescriptionString = Shapes::StringShape.new(name: 'MCPServerSigV4ServiceDetailsDescriptionString')
|
|
230
|
+
MCPServerSigV4ServiceDetailsEndpointString = Shapes::StringShape.new(name: 'MCPServerSigV4ServiceDetailsEndpointString')
|
|
231
|
+
MCPServerSigV4ServiceDetailsNameString = Shapes::StringShape.new(name: 'MCPServerSigV4ServiceDetailsNameString')
|
|
232
|
+
MCPToolsList = Shapes::ListShape.new(name: 'MCPToolsList')
|
|
233
|
+
MCPToolsListMemberString = Shapes::StringShape.new(name: 'MCPToolsListMemberString')
|
|
234
|
+
MSTeamsChannel = Shapes::StructureShape.new(name: 'MSTeamsChannel')
|
|
235
|
+
MSTeamsConfiguration = Shapes::StructureShape.new(name: 'MSTeamsConfiguration')
|
|
236
|
+
MSTeamsTransmissionTarget = Shapes::StructureShape.new(name: 'MSTeamsTransmissionTarget')
|
|
237
|
+
MaxIpv4AddressesPerEni = Shapes::IntegerShape.new(name: 'MaxIpv4AddressesPerEni')
|
|
238
|
+
Message = Shapes::UnionShape.new(name: 'Message')
|
|
239
|
+
MessageContent = Shapes::StringShape.new(name: 'MessageContent')
|
|
240
|
+
MonitorAccountType = Shapes::StringShape.new(name: 'MonitorAccountType')
|
|
241
|
+
NewRelicAlertPolicyIds = Shapes::ListShape.new(name: 'NewRelicAlertPolicyIds')
|
|
242
|
+
NewRelicAlertPolicyIdsMemberString = Shapes::StringShape.new(name: 'NewRelicAlertPolicyIdsMemberString')
|
|
243
|
+
NewRelicApiKeyConfig = Shapes::StructureShape.new(name: 'NewRelicApiKeyConfig')
|
|
244
|
+
NewRelicApiKeyConfigAccountIdString = Shapes::StringShape.new(name: 'NewRelicApiKeyConfigAccountIdString')
|
|
245
|
+
NewRelicApiKeyConfigApiKeyString = Shapes::StringShape.new(name: 'NewRelicApiKeyConfigApiKeyString')
|
|
246
|
+
NewRelicApplicationIds = Shapes::ListShape.new(name: 'NewRelicApplicationIds')
|
|
247
|
+
NewRelicApplicationIdsMemberString = Shapes::StringShape.new(name: 'NewRelicApplicationIdsMemberString')
|
|
248
|
+
NewRelicEntityGuids = Shapes::ListShape.new(name: 'NewRelicEntityGuids')
|
|
249
|
+
NewRelicEntityGuidsMemberString = Shapes::StringShape.new(name: 'NewRelicEntityGuidsMemberString')
|
|
250
|
+
NewRelicRegion = Shapes::StringShape.new(name: 'NewRelicRegion')
|
|
251
|
+
NewRelicServiceAuthorizationConfig = Shapes::UnionShape.new(name: 'NewRelicServiceAuthorizationConfig')
|
|
252
|
+
NewRelicServiceDetails = Shapes::StructureShape.new(name: 'NewRelicServiceDetails')
|
|
253
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
254
|
+
OAuthAdditionalStepDetails = Shapes::StructureShape.new(name: 'OAuthAdditionalStepDetails')
|
|
255
|
+
OrderType = Shapes::StringShape.new(name: 'OrderType')
|
|
256
|
+
PagerDutyAuthorizationConfig = Shapes::UnionShape.new(name: 'PagerDutyAuthorizationConfig')
|
|
257
|
+
PagerDutyConfiguration = Shapes::StructureShape.new(name: 'PagerDutyConfiguration')
|
|
258
|
+
PagerDutyDetails = Shapes::StructureShape.new(name: 'PagerDutyDetails')
|
|
259
|
+
PagerDutyOAuthClientCredentialsConfig = Shapes::StructureShape.new(name: 'PagerDutyOAuthClientCredentialsConfig')
|
|
260
|
+
PagerDutyOAuthClientCredentialsConfigClientNameString = Shapes::StringShape.new(name: 'PagerDutyOAuthClientCredentialsConfigClientNameString')
|
|
261
|
+
PagerDutyScopes = Shapes::ListShape.new(name: 'PagerDutyScopes')
|
|
262
|
+
PagerDutyScopesList = Shapes::ListShape.new(name: 'PagerDutyScopesList')
|
|
263
|
+
PagerDutyServicesList = Shapes::ListShape.new(name: 'PagerDutyServicesList')
|
|
264
|
+
PendingMessage = Shapes::StructureShape.new(name: 'PendingMessage')
|
|
265
|
+
PendingMessages = Shapes::ListShape.new(name: 'PendingMessages')
|
|
266
|
+
PortRange = Shapes::StringShape.new(name: 'PortRange')
|
|
267
|
+
PortRanges = Shapes::ListShape.new(name: 'PortRanges')
|
|
268
|
+
PostRegisterServiceSupportedService = Shapes::StringShape.new(name: 'PostRegisterServiceSupportedService')
|
|
269
|
+
Priority = Shapes::StringShape.new(name: 'Priority')
|
|
270
|
+
PrivateConnectionMode = Shapes::UnionShape.new(name: 'PrivateConnectionMode')
|
|
271
|
+
PrivateConnectionName = Shapes::StringShape.new(name: 'PrivateConnectionName')
|
|
272
|
+
PrivateConnectionStatus = Shapes::StringShape.new(name: 'PrivateConnectionStatus')
|
|
273
|
+
PrivateConnectionSummary = Shapes::StructureShape.new(name: 'PrivateConnectionSummary')
|
|
274
|
+
PrivateConnectionSummaryList = Shapes::ListShape.new(name: 'PrivateConnectionSummaryList')
|
|
275
|
+
PrivateConnectionType = Shapes::StringShape.new(name: 'PrivateConnectionType')
|
|
276
|
+
Recommendation = Shapes::StructureShape.new(name: 'Recommendation')
|
|
277
|
+
RecommendationContent = Shapes::StructureShape.new(name: 'RecommendationContent')
|
|
278
|
+
RecommendationContentSpecString = Shapes::StringShape.new(name: 'RecommendationContentSpecString')
|
|
279
|
+
RecommendationList = Shapes::ListShape.new(name: 'RecommendationList')
|
|
280
|
+
RecommendationPriority = Shapes::StringShape.new(name: 'RecommendationPriority')
|
|
281
|
+
RecommendationStatus = Shapes::StringShape.new(name: 'RecommendationStatus')
|
|
282
|
+
ReferenceInput = Shapes::StructureShape.new(name: 'ReferenceInput')
|
|
283
|
+
ReferenceInputReferenceUrlString = Shapes::StringShape.new(name: 'ReferenceInputReferenceUrlString')
|
|
284
|
+
ReferenceInputSystemString = Shapes::StringShape.new(name: 'ReferenceInputSystemString')
|
|
285
|
+
ReferenceInputTitleString = Shapes::StringShape.new(name: 'ReferenceInputTitleString')
|
|
286
|
+
ReferenceOutput = Shapes::StructureShape.new(name: 'ReferenceOutput')
|
|
287
|
+
RegisterServiceInput = Shapes::StructureShape.new(name: 'RegisterServiceInput')
|
|
288
|
+
RegisterServiceOutput = Shapes::StructureShape.new(name: 'RegisterServiceOutput')
|
|
289
|
+
RegisteredAzureDevOpsServiceDetails = Shapes::StructureShape.new(name: 'RegisteredAzureDevOpsServiceDetails')
|
|
290
|
+
RegisteredAzureIdentityDetails = Shapes::StructureShape.new(name: 'RegisteredAzureIdentityDetails')
|
|
291
|
+
RegisteredGitLabServiceDetails = Shapes::StructureShape.new(name: 'RegisteredGitLabServiceDetails')
|
|
292
|
+
RegisteredGithubServiceDetails = Shapes::StructureShape.new(name: 'RegisteredGithubServiceDetails')
|
|
293
|
+
RegisteredGrafanaServerDetails = Shapes::StructureShape.new(name: 'RegisteredGrafanaServerDetails')
|
|
294
|
+
RegisteredGrafanaServerDetailsEndpointString = Shapes::StringShape.new(name: 'RegisteredGrafanaServerDetailsEndpointString')
|
|
295
|
+
RegisteredMCPServerDetails = Shapes::StructureShape.new(name: 'RegisteredMCPServerDetails')
|
|
296
|
+
RegisteredMCPServerSigV4Details = Shapes::StructureShape.new(name: 'RegisteredMCPServerSigV4Details')
|
|
297
|
+
RegisteredMCPServerSigV4DetailsDescriptionString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsDescriptionString')
|
|
298
|
+
RegisteredMCPServerSigV4DetailsEndpointString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsEndpointString')
|
|
299
|
+
RegisteredMCPServerSigV4DetailsNameString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsNameString')
|
|
300
|
+
RegisteredMCPServerSigV4DetailsServiceString = Shapes::StringShape.new(name: 'RegisteredMCPServerSigV4DetailsServiceString')
|
|
301
|
+
RegisteredNewRelicDetails = Shapes::StructureShape.new(name: 'RegisteredNewRelicDetails')
|
|
302
|
+
RegisteredPagerDutyDetails = Shapes::StructureShape.new(name: 'RegisteredPagerDutyDetails')
|
|
303
|
+
RegisteredService = Shapes::StructureShape.new(name: 'RegisteredService')
|
|
304
|
+
RegisteredServiceNowDetails = Shapes::StructureShape.new(name: 'RegisteredServiceNowDetails')
|
|
305
|
+
RegisteredServicesList = Shapes::ListShape.new(name: 'RegisteredServicesList')
|
|
306
|
+
RegisteredSlackServiceDetails = Shapes::StructureShape.new(name: 'RegisteredSlackServiceDetails')
|
|
307
|
+
ResourceConfigurationArn = Shapes::StringShape.new(name: 'ResourceConfigurationArn')
|
|
308
|
+
ResourceGatewayArn = Shapes::StringShape.new(name: 'ResourceGatewayArn')
|
|
309
|
+
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
|
310
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
311
|
+
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
312
|
+
SchedulerState = Shapes::StringShape.new(name: 'SchedulerState')
|
|
313
|
+
Scopes = Shapes::ListShape.new(name: 'Scopes')
|
|
314
|
+
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
|
315
|
+
SelfManagedInput = Shapes::StructureShape.new(name: 'SelfManagedInput')
|
|
316
|
+
SendMessageContentBlockDelta = Shapes::UnionShape.new(name: 'SendMessageContentBlockDelta')
|
|
317
|
+
SendMessageContentBlockDeltaEvent = Shapes::StructureShape.new(name: 'SendMessageContentBlockDeltaEvent')
|
|
318
|
+
SendMessageContentBlockStartEvent = Shapes::StructureShape.new(name: 'SendMessageContentBlockStartEvent')
|
|
319
|
+
SendMessageContentBlockStopEvent = Shapes::StructureShape.new(name: 'SendMessageContentBlockStopEvent')
|
|
320
|
+
SendMessageContext = Shapes::StructureShape.new(name: 'SendMessageContext')
|
|
321
|
+
SendMessageEvents = Shapes::StructureShape.new(name: 'SendMessageEvents')
|
|
322
|
+
SendMessageHeartbeatEvent = Shapes::StructureShape.new(name: 'SendMessageHeartbeatEvent')
|
|
323
|
+
SendMessageJsonDelta = Shapes::StructureShape.new(name: 'SendMessageJsonDelta')
|
|
324
|
+
SendMessageRequest = Shapes::StructureShape.new(name: 'SendMessageRequest')
|
|
325
|
+
SendMessageResponse = Shapes::StructureShape.new(name: 'SendMessageResponse')
|
|
326
|
+
SendMessageResponseCompletedEvent = Shapes::StructureShape.new(name: 'SendMessageResponseCompletedEvent')
|
|
327
|
+
SendMessageResponseCreatedEvent = Shapes::StructureShape.new(name: 'SendMessageResponseCreatedEvent')
|
|
328
|
+
SendMessageResponseFailedEvent = Shapes::StructureShape.new(name: 'SendMessageResponseFailedEvent')
|
|
329
|
+
SendMessageResponseInProgressEvent = Shapes::StructureShape.new(name: 'SendMessageResponseInProgressEvent')
|
|
330
|
+
SendMessageSummaryEvent = Shapes::StructureShape.new(name: 'SendMessageSummaryEvent')
|
|
331
|
+
SendMessageTextDelta = Shapes::StructureShape.new(name: 'SendMessageTextDelta')
|
|
332
|
+
SendMessageUsageInfo = Shapes::StructureShape.new(name: 'SendMessageUsageInfo')
|
|
333
|
+
Service = Shapes::StringShape.new(name: 'Service')
|
|
334
|
+
ServiceConfiguration = Shapes::UnionShape.new(name: 'ServiceConfiguration')
|
|
335
|
+
ServiceDetails = Shapes::UnionShape.new(name: 'ServiceDetails')
|
|
336
|
+
ServiceId = Shapes::StringShape.new(name: 'ServiceId')
|
|
337
|
+
ServiceManagedInput = Shapes::StructureShape.new(name: 'ServiceManagedInput')
|
|
338
|
+
ServiceName = Shapes::StringShape.new(name: 'ServiceName')
|
|
339
|
+
ServiceNowAuthenticationScopeList = Shapes::ListShape.new(name: 'ServiceNowAuthenticationScopeList')
|
|
340
|
+
ServiceNowConfiguration = Shapes::StructureShape.new(name: 'ServiceNowConfiguration')
|
|
341
|
+
ServiceNowInstanceUrl = Shapes::StringShape.new(name: 'ServiceNowInstanceUrl')
|
|
342
|
+
ServiceNowOAuthClientCredentialsConfig = Shapes::StructureShape.new(name: 'ServiceNowOAuthClientCredentialsConfig')
|
|
343
|
+
ServiceNowOAuthClientCredentialsConfigClientNameString = Shapes::StringShape.new(name: 'ServiceNowOAuthClientCredentialsConfigClientNameString')
|
|
344
|
+
ServiceNowServiceAuthorizationConfig = Shapes::UnionShape.new(name: 'ServiceNowServiceAuthorizationConfig')
|
|
345
|
+
ServiceNowServiceDetails = Shapes::StructureShape.new(name: 'ServiceNowServiceDetails')
|
|
346
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
347
|
+
SlackChannel = Shapes::StructureShape.new(name: 'SlackChannel')
|
|
348
|
+
SlackChannelChannelIdString = Shapes::StringShape.new(name: 'SlackChannelChannelIdString')
|
|
349
|
+
SlackConfiguration = Shapes::StructureShape.new(name: 'SlackConfiguration')
|
|
350
|
+
SlackConfigurationWorkspaceIdString = Shapes::StringShape.new(name: 'SlackConfigurationWorkspaceIdString')
|
|
351
|
+
SlackTransmissionTarget = Shapes::StructureShape.new(name: 'SlackTransmissionTarget')
|
|
352
|
+
SourceAccountType = Shapes::StringShape.new(name: 'SourceAccountType')
|
|
353
|
+
SourceAwsConfiguration = Shapes::StructureShape.new(name: 'SourceAwsConfiguration')
|
|
354
|
+
SourceAwsConfigurationAccountIdString = Shapes::StringShape.new(name: 'SourceAwsConfigurationAccountIdString')
|
|
355
|
+
String = Shapes::StringShape.new(name: 'String')
|
|
356
|
+
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
357
|
+
SupportLevel = Shapes::StructureShape.new(name: 'SupportLevel')
|
|
358
|
+
SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
|
|
359
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
360
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
361
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
|
362
|
+
TagResourceRequestResourceArnString = Shapes::StringShape.new(name: 'TagResourceRequestResourceArnString')
|
|
363
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
|
364
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
365
|
+
Tags = Shapes::MapShape.new(name: 'Tags')
|
|
366
|
+
Task = Shapes::StructureShape.new(name: 'Task')
|
|
367
|
+
TaskFilter = Shapes::StructureShape.new(name: 'TaskFilter')
|
|
368
|
+
TaskFilterPriorityList = Shapes::ListShape.new(name: 'TaskFilterPriorityList')
|
|
369
|
+
TaskFilterStatusList = Shapes::ListShape.new(name: 'TaskFilterStatusList')
|
|
370
|
+
TaskFilterTaskTypeList = Shapes::ListShape.new(name: 'TaskFilterTaskTypeList')
|
|
371
|
+
TaskList = Shapes::ListShape.new(name: 'TaskList')
|
|
372
|
+
TaskSortField = Shapes::StringShape.new(name: 'TaskSortField')
|
|
373
|
+
TaskSortOrder = Shapes::StringShape.new(name: 'TaskSortOrder')
|
|
374
|
+
TaskStatus = Shapes::StringShape.new(name: 'TaskStatus')
|
|
375
|
+
TaskType = Shapes::StringShape.new(name: 'TaskType')
|
|
376
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
377
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
378
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
379
|
+
UntagResourceRequestResourceArnString = Shapes::StringShape.new(name: 'UntagResourceRequestResourceArnString')
|
|
380
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
381
|
+
UpdateAgentSpaceInput = Shapes::StructureShape.new(name: 'UpdateAgentSpaceInput')
|
|
382
|
+
UpdateAgentSpaceOutput = Shapes::StructureShape.new(name: 'UpdateAgentSpaceOutput')
|
|
383
|
+
UpdateAssociationInput = Shapes::StructureShape.new(name: 'UpdateAssociationInput')
|
|
384
|
+
UpdateAssociationOutput = Shapes::StructureShape.new(name: 'UpdateAssociationOutput')
|
|
385
|
+
UpdateBacklogTaskRequest = Shapes::StructureShape.new(name: 'UpdateBacklogTaskRequest')
|
|
386
|
+
UpdateBacklogTaskResponse = Shapes::StructureShape.new(name: 'UpdateBacklogTaskResponse')
|
|
387
|
+
UpdateGoalRequest = Shapes::StructureShape.new(name: 'UpdateGoalRequest')
|
|
388
|
+
UpdateGoalResponse = Shapes::StructureShape.new(name: 'UpdateGoalResponse')
|
|
389
|
+
UpdateOperatorAppIdpConfigInput = Shapes::StructureShape.new(name: 'UpdateOperatorAppIdpConfigInput')
|
|
390
|
+
UpdateOperatorAppIdpConfigOutput = Shapes::StructureShape.new(name: 'UpdateOperatorAppIdpConfigOutput')
|
|
391
|
+
UpdatePrivateConnectionCertificateInput = Shapes::StructureShape.new(name: 'UpdatePrivateConnectionCertificateInput')
|
|
392
|
+
UpdatePrivateConnectionCertificateOutput = Shapes::StructureShape.new(name: 'UpdatePrivateConnectionCertificateOutput')
|
|
393
|
+
UpdateRecommendationRequest = Shapes::StructureShape.new(name: 'UpdateRecommendationRequest')
|
|
394
|
+
UpdateRecommendationResponse = Shapes::StructureShape.new(name: 'UpdateRecommendationResponse')
|
|
395
|
+
UsageMetric = Shapes::StructureShape.new(name: 'UsageMetric')
|
|
396
|
+
UserMessage = Shapes::ListShape.new(name: 'UserMessage')
|
|
397
|
+
UserMessageBlock = Shapes::UnionShape.new(name: 'UserMessageBlock')
|
|
398
|
+
UserReference = Shapes::StructureShape.new(name: 'UserReference')
|
|
399
|
+
UserType = Shapes::StringShape.new(name: 'UserType')
|
|
400
|
+
ValidateAwsAssociationsInput = Shapes::StructureShape.new(name: 'ValidateAwsAssociationsInput')
|
|
401
|
+
ValidateAwsAssociationsOutput = Shapes::StructureShape.new(name: 'ValidateAwsAssociationsOutput')
|
|
402
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
403
|
+
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
|
404
|
+
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
|
405
|
+
ValidationStatus = Shapes::StringShape.new(name: 'ValidationStatus')
|
|
406
|
+
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
|
407
|
+
WebIdentityTokenAudienceList = Shapes::ListShape.new(name: 'WebIdentityTokenAudienceList')
|
|
408
|
+
Webhook = Shapes::StructureShape.new(name: 'Webhook')
|
|
409
|
+
WebhookSecret = Shapes::StringShape.new(name: 'WebhookSecret')
|
|
410
|
+
WebhookType = Shapes::StringShape.new(name: 'WebhookType')
|
|
411
|
+
WebhookWebhookIdString = Shapes::StringShape.new(name: 'WebhookWebhookIdString')
|
|
412
|
+
WebhookWebhookUrlString = Shapes::StringShape.new(name: 'WebhookWebhookUrlString')
|
|
413
|
+
WebhooksList = Shapes::ListShape.new(name: 'WebhooksList')
|
|
414
|
+
|
|
415
|
+
AWSConfiguration.add_member(:assumable_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "assumableRoleArn"))
|
|
416
|
+
AWSConfiguration.add_member(:account_id, Shapes::ShapeRef.new(shape: AWSConfigurationAccountIdString, required: true, location_name: "accountId"))
|
|
417
|
+
AWSConfiguration.add_member(:account_type, Shapes::ShapeRef.new(shape: MonitorAccountType, required: true, location_name: "accountType"))
|
|
418
|
+
AWSConfiguration.struct_class = Types::AWSConfiguration
|
|
419
|
+
|
|
420
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
421
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
422
|
+
|
|
423
|
+
AdditionalServiceDetails.add_member(:github, Shapes::ShapeRef.new(shape: RegisteredGithubServiceDetails, location_name: "github"))
|
|
424
|
+
AdditionalServiceDetails.add_member(:slack, Shapes::ShapeRef.new(shape: RegisteredSlackServiceDetails, location_name: "slack"))
|
|
425
|
+
AdditionalServiceDetails.add_member(:mcpserverdatadog, Shapes::ShapeRef.new(shape: RegisteredMCPServerDetails, location_name: "mcpserverdatadog"))
|
|
426
|
+
AdditionalServiceDetails.add_member(:mcpserver, Shapes::ShapeRef.new(shape: RegisteredMCPServerDetails, location_name: "mcpserver"))
|
|
427
|
+
AdditionalServiceDetails.add_member(:servicenow, Shapes::ShapeRef.new(shape: RegisteredServiceNowDetails, location_name: "servicenow"))
|
|
428
|
+
AdditionalServiceDetails.add_member(:gitlab, Shapes::ShapeRef.new(shape: RegisteredGitLabServiceDetails, location_name: "gitlab"))
|
|
429
|
+
AdditionalServiceDetails.add_member(:mcpserversplunk, Shapes::ShapeRef.new(shape: RegisteredMCPServerDetails, location_name: "mcpserversplunk"))
|
|
430
|
+
AdditionalServiceDetails.add_member(:mcpservernewrelic, Shapes::ShapeRef.new(shape: RegisteredNewRelicDetails, location_name: "mcpservernewrelic"))
|
|
431
|
+
AdditionalServiceDetails.add_member(:azuredevops, Shapes::ShapeRef.new(shape: RegisteredAzureDevOpsServiceDetails, location_name: "azuredevops"))
|
|
432
|
+
AdditionalServiceDetails.add_member(:azureidentity, Shapes::ShapeRef.new(shape: RegisteredAzureIdentityDetails, location_name: "azureidentity"))
|
|
433
|
+
AdditionalServiceDetails.add_member(:mcpservergrafana, Shapes::ShapeRef.new(shape: RegisteredGrafanaServerDetails, location_name: "mcpservergrafana"))
|
|
434
|
+
AdditionalServiceDetails.add_member(:pagerduty, Shapes::ShapeRef.new(shape: RegisteredPagerDutyDetails, location_name: "pagerduty"))
|
|
435
|
+
AdditionalServiceDetails.add_member(:mcpserversigv4, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4Details, location_name: "mcpserversigv4"))
|
|
436
|
+
AdditionalServiceDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
437
|
+
AdditionalServiceDetails.add_member_subclass(:github, Types::AdditionalServiceDetails::Github)
|
|
438
|
+
AdditionalServiceDetails.add_member_subclass(:slack, Types::AdditionalServiceDetails::Slack)
|
|
439
|
+
AdditionalServiceDetails.add_member_subclass(:mcpserverdatadog, Types::AdditionalServiceDetails::Mcpserverdatadog)
|
|
440
|
+
AdditionalServiceDetails.add_member_subclass(:mcpserver, Types::AdditionalServiceDetails::Mcpserver)
|
|
441
|
+
AdditionalServiceDetails.add_member_subclass(:servicenow, Types::AdditionalServiceDetails::Servicenow)
|
|
442
|
+
AdditionalServiceDetails.add_member_subclass(:gitlab, Types::AdditionalServiceDetails::Gitlab)
|
|
443
|
+
AdditionalServiceDetails.add_member_subclass(:mcpserversplunk, Types::AdditionalServiceDetails::Mcpserversplunk)
|
|
444
|
+
AdditionalServiceDetails.add_member_subclass(:mcpservernewrelic, Types::AdditionalServiceDetails::Mcpservernewrelic)
|
|
445
|
+
AdditionalServiceDetails.add_member_subclass(:azuredevops, Types::AdditionalServiceDetails::Azuredevops)
|
|
446
|
+
AdditionalServiceDetails.add_member_subclass(:azureidentity, Types::AdditionalServiceDetails::Azureidentity)
|
|
447
|
+
AdditionalServiceDetails.add_member_subclass(:mcpservergrafana, Types::AdditionalServiceDetails::Mcpservergrafana)
|
|
448
|
+
AdditionalServiceDetails.add_member_subclass(:pagerduty, Types::AdditionalServiceDetails::Pagerduty)
|
|
449
|
+
AdditionalServiceDetails.add_member_subclass(:mcpserversigv4, Types::AdditionalServiceDetails::Mcpserversigv4)
|
|
450
|
+
AdditionalServiceDetails.add_member_subclass(:unknown, Types::AdditionalServiceDetails::Unknown)
|
|
451
|
+
AdditionalServiceDetails.struct_class = Types::AdditionalServiceDetails
|
|
452
|
+
|
|
453
|
+
AdditionalServiceRegistrationStep.add_member(:oauth, Shapes::ShapeRef.new(shape: OAuthAdditionalStepDetails, location_name: "oauth"))
|
|
454
|
+
AdditionalServiceRegistrationStep.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
455
|
+
AdditionalServiceRegistrationStep.add_member_subclass(:oauth, Types::AdditionalServiceRegistrationStep::Oauth)
|
|
456
|
+
AdditionalServiceRegistrationStep.add_member_subclass(:unknown, Types::AdditionalServiceRegistrationStep::Unknown)
|
|
457
|
+
AdditionalServiceRegistrationStep.struct_class = Types::AdditionalServiceRegistrationStep
|
|
458
|
+
|
|
459
|
+
AgentSpace.add_member(:name, Shapes::ShapeRef.new(shape: AgentSpaceName, required: true, location_name: "name"))
|
|
460
|
+
AgentSpace.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
461
|
+
AgentSpace.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, location_name: "locale"))
|
|
462
|
+
AgentSpace.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
463
|
+
AgentSpace.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
464
|
+
AgentSpace.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
465
|
+
AgentSpace.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
|
|
466
|
+
AgentSpace.struct_class = Types::AgentSpace
|
|
467
|
+
|
|
468
|
+
AgentSpaceList.member = Shapes::ShapeRef.new(shape: AgentSpace)
|
|
469
|
+
|
|
470
|
+
AllowVendedLogDeliveryForResourceInput.add_member(:resource_arn_being_authorized, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceArnBeingAuthorized"))
|
|
471
|
+
AllowVendedLogDeliveryForResourceInput.add_member(:delivery_source_arn, Shapes::ShapeRef.new(shape: AllowVendedLogDeliveryForResourceInputDeliverySourceArnString, required: true, location_name: "deliverySourceArn"))
|
|
472
|
+
AllowVendedLogDeliveryForResourceInput.add_member(:log_type, Shapes::ShapeRef.new(shape: String, location_name: "logType"))
|
|
473
|
+
AllowVendedLogDeliveryForResourceInput.struct_class = Types::AllowVendedLogDeliveryForResourceInput
|
|
474
|
+
|
|
475
|
+
AllowVendedLogDeliveryForResourceOutput.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
476
|
+
AllowVendedLogDeliveryForResourceOutput.struct_class = Types::AllowVendedLogDeliveryForResourceOutput
|
|
477
|
+
|
|
478
|
+
AssistantMessage.member = Shapes::ShapeRef.new(shape: AssistantMessageBlock)
|
|
479
|
+
|
|
480
|
+
AssistantMessageBlock.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
|
|
481
|
+
AssistantMessageBlock.add_member(:tool_use, Shapes::ShapeRef.new(shape: Document, location_name: "toolUse"))
|
|
482
|
+
AssistantMessageBlock.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
483
|
+
AssistantMessageBlock.add_member_subclass(:text, Types::AssistantMessageBlock::Text)
|
|
484
|
+
AssistantMessageBlock.add_member_subclass(:tool_use, Types::AssistantMessageBlock::ToolUse)
|
|
485
|
+
AssistantMessageBlock.add_member_subclass(:unknown, Types::AssistantMessageBlock::Unknown)
|
|
486
|
+
AssistantMessageBlock.struct_class = Types::AssistantMessageBlock
|
|
487
|
+
|
|
488
|
+
AssociateServiceInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
489
|
+
AssociateServiceInput.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "serviceId"))
|
|
490
|
+
AssociateServiceInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ServiceConfiguration, required: true, location_name: "configuration"))
|
|
491
|
+
AssociateServiceInput.struct_class = Types::AssociateServiceInput
|
|
492
|
+
|
|
493
|
+
AssociateServiceOutput.add_member(:association, Shapes::ShapeRef.new(shape: Association, required: true, location_name: "association"))
|
|
494
|
+
AssociateServiceOutput.add_member(:webhook, Shapes::ShapeRef.new(shape: GenericWebhook, location_name: "webhook"))
|
|
495
|
+
AssociateServiceOutput.struct_class = Types::AssociateServiceOutput
|
|
496
|
+
|
|
497
|
+
Association.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
|
|
498
|
+
Association.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
499
|
+
Association.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
500
|
+
Association.add_member(:status, Shapes::ShapeRef.new(shape: ValidationStatus, location_name: "status"))
|
|
501
|
+
Association.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location_name: "associationId"))
|
|
502
|
+
Association.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "serviceId"))
|
|
503
|
+
Association.add_member(:configuration, Shapes::ShapeRef.new(shape: ServiceConfiguration, required: true, location_name: "configuration"))
|
|
504
|
+
Association.struct_class = Types::Association
|
|
505
|
+
|
|
506
|
+
AssociationsList.member = Shapes::ShapeRef.new(shape: Association)
|
|
507
|
+
|
|
508
|
+
AzureConfiguration.add_member(:subscription_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "subscriptionId"))
|
|
509
|
+
AzureConfiguration.struct_class = Types::AzureConfiguration
|
|
510
|
+
|
|
511
|
+
AzureDevOpsConfiguration.add_member(:organization_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "organizationName"))
|
|
512
|
+
AzureDevOpsConfiguration.add_member(:project_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectId"))
|
|
513
|
+
AzureDevOpsConfiguration.add_member(:project_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectName"))
|
|
514
|
+
AzureDevOpsConfiguration.struct_class = Types::AzureDevOpsConfiguration
|
|
515
|
+
|
|
516
|
+
ChatExecution.add_member(:execution_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "executionId"))
|
|
517
|
+
ChatExecution.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
518
|
+
ChatExecution.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
519
|
+
ChatExecution.add_member(:summary, Shapes::ShapeRef.new(shape: String, location_name: "summary"))
|
|
520
|
+
ChatExecution.struct_class = Types::ChatExecution
|
|
521
|
+
|
|
522
|
+
ChatExecutionList.member = Shapes::ShapeRef.new(shape: ChatExecution)
|
|
523
|
+
|
|
524
|
+
ChatParticipantConnection.add_member(:initial_contact_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "initialContactId"))
|
|
525
|
+
ChatParticipantConnection.add_member(:participant_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "participantId"))
|
|
526
|
+
ChatParticipantConnection.add_member(:participant_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "participantToken"))
|
|
527
|
+
ChatParticipantConnection.struct_class = Types::ChatParticipantConnection
|
|
528
|
+
|
|
529
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
530
|
+
ConflictException.struct_class = Types::ConflictException
|
|
531
|
+
|
|
532
|
+
ContentSizeExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
533
|
+
ContentSizeExceededException.struct_class = Types::ContentSizeExceededException
|
|
534
|
+
|
|
535
|
+
CreateAgentSpaceInput.add_member(:name, Shapes::ShapeRef.new(shape: AgentSpaceName, required: true, location_name: "name"))
|
|
536
|
+
CreateAgentSpaceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
537
|
+
CreateAgentSpaceInput.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, location_name: "locale"))
|
|
538
|
+
CreateAgentSpaceInput.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
539
|
+
CreateAgentSpaceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateAgentSpaceInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
540
|
+
CreateAgentSpaceInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
541
|
+
CreateAgentSpaceInput.struct_class = Types::CreateAgentSpaceInput
|
|
542
|
+
|
|
543
|
+
CreateAgentSpaceOutput.add_member(:agent_space, Shapes::ShapeRef.new(shape: AgentSpace, required: true, location_name: "agentSpace"))
|
|
544
|
+
CreateAgentSpaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
545
|
+
CreateAgentSpaceOutput.struct_class = Types::CreateAgentSpaceOutput
|
|
546
|
+
|
|
547
|
+
CreateBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
548
|
+
CreateBacklogTaskRequest.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceInput, location_name: "reference"))
|
|
549
|
+
CreateBacklogTaskRequest.add_member(:task_type, Shapes::ShapeRef.new(shape: TaskType, required: true, location_name: "taskType"))
|
|
550
|
+
CreateBacklogTaskRequest.add_member(:title, Shapes::ShapeRef.new(shape: BacklogTaskTitle, required: true, location_name: "title"))
|
|
551
|
+
CreateBacklogTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: BacklogTaskDescription, location_name: "description"))
|
|
552
|
+
CreateBacklogTaskRequest.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
|
553
|
+
CreateBacklogTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
554
|
+
CreateBacklogTaskRequest.struct_class = Types::CreateBacklogTaskRequest
|
|
555
|
+
|
|
556
|
+
CreateBacklogTaskResponse.add_member(:task, Shapes::ShapeRef.new(shape: Task, required: true, location_name: "task"))
|
|
557
|
+
CreateBacklogTaskResponse.struct_class = Types::CreateBacklogTaskResponse
|
|
558
|
+
|
|
559
|
+
CreateChatRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
560
|
+
CreateChatRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "querystring", location_name: "userId"))
|
|
561
|
+
CreateChatRequest.add_member(:user_type, Shapes::ShapeRef.new(shape: UserType, location: "querystring", location_name: "userType"))
|
|
562
|
+
CreateChatRequest.struct_class = Types::CreateChatRequest
|
|
563
|
+
|
|
564
|
+
CreateChatResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "executionId"))
|
|
565
|
+
CreateChatResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
566
|
+
CreateChatResponse.struct_class = Types::CreateChatResponse
|
|
567
|
+
|
|
568
|
+
CreatePrivateConnectionInput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "name"))
|
|
569
|
+
CreatePrivateConnectionInput.add_member(:mode, Shapes::ShapeRef.new(shape: PrivateConnectionMode, required: true, location_name: "mode"))
|
|
570
|
+
CreatePrivateConnectionInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
571
|
+
CreatePrivateConnectionInput.struct_class = Types::CreatePrivateConnectionInput
|
|
572
|
+
|
|
573
|
+
CreatePrivateConnectionOutput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "name"))
|
|
574
|
+
CreatePrivateConnectionOutput.add_member(:type, Shapes::ShapeRef.new(shape: PrivateConnectionType, required: true, location_name: "type"))
|
|
575
|
+
CreatePrivateConnectionOutput.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "resourceGatewayId"))
|
|
576
|
+
CreatePrivateConnectionOutput.add_member(:host_address, Shapes::ShapeRef.new(shape: IpAddressOrDnsName, location_name: "hostAddress"))
|
|
577
|
+
CreatePrivateConnectionOutput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
|
578
|
+
CreatePrivateConnectionOutput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationId"))
|
|
579
|
+
CreatePrivateConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
|
|
580
|
+
CreatePrivateConnectionOutput.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
|
|
581
|
+
CreatePrivateConnectionOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
582
|
+
CreatePrivateConnectionOutput.struct_class = Types::CreatePrivateConnectionOutput
|
|
583
|
+
|
|
584
|
+
DatadogAuthorizationConfig.add_member(:authorization_discovery, Shapes::ShapeRef.new(shape: MCPServerAuthorizationDiscoveryConfig, location_name: "authorizationDiscovery"))
|
|
585
|
+
DatadogAuthorizationConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
586
|
+
DatadogAuthorizationConfig.add_member_subclass(:authorization_discovery, Types::DatadogAuthorizationConfig::AuthorizationDiscovery)
|
|
587
|
+
DatadogAuthorizationConfig.add_member_subclass(:unknown, Types::DatadogAuthorizationConfig::Unknown)
|
|
588
|
+
DatadogAuthorizationConfig.struct_class = Types::DatadogAuthorizationConfig
|
|
589
|
+
|
|
590
|
+
DatadogServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: DatadogServiceDetailsNameString, required: true, location_name: "name"))
|
|
591
|
+
DatadogServiceDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: DatadogServiceDetailsEndpointString, required: true, location_name: "endpoint"))
|
|
592
|
+
DatadogServiceDetails.add_member(:description, Shapes::ShapeRef.new(shape: DatadogServiceDetailsDescriptionString, location_name: "description"))
|
|
593
|
+
DatadogServiceDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: DatadogAuthorizationConfig, required: true, location_name: "authorizationConfig"))
|
|
594
|
+
DatadogServiceDetails.struct_class = Types::DatadogServiceDetails
|
|
595
|
+
|
|
596
|
+
DeleteAgentSpaceInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
597
|
+
DeleteAgentSpaceInput.struct_class = Types::DeleteAgentSpaceInput
|
|
598
|
+
|
|
599
|
+
DeleteAgentSpaceOutput.struct_class = Types::DeleteAgentSpaceOutput
|
|
600
|
+
|
|
601
|
+
DeletePrivateConnectionInput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location: "uri", location_name: "name"))
|
|
602
|
+
DeletePrivateConnectionInput.struct_class = Types::DeletePrivateConnectionInput
|
|
603
|
+
|
|
604
|
+
DeletePrivateConnectionOutput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "name"))
|
|
605
|
+
DeletePrivateConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
|
|
606
|
+
DeletePrivateConnectionOutput.struct_class = Types::DeletePrivateConnectionOutput
|
|
607
|
+
|
|
608
|
+
DeregisterServiceInput.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location: "uri", location_name: "serviceId"))
|
|
609
|
+
DeregisterServiceInput.struct_class = Types::DeregisterServiceInput
|
|
610
|
+
|
|
611
|
+
DeregisterServiceOutput.struct_class = Types::DeregisterServiceOutput
|
|
612
|
+
|
|
613
|
+
DescribePrivateConnectionInput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location: "uri", location_name: "name"))
|
|
614
|
+
DescribePrivateConnectionInput.struct_class = Types::DescribePrivateConnectionInput
|
|
615
|
+
|
|
616
|
+
DescribePrivateConnectionOutput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "name"))
|
|
617
|
+
DescribePrivateConnectionOutput.add_member(:type, Shapes::ShapeRef.new(shape: PrivateConnectionType, required: true, location_name: "type"))
|
|
618
|
+
DescribePrivateConnectionOutput.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "resourceGatewayId"))
|
|
619
|
+
DescribePrivateConnectionOutput.add_member(:host_address, Shapes::ShapeRef.new(shape: IpAddressOrDnsName, location_name: "hostAddress"))
|
|
620
|
+
DescribePrivateConnectionOutput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
|
621
|
+
DescribePrivateConnectionOutput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationId"))
|
|
622
|
+
DescribePrivateConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
|
|
623
|
+
DescribePrivateConnectionOutput.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
|
|
624
|
+
DescribePrivateConnectionOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
625
|
+
DescribePrivateConnectionOutput.struct_class = Types::DescribePrivateConnectionOutput
|
|
626
|
+
|
|
627
|
+
DescribeSupportLevelRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
628
|
+
DescribeSupportLevelRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "taskId"))
|
|
629
|
+
DescribeSupportLevelRequest.struct_class = Types::DescribeSupportLevelRequest
|
|
630
|
+
|
|
631
|
+
DescribeSupportLevelResponse.add_member(:support_level, Shapes::ShapeRef.new(shape: SupportLevel, required: true, location_name: "supportLevel"))
|
|
632
|
+
DescribeSupportLevelResponse.add_member(:mosaic_support_level, Shapes::ShapeRef.new(shape: SupportLevel, location_name: "mosaicSupportLevel"))
|
|
633
|
+
DescribeSupportLevelResponse.add_member(:active_subscription, Shapes::ShapeRef.new(shape: Boolean, location_name: "activeSubscription"))
|
|
634
|
+
DescribeSupportLevelResponse.struct_class = Types::DescribeSupportLevelResponse
|
|
635
|
+
|
|
636
|
+
DisableOperatorAppInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
637
|
+
DisableOperatorAppInput.add_member(:auth_flow, Shapes::ShapeRef.new(shape: AuthFlow, location: "header", location_name: "x-amzn-app-auth-flow"))
|
|
638
|
+
DisableOperatorAppInput.struct_class = Types::DisableOperatorAppInput
|
|
639
|
+
|
|
640
|
+
DisassociateServiceInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
641
|
+
DisassociateServiceInput.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "associationId"))
|
|
642
|
+
DisassociateServiceInput.struct_class = Types::DisassociateServiceInput
|
|
643
|
+
|
|
644
|
+
DisassociateServiceOutput.struct_class = Types::DisassociateServiceOutput
|
|
645
|
+
|
|
646
|
+
DocumentList.member = Shapes::ShapeRef.new(shape: Document)
|
|
647
|
+
|
|
648
|
+
DynatraceConfiguration.add_member(:env_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "envId"))
|
|
649
|
+
DynatraceConfiguration.add_member(:resources, Shapes::ShapeRef.new(shape: DynatraceResourceList, location_name: "resources"))
|
|
650
|
+
DynatraceConfiguration.struct_class = Types::DynatraceConfiguration
|
|
651
|
+
|
|
652
|
+
DynatraceOAuthClientCredentialsConfig.add_member(:client_name, Shapes::ShapeRef.new(shape: DynatraceOAuthClientCredentialsConfigClientNameString, location_name: "clientName"))
|
|
653
|
+
DynatraceOAuthClientCredentialsConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
|
|
654
|
+
DynatraceOAuthClientCredentialsConfig.add_member(:exchange_parameters, Shapes::ShapeRef.new(shape: ExchangeParameters, location_name: "exchangeParameters"))
|
|
655
|
+
DynatraceOAuthClientCredentialsConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
|
|
656
|
+
DynatraceOAuthClientCredentialsConfig.struct_class = Types::DynatraceOAuthClientCredentialsConfig
|
|
657
|
+
|
|
658
|
+
DynatraceResourceList.member = Shapes::ShapeRef.new(shape: String)
|
|
659
|
+
|
|
660
|
+
DynatraceServiceAuthorizationConfig.add_member(:o_auth_client_credentials, Shapes::ShapeRef.new(shape: DynatraceOAuthClientCredentialsConfig, location_name: "oAuthClientCredentials"))
|
|
661
|
+
DynatraceServiceAuthorizationConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
662
|
+
DynatraceServiceAuthorizationConfig.add_member_subclass(:o_auth_client_credentials, Types::DynatraceServiceAuthorizationConfig::OAuthClientCredentials)
|
|
663
|
+
DynatraceServiceAuthorizationConfig.add_member_subclass(:unknown, Types::DynatraceServiceAuthorizationConfig::Unknown)
|
|
664
|
+
DynatraceServiceAuthorizationConfig.struct_class = Types::DynatraceServiceAuthorizationConfig
|
|
665
|
+
|
|
666
|
+
DynatraceServiceDetails.add_member(:account_urn, Shapes::ShapeRef.new(shape: DynatraceServiceDetailsAccountUrnString, required: true, location_name: "accountUrn"))
|
|
667
|
+
DynatraceServiceDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: DynatraceServiceAuthorizationConfig, location_name: "authorizationConfig"))
|
|
668
|
+
DynatraceServiceDetails.struct_class = Types::DynatraceServiceDetails
|
|
669
|
+
|
|
670
|
+
EnableOperatorAppInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
671
|
+
EnableOperatorAppInput.add_member(:auth_flow, Shapes::ShapeRef.new(shape: AuthFlow, required: true, location_name: "authFlow"))
|
|
672
|
+
EnableOperatorAppInput.add_member(:operator_app_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "operatorAppRoleArn"))
|
|
673
|
+
EnableOperatorAppInput.add_member(:idc_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "idcInstanceArn"))
|
|
674
|
+
EnableOperatorAppInput.add_member(:issuer_url, Shapes::ShapeRef.new(shape: String, location_name: "issuerUrl"))
|
|
675
|
+
EnableOperatorAppInput.add_member(:idp_client_id, Shapes::ShapeRef.new(shape: IdpClientId, location_name: "idpClientId"))
|
|
676
|
+
EnableOperatorAppInput.add_member(:idp_client_secret, Shapes::ShapeRef.new(shape: IdpClientSecret, location_name: "idpClientSecret"))
|
|
677
|
+
EnableOperatorAppInput.add_member(:provider, Shapes::ShapeRef.new(shape: String, location_name: "provider"))
|
|
678
|
+
EnableOperatorAppInput.struct_class = Types::EnableOperatorAppInput
|
|
679
|
+
|
|
680
|
+
EnableOperatorAppOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
|
|
681
|
+
EnableOperatorAppOutput.add_member(:iam, Shapes::ShapeRef.new(shape: IamAuthConfiguration, location_name: "iam"))
|
|
682
|
+
EnableOperatorAppOutput.add_member(:idc, Shapes::ShapeRef.new(shape: IdcAuthConfiguration, location_name: "idc"))
|
|
683
|
+
EnableOperatorAppOutput.add_member(:idp, Shapes::ShapeRef.new(shape: IdpAuthConfiguration, location_name: "idp"))
|
|
684
|
+
EnableOperatorAppOutput.struct_class = Types::EnableOperatorAppOutput
|
|
685
|
+
|
|
686
|
+
EndChatForCaseRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
687
|
+
EndChatForCaseRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "taskId"))
|
|
688
|
+
EndChatForCaseRequest.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
|
|
689
|
+
EndChatForCaseRequest.add_member(:requester, Shapes::ShapeRef.new(shape: String, location_name: "requester"))
|
|
690
|
+
EndChatForCaseRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
691
|
+
EndChatForCaseRequest.struct_class = Types::EndChatForCaseRequest
|
|
692
|
+
|
|
693
|
+
EndChatForCaseResponse.add_member(:is_disconnected, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isDisconnected"))
|
|
694
|
+
EndChatForCaseResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: String, location_name: "executionId"))
|
|
695
|
+
EndChatForCaseResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
|
|
696
|
+
EndChatForCaseResponse.struct_class = Types::EndChatForCaseResponse
|
|
697
|
+
|
|
698
|
+
EventChannelConfiguration.struct_class = Types::EventChannelConfiguration
|
|
699
|
+
|
|
700
|
+
EventChannelDetails.add_member(:type, Shapes::ShapeRef.new(shape: EventChannelType, location_name: "type"))
|
|
701
|
+
EventChannelDetails.struct_class = Types::EventChannelDetails
|
|
702
|
+
|
|
703
|
+
ExchangeParameters.key = Shapes::ShapeRef.new(shape: String)
|
|
704
|
+
ExchangeParameters.value = Shapes::ShapeRef.new(shape: ExchangeParameterValue)
|
|
705
|
+
|
|
706
|
+
Execution.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
707
|
+
Execution.add_member(:execution_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "executionId"))
|
|
708
|
+
Execution.add_member(:parent_execution_id, Shapes::ShapeRef.new(shape: String, location_name: "parentExecutionId"))
|
|
709
|
+
Execution.add_member(:agent_sub_task, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSubTask"))
|
|
710
|
+
Execution.add_member(:created_at, Shapes::ShapeRef.new(shape: JournalTimestamp, required: true, location_name: "createdAt"))
|
|
711
|
+
Execution.add_member(:updated_at, Shapes::ShapeRef.new(shape: JournalTimestamp, required: true, location_name: "updatedAt"))
|
|
712
|
+
Execution.add_member(:execution_status, Shapes::ShapeRef.new(shape: ExecutionStatus, required: true, location_name: "executionStatus"))
|
|
713
|
+
Execution.add_member(:agent_type, Shapes::ShapeRef.new(shape: String, location_name: "agentType"))
|
|
714
|
+
Execution.add_member(:uid, Shapes::ShapeRef.new(shape: String, location_name: "uid"))
|
|
715
|
+
Execution.struct_class = Types::Execution
|
|
716
|
+
|
|
717
|
+
ExecutionList.member = Shapes::ShapeRef.new(shape: Execution)
|
|
718
|
+
|
|
719
|
+
GenericWebhook.add_member(:webhook_url, Shapes::ShapeRef.new(shape: String, location_name: "webhookUrl"))
|
|
720
|
+
GenericWebhook.add_member(:webhook_id, Shapes::ShapeRef.new(shape: String, location_name: "webhookId"))
|
|
721
|
+
GenericWebhook.add_member(:webhook_type, Shapes::ShapeRef.new(shape: WebhookType, location_name: "webhookType"))
|
|
722
|
+
GenericWebhook.add_member(:webhook_secret, Shapes::ShapeRef.new(shape: WebhookSecret, location_name: "webhookSecret"))
|
|
723
|
+
GenericWebhook.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKeyValue, location_name: "apiKey"))
|
|
724
|
+
GenericWebhook.struct_class = Types::GenericWebhook
|
|
725
|
+
|
|
726
|
+
GetAccountUsageInput.struct_class = Types::GetAccountUsageInput
|
|
727
|
+
|
|
728
|
+
GetAccountUsageOutput.add_member(:monthly_account_investigation_hours, Shapes::ShapeRef.new(shape: UsageMetric, location_name: "monthlyAccountInvestigationHours"))
|
|
729
|
+
GetAccountUsageOutput.add_member(:monthly_account_evaluation_hours, Shapes::ShapeRef.new(shape: UsageMetric, location_name: "monthlyAccountEvaluationHours"))
|
|
730
|
+
GetAccountUsageOutput.add_member(:monthly_account_system_learning_hours, Shapes::ShapeRef.new(shape: UsageMetric, location_name: "monthlyAccountSystemLearningHours"))
|
|
731
|
+
GetAccountUsageOutput.add_member(:usage_period_start_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "usagePeriodStartTime"))
|
|
732
|
+
GetAccountUsageOutput.add_member(:usage_period_end_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "usagePeriodEndTime"))
|
|
733
|
+
GetAccountUsageOutput.struct_class = Types::GetAccountUsageOutput
|
|
734
|
+
|
|
735
|
+
GetAgentSpaceInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
736
|
+
GetAgentSpaceInput.struct_class = Types::GetAgentSpaceInput
|
|
737
|
+
|
|
738
|
+
GetAgentSpaceOutput.add_member(:agent_space, Shapes::ShapeRef.new(shape: AgentSpace, required: true, location_name: "agentSpace"))
|
|
739
|
+
GetAgentSpaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
740
|
+
GetAgentSpaceOutput.struct_class = Types::GetAgentSpaceOutput
|
|
741
|
+
|
|
742
|
+
GetAssociationInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
743
|
+
GetAssociationInput.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "associationId"))
|
|
744
|
+
GetAssociationInput.struct_class = Types::GetAssociationInput
|
|
745
|
+
|
|
746
|
+
GetAssociationOutput.add_member(:association, Shapes::ShapeRef.new(shape: Association, required: true, location_name: "association"))
|
|
747
|
+
GetAssociationOutput.struct_class = Types::GetAssociationOutput
|
|
748
|
+
|
|
749
|
+
GetBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
750
|
+
GetBacklogTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "taskId"))
|
|
751
|
+
GetBacklogTaskRequest.struct_class = Types::GetBacklogTaskRequest
|
|
752
|
+
|
|
753
|
+
GetBacklogTaskResponse.add_member(:task, Shapes::ShapeRef.new(shape: Task, required: true, location_name: "task"))
|
|
754
|
+
GetBacklogTaskResponse.struct_class = Types::GetBacklogTaskResponse
|
|
755
|
+
|
|
756
|
+
GetOperatorAppInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
757
|
+
GetOperatorAppInput.struct_class = Types::GetOperatorAppInput
|
|
758
|
+
|
|
759
|
+
GetOperatorAppOutput.add_member(:iam, Shapes::ShapeRef.new(shape: IamAuthConfiguration, location_name: "iam"))
|
|
760
|
+
GetOperatorAppOutput.add_member(:idc, Shapes::ShapeRef.new(shape: IdcAuthConfiguration, location_name: "idc"))
|
|
761
|
+
GetOperatorAppOutput.add_member(:idp, Shapes::ShapeRef.new(shape: IdpAuthConfiguration, location_name: "idp"))
|
|
762
|
+
GetOperatorAppOutput.struct_class = Types::GetOperatorAppOutput
|
|
763
|
+
|
|
764
|
+
GetRecommendationRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
765
|
+
GetRecommendationRequest.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "recommendationId"))
|
|
766
|
+
GetRecommendationRequest.add_member(:recommendation_version, Shapes::ShapeRef.new(shape: Long, location: "querystring", location_name: "recommendationVersion"))
|
|
767
|
+
GetRecommendationRequest.struct_class = Types::GetRecommendationRequest
|
|
768
|
+
|
|
769
|
+
GetRecommendationResponse.add_member(:recommendation, Shapes::ShapeRef.new(shape: Recommendation, required: true, location_name: "recommendation"))
|
|
770
|
+
GetRecommendationResponse.struct_class = Types::GetRecommendationResponse
|
|
771
|
+
|
|
772
|
+
GetServiceInput.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location: "uri", location_name: "serviceId"))
|
|
773
|
+
GetServiceInput.struct_class = Types::GetServiceInput
|
|
774
|
+
|
|
775
|
+
GetServiceOutput.add_member(:service, Shapes::ShapeRef.new(shape: RegisteredService, required: true, location_name: "service"))
|
|
776
|
+
GetServiceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
777
|
+
GetServiceOutput.struct_class = Types::GetServiceOutput
|
|
778
|
+
|
|
779
|
+
GitHubConfiguration.add_member(:repo_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "repoName"))
|
|
780
|
+
GitHubConfiguration.add_member(:repo_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "repoId"))
|
|
781
|
+
GitHubConfiguration.add_member(:owner, Shapes::ShapeRef.new(shape: String, required: true, location_name: "owner"))
|
|
782
|
+
GitHubConfiguration.add_member(:owner_type, Shapes::ShapeRef.new(shape: GithubRepoOwnerType, required: true, location_name: "ownerType"))
|
|
783
|
+
GitHubConfiguration.add_member(:instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "instanceIdentifier"))
|
|
784
|
+
GitHubConfiguration.struct_class = Types::GitHubConfiguration
|
|
785
|
+
|
|
786
|
+
GitLabConfiguration.add_member(:project_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectId"))
|
|
787
|
+
GitLabConfiguration.add_member(:project_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectPath"))
|
|
788
|
+
GitLabConfiguration.add_member(:instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "instanceIdentifier"))
|
|
789
|
+
GitLabConfiguration.struct_class = Types::GitLabConfiguration
|
|
790
|
+
|
|
791
|
+
GitLabDetails.add_member(:target_url, Shapes::ShapeRef.new(shape: GitLabDetailsTargetUrlString, required: true, location_name: "targetUrl"))
|
|
792
|
+
GitLabDetails.add_member(:token_type, Shapes::ShapeRef.new(shape: GitLabTokenType, required: true, location_name: "tokenType"))
|
|
793
|
+
GitLabDetails.add_member(:token_value, Shapes::ShapeRef.new(shape: GitLabDetailsTokenValueString, required: true, location_name: "tokenValue"))
|
|
794
|
+
GitLabDetails.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
|
|
795
|
+
GitLabDetails.struct_class = Types::GitLabDetails
|
|
796
|
+
|
|
797
|
+
Goal.add_member(:agent_space_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceArn"))
|
|
798
|
+
Goal.add_member(:goal_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "goalId"))
|
|
799
|
+
Goal.add_member(:title, Shapes::ShapeRef.new(shape: String, required: true, location_name: "title"))
|
|
800
|
+
Goal.add_member(:content, Shapes::ShapeRef.new(shape: GoalContent, required: true, location_name: "content"))
|
|
801
|
+
Goal.add_member(:status, Shapes::ShapeRef.new(shape: GoalStatus, required: true, location_name: "status"))
|
|
802
|
+
Goal.add_member(:goal_type, Shapes::ShapeRef.new(shape: GoalType, required: true, location_name: "goalType"))
|
|
803
|
+
Goal.add_member(:created_at, Shapes::ShapeRef.new(shape: BackLogTimestamp, required: true, location_name: "createdAt"))
|
|
804
|
+
Goal.add_member(:updated_at, Shapes::ShapeRef.new(shape: BackLogTimestamp, required: true, location_name: "updatedAt"))
|
|
805
|
+
Goal.add_member(:last_evaluated_at, Shapes::ShapeRef.new(shape: BackLogTimestamp, location_name: "lastEvaluatedAt"))
|
|
806
|
+
Goal.add_member(:last_task_id, Shapes::ShapeRef.new(shape: String, location_name: "lastTaskId"))
|
|
807
|
+
Goal.add_member(:last_successful_task_id, Shapes::ShapeRef.new(shape: String, location_name: "lastSuccessfulTaskId"))
|
|
808
|
+
Goal.add_member(:version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "version"))
|
|
809
|
+
Goal.add_member(:evaluation_schedule, Shapes::ShapeRef.new(shape: GoalSchedule, location_name: "evaluationSchedule"))
|
|
810
|
+
Goal.struct_class = Types::Goal
|
|
811
|
+
|
|
812
|
+
GoalContent.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
813
|
+
GoalContent.add_member(:objectives, Shapes::ShapeRef.new(shape: String, required: true, location_name: "objectives"))
|
|
814
|
+
GoalContent.struct_class = Types::GoalContent
|
|
815
|
+
|
|
816
|
+
GoalList.member = Shapes::ShapeRef.new(shape: Goal)
|
|
817
|
+
|
|
818
|
+
GoalSchedule.add_member(:state, Shapes::ShapeRef.new(shape: SchedulerState, required: true, location_name: "state"))
|
|
819
|
+
GoalSchedule.add_member(:expression, Shapes::ShapeRef.new(shape: String, location_name: "expression"))
|
|
820
|
+
GoalSchedule.struct_class = Types::GoalSchedule
|
|
821
|
+
|
|
822
|
+
GoalScheduleInput.add_member(:state, Shapes::ShapeRef.new(shape: SchedulerState, required: true, location_name: "state"))
|
|
823
|
+
GoalScheduleInput.struct_class = Types::GoalScheduleInput
|
|
824
|
+
|
|
825
|
+
GrafanaServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: GrafanaServiceDetailsNameString, required: true, location_name: "name"))
|
|
826
|
+
GrafanaServiceDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: GrafanaServiceDetailsEndpointString, required: true, location_name: "endpoint"))
|
|
827
|
+
GrafanaServiceDetails.add_member(:description, Shapes::ShapeRef.new(shape: GrafanaServiceDetailsDescriptionString, location_name: "description"))
|
|
828
|
+
GrafanaServiceDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: MCPServerAuthorizationConfig, required: true, location_name: "authorizationConfig"))
|
|
829
|
+
GrafanaServiceDetails.struct_class = Types::GrafanaServiceDetails
|
|
830
|
+
|
|
831
|
+
IamAuthConfiguration.add_member(:operator_app_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "operatorAppRoleArn"))
|
|
832
|
+
IamAuthConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
833
|
+
IamAuthConfiguration.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
834
|
+
IamAuthConfiguration.struct_class = Types::IamAuthConfiguration
|
|
835
|
+
|
|
836
|
+
IdcAuthConfiguration.add_member(:operator_app_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "operatorAppRoleArn"))
|
|
837
|
+
IdcAuthConfiguration.add_member(:idc_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "idcInstanceArn"))
|
|
838
|
+
IdcAuthConfiguration.add_member(:idc_application_arn, Shapes::ShapeRef.new(shape: String, location_name: "idcApplicationArn"))
|
|
839
|
+
IdcAuthConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
840
|
+
IdcAuthConfiguration.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
841
|
+
IdcAuthConfiguration.struct_class = Types::IdcAuthConfiguration
|
|
842
|
+
|
|
843
|
+
IdentityCenterServiceException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
844
|
+
IdentityCenterServiceException.add_member(:underlying_error_code, Shapes::ShapeRef.new(shape: String, location_name: "underlyingErrorCode"))
|
|
845
|
+
IdentityCenterServiceException.struct_class = Types::IdentityCenterServiceException
|
|
846
|
+
|
|
847
|
+
IdpAuthConfiguration.add_member(:issuer_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "issuerUrl"))
|
|
848
|
+
IdpAuthConfiguration.add_member(:client_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "clientId"))
|
|
849
|
+
IdpAuthConfiguration.add_member(:operator_app_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "operatorAppRoleArn"))
|
|
850
|
+
IdpAuthConfiguration.add_member(:provider, Shapes::ShapeRef.new(shape: String, required: true, location_name: "provider"))
|
|
851
|
+
IdpAuthConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
852
|
+
IdpAuthConfiguration.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
853
|
+
IdpAuthConfiguration.struct_class = Types::IdpAuthConfiguration
|
|
854
|
+
|
|
855
|
+
InitiateChatForCaseRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
856
|
+
InitiateChatForCaseRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "taskId"))
|
|
857
|
+
InitiateChatForCaseRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
858
|
+
InitiateChatForCaseRequest.struct_class = Types::InitiateChatForCaseRequest
|
|
859
|
+
|
|
860
|
+
InitiateChatForCaseResponse.add_member(:chat_participant_connection, Shapes::ShapeRef.new(shape: ChatParticipantConnection, required: true, location_name: "chatParticipantConnection"))
|
|
861
|
+
InitiateChatForCaseResponse.struct_class = Types::InitiateChatForCaseResponse
|
|
862
|
+
|
|
863
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
864
|
+
InternalServerException.struct_class = Types::InternalServerException
|
|
865
|
+
|
|
866
|
+
InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
867
|
+
InvalidParameterException.struct_class = Types::InvalidParameterException
|
|
868
|
+
|
|
869
|
+
JournalRecord.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
870
|
+
JournalRecord.add_member(:execution_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "executionId"))
|
|
871
|
+
JournalRecord.add_member(:record_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "recordId"))
|
|
872
|
+
JournalRecord.add_member(:content, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "content"))
|
|
873
|
+
JournalRecord.add_member(:created_at, Shapes::ShapeRef.new(shape: JournalTimestamp, required: true, location_name: "createdAt"))
|
|
874
|
+
JournalRecord.add_member(:record_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "recordType"))
|
|
875
|
+
JournalRecord.add_member(:user_reference, Shapes::ShapeRef.new(shape: UserReference, location_name: "userReference"))
|
|
876
|
+
JournalRecord.struct_class = Types::JournalRecord
|
|
877
|
+
|
|
878
|
+
JournalRecordList.member = Shapes::ShapeRef.new(shape: JournalRecord)
|
|
879
|
+
|
|
880
|
+
ListAgentSpacesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAgentSpacesInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
881
|
+
ListAgentSpacesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
882
|
+
ListAgentSpacesInput.struct_class = Types::ListAgentSpacesInput
|
|
883
|
+
|
|
884
|
+
ListAgentSpacesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
885
|
+
ListAgentSpacesOutput.add_member(:agent_spaces, Shapes::ShapeRef.new(shape: AgentSpaceList, required: true, location_name: "agentSpaces"))
|
|
886
|
+
ListAgentSpacesOutput.struct_class = Types::ListAgentSpacesOutput
|
|
887
|
+
|
|
888
|
+
ListAssociationsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
889
|
+
ListAssociationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAssociationsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
890
|
+
ListAssociationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
891
|
+
ListAssociationsInput.add_member(:filter_service_types, Shapes::ShapeRef.new(shape: ListAssociationsInputFilterServiceTypesString, location: "querystring", location_name: "filterServiceTypes"))
|
|
892
|
+
ListAssociationsInput.struct_class = Types::ListAssociationsInput
|
|
893
|
+
|
|
894
|
+
ListAssociationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
895
|
+
ListAssociationsOutput.add_member(:associations, Shapes::ShapeRef.new(shape: AssociationsList, required: true, location_name: "associations"))
|
|
896
|
+
ListAssociationsOutput.struct_class = Types::ListAssociationsOutput
|
|
897
|
+
|
|
898
|
+
ListBacklogTasksRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
899
|
+
ListBacklogTasksRequest.add_member(:filter, Shapes::ShapeRef.new(shape: TaskFilter, location_name: "filter"))
|
|
900
|
+
ListBacklogTasksRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListBacklogTasksRequestLimitInteger, location_name: "limit"))
|
|
901
|
+
ListBacklogTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
902
|
+
ListBacklogTasksRequest.add_member(:sort_field, Shapes::ShapeRef.new(shape: TaskSortField, location_name: "sortField"))
|
|
903
|
+
ListBacklogTasksRequest.add_member(:order, Shapes::ShapeRef.new(shape: TaskSortOrder, location_name: "order"))
|
|
904
|
+
ListBacklogTasksRequest.struct_class = Types::ListBacklogTasksRequest
|
|
905
|
+
|
|
906
|
+
ListBacklogTasksResponse.add_member(:tasks, Shapes::ShapeRef.new(shape: TaskList, required: true, location_name: "tasks"))
|
|
907
|
+
ListBacklogTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
908
|
+
ListBacklogTasksResponse.struct_class = Types::ListBacklogTasksResponse
|
|
909
|
+
|
|
910
|
+
ListChatsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
911
|
+
ListChatsRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "querystring", location_name: "userId"))
|
|
912
|
+
ListChatsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListChatsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
913
|
+
ListChatsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
914
|
+
ListChatsRequest.struct_class = Types::ListChatsRequest
|
|
915
|
+
|
|
916
|
+
ListChatsResponse.add_member(:executions, Shapes::ShapeRef.new(shape: ChatExecutionList, required: true, location_name: "executions"))
|
|
917
|
+
ListChatsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
918
|
+
ListChatsResponse.struct_class = Types::ListChatsResponse
|
|
919
|
+
|
|
920
|
+
ListExecutionsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
921
|
+
ListExecutionsRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "taskId"))
|
|
922
|
+
ListExecutionsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Integer, location_name: "limit"))
|
|
923
|
+
ListExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
924
|
+
ListExecutionsRequest.struct_class = Types::ListExecutionsRequest
|
|
925
|
+
|
|
926
|
+
ListExecutionsResponse.add_member(:executions, Shapes::ShapeRef.new(shape: ExecutionList, required: true, location_name: "executions"))
|
|
927
|
+
ListExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
928
|
+
ListExecutionsResponse.struct_class = Types::ListExecutionsResponse
|
|
929
|
+
|
|
930
|
+
ListGoalsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
931
|
+
ListGoalsRequest.add_member(:status, Shapes::ShapeRef.new(shape: GoalStatus, location_name: "status"))
|
|
932
|
+
ListGoalsRequest.add_member(:goal_type, Shapes::ShapeRef.new(shape: GoalType, location_name: "goalType"))
|
|
933
|
+
ListGoalsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListGoalsRequestLimitInteger, location_name: "limit"))
|
|
934
|
+
ListGoalsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
935
|
+
ListGoalsRequest.struct_class = Types::ListGoalsRequest
|
|
936
|
+
|
|
937
|
+
ListGoalsResponse.add_member(:goals, Shapes::ShapeRef.new(shape: GoalList, required: true, location_name: "goals"))
|
|
938
|
+
ListGoalsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
939
|
+
ListGoalsResponse.struct_class = Types::ListGoalsResponse
|
|
940
|
+
|
|
941
|
+
ListJournalRecordsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
942
|
+
ListJournalRecordsRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "executionId"))
|
|
943
|
+
ListJournalRecordsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListJournalRecordsRequestLimitInteger, location_name: "limit"))
|
|
944
|
+
ListJournalRecordsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
945
|
+
ListJournalRecordsRequest.add_member(:record_type, Shapes::ShapeRef.new(shape: String, location_name: "recordType"))
|
|
946
|
+
ListJournalRecordsRequest.add_member(:order, Shapes::ShapeRef.new(shape: OrderType, location_name: "order"))
|
|
947
|
+
ListJournalRecordsRequest.struct_class = Types::ListJournalRecordsRequest
|
|
948
|
+
|
|
949
|
+
ListJournalRecordsResponse.add_member(:records, Shapes::ShapeRef.new(shape: JournalRecordList, required: true, location_name: "records"))
|
|
950
|
+
ListJournalRecordsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
951
|
+
ListJournalRecordsResponse.struct_class = Types::ListJournalRecordsResponse
|
|
952
|
+
|
|
953
|
+
ListOfSecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
|
954
|
+
|
|
955
|
+
ListOfSubnetIds.member = Shapes::ShapeRef.new(shape: SubnetId)
|
|
956
|
+
|
|
957
|
+
ListPendingMessagesRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
958
|
+
ListPendingMessagesRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "executionId"))
|
|
959
|
+
ListPendingMessagesRequest.struct_class = Types::ListPendingMessagesRequest
|
|
960
|
+
|
|
961
|
+
ListPendingMessagesResponse.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
|
|
962
|
+
ListPendingMessagesResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "executionId"))
|
|
963
|
+
ListPendingMessagesResponse.add_member(:messages, Shapes::ShapeRef.new(shape: PendingMessages, required: true, location_name: "messages"))
|
|
964
|
+
ListPendingMessagesResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
965
|
+
ListPendingMessagesResponse.struct_class = Types::ListPendingMessagesResponse
|
|
966
|
+
|
|
967
|
+
ListPrivateConnectionsInput.struct_class = Types::ListPrivateConnectionsInput
|
|
968
|
+
|
|
969
|
+
ListPrivateConnectionsOutput.add_member(:private_connections, Shapes::ShapeRef.new(shape: PrivateConnectionSummaryList, required: true, location_name: "privateConnections"))
|
|
970
|
+
ListPrivateConnectionsOutput.struct_class = Types::ListPrivateConnectionsOutput
|
|
971
|
+
|
|
972
|
+
ListRecommendationsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
973
|
+
ListRecommendationsRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "taskId"))
|
|
974
|
+
ListRecommendationsRequest.add_member(:goal_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "goalId"))
|
|
975
|
+
ListRecommendationsRequest.add_member(:status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "status"))
|
|
976
|
+
ListRecommendationsRequest.add_member(:priority, Shapes::ShapeRef.new(shape: RecommendationPriority, location_name: "priority"))
|
|
977
|
+
ListRecommendationsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListRecommendationsRequestLimitInteger, location_name: "limit"))
|
|
978
|
+
ListRecommendationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
979
|
+
ListRecommendationsRequest.struct_class = Types::ListRecommendationsRequest
|
|
980
|
+
|
|
981
|
+
ListRecommendationsResponse.add_member(:recommendations, Shapes::ShapeRef.new(shape: RecommendationList, required: true, location_name: "recommendations"))
|
|
982
|
+
ListRecommendationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
983
|
+
ListRecommendationsResponse.struct_class = Types::ListRecommendationsResponse
|
|
984
|
+
|
|
985
|
+
ListServicesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListServicesInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
986
|
+
ListServicesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
987
|
+
ListServicesInput.add_member(:filter_service_type, Shapes::ShapeRef.new(shape: Service, location: "querystring", location_name: "filterServiceType"))
|
|
988
|
+
ListServicesInput.struct_class = Types::ListServicesInput
|
|
989
|
+
|
|
990
|
+
ListServicesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
991
|
+
ListServicesOutput.add_member(:services, Shapes::ShapeRef.new(shape: RegisteredServicesList, required: true, location_name: "services"))
|
|
992
|
+
ListServicesOutput.struct_class = Types::ListServicesOutput
|
|
993
|
+
|
|
994
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ListTagsForResourceRequestResourceArnString, required: true, location: "uri", location_name: "resourceArn"))
|
|
995
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
|
996
|
+
|
|
997
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
|
|
998
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
|
999
|
+
|
|
1000
|
+
ListWebhooksInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1001
|
+
ListWebhooksInput.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "associationId"))
|
|
1002
|
+
ListWebhooksInput.struct_class = Types::ListWebhooksInput
|
|
1003
|
+
|
|
1004
|
+
ListWebhooksOutput.add_member(:webhooks, Shapes::ShapeRef.new(shape: WebhooksList, required: true, location_name: "webhooks"))
|
|
1005
|
+
ListWebhooksOutput.struct_class = Types::ListWebhooksOutput
|
|
1006
|
+
|
|
1007
|
+
MCPServerAPIKeyConfig.add_member(:api_key_name, Shapes::ShapeRef.new(shape: MCPServerAPIKeyConfigApiKeyNameString, required: true, location_name: "apiKeyName"))
|
|
1008
|
+
MCPServerAPIKeyConfig.add_member(:api_key_value, Shapes::ShapeRef.new(shape: MCPServerAPIKeyConfigApiKeyValueString, required: true, location_name: "apiKeyValue"))
|
|
1009
|
+
MCPServerAPIKeyConfig.add_member(:api_key_header, Shapes::ShapeRef.new(shape: MCPServerAPIKeyConfigApiKeyHeaderString, required: true, location_name: "apiKeyHeader"))
|
|
1010
|
+
MCPServerAPIKeyConfig.struct_class = Types::MCPServerAPIKeyConfig
|
|
1011
|
+
|
|
1012
|
+
MCPServerAuthorizationConfig.add_member(:o_auth_client_credentials, Shapes::ShapeRef.new(shape: MCPServerOAuthClientCredentialsConfig, location_name: "oAuthClientCredentials"))
|
|
1013
|
+
MCPServerAuthorizationConfig.add_member(:o_auth_3_lo, Shapes::ShapeRef.new(shape: MCPServerOAuth3LOConfig, location_name: "oAuth3LO"))
|
|
1014
|
+
MCPServerAuthorizationConfig.add_member(:api_key, Shapes::ShapeRef.new(shape: MCPServerAPIKeyConfig, location_name: "apiKey"))
|
|
1015
|
+
MCPServerAuthorizationConfig.add_member(:bearer_token, Shapes::ShapeRef.new(shape: MCPServerBearerTokenConfig, location_name: "bearerToken"))
|
|
1016
|
+
MCPServerAuthorizationConfig.add_member(:authorization_discovery, Shapes::ShapeRef.new(shape: MCPServerAuthorizationDiscoveryConfig, location_name: "authorizationDiscovery"))
|
|
1017
|
+
MCPServerAuthorizationConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1018
|
+
MCPServerAuthorizationConfig.add_member_subclass(:o_auth_client_credentials, Types::MCPServerAuthorizationConfig::OAuthClientCredentials)
|
|
1019
|
+
MCPServerAuthorizationConfig.add_member_subclass(:o_auth_3_lo, Types::MCPServerAuthorizationConfig::OAuth3Lo)
|
|
1020
|
+
MCPServerAuthorizationConfig.add_member_subclass(:api_key, Types::MCPServerAuthorizationConfig::ApiKey)
|
|
1021
|
+
MCPServerAuthorizationConfig.add_member_subclass(:bearer_token, Types::MCPServerAuthorizationConfig::BearerToken)
|
|
1022
|
+
MCPServerAuthorizationConfig.add_member_subclass(:authorization_discovery, Types::MCPServerAuthorizationConfig::AuthorizationDiscovery)
|
|
1023
|
+
MCPServerAuthorizationConfig.add_member_subclass(:unknown, Types::MCPServerAuthorizationConfig::Unknown)
|
|
1024
|
+
MCPServerAuthorizationConfig.struct_class = Types::MCPServerAuthorizationConfig
|
|
1025
|
+
|
|
1026
|
+
MCPServerAuthorizationDiscoveryConfig.add_member(:return_to_endpoint, Shapes::ShapeRef.new(shape: MCPServerAuthorizationDiscoveryConfigReturnToEndpointString, required: true, location_name: "returnToEndpoint"))
|
|
1027
|
+
MCPServerAuthorizationDiscoveryConfig.struct_class = Types::MCPServerAuthorizationDiscoveryConfig
|
|
1028
|
+
|
|
1029
|
+
MCPServerBearerTokenConfig.add_member(:token_name, Shapes::ShapeRef.new(shape: MCPServerBearerTokenConfigTokenNameString, required: true, location_name: "tokenName"))
|
|
1030
|
+
MCPServerBearerTokenConfig.add_member(:token_value, Shapes::ShapeRef.new(shape: MCPServerBearerTokenConfigTokenValueString, required: true, location_name: "tokenValue"))
|
|
1031
|
+
MCPServerBearerTokenConfig.add_member(:authorization_header, Shapes::ShapeRef.new(shape: MCPServerBearerTokenConfigAuthorizationHeaderString, location_name: "authorizationHeader"))
|
|
1032
|
+
MCPServerBearerTokenConfig.struct_class = Types::MCPServerBearerTokenConfig
|
|
1033
|
+
|
|
1034
|
+
MCPServerDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerDetailsNameString, required: true, location_name: "name"))
|
|
1035
|
+
MCPServerDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerDetailsEndpointString, required: true, location_name: "endpoint"))
|
|
1036
|
+
MCPServerDetails.add_member(:description, Shapes::ShapeRef.new(shape: MCPServerDetailsDescriptionString, location_name: "description"))
|
|
1037
|
+
MCPServerDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: MCPServerAuthorizationConfig, required: true, location_name: "authorizationConfig"))
|
|
1038
|
+
MCPServerDetails.struct_class = Types::MCPServerDetails
|
|
1039
|
+
|
|
1040
|
+
MCPServerGrafanaConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerGrafanaConfigurationEndpointString, required: true, location_name: "endpoint"))
|
|
1041
|
+
MCPServerGrafanaConfiguration.add_member(:organization_id, Shapes::ShapeRef.new(shape: MCPServerGrafanaConfigurationOrganizationIdString, location_name: "organizationId"))
|
|
1042
|
+
MCPServerGrafanaConfiguration.add_member(:tools, Shapes::ShapeRef.new(shape: MCPToolsList, location_name: "tools"))
|
|
1043
|
+
MCPServerGrafanaConfiguration.struct_class = Types::MCPServerGrafanaConfiguration
|
|
1044
|
+
|
|
1045
|
+
MCPServerNewRelicConfiguration.add_member(:account_id, Shapes::ShapeRef.new(shape: MCPServerNewRelicConfigurationAccountIdString, required: true, location_name: "accountId"))
|
|
1046
|
+
MCPServerNewRelicConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerNewRelicConfigurationEndpointString, required: true, location_name: "endpoint"))
|
|
1047
|
+
MCPServerNewRelicConfiguration.struct_class = Types::MCPServerNewRelicConfiguration
|
|
1048
|
+
|
|
1049
|
+
MCPServerOAuth3LOConfig.add_member(:client_name, Shapes::ShapeRef.new(shape: MCPServerOAuth3LOConfigClientNameString, location_name: "clientName"))
|
|
1050
|
+
MCPServerOAuth3LOConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
|
|
1051
|
+
MCPServerOAuth3LOConfig.add_member(:exchange_parameters, Shapes::ShapeRef.new(shape: ExchangeParameters, location_name: "exchangeParameters"))
|
|
1052
|
+
MCPServerOAuth3LOConfig.add_member(:return_to_endpoint, Shapes::ShapeRef.new(shape: MCPServerOAuth3LOConfigReturnToEndpointString, required: true, location_name: "returnToEndpoint"))
|
|
1053
|
+
MCPServerOAuth3LOConfig.add_member(:authorization_url, Shapes::ShapeRef.new(shape: MCPServerOAuth3LOConfigAuthorizationUrlString, required: true, location_name: "authorizationUrl"))
|
|
1054
|
+
MCPServerOAuth3LOConfig.add_member(:exchange_url, Shapes::ShapeRef.new(shape: MCPServerOAuth3LOConfigExchangeUrlString, required: true, location_name: "exchangeUrl"))
|
|
1055
|
+
MCPServerOAuth3LOConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, location_name: "clientSecret"))
|
|
1056
|
+
MCPServerOAuth3LOConfig.add_member(:support_code_challenge, Shapes::ShapeRef.new(shape: Boolean, location_name: "supportCodeChallenge"))
|
|
1057
|
+
MCPServerOAuth3LOConfig.add_member(:scopes, Shapes::ShapeRef.new(shape: Scopes, location_name: "scopes"))
|
|
1058
|
+
MCPServerOAuth3LOConfig.struct_class = Types::MCPServerOAuth3LOConfig
|
|
1059
|
+
|
|
1060
|
+
MCPServerOAuthClientCredentialsConfig.add_member(:client_name, Shapes::ShapeRef.new(shape: MCPServerOAuthClientCredentialsConfigClientNameString, location_name: "clientName"))
|
|
1061
|
+
MCPServerOAuthClientCredentialsConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
|
|
1062
|
+
MCPServerOAuthClientCredentialsConfig.add_member(:exchange_parameters, Shapes::ShapeRef.new(shape: ExchangeParameters, location_name: "exchangeParameters"))
|
|
1063
|
+
MCPServerOAuthClientCredentialsConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
|
|
1064
|
+
MCPServerOAuthClientCredentialsConfig.add_member(:exchange_url, Shapes::ShapeRef.new(shape: MCPServerOAuthClientCredentialsConfigExchangeUrlString, required: true, location_name: "exchangeUrl"))
|
|
1065
|
+
MCPServerOAuthClientCredentialsConfig.add_member(:scopes, Shapes::ShapeRef.new(shape: Scopes, location_name: "scopes"))
|
|
1066
|
+
MCPServerOAuthClientCredentialsConfig.struct_class = Types::MCPServerOAuthClientCredentialsConfig
|
|
1067
|
+
|
|
1068
|
+
MCPServerSigV4AuthorizationConfig.add_member(:region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "region"))
|
|
1069
|
+
MCPServerSigV4AuthorizationConfig.add_member(:service, Shapes::ShapeRef.new(shape: MCPServerSigV4AuthorizationConfigServiceString, required: true, location_name: "service"))
|
|
1070
|
+
MCPServerSigV4AuthorizationConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
1071
|
+
MCPServerSigV4AuthorizationConfig.struct_class = Types::MCPServerSigV4AuthorizationConfig
|
|
1072
|
+
|
|
1073
|
+
MCPServerSigV4ServiceDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerSigV4ServiceDetailsNameString, required: true, location_name: "name"))
|
|
1074
|
+
MCPServerSigV4ServiceDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerSigV4ServiceDetailsEndpointString, required: true, location_name: "endpoint"))
|
|
1075
|
+
MCPServerSigV4ServiceDetails.add_member(:description, Shapes::ShapeRef.new(shape: MCPServerSigV4ServiceDetailsDescriptionString, location_name: "description"))
|
|
1076
|
+
MCPServerSigV4ServiceDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: MCPServerSigV4AuthorizationConfig, required: true, location_name: "authorizationConfig"))
|
|
1077
|
+
MCPServerSigV4ServiceDetails.struct_class = Types::MCPServerSigV4ServiceDetails
|
|
1078
|
+
|
|
1079
|
+
MCPToolsList.member = Shapes::ShapeRef.new(shape: MCPToolsListMemberString)
|
|
1080
|
+
|
|
1081
|
+
MSTeamsChannel.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "channelName"))
|
|
1082
|
+
MSTeamsChannel.add_member(:channel_id, Shapes::ShapeRef.new(shape: Guid, required: true, location_name: "channelId"))
|
|
1083
|
+
MSTeamsChannel.struct_class = Types::MSTeamsChannel
|
|
1084
|
+
|
|
1085
|
+
MSTeamsConfiguration.add_member(:team_id, Shapes::ShapeRef.new(shape: Guid, required: true, location_name: "teamId"))
|
|
1086
|
+
MSTeamsConfiguration.add_member(:team_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "teamName"))
|
|
1087
|
+
MSTeamsConfiguration.add_member(:transmission_target, Shapes::ShapeRef.new(shape: MSTeamsTransmissionTarget, required: true, location_name: "transmissionTarget"))
|
|
1088
|
+
MSTeamsConfiguration.struct_class = Types::MSTeamsConfiguration
|
|
1089
|
+
|
|
1090
|
+
MSTeamsTransmissionTarget.add_member(:ops_oncall_target, Shapes::ShapeRef.new(shape: MSTeamsChannel, location_name: "opsOncallTarget"))
|
|
1091
|
+
MSTeamsTransmissionTarget.add_member(:ops_sre_target, Shapes::ShapeRef.new(shape: MSTeamsChannel, location_name: "opsSRETarget"))
|
|
1092
|
+
MSTeamsTransmissionTarget.struct_class = Types::MSTeamsTransmissionTarget
|
|
1093
|
+
|
|
1094
|
+
Message.add_member(:user_message, Shapes::ShapeRef.new(shape: UserMessage, location_name: "userMessage"))
|
|
1095
|
+
Message.add_member(:assistant_message, Shapes::ShapeRef.new(shape: AssistantMessage, location_name: "assistantMessage"))
|
|
1096
|
+
Message.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1097
|
+
Message.add_member_subclass(:user_message, Types::Message::UserMessage)
|
|
1098
|
+
Message.add_member_subclass(:assistant_message, Types::Message::AssistantMessage)
|
|
1099
|
+
Message.add_member_subclass(:unknown, Types::Message::Unknown)
|
|
1100
|
+
Message.struct_class = Types::Message
|
|
1101
|
+
|
|
1102
|
+
NewRelicAlertPolicyIds.member = Shapes::ShapeRef.new(shape: NewRelicAlertPolicyIdsMemberString)
|
|
1103
|
+
|
|
1104
|
+
NewRelicApiKeyConfig.add_member(:api_key, Shapes::ShapeRef.new(shape: NewRelicApiKeyConfigApiKeyString, required: true, location_name: "apiKey"))
|
|
1105
|
+
NewRelicApiKeyConfig.add_member(:account_id, Shapes::ShapeRef.new(shape: NewRelicApiKeyConfigAccountIdString, required: true, location_name: "accountId"))
|
|
1106
|
+
NewRelicApiKeyConfig.add_member(:region, Shapes::ShapeRef.new(shape: NewRelicRegion, required: true, location_name: "region"))
|
|
1107
|
+
NewRelicApiKeyConfig.add_member(:application_ids, Shapes::ShapeRef.new(shape: NewRelicApplicationIds, location_name: "applicationIds"))
|
|
1108
|
+
NewRelicApiKeyConfig.add_member(:entity_guids, Shapes::ShapeRef.new(shape: NewRelicEntityGuids, location_name: "entityGuids"))
|
|
1109
|
+
NewRelicApiKeyConfig.add_member(:alert_policy_ids, Shapes::ShapeRef.new(shape: NewRelicAlertPolicyIds, location_name: "alertPolicyIds"))
|
|
1110
|
+
NewRelicApiKeyConfig.struct_class = Types::NewRelicApiKeyConfig
|
|
1111
|
+
|
|
1112
|
+
NewRelicApplicationIds.member = Shapes::ShapeRef.new(shape: NewRelicApplicationIdsMemberString)
|
|
1113
|
+
|
|
1114
|
+
NewRelicEntityGuids.member = Shapes::ShapeRef.new(shape: NewRelicEntityGuidsMemberString)
|
|
1115
|
+
|
|
1116
|
+
NewRelicServiceAuthorizationConfig.add_member(:api_key, Shapes::ShapeRef.new(shape: NewRelicApiKeyConfig, location_name: "apiKey"))
|
|
1117
|
+
NewRelicServiceAuthorizationConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1118
|
+
NewRelicServiceAuthorizationConfig.add_member_subclass(:api_key, Types::NewRelicServiceAuthorizationConfig::ApiKey)
|
|
1119
|
+
NewRelicServiceAuthorizationConfig.add_member_subclass(:unknown, Types::NewRelicServiceAuthorizationConfig::Unknown)
|
|
1120
|
+
NewRelicServiceAuthorizationConfig.struct_class = Types::NewRelicServiceAuthorizationConfig
|
|
1121
|
+
|
|
1122
|
+
NewRelicServiceDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: NewRelicServiceAuthorizationConfig, required: true, location_name: "authorizationConfig"))
|
|
1123
|
+
NewRelicServiceDetails.struct_class = Types::NewRelicServiceDetails
|
|
1124
|
+
|
|
1125
|
+
OAuthAdditionalStepDetails.add_member(:authorization_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "authorizationUrl"))
|
|
1126
|
+
OAuthAdditionalStepDetails.struct_class = Types::OAuthAdditionalStepDetails
|
|
1127
|
+
|
|
1128
|
+
PagerDutyAuthorizationConfig.add_member(:o_auth_client_credentials, Shapes::ShapeRef.new(shape: PagerDutyOAuthClientCredentialsConfig, location_name: "oAuthClientCredentials"))
|
|
1129
|
+
PagerDutyAuthorizationConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1130
|
+
PagerDutyAuthorizationConfig.add_member_subclass(:o_auth_client_credentials, Types::PagerDutyAuthorizationConfig::OAuthClientCredentials)
|
|
1131
|
+
PagerDutyAuthorizationConfig.add_member_subclass(:unknown, Types::PagerDutyAuthorizationConfig::Unknown)
|
|
1132
|
+
PagerDutyAuthorizationConfig.struct_class = Types::PagerDutyAuthorizationConfig
|
|
1133
|
+
|
|
1134
|
+
PagerDutyConfiguration.add_member(:services, Shapes::ShapeRef.new(shape: PagerDutyServicesList, required: true, location_name: "services"))
|
|
1135
|
+
PagerDutyConfiguration.add_member(:customer_email, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "customerEmail"))
|
|
1136
|
+
PagerDutyConfiguration.struct_class = Types::PagerDutyConfiguration
|
|
1137
|
+
|
|
1138
|
+
PagerDutyDetails.add_member(:scopes, Shapes::ShapeRef.new(shape: PagerDutyScopes, required: true, location_name: "scopes"))
|
|
1139
|
+
PagerDutyDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: PagerDutyAuthorizationConfig, required: true, location_name: "authorizationConfig"))
|
|
1140
|
+
PagerDutyDetails.struct_class = Types::PagerDutyDetails
|
|
1141
|
+
|
|
1142
|
+
PagerDutyOAuthClientCredentialsConfig.add_member(:client_name, Shapes::ShapeRef.new(shape: PagerDutyOAuthClientCredentialsConfigClientNameString, location_name: "clientName"))
|
|
1143
|
+
PagerDutyOAuthClientCredentialsConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
|
|
1144
|
+
PagerDutyOAuthClientCredentialsConfig.add_member(:exchange_parameters, Shapes::ShapeRef.new(shape: ExchangeParameters, location_name: "exchangeParameters"))
|
|
1145
|
+
PagerDutyOAuthClientCredentialsConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
|
|
1146
|
+
PagerDutyOAuthClientCredentialsConfig.struct_class = Types::PagerDutyOAuthClientCredentialsConfig
|
|
1147
|
+
|
|
1148
|
+
PagerDutyScopes.member = Shapes::ShapeRef.new(shape: String)
|
|
1149
|
+
|
|
1150
|
+
PagerDutyScopesList.member = Shapes::ShapeRef.new(shape: String)
|
|
1151
|
+
|
|
1152
|
+
PagerDutyServicesList.member = Shapes::ShapeRef.new(shape: String)
|
|
1153
|
+
|
|
1154
|
+
PendingMessage.add_member(:message_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "messageId"))
|
|
1155
|
+
PendingMessage.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "message"))
|
|
1156
|
+
PendingMessage.struct_class = Types::PendingMessage
|
|
1157
|
+
|
|
1158
|
+
PendingMessages.member = Shapes::ShapeRef.new(shape: PendingMessage)
|
|
1159
|
+
|
|
1160
|
+
PortRanges.member = Shapes::ShapeRef.new(shape: PortRange)
|
|
1161
|
+
|
|
1162
|
+
PrivateConnectionMode.add_member(:service_managed, Shapes::ShapeRef.new(shape: ServiceManagedInput, location_name: "serviceManaged"))
|
|
1163
|
+
PrivateConnectionMode.add_member(:self_managed, Shapes::ShapeRef.new(shape: SelfManagedInput, location_name: "selfManaged"))
|
|
1164
|
+
PrivateConnectionMode.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1165
|
+
PrivateConnectionMode.add_member_subclass(:service_managed, Types::PrivateConnectionMode::ServiceManaged)
|
|
1166
|
+
PrivateConnectionMode.add_member_subclass(:self_managed, Types::PrivateConnectionMode::SelfManaged)
|
|
1167
|
+
PrivateConnectionMode.add_member_subclass(:unknown, Types::PrivateConnectionMode::Unknown)
|
|
1168
|
+
PrivateConnectionMode.struct_class = Types::PrivateConnectionMode
|
|
1169
|
+
|
|
1170
|
+
PrivateConnectionSummary.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "name"))
|
|
1171
|
+
PrivateConnectionSummary.add_member(:type, Shapes::ShapeRef.new(shape: PrivateConnectionType, required: true, location_name: "type"))
|
|
1172
|
+
PrivateConnectionSummary.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "resourceGatewayId"))
|
|
1173
|
+
PrivateConnectionSummary.add_member(:host_address, Shapes::ShapeRef.new(shape: IpAddressOrDnsName, location_name: "hostAddress"))
|
|
1174
|
+
PrivateConnectionSummary.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
|
1175
|
+
PrivateConnectionSummary.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationId"))
|
|
1176
|
+
PrivateConnectionSummary.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
|
|
1177
|
+
PrivateConnectionSummary.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
|
|
1178
|
+
PrivateConnectionSummary.struct_class = Types::PrivateConnectionSummary
|
|
1179
|
+
|
|
1180
|
+
PrivateConnectionSummaryList.member = Shapes::ShapeRef.new(shape: PrivateConnectionSummary)
|
|
1181
|
+
|
|
1182
|
+
Recommendation.add_member(:agent_space_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceArn"))
|
|
1183
|
+
Recommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "recommendationId"))
|
|
1184
|
+
Recommendation.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskId"))
|
|
1185
|
+
Recommendation.add_member(:goal_id, Shapes::ShapeRef.new(shape: String, location_name: "goalId"))
|
|
1186
|
+
Recommendation.add_member(:title, Shapes::ShapeRef.new(shape: String, required: true, location_name: "title"))
|
|
1187
|
+
Recommendation.add_member(:content, Shapes::ShapeRef.new(shape: RecommendationContent, required: true, location_name: "content"))
|
|
1188
|
+
Recommendation.add_member(:status, Shapes::ShapeRef.new(shape: RecommendationStatus, required: true, location_name: "status"))
|
|
1189
|
+
Recommendation.add_member(:priority, Shapes::ShapeRef.new(shape: RecommendationPriority, required: true, location_name: "priority"))
|
|
1190
|
+
Recommendation.add_member(:goal_version, Shapes::ShapeRef.new(shape: Long, location_name: "goalVersion"))
|
|
1191
|
+
Recommendation.add_member(:additional_context, Shapes::ShapeRef.new(shape: String, location_name: "additionalContext"))
|
|
1192
|
+
Recommendation.add_member(:created_at, Shapes::ShapeRef.new(shape: BackLogTimestamp, required: true, location_name: "createdAt"))
|
|
1193
|
+
Recommendation.add_member(:updated_at, Shapes::ShapeRef.new(shape: BackLogTimestamp, required: true, location_name: "updatedAt"))
|
|
1194
|
+
Recommendation.add_member(:version, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "version"))
|
|
1195
|
+
Recommendation.struct_class = Types::Recommendation
|
|
1196
|
+
|
|
1197
|
+
RecommendationContent.add_member(:summary, Shapes::ShapeRef.new(shape: String, required: true, location_name: "summary"))
|
|
1198
|
+
RecommendationContent.add_member(:spec, Shapes::ShapeRef.new(shape: RecommendationContentSpecString, location_name: "spec"))
|
|
1199
|
+
RecommendationContent.struct_class = Types::RecommendationContent
|
|
1200
|
+
|
|
1201
|
+
RecommendationList.member = Shapes::ShapeRef.new(shape: Recommendation)
|
|
1202
|
+
|
|
1203
|
+
ReferenceInput.add_member(:system, Shapes::ShapeRef.new(shape: ReferenceInputSystemString, required: true, location_name: "system"))
|
|
1204
|
+
ReferenceInput.add_member(:title, Shapes::ShapeRef.new(shape: ReferenceInputTitleString, location_name: "title"))
|
|
1205
|
+
ReferenceInput.add_member(:reference_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "referenceId"))
|
|
1206
|
+
ReferenceInput.add_member(:reference_url, Shapes::ShapeRef.new(shape: ReferenceInputReferenceUrlString, required: true, location_name: "referenceUrl"))
|
|
1207
|
+
ReferenceInput.add_member(:association_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "associationId"))
|
|
1208
|
+
ReferenceInput.struct_class = Types::ReferenceInput
|
|
1209
|
+
|
|
1210
|
+
ReferenceOutput.add_member(:system, Shapes::ShapeRef.new(shape: String, required: true, location_name: "system"))
|
|
1211
|
+
ReferenceOutput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
1212
|
+
ReferenceOutput.add_member(:reference_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "referenceId"))
|
|
1213
|
+
ReferenceOutput.add_member(:reference_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "referenceUrl"))
|
|
1214
|
+
ReferenceOutput.add_member(:association_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "associationId"))
|
|
1215
|
+
ReferenceOutput.struct_class = Types::ReferenceOutput
|
|
1216
|
+
|
|
1217
|
+
RegisterServiceInput.add_member(:service, Shapes::ShapeRef.new(shape: PostRegisterServiceSupportedService, required: true, location: "uri", location_name: "service"))
|
|
1218
|
+
RegisterServiceInput.add_member(:service_details, Shapes::ShapeRef.new(shape: ServiceDetails, required: true, location_name: "serviceDetails"))
|
|
1219
|
+
RegisterServiceInput.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1220
|
+
RegisterServiceInput.add_member(:private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, location_name: "privateConnectionName"))
|
|
1221
|
+
RegisterServiceInput.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
|
|
1222
|
+
RegisterServiceInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
1223
|
+
RegisterServiceInput.struct_class = Types::RegisterServiceInput
|
|
1224
|
+
|
|
1225
|
+
RegisterServiceOutput.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "serviceId"))
|
|
1226
|
+
RegisterServiceOutput.add_member(:additional_step, Shapes::ShapeRef.new(shape: AdditionalServiceRegistrationStep, location_name: "additionalStep"))
|
|
1227
|
+
RegisterServiceOutput.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1228
|
+
RegisterServiceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
1229
|
+
RegisterServiceOutput.struct_class = Types::RegisterServiceOutput
|
|
1230
|
+
|
|
1231
|
+
RegisteredAzureDevOpsServiceDetails.add_member(:organization_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "organizationName"))
|
|
1232
|
+
RegisteredAzureDevOpsServiceDetails.struct_class = Types::RegisteredAzureDevOpsServiceDetails
|
|
1233
|
+
|
|
1234
|
+
RegisteredAzureIdentityDetails.add_member(:tenant_id, Shapes::ShapeRef.new(shape: Guid, required: true, location_name: "tenantId"))
|
|
1235
|
+
RegisteredAzureIdentityDetails.add_member(:client_id, Shapes::ShapeRef.new(shape: Guid, required: true, location_name: "clientId"))
|
|
1236
|
+
RegisteredAzureIdentityDetails.add_member(:web_identity_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "webIdentityRoleArn"))
|
|
1237
|
+
RegisteredAzureIdentityDetails.add_member(:web_identity_token_audiences, Shapes::ShapeRef.new(shape: WebIdentityTokenAudienceList, required: true, location_name: "webIdentityTokenAudiences"))
|
|
1238
|
+
RegisteredAzureIdentityDetails.struct_class = Types::RegisteredAzureIdentityDetails
|
|
1239
|
+
|
|
1240
|
+
RegisteredGitLabServiceDetails.add_member(:target_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "targetUrl"))
|
|
1241
|
+
RegisteredGitLabServiceDetails.add_member(:token_type, Shapes::ShapeRef.new(shape: GitLabTokenType, required: true, location_name: "tokenType"))
|
|
1242
|
+
RegisteredGitLabServiceDetails.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
|
|
1243
|
+
RegisteredGitLabServiceDetails.struct_class = Types::RegisteredGitLabServiceDetails
|
|
1244
|
+
|
|
1245
|
+
RegisteredGithubServiceDetails.add_member(:owner, Shapes::ShapeRef.new(shape: String, required: true, location_name: "owner"))
|
|
1246
|
+
RegisteredGithubServiceDetails.add_member(:owner_type, Shapes::ShapeRef.new(shape: GithubRepoOwnerType, required: true, location_name: "ownerType"))
|
|
1247
|
+
RegisteredGithubServiceDetails.add_member(:target_url, Shapes::ShapeRef.new(shape: String, location_name: "targetUrl"))
|
|
1248
|
+
RegisteredGithubServiceDetails.struct_class = Types::RegisteredGithubServiceDetails
|
|
1249
|
+
|
|
1250
|
+
RegisteredGrafanaServerDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: RegisteredGrafanaServerDetailsEndpointString, required: true, location_name: "endpoint"))
|
|
1251
|
+
RegisteredGrafanaServerDetails.add_member(:authorization_method, Shapes::ShapeRef.new(shape: MCPServerAuthorizationMethod, required: true, location_name: "authorizationMethod"))
|
|
1252
|
+
RegisteredGrafanaServerDetails.struct_class = Types::RegisteredGrafanaServerDetails
|
|
1253
|
+
|
|
1254
|
+
RegisteredMCPServerDetails.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
1255
|
+
RegisteredMCPServerDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, required: true, location_name: "endpoint"))
|
|
1256
|
+
RegisteredMCPServerDetails.add_member(:authorization_method, Shapes::ShapeRef.new(shape: MCPServerAuthorizationMethod, required: true, location_name: "authorizationMethod"))
|
|
1257
|
+
RegisteredMCPServerDetails.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1258
|
+
RegisteredMCPServerDetails.add_member(:api_key_header, Shapes::ShapeRef.new(shape: String, location_name: "apiKeyHeader"))
|
|
1259
|
+
RegisteredMCPServerDetails.struct_class = Types::RegisteredMCPServerDetails
|
|
1260
|
+
|
|
1261
|
+
RegisteredMCPServerSigV4Details.add_member(:name, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsNameString, required: true, location_name: "name"))
|
|
1262
|
+
RegisteredMCPServerSigV4Details.add_member(:endpoint, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsEndpointString, required: true, location_name: "endpoint"))
|
|
1263
|
+
RegisteredMCPServerSigV4Details.add_member(:description, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsDescriptionString, location_name: "description"))
|
|
1264
|
+
RegisteredMCPServerSigV4Details.add_member(:region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "region"))
|
|
1265
|
+
RegisteredMCPServerSigV4Details.add_member(:service, Shapes::ShapeRef.new(shape: RegisteredMCPServerSigV4DetailsServiceString, required: true, location_name: "service"))
|
|
1266
|
+
RegisteredMCPServerSigV4Details.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
1267
|
+
RegisteredMCPServerSigV4Details.struct_class = Types::RegisteredMCPServerSigV4Details
|
|
1268
|
+
|
|
1269
|
+
RegisteredNewRelicDetails.add_member(:account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "accountId"))
|
|
1270
|
+
RegisteredNewRelicDetails.add_member(:region, Shapes::ShapeRef.new(shape: NewRelicRegion, required: true, location_name: "region"))
|
|
1271
|
+
RegisteredNewRelicDetails.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1272
|
+
RegisteredNewRelicDetails.struct_class = Types::RegisteredNewRelicDetails
|
|
1273
|
+
|
|
1274
|
+
RegisteredPagerDutyDetails.add_member(:scopes, Shapes::ShapeRef.new(shape: PagerDutyScopesList, required: true, location_name: "scopes"))
|
|
1275
|
+
RegisteredPagerDutyDetails.struct_class = Types::RegisteredPagerDutyDetails
|
|
1276
|
+
|
|
1277
|
+
RegisteredService.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "serviceId"))
|
|
1278
|
+
RegisteredService.add_member(:service_type, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "serviceType"))
|
|
1279
|
+
RegisteredService.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
|
|
1280
|
+
RegisteredService.add_member(:accessible_resources, Shapes::ShapeRef.new(shape: DocumentList, location_name: "accessibleResources"))
|
|
1281
|
+
RegisteredService.add_member(:additional_service_details, Shapes::ShapeRef.new(shape: AdditionalServiceDetails, location_name: "additionalServiceDetails"))
|
|
1282
|
+
RegisteredService.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1283
|
+
RegisteredService.add_member(:private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, location_name: "privateConnectionName"))
|
|
1284
|
+
RegisteredService.struct_class = Types::RegisteredService
|
|
1285
|
+
|
|
1286
|
+
RegisteredServiceNowDetails.add_member(:instance_url, Shapes::ShapeRef.new(shape: ServiceNowInstanceUrl, location_name: "instanceUrl"))
|
|
1287
|
+
RegisteredServiceNowDetails.struct_class = Types::RegisteredServiceNowDetails
|
|
1288
|
+
|
|
1289
|
+
RegisteredServicesList.member = Shapes::ShapeRef.new(shape: RegisteredService)
|
|
1290
|
+
|
|
1291
|
+
RegisteredSlackServiceDetails.add_member(:team_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "teamId"))
|
|
1292
|
+
RegisteredSlackServiceDetails.add_member(:team_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "teamName"))
|
|
1293
|
+
RegisteredSlackServiceDetails.struct_class = Types::RegisteredSlackServiceDetails
|
|
1294
|
+
|
|
1295
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1296
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
1297
|
+
|
|
1298
|
+
Scopes.member = Shapes::ShapeRef.new(shape: String)
|
|
1299
|
+
|
|
1300
|
+
SelfManagedInput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, required: true, location_name: "resourceConfigurationId"))
|
|
1301
|
+
SelfManagedInput.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateString, location_name: "certificate"))
|
|
1302
|
+
SelfManagedInput.struct_class = Types::SelfManagedInput
|
|
1303
|
+
|
|
1304
|
+
SendMessageContentBlockDelta.add_member(:text_delta, Shapes::ShapeRef.new(shape: SendMessageTextDelta, location_name: "textDelta"))
|
|
1305
|
+
SendMessageContentBlockDelta.add_member(:json_delta, Shapes::ShapeRef.new(shape: SendMessageJsonDelta, location_name: "jsonDelta"))
|
|
1306
|
+
SendMessageContentBlockDelta.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1307
|
+
SendMessageContentBlockDelta.add_member_subclass(:text_delta, Types::SendMessageContentBlockDelta::TextDelta)
|
|
1308
|
+
SendMessageContentBlockDelta.add_member_subclass(:json_delta, Types::SendMessageContentBlockDelta::JsonDelta)
|
|
1309
|
+
SendMessageContentBlockDelta.add_member_subclass(:unknown, Types::SendMessageContentBlockDelta::Unknown)
|
|
1310
|
+
SendMessageContentBlockDelta.struct_class = Types::SendMessageContentBlockDelta
|
|
1311
|
+
|
|
1312
|
+
SendMessageContentBlockDeltaEvent.add_member(:index, Shapes::ShapeRef.new(shape: Integer, location_name: "index"))
|
|
1313
|
+
SendMessageContentBlockDeltaEvent.add_member(:delta, Shapes::ShapeRef.new(shape: SendMessageContentBlockDelta, location_name: "delta"))
|
|
1314
|
+
SendMessageContentBlockDeltaEvent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
|
|
1315
|
+
SendMessageContentBlockDeltaEvent.struct_class = Types::SendMessageContentBlockDeltaEvent
|
|
1316
|
+
|
|
1317
|
+
SendMessageContentBlockStartEvent.add_member(:index, Shapes::ShapeRef.new(shape: Integer, location_name: "index"))
|
|
1318
|
+
SendMessageContentBlockStartEvent.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
|
1319
|
+
SendMessageContentBlockStartEvent.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
|
1320
|
+
SendMessageContentBlockStartEvent.add_member(:parent_id, Shapes::ShapeRef.new(shape: String, location_name: "parentId"))
|
|
1321
|
+
SendMessageContentBlockStartEvent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
|
|
1322
|
+
SendMessageContentBlockStartEvent.struct_class = Types::SendMessageContentBlockStartEvent
|
|
1323
|
+
|
|
1324
|
+
SendMessageContentBlockStopEvent.add_member(:index, Shapes::ShapeRef.new(shape: Integer, location_name: "index"))
|
|
1325
|
+
SendMessageContentBlockStopEvent.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
|
1326
|
+
SendMessageContentBlockStopEvent.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
|
|
1327
|
+
SendMessageContentBlockStopEvent.add_member(:last, Shapes::ShapeRef.new(shape: Boolean, location_name: "last"))
|
|
1328
|
+
SendMessageContentBlockStopEvent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
|
|
1329
|
+
SendMessageContentBlockStopEvent.struct_class = Types::SendMessageContentBlockStopEvent
|
|
1330
|
+
|
|
1331
|
+
SendMessageContext.add_member(:current_page, Shapes::ShapeRef.new(shape: String, location_name: "currentPage"))
|
|
1332
|
+
SendMessageContext.add_member(:last_message, Shapes::ShapeRef.new(shape: String, location_name: "lastMessage"))
|
|
1333
|
+
SendMessageContext.add_member(:user_action_response, Shapes::ShapeRef.new(shape: String, location_name: "userActionResponse"))
|
|
1334
|
+
SendMessageContext.struct_class = Types::SendMessageContext
|
|
1335
|
+
|
|
1336
|
+
SendMessageEvents.add_member(:response_created, Shapes::ShapeRef.new(shape: SendMessageResponseCreatedEvent, event: true, location_name: "responseCreated"))
|
|
1337
|
+
SendMessageEvents.add_member(:response_in_progress, Shapes::ShapeRef.new(shape: SendMessageResponseInProgressEvent, event: true, location_name: "responseInProgress"))
|
|
1338
|
+
SendMessageEvents.add_member(:response_completed, Shapes::ShapeRef.new(shape: SendMessageResponseCompletedEvent, event: true, location_name: "responseCompleted"))
|
|
1339
|
+
SendMessageEvents.add_member(:response_failed, Shapes::ShapeRef.new(shape: SendMessageResponseFailedEvent, event: true, location_name: "responseFailed"))
|
|
1340
|
+
SendMessageEvents.add_member(:summary, Shapes::ShapeRef.new(shape: SendMessageSummaryEvent, event: true, location_name: "summary"))
|
|
1341
|
+
SendMessageEvents.add_member(:heartbeat, Shapes::ShapeRef.new(shape: SendMessageHeartbeatEvent, event: true, location_name: "heartbeat"))
|
|
1342
|
+
SendMessageEvents.add_member(:content_block_start, Shapes::ShapeRef.new(shape: SendMessageContentBlockStartEvent, event: true, location_name: "contentBlockStart"))
|
|
1343
|
+
SendMessageEvents.add_member(:content_block_delta, Shapes::ShapeRef.new(shape: SendMessageContentBlockDeltaEvent, event: true, location_name: "contentBlockDelta"))
|
|
1344
|
+
SendMessageEvents.add_member(:content_block_stop, Shapes::ShapeRef.new(shape: SendMessageContentBlockStopEvent, event: true, location_name: "contentBlockStop"))
|
|
1345
|
+
SendMessageEvents.struct_class = Types::SendMessageEvents
|
|
1346
|
+
|
|
1347
|
+
SendMessageHeartbeatEvent.struct_class = Types::SendMessageHeartbeatEvent
|
|
1348
|
+
|
|
1349
|
+
SendMessageJsonDelta.add_member(:partial_json, Shapes::ShapeRef.new(shape: String, location_name: "partialJson"))
|
|
1350
|
+
SendMessageJsonDelta.struct_class = Types::SendMessageJsonDelta
|
|
1351
|
+
|
|
1352
|
+
SendMessageRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1353
|
+
SendMessageRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "executionId"))
|
|
1354
|
+
SendMessageRequest.add_member(:content, Shapes::ShapeRef.new(shape: MessageContent, required: true, location_name: "content"))
|
|
1355
|
+
SendMessageRequest.add_member(:context, Shapes::ShapeRef.new(shape: SendMessageContext, location_name: "context"))
|
|
1356
|
+
SendMessageRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "userId"))
|
|
1357
|
+
SendMessageRequest.struct_class = Types::SendMessageRequest
|
|
1358
|
+
|
|
1359
|
+
SendMessageResponse.add_member(:events, Shapes::ShapeRef.new(shape: SendMessageEvents, required: true, eventstream: true, location_name: "events"))
|
|
1360
|
+
SendMessageResponse.struct_class = Types::SendMessageResponse
|
|
1361
|
+
SendMessageResponse[:payload] = :events
|
|
1362
|
+
SendMessageResponse[:payload_member] = SendMessageResponse.member(:events)
|
|
1363
|
+
|
|
1364
|
+
SendMessageResponseCompletedEvent.add_member(:response_id, Shapes::ShapeRef.new(shape: String, location_name: "responseId"))
|
|
1365
|
+
SendMessageResponseCompletedEvent.add_member(:usage, Shapes::ShapeRef.new(shape: SendMessageUsageInfo, location_name: "usage"))
|
|
1366
|
+
SendMessageResponseCompletedEvent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
|
|
1367
|
+
SendMessageResponseCompletedEvent.struct_class = Types::SendMessageResponseCompletedEvent
|
|
1368
|
+
|
|
1369
|
+
SendMessageResponseCreatedEvent.add_member(:response_id, Shapes::ShapeRef.new(shape: String, location_name: "responseId"))
|
|
1370
|
+
SendMessageResponseCreatedEvent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
|
|
1371
|
+
SendMessageResponseCreatedEvent.struct_class = Types::SendMessageResponseCreatedEvent
|
|
1372
|
+
|
|
1373
|
+
SendMessageResponseFailedEvent.add_member(:response_id, Shapes::ShapeRef.new(shape: String, location_name: "responseId"))
|
|
1374
|
+
SendMessageResponseFailedEvent.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "errorCode"))
|
|
1375
|
+
SendMessageResponseFailedEvent.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
|
|
1376
|
+
SendMessageResponseFailedEvent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
|
|
1377
|
+
SendMessageResponseFailedEvent.struct_class = Types::SendMessageResponseFailedEvent
|
|
1378
|
+
|
|
1379
|
+
SendMessageResponseInProgressEvent.add_member(:response_id, Shapes::ShapeRef.new(shape: String, location_name: "responseId"))
|
|
1380
|
+
SendMessageResponseInProgressEvent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
|
|
1381
|
+
SendMessageResponseInProgressEvent.struct_class = Types::SendMessageResponseInProgressEvent
|
|
1382
|
+
|
|
1383
|
+
SendMessageSummaryEvent.add_member(:content, Shapes::ShapeRef.new(shape: String, location_name: "content"))
|
|
1384
|
+
SendMessageSummaryEvent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
|
|
1385
|
+
SendMessageSummaryEvent.struct_class = Types::SendMessageSummaryEvent
|
|
1386
|
+
|
|
1387
|
+
SendMessageTextDelta.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
|
|
1388
|
+
SendMessageTextDelta.struct_class = Types::SendMessageTextDelta
|
|
1389
|
+
|
|
1390
|
+
SendMessageUsageInfo.add_member(:input_tokens, Shapes::ShapeRef.new(shape: Integer, location_name: "inputTokens"))
|
|
1391
|
+
SendMessageUsageInfo.add_member(:output_tokens, Shapes::ShapeRef.new(shape: Integer, location_name: "outputTokens"))
|
|
1392
|
+
SendMessageUsageInfo.add_member(:total_tokens, Shapes::ShapeRef.new(shape: Integer, location_name: "totalTokens"))
|
|
1393
|
+
SendMessageUsageInfo.struct_class = Types::SendMessageUsageInfo
|
|
1394
|
+
|
|
1395
|
+
ServiceConfiguration.add_member(:source_aws, Shapes::ShapeRef.new(shape: SourceAwsConfiguration, location_name: "sourceAws"))
|
|
1396
|
+
ServiceConfiguration.add_member(:aws, Shapes::ShapeRef.new(shape: AWSConfiguration, location_name: "aws"))
|
|
1397
|
+
ServiceConfiguration.add_member(:github, Shapes::ShapeRef.new(shape: GitHubConfiguration, location_name: "github"))
|
|
1398
|
+
ServiceConfiguration.add_member(:slack, Shapes::ShapeRef.new(shape: SlackConfiguration, location_name: "slack"))
|
|
1399
|
+
ServiceConfiguration.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceConfiguration, location_name: "dynatrace"))
|
|
1400
|
+
ServiceConfiguration.add_member(:servicenow, Shapes::ShapeRef.new(shape: ServiceNowConfiguration, location_name: "servicenow"))
|
|
1401
|
+
ServiceConfiguration.add_member(:mcpservernewrelic, Shapes::ShapeRef.new(shape: MCPServerNewRelicConfiguration, location_name: "mcpservernewrelic"))
|
|
1402
|
+
ServiceConfiguration.add_member(:gitlab, Shapes::ShapeRef.new(shape: GitLabConfiguration, location_name: "gitlab"))
|
|
1403
|
+
ServiceConfiguration.add_member(:event_channel, Shapes::ShapeRef.new(shape: EventChannelConfiguration, location_name: "eventChannel"))
|
|
1404
|
+
ServiceConfiguration.add_member(:azure, Shapes::ShapeRef.new(shape: AzureConfiguration, location_name: "azure"))
|
|
1405
|
+
ServiceConfiguration.add_member(:azuredevops, Shapes::ShapeRef.new(shape: AzureDevOpsConfiguration, location_name: "azuredevops"))
|
|
1406
|
+
ServiceConfiguration.add_member(:mcpservergrafana, Shapes::ShapeRef.new(shape: MCPServerGrafanaConfiguration, location_name: "mcpservergrafana"))
|
|
1407
|
+
ServiceConfiguration.add_member(:pagerduty, Shapes::ShapeRef.new(shape: PagerDutyConfiguration, location_name: "pagerduty"))
|
|
1408
|
+
ServiceConfiguration.add_member(:msteams, Shapes::ShapeRef.new(shape: MSTeamsConfiguration, location_name: "msteams"))
|
|
1409
|
+
ServiceConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1410
|
+
ServiceConfiguration.add_member_subclass(:source_aws, Types::ServiceConfiguration::SourceAws)
|
|
1411
|
+
ServiceConfiguration.add_member_subclass(:aws, Types::ServiceConfiguration::Aws)
|
|
1412
|
+
ServiceConfiguration.add_member_subclass(:github, Types::ServiceConfiguration::Github)
|
|
1413
|
+
ServiceConfiguration.add_member_subclass(:slack, Types::ServiceConfiguration::Slack)
|
|
1414
|
+
ServiceConfiguration.add_member_subclass(:dynatrace, Types::ServiceConfiguration::Dynatrace)
|
|
1415
|
+
ServiceConfiguration.add_member_subclass(:servicenow, Types::ServiceConfiguration::Servicenow)
|
|
1416
|
+
ServiceConfiguration.add_member_subclass(:mcpservernewrelic, Types::ServiceConfiguration::Mcpservernewrelic)
|
|
1417
|
+
ServiceConfiguration.add_member_subclass(:gitlab, Types::ServiceConfiguration::Gitlab)
|
|
1418
|
+
ServiceConfiguration.add_member_subclass(:event_channel, Types::ServiceConfiguration::EventChannel)
|
|
1419
|
+
ServiceConfiguration.add_member_subclass(:azure, Types::ServiceConfiguration::Azure)
|
|
1420
|
+
ServiceConfiguration.add_member_subclass(:azuredevops, Types::ServiceConfiguration::Azuredevops)
|
|
1421
|
+
ServiceConfiguration.add_member_subclass(:mcpservergrafana, Types::ServiceConfiguration::Mcpservergrafana)
|
|
1422
|
+
ServiceConfiguration.add_member_subclass(:pagerduty, Types::ServiceConfiguration::Pagerduty)
|
|
1423
|
+
ServiceConfiguration.add_member_subclass(:msteams, Types::ServiceConfiguration::Msteams)
|
|
1424
|
+
ServiceConfiguration.add_member_subclass(:unknown, Types::ServiceConfiguration::Unknown)
|
|
1425
|
+
ServiceConfiguration.struct_class = Types::ServiceConfiguration
|
|
1426
|
+
|
|
1427
|
+
ServiceDetails.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceServiceDetails, location_name: "dynatrace"))
|
|
1428
|
+
ServiceDetails.add_member(:servicenow, Shapes::ShapeRef.new(shape: ServiceNowServiceDetails, location_name: "servicenow"))
|
|
1429
|
+
ServiceDetails.add_member(:mcpserverdatadog, Shapes::ShapeRef.new(shape: DatadogServiceDetails, location_name: "mcpserverdatadog"))
|
|
1430
|
+
ServiceDetails.add_member(:mcpserver, Shapes::ShapeRef.new(shape: MCPServerDetails, location_name: "mcpserver"))
|
|
1431
|
+
ServiceDetails.add_member(:gitlab, Shapes::ShapeRef.new(shape: GitLabDetails, location_name: "gitlab"))
|
|
1432
|
+
ServiceDetails.add_member(:mcpserversplunk, Shapes::ShapeRef.new(shape: MCPServerDetails, location_name: "mcpserversplunk"))
|
|
1433
|
+
ServiceDetails.add_member(:mcpservernewrelic, Shapes::ShapeRef.new(shape: NewRelicServiceDetails, location_name: "mcpservernewrelic"))
|
|
1434
|
+
ServiceDetails.add_member(:event_channel, Shapes::ShapeRef.new(shape: EventChannelDetails, location_name: "eventChannel"))
|
|
1435
|
+
ServiceDetails.add_member(:mcpservergrafana, Shapes::ShapeRef.new(shape: GrafanaServiceDetails, location_name: "mcpservergrafana"))
|
|
1436
|
+
ServiceDetails.add_member(:pagerduty, Shapes::ShapeRef.new(shape: PagerDutyDetails, location_name: "pagerduty"))
|
|
1437
|
+
ServiceDetails.add_member(:azureidentity, Shapes::ShapeRef.new(shape: RegisteredAzureIdentityDetails, location_name: "azureidentity"))
|
|
1438
|
+
ServiceDetails.add_member(:mcpserversigv4, Shapes::ShapeRef.new(shape: MCPServerSigV4ServiceDetails, location_name: "mcpserversigv4"))
|
|
1439
|
+
ServiceDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1440
|
+
ServiceDetails.add_member_subclass(:dynatrace, Types::ServiceDetails::Dynatrace)
|
|
1441
|
+
ServiceDetails.add_member_subclass(:servicenow, Types::ServiceDetails::Servicenow)
|
|
1442
|
+
ServiceDetails.add_member_subclass(:mcpserverdatadog, Types::ServiceDetails::Mcpserverdatadog)
|
|
1443
|
+
ServiceDetails.add_member_subclass(:mcpserver, Types::ServiceDetails::Mcpserver)
|
|
1444
|
+
ServiceDetails.add_member_subclass(:gitlab, Types::ServiceDetails::Gitlab)
|
|
1445
|
+
ServiceDetails.add_member_subclass(:mcpserversplunk, Types::ServiceDetails::Mcpserversplunk)
|
|
1446
|
+
ServiceDetails.add_member_subclass(:mcpservernewrelic, Types::ServiceDetails::Mcpservernewrelic)
|
|
1447
|
+
ServiceDetails.add_member_subclass(:event_channel, Types::ServiceDetails::EventChannel)
|
|
1448
|
+
ServiceDetails.add_member_subclass(:mcpservergrafana, Types::ServiceDetails::Mcpservergrafana)
|
|
1449
|
+
ServiceDetails.add_member_subclass(:pagerduty, Types::ServiceDetails::Pagerduty)
|
|
1450
|
+
ServiceDetails.add_member_subclass(:azureidentity, Types::ServiceDetails::Azureidentity)
|
|
1451
|
+
ServiceDetails.add_member_subclass(:mcpserversigv4, Types::ServiceDetails::Mcpserversigv4)
|
|
1452
|
+
ServiceDetails.add_member_subclass(:unknown, Types::ServiceDetails::Unknown)
|
|
1453
|
+
ServiceDetails.struct_class = Types::ServiceDetails
|
|
1454
|
+
|
|
1455
|
+
ServiceManagedInput.add_member(:host_address, Shapes::ShapeRef.new(shape: IpAddressOrDnsName, required: true, location_name: "hostAddress"))
|
|
1456
|
+
ServiceManagedInput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
|
|
1457
|
+
ServiceManagedInput.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ListOfSubnetIds, required: true, location_name: "subnetIds"))
|
|
1458
|
+
ServiceManagedInput.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: ListOfSecurityGroupIds, location_name: "securityGroupIds"))
|
|
1459
|
+
ServiceManagedInput.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
|
1460
|
+
ServiceManagedInput.add_member(:ipv4_addresses_per_eni, Shapes::ShapeRef.new(shape: MaxIpv4AddressesPerEni, location_name: "ipv4AddressesPerEni"))
|
|
1461
|
+
ServiceManagedInput.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRanges, location_name: "portRanges"))
|
|
1462
|
+
ServiceManagedInput.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateString, location_name: "certificate"))
|
|
1463
|
+
ServiceManagedInput.struct_class = Types::ServiceManagedInput
|
|
1464
|
+
|
|
1465
|
+
ServiceNowAuthenticationScopeList.member = Shapes::ShapeRef.new(shape: String)
|
|
1466
|
+
|
|
1467
|
+
ServiceNowConfiguration.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
|
1468
|
+
ServiceNowConfiguration.add_member(:auth_scopes, Shapes::ShapeRef.new(shape: ServiceNowAuthenticationScopeList, location_name: "authScopes"))
|
|
1469
|
+
ServiceNowConfiguration.struct_class = Types::ServiceNowConfiguration
|
|
1470
|
+
|
|
1471
|
+
ServiceNowOAuthClientCredentialsConfig.add_member(:client_name, Shapes::ShapeRef.new(shape: ServiceNowOAuthClientCredentialsConfigClientNameString, location_name: "clientName"))
|
|
1472
|
+
ServiceNowOAuthClientCredentialsConfig.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
|
|
1473
|
+
ServiceNowOAuthClientCredentialsConfig.add_member(:exchange_parameters, Shapes::ShapeRef.new(shape: ExchangeParameters, location_name: "exchangeParameters"))
|
|
1474
|
+
ServiceNowOAuthClientCredentialsConfig.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
|
|
1475
|
+
ServiceNowOAuthClientCredentialsConfig.struct_class = Types::ServiceNowOAuthClientCredentialsConfig
|
|
1476
|
+
|
|
1477
|
+
ServiceNowServiceAuthorizationConfig.add_member(:o_auth_client_credentials, Shapes::ShapeRef.new(shape: ServiceNowOAuthClientCredentialsConfig, location_name: "oAuthClientCredentials"))
|
|
1478
|
+
ServiceNowServiceAuthorizationConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1479
|
+
ServiceNowServiceAuthorizationConfig.add_member_subclass(:o_auth_client_credentials, Types::ServiceNowServiceAuthorizationConfig::OAuthClientCredentials)
|
|
1480
|
+
ServiceNowServiceAuthorizationConfig.add_member_subclass(:unknown, Types::ServiceNowServiceAuthorizationConfig::Unknown)
|
|
1481
|
+
ServiceNowServiceAuthorizationConfig.struct_class = Types::ServiceNowServiceAuthorizationConfig
|
|
1482
|
+
|
|
1483
|
+
ServiceNowServiceDetails.add_member(:instance_url, Shapes::ShapeRef.new(shape: ServiceNowInstanceUrl, required: true, location_name: "instanceUrl"))
|
|
1484
|
+
ServiceNowServiceDetails.add_member(:authorization_config, Shapes::ShapeRef.new(shape: ServiceNowServiceAuthorizationConfig, location_name: "authorizationConfig"))
|
|
1485
|
+
ServiceNowServiceDetails.struct_class = Types::ServiceNowServiceDetails
|
|
1486
|
+
|
|
1487
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1488
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
1489
|
+
|
|
1490
|
+
SlackChannel.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, location_name: "channelName"))
|
|
1491
|
+
SlackChannel.add_member(:channel_id, Shapes::ShapeRef.new(shape: SlackChannelChannelIdString, required: true, location_name: "channelId"))
|
|
1492
|
+
SlackChannel.struct_class = Types::SlackChannel
|
|
1493
|
+
|
|
1494
|
+
SlackConfiguration.add_member(:workspace_id, Shapes::ShapeRef.new(shape: SlackConfigurationWorkspaceIdString, required: true, location_name: "workspaceId"))
|
|
1495
|
+
SlackConfiguration.add_member(:workspace_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "workspaceName"))
|
|
1496
|
+
SlackConfiguration.add_member(:transmission_target, Shapes::ShapeRef.new(shape: SlackTransmissionTarget, required: true, location_name: "transmissionTarget"))
|
|
1497
|
+
SlackConfiguration.struct_class = Types::SlackConfiguration
|
|
1498
|
+
|
|
1499
|
+
SlackTransmissionTarget.add_member(:ops_oncall_target, Shapes::ShapeRef.new(shape: SlackChannel, required: true, location_name: "opsOncallTarget"))
|
|
1500
|
+
SlackTransmissionTarget.add_member(:ops_sre_target, Shapes::ShapeRef.new(shape: SlackChannel, location_name: "opsSRETarget"))
|
|
1501
|
+
SlackTransmissionTarget.struct_class = Types::SlackTransmissionTarget
|
|
1502
|
+
|
|
1503
|
+
SourceAwsConfiguration.add_member(:account_id, Shapes::ShapeRef.new(shape: SourceAwsConfigurationAccountIdString, required: true, location_name: "accountId"))
|
|
1504
|
+
SourceAwsConfiguration.add_member(:account_type, Shapes::ShapeRef.new(shape: SourceAccountType, required: true, location_name: "accountType"))
|
|
1505
|
+
SourceAwsConfiguration.add_member(:assumable_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "assumableRoleArn"))
|
|
1506
|
+
SourceAwsConfiguration.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
|
|
1507
|
+
SourceAwsConfiguration.struct_class = Types::SourceAwsConfiguration
|
|
1508
|
+
|
|
1509
|
+
SupportLevel.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
|
|
1510
|
+
SupportLevel.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
1511
|
+
SupportLevel.struct_class = Types::SupportLevel
|
|
1512
|
+
|
|
1513
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
1514
|
+
|
|
1515
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagResourceRequestResourceArnString, required: true, location: "uri", location_name: "resourceArn"))
|
|
1516
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
|
|
1517
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
|
1518
|
+
|
|
1519
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
|
1520
|
+
|
|
1521
|
+
Tags.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
1522
|
+
Tags.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
1523
|
+
|
|
1524
|
+
Task.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
1525
|
+
Task.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskId"))
|
|
1526
|
+
Task.add_member(:execution_id, Shapes::ShapeRef.new(shape: String, location_name: "executionId"))
|
|
1527
|
+
Task.add_member(:title, Shapes::ShapeRef.new(shape: String, required: true, location_name: "title"))
|
|
1528
|
+
Task.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
1529
|
+
Task.add_member(:reference, Shapes::ShapeRef.new(shape: ReferenceOutput, location_name: "reference"))
|
|
1530
|
+
Task.add_member(:task_type, Shapes::ShapeRef.new(shape: TaskType, required: true, location_name: "taskType"))
|
|
1531
|
+
Task.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
|
1532
|
+
Task.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatus, required: true, location_name: "status"))
|
|
1533
|
+
Task.add_member(:created_at, Shapes::ShapeRef.new(shape: BackLogTimestamp, required: true, location_name: "createdAt"))
|
|
1534
|
+
Task.add_member(:updated_at, Shapes::ShapeRef.new(shape: BackLogTimestamp, required: true, location_name: "updatedAt"))
|
|
1535
|
+
Task.add_member(:version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "version"))
|
|
1536
|
+
Task.add_member(:support_metadata, Shapes::ShapeRef.new(shape: Document, location_name: "supportMetadata"))
|
|
1537
|
+
Task.add_member(:metadata, Shapes::ShapeRef.new(shape: Document, location_name: "metadata"))
|
|
1538
|
+
Task.add_member(:primary_task_id, Shapes::ShapeRef.new(shape: String, location_name: "primaryTaskId"))
|
|
1539
|
+
Task.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
|
1540
|
+
Task.add_member(:has_linked_tasks, Shapes::ShapeRef.new(shape: Boolean, location_name: "hasLinkedTasks"))
|
|
1541
|
+
Task.struct_class = Types::Task
|
|
1542
|
+
|
|
1543
|
+
TaskFilter.add_member(:created_after, Shapes::ShapeRef.new(shape: BackLogTimestamp, location_name: "createdAfter"))
|
|
1544
|
+
TaskFilter.add_member(:created_before, Shapes::ShapeRef.new(shape: BackLogTimestamp, location_name: "createdBefore"))
|
|
1545
|
+
TaskFilter.add_member(:priority, Shapes::ShapeRef.new(shape: TaskFilterPriorityList, location_name: "priority"))
|
|
1546
|
+
TaskFilter.add_member(:status, Shapes::ShapeRef.new(shape: TaskFilterStatusList, location_name: "status"))
|
|
1547
|
+
TaskFilter.add_member(:task_type, Shapes::ShapeRef.new(shape: TaskFilterTaskTypeList, location_name: "taskType"))
|
|
1548
|
+
TaskFilter.add_member(:primary_task_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "primaryTaskId"))
|
|
1549
|
+
TaskFilter.struct_class = Types::TaskFilter
|
|
1550
|
+
|
|
1551
|
+
TaskFilterPriorityList.member = Shapes::ShapeRef.new(shape: Priority)
|
|
1552
|
+
|
|
1553
|
+
TaskFilterStatusList.member = Shapes::ShapeRef.new(shape: TaskStatus)
|
|
1554
|
+
|
|
1555
|
+
TaskFilterTaskTypeList.member = Shapes::ShapeRef.new(shape: TaskType)
|
|
1556
|
+
|
|
1557
|
+
TaskList.member = Shapes::ShapeRef.new(shape: Task)
|
|
1558
|
+
|
|
1559
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1560
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
|
1561
|
+
|
|
1562
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: UntagResourceRequestResourceArnString, required: true, location: "uri", location_name: "resourceArn"))
|
|
1563
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
|
1564
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
1565
|
+
|
|
1566
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
|
1567
|
+
|
|
1568
|
+
UpdateAgentSpaceInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1569
|
+
UpdateAgentSpaceInput.add_member(:name, Shapes::ShapeRef.new(shape: AgentSpaceName, location_name: "name"))
|
|
1570
|
+
UpdateAgentSpaceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
1571
|
+
UpdateAgentSpaceInput.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, location_name: "locale"))
|
|
1572
|
+
UpdateAgentSpaceInput.struct_class = Types::UpdateAgentSpaceInput
|
|
1573
|
+
|
|
1574
|
+
UpdateAgentSpaceOutput.add_member(:agent_space, Shapes::ShapeRef.new(shape: AgentSpace, required: true, location_name: "agentSpace"))
|
|
1575
|
+
UpdateAgentSpaceOutput.struct_class = Types::UpdateAgentSpaceOutput
|
|
1576
|
+
|
|
1577
|
+
UpdateAssociationInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1578
|
+
UpdateAssociationInput.add_member(:association_id, Shapes::ShapeRef.new(shape: AssociationId, required: true, location: "uri", location_name: "associationId"))
|
|
1579
|
+
UpdateAssociationInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ServiceConfiguration, required: true, location_name: "configuration"))
|
|
1580
|
+
UpdateAssociationInput.struct_class = Types::UpdateAssociationInput
|
|
1581
|
+
|
|
1582
|
+
UpdateAssociationOutput.add_member(:association, Shapes::ShapeRef.new(shape: Association, required: true, location_name: "association"))
|
|
1583
|
+
UpdateAssociationOutput.add_member(:webhook, Shapes::ShapeRef.new(shape: GenericWebhook, location_name: "webhook"))
|
|
1584
|
+
UpdateAssociationOutput.struct_class = Types::UpdateAssociationOutput
|
|
1585
|
+
|
|
1586
|
+
UpdateBacklogTaskRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1587
|
+
UpdateBacklogTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "taskId"))
|
|
1588
|
+
UpdateBacklogTaskRequest.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "taskStatus"))
|
|
1589
|
+
UpdateBacklogTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1590
|
+
UpdateBacklogTaskRequest.struct_class = Types::UpdateBacklogTaskRequest
|
|
1591
|
+
|
|
1592
|
+
UpdateBacklogTaskResponse.add_member(:task, Shapes::ShapeRef.new(shape: Task, required: true, location_name: "task"))
|
|
1593
|
+
UpdateBacklogTaskResponse.struct_class = Types::UpdateBacklogTaskResponse
|
|
1594
|
+
|
|
1595
|
+
UpdateGoalRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1596
|
+
UpdateGoalRequest.add_member(:goal_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "goalId"))
|
|
1597
|
+
UpdateGoalRequest.add_member(:evaluation_schedule, Shapes::ShapeRef.new(shape: GoalScheduleInput, location_name: "evaluationSchedule"))
|
|
1598
|
+
UpdateGoalRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1599
|
+
UpdateGoalRequest.struct_class = Types::UpdateGoalRequest
|
|
1600
|
+
|
|
1601
|
+
UpdateGoalResponse.add_member(:goal, Shapes::ShapeRef.new(shape: Goal, required: true, location_name: "goal"))
|
|
1602
|
+
UpdateGoalResponse.struct_class = Types::UpdateGoalResponse
|
|
1603
|
+
|
|
1604
|
+
UpdateOperatorAppIdpConfigInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1605
|
+
UpdateOperatorAppIdpConfigInput.add_member(:idp_client_secret, Shapes::ShapeRef.new(shape: IdpClientSecret, location_name: "idpClientSecret"))
|
|
1606
|
+
UpdateOperatorAppIdpConfigInput.struct_class = Types::UpdateOperatorAppIdpConfigInput
|
|
1607
|
+
|
|
1608
|
+
UpdateOperatorAppIdpConfigOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
|
|
1609
|
+
UpdateOperatorAppIdpConfigOutput.add_member(:idp, Shapes::ShapeRef.new(shape: IdpAuthConfiguration, required: true, location_name: "idp"))
|
|
1610
|
+
UpdateOperatorAppIdpConfigOutput.struct_class = Types::UpdateOperatorAppIdpConfigOutput
|
|
1611
|
+
|
|
1612
|
+
UpdatePrivateConnectionCertificateInput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location: "uri", location_name: "name"))
|
|
1613
|
+
UpdatePrivateConnectionCertificateInput.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateString, required: true, location_name: "certificate"))
|
|
1614
|
+
UpdatePrivateConnectionCertificateInput.struct_class = Types::UpdatePrivateConnectionCertificateInput
|
|
1615
|
+
|
|
1616
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "name"))
|
|
1617
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:type, Shapes::ShapeRef.new(shape: PrivateConnectionType, required: true, location_name: "type"))
|
|
1618
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "resourceGatewayId"))
|
|
1619
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:host_address, Shapes::ShapeRef.new(shape: IpAddressOrDnsName, location_name: "hostAddress"))
|
|
1620
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
|
1621
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationId"))
|
|
1622
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
|
|
1623
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
|
|
1624
|
+
UpdatePrivateConnectionCertificateOutput.struct_class = Types::UpdatePrivateConnectionCertificateOutput
|
|
1625
|
+
|
|
1626
|
+
UpdateRecommendationRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1627
|
+
UpdateRecommendationRequest.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "recommendationId"))
|
|
1628
|
+
UpdateRecommendationRequest.add_member(:status, Shapes::ShapeRef.new(shape: RecommendationStatus, location_name: "status"))
|
|
1629
|
+
UpdateRecommendationRequest.add_member(:additional_context, Shapes::ShapeRef.new(shape: String, location_name: "additionalContext"))
|
|
1630
|
+
UpdateRecommendationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1631
|
+
UpdateRecommendationRequest.struct_class = Types::UpdateRecommendationRequest
|
|
1632
|
+
|
|
1633
|
+
UpdateRecommendationResponse.add_member(:recommendation, Shapes::ShapeRef.new(shape: Recommendation, required: true, location_name: "recommendation"))
|
|
1634
|
+
UpdateRecommendationResponse.struct_class = Types::UpdateRecommendationResponse
|
|
1635
|
+
|
|
1636
|
+
UsageMetric.add_member(:limit, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "limit"))
|
|
1637
|
+
UsageMetric.add_member(:usage, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "usage"))
|
|
1638
|
+
UsageMetric.struct_class = Types::UsageMetric
|
|
1639
|
+
|
|
1640
|
+
UserMessage.member = Shapes::ShapeRef.new(shape: UserMessageBlock)
|
|
1641
|
+
|
|
1642
|
+
UserMessageBlock.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
|
|
1643
|
+
UserMessageBlock.add_member(:tool_result, Shapes::ShapeRef.new(shape: Document, location_name: "toolResult"))
|
|
1644
|
+
UserMessageBlock.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1645
|
+
UserMessageBlock.add_member_subclass(:text, Types::UserMessageBlock::Text)
|
|
1646
|
+
UserMessageBlock.add_member_subclass(:tool_result, Types::UserMessageBlock::ToolResult)
|
|
1647
|
+
UserMessageBlock.add_member_subclass(:unknown, Types::UserMessageBlock::Unknown)
|
|
1648
|
+
UserMessageBlock.struct_class = Types::UserMessageBlock
|
|
1649
|
+
|
|
1650
|
+
UserReference.add_member(:user_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "userId"))
|
|
1651
|
+
UserReference.add_member(:user_type, Shapes::ShapeRef.new(shape: UserType, required: true, location_name: "userType"))
|
|
1652
|
+
UserReference.struct_class = Types::UserReference
|
|
1653
|
+
|
|
1654
|
+
ValidateAwsAssociationsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
1655
|
+
ValidateAwsAssociationsInput.struct_class = Types::ValidateAwsAssociationsInput
|
|
1656
|
+
|
|
1657
|
+
ValidateAwsAssociationsOutput.struct_class = Types::ValidateAwsAssociationsOutput
|
|
1658
|
+
|
|
1659
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1660
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
|
1661
|
+
ValidationException.struct_class = Types::ValidationException
|
|
1662
|
+
|
|
1663
|
+
ValidationExceptionField.add_member(:path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "path"))
|
|
1664
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1665
|
+
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
|
1666
|
+
|
|
1667
|
+
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
|
1668
|
+
|
|
1669
|
+
WebIdentityTokenAudienceList.member = Shapes::ShapeRef.new(shape: String)
|
|
1670
|
+
|
|
1671
|
+
Webhook.add_member(:webhook_url, Shapes::ShapeRef.new(shape: WebhookWebhookUrlString, required: true, location_name: "webhookUrl"))
|
|
1672
|
+
Webhook.add_member(:webhook_type, Shapes::ShapeRef.new(shape: WebhookType, location_name: "webhookType"))
|
|
1673
|
+
Webhook.add_member(:webhook_id, Shapes::ShapeRef.new(shape: WebhookWebhookIdString, required: true, location_name: "webhookId"))
|
|
1674
|
+
Webhook.struct_class = Types::Webhook
|
|
1675
|
+
|
|
1676
|
+
WebhooksList.member = Shapes::ShapeRef.new(shape: Webhook)
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
# @api private
|
|
1680
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
|
1681
|
+
|
|
1682
|
+
api.version = "2026-01-01"
|
|
1683
|
+
|
|
1684
|
+
api.metadata = {
|
|
1685
|
+
"apiVersion" => "2026-01-01",
|
|
1686
|
+
"auth" => ["aws.auth#sigv4"],
|
|
1687
|
+
"endpointPrefix" => "aidevops",
|
|
1688
|
+
"protocol" => "rest-json",
|
|
1689
|
+
"protocols" => ["rest-json"],
|
|
1690
|
+
"serviceFullName" => "AWS DevOps Agent Service",
|
|
1691
|
+
"serviceId" => "DevOps Agent",
|
|
1692
|
+
"signatureVersion" => "v4",
|
|
1693
|
+
"signingName" => "aidevops",
|
|
1694
|
+
"uid" => "devops-agent-2026-01-01",
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
api.add_operation(:allow_vended_log_delivery_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1698
|
+
o.name = "AllowVendedLogDeliveryForResource"
|
|
1699
|
+
o.http_method = "POST"
|
|
1700
|
+
o.http_request_uri = "/allow-vended-log-delivery-for-resource"
|
|
1701
|
+
o.endpoint_pattern = {
|
|
1702
|
+
"hostPrefix" => "cp.",
|
|
1703
|
+
}
|
|
1704
|
+
o.input = Shapes::ShapeRef.new(shape: AllowVendedLogDeliveryForResourceInput)
|
|
1705
|
+
o.output = Shapes::ShapeRef.new(shape: AllowVendedLogDeliveryForResourceOutput)
|
|
1706
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1707
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1708
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1709
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1710
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1711
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1712
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1713
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1714
|
+
end)
|
|
1715
|
+
|
|
1716
|
+
api.add_operation(:associate_service, Seahorse::Model::Operation.new.tap do |o|
|
|
1717
|
+
o.name = "AssociateService"
|
|
1718
|
+
o.http_method = "POST"
|
|
1719
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}/associations"
|
|
1720
|
+
o.endpoint_pattern = {
|
|
1721
|
+
"hostPrefix" => "cp.",
|
|
1722
|
+
}
|
|
1723
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateServiceInput)
|
|
1724
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateServiceOutput)
|
|
1725
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1726
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1727
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1728
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1729
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1730
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1731
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1732
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1733
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1734
|
+
end)
|
|
1735
|
+
|
|
1736
|
+
api.add_operation(:create_agent_space, Seahorse::Model::Operation.new.tap do |o|
|
|
1737
|
+
o.name = "CreateAgentSpace"
|
|
1738
|
+
o.http_method = "POST"
|
|
1739
|
+
o.http_request_uri = "/v1/agentspaces"
|
|
1740
|
+
o.endpoint_pattern = {
|
|
1741
|
+
"hostPrefix" => "cp.",
|
|
1742
|
+
}
|
|
1743
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAgentSpaceInput)
|
|
1744
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAgentSpaceOutput)
|
|
1745
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1746
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1747
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1748
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1749
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1750
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1751
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1752
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1753
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1754
|
+
end)
|
|
1755
|
+
|
|
1756
|
+
api.add_operation(:create_backlog_task, Seahorse::Model::Operation.new.tap do |o|
|
|
1757
|
+
o.name = "CreateBacklogTask"
|
|
1758
|
+
o.http_method = "POST"
|
|
1759
|
+
o.http_request_uri = "/backlog/agent-space/{agentSpaceId}/tasks"
|
|
1760
|
+
o.endpoint_pattern = {
|
|
1761
|
+
"hostPrefix" => "dp.",
|
|
1762
|
+
}
|
|
1763
|
+
o.input = Shapes::ShapeRef.new(shape: CreateBacklogTaskRequest)
|
|
1764
|
+
o.output = Shapes::ShapeRef.new(shape: CreateBacklogTaskResponse)
|
|
1765
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1766
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1767
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1768
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1769
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1770
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1771
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1772
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1773
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1774
|
+
end)
|
|
1775
|
+
|
|
1776
|
+
api.add_operation(:create_chat, Seahorse::Model::Operation.new.tap do |o|
|
|
1777
|
+
o.name = "CreateChat"
|
|
1778
|
+
o.http_method = "POST"
|
|
1779
|
+
o.http_request_uri = "/agents/agent-space/{agentSpaceId}/chat/create"
|
|
1780
|
+
o.endpoint_pattern = {
|
|
1781
|
+
"hostPrefix" => "dp.",
|
|
1782
|
+
}
|
|
1783
|
+
o.input = Shapes::ShapeRef.new(shape: CreateChatRequest)
|
|
1784
|
+
o.output = Shapes::ShapeRef.new(shape: CreateChatResponse)
|
|
1785
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1786
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1787
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1788
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1789
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1790
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1791
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1792
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1793
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1794
|
+
end)
|
|
1795
|
+
|
|
1796
|
+
api.add_operation(:create_private_connection, Seahorse::Model::Operation.new.tap do |o|
|
|
1797
|
+
o.name = "CreatePrivateConnection"
|
|
1798
|
+
o.http_method = "POST"
|
|
1799
|
+
o.http_request_uri = "/v1/private-connections"
|
|
1800
|
+
o.endpoint_pattern = {
|
|
1801
|
+
"hostPrefix" => "cp.",
|
|
1802
|
+
}
|
|
1803
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePrivateConnectionInput)
|
|
1804
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePrivateConnectionOutput)
|
|
1805
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1806
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1807
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1808
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1809
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1810
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1811
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1812
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1813
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1814
|
+
end)
|
|
1815
|
+
|
|
1816
|
+
api.add_operation(:delete_agent_space, Seahorse::Model::Operation.new.tap do |o|
|
|
1817
|
+
o.name = "DeleteAgentSpace"
|
|
1818
|
+
o.http_method = "DELETE"
|
|
1819
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}"
|
|
1820
|
+
o.endpoint_pattern = {
|
|
1821
|
+
"hostPrefix" => "cp.",
|
|
1822
|
+
}
|
|
1823
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAgentSpaceInput)
|
|
1824
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAgentSpaceOutput)
|
|
1825
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1826
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1827
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1828
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1829
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1830
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1831
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1832
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1833
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1834
|
+
end)
|
|
1835
|
+
|
|
1836
|
+
api.add_operation(:delete_private_connection, Seahorse::Model::Operation.new.tap do |o|
|
|
1837
|
+
o.name = "DeletePrivateConnection"
|
|
1838
|
+
o.http_method = "DELETE"
|
|
1839
|
+
o.http_request_uri = "/v1/private-connections/{name}"
|
|
1840
|
+
o.endpoint_pattern = {
|
|
1841
|
+
"hostPrefix" => "cp.",
|
|
1842
|
+
}
|
|
1843
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePrivateConnectionInput)
|
|
1844
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePrivateConnectionOutput)
|
|
1845
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1846
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1847
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1848
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1849
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1850
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1851
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1852
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1853
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1854
|
+
end)
|
|
1855
|
+
|
|
1856
|
+
api.add_operation(:deregister_service, Seahorse::Model::Operation.new.tap do |o|
|
|
1857
|
+
o.name = "DeregisterService"
|
|
1858
|
+
o.http_method = "DELETE"
|
|
1859
|
+
o.http_request_uri = "/v1/services/{serviceId}"
|
|
1860
|
+
o.endpoint_pattern = {
|
|
1861
|
+
"hostPrefix" => "cp.",
|
|
1862
|
+
}
|
|
1863
|
+
o.input = Shapes::ShapeRef.new(shape: DeregisterServiceInput)
|
|
1864
|
+
o.output = Shapes::ShapeRef.new(shape: DeregisterServiceOutput)
|
|
1865
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1866
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1867
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1868
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1869
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1870
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1871
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1872
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1873
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1874
|
+
end)
|
|
1875
|
+
|
|
1876
|
+
api.add_operation(:describe_private_connection, Seahorse::Model::Operation.new.tap do |o|
|
|
1877
|
+
o.name = "DescribePrivateConnection"
|
|
1878
|
+
o.http_method = "GET"
|
|
1879
|
+
o.http_request_uri = "/v1/private-connections/{name}"
|
|
1880
|
+
o.endpoint_pattern = {
|
|
1881
|
+
"hostPrefix" => "cp.",
|
|
1882
|
+
}
|
|
1883
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePrivateConnectionInput)
|
|
1884
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePrivateConnectionOutput)
|
|
1885
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1886
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1887
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1888
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1889
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1890
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1891
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1892
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1893
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1894
|
+
end)
|
|
1895
|
+
|
|
1896
|
+
api.add_operation(:describe_support_level, Seahorse::Model::Operation.new.tap do |o|
|
|
1897
|
+
o.name = "DescribeSupportLevel"
|
|
1898
|
+
o.http_method = "POST"
|
|
1899
|
+
o.http_request_uri = "/support/agent-space/{agentSpaceId}/tasks/{taskId}/supportLevel"
|
|
1900
|
+
o.endpoint_pattern = {
|
|
1901
|
+
"hostPrefix" => "dp.",
|
|
1902
|
+
}
|
|
1903
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeSupportLevelRequest)
|
|
1904
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeSupportLevelResponse)
|
|
1905
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1906
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1907
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1908
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1909
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1910
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1911
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1912
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1913
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1914
|
+
end)
|
|
1915
|
+
|
|
1916
|
+
api.add_operation(:disable_operator_app, Seahorse::Model::Operation.new.tap do |o|
|
|
1917
|
+
o.name = "DisableOperatorApp"
|
|
1918
|
+
o.http_method = "DELETE"
|
|
1919
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}/operator"
|
|
1920
|
+
o.endpoint_pattern = {
|
|
1921
|
+
"hostPrefix" => "cp.",
|
|
1922
|
+
}
|
|
1923
|
+
o.input = Shapes::ShapeRef.new(shape: DisableOperatorAppInput)
|
|
1924
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1925
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1926
|
+
o.errors << Shapes::ShapeRef.new(shape: IdentityCenterServiceException)
|
|
1927
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1928
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1929
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1930
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1931
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1932
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1933
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1934
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1935
|
+
end)
|
|
1936
|
+
|
|
1937
|
+
api.add_operation(:disassociate_service, Seahorse::Model::Operation.new.tap do |o|
|
|
1938
|
+
o.name = "DisassociateService"
|
|
1939
|
+
o.http_method = "DELETE"
|
|
1940
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}/associations/{associationId}"
|
|
1941
|
+
o.endpoint_pattern = {
|
|
1942
|
+
"hostPrefix" => "cp.",
|
|
1943
|
+
}
|
|
1944
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateServiceInput)
|
|
1945
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateServiceOutput)
|
|
1946
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1947
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1948
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1949
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1950
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1951
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1952
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1953
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1954
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1955
|
+
end)
|
|
1956
|
+
|
|
1957
|
+
api.add_operation(:enable_operator_app, Seahorse::Model::Operation.new.tap do |o|
|
|
1958
|
+
o.name = "EnableOperatorApp"
|
|
1959
|
+
o.http_method = "POST"
|
|
1960
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}/operator"
|
|
1961
|
+
o.endpoint_pattern = {
|
|
1962
|
+
"hostPrefix" => "cp.",
|
|
1963
|
+
}
|
|
1964
|
+
o.input = Shapes::ShapeRef.new(shape: EnableOperatorAppInput)
|
|
1965
|
+
o.output = Shapes::ShapeRef.new(shape: EnableOperatorAppOutput)
|
|
1966
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1967
|
+
o.errors << Shapes::ShapeRef.new(shape: IdentityCenterServiceException)
|
|
1968
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1969
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1970
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1971
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1972
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1973
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1974
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1975
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1976
|
+
end)
|
|
1977
|
+
|
|
1978
|
+
api.add_operation(:end_chat_for_case, Seahorse::Model::Operation.new.tap do |o|
|
|
1979
|
+
o.name = "EndChatForCase"
|
|
1980
|
+
o.http_method = "POST"
|
|
1981
|
+
o.http_request_uri = "/support/agent-space/{agentSpaceId}/tasks/{taskId}/end-chat-for-case"
|
|
1982
|
+
o.endpoint_pattern = {
|
|
1983
|
+
"hostPrefix" => "dp.",
|
|
1984
|
+
}
|
|
1985
|
+
o.input = Shapes::ShapeRef.new(shape: EndChatForCaseRequest)
|
|
1986
|
+
o.output = Shapes::ShapeRef.new(shape: EndChatForCaseResponse)
|
|
1987
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1988
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1989
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1990
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1991
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1992
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1993
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1994
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1995
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1996
|
+
end)
|
|
1997
|
+
|
|
1998
|
+
api.add_operation(:get_account_usage, Seahorse::Model::Operation.new.tap do |o|
|
|
1999
|
+
o.name = "GetAccountUsage"
|
|
2000
|
+
o.http_method = "GET"
|
|
2001
|
+
o.http_request_uri = "/usage/account"
|
|
2002
|
+
o.endpoint_pattern = {
|
|
2003
|
+
"hostPrefix" => "dp.",
|
|
2004
|
+
}
|
|
2005
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccountUsageInput)
|
|
2006
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccountUsageOutput)
|
|
2007
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2008
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2009
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2010
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2011
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2012
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2013
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2014
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2015
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2016
|
+
end)
|
|
2017
|
+
|
|
2018
|
+
api.add_operation(:get_agent_space, Seahorse::Model::Operation.new.tap do |o|
|
|
2019
|
+
o.name = "GetAgentSpace"
|
|
2020
|
+
o.http_method = "GET"
|
|
2021
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}"
|
|
2022
|
+
o.endpoint_pattern = {
|
|
2023
|
+
"hostPrefix" => "cp.",
|
|
2024
|
+
}
|
|
2025
|
+
o.input = Shapes::ShapeRef.new(shape: GetAgentSpaceInput)
|
|
2026
|
+
o.output = Shapes::ShapeRef.new(shape: GetAgentSpaceOutput)
|
|
2027
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2028
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2029
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2030
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2031
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2032
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2033
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2034
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2035
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2036
|
+
end)
|
|
2037
|
+
|
|
2038
|
+
api.add_operation(:get_association, Seahorse::Model::Operation.new.tap do |o|
|
|
2039
|
+
o.name = "GetAssociation"
|
|
2040
|
+
o.http_method = "GET"
|
|
2041
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}/associations/{associationId}"
|
|
2042
|
+
o.endpoint_pattern = {
|
|
2043
|
+
"hostPrefix" => "cp.",
|
|
2044
|
+
}
|
|
2045
|
+
o.input = Shapes::ShapeRef.new(shape: GetAssociationInput)
|
|
2046
|
+
o.output = Shapes::ShapeRef.new(shape: GetAssociationOutput)
|
|
2047
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2048
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2049
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2050
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2051
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2052
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2053
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2054
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2055
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2056
|
+
end)
|
|
2057
|
+
|
|
2058
|
+
api.add_operation(:get_backlog_task, Seahorse::Model::Operation.new.tap do |o|
|
|
2059
|
+
o.name = "GetBacklogTask"
|
|
2060
|
+
o.http_method = "GET"
|
|
2061
|
+
o.http_request_uri = "/backlog/agent-space/{agentSpaceId}/tasks/{taskId}"
|
|
2062
|
+
o.endpoint_pattern = {
|
|
2063
|
+
"hostPrefix" => "dp.",
|
|
2064
|
+
}
|
|
2065
|
+
o.input = Shapes::ShapeRef.new(shape: GetBacklogTaskRequest)
|
|
2066
|
+
o.output = Shapes::ShapeRef.new(shape: GetBacklogTaskResponse)
|
|
2067
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2068
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2069
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2070
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2071
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2072
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2073
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2074
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2075
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2076
|
+
end)
|
|
2077
|
+
|
|
2078
|
+
api.add_operation(:get_operator_app, Seahorse::Model::Operation.new.tap do |o|
|
|
2079
|
+
o.name = "GetOperatorApp"
|
|
2080
|
+
o.http_method = "GET"
|
|
2081
|
+
o.http_request_uri = "/v2/agentspaces/{agentSpaceId}/operator"
|
|
2082
|
+
o.endpoint_pattern = {
|
|
2083
|
+
"hostPrefix" => "cp.",
|
|
2084
|
+
}
|
|
2085
|
+
o.input = Shapes::ShapeRef.new(shape: GetOperatorAppInput)
|
|
2086
|
+
o.output = Shapes::ShapeRef.new(shape: GetOperatorAppOutput)
|
|
2087
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2088
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2089
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2090
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2091
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2092
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2093
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2094
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2095
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2096
|
+
end)
|
|
2097
|
+
|
|
2098
|
+
api.add_operation(:get_recommendation, Seahorse::Model::Operation.new.tap do |o|
|
|
2099
|
+
o.name = "GetRecommendation"
|
|
2100
|
+
o.http_method = "GET"
|
|
2101
|
+
o.http_request_uri = "/backlog/agent-space/{agentSpaceId}/recommendations/{recommendationId}"
|
|
2102
|
+
o.endpoint_pattern = {
|
|
2103
|
+
"hostPrefix" => "dp.",
|
|
2104
|
+
}
|
|
2105
|
+
o.input = Shapes::ShapeRef.new(shape: GetRecommendationRequest)
|
|
2106
|
+
o.output = Shapes::ShapeRef.new(shape: GetRecommendationResponse)
|
|
2107
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2108
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2109
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2110
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2111
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2112
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2113
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2114
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2115
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2116
|
+
end)
|
|
2117
|
+
|
|
2118
|
+
api.add_operation(:get_service, Seahorse::Model::Operation.new.tap do |o|
|
|
2119
|
+
o.name = "GetService"
|
|
2120
|
+
o.http_method = "GET"
|
|
2121
|
+
o.http_request_uri = "/v1/services/{serviceId}"
|
|
2122
|
+
o.endpoint_pattern = {
|
|
2123
|
+
"hostPrefix" => "cp.",
|
|
2124
|
+
}
|
|
2125
|
+
o.input = Shapes::ShapeRef.new(shape: GetServiceInput)
|
|
2126
|
+
o.output = Shapes::ShapeRef.new(shape: GetServiceOutput)
|
|
2127
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2128
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2129
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2130
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2131
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2132
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2133
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2134
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2135
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2136
|
+
end)
|
|
2137
|
+
|
|
2138
|
+
api.add_operation(:initiate_chat_for_case, Seahorse::Model::Operation.new.tap do |o|
|
|
2139
|
+
o.name = "InitiateChatForCase"
|
|
2140
|
+
o.http_method = "POST"
|
|
2141
|
+
o.http_request_uri = "/support/agent-space/{agentSpaceId}/tasks/{taskId}/chats"
|
|
2142
|
+
o.endpoint_pattern = {
|
|
2143
|
+
"hostPrefix" => "dp.",
|
|
2144
|
+
}
|
|
2145
|
+
o.input = Shapes::ShapeRef.new(shape: InitiateChatForCaseRequest)
|
|
2146
|
+
o.output = Shapes::ShapeRef.new(shape: InitiateChatForCaseResponse)
|
|
2147
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2148
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2149
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2150
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2151
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2152
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2153
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2154
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2155
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2156
|
+
end)
|
|
2157
|
+
|
|
2158
|
+
api.add_operation(:list_agent_spaces, Seahorse::Model::Operation.new.tap do |o|
|
|
2159
|
+
o.name = "ListAgentSpaces"
|
|
2160
|
+
o.http_method = "POST"
|
|
2161
|
+
o.http_request_uri = "/v1/agentspaces/list"
|
|
2162
|
+
o.endpoint_pattern = {
|
|
2163
|
+
"hostPrefix" => "cp.",
|
|
2164
|
+
}
|
|
2165
|
+
o.input = Shapes::ShapeRef.new(shape: ListAgentSpacesInput)
|
|
2166
|
+
o.output = Shapes::ShapeRef.new(shape: ListAgentSpacesOutput)
|
|
2167
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2168
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2169
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2170
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2171
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2172
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2173
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2174
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2175
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2176
|
+
o[:pager] = Aws::Pager.new(
|
|
2177
|
+
limit_key: "max_results",
|
|
2178
|
+
tokens: {
|
|
2179
|
+
"next_token" => "next_token"
|
|
2180
|
+
}
|
|
2181
|
+
)
|
|
2182
|
+
end)
|
|
2183
|
+
|
|
2184
|
+
api.add_operation(:list_associations, Seahorse::Model::Operation.new.tap do |o|
|
|
2185
|
+
o.name = "ListAssociations"
|
|
2186
|
+
o.http_method = "POST"
|
|
2187
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}/associations/list"
|
|
2188
|
+
o.endpoint_pattern = {
|
|
2189
|
+
"hostPrefix" => "cp.",
|
|
2190
|
+
}
|
|
2191
|
+
o.input = Shapes::ShapeRef.new(shape: ListAssociationsInput)
|
|
2192
|
+
o.output = Shapes::ShapeRef.new(shape: ListAssociationsOutput)
|
|
2193
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2194
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2195
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2196
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2197
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2198
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2199
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2200
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2201
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2202
|
+
o[:pager] = Aws::Pager.new(
|
|
2203
|
+
limit_key: "max_results",
|
|
2204
|
+
tokens: {
|
|
2205
|
+
"next_token" => "next_token"
|
|
2206
|
+
}
|
|
2207
|
+
)
|
|
2208
|
+
end)
|
|
2209
|
+
|
|
2210
|
+
api.add_operation(:list_backlog_tasks, Seahorse::Model::Operation.new.tap do |o|
|
|
2211
|
+
o.name = "ListBacklogTasks"
|
|
2212
|
+
o.http_method = "POST"
|
|
2213
|
+
o.http_request_uri = "/backlog/agent-space/{agentSpaceId}/tasks/list"
|
|
2214
|
+
o.endpoint_pattern = {
|
|
2215
|
+
"hostPrefix" => "dp.",
|
|
2216
|
+
}
|
|
2217
|
+
o.input = Shapes::ShapeRef.new(shape: ListBacklogTasksRequest)
|
|
2218
|
+
o.output = Shapes::ShapeRef.new(shape: ListBacklogTasksResponse)
|
|
2219
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2220
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2221
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2222
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2223
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2224
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2225
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2226
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2227
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2228
|
+
o[:pager] = Aws::Pager.new(
|
|
2229
|
+
limit_key: "limit",
|
|
2230
|
+
tokens: {
|
|
2231
|
+
"next_token" => "next_token"
|
|
2232
|
+
}
|
|
2233
|
+
)
|
|
2234
|
+
end)
|
|
2235
|
+
|
|
2236
|
+
api.add_operation(:list_chats, Seahorse::Model::Operation.new.tap do |o|
|
|
2237
|
+
o.name = "ListChats"
|
|
2238
|
+
o.http_method = "GET"
|
|
2239
|
+
o.http_request_uri = "/agents/agent-space/{agentSpaceId}/chat/list"
|
|
2240
|
+
o.endpoint_pattern = {
|
|
2241
|
+
"hostPrefix" => "dp.",
|
|
2242
|
+
}
|
|
2243
|
+
o.input = Shapes::ShapeRef.new(shape: ListChatsRequest)
|
|
2244
|
+
o.output = Shapes::ShapeRef.new(shape: ListChatsResponse)
|
|
2245
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2246
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2247
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2248
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2249
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2250
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2251
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2252
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2253
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2254
|
+
end)
|
|
2255
|
+
|
|
2256
|
+
api.add_operation(:list_executions, Seahorse::Model::Operation.new.tap do |o|
|
|
2257
|
+
o.name = "ListExecutions"
|
|
2258
|
+
o.http_method = "POST"
|
|
2259
|
+
o.http_request_uri = "/journal/agent-space/{agentSpaceId}/executions"
|
|
2260
|
+
o.endpoint_pattern = {
|
|
2261
|
+
"hostPrefix" => "dp.",
|
|
2262
|
+
}
|
|
2263
|
+
o.input = Shapes::ShapeRef.new(shape: ListExecutionsRequest)
|
|
2264
|
+
o.output = Shapes::ShapeRef.new(shape: ListExecutionsResponse)
|
|
2265
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2266
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2267
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2268
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2269
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2270
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2271
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2272
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2273
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2274
|
+
o[:pager] = Aws::Pager.new(
|
|
2275
|
+
limit_key: "limit",
|
|
2276
|
+
tokens: {
|
|
2277
|
+
"next_token" => "next_token"
|
|
2278
|
+
}
|
|
2279
|
+
)
|
|
2280
|
+
end)
|
|
2281
|
+
|
|
2282
|
+
api.add_operation(:list_goals, Seahorse::Model::Operation.new.tap do |o|
|
|
2283
|
+
o.name = "ListGoals"
|
|
2284
|
+
o.http_method = "POST"
|
|
2285
|
+
o.http_request_uri = "/backlog/agent-space/{agentSpaceId}/goals/list"
|
|
2286
|
+
o.endpoint_pattern = {
|
|
2287
|
+
"hostPrefix" => "dp.",
|
|
2288
|
+
}
|
|
2289
|
+
o.input = Shapes::ShapeRef.new(shape: ListGoalsRequest)
|
|
2290
|
+
o.output = Shapes::ShapeRef.new(shape: ListGoalsResponse)
|
|
2291
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2292
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2293
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2294
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2295
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2296
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2297
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2298
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2299
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2300
|
+
o[:pager] = Aws::Pager.new(
|
|
2301
|
+
limit_key: "limit",
|
|
2302
|
+
tokens: {
|
|
2303
|
+
"next_token" => "next_token"
|
|
2304
|
+
}
|
|
2305
|
+
)
|
|
2306
|
+
end)
|
|
2307
|
+
|
|
2308
|
+
api.add_operation(:list_journal_records, Seahorse::Model::Operation.new.tap do |o|
|
|
2309
|
+
o.name = "ListJournalRecords"
|
|
2310
|
+
o.http_method = "POST"
|
|
2311
|
+
o.http_request_uri = "/journal/agent-space/{agentSpaceId}/journalRecords"
|
|
2312
|
+
o.endpoint_pattern = {
|
|
2313
|
+
"hostPrefix" => "dp.",
|
|
2314
|
+
}
|
|
2315
|
+
o.input = Shapes::ShapeRef.new(shape: ListJournalRecordsRequest)
|
|
2316
|
+
o.output = Shapes::ShapeRef.new(shape: ListJournalRecordsResponse)
|
|
2317
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2318
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2319
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2320
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2321
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2322
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2323
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2324
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2325
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2326
|
+
o[:pager] = Aws::Pager.new(
|
|
2327
|
+
limit_key: "limit",
|
|
2328
|
+
tokens: {
|
|
2329
|
+
"next_token" => "next_token"
|
|
2330
|
+
}
|
|
2331
|
+
)
|
|
2332
|
+
end)
|
|
2333
|
+
|
|
2334
|
+
api.add_operation(:list_pending_messages, Seahorse::Model::Operation.new.tap do |o|
|
|
2335
|
+
o.name = "ListPendingMessages"
|
|
2336
|
+
o.http_method = "POST"
|
|
2337
|
+
o.http_request_uri = "/agents/agent-space/{agentSpaceId}/pendingMessages"
|
|
2338
|
+
o.endpoint_pattern = {
|
|
2339
|
+
"hostPrefix" => "dp.",
|
|
2340
|
+
}
|
|
2341
|
+
o.input = Shapes::ShapeRef.new(shape: ListPendingMessagesRequest)
|
|
2342
|
+
o.output = Shapes::ShapeRef.new(shape: ListPendingMessagesResponse)
|
|
2343
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2344
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2345
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2346
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2347
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2348
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2349
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2350
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2351
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2352
|
+
end)
|
|
2353
|
+
|
|
2354
|
+
api.add_operation(:list_private_connections, Seahorse::Model::Operation.new.tap do |o|
|
|
2355
|
+
o.name = "ListPrivateConnections"
|
|
2356
|
+
o.http_method = "GET"
|
|
2357
|
+
o.http_request_uri = "/v1/private-connections"
|
|
2358
|
+
o.endpoint_pattern = {
|
|
2359
|
+
"hostPrefix" => "cp.",
|
|
2360
|
+
}
|
|
2361
|
+
o.input = Shapes::ShapeRef.new(shape: ListPrivateConnectionsInput)
|
|
2362
|
+
o.output = Shapes::ShapeRef.new(shape: ListPrivateConnectionsOutput)
|
|
2363
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2364
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2365
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2366
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2367
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2368
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2369
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2370
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2371
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2372
|
+
end)
|
|
2373
|
+
|
|
2374
|
+
api.add_operation(:list_recommendations, Seahorse::Model::Operation.new.tap do |o|
|
|
2375
|
+
o.name = "ListRecommendations"
|
|
2376
|
+
o.http_method = "POST"
|
|
2377
|
+
o.http_request_uri = "/backlog/agent-space/{agentSpaceId}/recommendations/list"
|
|
2378
|
+
o.endpoint_pattern = {
|
|
2379
|
+
"hostPrefix" => "dp.",
|
|
2380
|
+
}
|
|
2381
|
+
o.input = Shapes::ShapeRef.new(shape: ListRecommendationsRequest)
|
|
2382
|
+
o.output = Shapes::ShapeRef.new(shape: ListRecommendationsResponse)
|
|
2383
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2384
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2385
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2386
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2387
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2388
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2389
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2390
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2391
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2392
|
+
end)
|
|
2393
|
+
|
|
2394
|
+
api.add_operation(:list_services, Seahorse::Model::Operation.new.tap do |o|
|
|
2395
|
+
o.name = "ListServices"
|
|
2396
|
+
o.http_method = "POST"
|
|
2397
|
+
o.http_request_uri = "/v1/services/list"
|
|
2398
|
+
o.endpoint_pattern = {
|
|
2399
|
+
"hostPrefix" => "cp.",
|
|
2400
|
+
}
|
|
2401
|
+
o.input = Shapes::ShapeRef.new(shape: ListServicesInput)
|
|
2402
|
+
o.output = Shapes::ShapeRef.new(shape: ListServicesOutput)
|
|
2403
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2404
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2405
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2406
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2407
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2408
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2409
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2410
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2411
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2412
|
+
o[:pager] = Aws::Pager.new(
|
|
2413
|
+
limit_key: "max_results",
|
|
2414
|
+
tokens: {
|
|
2415
|
+
"next_token" => "next_token"
|
|
2416
|
+
}
|
|
2417
|
+
)
|
|
2418
|
+
end)
|
|
2419
|
+
|
|
2420
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
2421
|
+
o.name = "ListTagsForResource"
|
|
2422
|
+
o.http_method = "GET"
|
|
2423
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
|
2424
|
+
o.endpoint_pattern = {
|
|
2425
|
+
"hostPrefix" => "cp.",
|
|
2426
|
+
}
|
|
2427
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
|
2428
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
|
2429
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2430
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2431
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2432
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2433
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2434
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2435
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2436
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2437
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2438
|
+
end)
|
|
2439
|
+
|
|
2440
|
+
api.add_operation(:list_webhooks, Seahorse::Model::Operation.new.tap do |o|
|
|
2441
|
+
o.name = "ListWebhooks"
|
|
2442
|
+
o.http_method = "POST"
|
|
2443
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}/associations/{associationId}/webhooks/list"
|
|
2444
|
+
o.endpoint_pattern = {
|
|
2445
|
+
"hostPrefix" => "cp.",
|
|
2446
|
+
}
|
|
2447
|
+
o.input = Shapes::ShapeRef.new(shape: ListWebhooksInput)
|
|
2448
|
+
o.output = Shapes::ShapeRef.new(shape: ListWebhooksOutput)
|
|
2449
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2450
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2451
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2452
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2453
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2454
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2455
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2456
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2457
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2458
|
+
end)
|
|
2459
|
+
|
|
2460
|
+
api.add_operation(:register_service, Seahorse::Model::Operation.new.tap do |o|
|
|
2461
|
+
o.name = "RegisterService"
|
|
2462
|
+
o.http_method = "POST"
|
|
2463
|
+
o.http_request_uri = "/v1/register/{service}"
|
|
2464
|
+
o.endpoint_pattern = {
|
|
2465
|
+
"hostPrefix" => "cp.",
|
|
2466
|
+
}
|
|
2467
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterServiceInput)
|
|
2468
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterServiceOutput)
|
|
2469
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2470
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2471
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2472
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2473
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2474
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2475
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2476
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2477
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2478
|
+
end)
|
|
2479
|
+
|
|
2480
|
+
api.add_operation(:send_message, Seahorse::Model::Operation.new.tap do |o|
|
|
2481
|
+
o.name = "SendMessage"
|
|
2482
|
+
o.http_method = "POST"
|
|
2483
|
+
o.http_request_uri = "/agents/agent-space/{agentSpaceId}/chat/sendMessage"
|
|
2484
|
+
o.endpoint_pattern = {
|
|
2485
|
+
"hostPrefix" => "dp.",
|
|
2486
|
+
}
|
|
2487
|
+
o.input = Shapes::ShapeRef.new(shape: SendMessageRequest)
|
|
2488
|
+
o.output = Shapes::ShapeRef.new(shape: SendMessageResponse)
|
|
2489
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2490
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2491
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2492
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2493
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2494
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2495
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2496
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2497
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2498
|
+
end)
|
|
2499
|
+
|
|
2500
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
2501
|
+
o.name = "TagResource"
|
|
2502
|
+
o.http_method = "POST"
|
|
2503
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
|
2504
|
+
o.endpoint_pattern = {
|
|
2505
|
+
"hostPrefix" => "cp.",
|
|
2506
|
+
}
|
|
2507
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
|
2508
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
|
2509
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2510
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2511
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2512
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2513
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2514
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2515
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2516
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2517
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2518
|
+
end)
|
|
2519
|
+
|
|
2520
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
2521
|
+
o.name = "UntagResource"
|
|
2522
|
+
o.http_method = "DELETE"
|
|
2523
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
|
2524
|
+
o.endpoint_pattern = {
|
|
2525
|
+
"hostPrefix" => "cp.",
|
|
2526
|
+
}
|
|
2527
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
|
2528
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
|
2529
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2530
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2531
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2532
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2533
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2534
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2535
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2536
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2537
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2538
|
+
end)
|
|
2539
|
+
|
|
2540
|
+
api.add_operation(:update_agent_space, Seahorse::Model::Operation.new.tap do |o|
|
|
2541
|
+
o.name = "UpdateAgentSpace"
|
|
2542
|
+
o.http_method = "PATCH"
|
|
2543
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}"
|
|
2544
|
+
o.endpoint_pattern = {
|
|
2545
|
+
"hostPrefix" => "cp.",
|
|
2546
|
+
}
|
|
2547
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAgentSpaceInput)
|
|
2548
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAgentSpaceOutput)
|
|
2549
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2550
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2551
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2552
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2553
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2554
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2555
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2556
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2557
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2558
|
+
end)
|
|
2559
|
+
|
|
2560
|
+
api.add_operation(:update_association, Seahorse::Model::Operation.new.tap do |o|
|
|
2561
|
+
o.name = "UpdateAssociation"
|
|
2562
|
+
o.http_method = "PATCH"
|
|
2563
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}/associations/{associationId}"
|
|
2564
|
+
o.endpoint_pattern = {
|
|
2565
|
+
"hostPrefix" => "cp.",
|
|
2566
|
+
}
|
|
2567
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAssociationInput)
|
|
2568
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAssociationOutput)
|
|
2569
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2570
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2571
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2572
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2573
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2574
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2575
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2576
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2577
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2578
|
+
end)
|
|
2579
|
+
|
|
2580
|
+
api.add_operation(:update_backlog_task, Seahorse::Model::Operation.new.tap do |o|
|
|
2581
|
+
o.name = "UpdateBacklogTask"
|
|
2582
|
+
o.http_method = "PATCH"
|
|
2583
|
+
o.http_request_uri = "/backlog/agent-space/{agentSpaceId}/tasks/{taskId}"
|
|
2584
|
+
o.endpoint_pattern = {
|
|
2585
|
+
"hostPrefix" => "dp.",
|
|
2586
|
+
}
|
|
2587
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateBacklogTaskRequest)
|
|
2588
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateBacklogTaskResponse)
|
|
2589
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2590
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2591
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2592
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2593
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2594
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2595
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2596
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2597
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2598
|
+
end)
|
|
2599
|
+
|
|
2600
|
+
api.add_operation(:update_goal, Seahorse::Model::Operation.new.tap do |o|
|
|
2601
|
+
o.name = "UpdateGoal"
|
|
2602
|
+
o.http_method = "PATCH"
|
|
2603
|
+
o.http_request_uri = "/backlog/agent-space/{agentSpaceId}/goals/{goalId}"
|
|
2604
|
+
o.endpoint_pattern = {
|
|
2605
|
+
"hostPrefix" => "dp.",
|
|
2606
|
+
}
|
|
2607
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGoalRequest)
|
|
2608
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGoalResponse)
|
|
2609
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2610
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2611
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2612
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2613
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2614
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2615
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2616
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2617
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2618
|
+
end)
|
|
2619
|
+
|
|
2620
|
+
api.add_operation(:update_operator_app_idp_config, Seahorse::Model::Operation.new.tap do |o|
|
|
2621
|
+
o.name = "UpdateOperatorAppIdpConfig"
|
|
2622
|
+
o.http_method = "PATCH"
|
|
2623
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}/operator/idp"
|
|
2624
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateOperatorAppIdpConfigInput)
|
|
2625
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateOperatorAppIdpConfigOutput)
|
|
2626
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2627
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2628
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2629
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2630
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2631
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2632
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2633
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2634
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2635
|
+
end)
|
|
2636
|
+
|
|
2637
|
+
api.add_operation(:update_private_connection_certificate, Seahorse::Model::Operation.new.tap do |o|
|
|
2638
|
+
o.name = "UpdatePrivateConnectionCertificate"
|
|
2639
|
+
o.http_method = "POST"
|
|
2640
|
+
o.http_request_uri = "/v1/private-connections/{name}/certificate"
|
|
2641
|
+
o.endpoint_pattern = {
|
|
2642
|
+
"hostPrefix" => "cp.",
|
|
2643
|
+
}
|
|
2644
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePrivateConnectionCertificateInput)
|
|
2645
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePrivateConnectionCertificateOutput)
|
|
2646
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2647
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2648
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2649
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2650
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2651
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2652
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2653
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2654
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2655
|
+
end)
|
|
2656
|
+
|
|
2657
|
+
api.add_operation(:update_recommendation, Seahorse::Model::Operation.new.tap do |o|
|
|
2658
|
+
o.name = "UpdateRecommendation"
|
|
2659
|
+
o.http_method = "PATCH"
|
|
2660
|
+
o.http_request_uri = "/backlog/agent-space/{agentSpaceId}/recommendations/{recommendationId}"
|
|
2661
|
+
o.endpoint_pattern = {
|
|
2662
|
+
"hostPrefix" => "dp.",
|
|
2663
|
+
}
|
|
2664
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateRecommendationRequest)
|
|
2665
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateRecommendationResponse)
|
|
2666
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2667
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2668
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2669
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2670
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2671
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2672
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2673
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2674
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2675
|
+
end)
|
|
2676
|
+
|
|
2677
|
+
api.add_operation(:validate_aws_associations, Seahorse::Model::Operation.new.tap do |o|
|
|
2678
|
+
o.name = "ValidateAwsAssociations"
|
|
2679
|
+
o.http_method = "POST"
|
|
2680
|
+
o.http_request_uri = "/v1/agentspaces/{agentSpaceId}/associations/validate"
|
|
2681
|
+
o.endpoint_pattern = {
|
|
2682
|
+
"hostPrefix" => "cp.",
|
|
2683
|
+
}
|
|
2684
|
+
o.input = Shapes::ShapeRef.new(shape: ValidateAwsAssociationsInput)
|
|
2685
|
+
o.output = Shapes::ShapeRef.new(shape: ValidateAwsAssociationsOutput)
|
|
2686
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2687
|
+
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
2688
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2689
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2690
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2691
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2692
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2693
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2694
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2695
|
+
end)
|
|
2696
|
+
end
|
|
2697
|
+
|
|
2698
|
+
end
|
|
2699
|
+
end
|