aws-sdk-securityagent 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1856 @@
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::SecurityAgent
12
+ # @api private
13
+ module ClientApi
14
+
15
+ include Seahorse::Model
16
+
17
+ AWSResources = Shapes::StructureShape.new(name: 'AWSResources')
18
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
19
+ AccessType = Shapes::StringShape.new(name: 'AccessType')
20
+ Actor = Shapes::StructureShape.new(name: 'Actor')
21
+ ActorList = Shapes::ListShape.new(name: 'ActorList')
22
+ AddArtifactInput = Shapes::StructureShape.new(name: 'AddArtifactInput')
23
+ AddArtifactOutput = Shapes::StructureShape.new(name: 'AddArtifactOutput')
24
+ AgentName = Shapes::StringShape.new(name: 'AgentName')
25
+ AgentSpace = Shapes::StructureShape.new(name: 'AgentSpace')
26
+ AgentSpaceId = Shapes::StringShape.new(name: 'AgentSpaceId')
27
+ AgentSpaceIdList = Shapes::ListShape.new(name: 'AgentSpaceIdList')
28
+ AgentSpaceList = Shapes::ListShape.new(name: 'AgentSpaceList')
29
+ AgentSpaceSummary = Shapes::StructureShape.new(name: 'AgentSpaceSummary')
30
+ AgentSpaceSummaryList = Shapes::ListShape.new(name: 'AgentSpaceSummaryList')
31
+ ApplicationDomain = Shapes::StringShape.new(name: 'ApplicationDomain')
32
+ ApplicationId = Shapes::StringShape.new(name: 'ApplicationId')
33
+ ApplicationSummary = Shapes::StructureShape.new(name: 'ApplicationSummary')
34
+ ApplicationSummaryList = Shapes::ListShape.new(name: 'ApplicationSummaryList')
35
+ Artifact = Shapes::StructureShape.new(name: 'Artifact')
36
+ ArtifactId = Shapes::StringShape.new(name: 'ArtifactId')
37
+ ArtifactIds = Shapes::ListShape.new(name: 'ArtifactIds')
38
+ ArtifactMetadataItem = Shapes::StructureShape.new(name: 'ArtifactMetadataItem')
39
+ ArtifactMetadataList = Shapes::ListShape.new(name: 'ArtifactMetadataList')
40
+ ArtifactSummary = Shapes::StructureShape.new(name: 'ArtifactSummary')
41
+ ArtifactSummaryList = Shapes::ListShape.new(name: 'ArtifactSummaryList')
42
+ ArtifactType = Shapes::StringShape.new(name: 'ArtifactType')
43
+ Assets = Shapes::StructureShape.new(name: 'Assets')
44
+ AuthCode = Shapes::StringShape.new(name: 'AuthCode')
45
+ Authentication = Shapes::StructureShape.new(name: 'Authentication')
46
+ AuthenticationProviderType = Shapes::StringShape.new(name: 'AuthenticationProviderType')
47
+ BatchDeletePentestsInput = Shapes::StructureShape.new(name: 'BatchDeletePentestsInput')
48
+ BatchDeletePentestsOutput = Shapes::StructureShape.new(name: 'BatchDeletePentestsOutput')
49
+ BatchGetAgentSpacesInput = Shapes::StructureShape.new(name: 'BatchGetAgentSpacesInput')
50
+ BatchGetAgentSpacesOutput = Shapes::StructureShape.new(name: 'BatchGetAgentSpacesOutput')
51
+ BatchGetArtifactMetadataInput = Shapes::StructureShape.new(name: 'BatchGetArtifactMetadataInput')
52
+ BatchGetArtifactMetadataOutput = Shapes::StructureShape.new(name: 'BatchGetArtifactMetadataOutput')
53
+ BatchGetFindingsInput = Shapes::StructureShape.new(name: 'BatchGetFindingsInput')
54
+ BatchGetFindingsOutput = Shapes::StructureShape.new(name: 'BatchGetFindingsOutput')
55
+ BatchGetPentestJobTasksInput = Shapes::StructureShape.new(name: 'BatchGetPentestJobTasksInput')
56
+ BatchGetPentestJobTasksOutput = Shapes::StructureShape.new(name: 'BatchGetPentestJobTasksOutput')
57
+ BatchGetPentestJobsInput = Shapes::StructureShape.new(name: 'BatchGetPentestJobsInput')
58
+ BatchGetPentestJobsOutput = Shapes::StructureShape.new(name: 'BatchGetPentestJobsOutput')
59
+ BatchGetPentestsInput = Shapes::StructureShape.new(name: 'BatchGetPentestsInput')
60
+ BatchGetPentestsOutput = Shapes::StructureShape.new(name: 'BatchGetPentestsOutput')
61
+ BatchGetTargetDomainsInput = Shapes::StructureShape.new(name: 'BatchGetTargetDomainsInput')
62
+ BatchGetTargetDomainsOutput = Shapes::StructureShape.new(name: 'BatchGetTargetDomainsOutput')
63
+ Blob = Shapes::BlobShape.new(name: 'Blob')
64
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
65
+ Category = Shapes::StructureShape.new(name: 'Category')
66
+ CategoryList = Shapes::ListShape.new(name: 'CategoryList')
67
+ CloudWatchLog = Shapes::StructureShape.new(name: 'CloudWatchLog')
68
+ CodeRemediationStrategy = Shapes::StringShape.new(name: 'CodeRemediationStrategy')
69
+ CodeRemediationTask = Shapes::StructureShape.new(name: 'CodeRemediationTask')
70
+ CodeRemediationTaskDetails = Shapes::StructureShape.new(name: 'CodeRemediationTaskDetails')
71
+ CodeRemediationTaskDetailsList = Shapes::ListShape.new(name: 'CodeRemediationTaskDetailsList')
72
+ CodeRemediationTaskStatus = Shapes::StringShape.new(name: 'CodeRemediationTaskStatus')
73
+ CodeReviewSettings = Shapes::StructureShape.new(name: 'CodeReviewSettings')
74
+ ConfidenceLevel = Shapes::StringShape.new(name: 'ConfidenceLevel')
75
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
76
+ ContextType = Shapes::StringShape.new(name: 'ContextType')
77
+ CreateAgentSpaceInput = Shapes::StructureShape.new(name: 'CreateAgentSpaceInput')
78
+ CreateAgentSpaceOutput = Shapes::StructureShape.new(name: 'CreateAgentSpaceOutput')
79
+ CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
80
+ CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
81
+ CreateIntegrationInput = Shapes::StructureShape.new(name: 'CreateIntegrationInput')
82
+ CreateIntegrationOutput = Shapes::StructureShape.new(name: 'CreateIntegrationOutput')
83
+ CreateMembershipRequest = Shapes::StructureShape.new(name: 'CreateMembershipRequest')
84
+ CreateMembershipResponse = Shapes::StructureShape.new(name: 'CreateMembershipResponse')
85
+ CreatePentestInput = Shapes::StructureShape.new(name: 'CreatePentestInput')
86
+ CreatePentestOutput = Shapes::StructureShape.new(name: 'CreatePentestOutput')
87
+ CreateTargetDomainInput = Shapes::StructureShape.new(name: 'CreateTargetDomainInput')
88
+ CreateTargetDomainOutput = Shapes::StructureShape.new(name: 'CreateTargetDomainOutput')
89
+ CsrfState = Shapes::StringShape.new(name: 'CsrfState')
90
+ CustomHeader = Shapes::StructureShape.new(name: 'CustomHeader')
91
+ CustomHeaderList = Shapes::ListShape.new(name: 'CustomHeaderList')
92
+ DNSRecordType = Shapes::StringShape.new(name: 'DNSRecordType')
93
+ DefaultKmsKeyId = Shapes::StringShape.new(name: 'DefaultKmsKeyId')
94
+ DeleteAgentSpaceInput = Shapes::StructureShape.new(name: 'DeleteAgentSpaceInput')
95
+ DeleteAgentSpaceOutput = Shapes::StructureShape.new(name: 'DeleteAgentSpaceOutput')
96
+ DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
97
+ DeleteArtifactInput = Shapes::StructureShape.new(name: 'DeleteArtifactInput')
98
+ DeleteArtifactOutput = Shapes::StructureShape.new(name: 'DeleteArtifactOutput')
99
+ DeleteIntegrationInput = Shapes::StructureShape.new(name: 'DeleteIntegrationInput')
100
+ DeleteIntegrationOutput = Shapes::StructureShape.new(name: 'DeleteIntegrationOutput')
101
+ DeleteMembershipRequest = Shapes::StructureShape.new(name: 'DeleteMembershipRequest')
102
+ DeleteMembershipResponse = Shapes::StructureShape.new(name: 'DeleteMembershipResponse')
103
+ DeletePentestFailure = Shapes::StructureShape.new(name: 'DeletePentestFailure')
104
+ DeletePentestFailureList = Shapes::ListShape.new(name: 'DeletePentestFailureList')
105
+ DeleteTargetDomainInput = Shapes::StructureShape.new(name: 'DeleteTargetDomainInput')
106
+ DeleteTargetDomainOutput = Shapes::StructureShape.new(name: 'DeleteTargetDomainOutput')
107
+ DiscoveredEndpoint = Shapes::StructureShape.new(name: 'DiscoveredEndpoint')
108
+ DiscoveredEndpointList = Shapes::ListShape.new(name: 'DiscoveredEndpointList')
109
+ DnsVerification = Shapes::StructureShape.new(name: 'DnsVerification')
110
+ DocumentInfo = Shapes::StructureShape.new(name: 'DocumentInfo')
111
+ DocumentList = Shapes::ListShape.new(name: 'DocumentList')
112
+ DomainVerificationMethod = Shapes::StringShape.new(name: 'DomainVerificationMethod')
113
+ Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
114
+ EndpointList = Shapes::ListShape.new(name: 'EndpointList')
115
+ ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
116
+ ErrorInformation = Shapes::StructureShape.new(name: 'ErrorInformation')
117
+ ExecutionContext = Shapes::StructureShape.new(name: 'ExecutionContext')
118
+ ExecutionContextList = Shapes::ListShape.new(name: 'ExecutionContextList')
119
+ Finding = Shapes::StructureShape.new(name: 'Finding')
120
+ FindingIdList = Shapes::ListShape.new(name: 'FindingIdList')
121
+ FindingList = Shapes::ListShape.new(name: 'FindingList')
122
+ FindingStatus = Shapes::StringShape.new(name: 'FindingStatus')
123
+ FindingSummary = Shapes::StructureShape.new(name: 'FindingSummary')
124
+ FindingSummaryList = Shapes::ListShape.new(name: 'FindingSummaryList')
125
+ GetApplicationRequest = Shapes::StructureShape.new(name: 'GetApplicationRequest')
126
+ GetApplicationResponse = Shapes::StructureShape.new(name: 'GetApplicationResponse')
127
+ GetArtifactInput = Shapes::StructureShape.new(name: 'GetArtifactInput')
128
+ GetArtifactOutput = Shapes::StructureShape.new(name: 'GetArtifactOutput')
129
+ GetIntegrationInput = Shapes::StructureShape.new(name: 'GetIntegrationInput')
130
+ GetIntegrationOutput = Shapes::StructureShape.new(name: 'GetIntegrationOutput')
131
+ GitHubIntegrationInput = Shapes::StructureShape.new(name: 'GitHubIntegrationInput')
132
+ GitHubOwner = Shapes::StringShape.new(name: 'GitHubOwner')
133
+ GitHubRepositoryMetadata = Shapes::StructureShape.new(name: 'GitHubRepositoryMetadata')
134
+ GitHubRepositoryResource = Shapes::StructureShape.new(name: 'GitHubRepositoryResource')
135
+ GitHubResourceCapabilities = Shapes::StructureShape.new(name: 'GitHubResourceCapabilities')
136
+ HttpVerification = Shapes::StructureShape.new(name: 'HttpVerification')
137
+ IamRoles = Shapes::ListShape.new(name: 'IamRoles')
138
+ IdCApplicationArn = Shapes::StringShape.new(name: 'IdCApplicationArn')
139
+ IdCConfiguration = Shapes::StructureShape.new(name: 'IdCConfiguration')
140
+ IdCInstanceArn = Shapes::StringShape.new(name: 'IdCInstanceArn')
141
+ InitiateProviderRegistrationInput = Shapes::StructureShape.new(name: 'InitiateProviderRegistrationInput')
142
+ InitiateProviderRegistrationOutput = Shapes::StructureShape.new(name: 'InitiateProviderRegistrationOutput')
143
+ IntegratedRepository = Shapes::StructureShape.new(name: 'IntegratedRepository')
144
+ IntegratedRepositoryList = Shapes::ListShape.new(name: 'IntegratedRepositoryList')
145
+ IntegratedResource = Shapes::UnionShape.new(name: 'IntegratedResource')
146
+ IntegratedResourceInputItem = Shapes::StructureShape.new(name: 'IntegratedResourceInputItem')
147
+ IntegratedResourceInputItemList = Shapes::ListShape.new(name: 'IntegratedResourceInputItemList')
148
+ IntegratedResourceMetadata = Shapes::UnionShape.new(name: 'IntegratedResourceMetadata')
149
+ IntegratedResourceSummary = Shapes::StructureShape.new(name: 'IntegratedResourceSummary')
150
+ IntegratedResourceSummaryList = Shapes::ListShape.new(name: 'IntegratedResourceSummaryList')
151
+ IntegrationFilter = Shapes::UnionShape.new(name: 'IntegrationFilter')
152
+ IntegrationId = Shapes::StringShape.new(name: 'IntegrationId')
153
+ IntegrationSummary = Shapes::StructureShape.new(name: 'IntegrationSummary')
154
+ IntegrationSummaryList = Shapes::ListShape.new(name: 'IntegrationSummaryList')
155
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
156
+ JobStatus = Shapes::StringShape.new(name: 'JobStatus')
157
+ KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
158
+ LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
159
+ LambdaFunctionArns = Shapes::ListShape.new(name: 'LambdaFunctionArns')
160
+ ListAgentSpacesInput = Shapes::StructureShape.new(name: 'ListAgentSpacesInput')
161
+ ListAgentSpacesOutput = Shapes::StructureShape.new(name: 'ListAgentSpacesOutput')
162
+ ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
163
+ ListApplicationsResponse = Shapes::StructureShape.new(name: 'ListApplicationsResponse')
164
+ ListArtifactsInput = Shapes::StructureShape.new(name: 'ListArtifactsInput')
165
+ ListArtifactsOutput = Shapes::StructureShape.new(name: 'ListArtifactsOutput')
166
+ ListDiscoveredEndpointsInput = Shapes::StructureShape.new(name: 'ListDiscoveredEndpointsInput')
167
+ ListDiscoveredEndpointsOutput = Shapes::StructureShape.new(name: 'ListDiscoveredEndpointsOutput')
168
+ ListFindingsInput = Shapes::StructureShape.new(name: 'ListFindingsInput')
169
+ ListFindingsOutput = Shapes::StructureShape.new(name: 'ListFindingsOutput')
170
+ ListIntegratedResourcesInput = Shapes::StructureShape.new(name: 'ListIntegratedResourcesInput')
171
+ ListIntegratedResourcesOutput = Shapes::StructureShape.new(name: 'ListIntegratedResourcesOutput')
172
+ ListIntegrationsInput = Shapes::StructureShape.new(name: 'ListIntegrationsInput')
173
+ ListIntegrationsOutput = Shapes::StructureShape.new(name: 'ListIntegrationsOutput')
174
+ ListMembershipsRequest = Shapes::StructureShape.new(name: 'ListMembershipsRequest')
175
+ ListMembershipsResponse = Shapes::StructureShape.new(name: 'ListMembershipsResponse')
176
+ ListPentestJobTasksInput = Shapes::StructureShape.new(name: 'ListPentestJobTasksInput')
177
+ ListPentestJobTasksOutput = Shapes::StructureShape.new(name: 'ListPentestJobTasksOutput')
178
+ ListPentestJobsForPentestInput = Shapes::StructureShape.new(name: 'ListPentestJobsForPentestInput')
179
+ ListPentestJobsForPentestOutput = Shapes::StructureShape.new(name: 'ListPentestJobsForPentestOutput')
180
+ ListPentestsInput = Shapes::StructureShape.new(name: 'ListPentestsInput')
181
+ ListPentestsOutput = Shapes::StructureShape.new(name: 'ListPentestsOutput')
182
+ ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
183
+ ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
184
+ ListTargetDomainsInput = Shapes::StructureShape.new(name: 'ListTargetDomainsInput')
185
+ ListTargetDomainsOutput = Shapes::StructureShape.new(name: 'ListTargetDomainsOutput')
186
+ Location = Shapes::StringShape.new(name: 'Location')
187
+ LogGroupArn = Shapes::StringShape.new(name: 'LogGroupArn')
188
+ LogGroupArns = Shapes::ListShape.new(name: 'LogGroupArns')
189
+ LogLocation = Shapes::StructureShape.new(name: 'LogLocation')
190
+ LogType = Shapes::StringShape.new(name: 'LogType')
191
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
192
+ MemberMetadata = Shapes::UnionShape.new(name: 'MemberMetadata')
193
+ MembershipConfig = Shapes::UnionShape.new(name: 'MembershipConfig')
194
+ MembershipId = Shapes::StringShape.new(name: 'MembershipId')
195
+ MembershipSummary = Shapes::StructureShape.new(name: 'MembershipSummary')
196
+ MembershipSummaryList = Shapes::ListShape.new(name: 'MembershipSummaryList')
197
+ MembershipType = Shapes::StringShape.new(name: 'MembershipType')
198
+ MembershipTypeFilter = Shapes::StringShape.new(name: 'MembershipTypeFilter')
199
+ NetworkTrafficConfig = Shapes::StructureShape.new(name: 'NetworkTrafficConfig')
200
+ NetworkTrafficRule = Shapes::StructureShape.new(name: 'NetworkTrafficRule')
201
+ NetworkTrafficRuleEffect = Shapes::StringShape.new(name: 'NetworkTrafficRuleEffect')
202
+ NetworkTrafficRuleList = Shapes::ListShape.new(name: 'NetworkTrafficRuleList')
203
+ NetworkTrafficRuleType = Shapes::StringShape.new(name: 'NetworkTrafficRuleType')
204
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
205
+ Pentest = Shapes::StructureShape.new(name: 'Pentest')
206
+ PentestIdList = Shapes::ListShape.new(name: 'PentestIdList')
207
+ PentestJob = Shapes::StructureShape.new(name: 'PentestJob')
208
+ PentestJobIdList = Shapes::ListShape.new(name: 'PentestJobIdList')
209
+ PentestJobList = Shapes::ListShape.new(name: 'PentestJobList')
210
+ PentestJobSummary = Shapes::StructureShape.new(name: 'PentestJobSummary')
211
+ PentestJobSummaryList = Shapes::ListShape.new(name: 'PentestJobSummaryList')
212
+ PentestList = Shapes::ListShape.new(name: 'PentestList')
213
+ PentestSummary = Shapes::StructureShape.new(name: 'PentestSummary')
214
+ PentestSummaryList = Shapes::ListShape.new(name: 'PentestSummaryList')
215
+ Provider = Shapes::StringShape.new(name: 'Provider')
216
+ ProviderInput = Shapes::UnionShape.new(name: 'ProviderInput')
217
+ ProviderResourceCapabilities = Shapes::UnionShape.new(name: 'ProviderResourceCapabilities')
218
+ ProviderResourceId = Shapes::StringShape.new(name: 'ProviderResourceId')
219
+ ProviderResourceName = Shapes::StringShape.new(name: 'ProviderResourceName')
220
+ ProviderType = Shapes::StringShape.new(name: 'ProviderType')
221
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
222
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
223
+ ResourceType = Shapes::StringShape.new(name: 'ResourceType')
224
+ RiskLevel = Shapes::StringShape.new(name: 'RiskLevel')
225
+ RiskType = Shapes::StringShape.new(name: 'RiskType')
226
+ RiskTypeList = Shapes::ListShape.new(name: 'RiskTypeList')
227
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
228
+ S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
229
+ S3BucketArns = Shapes::ListShape.new(name: 'S3BucketArns')
230
+ SecretArn = Shapes::StringShape.new(name: 'SecretArn')
231
+ SecretArns = Shapes::ListShape.new(name: 'SecretArns')
232
+ SecurityGroupArn = Shapes::StringShape.new(name: 'SecurityGroupArn')
233
+ SecurityGroupArns = Shapes::ListShape.new(name: 'SecurityGroupArns')
234
+ SensitiveEmail = Shapes::StringShape.new(name: 'SensitiveEmail')
235
+ ServiceRole = Shapes::StringShape.new(name: 'ServiceRole')
236
+ SourceCodeRepository = Shapes::StructureShape.new(name: 'SourceCodeRepository')
237
+ SourceCodeRepositoryList = Shapes::ListShape.new(name: 'SourceCodeRepositoryList')
238
+ StartCodeRemediationInput = Shapes::StructureShape.new(name: 'StartCodeRemediationInput')
239
+ StartCodeRemediationOutput = Shapes::StructureShape.new(name: 'StartCodeRemediationOutput')
240
+ StartPentestJobInput = Shapes::StructureShape.new(name: 'StartPentestJobInput')
241
+ StartPentestJobOutput = Shapes::StructureShape.new(name: 'StartPentestJobOutput')
242
+ Step = Shapes::StructureShape.new(name: 'Step')
243
+ StepList = Shapes::ListShape.new(name: 'StepList')
244
+ StepName = Shapes::StringShape.new(name: 'StepName')
245
+ StepStatus = Shapes::StringShape.new(name: 'StepStatus')
246
+ StopPentestJobInput = Shapes::StructureShape.new(name: 'StopPentestJobInput')
247
+ StopPentestJobOutput = Shapes::StructureShape.new(name: 'StopPentestJobOutput')
248
+ String = Shapes::StringShape.new(name: 'String')
249
+ SubnetArn = Shapes::StringShape.new(name: 'SubnetArn')
250
+ SubnetArns = Shapes::ListShape.new(name: 'SubnetArns')
251
+ SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
252
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
253
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
254
+ TagMap = Shapes::MapShape.new(name: 'TagMap')
255
+ TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
256
+ TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
257
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
258
+ TargetDomain = Shapes::StructureShape.new(name: 'TargetDomain')
259
+ TargetDomainId = Shapes::StringShape.new(name: 'TargetDomainId')
260
+ TargetDomainIdList = Shapes::ListShape.new(name: 'TargetDomainIdList')
261
+ TargetDomainList = Shapes::ListShape.new(name: 'TargetDomainList')
262
+ TargetDomainStatus = Shapes::StringShape.new(name: 'TargetDomainStatus')
263
+ TargetDomainSummary = Shapes::StructureShape.new(name: 'TargetDomainSummary')
264
+ TargetDomainSummaryList = Shapes::ListShape.new(name: 'TargetDomainSummaryList')
265
+ Task = Shapes::StructureShape.new(name: 'Task')
266
+ TaskExecutionStatus = Shapes::StringShape.new(name: 'TaskExecutionStatus')
267
+ TaskIdList = Shapes::ListShape.new(name: 'TaskIdList')
268
+ TaskList = Shapes::ListShape.new(name: 'TaskList')
269
+ TaskSummary = Shapes::StructureShape.new(name: 'TaskSummary')
270
+ TaskSummaryList = Shapes::ListShape.new(name: 'TaskSummaryList')
271
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
272
+ UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
273
+ UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
274
+ UpdateAgentSpaceInput = Shapes::StructureShape.new(name: 'UpdateAgentSpaceInput')
275
+ UpdateAgentSpaceOutput = Shapes::StructureShape.new(name: 'UpdateAgentSpaceOutput')
276
+ UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
277
+ UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
278
+ UpdateFindingInput = Shapes::StructureShape.new(name: 'UpdateFindingInput')
279
+ UpdateFindingOutput = Shapes::StructureShape.new(name: 'UpdateFindingOutput')
280
+ UpdateIntegratedResourcesInput = Shapes::StructureShape.new(name: 'UpdateIntegratedResourcesInput')
281
+ UpdateIntegratedResourcesOutput = Shapes::StructureShape.new(name: 'UpdateIntegratedResourcesOutput')
282
+ UpdatePentestInput = Shapes::StructureShape.new(name: 'UpdatePentestInput')
283
+ UpdatePentestOutput = Shapes::StructureShape.new(name: 'UpdatePentestOutput')
284
+ UpdateTargetDomainInput = Shapes::StructureShape.new(name: 'UpdateTargetDomainInput')
285
+ UpdateTargetDomainOutput = Shapes::StructureShape.new(name: 'UpdateTargetDomainOutput')
286
+ UriList = Shapes::ListShape.new(name: 'UriList')
287
+ UserConfig = Shapes::StructureShape.new(name: 'UserConfig')
288
+ UserMetadata = Shapes::StructureShape.new(name: 'UserMetadata')
289
+ UserRole = Shapes::StringShape.new(name: 'UserRole')
290
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
291
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
292
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
293
+ VerificationDetails = Shapes::StructureShape.new(name: 'VerificationDetails')
294
+ VerifyTargetDomainInput = Shapes::StructureShape.new(name: 'VerifyTargetDomainInput')
295
+ VerifyTargetDomainOutput = Shapes::StructureShape.new(name: 'VerifyTargetDomainOutput')
296
+ VpcArn = Shapes::StringShape.new(name: 'VpcArn')
297
+ VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
298
+ VpcConfigs = Shapes::ListShape.new(name: 'VpcConfigs')
299
+
300
+ AWSResources.add_member(:vpcs, Shapes::ShapeRef.new(shape: VpcConfigs, location_name: "vpcs"))
301
+ AWSResources.add_member(:log_groups, Shapes::ShapeRef.new(shape: LogGroupArns, location_name: "logGroups"))
302
+ AWSResources.add_member(:s3_buckets, Shapes::ShapeRef.new(shape: S3BucketArns, location_name: "s3Buckets"))
303
+ AWSResources.add_member(:secret_arns, Shapes::ShapeRef.new(shape: SecretArns, location_name: "secretArns"))
304
+ AWSResources.add_member(:lambda_function_arns, Shapes::ShapeRef.new(shape: LambdaFunctionArns, location_name: "lambdaFunctionArns"))
305
+ AWSResources.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoles, location_name: "iamRoles"))
306
+ AWSResources.struct_class = Types::AWSResources
307
+
308
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
309
+ AccessDeniedException.struct_class = Types::AccessDeniedException
310
+
311
+ Actor.add_member(:identifier, Shapes::ShapeRef.new(shape: String, location_name: "identifier"))
312
+ Actor.add_member(:uris, Shapes::ShapeRef.new(shape: UriList, location_name: "uris"))
313
+ Actor.add_member(:authentication, Shapes::ShapeRef.new(shape: Authentication, location_name: "authentication"))
314
+ Actor.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
315
+ Actor.struct_class = Types::Actor
316
+
317
+ ActorList.member = Shapes::ShapeRef.new(shape: Actor)
318
+
319
+ AddArtifactInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
320
+ AddArtifactInput.add_member(:artifact_content, Shapes::ShapeRef.new(shape: Blob, required: true, location_name: "artifactContent"))
321
+ AddArtifactInput.add_member(:artifact_type, Shapes::ShapeRef.new(shape: ArtifactType, required: true, location_name: "artifactType"))
322
+ AddArtifactInput.add_member(:file_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fileName"))
323
+ AddArtifactInput.struct_class = Types::AddArtifactInput
324
+
325
+ AddArtifactOutput.add_member(:artifact_id, Shapes::ShapeRef.new(shape: ArtifactId, required: true, location_name: "artifactId"))
326
+ AddArtifactOutput.struct_class = Types::AddArtifactOutput
327
+
328
+ AgentSpace.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
329
+ AgentSpace.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
330
+ AgentSpace.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
331
+ AgentSpace.add_member(:aws_resources, Shapes::ShapeRef.new(shape: AWSResources, location_name: "awsResources"))
332
+ AgentSpace.add_member(:target_domain_ids, Shapes::ShapeRef.new(shape: TargetDomainIdList, location_name: "targetDomainIds"))
333
+ AgentSpace.add_member(:code_review_settings, Shapes::ShapeRef.new(shape: CodeReviewSettings, location_name: "codeReviewSettings"))
334
+ AgentSpace.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
335
+ AgentSpace.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
336
+ AgentSpace.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
337
+ AgentSpace.struct_class = Types::AgentSpace
338
+
339
+ AgentSpaceIdList.member = Shapes::ShapeRef.new(shape: AgentSpaceId)
340
+
341
+ AgentSpaceList.member = Shapes::ShapeRef.new(shape: AgentSpace)
342
+
343
+ AgentSpaceSummary.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
344
+ AgentSpaceSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
345
+ AgentSpaceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
346
+ AgentSpaceSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
347
+ AgentSpaceSummary.struct_class = Types::AgentSpaceSummary
348
+
349
+ AgentSpaceSummaryList.member = Shapes::ShapeRef.new(shape: AgentSpaceSummary)
350
+
351
+ ApplicationSummary.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationId"))
352
+ ApplicationSummary.add_member(:application_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "applicationName"))
353
+ ApplicationSummary.add_member(:domain, Shapes::ShapeRef.new(shape: ApplicationDomain, required: true, location_name: "domain"))
354
+ ApplicationSummary.add_member(:default_kms_key_id, Shapes::ShapeRef.new(shape: DefaultKmsKeyId, location_name: "defaultKmsKeyId"))
355
+ ApplicationSummary.struct_class = Types::ApplicationSummary
356
+
357
+ ApplicationSummaryList.member = Shapes::ShapeRef.new(shape: ApplicationSummary)
358
+
359
+ Artifact.add_member(:contents, Shapes::ShapeRef.new(shape: String, required: true, location_name: "contents"))
360
+ Artifact.add_member(:type, Shapes::ShapeRef.new(shape: ArtifactType, required: true, location_name: "type"))
361
+ Artifact.struct_class = Types::Artifact
362
+
363
+ ArtifactIds.member = Shapes::ShapeRef.new(shape: ArtifactId)
364
+
365
+ ArtifactMetadataItem.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
366
+ ArtifactMetadataItem.add_member(:artifact_id, Shapes::ShapeRef.new(shape: ArtifactId, required: true, location_name: "artifactId"))
367
+ ArtifactMetadataItem.add_member(:file_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fileName"))
368
+ ArtifactMetadataItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
369
+ ArtifactMetadataItem.struct_class = Types::ArtifactMetadataItem
370
+
371
+ ArtifactMetadataList.member = Shapes::ShapeRef.new(shape: ArtifactMetadataItem)
372
+
373
+ ArtifactSummary.add_member(:artifact_id, Shapes::ShapeRef.new(shape: ArtifactId, required: true, location_name: "artifactId"))
374
+ ArtifactSummary.add_member(:file_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fileName"))
375
+ ArtifactSummary.add_member(:artifact_type, Shapes::ShapeRef.new(shape: ArtifactType, required: true, location_name: "artifactType"))
376
+ ArtifactSummary.struct_class = Types::ArtifactSummary
377
+
378
+ ArtifactSummaryList.member = Shapes::ShapeRef.new(shape: ArtifactSummary)
379
+
380
+ Assets.add_member(:endpoints, Shapes::ShapeRef.new(shape: EndpointList, location_name: "endpoints"))
381
+ Assets.add_member(:actors, Shapes::ShapeRef.new(shape: ActorList, location_name: "actors"))
382
+ Assets.add_member(:documents, Shapes::ShapeRef.new(shape: DocumentList, location_name: "documents"))
383
+ Assets.add_member(:source_code, Shapes::ShapeRef.new(shape: SourceCodeRepositoryList, location_name: "sourceCode"))
384
+ Assets.add_member(:integrated_repositories, Shapes::ShapeRef.new(shape: IntegratedRepositoryList, location_name: "integratedRepositories"))
385
+ Assets.struct_class = Types::Assets
386
+
387
+ Authentication.add_member(:provider_type, Shapes::ShapeRef.new(shape: AuthenticationProviderType, location_name: "providerType"))
388
+ Authentication.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
389
+ Authentication.struct_class = Types::Authentication
390
+
391
+ BatchDeletePentestsInput.add_member(:pentest_ids, Shapes::ShapeRef.new(shape: PentestIdList, required: true, location_name: "pentestIds"))
392
+ BatchDeletePentestsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
393
+ BatchDeletePentestsInput.struct_class = Types::BatchDeletePentestsInput
394
+
395
+ BatchDeletePentestsOutput.add_member(:deleted, Shapes::ShapeRef.new(shape: PentestList, location_name: "deleted"))
396
+ BatchDeletePentestsOutput.add_member(:failed, Shapes::ShapeRef.new(shape: DeletePentestFailureList, location_name: "failed"))
397
+ BatchDeletePentestsOutput.struct_class = Types::BatchDeletePentestsOutput
398
+
399
+ BatchGetAgentSpacesInput.add_member(:agent_space_ids, Shapes::ShapeRef.new(shape: AgentSpaceIdList, required: true, location_name: "agentSpaceIds"))
400
+ BatchGetAgentSpacesInput.struct_class = Types::BatchGetAgentSpacesInput
401
+
402
+ BatchGetAgentSpacesOutput.add_member(:agent_spaces, Shapes::ShapeRef.new(shape: AgentSpaceList, location_name: "agentSpaces"))
403
+ BatchGetAgentSpacesOutput.add_member(:not_found, Shapes::ShapeRef.new(shape: AgentSpaceIdList, location_name: "notFound"))
404
+ BatchGetAgentSpacesOutput.struct_class = Types::BatchGetAgentSpacesOutput
405
+
406
+ BatchGetArtifactMetadataInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
407
+ BatchGetArtifactMetadataInput.add_member(:artifact_ids, Shapes::ShapeRef.new(shape: ArtifactIds, required: true, location_name: "artifactIds"))
408
+ BatchGetArtifactMetadataInput.struct_class = Types::BatchGetArtifactMetadataInput
409
+
410
+ BatchGetArtifactMetadataOutput.add_member(:artifact_metadata_list, Shapes::ShapeRef.new(shape: ArtifactMetadataList, required: true, location_name: "artifactMetadataList"))
411
+ BatchGetArtifactMetadataOutput.struct_class = Types::BatchGetArtifactMetadataOutput
412
+
413
+ BatchGetFindingsInput.add_member(:finding_ids, Shapes::ShapeRef.new(shape: FindingIdList, required: true, location_name: "findingIds"))
414
+ BatchGetFindingsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
415
+ BatchGetFindingsInput.struct_class = Types::BatchGetFindingsInput
416
+
417
+ BatchGetFindingsOutput.add_member(:findings, Shapes::ShapeRef.new(shape: FindingList, location_name: "findings"))
418
+ BatchGetFindingsOutput.add_member(:not_found, Shapes::ShapeRef.new(shape: FindingIdList, location_name: "notFound"))
419
+ BatchGetFindingsOutput.struct_class = Types::BatchGetFindingsOutput
420
+
421
+ BatchGetPentestJobTasksInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
422
+ BatchGetPentestJobTasksInput.add_member(:task_ids, Shapes::ShapeRef.new(shape: TaskIdList, required: true, location_name: "taskIds"))
423
+ BatchGetPentestJobTasksInput.struct_class = Types::BatchGetPentestJobTasksInput
424
+
425
+ BatchGetPentestJobTasksOutput.add_member(:tasks, Shapes::ShapeRef.new(shape: TaskList, location_name: "tasks"))
426
+ BatchGetPentestJobTasksOutput.add_member(:not_found, Shapes::ShapeRef.new(shape: TaskIdList, location_name: "notFound"))
427
+ BatchGetPentestJobTasksOutput.struct_class = Types::BatchGetPentestJobTasksOutput
428
+
429
+ BatchGetPentestJobsInput.add_member(:pentest_job_ids, Shapes::ShapeRef.new(shape: PentestJobIdList, required: true, location_name: "pentestJobIds"))
430
+ BatchGetPentestJobsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
431
+ BatchGetPentestJobsInput.struct_class = Types::BatchGetPentestJobsInput
432
+
433
+ BatchGetPentestJobsOutput.add_member(:pentest_jobs, Shapes::ShapeRef.new(shape: PentestJobList, location_name: "pentestJobs"))
434
+ BatchGetPentestJobsOutput.add_member(:not_found, Shapes::ShapeRef.new(shape: PentestJobIdList, location_name: "notFound"))
435
+ BatchGetPentestJobsOutput.struct_class = Types::BatchGetPentestJobsOutput
436
+
437
+ BatchGetPentestsInput.add_member(:pentest_ids, Shapes::ShapeRef.new(shape: PentestIdList, required: true, location_name: "pentestIds"))
438
+ BatchGetPentestsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
439
+ BatchGetPentestsInput.struct_class = Types::BatchGetPentestsInput
440
+
441
+ BatchGetPentestsOutput.add_member(:pentests, Shapes::ShapeRef.new(shape: PentestList, location_name: "pentests"))
442
+ BatchGetPentestsOutput.add_member(:not_found, Shapes::ShapeRef.new(shape: PentestIdList, location_name: "notFound"))
443
+ BatchGetPentestsOutput.struct_class = Types::BatchGetPentestsOutput
444
+
445
+ BatchGetTargetDomainsInput.add_member(:target_domain_ids, Shapes::ShapeRef.new(shape: TargetDomainIdList, required: true, location_name: "targetDomainIds"))
446
+ BatchGetTargetDomainsInput.struct_class = Types::BatchGetTargetDomainsInput
447
+
448
+ BatchGetTargetDomainsOutput.add_member(:target_domains, Shapes::ShapeRef.new(shape: TargetDomainList, location_name: "targetDomains"))
449
+ BatchGetTargetDomainsOutput.add_member(:not_found, Shapes::ShapeRef.new(shape: TargetDomainIdList, location_name: "notFound"))
450
+ BatchGetTargetDomainsOutput.struct_class = Types::BatchGetTargetDomainsOutput
451
+
452
+ Category.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
453
+ Category.add_member(:is_primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrimary"))
454
+ Category.struct_class = Types::Category
455
+
456
+ CategoryList.member = Shapes::ShapeRef.new(shape: Category)
457
+
458
+ CloudWatchLog.add_member(:log_group, Shapes::ShapeRef.new(shape: String, location_name: "logGroup"))
459
+ CloudWatchLog.add_member(:log_stream, Shapes::ShapeRef.new(shape: String, location_name: "logStream"))
460
+ CloudWatchLog.struct_class = Types::CloudWatchLog
461
+
462
+ CodeRemediationTask.add_member(:status, Shapes::ShapeRef.new(shape: CodeRemediationTaskStatus, required: true, location_name: "status"))
463
+ CodeRemediationTask.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
464
+ CodeRemediationTask.add_member(:task_details, Shapes::ShapeRef.new(shape: CodeRemediationTaskDetailsList, location_name: "taskDetails"))
465
+ CodeRemediationTask.struct_class = Types::CodeRemediationTask
466
+
467
+ CodeRemediationTaskDetails.add_member(:repo_name, Shapes::ShapeRef.new(shape: String, location_name: "repoName"))
468
+ CodeRemediationTaskDetails.add_member(:code_diff_link, Shapes::ShapeRef.new(shape: String, location_name: "codeDiffLink"))
469
+ CodeRemediationTaskDetails.add_member(:pull_request_link, Shapes::ShapeRef.new(shape: String, location_name: "pullRequestLink"))
470
+ CodeRemediationTaskDetails.struct_class = Types::CodeRemediationTaskDetails
471
+
472
+ CodeRemediationTaskDetailsList.member = Shapes::ShapeRef.new(shape: CodeRemediationTaskDetails)
473
+
474
+ CodeReviewSettings.add_member(:controls_scanning, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "controlsScanning"))
475
+ CodeReviewSettings.add_member(:general_purpose_scanning, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "generalPurposeScanning"))
476
+ CodeReviewSettings.struct_class = Types::CodeReviewSettings
477
+
478
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
479
+ ConflictException.struct_class = Types::ConflictException
480
+
481
+ CreateAgentSpaceInput.add_member(:name, Shapes::ShapeRef.new(shape: AgentName, required: true, location_name: "name"))
482
+ CreateAgentSpaceInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
483
+ CreateAgentSpaceInput.add_member(:aws_resources, Shapes::ShapeRef.new(shape: AWSResources, location_name: "awsResources"))
484
+ CreateAgentSpaceInput.add_member(:target_domain_ids, Shapes::ShapeRef.new(shape: TargetDomainIdList, location_name: "targetDomainIds"))
485
+ CreateAgentSpaceInput.add_member(:code_review_settings, Shapes::ShapeRef.new(shape: CodeReviewSettings, location_name: "codeReviewSettings"))
486
+ CreateAgentSpaceInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
487
+ CreateAgentSpaceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
488
+ CreateAgentSpaceInput.struct_class = Types::CreateAgentSpaceInput
489
+
490
+ CreateAgentSpaceOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
491
+ CreateAgentSpaceOutput.add_member(:name, Shapes::ShapeRef.new(shape: AgentName, required: true, location_name: "name"))
492
+ CreateAgentSpaceOutput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
493
+ CreateAgentSpaceOutput.add_member(:aws_resources, Shapes::ShapeRef.new(shape: AWSResources, location_name: "awsResources"))
494
+ CreateAgentSpaceOutput.add_member(:target_domain_ids, Shapes::ShapeRef.new(shape: TargetDomainIdList, location_name: "targetDomainIds"))
495
+ CreateAgentSpaceOutput.add_member(:code_review_settings, Shapes::ShapeRef.new(shape: CodeReviewSettings, location_name: "codeReviewSettings"))
496
+ CreateAgentSpaceOutput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
497
+ CreateAgentSpaceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
498
+ CreateAgentSpaceOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
499
+ CreateAgentSpaceOutput.struct_class = Types::CreateAgentSpaceOutput
500
+
501
+ CreateApplicationRequest.add_member(:idc_instance_arn, Shapes::ShapeRef.new(shape: IdCInstanceArn, location_name: "idcInstanceArn"))
502
+ CreateApplicationRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
503
+ CreateApplicationRequest.add_member(:default_kms_key_id, Shapes::ShapeRef.new(shape: DefaultKmsKeyId, location_name: "defaultKmsKeyId"))
504
+ CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
505
+ CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
506
+
507
+ CreateApplicationResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationId"))
508
+ CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
509
+
510
+ CreateIntegrationInput.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, required: true, location_name: "provider"))
511
+ CreateIntegrationInput.add_member(:input, Shapes::ShapeRef.new(shape: ProviderInput, required: true, location_name: "input"))
512
+ CreateIntegrationInput.add_member(:integration_display_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "integrationDisplayName"))
513
+ CreateIntegrationInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
514
+ CreateIntegrationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
515
+ CreateIntegrationInput.struct_class = Types::CreateIntegrationInput
516
+
517
+ CreateIntegrationOutput.add_member(:integration_id, Shapes::ShapeRef.new(shape: IntegrationId, required: true, location_name: "integrationId"))
518
+ CreateIntegrationOutput.struct_class = Types::CreateIntegrationOutput
519
+
520
+ CreateMembershipRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationId"))
521
+ CreateMembershipRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
522
+ CreateMembershipRequest.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipId, required: true, location_name: "membershipId"))
523
+ CreateMembershipRequest.add_member(:member_type, Shapes::ShapeRef.new(shape: MembershipType, required: true, location_name: "memberType"))
524
+ CreateMembershipRequest.add_member(:config, Shapes::ShapeRef.new(shape: MembershipConfig, location_name: "config"))
525
+ CreateMembershipRequest.struct_class = Types::CreateMembershipRequest
526
+
527
+ CreateMembershipResponse.struct_class = Types::CreateMembershipResponse
528
+
529
+ CreatePentestInput.add_member(:title, Shapes::ShapeRef.new(shape: String, required: true, location_name: "title"))
530
+ CreatePentestInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
531
+ CreatePentestInput.add_member(:assets, Shapes::ShapeRef.new(shape: Assets, location_name: "assets"))
532
+ CreatePentestInput.add_member(:exclude_risk_types, Shapes::ShapeRef.new(shape: RiskTypeList, location_name: "excludeRiskTypes"))
533
+ CreatePentestInput.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
534
+ CreatePentestInput.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
535
+ CreatePentestInput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
536
+ CreatePentestInput.add_member(:network_traffic_config, Shapes::ShapeRef.new(shape: NetworkTrafficConfig, location_name: "networkTrafficConfig"))
537
+ CreatePentestInput.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
538
+ CreatePentestInput.struct_class = Types::CreatePentestInput
539
+
540
+ CreatePentestOutput.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestId"))
541
+ CreatePentestOutput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
542
+ CreatePentestOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
543
+ CreatePentestOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
544
+ CreatePentestOutput.add_member(:assets, Shapes::ShapeRef.new(shape: Assets, location_name: "assets"))
545
+ CreatePentestOutput.add_member(:exclude_risk_types, Shapes::ShapeRef.new(shape: RiskTypeList, location_name: "excludeRiskTypes"))
546
+ CreatePentestOutput.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
547
+ CreatePentestOutput.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
548
+ CreatePentestOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
549
+ CreatePentestOutput.struct_class = Types::CreatePentestOutput
550
+
551
+ CreateTargetDomainInput.add_member(:target_domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "targetDomainName"))
552
+ CreateTargetDomainInput.add_member(:verification_method, Shapes::ShapeRef.new(shape: DomainVerificationMethod, required: true, location_name: "verificationMethod"))
553
+ CreateTargetDomainInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
554
+ CreateTargetDomainInput.struct_class = Types::CreateTargetDomainInput
555
+
556
+ CreateTargetDomainOutput.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, required: true, location_name: "targetDomainId"))
557
+ CreateTargetDomainOutput.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "domainName"))
558
+ CreateTargetDomainOutput.add_member(:verification_status, Shapes::ShapeRef.new(shape: TargetDomainStatus, required: true, location_name: "verificationStatus"))
559
+ CreateTargetDomainOutput.add_member(:verification_details, Shapes::ShapeRef.new(shape: VerificationDetails, location_name: "verificationDetails"))
560
+ CreateTargetDomainOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
561
+ CreateTargetDomainOutput.add_member(:verified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "verifiedAt"))
562
+ CreateTargetDomainOutput.struct_class = Types::CreateTargetDomainOutput
563
+
564
+ CustomHeader.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
565
+ CustomHeader.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
566
+ CustomHeader.struct_class = Types::CustomHeader
567
+
568
+ CustomHeaderList.member = Shapes::ShapeRef.new(shape: CustomHeader)
569
+
570
+ DeleteAgentSpaceInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
571
+ DeleteAgentSpaceInput.struct_class = Types::DeleteAgentSpaceInput
572
+
573
+ DeleteAgentSpaceOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, location_name: "agentSpaceId"))
574
+ DeleteAgentSpaceOutput.struct_class = Types::DeleteAgentSpaceOutput
575
+
576
+ DeleteApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationId"))
577
+ DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
578
+
579
+ DeleteArtifactInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
580
+ DeleteArtifactInput.add_member(:artifact_id, Shapes::ShapeRef.new(shape: ArtifactId, required: true, location_name: "artifactId"))
581
+ DeleteArtifactInput.struct_class = Types::DeleteArtifactInput
582
+
583
+ DeleteArtifactOutput.struct_class = Types::DeleteArtifactOutput
584
+
585
+ DeleteIntegrationInput.add_member(:integration_id, Shapes::ShapeRef.new(shape: IntegrationId, required: true, location_name: "integrationId"))
586
+ DeleteIntegrationInput.struct_class = Types::DeleteIntegrationInput
587
+
588
+ DeleteIntegrationOutput.struct_class = Types::DeleteIntegrationOutput
589
+
590
+ DeleteMembershipRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationId"))
591
+ DeleteMembershipRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
592
+ DeleteMembershipRequest.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipId, required: true, location_name: "membershipId"))
593
+ DeleteMembershipRequest.add_member(:member_type, Shapes::ShapeRef.new(shape: MembershipType, location_name: "memberType"))
594
+ DeleteMembershipRequest.struct_class = Types::DeleteMembershipRequest
595
+
596
+ DeleteMembershipResponse.struct_class = Types::DeleteMembershipResponse
597
+
598
+ DeletePentestFailure.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestId"))
599
+ DeletePentestFailure.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
600
+ DeletePentestFailure.struct_class = Types::DeletePentestFailure
601
+
602
+ DeletePentestFailureList.member = Shapes::ShapeRef.new(shape: DeletePentestFailure)
603
+
604
+ DeleteTargetDomainInput.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, required: true, location_name: "targetDomainId"))
605
+ DeleteTargetDomainInput.struct_class = Types::DeleteTargetDomainInput
606
+
607
+ DeleteTargetDomainOutput.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, location_name: "targetDomainId"))
608
+ DeleteTargetDomainOutput.struct_class = Types::DeleteTargetDomainOutput
609
+
610
+ DiscoveredEndpoint.add_member(:uri, Shapes::ShapeRef.new(shape: String, required: true, location_name: "uri"))
611
+ DiscoveredEndpoint.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestJobId"))
612
+ DiscoveredEndpoint.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskId"))
613
+ DiscoveredEndpoint.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
614
+ DiscoveredEndpoint.add_member(:evidence, Shapes::ShapeRef.new(shape: String, location_name: "evidence"))
615
+ DiscoveredEndpoint.add_member(:operation, Shapes::ShapeRef.new(shape: String, location_name: "operation"))
616
+ DiscoveredEndpoint.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
617
+ DiscoveredEndpoint.struct_class = Types::DiscoveredEndpoint
618
+
619
+ DiscoveredEndpointList.member = Shapes::ShapeRef.new(shape: DiscoveredEndpoint)
620
+
621
+ DnsVerification.add_member(:token, Shapes::ShapeRef.new(shape: String, location_name: "token"))
622
+ DnsVerification.add_member(:dns_record_name, Shapes::ShapeRef.new(shape: String, location_name: "dnsRecordName"))
623
+ DnsVerification.add_member(:dns_record_type, Shapes::ShapeRef.new(shape: DNSRecordType, location_name: "dnsRecordType"))
624
+ DnsVerification.struct_class = Types::DnsVerification
625
+
626
+ DocumentInfo.add_member(:s3_location, Shapes::ShapeRef.new(shape: String, location_name: "s3Location"))
627
+ DocumentInfo.add_member(:artifact_id, Shapes::ShapeRef.new(shape: String, location_name: "artifactId"))
628
+ DocumentInfo.struct_class = Types::DocumentInfo
629
+
630
+ DocumentList.member = Shapes::ShapeRef.new(shape: DocumentInfo)
631
+
632
+ Endpoint.add_member(:uri, Shapes::ShapeRef.new(shape: String, location_name: "uri"))
633
+ Endpoint.struct_class = Types::Endpoint
634
+
635
+ EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint)
636
+
637
+ ErrorInformation.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "code"))
638
+ ErrorInformation.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
639
+ ErrorInformation.struct_class = Types::ErrorInformation
640
+
641
+ ExecutionContext.add_member(:context_type, Shapes::ShapeRef.new(shape: ContextType, location_name: "contextType"))
642
+ ExecutionContext.add_member(:context, Shapes::ShapeRef.new(shape: String, location_name: "context"))
643
+ ExecutionContext.add_member(:timestamp, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "timestamp"))
644
+ ExecutionContext.struct_class = Types::ExecutionContext
645
+
646
+ ExecutionContextList.member = Shapes::ShapeRef.new(shape: ExecutionContext)
647
+
648
+ Finding.add_member(:finding_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "findingId"))
649
+ Finding.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
650
+ Finding.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestId"))
651
+ Finding.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestJobId"))
652
+ Finding.add_member(:task_id, Shapes::ShapeRef.new(shape: String, location_name: "taskId"))
653
+ Finding.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
654
+ Finding.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
655
+ Finding.add_member(:status, Shapes::ShapeRef.new(shape: FindingStatus, location_name: "status"))
656
+ Finding.add_member(:risk_type, Shapes::ShapeRef.new(shape: String, location_name: "riskType"))
657
+ Finding.add_member(:risk_level, Shapes::ShapeRef.new(shape: RiskLevel, location_name: "riskLevel"))
658
+ Finding.add_member(:risk_score, Shapes::ShapeRef.new(shape: String, location_name: "riskScore"))
659
+ Finding.add_member(:reasoning, Shapes::ShapeRef.new(shape: String, location_name: "reasoning"))
660
+ Finding.add_member(:confidence, Shapes::ShapeRef.new(shape: ConfidenceLevel, location_name: "confidence"))
661
+ Finding.add_member(:attack_script, Shapes::ShapeRef.new(shape: String, location_name: "attackScript"))
662
+ Finding.add_member(:code_remediation_task, Shapes::ShapeRef.new(shape: CodeRemediationTask, location_name: "codeRemediationTask"))
663
+ Finding.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: String, location_name: "lastUpdatedBy"))
664
+ Finding.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
665
+ Finding.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
666
+ Finding.struct_class = Types::Finding
667
+
668
+ FindingIdList.member = Shapes::ShapeRef.new(shape: String)
669
+
670
+ FindingList.member = Shapes::ShapeRef.new(shape: Finding)
671
+
672
+ FindingSummary.add_member(:finding_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "findingId"))
673
+ FindingSummary.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
674
+ FindingSummary.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestId"))
675
+ FindingSummary.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestJobId"))
676
+ FindingSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
677
+ FindingSummary.add_member(:status, Shapes::ShapeRef.new(shape: FindingStatus, location_name: "status"))
678
+ FindingSummary.add_member(:risk_type, Shapes::ShapeRef.new(shape: String, location_name: "riskType"))
679
+ FindingSummary.add_member(:risk_level, Shapes::ShapeRef.new(shape: RiskLevel, location_name: "riskLevel"))
680
+ FindingSummary.add_member(:confidence, Shapes::ShapeRef.new(shape: ConfidenceLevel, location_name: "confidence"))
681
+ FindingSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
682
+ FindingSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
683
+ FindingSummary.struct_class = Types::FindingSummary
684
+
685
+ FindingSummaryList.member = Shapes::ShapeRef.new(shape: FindingSummary)
686
+
687
+ GetApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationId"))
688
+ GetApplicationRequest.struct_class = Types::GetApplicationRequest
689
+
690
+ GetApplicationResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationId"))
691
+ GetApplicationResponse.add_member(:domain, Shapes::ShapeRef.new(shape: ApplicationDomain, required: true, location_name: "domain"))
692
+ GetApplicationResponse.add_member(:application_name, Shapes::ShapeRef.new(shape: String, location_name: "applicationName"))
693
+ GetApplicationResponse.add_member(:idc_configuration, Shapes::ShapeRef.new(shape: IdCConfiguration, location_name: "idcConfiguration"))
694
+ GetApplicationResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
695
+ GetApplicationResponse.add_member(:default_kms_key_id, Shapes::ShapeRef.new(shape: DefaultKmsKeyId, location_name: "defaultKmsKeyId"))
696
+ GetApplicationResponse.struct_class = Types::GetApplicationResponse
697
+
698
+ GetArtifactInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
699
+ GetArtifactInput.add_member(:artifact_id, Shapes::ShapeRef.new(shape: ArtifactId, required: true, location_name: "artifactId"))
700
+ GetArtifactInput.struct_class = Types::GetArtifactInput
701
+
702
+ GetArtifactOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
703
+ GetArtifactOutput.add_member(:artifact_id, Shapes::ShapeRef.new(shape: ArtifactId, required: true, location_name: "artifactId"))
704
+ GetArtifactOutput.add_member(:artifact, Shapes::ShapeRef.new(shape: Artifact, required: true, location_name: "artifact"))
705
+ GetArtifactOutput.add_member(:file_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fileName"))
706
+ GetArtifactOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
707
+ GetArtifactOutput.struct_class = Types::GetArtifactOutput
708
+
709
+ GetIntegrationInput.add_member(:integration_id, Shapes::ShapeRef.new(shape: IntegrationId, required: true, location_name: "integrationId"))
710
+ GetIntegrationInput.struct_class = Types::GetIntegrationInput
711
+
712
+ GetIntegrationOutput.add_member(:integration_id, Shapes::ShapeRef.new(shape: IntegrationId, required: true, location_name: "integrationId"))
713
+ GetIntegrationOutput.add_member(:installation_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "installationId"))
714
+ GetIntegrationOutput.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, required: true, location_name: "provider"))
715
+ GetIntegrationOutput.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, required: true, location_name: "providerType"))
716
+ GetIntegrationOutput.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
717
+ GetIntegrationOutput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
718
+ GetIntegrationOutput.struct_class = Types::GetIntegrationOutput
719
+
720
+ GitHubIntegrationInput.add_member(:code, Shapes::ShapeRef.new(shape: AuthCode, required: true, location_name: "code"))
721
+ GitHubIntegrationInput.add_member(:state, Shapes::ShapeRef.new(shape: CsrfState, required: true, location_name: "state"))
722
+ GitHubIntegrationInput.add_member(:organization_name, Shapes::ShapeRef.new(shape: String, location_name: "organizationName"))
723
+ GitHubIntegrationInput.struct_class = Types::GitHubIntegrationInput
724
+
725
+ GitHubRepositoryMetadata.add_member(:name, Shapes::ShapeRef.new(shape: ProviderResourceName, required: true, location_name: "name"))
726
+ GitHubRepositoryMetadata.add_member(:provider_resource_id, Shapes::ShapeRef.new(shape: ProviderResourceId, required: true, location_name: "providerResourceId"))
727
+ GitHubRepositoryMetadata.add_member(:owner, Shapes::ShapeRef.new(shape: GitHubOwner, required: true, location_name: "owner"))
728
+ GitHubRepositoryMetadata.add_member(:access_type, Shapes::ShapeRef.new(shape: AccessType, location_name: "accessType"))
729
+ GitHubRepositoryMetadata.struct_class = Types::GitHubRepositoryMetadata
730
+
731
+ GitHubRepositoryResource.add_member(:name, Shapes::ShapeRef.new(shape: ProviderResourceName, required: true, location_name: "name"))
732
+ GitHubRepositoryResource.add_member(:owner, Shapes::ShapeRef.new(shape: GitHubOwner, required: true, location_name: "owner"))
733
+ GitHubRepositoryResource.struct_class = Types::GitHubRepositoryResource
734
+
735
+ GitHubResourceCapabilities.add_member(:leave_comments, Shapes::ShapeRef.new(shape: Boolean, location_name: "leaveComments"))
736
+ GitHubResourceCapabilities.add_member(:remediate_code, Shapes::ShapeRef.new(shape: Boolean, location_name: "remediateCode"))
737
+ GitHubResourceCapabilities.struct_class = Types::GitHubResourceCapabilities
738
+
739
+ HttpVerification.add_member(:token, Shapes::ShapeRef.new(shape: String, location_name: "token"))
740
+ HttpVerification.add_member(:route_path, Shapes::ShapeRef.new(shape: String, location_name: "routePath"))
741
+ HttpVerification.struct_class = Types::HttpVerification
742
+
743
+ IamRoles.member = Shapes::ShapeRef.new(shape: ServiceRole)
744
+
745
+ IdCConfiguration.add_member(:idc_application_arn, Shapes::ShapeRef.new(shape: IdCApplicationArn, location_name: "idcApplicationArn"))
746
+ IdCConfiguration.add_member(:idc_instance_arn, Shapes::ShapeRef.new(shape: IdCInstanceArn, location_name: "idcInstanceArn"))
747
+ IdCConfiguration.struct_class = Types::IdCConfiguration
748
+
749
+ InitiateProviderRegistrationInput.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, required: true, location_name: "provider"))
750
+ InitiateProviderRegistrationInput.struct_class = Types::InitiateProviderRegistrationInput
751
+
752
+ InitiateProviderRegistrationOutput.add_member(:redirect_to, Shapes::ShapeRef.new(shape: Location, required: true, location_name: "redirectTo"))
753
+ InitiateProviderRegistrationOutput.add_member(:csrf_state, Shapes::ShapeRef.new(shape: CsrfState, required: true, location_name: "csrfState"))
754
+ InitiateProviderRegistrationOutput.struct_class = Types::InitiateProviderRegistrationOutput
755
+
756
+ IntegratedRepository.add_member(:integration_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "integrationId"))
757
+ IntegratedRepository.add_member(:provider_resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "providerResourceId"))
758
+ IntegratedRepository.struct_class = Types::IntegratedRepository
759
+
760
+ IntegratedRepositoryList.member = Shapes::ShapeRef.new(shape: IntegratedRepository)
761
+
762
+ IntegratedResource.add_member(:github_repository, Shapes::ShapeRef.new(shape: GitHubRepositoryResource, location_name: "githubRepository"))
763
+ IntegratedResource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
764
+ IntegratedResource.add_member_subclass(:github_repository, Types::IntegratedResource::GithubRepository)
765
+ IntegratedResource.add_member_subclass(:unknown, Types::IntegratedResource::Unknown)
766
+ IntegratedResource.struct_class = Types::IntegratedResource
767
+
768
+ IntegratedResourceInputItem.add_member(:resource, Shapes::ShapeRef.new(shape: IntegratedResource, required: true, location_name: "resource"))
769
+ IntegratedResourceInputItem.add_member(:capabilities, Shapes::ShapeRef.new(shape: ProviderResourceCapabilities, location_name: "capabilities"))
770
+ IntegratedResourceInputItem.struct_class = Types::IntegratedResourceInputItem
771
+
772
+ IntegratedResourceInputItemList.member = Shapes::ShapeRef.new(shape: IntegratedResourceInputItem)
773
+
774
+ IntegratedResourceMetadata.add_member(:github_repository, Shapes::ShapeRef.new(shape: GitHubRepositoryMetadata, location_name: "githubRepository"))
775
+ IntegratedResourceMetadata.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
776
+ IntegratedResourceMetadata.add_member_subclass(:github_repository, Types::IntegratedResourceMetadata::GithubRepository)
777
+ IntegratedResourceMetadata.add_member_subclass(:unknown, Types::IntegratedResourceMetadata::Unknown)
778
+ IntegratedResourceMetadata.struct_class = Types::IntegratedResourceMetadata
779
+
780
+ IntegratedResourceSummary.add_member(:integration_id, Shapes::ShapeRef.new(shape: IntegrationId, required: true, location_name: "integrationId"))
781
+ IntegratedResourceSummary.add_member(:resource, Shapes::ShapeRef.new(shape: IntegratedResourceMetadata, required: true, location_name: "resource"))
782
+ IntegratedResourceSummary.add_member(:capabilities, Shapes::ShapeRef.new(shape: ProviderResourceCapabilities, location_name: "capabilities"))
783
+ IntegratedResourceSummary.struct_class = Types::IntegratedResourceSummary
784
+
785
+ IntegratedResourceSummaryList.member = Shapes::ShapeRef.new(shape: IntegratedResourceSummary)
786
+
787
+ IntegrationFilter.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, location_name: "provider"))
788
+ IntegrationFilter.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, location_name: "providerType"))
789
+ IntegrationFilter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
790
+ IntegrationFilter.add_member_subclass(:provider, Types::IntegrationFilter::Provider)
791
+ IntegrationFilter.add_member_subclass(:provider_type, Types::IntegrationFilter::ProviderType)
792
+ IntegrationFilter.add_member_subclass(:unknown, Types::IntegrationFilter::Unknown)
793
+ IntegrationFilter.struct_class = Types::IntegrationFilter
794
+
795
+ IntegrationSummary.add_member(:integration_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "integrationId"))
796
+ IntegrationSummary.add_member(:installation_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "installationId"))
797
+ IntegrationSummary.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, required: true, location_name: "provider"))
798
+ IntegrationSummary.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, required: true, location_name: "providerType"))
799
+ IntegrationSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "displayName"))
800
+ IntegrationSummary.struct_class = Types::IntegrationSummary
801
+
802
+ IntegrationSummaryList.member = Shapes::ShapeRef.new(shape: IntegrationSummary)
803
+
804
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
805
+ InternalServerException.struct_class = Types::InternalServerException
806
+
807
+ LambdaFunctionArns.member = Shapes::ShapeRef.new(shape: LambdaFunctionArn)
808
+
809
+ ListAgentSpacesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
810
+ ListAgentSpacesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
811
+ ListAgentSpacesInput.struct_class = Types::ListAgentSpacesInput
812
+
813
+ ListAgentSpacesOutput.add_member(:agent_space_summaries, Shapes::ShapeRef.new(shape: AgentSpaceSummaryList, location_name: "agentSpaceSummaries"))
814
+ ListAgentSpacesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
815
+ ListAgentSpacesOutput.struct_class = Types::ListAgentSpacesOutput
816
+
817
+ ListApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
818
+ ListApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
819
+ ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
820
+
821
+ ListApplicationsResponse.add_member(:application_summaries, Shapes::ShapeRef.new(shape: ApplicationSummaryList, required: true, location_name: "applicationSummaries"))
822
+ ListApplicationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
823
+ ListApplicationsResponse.struct_class = Types::ListApplicationsResponse
824
+
825
+ ListArtifactsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
826
+ ListArtifactsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
827
+ ListArtifactsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
828
+ ListArtifactsInput.struct_class = Types::ListArtifactsInput
829
+
830
+ ListArtifactsOutput.add_member(:artifact_summaries, Shapes::ShapeRef.new(shape: ArtifactSummaryList, required: true, location_name: "artifactSummaries"))
831
+ ListArtifactsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
832
+ ListArtifactsOutput.struct_class = Types::ListArtifactsOutput
833
+
834
+ ListDiscoveredEndpointsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
835
+ ListDiscoveredEndpointsInput.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestJobId"))
836
+ ListDiscoveredEndpointsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
837
+ ListDiscoveredEndpointsInput.add_member(:prefix, Shapes::ShapeRef.new(shape: String, location_name: "prefix"))
838
+ ListDiscoveredEndpointsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
839
+ ListDiscoveredEndpointsInput.struct_class = Types::ListDiscoveredEndpointsInput
840
+
841
+ ListDiscoveredEndpointsOutput.add_member(:discovered_endpoints, Shapes::ShapeRef.new(shape: DiscoveredEndpointList, location_name: "discoveredEndpoints"))
842
+ ListDiscoveredEndpointsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
843
+ ListDiscoveredEndpointsOutput.struct_class = Types::ListDiscoveredEndpointsOutput
844
+
845
+ ListFindingsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
846
+ ListFindingsInput.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestJobId"))
847
+ ListFindingsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
848
+ ListFindingsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
849
+ ListFindingsInput.add_member(:risk_type, Shapes::ShapeRef.new(shape: String, location_name: "riskType"))
850
+ ListFindingsInput.add_member(:risk_level, Shapes::ShapeRef.new(shape: RiskLevel, location_name: "riskLevel"))
851
+ ListFindingsInput.add_member(:status, Shapes::ShapeRef.new(shape: FindingStatus, location_name: "status"))
852
+ ListFindingsInput.add_member(:confidence, Shapes::ShapeRef.new(shape: ConfidenceLevel, location_name: "confidence"))
853
+ ListFindingsInput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
854
+ ListFindingsInput.struct_class = Types::ListFindingsInput
855
+
856
+ ListFindingsOutput.add_member(:findings_summaries, Shapes::ShapeRef.new(shape: FindingSummaryList, location_name: "findingsSummaries"))
857
+ ListFindingsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
858
+ ListFindingsOutput.struct_class = Types::ListFindingsOutput
859
+
860
+ ListIntegratedResourcesInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
861
+ ListIntegratedResourcesInput.add_member(:integration_id, Shapes::ShapeRef.new(shape: IntegrationId, location_name: "integrationId"))
862
+ ListIntegratedResourcesInput.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
863
+ ListIntegratedResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
864
+ ListIntegratedResourcesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
865
+ ListIntegratedResourcesInput.struct_class = Types::ListIntegratedResourcesInput
866
+
867
+ ListIntegratedResourcesOutput.add_member(:integrated_resource_summaries, Shapes::ShapeRef.new(shape: IntegratedResourceSummaryList, required: true, location_name: "integratedResourceSummaries"))
868
+ ListIntegratedResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
869
+ ListIntegratedResourcesOutput.struct_class = Types::ListIntegratedResourcesOutput
870
+
871
+ ListIntegrationsInput.add_member(:filter, Shapes::ShapeRef.new(shape: IntegrationFilter, location_name: "filter"))
872
+ ListIntegrationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
873
+ ListIntegrationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
874
+ ListIntegrationsInput.struct_class = Types::ListIntegrationsInput
875
+
876
+ ListIntegrationsOutput.add_member(:integration_summaries, Shapes::ShapeRef.new(shape: IntegrationSummaryList, required: true, location_name: "integrationSummaries"))
877
+ ListIntegrationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
878
+ ListIntegrationsOutput.struct_class = Types::ListIntegrationsOutput
879
+
880
+ ListMembershipsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationId"))
881
+ ListMembershipsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
882
+ ListMembershipsRequest.add_member(:member_type, Shapes::ShapeRef.new(shape: MembershipTypeFilter, location_name: "memberType"))
883
+ ListMembershipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
884
+ ListMembershipsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
885
+ ListMembershipsRequest.struct_class = Types::ListMembershipsRequest
886
+
887
+ ListMembershipsResponse.add_member(:membership_summaries, Shapes::ShapeRef.new(shape: MembershipSummaryList, required: true, location_name: "membershipSummaries"))
888
+ ListMembershipsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
889
+ ListMembershipsResponse.struct_class = Types::ListMembershipsResponse
890
+
891
+ ListPentestJobTasksInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
892
+ ListPentestJobTasksInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
893
+ ListPentestJobTasksInput.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestJobId"))
894
+ ListPentestJobTasksInput.add_member(:step_name, Shapes::ShapeRef.new(shape: StepName, location_name: "stepName"))
895
+ ListPentestJobTasksInput.add_member(:category_name, Shapes::ShapeRef.new(shape: String, location_name: "categoryName"))
896
+ ListPentestJobTasksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
897
+ ListPentestJobTasksInput.struct_class = Types::ListPentestJobTasksInput
898
+
899
+ ListPentestJobTasksOutput.add_member(:task_summaries, Shapes::ShapeRef.new(shape: TaskSummaryList, location_name: "taskSummaries"))
900
+ ListPentestJobTasksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
901
+ ListPentestJobTasksOutput.struct_class = Types::ListPentestJobTasksOutput
902
+
903
+ ListPentestJobsForPentestInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
904
+ ListPentestJobsForPentestInput.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestId"))
905
+ ListPentestJobsForPentestInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
906
+ ListPentestJobsForPentestInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
907
+ ListPentestJobsForPentestInput.struct_class = Types::ListPentestJobsForPentestInput
908
+
909
+ ListPentestJobsForPentestOutput.add_member(:pentest_job_summaries, Shapes::ShapeRef.new(shape: PentestJobSummaryList, location_name: "pentestJobSummaries"))
910
+ ListPentestJobsForPentestOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
911
+ ListPentestJobsForPentestOutput.struct_class = Types::ListPentestJobsForPentestOutput
912
+
913
+ ListPentestsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
914
+ ListPentestsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
915
+ ListPentestsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
916
+ ListPentestsInput.struct_class = Types::ListPentestsInput
917
+
918
+ ListPentestsOutput.add_member(:pentest_summaries, Shapes::ShapeRef.new(shape: PentestSummaryList, location_name: "pentestSummaries"))
919
+ ListPentestsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
920
+ ListPentestsOutput.struct_class = Types::ListPentestsOutput
921
+
922
+ ListTagsForResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
923
+ ListTagsForResourceInput.struct_class = Types::ListTagsForResourceInput
924
+
925
+ ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
926
+ ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
927
+
928
+ ListTargetDomainsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
929
+ ListTargetDomainsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
930
+ ListTargetDomainsInput.struct_class = Types::ListTargetDomainsInput
931
+
932
+ ListTargetDomainsOutput.add_member(:target_domain_summaries, Shapes::ShapeRef.new(shape: TargetDomainSummaryList, location_name: "targetDomainSummaries"))
933
+ ListTargetDomainsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
934
+ ListTargetDomainsOutput.struct_class = Types::ListTargetDomainsOutput
935
+
936
+ LogGroupArns.member = Shapes::ShapeRef.new(shape: LogGroupArn)
937
+
938
+ LogLocation.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location_name: "logType"))
939
+ LogLocation.add_member(:cloud_watch_log, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "cloudWatchLog"))
940
+ LogLocation.struct_class = Types::LogLocation
941
+
942
+ MemberMetadata.add_member(:user, Shapes::ShapeRef.new(shape: UserMetadata, location_name: "user"))
943
+ MemberMetadata.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
944
+ MemberMetadata.add_member_subclass(:user, Types::MemberMetadata::User)
945
+ MemberMetadata.add_member_subclass(:unknown, Types::MemberMetadata::Unknown)
946
+ MemberMetadata.struct_class = Types::MemberMetadata
947
+
948
+ MembershipConfig.add_member(:user, Shapes::ShapeRef.new(shape: UserConfig, location_name: "user"))
949
+ MembershipConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
950
+ MembershipConfig.add_member_subclass(:user, Types::MembershipConfig::User)
951
+ MembershipConfig.add_member_subclass(:unknown, Types::MembershipConfig::Unknown)
952
+ MembershipConfig.struct_class = Types::MembershipConfig
953
+
954
+ MembershipSummary.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipId, required: true, location_name: "membershipId"))
955
+ MembershipSummary.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationId"))
956
+ MembershipSummary.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
957
+ MembershipSummary.add_member(:member_type, Shapes::ShapeRef.new(shape: MembershipType, required: true, location_name: "memberType"))
958
+ MembershipSummary.add_member(:config, Shapes::ShapeRef.new(shape: MembershipConfig, location_name: "config"))
959
+ MembershipSummary.add_member(:metadata, Shapes::ShapeRef.new(shape: MemberMetadata, location_name: "metadata"))
960
+ MembershipSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
961
+ MembershipSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
962
+ MembershipSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: String, required: true, location_name: "createdBy"))
963
+ MembershipSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: String, required: true, location_name: "updatedBy"))
964
+ MembershipSummary.struct_class = Types::MembershipSummary
965
+
966
+ MembershipSummaryList.member = Shapes::ShapeRef.new(shape: MembershipSummary)
967
+
968
+ NetworkTrafficConfig.add_member(:rules, Shapes::ShapeRef.new(shape: NetworkTrafficRuleList, location_name: "rules"))
969
+ NetworkTrafficConfig.add_member(:custom_headers, Shapes::ShapeRef.new(shape: CustomHeaderList, location_name: "customHeaders"))
970
+ NetworkTrafficConfig.struct_class = Types::NetworkTrafficConfig
971
+
972
+ NetworkTrafficRule.add_member(:effect, Shapes::ShapeRef.new(shape: NetworkTrafficRuleEffect, location_name: "effect"))
973
+ NetworkTrafficRule.add_member(:pattern, Shapes::ShapeRef.new(shape: String, location_name: "pattern"))
974
+ NetworkTrafficRule.add_member(:network_traffic_rule_type, Shapes::ShapeRef.new(shape: NetworkTrafficRuleType, location_name: "networkTrafficRuleType"))
975
+ NetworkTrafficRule.struct_class = Types::NetworkTrafficRule
976
+
977
+ NetworkTrafficRuleList.member = Shapes::ShapeRef.new(shape: NetworkTrafficRule)
978
+
979
+ Pentest.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestId"))
980
+ Pentest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
981
+ Pentest.add_member(:title, Shapes::ShapeRef.new(shape: String, required: true, location_name: "title"))
982
+ Pentest.add_member(:assets, Shapes::ShapeRef.new(shape: Assets, required: true, location_name: "assets"))
983
+ Pentest.add_member(:exclude_risk_types, Shapes::ShapeRef.new(shape: RiskTypeList, location_name: "excludeRiskTypes"))
984
+ Pentest.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
985
+ Pentest.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
986
+ Pentest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
987
+ Pentest.add_member(:network_traffic_config, Shapes::ShapeRef.new(shape: NetworkTrafficConfig, location_name: "networkTrafficConfig"))
988
+ Pentest.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
989
+ Pentest.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
990
+ Pentest.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
991
+ Pentest.struct_class = Types::Pentest
992
+
993
+ PentestIdList.member = Shapes::ShapeRef.new(shape: String)
994
+
995
+ PentestJob.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestJobId"))
996
+ PentestJob.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestId"))
997
+ PentestJob.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
998
+ PentestJob.add_member(:overview, Shapes::ShapeRef.new(shape: String, location_name: "overview"))
999
+ PentestJob.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
1000
+ PentestJob.add_member(:endpoints, Shapes::ShapeRef.new(shape: EndpointList, location_name: "endpoints"))
1001
+ PentestJob.add_member(:actors, Shapes::ShapeRef.new(shape: ActorList, location_name: "actors"))
1002
+ PentestJob.add_member(:documents, Shapes::ShapeRef.new(shape: DocumentList, location_name: "documents"))
1003
+ PentestJob.add_member(:source_code, Shapes::ShapeRef.new(shape: SourceCodeRepositoryList, location_name: "sourceCode"))
1004
+ PentestJob.add_member(:exclude_paths, Shapes::ShapeRef.new(shape: EndpointList, location_name: "excludePaths"))
1005
+ PentestJob.add_member(:allowed_domains, Shapes::ShapeRef.new(shape: EndpointList, location_name: "allowedDomains"))
1006
+ PentestJob.add_member(:exclude_risk_types, Shapes::ShapeRef.new(shape: RiskTypeList, location_name: "excludeRiskTypes"))
1007
+ PentestJob.add_member(:steps, Shapes::ShapeRef.new(shape: StepList, location_name: "steps"))
1008
+ PentestJob.add_member(:execution_context, Shapes::ShapeRef.new(shape: ExecutionContextList, location_name: "executionContext"))
1009
+ PentestJob.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
1010
+ PentestJob.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
1011
+ PentestJob.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
1012
+ PentestJob.add_member(:network_traffic_config, Shapes::ShapeRef.new(shape: NetworkTrafficConfig, location_name: "networkTrafficConfig"))
1013
+ PentestJob.add_member(:error_information, Shapes::ShapeRef.new(shape: ErrorInformation, location_name: "errorInformation"))
1014
+ PentestJob.add_member(:integrated_repositories, Shapes::ShapeRef.new(shape: IntegratedRepositoryList, location_name: "integratedRepositories"))
1015
+ PentestJob.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
1016
+ PentestJob.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1017
+ PentestJob.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
1018
+ PentestJob.struct_class = Types::PentestJob
1019
+
1020
+ PentestJobIdList.member = Shapes::ShapeRef.new(shape: String)
1021
+
1022
+ PentestJobList.member = Shapes::ShapeRef.new(shape: PentestJob)
1023
+
1024
+ PentestJobSummary.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestJobId"))
1025
+ PentestJobSummary.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestId"))
1026
+ PentestJobSummary.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
1027
+ PentestJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
1028
+ PentestJobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1029
+ PentestJobSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
1030
+ PentestJobSummary.struct_class = Types::PentestJobSummary
1031
+
1032
+ PentestJobSummaryList.member = Shapes::ShapeRef.new(shape: PentestJobSummary)
1033
+
1034
+ PentestList.member = Shapes::ShapeRef.new(shape: Pentest)
1035
+
1036
+ PentestSummary.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestId"))
1037
+ PentestSummary.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
1038
+ PentestSummary.add_member(:title, Shapes::ShapeRef.new(shape: String, required: true, location_name: "title"))
1039
+ PentestSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1040
+ PentestSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
1041
+ PentestSummary.struct_class = Types::PentestSummary
1042
+
1043
+ PentestSummaryList.member = Shapes::ShapeRef.new(shape: PentestSummary)
1044
+
1045
+ ProviderInput.add_member(:github, Shapes::ShapeRef.new(shape: GitHubIntegrationInput, location_name: "github"))
1046
+ ProviderInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1047
+ ProviderInput.add_member_subclass(:github, Types::ProviderInput::Github)
1048
+ ProviderInput.add_member_subclass(:unknown, Types::ProviderInput::Unknown)
1049
+ ProviderInput.struct_class = Types::ProviderInput
1050
+
1051
+ ProviderResourceCapabilities.add_member(:github, Shapes::ShapeRef.new(shape: GitHubResourceCapabilities, location_name: "github"))
1052
+ ProviderResourceCapabilities.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1053
+ ProviderResourceCapabilities.add_member_subclass(:github, Types::ProviderResourceCapabilities::Github)
1054
+ ProviderResourceCapabilities.add_member_subclass(:unknown, Types::ProviderResourceCapabilities::Unknown)
1055
+ ProviderResourceCapabilities.struct_class = Types::ProviderResourceCapabilities
1056
+
1057
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1058
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
1059
+
1060
+ RiskTypeList.member = Shapes::ShapeRef.new(shape: RiskType)
1061
+
1062
+ S3BucketArns.member = Shapes::ShapeRef.new(shape: S3BucketArn)
1063
+
1064
+ SecretArns.member = Shapes::ShapeRef.new(shape: SecretArn)
1065
+
1066
+ SecurityGroupArns.member = Shapes::ShapeRef.new(shape: SecurityGroupArn)
1067
+
1068
+ SourceCodeRepository.add_member(:s3_location, Shapes::ShapeRef.new(shape: String, location_name: "s3Location"))
1069
+ SourceCodeRepository.struct_class = Types::SourceCodeRepository
1070
+
1071
+ SourceCodeRepositoryList.member = Shapes::ShapeRef.new(shape: SourceCodeRepository)
1072
+
1073
+ StartCodeRemediationInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
1074
+ StartCodeRemediationInput.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestJobId"))
1075
+ StartCodeRemediationInput.add_member(:finding_ids, Shapes::ShapeRef.new(shape: FindingIdList, required: true, location_name: "findingIds"))
1076
+ StartCodeRemediationInput.struct_class = Types::StartCodeRemediationInput
1077
+
1078
+ StartCodeRemediationOutput.struct_class = Types::StartCodeRemediationOutput
1079
+
1080
+ StartPentestJobInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
1081
+ StartPentestJobInput.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestId"))
1082
+ StartPentestJobInput.struct_class = Types::StartPentestJobInput
1083
+
1084
+ StartPentestJobOutput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
1085
+ StartPentestJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
1086
+ StartPentestJobOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1087
+ StartPentestJobOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
1088
+ StartPentestJobOutput.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestId"))
1089
+ StartPentestJobOutput.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestJobId"))
1090
+ StartPentestJobOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
1091
+ StartPentestJobOutput.struct_class = Types::StartPentestJobOutput
1092
+
1093
+ Step.add_member(:name, Shapes::ShapeRef.new(shape: StepName, location_name: "name"))
1094
+ Step.add_member(:status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "status"))
1095
+ Step.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1096
+ Step.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
1097
+ Step.struct_class = Types::Step
1098
+
1099
+ StepList.member = Shapes::ShapeRef.new(shape: Step)
1100
+
1101
+ StopPentestJobInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
1102
+ StopPentestJobInput.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestJobId"))
1103
+ StopPentestJobInput.struct_class = Types::StopPentestJobInput
1104
+
1105
+ StopPentestJobOutput.struct_class = Types::StopPentestJobOutput
1106
+
1107
+ SubnetArns.member = Shapes::ShapeRef.new(shape: SubnetArn)
1108
+
1109
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
1110
+
1111
+ TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
1112
+ TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
1113
+
1114
+ TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
1115
+ TagResourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
1116
+ TagResourceInput.struct_class = Types::TagResourceInput
1117
+
1118
+ TagResourceOutput.struct_class = Types::TagResourceOutput
1119
+
1120
+ TargetDomain.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, required: true, location_name: "targetDomainId"))
1121
+ TargetDomain.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "domainName"))
1122
+ TargetDomain.add_member(:verification_status, Shapes::ShapeRef.new(shape: TargetDomainStatus, location_name: "verificationStatus"))
1123
+ TargetDomain.add_member(:verification_details, Shapes::ShapeRef.new(shape: VerificationDetails, location_name: "verificationDetails"))
1124
+ TargetDomain.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1125
+ TargetDomain.add_member(:verified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "verifiedAt"))
1126
+ TargetDomain.struct_class = Types::TargetDomain
1127
+
1128
+ TargetDomainIdList.member = Shapes::ShapeRef.new(shape: String)
1129
+
1130
+ TargetDomainList.member = Shapes::ShapeRef.new(shape: TargetDomain)
1131
+
1132
+ TargetDomainSummary.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, required: true, location_name: "targetDomainId"))
1133
+ TargetDomainSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "domainName"))
1134
+ TargetDomainSummary.add_member(:verification_status, Shapes::ShapeRef.new(shape: TargetDomainStatus, location_name: "verificationStatus"))
1135
+ TargetDomainSummary.struct_class = Types::TargetDomainSummary
1136
+
1137
+ TargetDomainSummaryList.member = Shapes::ShapeRef.new(shape: TargetDomainSummary)
1138
+
1139
+ Task.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskId"))
1140
+ Task.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestId"))
1141
+ Task.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestJobId"))
1142
+ Task.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
1143
+ Task.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
1144
+ Task.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
1145
+ Task.add_member(:categories, Shapes::ShapeRef.new(shape: CategoryList, location_name: "categories"))
1146
+ Task.add_member(:risk_type, Shapes::ShapeRef.new(shape: RiskType, location_name: "riskType"))
1147
+ Task.add_member(:target_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "targetEndpoint"))
1148
+ Task.add_member(:execution_status, Shapes::ShapeRef.new(shape: TaskExecutionStatus, location_name: "executionStatus"))
1149
+ Task.add_member(:logs_location, Shapes::ShapeRef.new(shape: LogLocation, location_name: "logsLocation"))
1150
+ Task.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1151
+ Task.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
1152
+ Task.struct_class = Types::Task
1153
+
1154
+ TaskIdList.member = Shapes::ShapeRef.new(shape: String)
1155
+
1156
+ TaskList.member = Shapes::ShapeRef.new(shape: Task)
1157
+
1158
+ TaskSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskId"))
1159
+ TaskSummary.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestId"))
1160
+ TaskSummary.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestJobId"))
1161
+ TaskSummary.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
1162
+ TaskSummary.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
1163
+ TaskSummary.add_member(:risk_type, Shapes::ShapeRef.new(shape: RiskType, location_name: "riskType"))
1164
+ TaskSummary.add_member(:execution_status, Shapes::ShapeRef.new(shape: TaskExecutionStatus, location_name: "executionStatus"))
1165
+ TaskSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1166
+ TaskSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
1167
+ TaskSummary.struct_class = Types::TaskSummary
1168
+
1169
+ TaskSummaryList.member = Shapes::ShapeRef.new(shape: TaskSummary)
1170
+
1171
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1172
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
1173
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
1174
+ ThrottlingException.struct_class = Types::ThrottlingException
1175
+
1176
+ UntagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
1177
+ UntagResourceInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
1178
+ UntagResourceInput.struct_class = Types::UntagResourceInput
1179
+
1180
+ UntagResourceOutput.struct_class = Types::UntagResourceOutput
1181
+
1182
+ UpdateAgentSpaceInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
1183
+ UpdateAgentSpaceInput.add_member(:name, Shapes::ShapeRef.new(shape: AgentName, location_name: "name"))
1184
+ UpdateAgentSpaceInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
1185
+ UpdateAgentSpaceInput.add_member(:aws_resources, Shapes::ShapeRef.new(shape: AWSResources, location_name: "awsResources"))
1186
+ UpdateAgentSpaceInput.add_member(:target_domain_ids, Shapes::ShapeRef.new(shape: TargetDomainIdList, location_name: "targetDomainIds"))
1187
+ UpdateAgentSpaceInput.add_member(:code_review_settings, Shapes::ShapeRef.new(shape: CodeReviewSettings, location_name: "codeReviewSettings"))
1188
+ UpdateAgentSpaceInput.struct_class = Types::UpdateAgentSpaceInput
1189
+
1190
+ UpdateAgentSpaceOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
1191
+ UpdateAgentSpaceOutput.add_member(:name, Shapes::ShapeRef.new(shape: AgentName, required: true, location_name: "name"))
1192
+ UpdateAgentSpaceOutput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
1193
+ UpdateAgentSpaceOutput.add_member(:aws_resources, Shapes::ShapeRef.new(shape: AWSResources, location_name: "awsResources"))
1194
+ UpdateAgentSpaceOutput.add_member(:target_domain_ids, Shapes::ShapeRef.new(shape: TargetDomainIdList, location_name: "targetDomainIds"))
1195
+ UpdateAgentSpaceOutput.add_member(:code_review_settings, Shapes::ShapeRef.new(shape: CodeReviewSettings, location_name: "codeReviewSettings"))
1196
+ UpdateAgentSpaceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1197
+ UpdateAgentSpaceOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
1198
+ UpdateAgentSpaceOutput.struct_class = Types::UpdateAgentSpaceOutput
1199
+
1200
+ UpdateApplicationRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationId"))
1201
+ UpdateApplicationRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
1202
+ UpdateApplicationRequest.add_member(:default_kms_key_id, Shapes::ShapeRef.new(shape: DefaultKmsKeyId, location_name: "defaultKmsKeyId"))
1203
+ UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
1204
+
1205
+ UpdateApplicationResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "applicationId"))
1206
+ UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
1207
+
1208
+ UpdateFindingInput.add_member(:finding_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "findingId"))
1209
+ UpdateFindingInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
1210
+ UpdateFindingInput.add_member(:risk_level, Shapes::ShapeRef.new(shape: RiskLevel, location_name: "riskLevel"))
1211
+ UpdateFindingInput.add_member(:status, Shapes::ShapeRef.new(shape: FindingStatus, location_name: "status"))
1212
+ UpdateFindingInput.struct_class = Types::UpdateFindingInput
1213
+
1214
+ UpdateFindingOutput.struct_class = Types::UpdateFindingOutput
1215
+
1216
+ UpdateIntegratedResourcesInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location_name: "agentSpaceId"))
1217
+ UpdateIntegratedResourcesInput.add_member(:integration_id, Shapes::ShapeRef.new(shape: IntegrationId, required: true, location_name: "integrationId"))
1218
+ UpdateIntegratedResourcesInput.add_member(:items, Shapes::ShapeRef.new(shape: IntegratedResourceInputItemList, required: true, location_name: "items"))
1219
+ UpdateIntegratedResourcesInput.struct_class = Types::UpdateIntegratedResourcesInput
1220
+
1221
+ UpdateIntegratedResourcesOutput.struct_class = Types::UpdateIntegratedResourcesOutput
1222
+
1223
+ UpdatePentestInput.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestId"))
1224
+ UpdatePentestInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
1225
+ UpdatePentestInput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
1226
+ UpdatePentestInput.add_member(:assets, Shapes::ShapeRef.new(shape: Assets, location_name: "assets"))
1227
+ UpdatePentestInput.add_member(:exclude_risk_types, Shapes::ShapeRef.new(shape: RiskTypeList, location_name: "excludeRiskTypes"))
1228
+ UpdatePentestInput.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
1229
+ UpdatePentestInput.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
1230
+ UpdatePentestInput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
1231
+ UpdatePentestInput.add_member(:network_traffic_config, Shapes::ShapeRef.new(shape: NetworkTrafficConfig, location_name: "networkTrafficConfig"))
1232
+ UpdatePentestInput.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
1233
+ UpdatePentestInput.struct_class = Types::UpdatePentestInput
1234
+
1235
+ UpdatePentestOutput.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestId"))
1236
+ UpdatePentestOutput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
1237
+ UpdatePentestOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1238
+ UpdatePentestOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
1239
+ UpdatePentestOutput.add_member(:assets, Shapes::ShapeRef.new(shape: Assets, location_name: "assets"))
1240
+ UpdatePentestOutput.add_member(:exclude_risk_types, Shapes::ShapeRef.new(shape: RiskTypeList, location_name: "excludeRiskTypes"))
1241
+ UpdatePentestOutput.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
1242
+ UpdatePentestOutput.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
1243
+ UpdatePentestOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
1244
+ UpdatePentestOutput.struct_class = Types::UpdatePentestOutput
1245
+
1246
+ UpdateTargetDomainInput.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, required: true, location_name: "targetDomainId"))
1247
+ UpdateTargetDomainInput.add_member(:verification_method, Shapes::ShapeRef.new(shape: DomainVerificationMethod, required: true, location_name: "verificationMethod"))
1248
+ UpdateTargetDomainInput.struct_class = Types::UpdateTargetDomainInput
1249
+
1250
+ UpdateTargetDomainOutput.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, required: true, location_name: "targetDomainId"))
1251
+ UpdateTargetDomainOutput.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "domainName"))
1252
+ UpdateTargetDomainOutput.add_member(:verification_status, Shapes::ShapeRef.new(shape: TargetDomainStatus, required: true, location_name: "verificationStatus"))
1253
+ UpdateTargetDomainOutput.add_member(:verification_details, Shapes::ShapeRef.new(shape: VerificationDetails, location_name: "verificationDetails"))
1254
+ UpdateTargetDomainOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1255
+ UpdateTargetDomainOutput.add_member(:verified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "verifiedAt"))
1256
+ UpdateTargetDomainOutput.struct_class = Types::UpdateTargetDomainOutput
1257
+
1258
+ UriList.member = Shapes::ShapeRef.new(shape: String)
1259
+
1260
+ UserConfig.add_member(:role, Shapes::ShapeRef.new(shape: UserRole, location_name: "role"))
1261
+ UserConfig.struct_class = Types::UserConfig
1262
+
1263
+ UserMetadata.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "username"))
1264
+ UserMetadata.add_member(:email, Shapes::ShapeRef.new(shape: SensitiveEmail, required: true, location_name: "email"))
1265
+ UserMetadata.struct_class = Types::UserMetadata
1266
+
1267
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1268
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
1269
+ ValidationException.struct_class = Types::ValidationException
1270
+
1271
+ ValidationExceptionField.add_member(:path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "path"))
1272
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1273
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
1274
+
1275
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
1276
+
1277
+ VerificationDetails.add_member(:method, Shapes::ShapeRef.new(shape: DomainVerificationMethod, location_name: "method"))
1278
+ VerificationDetails.add_member(:dns_txt, Shapes::ShapeRef.new(shape: DnsVerification, location_name: "dnsTxt"))
1279
+ VerificationDetails.add_member(:http_route, Shapes::ShapeRef.new(shape: HttpVerification, location_name: "httpRoute"))
1280
+ VerificationDetails.struct_class = Types::VerificationDetails
1281
+
1282
+ VerifyTargetDomainInput.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, required: true, location_name: "targetDomainId"))
1283
+ VerifyTargetDomainInput.struct_class = Types::VerifyTargetDomainInput
1284
+
1285
+ VerifyTargetDomainOutput.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, location_name: "targetDomainId"))
1286
+ VerifyTargetDomainOutput.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, location_name: "domainName"))
1287
+ VerifyTargetDomainOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1288
+ VerifyTargetDomainOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
1289
+ VerifyTargetDomainOutput.add_member(:verified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "verifiedAt"))
1290
+ VerifyTargetDomainOutput.add_member(:status, Shapes::ShapeRef.new(shape: TargetDomainStatus, location_name: "status"))
1291
+ VerifyTargetDomainOutput.struct_class = Types::VerifyTargetDomainOutput
1292
+
1293
+ VpcConfig.add_member(:vpc_arn, Shapes::ShapeRef.new(shape: VpcArn, location_name: "vpcArn"))
1294
+ VpcConfig.add_member(:security_group_arns, Shapes::ShapeRef.new(shape: SecurityGroupArns, location_name: "securityGroupArns"))
1295
+ VpcConfig.add_member(:subnet_arns, Shapes::ShapeRef.new(shape: SubnetArns, location_name: "subnetArns"))
1296
+ VpcConfig.struct_class = Types::VpcConfig
1297
+
1298
+ VpcConfigs.member = Shapes::ShapeRef.new(shape: VpcConfig)
1299
+
1300
+
1301
+ # @api private
1302
+ API = Seahorse::Model::Api.new.tap do |api|
1303
+
1304
+ api.version = "2025-09-06"
1305
+
1306
+ api.metadata = {
1307
+ "apiVersion" => "2025-09-06",
1308
+ "auth" => ["aws.auth#sigv4"],
1309
+ "endpointPrefix" => "securityagent",
1310
+ "protocol" => "rest-json",
1311
+ "protocols" => ["rest-json"],
1312
+ "serviceFullName" => "AWS Security Agent",
1313
+ "serviceId" => "SecurityAgent",
1314
+ "signatureVersion" => "v4",
1315
+ "signingName" => "securityagent",
1316
+ "uid" => "securityagent-2025-09-06",
1317
+ }
1318
+
1319
+ api.add_operation(:add_artifact, Seahorse::Model::Operation.new.tap do |o|
1320
+ o.name = "AddArtifact"
1321
+ o.http_method = "POST"
1322
+ o.http_request_uri = "/AddArtifact"
1323
+ o.input = Shapes::ShapeRef.new(shape: AddArtifactInput)
1324
+ o.output = Shapes::ShapeRef.new(shape: AddArtifactOutput)
1325
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1326
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1327
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1328
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1329
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1330
+ end)
1331
+
1332
+ api.add_operation(:batch_delete_pentests, Seahorse::Model::Operation.new.tap do |o|
1333
+ o.name = "BatchDeletePentests"
1334
+ o.http_method = "POST"
1335
+ o.http_request_uri = "/BatchDeletePentests"
1336
+ o.input = Shapes::ShapeRef.new(shape: BatchDeletePentestsInput)
1337
+ o.output = Shapes::ShapeRef.new(shape: BatchDeletePentestsOutput)
1338
+ end)
1339
+
1340
+ api.add_operation(:batch_get_agent_spaces, Seahorse::Model::Operation.new.tap do |o|
1341
+ o.name = "BatchGetAgentSpaces"
1342
+ o.http_method = "POST"
1343
+ o.http_request_uri = "/BatchGetAgentSpaces"
1344
+ o.input = Shapes::ShapeRef.new(shape: BatchGetAgentSpacesInput)
1345
+ o.output = Shapes::ShapeRef.new(shape: BatchGetAgentSpacesOutput)
1346
+ end)
1347
+
1348
+ api.add_operation(:batch_get_artifact_metadata, Seahorse::Model::Operation.new.tap do |o|
1349
+ o.name = "BatchGetArtifactMetadata"
1350
+ o.http_method = "POST"
1351
+ o.http_request_uri = "/BatchGetArtifactMetadata"
1352
+ o.input = Shapes::ShapeRef.new(shape: BatchGetArtifactMetadataInput)
1353
+ o.output = Shapes::ShapeRef.new(shape: BatchGetArtifactMetadataOutput)
1354
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1356
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1358
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1359
+ end)
1360
+
1361
+ api.add_operation(:batch_get_findings, Seahorse::Model::Operation.new.tap do |o|
1362
+ o.name = "BatchGetFindings"
1363
+ o.http_method = "POST"
1364
+ o.http_request_uri = "/BatchGetFindings"
1365
+ o.input = Shapes::ShapeRef.new(shape: BatchGetFindingsInput)
1366
+ o.output = Shapes::ShapeRef.new(shape: BatchGetFindingsOutput)
1367
+ end)
1368
+
1369
+ api.add_operation(:batch_get_pentest_job_tasks, Seahorse::Model::Operation.new.tap do |o|
1370
+ o.name = "BatchGetPentestJobTasks"
1371
+ o.http_method = "POST"
1372
+ o.http_request_uri = "/BatchGetPentestJobTasks"
1373
+ o.input = Shapes::ShapeRef.new(shape: BatchGetPentestJobTasksInput)
1374
+ o.output = Shapes::ShapeRef.new(shape: BatchGetPentestJobTasksOutput)
1375
+ end)
1376
+
1377
+ api.add_operation(:batch_get_pentest_jobs, Seahorse::Model::Operation.new.tap do |o|
1378
+ o.name = "BatchGetPentestJobs"
1379
+ o.http_method = "POST"
1380
+ o.http_request_uri = "/BatchGetPentestJobs"
1381
+ o.input = Shapes::ShapeRef.new(shape: BatchGetPentestJobsInput)
1382
+ o.output = Shapes::ShapeRef.new(shape: BatchGetPentestJobsOutput)
1383
+ end)
1384
+
1385
+ api.add_operation(:batch_get_pentests, Seahorse::Model::Operation.new.tap do |o|
1386
+ o.name = "BatchGetPentests"
1387
+ o.http_method = "POST"
1388
+ o.http_request_uri = "/BatchGetPentests"
1389
+ o.input = Shapes::ShapeRef.new(shape: BatchGetPentestsInput)
1390
+ o.output = Shapes::ShapeRef.new(shape: BatchGetPentestsOutput)
1391
+ end)
1392
+
1393
+ api.add_operation(:batch_get_target_domains, Seahorse::Model::Operation.new.tap do |o|
1394
+ o.name = "BatchGetTargetDomains"
1395
+ o.http_method = "POST"
1396
+ o.http_request_uri = "/BatchGetTargetDomains"
1397
+ o.input = Shapes::ShapeRef.new(shape: BatchGetTargetDomainsInput)
1398
+ o.output = Shapes::ShapeRef.new(shape: BatchGetTargetDomainsOutput)
1399
+ end)
1400
+
1401
+ api.add_operation(:create_agent_space, Seahorse::Model::Operation.new.tap do |o|
1402
+ o.name = "CreateAgentSpace"
1403
+ o.http_method = "POST"
1404
+ o.http_request_uri = "/CreateAgentSpace"
1405
+ o.input = Shapes::ShapeRef.new(shape: CreateAgentSpaceInput)
1406
+ o.output = Shapes::ShapeRef.new(shape: CreateAgentSpaceOutput)
1407
+ end)
1408
+
1409
+ api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
1410
+ o.name = "CreateApplication"
1411
+ o.http_method = "POST"
1412
+ o.http_request_uri = "/CreateApplication"
1413
+ o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
1414
+ o.output = Shapes::ShapeRef.new(shape: CreateApplicationResponse)
1415
+ end)
1416
+
1417
+ api.add_operation(:create_integration, Seahorse::Model::Operation.new.tap do |o|
1418
+ o.name = "CreateIntegration"
1419
+ o.http_method = "POST"
1420
+ o.http_request_uri = "/CreateIntegration"
1421
+ o.input = Shapes::ShapeRef.new(shape: CreateIntegrationInput)
1422
+ o.output = Shapes::ShapeRef.new(shape: CreateIntegrationOutput)
1423
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1424
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1425
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1426
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1427
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1428
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1429
+ end)
1430
+
1431
+ api.add_operation(:create_membership, Seahorse::Model::Operation.new.tap do |o|
1432
+ o.name = "CreateMembership"
1433
+ o.http_method = "POST"
1434
+ o.http_request_uri = "/CreateMembership"
1435
+ o.input = Shapes::ShapeRef.new(shape: CreateMembershipRequest)
1436
+ o.output = Shapes::ShapeRef.new(shape: CreateMembershipResponse)
1437
+ end)
1438
+
1439
+ api.add_operation(:create_pentest, Seahorse::Model::Operation.new.tap do |o|
1440
+ o.name = "CreatePentest"
1441
+ o.http_method = "POST"
1442
+ o.http_request_uri = "/CreatePentest"
1443
+ o.input = Shapes::ShapeRef.new(shape: CreatePentestInput)
1444
+ o.output = Shapes::ShapeRef.new(shape: CreatePentestOutput)
1445
+ end)
1446
+
1447
+ api.add_operation(:create_target_domain, Seahorse::Model::Operation.new.tap do |o|
1448
+ o.name = "CreateTargetDomain"
1449
+ o.http_method = "POST"
1450
+ o.http_request_uri = "/CreateTargetDomain"
1451
+ o.input = Shapes::ShapeRef.new(shape: CreateTargetDomainInput)
1452
+ o.output = Shapes::ShapeRef.new(shape: CreateTargetDomainOutput)
1453
+ end)
1454
+
1455
+ api.add_operation(:delete_agent_space, Seahorse::Model::Operation.new.tap do |o|
1456
+ o.name = "DeleteAgentSpace"
1457
+ o.http_method = "POST"
1458
+ o.http_request_uri = "/DeleteAgentSpace"
1459
+ o.input = Shapes::ShapeRef.new(shape: DeleteAgentSpaceInput)
1460
+ o.output = Shapes::ShapeRef.new(shape: DeleteAgentSpaceOutput)
1461
+ end)
1462
+
1463
+ api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
1464
+ o.name = "DeleteApplication"
1465
+ o.http_method = "POST"
1466
+ o.http_request_uri = "/DeleteApplication"
1467
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationRequest)
1468
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1469
+ end)
1470
+
1471
+ api.add_operation(:delete_artifact, Seahorse::Model::Operation.new.tap do |o|
1472
+ o.name = "DeleteArtifact"
1473
+ o.http_method = "POST"
1474
+ o.http_request_uri = "/DeleteArtifact"
1475
+ o.input = Shapes::ShapeRef.new(shape: DeleteArtifactInput)
1476
+ o.output = Shapes::ShapeRef.new(shape: DeleteArtifactOutput)
1477
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1478
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1479
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1480
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1481
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1482
+ end)
1483
+
1484
+ api.add_operation(:delete_integration, Seahorse::Model::Operation.new.tap do |o|
1485
+ o.name = "DeleteIntegration"
1486
+ o.http_method = "POST"
1487
+ o.http_request_uri = "/DeleteIntegration"
1488
+ o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationInput)
1489
+ o.output = Shapes::ShapeRef.new(shape: DeleteIntegrationOutput)
1490
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1491
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1492
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1493
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1494
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1495
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1496
+ end)
1497
+
1498
+ api.add_operation(:delete_membership, Seahorse::Model::Operation.new.tap do |o|
1499
+ o.name = "DeleteMembership"
1500
+ o.http_method = "POST"
1501
+ o.http_request_uri = "/DeleteMembership"
1502
+ o.input = Shapes::ShapeRef.new(shape: DeleteMembershipRequest)
1503
+ o.output = Shapes::ShapeRef.new(shape: DeleteMembershipResponse)
1504
+ end)
1505
+
1506
+ api.add_operation(:delete_target_domain, Seahorse::Model::Operation.new.tap do |o|
1507
+ o.name = "DeleteTargetDomain"
1508
+ o.http_method = "POST"
1509
+ o.http_request_uri = "/DeleteTargetDomain"
1510
+ o.input = Shapes::ShapeRef.new(shape: DeleteTargetDomainInput)
1511
+ o.output = Shapes::ShapeRef.new(shape: DeleteTargetDomainOutput)
1512
+ end)
1513
+
1514
+ api.add_operation(:get_application, Seahorse::Model::Operation.new.tap do |o|
1515
+ o.name = "GetApplication"
1516
+ o.http_method = "POST"
1517
+ o.http_request_uri = "/GetApplication"
1518
+ o.input = Shapes::ShapeRef.new(shape: GetApplicationRequest)
1519
+ o.output = Shapes::ShapeRef.new(shape: GetApplicationResponse)
1520
+ end)
1521
+
1522
+ api.add_operation(:get_artifact, Seahorse::Model::Operation.new.tap do |o|
1523
+ o.name = "GetArtifact"
1524
+ o.http_method = "POST"
1525
+ o.http_request_uri = "/GetArtifact"
1526
+ o.input = Shapes::ShapeRef.new(shape: GetArtifactInput)
1527
+ o.output = Shapes::ShapeRef.new(shape: GetArtifactOutput)
1528
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1529
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1530
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1531
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1532
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1533
+ end)
1534
+
1535
+ api.add_operation(:get_integration, Seahorse::Model::Operation.new.tap do |o|
1536
+ o.name = "GetIntegration"
1537
+ o.http_method = "POST"
1538
+ o.http_request_uri = "/GetIntegration"
1539
+ o.input = Shapes::ShapeRef.new(shape: GetIntegrationInput)
1540
+ o.output = Shapes::ShapeRef.new(shape: GetIntegrationOutput)
1541
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1542
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1546
+ end)
1547
+
1548
+ api.add_operation(:initiate_provider_registration, Seahorse::Model::Operation.new.tap do |o|
1549
+ o.name = "InitiateProviderRegistration"
1550
+ o.http_method = "POST"
1551
+ o.http_request_uri = "/oauth2/provider/register"
1552
+ o.input = Shapes::ShapeRef.new(shape: InitiateProviderRegistrationInput)
1553
+ o.output = Shapes::ShapeRef.new(shape: InitiateProviderRegistrationOutput)
1554
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1556
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1558
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1559
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1560
+ end)
1561
+
1562
+ api.add_operation(:list_agent_spaces, Seahorse::Model::Operation.new.tap do |o|
1563
+ o.name = "ListAgentSpaces"
1564
+ o.http_method = "POST"
1565
+ o.http_request_uri = "/ListAgentSpaces"
1566
+ o.input = Shapes::ShapeRef.new(shape: ListAgentSpacesInput)
1567
+ o.output = Shapes::ShapeRef.new(shape: ListAgentSpacesOutput)
1568
+ o[:pager] = Aws::Pager.new(
1569
+ limit_key: "max_results",
1570
+ tokens: {
1571
+ "next_token" => "next_token"
1572
+ }
1573
+ )
1574
+ end)
1575
+
1576
+ api.add_operation(:list_applications, Seahorse::Model::Operation.new.tap do |o|
1577
+ o.name = "ListApplications"
1578
+ o.http_method = "POST"
1579
+ o.http_request_uri = "/ListApplications"
1580
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationsRequest)
1581
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationsResponse)
1582
+ o[:pager] = Aws::Pager.new(
1583
+ limit_key: "max_results",
1584
+ tokens: {
1585
+ "next_token" => "next_token"
1586
+ }
1587
+ )
1588
+ end)
1589
+
1590
+ api.add_operation(:list_artifacts, Seahorse::Model::Operation.new.tap do |o|
1591
+ o.name = "ListArtifacts"
1592
+ o.http_method = "POST"
1593
+ o.http_request_uri = "/ListArtifacts"
1594
+ o.input = Shapes::ShapeRef.new(shape: ListArtifactsInput)
1595
+ o.output = Shapes::ShapeRef.new(shape: ListArtifactsOutput)
1596
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1597
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1598
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1599
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1600
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1601
+ o[:pager] = Aws::Pager.new(
1602
+ limit_key: "max_results",
1603
+ tokens: {
1604
+ "next_token" => "next_token"
1605
+ }
1606
+ )
1607
+ end)
1608
+
1609
+ api.add_operation(:list_discovered_endpoints, Seahorse::Model::Operation.new.tap do |o|
1610
+ o.name = "ListDiscoveredEndpoints"
1611
+ o.http_method = "POST"
1612
+ o.http_request_uri = "/ListDiscoveredEndpoints"
1613
+ o.input = Shapes::ShapeRef.new(shape: ListDiscoveredEndpointsInput)
1614
+ o.output = Shapes::ShapeRef.new(shape: ListDiscoveredEndpointsOutput)
1615
+ o[:pager] = Aws::Pager.new(
1616
+ limit_key: "max_results",
1617
+ tokens: {
1618
+ "next_token" => "next_token"
1619
+ }
1620
+ )
1621
+ end)
1622
+
1623
+ api.add_operation(:list_findings, Seahorse::Model::Operation.new.tap do |o|
1624
+ o.name = "ListFindings"
1625
+ o.http_method = "POST"
1626
+ o.http_request_uri = "/ListFindings"
1627
+ o.input = Shapes::ShapeRef.new(shape: ListFindingsInput)
1628
+ o.output = Shapes::ShapeRef.new(shape: ListFindingsOutput)
1629
+ o[:pager] = Aws::Pager.new(
1630
+ limit_key: "max_results",
1631
+ tokens: {
1632
+ "next_token" => "next_token"
1633
+ }
1634
+ )
1635
+ end)
1636
+
1637
+ api.add_operation(:list_integrated_resources, Seahorse::Model::Operation.new.tap do |o|
1638
+ o.name = "ListIntegratedResources"
1639
+ o.http_method = "POST"
1640
+ o.http_request_uri = "/ListIntegratedResources"
1641
+ o.input = Shapes::ShapeRef.new(shape: ListIntegratedResourcesInput)
1642
+ o.output = Shapes::ShapeRef.new(shape: ListIntegratedResourcesOutput)
1643
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1644
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1645
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1646
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1647
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1648
+ o[:pager] = Aws::Pager.new(
1649
+ limit_key: "max_results",
1650
+ tokens: {
1651
+ "next_token" => "next_token"
1652
+ }
1653
+ )
1654
+ end)
1655
+
1656
+ api.add_operation(:list_integrations, Seahorse::Model::Operation.new.tap do |o|
1657
+ o.name = "ListIntegrations"
1658
+ o.http_method = "POST"
1659
+ o.http_request_uri = "/ListIntegrations"
1660
+ o.input = Shapes::ShapeRef.new(shape: ListIntegrationsInput)
1661
+ o.output = Shapes::ShapeRef.new(shape: ListIntegrationsOutput)
1662
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1663
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1664
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1665
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1666
+ o[:pager] = Aws::Pager.new(
1667
+ limit_key: "max_results",
1668
+ tokens: {
1669
+ "next_token" => "next_token"
1670
+ }
1671
+ )
1672
+ end)
1673
+
1674
+ api.add_operation(:list_memberships, Seahorse::Model::Operation.new.tap do |o|
1675
+ o.name = "ListMemberships"
1676
+ o.http_method = "POST"
1677
+ o.http_request_uri = "/ListMemberships"
1678
+ o.input = Shapes::ShapeRef.new(shape: ListMembershipsRequest)
1679
+ o.output = Shapes::ShapeRef.new(shape: ListMembershipsResponse)
1680
+ o[:pager] = Aws::Pager.new(
1681
+ limit_key: "max_results",
1682
+ tokens: {
1683
+ "next_token" => "next_token"
1684
+ }
1685
+ )
1686
+ end)
1687
+
1688
+ api.add_operation(:list_pentest_job_tasks, Seahorse::Model::Operation.new.tap do |o|
1689
+ o.name = "ListPentestJobTasks"
1690
+ o.http_method = "POST"
1691
+ o.http_request_uri = "/ListPentestJobTasks"
1692
+ o.input = Shapes::ShapeRef.new(shape: ListPentestJobTasksInput)
1693
+ o.output = Shapes::ShapeRef.new(shape: ListPentestJobTasksOutput)
1694
+ o[:pager] = Aws::Pager.new(
1695
+ limit_key: "max_results",
1696
+ tokens: {
1697
+ "next_token" => "next_token"
1698
+ }
1699
+ )
1700
+ end)
1701
+
1702
+ api.add_operation(:list_pentest_jobs_for_pentest, Seahorse::Model::Operation.new.tap do |o|
1703
+ o.name = "ListPentestJobsForPentest"
1704
+ o.http_method = "POST"
1705
+ o.http_request_uri = "/ListPentestJobsForPentest"
1706
+ o.input = Shapes::ShapeRef.new(shape: ListPentestJobsForPentestInput)
1707
+ o.output = Shapes::ShapeRef.new(shape: ListPentestJobsForPentestOutput)
1708
+ o[:pager] = Aws::Pager.new(
1709
+ limit_key: "max_results",
1710
+ tokens: {
1711
+ "next_token" => "next_token"
1712
+ }
1713
+ )
1714
+ end)
1715
+
1716
+ api.add_operation(:list_pentests, Seahorse::Model::Operation.new.tap do |o|
1717
+ o.name = "ListPentests"
1718
+ o.http_method = "POST"
1719
+ o.http_request_uri = "/ListPentests"
1720
+ o.input = Shapes::ShapeRef.new(shape: ListPentestsInput)
1721
+ o.output = Shapes::ShapeRef.new(shape: ListPentestsOutput)
1722
+ o[:pager] = Aws::Pager.new(
1723
+ limit_key: "max_results",
1724
+ tokens: {
1725
+ "next_token" => "next_token"
1726
+ }
1727
+ )
1728
+ end)
1729
+
1730
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1731
+ o.name = "ListTagsForResource"
1732
+ o.http_method = "GET"
1733
+ o.http_request_uri = "/tags/{resourceArn}"
1734
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceInput)
1735
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceOutput)
1736
+ end)
1737
+
1738
+ api.add_operation(:list_target_domains, Seahorse::Model::Operation.new.tap do |o|
1739
+ o.name = "ListTargetDomains"
1740
+ o.http_method = "POST"
1741
+ o.http_request_uri = "/ListTargetDomains"
1742
+ o.input = Shapes::ShapeRef.new(shape: ListTargetDomainsInput)
1743
+ o.output = Shapes::ShapeRef.new(shape: ListTargetDomainsOutput)
1744
+ o[:pager] = Aws::Pager.new(
1745
+ limit_key: "max_results",
1746
+ tokens: {
1747
+ "next_token" => "next_token"
1748
+ }
1749
+ )
1750
+ end)
1751
+
1752
+ api.add_operation(:start_code_remediation, Seahorse::Model::Operation.new.tap do |o|
1753
+ o.name = "StartCodeRemediation"
1754
+ o.http_method = "POST"
1755
+ o.http_request_uri = "/StartCodeRemediation"
1756
+ o.input = Shapes::ShapeRef.new(shape: StartCodeRemediationInput)
1757
+ o.output = Shapes::ShapeRef.new(shape: StartCodeRemediationOutput)
1758
+ end)
1759
+
1760
+ api.add_operation(:start_pentest_job, Seahorse::Model::Operation.new.tap do |o|
1761
+ o.name = "StartPentestJob"
1762
+ o.http_method = "POST"
1763
+ o.http_request_uri = "/StartPentestJob"
1764
+ o.input = Shapes::ShapeRef.new(shape: StartPentestJobInput)
1765
+ o.output = Shapes::ShapeRef.new(shape: StartPentestJobOutput)
1766
+ end)
1767
+
1768
+ api.add_operation(:stop_pentest_job, Seahorse::Model::Operation.new.tap do |o|
1769
+ o.name = "StopPentestJob"
1770
+ o.http_method = "POST"
1771
+ o.http_request_uri = "/StopPentestJob"
1772
+ o.input = Shapes::ShapeRef.new(shape: StopPentestJobInput)
1773
+ o.output = Shapes::ShapeRef.new(shape: StopPentestJobOutput)
1774
+ end)
1775
+
1776
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1777
+ o.name = "TagResource"
1778
+ o.http_method = "POST"
1779
+ o.http_request_uri = "/tags/{resourceArn}"
1780
+ o.input = Shapes::ShapeRef.new(shape: TagResourceInput)
1781
+ o.output = Shapes::ShapeRef.new(shape: TagResourceOutput)
1782
+ end)
1783
+
1784
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1785
+ o.name = "UntagResource"
1786
+ o.http_method = "DELETE"
1787
+ o.http_request_uri = "/tags/{resourceArn}"
1788
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceInput)
1789
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceOutput)
1790
+ end)
1791
+
1792
+ api.add_operation(:update_agent_space, Seahorse::Model::Operation.new.tap do |o|
1793
+ o.name = "UpdateAgentSpace"
1794
+ o.http_method = "POST"
1795
+ o.http_request_uri = "/UpdateAgentSpace"
1796
+ o.input = Shapes::ShapeRef.new(shape: UpdateAgentSpaceInput)
1797
+ o.output = Shapes::ShapeRef.new(shape: UpdateAgentSpaceOutput)
1798
+ end)
1799
+
1800
+ api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
1801
+ o.name = "UpdateApplication"
1802
+ o.http_method = "POST"
1803
+ o.http_request_uri = "/UpdateApplication"
1804
+ o.input = Shapes::ShapeRef.new(shape: UpdateApplicationRequest)
1805
+ o.output = Shapes::ShapeRef.new(shape: UpdateApplicationResponse)
1806
+ end)
1807
+
1808
+ api.add_operation(:update_finding, Seahorse::Model::Operation.new.tap do |o|
1809
+ o.name = "UpdateFinding"
1810
+ o.http_method = "POST"
1811
+ o.http_request_uri = "/UpdateFinding"
1812
+ o.input = Shapes::ShapeRef.new(shape: UpdateFindingInput)
1813
+ o.output = Shapes::ShapeRef.new(shape: UpdateFindingOutput)
1814
+ end)
1815
+
1816
+ api.add_operation(:update_integrated_resources, Seahorse::Model::Operation.new.tap do |o|
1817
+ o.name = "UpdateIntegratedResources"
1818
+ o.http_method = "POST"
1819
+ o.http_request_uri = "/UpdateIntegratedResources"
1820
+ o.input = Shapes::ShapeRef.new(shape: UpdateIntegratedResourcesInput)
1821
+ o.output = Shapes::ShapeRef.new(shape: UpdateIntegratedResourcesOutput)
1822
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1823
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1824
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1825
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1826
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1827
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1828
+ end)
1829
+
1830
+ api.add_operation(:update_pentest, Seahorse::Model::Operation.new.tap do |o|
1831
+ o.name = "UpdatePentest"
1832
+ o.http_method = "POST"
1833
+ o.http_request_uri = "/UpdatePentest"
1834
+ o.input = Shapes::ShapeRef.new(shape: UpdatePentestInput)
1835
+ o.output = Shapes::ShapeRef.new(shape: UpdatePentestOutput)
1836
+ end)
1837
+
1838
+ api.add_operation(:update_target_domain, Seahorse::Model::Operation.new.tap do |o|
1839
+ o.name = "UpdateTargetDomain"
1840
+ o.http_method = "POST"
1841
+ o.http_request_uri = "/UpdateTargetDomain"
1842
+ o.input = Shapes::ShapeRef.new(shape: UpdateTargetDomainInput)
1843
+ o.output = Shapes::ShapeRef.new(shape: UpdateTargetDomainOutput)
1844
+ end)
1845
+
1846
+ api.add_operation(:verify_target_domain, Seahorse::Model::Operation.new.tap do |o|
1847
+ o.name = "VerifyTargetDomain"
1848
+ o.http_method = "POST"
1849
+ o.http_request_uri = "/VerifyTargetDomain"
1850
+ o.input = Shapes::ShapeRef.new(shape: VerifyTargetDomainInput)
1851
+ o.output = Shapes::ShapeRef.new(shape: VerifyTargetDomainOutput)
1852
+ end)
1853
+ end
1854
+
1855
+ end
1856
+ end