aws-sdk-securityagent 1.5.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityagent/client.rb +2144 -22
- data/lib/aws-sdk-securityagent/client_api.rb +1373 -0
- data/lib/aws-sdk-securityagent/errors.rb +16 -0
- data/lib/aws-sdk-securityagent/types.rb +4230 -510
- data/lib/aws-sdk-securityagent.rb +1 -1
- data/sig/client.rbs +683 -15
- data/sig/errors.rbs +3 -0
- data/sig/params.rbs +10 -4
- data/sig/types.rbs +1001 -11
- metadata +1 -1
|
@@ -16,6 +16,7 @@ module Aws::SecurityAgent
|
|
|
16
16
|
|
|
17
17
|
AWSResources = Shapes::StructureShape.new(name: 'AWSResources')
|
|
18
18
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
19
|
+
AccessToken = Shapes::StringShape.new(name: 'AccessToken')
|
|
19
20
|
AccessType = Shapes::StringShape.new(name: 'AccessType')
|
|
20
21
|
Actor = Shapes::StructureShape.new(name: 'Actor')
|
|
21
22
|
ActorList = Shapes::ListShape.new(name: 'ActorList')
|
|
@@ -44,10 +45,18 @@ module Aws::SecurityAgent
|
|
|
44
45
|
AuthCode = Shapes::StringShape.new(name: 'AuthCode')
|
|
45
46
|
Authentication = Shapes::StructureShape.new(name: 'Authentication')
|
|
46
47
|
AuthenticationProviderType = Shapes::StringShape.new(name: 'AuthenticationProviderType')
|
|
48
|
+
BatchCreateSecurityRequirementResult = Shapes::StructureShape.new(name: 'BatchCreateSecurityRequirementResult')
|
|
49
|
+
BatchCreateSecurityRequirementResultList = Shapes::ListShape.new(name: 'BatchCreateSecurityRequirementResultList')
|
|
50
|
+
BatchCreateSecurityRequirementsInput = Shapes::StructureShape.new(name: 'BatchCreateSecurityRequirementsInput')
|
|
51
|
+
BatchCreateSecurityRequirementsOutput = Shapes::StructureShape.new(name: 'BatchCreateSecurityRequirementsOutput')
|
|
47
52
|
BatchDeleteCodeReviewsInput = Shapes::StructureShape.new(name: 'BatchDeleteCodeReviewsInput')
|
|
48
53
|
BatchDeleteCodeReviewsOutput = Shapes::StructureShape.new(name: 'BatchDeleteCodeReviewsOutput')
|
|
49
54
|
BatchDeletePentestsInput = Shapes::StructureShape.new(name: 'BatchDeletePentestsInput')
|
|
50
55
|
BatchDeletePentestsOutput = Shapes::StructureShape.new(name: 'BatchDeletePentestsOutput')
|
|
56
|
+
BatchDeleteSecurityRequirementsInput = Shapes::StructureShape.new(name: 'BatchDeleteSecurityRequirementsInput')
|
|
57
|
+
BatchDeleteSecurityRequirementsOutput = Shapes::StructureShape.new(name: 'BatchDeleteSecurityRequirementsOutput')
|
|
58
|
+
BatchDeleteThreatModelsInput = Shapes::StructureShape.new(name: 'BatchDeleteThreatModelsInput')
|
|
59
|
+
BatchDeleteThreatModelsOutput = Shapes::StructureShape.new(name: 'BatchDeleteThreatModelsOutput')
|
|
51
60
|
BatchGetAgentSpacesInput = Shapes::StructureShape.new(name: 'BatchGetAgentSpacesInput')
|
|
52
61
|
BatchGetAgentSpacesOutput = Shapes::StructureShape.new(name: 'BatchGetAgentSpacesOutput')
|
|
53
62
|
BatchGetArtifactMetadataInput = Shapes::StructureShape.new(name: 'BatchGetArtifactMetadataInput')
|
|
@@ -66,12 +75,36 @@ module Aws::SecurityAgent
|
|
|
66
75
|
BatchGetPentestJobsOutput = Shapes::StructureShape.new(name: 'BatchGetPentestJobsOutput')
|
|
67
76
|
BatchGetPentestsInput = Shapes::StructureShape.new(name: 'BatchGetPentestsInput')
|
|
68
77
|
BatchGetPentestsOutput = Shapes::StructureShape.new(name: 'BatchGetPentestsOutput')
|
|
78
|
+
BatchGetSecurityRequirementResult = Shapes::StructureShape.new(name: 'BatchGetSecurityRequirementResult')
|
|
79
|
+
BatchGetSecurityRequirementResultList = Shapes::ListShape.new(name: 'BatchGetSecurityRequirementResultList')
|
|
80
|
+
BatchGetSecurityRequirementsInput = Shapes::StructureShape.new(name: 'BatchGetSecurityRequirementsInput')
|
|
81
|
+
BatchGetSecurityRequirementsOutput = Shapes::StructureShape.new(name: 'BatchGetSecurityRequirementsOutput')
|
|
69
82
|
BatchGetTargetDomainsInput = Shapes::StructureShape.new(name: 'BatchGetTargetDomainsInput')
|
|
70
83
|
BatchGetTargetDomainsOutput = Shapes::StructureShape.new(name: 'BatchGetTargetDomainsOutput')
|
|
84
|
+
BatchGetThreatModelJobTasksInput = Shapes::StructureShape.new(name: 'BatchGetThreatModelJobTasksInput')
|
|
85
|
+
BatchGetThreatModelJobTasksOutput = Shapes::StructureShape.new(name: 'BatchGetThreatModelJobTasksOutput')
|
|
86
|
+
BatchGetThreatModelJobsInput = Shapes::StructureShape.new(name: 'BatchGetThreatModelJobsInput')
|
|
87
|
+
BatchGetThreatModelJobsOutput = Shapes::StructureShape.new(name: 'BatchGetThreatModelJobsOutput')
|
|
88
|
+
BatchGetThreatModelsInput = Shapes::StructureShape.new(name: 'BatchGetThreatModelsInput')
|
|
89
|
+
BatchGetThreatModelsOutput = Shapes::StructureShape.new(name: 'BatchGetThreatModelsOutput')
|
|
90
|
+
BatchGetThreatsInput = Shapes::StructureShape.new(name: 'BatchGetThreatsInput')
|
|
91
|
+
BatchGetThreatsOutput = Shapes::StructureShape.new(name: 'BatchGetThreatsOutput')
|
|
92
|
+
BatchSecurityRequirementError = Shapes::StructureShape.new(name: 'BatchSecurityRequirementError')
|
|
93
|
+
BatchSecurityRequirementErrors = Shapes::ListShape.new(name: 'BatchSecurityRequirementErrors')
|
|
94
|
+
BatchUpdateSecurityRequirementsInput = Shapes::StructureShape.new(name: 'BatchUpdateSecurityRequirementsInput')
|
|
95
|
+
BatchUpdateSecurityRequirementsOutput = Shapes::StructureShape.new(name: 'BatchUpdateSecurityRequirementsOutput')
|
|
96
|
+
BitbucketInstallationId = Shapes::StringShape.new(name: 'BitbucketInstallationId')
|
|
97
|
+
BitbucketIntegrationInput = Shapes::StructureShape.new(name: 'BitbucketIntegrationInput')
|
|
98
|
+
BitbucketRepositoryMetadata = Shapes::StructureShape.new(name: 'BitbucketRepositoryMetadata')
|
|
99
|
+
BitbucketRepositoryResource = Shapes::StructureShape.new(name: 'BitbucketRepositoryResource')
|
|
100
|
+
BitbucketResourceCapabilities = Shapes::StructureShape.new(name: 'BitbucketResourceCapabilities')
|
|
101
|
+
BitbucketWorkspace = Shapes::StringShape.new(name: 'BitbucketWorkspace')
|
|
71
102
|
Blob = Shapes::BlobShape.new(name: 'Blob')
|
|
72
103
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
73
104
|
Category = Shapes::StructureShape.new(name: 'Category')
|
|
74
105
|
CategoryList = Shapes::ListShape.new(name: 'CategoryList')
|
|
106
|
+
CertificateChain = Shapes::StringShape.new(name: 'CertificateChain')
|
|
107
|
+
CleanUpStrategy = Shapes::StringShape.new(name: 'CleanUpStrategy')
|
|
75
108
|
CloudWatchLog = Shapes::StructureShape.new(name: 'CloudWatchLog')
|
|
76
109
|
CodeLocation = Shapes::StructureShape.new(name: 'CodeLocation')
|
|
77
110
|
CodeLocationList = Shapes::ListShape.new(name: 'CodeLocationList')
|
|
@@ -97,6 +130,12 @@ module Aws::SecurityAgent
|
|
|
97
130
|
CodeReviewSummaryList = Shapes::ListShape.new(name: 'CodeReviewSummaryList')
|
|
98
131
|
ConfidenceLevel = Shapes::StringShape.new(name: 'ConfidenceLevel')
|
|
99
132
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
133
|
+
ConfluenceDocumentMetadata = Shapes::StructureShape.new(name: 'ConfluenceDocumentMetadata')
|
|
134
|
+
ConfluenceDocumentResource = Shapes::StructureShape.new(name: 'ConfluenceDocumentResource')
|
|
135
|
+
ConfluenceInstallationId = Shapes::StringShape.new(name: 'ConfluenceInstallationId')
|
|
136
|
+
ConfluenceIntegrationInput = Shapes::StructureShape.new(name: 'ConfluenceIntegrationInput')
|
|
137
|
+
ConfluenceResourceCapabilities = Shapes::StructureShape.new(name: 'ConfluenceResourceCapabilities')
|
|
138
|
+
ConfluenceSiteUrl = Shapes::StringShape.new(name: 'ConfluenceSiteUrl')
|
|
100
139
|
ContextType = Shapes::StringShape.new(name: 'ContextType')
|
|
101
140
|
CreateAgentSpaceInput = Shapes::StructureShape.new(name: 'CreateAgentSpaceInput')
|
|
102
141
|
CreateAgentSpaceOutput = Shapes::StructureShape.new(name: 'CreateAgentSpaceOutput')
|
|
@@ -110,8 +149,18 @@ module Aws::SecurityAgent
|
|
|
110
149
|
CreateMembershipResponse = Shapes::StructureShape.new(name: 'CreateMembershipResponse')
|
|
111
150
|
CreatePentestInput = Shapes::StructureShape.new(name: 'CreatePentestInput')
|
|
112
151
|
CreatePentestOutput = Shapes::StructureShape.new(name: 'CreatePentestOutput')
|
|
152
|
+
CreatePrivateConnectionInput = Shapes::StructureShape.new(name: 'CreatePrivateConnectionInput')
|
|
153
|
+
CreatePrivateConnectionOutput = Shapes::StructureShape.new(name: 'CreatePrivateConnectionOutput')
|
|
154
|
+
CreateSecurityRequirementEntry = Shapes::StructureShape.new(name: 'CreateSecurityRequirementEntry')
|
|
155
|
+
CreateSecurityRequirementEntryList = Shapes::ListShape.new(name: 'CreateSecurityRequirementEntryList')
|
|
156
|
+
CreateSecurityRequirementPackInput = Shapes::StructureShape.new(name: 'CreateSecurityRequirementPackInput')
|
|
157
|
+
CreateSecurityRequirementPackOutput = Shapes::StructureShape.new(name: 'CreateSecurityRequirementPackOutput')
|
|
113
158
|
CreateTargetDomainInput = Shapes::StructureShape.new(name: 'CreateTargetDomainInput')
|
|
114
159
|
CreateTargetDomainOutput = Shapes::StructureShape.new(name: 'CreateTargetDomainOutput')
|
|
160
|
+
CreateThreatInput = Shapes::StructureShape.new(name: 'CreateThreatInput')
|
|
161
|
+
CreateThreatModelInput = Shapes::StructureShape.new(name: 'CreateThreatModelInput')
|
|
162
|
+
CreateThreatModelOutput = Shapes::StructureShape.new(name: 'CreateThreatModelOutput')
|
|
163
|
+
CreateThreatOutput = Shapes::StructureShape.new(name: 'CreateThreatOutput')
|
|
115
164
|
CsrfState = Shapes::StringShape.new(name: 'CsrfState')
|
|
116
165
|
CustomHeader = Shapes::StructureShape.new(name: 'CustomHeader')
|
|
117
166
|
CustomHeaderList = Shapes::ListShape.new(name: 'CustomHeaderList')
|
|
@@ -130,8 +179,17 @@ module Aws::SecurityAgent
|
|
|
130
179
|
DeleteMembershipResponse = Shapes::StructureShape.new(name: 'DeleteMembershipResponse')
|
|
131
180
|
DeletePentestFailure = Shapes::StructureShape.new(name: 'DeletePentestFailure')
|
|
132
181
|
DeletePentestFailureList = Shapes::ListShape.new(name: 'DeletePentestFailureList')
|
|
182
|
+
DeletePrivateConnectionInput = Shapes::StructureShape.new(name: 'DeletePrivateConnectionInput')
|
|
183
|
+
DeletePrivateConnectionOutput = Shapes::StructureShape.new(name: 'DeletePrivateConnectionOutput')
|
|
184
|
+
DeleteSecurityRequirementPackInput = Shapes::StructureShape.new(name: 'DeleteSecurityRequirementPackInput')
|
|
185
|
+
DeleteSecurityRequirementPackOutput = Shapes::StructureShape.new(name: 'DeleteSecurityRequirementPackOutput')
|
|
133
186
|
DeleteTargetDomainInput = Shapes::StructureShape.new(name: 'DeleteTargetDomainInput')
|
|
134
187
|
DeleteTargetDomainOutput = Shapes::StructureShape.new(name: 'DeleteTargetDomainOutput')
|
|
188
|
+
DeleteThreatModelFailure = Shapes::StructureShape.new(name: 'DeleteThreatModelFailure')
|
|
189
|
+
DeleteThreatModelFailureList = Shapes::ListShape.new(name: 'DeleteThreatModelFailureList')
|
|
190
|
+
DescribePrivateConnectionInput = Shapes::StructureShape.new(name: 'DescribePrivateConnectionInput')
|
|
191
|
+
DescribePrivateConnectionOutput = Shapes::StructureShape.new(name: 'DescribePrivateConnectionOutput')
|
|
192
|
+
DiffSource = Shapes::UnionShape.new(name: 'DiffSource')
|
|
135
193
|
DiscoveredEndpoint = Shapes::StructureShape.new(name: 'DiscoveredEndpoint')
|
|
136
194
|
DiscoveredEndpointList = Shapes::ListShape.new(name: 'DiscoveredEndpointList')
|
|
137
195
|
DnsVerification = Shapes::StructureShape.new(name: 'DnsVerification')
|
|
@@ -156,19 +214,32 @@ module Aws::SecurityAgent
|
|
|
156
214
|
GetArtifactOutput = Shapes::StructureShape.new(name: 'GetArtifactOutput')
|
|
157
215
|
GetIntegrationInput = Shapes::StructureShape.new(name: 'GetIntegrationInput')
|
|
158
216
|
GetIntegrationOutput = Shapes::StructureShape.new(name: 'GetIntegrationOutput')
|
|
217
|
+
GetSecurityRequirementPackInput = Shapes::StructureShape.new(name: 'GetSecurityRequirementPackInput')
|
|
218
|
+
GetSecurityRequirementPackOutput = Shapes::StructureShape.new(name: 'GetSecurityRequirementPackOutput')
|
|
159
219
|
GitHubIntegrationInput = Shapes::StructureShape.new(name: 'GitHubIntegrationInput')
|
|
160
220
|
GitHubOwner = Shapes::StringShape.new(name: 'GitHubOwner')
|
|
161
221
|
GitHubRepositoryMetadata = Shapes::StructureShape.new(name: 'GitHubRepositoryMetadata')
|
|
162
222
|
GitHubRepositoryResource = Shapes::StructureShape.new(name: 'GitHubRepositoryResource')
|
|
163
223
|
GitHubResourceCapabilities = Shapes::StructureShape.new(name: 'GitHubResourceCapabilities')
|
|
224
|
+
GitLabIntegrationInput = Shapes::StructureShape.new(name: 'GitLabIntegrationInput')
|
|
225
|
+
GitLabNamespace = Shapes::StringShape.new(name: 'GitLabNamespace')
|
|
226
|
+
GitLabRepositoryMetadata = Shapes::StructureShape.new(name: 'GitLabRepositoryMetadata')
|
|
227
|
+
GitLabRepositoryResource = Shapes::StructureShape.new(name: 'GitLabRepositoryResource')
|
|
228
|
+
GitLabResourceCapabilities = Shapes::StructureShape.new(name: 'GitLabResourceCapabilities')
|
|
229
|
+
GitLabTokenType = Shapes::StringShape.new(name: 'GitLabTokenType')
|
|
230
|
+
HostAddress = Shapes::StringShape.new(name: 'HostAddress')
|
|
164
231
|
HttpVerification = Shapes::StructureShape.new(name: 'HttpVerification')
|
|
165
232
|
IamRoles = Shapes::ListShape.new(name: 'IamRoles')
|
|
166
233
|
IdCApplicationArn = Shapes::StringShape.new(name: 'IdCApplicationArn')
|
|
167
234
|
IdCConfiguration = Shapes::StructureShape.new(name: 'IdCConfiguration')
|
|
168
235
|
IdCInstanceArn = Shapes::StringShape.new(name: 'IdCInstanceArn')
|
|
236
|
+
ImportSecurityRequirementsInput = Shapes::StructureShape.new(name: 'ImportSecurityRequirementsInput')
|
|
237
|
+
ImportSecurityRequirementsOutput = Shapes::StructureShape.new(name: 'ImportSecurityRequirementsOutput')
|
|
238
|
+
ImportSource = Shapes::UnionShape.new(name: 'ImportSource')
|
|
169
239
|
InitiateProviderRegistrationInput = Shapes::StructureShape.new(name: 'InitiateProviderRegistrationInput')
|
|
170
240
|
InitiateProviderRegistrationOutput = Shapes::StructureShape.new(name: 'InitiateProviderRegistrationOutput')
|
|
171
241
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
242
|
+
IntegratedDocument = Shapes::StructureShape.new(name: 'IntegratedDocument')
|
|
172
243
|
IntegratedRepository = Shapes::StructureShape.new(name: 'IntegratedRepository')
|
|
173
244
|
IntegratedRepositoryList = Shapes::ListShape.new(name: 'IntegratedRepositoryList')
|
|
174
245
|
IntegratedResource = Shapes::UnionShape.new(name: 'IntegratedResource')
|
|
@@ -182,6 +253,7 @@ module Aws::SecurityAgent
|
|
|
182
253
|
IntegrationSummary = Shapes::StructureShape.new(name: 'IntegrationSummary')
|
|
183
254
|
IntegrationSummaryList = Shapes::ListShape.new(name: 'IntegrationSummaryList')
|
|
184
255
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
256
|
+
IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
|
|
185
257
|
JobStatus = Shapes::StringShape.new(name: 'JobStatus')
|
|
186
258
|
KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
|
|
187
259
|
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
|
@@ -214,15 +286,32 @@ module Aws::SecurityAgent
|
|
|
214
286
|
ListPentestJobsForPentestOutput = Shapes::StructureShape.new(name: 'ListPentestJobsForPentestOutput')
|
|
215
287
|
ListPentestsInput = Shapes::StructureShape.new(name: 'ListPentestsInput')
|
|
216
288
|
ListPentestsOutput = Shapes::StructureShape.new(name: 'ListPentestsOutput')
|
|
289
|
+
ListPrivateConnectionsInput = Shapes::StructureShape.new(name: 'ListPrivateConnectionsInput')
|
|
290
|
+
ListPrivateConnectionsOutput = Shapes::StructureShape.new(name: 'ListPrivateConnectionsOutput')
|
|
291
|
+
ListSecurityRequirementPackFilter = Shapes::StructureShape.new(name: 'ListSecurityRequirementPackFilter')
|
|
292
|
+
ListSecurityRequirementPacksInput = Shapes::StructureShape.new(name: 'ListSecurityRequirementPacksInput')
|
|
293
|
+
ListSecurityRequirementPacksOutput = Shapes::StructureShape.new(name: 'ListSecurityRequirementPacksOutput')
|
|
294
|
+
ListSecurityRequirementsInput = Shapes::StructureShape.new(name: 'ListSecurityRequirementsInput')
|
|
295
|
+
ListSecurityRequirementsOutput = Shapes::StructureShape.new(name: 'ListSecurityRequirementsOutput')
|
|
217
296
|
ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
|
|
218
297
|
ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
|
|
219
298
|
ListTargetDomainsInput = Shapes::StructureShape.new(name: 'ListTargetDomainsInput')
|
|
220
299
|
ListTargetDomainsOutput = Shapes::StructureShape.new(name: 'ListTargetDomainsOutput')
|
|
300
|
+
ListThreatModelJobTasksInput = Shapes::StructureShape.new(name: 'ListThreatModelJobTasksInput')
|
|
301
|
+
ListThreatModelJobTasksOutput = Shapes::StructureShape.new(name: 'ListThreatModelJobTasksOutput')
|
|
302
|
+
ListThreatModelJobsInput = Shapes::StructureShape.new(name: 'ListThreatModelJobsInput')
|
|
303
|
+
ListThreatModelJobsOutput = Shapes::StructureShape.new(name: 'ListThreatModelJobsOutput')
|
|
304
|
+
ListThreatModelsInput = Shapes::StructureShape.new(name: 'ListThreatModelsInput')
|
|
305
|
+
ListThreatModelsOutput = Shapes::StructureShape.new(name: 'ListThreatModelsOutput')
|
|
306
|
+
ListThreatsInput = Shapes::StructureShape.new(name: 'ListThreatsInput')
|
|
307
|
+
ListThreatsOutput = Shapes::StructureShape.new(name: 'ListThreatsOutput')
|
|
221
308
|
Location = Shapes::StringShape.new(name: 'Location')
|
|
222
309
|
LogGroupArn = Shapes::StringShape.new(name: 'LogGroupArn')
|
|
223
310
|
LogGroupArns = Shapes::ListShape.new(name: 'LogGroupArns')
|
|
224
311
|
LogLocation = Shapes::StructureShape.new(name: 'LogLocation')
|
|
225
312
|
LogType = Shapes::StringShape.new(name: 'LogType')
|
|
313
|
+
ManagementType = Shapes::StringShape.new(name: 'ManagementType')
|
|
314
|
+
MaxIpv4AddressesPerEni = Shapes::IntegerShape.new(name: 'MaxIpv4AddressesPerEni')
|
|
226
315
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
227
316
|
MemberMetadata = Shapes::UnionShape.new(name: 'MemberMetadata')
|
|
228
317
|
MembershipConfig = Shapes::UnionShape.new(name: 'MembershipConfig')
|
|
@@ -247,13 +336,30 @@ module Aws::SecurityAgent
|
|
|
247
336
|
PentestList = Shapes::ListShape.new(name: 'PentestList')
|
|
248
337
|
PentestSummary = Shapes::StructureShape.new(name: 'PentestSummary')
|
|
249
338
|
PentestSummaryList = Shapes::ListShape.new(name: 'PentestSummaryList')
|
|
339
|
+
PortRange = Shapes::StringShape.new(name: 'PortRange')
|
|
340
|
+
PortRanges = Shapes::ListShape.new(name: 'PortRanges')
|
|
341
|
+
PrivateConnectionList = Shapes::ListShape.new(name: 'PrivateConnectionList')
|
|
342
|
+
PrivateConnectionMode = Shapes::UnionShape.new(name: 'PrivateConnectionMode')
|
|
343
|
+
PrivateConnectionName = Shapes::StringShape.new(name: 'PrivateConnectionName')
|
|
344
|
+
PrivateConnectionSecurityGroupId = Shapes::StringShape.new(name: 'PrivateConnectionSecurityGroupId')
|
|
345
|
+
PrivateConnectionSecurityGroupIds = Shapes::ListShape.new(name: 'PrivateConnectionSecurityGroupIds')
|
|
346
|
+
PrivateConnectionStatus = Shapes::StringShape.new(name: 'PrivateConnectionStatus')
|
|
347
|
+
PrivateConnectionSubnetId = Shapes::StringShape.new(name: 'PrivateConnectionSubnetId')
|
|
348
|
+
PrivateConnectionSubnetIds = Shapes::ListShape.new(name: 'PrivateConnectionSubnetIds')
|
|
349
|
+
PrivateConnectionSummary = Shapes::StructureShape.new(name: 'PrivateConnectionSummary')
|
|
350
|
+
PrivateConnectionType = Shapes::StringShape.new(name: 'PrivateConnectionType')
|
|
351
|
+
PrivateConnectionVpcId = Shapes::StringShape.new(name: 'PrivateConnectionVpcId')
|
|
250
352
|
Provider = Shapes::StringShape.new(name: 'Provider')
|
|
251
353
|
ProviderInput = Shapes::UnionShape.new(name: 'ProviderInput')
|
|
252
354
|
ProviderResourceCapabilities = Shapes::UnionShape.new(name: 'ProviderResourceCapabilities')
|
|
253
355
|
ProviderResourceId = Shapes::StringShape.new(name: 'ProviderResourceId')
|
|
254
356
|
ProviderResourceName = Shapes::StringShape.new(name: 'ProviderResourceName')
|
|
255
357
|
ProviderType = Shapes::StringShape.new(name: 'ProviderType')
|
|
358
|
+
ReportDestination = Shapes::StructureShape.new(name: 'ReportDestination')
|
|
256
359
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
|
360
|
+
ResourceConfigDnsResolution = Shapes::StringShape.new(name: 'ResourceConfigDnsResolution')
|
|
361
|
+
ResourceConfigurationId = Shapes::StringShape.new(name: 'ResourceConfigurationId')
|
|
362
|
+
ResourceGatewayId = Shapes::StringShape.new(name: 'ResourceGatewayId')
|
|
257
363
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
258
364
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
|
259
365
|
RiskLevel = Shapes::StringShape.new(name: 'RiskLevel')
|
|
@@ -266,8 +372,28 @@ module Aws::SecurityAgent
|
|
|
266
372
|
SecretArns = Shapes::ListShape.new(name: 'SecretArns')
|
|
267
373
|
SecurityGroupArn = Shapes::StringShape.new(name: 'SecurityGroupArn')
|
|
268
374
|
SecurityGroupArns = Shapes::ListShape.new(name: 'SecurityGroupArns')
|
|
375
|
+
SecurityRequirementArtifact = Shapes::StructureShape.new(name: 'SecurityRequirementArtifact')
|
|
376
|
+
SecurityRequirementArtifactFormat = Shapes::StringShape.new(name: 'SecurityRequirementArtifactFormat')
|
|
377
|
+
SecurityRequirementArtifactList = Shapes::ListShape.new(name: 'SecurityRequirementArtifactList')
|
|
378
|
+
SecurityRequirementArtifactName = Shapes::StringShape.new(name: 'SecurityRequirementArtifactName')
|
|
379
|
+
SecurityRequirementDocumentContent = Shapes::BlobShape.new(name: 'SecurityRequirementDocumentContent')
|
|
380
|
+
SecurityRequirementName = Shapes::StringShape.new(name: 'SecurityRequirementName')
|
|
381
|
+
SecurityRequirementNameList = Shapes::ListShape.new(name: 'SecurityRequirementNameList')
|
|
382
|
+
SecurityRequirementPackId = Shapes::StringShape.new(name: 'SecurityRequirementPackId')
|
|
383
|
+
SecurityRequirementPackImportStatus = Shapes::StringShape.new(name: 'SecurityRequirementPackImportStatus')
|
|
384
|
+
SecurityRequirementPackName = Shapes::StringShape.new(name: 'SecurityRequirementPackName')
|
|
385
|
+
SecurityRequirementPackStatus = Shapes::StringShape.new(name: 'SecurityRequirementPackStatus')
|
|
386
|
+
SecurityRequirementPackSummary = Shapes::StructureShape.new(name: 'SecurityRequirementPackSummary')
|
|
387
|
+
SecurityRequirementPackSummaryList = Shapes::ListShape.new(name: 'SecurityRequirementPackSummaryList')
|
|
388
|
+
SecurityRequirementSummary = Shapes::StructureShape.new(name: 'SecurityRequirementSummary')
|
|
389
|
+
SecurityRequirementSummaryList = Shapes::ListShape.new(name: 'SecurityRequirementSummaryList')
|
|
390
|
+
SelfManagedInput = Shapes::StructureShape.new(name: 'SelfManagedInput')
|
|
269
391
|
SensitiveEmail = Shapes::StringShape.new(name: 'SensitiveEmail')
|
|
392
|
+
ServiceManagedInput = Shapes::StructureShape.new(name: 'ServiceManagedInput')
|
|
393
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
270
394
|
ServiceRole = Shapes::StringShape.new(name: 'ServiceRole')
|
|
395
|
+
SkillType = Shapes::StringShape.new(name: 'SkillType')
|
|
396
|
+
SkillTypeList = Shapes::ListShape.new(name: 'SkillTypeList')
|
|
271
397
|
SourceCodeRepository = Shapes::StructureShape.new(name: 'SourceCodeRepository')
|
|
272
398
|
SourceCodeRepositoryList = Shapes::ListShape.new(name: 'SourceCodeRepositoryList')
|
|
273
399
|
StartCodeRemediationInput = Shapes::StructureShape.new(name: 'StartCodeRemediationInput')
|
|
@@ -276,6 +402,8 @@ module Aws::SecurityAgent
|
|
|
276
402
|
StartCodeReviewJobOutput = Shapes::StructureShape.new(name: 'StartCodeReviewJobOutput')
|
|
277
403
|
StartPentestJobInput = Shapes::StructureShape.new(name: 'StartPentestJobInput')
|
|
278
404
|
StartPentestJobOutput = Shapes::StructureShape.new(name: 'StartPentestJobOutput')
|
|
405
|
+
StartThreatModelJobInput = Shapes::StructureShape.new(name: 'StartThreatModelJobInput')
|
|
406
|
+
StartThreatModelJobOutput = Shapes::StructureShape.new(name: 'StartThreatModelJobOutput')
|
|
279
407
|
Step = Shapes::StructureShape.new(name: 'Step')
|
|
280
408
|
StepList = Shapes::ListShape.new(name: 'StepList')
|
|
281
409
|
StepName = Shapes::StringShape.new(name: 'StepName')
|
|
@@ -284,7 +412,12 @@ module Aws::SecurityAgent
|
|
|
284
412
|
StopCodeReviewJobOutput = Shapes::StructureShape.new(name: 'StopCodeReviewJobOutput')
|
|
285
413
|
StopPentestJobInput = Shapes::StructureShape.new(name: 'StopPentestJobInput')
|
|
286
414
|
StopPentestJobOutput = Shapes::StructureShape.new(name: 'StopPentestJobOutput')
|
|
415
|
+
StopThreatModelJobInput = Shapes::StructureShape.new(name: 'StopThreatModelJobInput')
|
|
416
|
+
StopThreatModelJobOutput = Shapes::StructureShape.new(name: 'StopThreatModelJobOutput')
|
|
417
|
+
StrideCategory = Shapes::StringShape.new(name: 'StrideCategory')
|
|
418
|
+
StrideCategoryList = Shapes::ListShape.new(name: 'StrideCategoryList')
|
|
287
419
|
String = Shapes::StringShape.new(name: 'String')
|
|
420
|
+
StringList = Shapes::ListShape.new(name: 'StringList')
|
|
288
421
|
SubnetArn = Shapes::StringShape.new(name: 'SubnetArn')
|
|
289
422
|
SubnetArns = Shapes::ListShape.new(name: 'SubnetArns')
|
|
290
423
|
SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
|
|
@@ -301,12 +434,38 @@ module Aws::SecurityAgent
|
|
|
301
434
|
TargetDomainStatus = Shapes::StringShape.new(name: 'TargetDomainStatus')
|
|
302
435
|
TargetDomainSummary = Shapes::StructureShape.new(name: 'TargetDomainSummary')
|
|
303
436
|
TargetDomainSummaryList = Shapes::ListShape.new(name: 'TargetDomainSummaryList')
|
|
437
|
+
TargetUrl = Shapes::StringShape.new(name: 'TargetUrl')
|
|
304
438
|
Task = Shapes::StructureShape.new(name: 'Task')
|
|
305
439
|
TaskExecutionStatus = Shapes::StringShape.new(name: 'TaskExecutionStatus')
|
|
306
440
|
TaskIdList = Shapes::ListShape.new(name: 'TaskIdList')
|
|
307
441
|
TaskList = Shapes::ListShape.new(name: 'TaskList')
|
|
308
442
|
TaskSummary = Shapes::StructureShape.new(name: 'TaskSummary')
|
|
309
443
|
TaskSummaryList = Shapes::ListShape.new(name: 'TaskSummaryList')
|
|
444
|
+
Threat = Shapes::StructureShape.new(name: 'Threat')
|
|
445
|
+
ThreatActor = Shapes::StringShape.new(name: 'ThreatActor')
|
|
446
|
+
ThreatAnchorShape = Shapes::StructureShape.new(name: 'ThreatAnchorShape')
|
|
447
|
+
ThreatEvidenceList = Shapes::ListShape.new(name: 'ThreatEvidenceList')
|
|
448
|
+
ThreatEvidenceShape = Shapes::StructureShape.new(name: 'ThreatEvidenceShape')
|
|
449
|
+
ThreatIdList = Shapes::ListShape.new(name: 'ThreatIdList')
|
|
450
|
+
ThreatList = Shapes::ListShape.new(name: 'ThreatList')
|
|
451
|
+
ThreatModel = Shapes::StructureShape.new(name: 'ThreatModel')
|
|
452
|
+
ThreatModelIdList = Shapes::ListShape.new(name: 'ThreatModelIdList')
|
|
453
|
+
ThreatModelJob = Shapes::StructureShape.new(name: 'ThreatModelJob')
|
|
454
|
+
ThreatModelJobIdList = Shapes::ListShape.new(name: 'ThreatModelJobIdList')
|
|
455
|
+
ThreatModelJobList = Shapes::ListShape.new(name: 'ThreatModelJobList')
|
|
456
|
+
ThreatModelJobSummary = Shapes::StructureShape.new(name: 'ThreatModelJobSummary')
|
|
457
|
+
ThreatModelJobSummaryList = Shapes::ListShape.new(name: 'ThreatModelJobSummaryList')
|
|
458
|
+
ThreatModelJobTask = Shapes::StructureShape.new(name: 'ThreatModelJobTask')
|
|
459
|
+
ThreatModelJobTaskList = Shapes::ListShape.new(name: 'ThreatModelJobTaskList')
|
|
460
|
+
ThreatModelJobTaskSummary = Shapes::StructureShape.new(name: 'ThreatModelJobTaskSummary')
|
|
461
|
+
ThreatModelJobTaskSummaryList = Shapes::ListShape.new(name: 'ThreatModelJobTaskSummaryList')
|
|
462
|
+
ThreatModelList = Shapes::ListShape.new(name: 'ThreatModelList')
|
|
463
|
+
ThreatModelSummary = Shapes::StructureShape.new(name: 'ThreatModelSummary')
|
|
464
|
+
ThreatModelSummaryList = Shapes::ListShape.new(name: 'ThreatModelSummaryList')
|
|
465
|
+
ThreatSeverity = Shapes::StringShape.new(name: 'ThreatSeverity')
|
|
466
|
+
ThreatStatus = Shapes::StringShape.new(name: 'ThreatStatus')
|
|
467
|
+
ThreatSummary = Shapes::StructureShape.new(name: 'ThreatSummary')
|
|
468
|
+
ThreatSummaryList = Shapes::ListShape.new(name: 'ThreatSummaryList')
|
|
310
469
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
311
470
|
UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
|
|
312
471
|
UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
|
|
@@ -322,8 +481,18 @@ module Aws::SecurityAgent
|
|
|
322
481
|
UpdateIntegratedResourcesOutput = Shapes::StructureShape.new(name: 'UpdateIntegratedResourcesOutput')
|
|
323
482
|
UpdatePentestInput = Shapes::StructureShape.new(name: 'UpdatePentestInput')
|
|
324
483
|
UpdatePentestOutput = Shapes::StructureShape.new(name: 'UpdatePentestOutput')
|
|
484
|
+
UpdatePrivateConnectionCertificateInput = Shapes::StructureShape.new(name: 'UpdatePrivateConnectionCertificateInput')
|
|
485
|
+
UpdatePrivateConnectionCertificateOutput = Shapes::StructureShape.new(name: 'UpdatePrivateConnectionCertificateOutput')
|
|
486
|
+
UpdateSecurityRequirementEntry = Shapes::StructureShape.new(name: 'UpdateSecurityRequirementEntry')
|
|
487
|
+
UpdateSecurityRequirementEntryList = Shapes::ListShape.new(name: 'UpdateSecurityRequirementEntryList')
|
|
488
|
+
UpdateSecurityRequirementPackInput = Shapes::StructureShape.new(name: 'UpdateSecurityRequirementPackInput')
|
|
489
|
+
UpdateSecurityRequirementPackOutput = Shapes::StructureShape.new(name: 'UpdateSecurityRequirementPackOutput')
|
|
325
490
|
UpdateTargetDomainInput = Shapes::StructureShape.new(name: 'UpdateTargetDomainInput')
|
|
326
491
|
UpdateTargetDomainOutput = Shapes::StructureShape.new(name: 'UpdateTargetDomainOutput')
|
|
492
|
+
UpdateThreatInput = Shapes::StructureShape.new(name: 'UpdateThreatInput')
|
|
493
|
+
UpdateThreatModelInput = Shapes::StructureShape.new(name: 'UpdateThreatModelInput')
|
|
494
|
+
UpdateThreatModelOutput = Shapes::StructureShape.new(name: 'UpdateThreatModelOutput')
|
|
495
|
+
UpdateThreatOutput = Shapes::StructureShape.new(name: 'UpdateThreatOutput')
|
|
327
496
|
UriList = Shapes::ListShape.new(name: 'UriList')
|
|
328
497
|
UserConfig = Shapes::StructureShape.new(name: 'UserConfig')
|
|
329
498
|
UserMetadata = Shapes::StructureShape.new(name: 'UserMetadata')
|
|
@@ -331,6 +500,8 @@ module Aws::SecurityAgent
|
|
|
331
500
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
332
501
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
|
333
502
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
|
503
|
+
ValidationMode = Shapes::StringShape.new(name: 'ValidationMode')
|
|
504
|
+
ValidationStatus = Shapes::StringShape.new(name: 'ValidationStatus')
|
|
334
505
|
VerificationDetails = Shapes::StructureShape.new(name: 'VerificationDetails')
|
|
335
506
|
VerificationScript = Shapes::StructureShape.new(name: 'VerificationScript')
|
|
336
507
|
VerificationScriptEnvVar = Shapes::StructureShape.new(name: 'VerificationScriptEnvVar')
|
|
@@ -432,6 +603,26 @@ module Aws::SecurityAgent
|
|
|
432
603
|
Authentication.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
|
433
604
|
Authentication.struct_class = Types::Authentication
|
|
434
605
|
|
|
606
|
+
BatchCreateSecurityRequirementResult.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
607
|
+
BatchCreateSecurityRequirementResult.add_member(:name, Shapes::ShapeRef.new(shape: SecurityRequirementName, required: true, location_name: "name"))
|
|
608
|
+
BatchCreateSecurityRequirementResult.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
609
|
+
BatchCreateSecurityRequirementResult.add_member(:domain, Shapes::ShapeRef.new(shape: String, required: true, location_name: "domain"))
|
|
610
|
+
BatchCreateSecurityRequirementResult.add_member(:evaluation, Shapes::ShapeRef.new(shape: String, required: true, location_name: "evaluation"))
|
|
611
|
+
BatchCreateSecurityRequirementResult.add_member(:remediation, Shapes::ShapeRef.new(shape: String, location_name: "remediation"))
|
|
612
|
+
BatchCreateSecurityRequirementResult.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
613
|
+
BatchCreateSecurityRequirementResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
614
|
+
BatchCreateSecurityRequirementResult.struct_class = Types::BatchCreateSecurityRequirementResult
|
|
615
|
+
|
|
616
|
+
BatchCreateSecurityRequirementResultList.member = Shapes::ShapeRef.new(shape: BatchCreateSecurityRequirementResult)
|
|
617
|
+
|
|
618
|
+
BatchCreateSecurityRequirementsInput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
619
|
+
BatchCreateSecurityRequirementsInput.add_member(:security_requirements, Shapes::ShapeRef.new(shape: CreateSecurityRequirementEntryList, required: true, location_name: "securityRequirements"))
|
|
620
|
+
BatchCreateSecurityRequirementsInput.struct_class = Types::BatchCreateSecurityRequirementsInput
|
|
621
|
+
|
|
622
|
+
BatchCreateSecurityRequirementsOutput.add_member(:security_requirements, Shapes::ShapeRef.new(shape: BatchCreateSecurityRequirementResultList, required: true, location_name: "securityRequirements"))
|
|
623
|
+
BatchCreateSecurityRequirementsOutput.add_member(:errors, Shapes::ShapeRef.new(shape: BatchSecurityRequirementErrors, required: true, location_name: "errors"))
|
|
624
|
+
BatchCreateSecurityRequirementsOutput.struct_class = Types::BatchCreateSecurityRequirementsOutput
|
|
625
|
+
|
|
435
626
|
BatchDeleteCodeReviewsInput.add_member(:code_review_ids, Shapes::ShapeRef.new(shape: CodeReviewIdList, required: true, location_name: "codeReviewIds"))
|
|
436
627
|
BatchDeleteCodeReviewsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
437
628
|
BatchDeleteCodeReviewsInput.struct_class = Types::BatchDeleteCodeReviewsInput
|
|
@@ -448,6 +639,22 @@ module Aws::SecurityAgent
|
|
|
448
639
|
BatchDeletePentestsOutput.add_member(:failed, Shapes::ShapeRef.new(shape: DeletePentestFailureList, location_name: "failed"))
|
|
449
640
|
BatchDeletePentestsOutput.struct_class = Types::BatchDeletePentestsOutput
|
|
450
641
|
|
|
642
|
+
BatchDeleteSecurityRequirementsInput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
643
|
+
BatchDeleteSecurityRequirementsInput.add_member(:security_requirement_names, Shapes::ShapeRef.new(shape: SecurityRequirementNameList, required: true, location_name: "securityRequirementNames"))
|
|
644
|
+
BatchDeleteSecurityRequirementsInput.struct_class = Types::BatchDeleteSecurityRequirementsInput
|
|
645
|
+
|
|
646
|
+
BatchDeleteSecurityRequirementsOutput.add_member(:deleted_security_requirement_names, Shapes::ShapeRef.new(shape: SecurityRequirementNameList, required: true, location_name: "deletedSecurityRequirementNames"))
|
|
647
|
+
BatchDeleteSecurityRequirementsOutput.add_member(:errors, Shapes::ShapeRef.new(shape: BatchSecurityRequirementErrors, required: true, location_name: "errors"))
|
|
648
|
+
BatchDeleteSecurityRequirementsOutput.struct_class = Types::BatchDeleteSecurityRequirementsOutput
|
|
649
|
+
|
|
650
|
+
BatchDeleteThreatModelsInput.add_member(:threat_model_ids, Shapes::ShapeRef.new(shape: ThreatModelIdList, required: true, location_name: "threatModelIds"))
|
|
651
|
+
BatchDeleteThreatModelsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
652
|
+
BatchDeleteThreatModelsInput.struct_class = Types::BatchDeleteThreatModelsInput
|
|
653
|
+
|
|
654
|
+
BatchDeleteThreatModelsOutput.add_member(:deleted, Shapes::ShapeRef.new(shape: ThreatModelIdList, location_name: "deleted"))
|
|
655
|
+
BatchDeleteThreatModelsOutput.add_member(:failed, Shapes::ShapeRef.new(shape: DeleteThreatModelFailureList, location_name: "failed"))
|
|
656
|
+
BatchDeleteThreatModelsOutput.struct_class = Types::BatchDeleteThreatModelsOutput
|
|
657
|
+
|
|
451
658
|
BatchGetAgentSpacesInput.add_member(:agent_space_ids, Shapes::ShapeRef.new(shape: AgentSpaceIdList, required: true, location_name: "agentSpaceIds"))
|
|
452
659
|
BatchGetAgentSpacesInput.struct_class = Types::BatchGetAgentSpacesInput
|
|
453
660
|
|
|
@@ -518,6 +725,26 @@ module Aws::SecurityAgent
|
|
|
518
725
|
BatchGetPentestsOutput.add_member(:not_found, Shapes::ShapeRef.new(shape: PentestIdList, location_name: "notFound"))
|
|
519
726
|
BatchGetPentestsOutput.struct_class = Types::BatchGetPentestsOutput
|
|
520
727
|
|
|
728
|
+
BatchGetSecurityRequirementResult.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
729
|
+
BatchGetSecurityRequirementResult.add_member(:name, Shapes::ShapeRef.new(shape: SecurityRequirementName, required: true, location_name: "name"))
|
|
730
|
+
BatchGetSecurityRequirementResult.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
731
|
+
BatchGetSecurityRequirementResult.add_member(:domain, Shapes::ShapeRef.new(shape: String, required: true, location_name: "domain"))
|
|
732
|
+
BatchGetSecurityRequirementResult.add_member(:evaluation, Shapes::ShapeRef.new(shape: String, required: true, location_name: "evaluation"))
|
|
733
|
+
BatchGetSecurityRequirementResult.add_member(:remediation, Shapes::ShapeRef.new(shape: String, location_name: "remediation"))
|
|
734
|
+
BatchGetSecurityRequirementResult.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
735
|
+
BatchGetSecurityRequirementResult.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
736
|
+
BatchGetSecurityRequirementResult.struct_class = Types::BatchGetSecurityRequirementResult
|
|
737
|
+
|
|
738
|
+
BatchGetSecurityRequirementResultList.member = Shapes::ShapeRef.new(shape: BatchGetSecurityRequirementResult)
|
|
739
|
+
|
|
740
|
+
BatchGetSecurityRequirementsInput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
741
|
+
BatchGetSecurityRequirementsInput.add_member(:security_requirement_names, Shapes::ShapeRef.new(shape: SecurityRequirementNameList, required: true, location_name: "securityRequirementNames"))
|
|
742
|
+
BatchGetSecurityRequirementsInput.struct_class = Types::BatchGetSecurityRequirementsInput
|
|
743
|
+
|
|
744
|
+
BatchGetSecurityRequirementsOutput.add_member(:security_requirements, Shapes::ShapeRef.new(shape: BatchGetSecurityRequirementResultList, required: true, location_name: "securityRequirements"))
|
|
745
|
+
BatchGetSecurityRequirementsOutput.add_member(:errors, Shapes::ShapeRef.new(shape: BatchSecurityRequirementErrors, required: true, location_name: "errors"))
|
|
746
|
+
BatchGetSecurityRequirementsOutput.struct_class = Types::BatchGetSecurityRequirementsOutput
|
|
747
|
+
|
|
521
748
|
BatchGetTargetDomainsInput.add_member(:target_domain_ids, Shapes::ShapeRef.new(shape: TargetDomainIdList, required: true, location_name: "targetDomainIds"))
|
|
522
749
|
BatchGetTargetDomainsInput.struct_class = Types::BatchGetTargetDomainsInput
|
|
523
750
|
|
|
@@ -525,6 +752,73 @@ module Aws::SecurityAgent
|
|
|
525
752
|
BatchGetTargetDomainsOutput.add_member(:not_found, Shapes::ShapeRef.new(shape: TargetDomainIdList, location_name: "notFound"))
|
|
526
753
|
BatchGetTargetDomainsOutput.struct_class = Types::BatchGetTargetDomainsOutput
|
|
527
754
|
|
|
755
|
+
BatchGetThreatModelJobTasksInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
756
|
+
BatchGetThreatModelJobTasksInput.add_member(:threat_model_job_task_ids, Shapes::ShapeRef.new(shape: TaskIdList, required: true, location_name: "threatModelJobTaskIds"))
|
|
757
|
+
BatchGetThreatModelJobTasksInput.struct_class = Types::BatchGetThreatModelJobTasksInput
|
|
758
|
+
|
|
759
|
+
BatchGetThreatModelJobTasksOutput.add_member(:threat_model_job_tasks, Shapes::ShapeRef.new(shape: ThreatModelJobTaskList, location_name: "threatModelJobTasks"))
|
|
760
|
+
BatchGetThreatModelJobTasksOutput.add_member(:not_found, Shapes::ShapeRef.new(shape: TaskIdList, location_name: "notFound"))
|
|
761
|
+
BatchGetThreatModelJobTasksOutput.struct_class = Types::BatchGetThreatModelJobTasksOutput
|
|
762
|
+
|
|
763
|
+
BatchGetThreatModelJobsInput.add_member(:threat_model_job_ids, Shapes::ShapeRef.new(shape: ThreatModelJobIdList, required: true, location_name: "threatModelJobIds"))
|
|
764
|
+
BatchGetThreatModelJobsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
765
|
+
BatchGetThreatModelJobsInput.struct_class = Types::BatchGetThreatModelJobsInput
|
|
766
|
+
|
|
767
|
+
BatchGetThreatModelJobsOutput.add_member(:threat_model_jobs, Shapes::ShapeRef.new(shape: ThreatModelJobList, location_name: "threatModelJobs"))
|
|
768
|
+
BatchGetThreatModelJobsOutput.add_member(:not_found, Shapes::ShapeRef.new(shape: ThreatModelJobIdList, location_name: "notFound"))
|
|
769
|
+
BatchGetThreatModelJobsOutput.struct_class = Types::BatchGetThreatModelJobsOutput
|
|
770
|
+
|
|
771
|
+
BatchGetThreatModelsInput.add_member(:threat_model_ids, Shapes::ShapeRef.new(shape: ThreatModelIdList, required: true, location_name: "threatModelIds"))
|
|
772
|
+
BatchGetThreatModelsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
773
|
+
BatchGetThreatModelsInput.struct_class = Types::BatchGetThreatModelsInput
|
|
774
|
+
|
|
775
|
+
BatchGetThreatModelsOutput.add_member(:threat_models, Shapes::ShapeRef.new(shape: ThreatModelList, location_name: "threatModels"))
|
|
776
|
+
BatchGetThreatModelsOutput.add_member(:not_found, Shapes::ShapeRef.new(shape: ThreatModelIdList, location_name: "notFound"))
|
|
777
|
+
BatchGetThreatModelsOutput.struct_class = Types::BatchGetThreatModelsOutput
|
|
778
|
+
|
|
779
|
+
BatchGetThreatsInput.add_member(:threat_ids, Shapes::ShapeRef.new(shape: ThreatIdList, required: true, location_name: "threatIds"))
|
|
780
|
+
BatchGetThreatsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
781
|
+
BatchGetThreatsInput.struct_class = Types::BatchGetThreatsInput
|
|
782
|
+
|
|
783
|
+
BatchGetThreatsOutput.add_member(:threats, Shapes::ShapeRef.new(shape: ThreatList, location_name: "threats"))
|
|
784
|
+
BatchGetThreatsOutput.add_member(:not_found, Shapes::ShapeRef.new(shape: ThreatIdList, location_name: "notFound"))
|
|
785
|
+
BatchGetThreatsOutput.struct_class = Types::BatchGetThreatsOutput
|
|
786
|
+
|
|
787
|
+
BatchSecurityRequirementError.add_member(:security_requirement_name, Shapes::ShapeRef.new(shape: SecurityRequirementName, required: true, location_name: "securityRequirementName"))
|
|
788
|
+
BatchSecurityRequirementError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
|
|
789
|
+
BatchSecurityRequirementError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
790
|
+
BatchSecurityRequirementError.struct_class = Types::BatchSecurityRequirementError
|
|
791
|
+
|
|
792
|
+
BatchSecurityRequirementErrors.member = Shapes::ShapeRef.new(shape: BatchSecurityRequirementError)
|
|
793
|
+
|
|
794
|
+
BatchUpdateSecurityRequirementsInput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
795
|
+
BatchUpdateSecurityRequirementsInput.add_member(:security_requirements, Shapes::ShapeRef.new(shape: UpdateSecurityRequirementEntryList, required: true, location_name: "securityRequirements"))
|
|
796
|
+
BatchUpdateSecurityRequirementsInput.struct_class = Types::BatchUpdateSecurityRequirementsInput
|
|
797
|
+
|
|
798
|
+
BatchUpdateSecurityRequirementsOutput.add_member(:updated_security_requirement_names, Shapes::ShapeRef.new(shape: SecurityRequirementNameList, required: true, location_name: "updatedSecurityRequirementNames"))
|
|
799
|
+
BatchUpdateSecurityRequirementsOutput.add_member(:errors, Shapes::ShapeRef.new(shape: BatchSecurityRequirementErrors, required: true, location_name: "errors"))
|
|
800
|
+
BatchUpdateSecurityRequirementsOutput.struct_class = Types::BatchUpdateSecurityRequirementsOutput
|
|
801
|
+
|
|
802
|
+
BitbucketIntegrationInput.add_member(:installation_id, Shapes::ShapeRef.new(shape: BitbucketInstallationId, required: true, location_name: "installationId"))
|
|
803
|
+
BitbucketIntegrationInput.add_member(:workspace, Shapes::ShapeRef.new(shape: BitbucketWorkspace, required: true, location_name: "workspace"))
|
|
804
|
+
BitbucketIntegrationInput.add_member(:code, Shapes::ShapeRef.new(shape: AuthCode, required: true, location_name: "code"))
|
|
805
|
+
BitbucketIntegrationInput.add_member(:state, Shapes::ShapeRef.new(shape: CsrfState, required: true, location_name: "state"))
|
|
806
|
+
BitbucketIntegrationInput.struct_class = Types::BitbucketIntegrationInput
|
|
807
|
+
|
|
808
|
+
BitbucketRepositoryMetadata.add_member(:name, Shapes::ShapeRef.new(shape: ProviderResourceName, required: true, location_name: "name"))
|
|
809
|
+
BitbucketRepositoryMetadata.add_member(:provider_resource_id, Shapes::ShapeRef.new(shape: ProviderResourceId, required: true, location_name: "providerResourceId"))
|
|
810
|
+
BitbucketRepositoryMetadata.add_member(:workspace, Shapes::ShapeRef.new(shape: BitbucketWorkspace, required: true, location_name: "workspace"))
|
|
811
|
+
BitbucketRepositoryMetadata.add_member(:access_type, Shapes::ShapeRef.new(shape: AccessType, location_name: "accessType"))
|
|
812
|
+
BitbucketRepositoryMetadata.struct_class = Types::BitbucketRepositoryMetadata
|
|
813
|
+
|
|
814
|
+
BitbucketRepositoryResource.add_member(:name, Shapes::ShapeRef.new(shape: ProviderResourceName, required: true, location_name: "name"))
|
|
815
|
+
BitbucketRepositoryResource.add_member(:workspace, Shapes::ShapeRef.new(shape: BitbucketWorkspace, required: true, location_name: "workspace"))
|
|
816
|
+
BitbucketRepositoryResource.struct_class = Types::BitbucketRepositoryResource
|
|
817
|
+
|
|
818
|
+
BitbucketResourceCapabilities.add_member(:leave_comments, Shapes::ShapeRef.new(shape: Boolean, location_name: "leaveComments"))
|
|
819
|
+
BitbucketResourceCapabilities.add_member(:remediate_code, Shapes::ShapeRef.new(shape: Boolean, location_name: "remediateCode"))
|
|
820
|
+
BitbucketResourceCapabilities.struct_class = Types::BitbucketResourceCapabilities
|
|
821
|
+
|
|
528
822
|
Category.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
529
823
|
Category.add_member(:is_primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrimary"))
|
|
530
824
|
Category.struct_class = Types::Category
|
|
@@ -562,6 +856,7 @@ module Aws::SecurityAgent
|
|
|
562
856
|
CodeReview.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
|
|
563
857
|
CodeReview.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
|
|
564
858
|
CodeReview.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
|
|
859
|
+
CodeReview.add_member(:validation_mode, Shapes::ShapeRef.new(shape: ValidationMode, location_name: "validationMode"))
|
|
565
860
|
CodeReview.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
566
861
|
CodeReview.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
567
862
|
CodeReview.struct_class = Types::CodeReview
|
|
@@ -647,6 +942,32 @@ module Aws::SecurityAgent
|
|
|
647
942
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
648
943
|
ConflictException.struct_class = Types::ConflictException
|
|
649
944
|
|
|
945
|
+
ConfluenceDocumentMetadata.add_member(:name, Shapes::ShapeRef.new(shape: ProviderResourceName, required: true, location_name: "name"))
|
|
946
|
+
ConfluenceDocumentMetadata.add_member(:provider_resource_id, Shapes::ShapeRef.new(shape: ProviderResourceId, required: true, location_name: "providerResourceId"))
|
|
947
|
+
ConfluenceDocumentMetadata.add_member(:space_key, Shapes::ShapeRef.new(shape: String, required: true, location_name: "spaceKey"))
|
|
948
|
+
ConfluenceDocumentMetadata.add_member(:page_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pageId"))
|
|
949
|
+
ConfluenceDocumentMetadata.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
950
|
+
ConfluenceDocumentMetadata.add_member(:space_title, Shapes::ShapeRef.new(shape: String, location_name: "spaceTitle"))
|
|
951
|
+
ConfluenceDocumentMetadata.struct_class = Types::ConfluenceDocumentMetadata
|
|
952
|
+
|
|
953
|
+
ConfluenceDocumentResource.add_member(:name, Shapes::ShapeRef.new(shape: ProviderResourceName, required: true, location_name: "name"))
|
|
954
|
+
ConfluenceDocumentResource.add_member(:space_key, Shapes::ShapeRef.new(shape: String, required: true, location_name: "spaceKey"))
|
|
955
|
+
ConfluenceDocumentResource.add_member(:page_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pageId"))
|
|
956
|
+
ConfluenceDocumentResource.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
957
|
+
ConfluenceDocumentResource.add_member(:space_title, Shapes::ShapeRef.new(shape: String, location_name: "spaceTitle"))
|
|
958
|
+
ConfluenceDocumentResource.struct_class = Types::ConfluenceDocumentResource
|
|
959
|
+
|
|
960
|
+
ConfluenceIntegrationInput.add_member(:installation_id, Shapes::ShapeRef.new(shape: ConfluenceInstallationId, required: true, location_name: "installationId"))
|
|
961
|
+
ConfluenceIntegrationInput.add_member(:code, Shapes::ShapeRef.new(shape: AuthCode, required: true, location_name: "code"))
|
|
962
|
+
ConfluenceIntegrationInput.add_member(:state, Shapes::ShapeRef.new(shape: CsrfState, required: true, location_name: "state"))
|
|
963
|
+
ConfluenceIntegrationInput.add_member(:site_url, Shapes::ShapeRef.new(shape: ConfluenceSiteUrl, required: true, location_name: "siteUrl"))
|
|
964
|
+
ConfluenceIntegrationInput.struct_class = Types::ConfluenceIntegrationInput
|
|
965
|
+
|
|
966
|
+
ConfluenceResourceCapabilities.add_member(:fetch_document, Shapes::ShapeRef.new(shape: Boolean, location_name: "fetchDocument"))
|
|
967
|
+
ConfluenceResourceCapabilities.add_member(:create_document, Shapes::ShapeRef.new(shape: Boolean, location_name: "createDocument"))
|
|
968
|
+
ConfluenceResourceCapabilities.add_member(:update_document, Shapes::ShapeRef.new(shape: Boolean, location_name: "updateDocument"))
|
|
969
|
+
ConfluenceResourceCapabilities.struct_class = Types::ConfluenceResourceCapabilities
|
|
970
|
+
|
|
650
971
|
CreateAgentSpaceInput.add_member(:name, Shapes::ShapeRef.new(shape: AgentName, required: true, location_name: "name"))
|
|
651
972
|
CreateAgentSpaceInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
652
973
|
CreateAgentSpaceInput.add_member(:aws_resources, Shapes::ShapeRef.new(shape: AWSResources, location_name: "awsResources"))
|
|
@@ -682,6 +1003,7 @@ module Aws::SecurityAgent
|
|
|
682
1003
|
CreateCodeReviewInput.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
|
|
683
1004
|
CreateCodeReviewInput.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
|
|
684
1005
|
CreateCodeReviewInput.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
|
|
1006
|
+
CreateCodeReviewInput.add_member(:validation_mode, Shapes::ShapeRef.new(shape: ValidationMode, location_name: "validationMode"))
|
|
685
1007
|
CreateCodeReviewInput.struct_class = Types::CreateCodeReviewInput
|
|
686
1008
|
|
|
687
1009
|
CreateCodeReviewOutput.add_member(:code_review_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "codeReviewId"))
|
|
@@ -693,6 +1015,7 @@ module Aws::SecurityAgent
|
|
|
693
1015
|
CreateCodeReviewOutput.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
|
|
694
1016
|
CreateCodeReviewOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
|
|
695
1017
|
CreateCodeReviewOutput.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
|
|
1018
|
+
CreateCodeReviewOutput.add_member(:validation_mode, Shapes::ShapeRef.new(shape: ValidationMode, location_name: "validationMode"))
|
|
696
1019
|
CreateCodeReviewOutput.struct_class = Types::CreateCodeReviewOutput
|
|
697
1020
|
|
|
698
1021
|
CreateIntegrationInput.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, required: true, location_name: "provider"))
|
|
@@ -700,6 +1023,7 @@ module Aws::SecurityAgent
|
|
|
700
1023
|
CreateIntegrationInput.add_member(:integration_display_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "integrationDisplayName"))
|
|
701
1024
|
CreateIntegrationInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
|
|
702
1025
|
CreateIntegrationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
1026
|
+
CreateIntegrationInput.add_member(:private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, location_name: "privateConnectionName"))
|
|
703
1027
|
CreateIntegrationInput.struct_class = Types::CreateIntegrationInput
|
|
704
1028
|
|
|
705
1029
|
CreateIntegrationOutput.add_member(:integration_id, Shapes::ShapeRef.new(shape: IntegrationId, required: true, location_name: "integrationId"))
|
|
@@ -723,6 +1047,7 @@ module Aws::SecurityAgent
|
|
|
723
1047
|
CreatePentestInput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
|
|
724
1048
|
CreatePentestInput.add_member(:network_traffic_config, Shapes::ShapeRef.new(shape: NetworkTrafficConfig, location_name: "networkTrafficConfig"))
|
|
725
1049
|
CreatePentestInput.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
|
|
1050
|
+
CreatePentestInput.add_member(:disable_managed_skills, Shapes::ShapeRef.new(shape: SkillTypeList, location_name: "disableManagedSkills"))
|
|
726
1051
|
CreatePentestInput.struct_class = Types::CreatePentestInput
|
|
727
1052
|
|
|
728
1053
|
CreatePentestOutput.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestId"))
|
|
@@ -736,6 +1061,45 @@ module Aws::SecurityAgent
|
|
|
736
1061
|
CreatePentestOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
|
|
737
1062
|
CreatePentestOutput.struct_class = Types::CreatePentestOutput
|
|
738
1063
|
|
|
1064
|
+
CreatePrivateConnectionInput.add_member(:private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "privateConnectionName"))
|
|
1065
|
+
CreatePrivateConnectionInput.add_member(:mode, Shapes::ShapeRef.new(shape: PrivateConnectionMode, required: true, location_name: "mode"))
|
|
1066
|
+
CreatePrivateConnectionInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
1067
|
+
CreatePrivateConnectionInput.struct_class = Types::CreatePrivateConnectionInput
|
|
1068
|
+
|
|
1069
|
+
CreatePrivateConnectionOutput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "name"))
|
|
1070
|
+
CreatePrivateConnectionOutput.add_member(:type, Shapes::ShapeRef.new(shape: PrivateConnectionType, required: true, location_name: "type"))
|
|
1071
|
+
CreatePrivateConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
|
|
1072
|
+
CreatePrivateConnectionOutput.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "resourceGatewayId"))
|
|
1073
|
+
CreatePrivateConnectionOutput.add_member(:host_address, Shapes::ShapeRef.new(shape: HostAddress, location_name: "hostAddress"))
|
|
1074
|
+
CreatePrivateConnectionOutput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: PrivateConnectionVpcId, location_name: "vpcId"))
|
|
1075
|
+
CreatePrivateConnectionOutput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationId"))
|
|
1076
|
+
CreatePrivateConnectionOutput.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
|
|
1077
|
+
CreatePrivateConnectionOutput.add_member(:dns_resolution, Shapes::ShapeRef.new(shape: ResourceConfigDnsResolution, location_name: "dnsResolution"))
|
|
1078
|
+
CreatePrivateConnectionOutput.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
|
1079
|
+
CreatePrivateConnectionOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
1080
|
+
CreatePrivateConnectionOutput.struct_class = Types::CreatePrivateConnectionOutput
|
|
1081
|
+
|
|
1082
|
+
CreateSecurityRequirementEntry.add_member(:name, Shapes::ShapeRef.new(shape: SecurityRequirementName, required: true, location_name: "name"))
|
|
1083
|
+
CreateSecurityRequirementEntry.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
1084
|
+
CreateSecurityRequirementEntry.add_member(:domain, Shapes::ShapeRef.new(shape: String, required: true, location_name: "domain"))
|
|
1085
|
+
CreateSecurityRequirementEntry.add_member(:evaluation, Shapes::ShapeRef.new(shape: String, required: true, location_name: "evaluation"))
|
|
1086
|
+
CreateSecurityRequirementEntry.add_member(:remediation, Shapes::ShapeRef.new(shape: String, location_name: "remediation"))
|
|
1087
|
+
CreateSecurityRequirementEntry.struct_class = Types::CreateSecurityRequirementEntry
|
|
1088
|
+
|
|
1089
|
+
CreateSecurityRequirementEntryList.member = Shapes::ShapeRef.new(shape: CreateSecurityRequirementEntry)
|
|
1090
|
+
|
|
1091
|
+
CreateSecurityRequirementPackInput.add_member(:name, Shapes::ShapeRef.new(shape: SecurityRequirementPackName, required: true, location_name: "name"))
|
|
1092
|
+
CreateSecurityRequirementPackInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
1093
|
+
CreateSecurityRequirementPackInput.add_member(:status, Shapes::ShapeRef.new(shape: SecurityRequirementPackStatus, location_name: "status"))
|
|
1094
|
+
CreateSecurityRequirementPackInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
|
|
1095
|
+
CreateSecurityRequirementPackInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
1096
|
+
CreateSecurityRequirementPackInput.struct_class = Types::CreateSecurityRequirementPackInput
|
|
1097
|
+
|
|
1098
|
+
CreateSecurityRequirementPackOutput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
1099
|
+
CreateSecurityRequirementPackOutput.add_member(:status, Shapes::ShapeRef.new(shape: SecurityRequirementPackStatus, required: true, location_name: "status"))
|
|
1100
|
+
CreateSecurityRequirementPackOutput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
|
|
1101
|
+
CreateSecurityRequirementPackOutput.struct_class = Types::CreateSecurityRequirementPackOutput
|
|
1102
|
+
|
|
739
1103
|
CreateTargetDomainInput.add_member(:target_domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "targetDomainName"))
|
|
740
1104
|
CreateTargetDomainInput.add_member(:verification_method, Shapes::ShapeRef.new(shape: DomainVerificationMethod, required: true, location_name: "verificationMethod"))
|
|
741
1105
|
CreateTargetDomainInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
@@ -750,6 +1114,69 @@ module Aws::SecurityAgent
|
|
|
750
1114
|
CreateTargetDomainOutput.add_member(:verified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "verifiedAt"))
|
|
751
1115
|
CreateTargetDomainOutput.struct_class = Types::CreateTargetDomainOutput
|
|
752
1116
|
|
|
1117
|
+
CreateThreatInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
1118
|
+
CreateThreatInput.add_member(:threat_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatJobId"))
|
|
1119
|
+
CreateThreatInput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
1120
|
+
CreateThreatInput.add_member(:statement, Shapes::ShapeRef.new(shape: String, location_name: "statement"))
|
|
1121
|
+
CreateThreatInput.add_member(:severity, Shapes::ShapeRef.new(shape: ThreatSeverity, location_name: "severity"))
|
|
1122
|
+
CreateThreatInput.add_member(:comments, Shapes::ShapeRef.new(shape: String, location_name: "comments"))
|
|
1123
|
+
CreateThreatInput.add_member(:stride, Shapes::ShapeRef.new(shape: StrideCategoryList, location_name: "stride"))
|
|
1124
|
+
CreateThreatInput.add_member(:threat_source, Shapes::ShapeRef.new(shape: String, location_name: "threatSource"))
|
|
1125
|
+
CreateThreatInput.add_member(:prerequisites, Shapes::ShapeRef.new(shape: String, location_name: "prerequisites"))
|
|
1126
|
+
CreateThreatInput.add_member(:threat_action, Shapes::ShapeRef.new(shape: String, location_name: "threatAction"))
|
|
1127
|
+
CreateThreatInput.add_member(:threat_impact, Shapes::ShapeRef.new(shape: String, location_name: "threatImpact"))
|
|
1128
|
+
CreateThreatInput.add_member(:impacted_goal, Shapes::ShapeRef.new(shape: StringList, location_name: "impactedGoal"))
|
|
1129
|
+
CreateThreatInput.add_member(:impacted_assets, Shapes::ShapeRef.new(shape: StringList, location_name: "impactedAssets"))
|
|
1130
|
+
CreateThreatInput.add_member(:anchor, Shapes::ShapeRef.new(shape: ThreatAnchorShape, location_name: "anchor"))
|
|
1131
|
+
CreateThreatInput.add_member(:evidence, Shapes::ShapeRef.new(shape: ThreatEvidenceList, location_name: "evidence"))
|
|
1132
|
+
CreateThreatInput.add_member(:recommendation, Shapes::ShapeRef.new(shape: String, location_name: "recommendation"))
|
|
1133
|
+
CreateThreatInput.struct_class = Types::CreateThreatInput
|
|
1134
|
+
|
|
1135
|
+
CreateThreatModelInput.add_member(:title, Shapes::ShapeRef.new(shape: String, required: true, location_name: "title"))
|
|
1136
|
+
CreateThreatModelInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
1137
|
+
CreateThreatModelInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
1138
|
+
CreateThreatModelInput.add_member(:assets, Shapes::ShapeRef.new(shape: Assets, location_name: "assets"))
|
|
1139
|
+
CreateThreatModelInput.add_member(:scope_docs, Shapes::ShapeRef.new(shape: DocumentList, location_name: "scopeDocs"))
|
|
1140
|
+
CreateThreatModelInput.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, required: true, location_name: "serviceRole"))
|
|
1141
|
+
CreateThreatModelInput.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
|
|
1142
|
+
CreateThreatModelInput.add_member(:report_destination, Shapes::ShapeRef.new(shape: ReportDestination, location_name: "reportDestination"))
|
|
1143
|
+
CreateThreatModelInput.struct_class = Types::CreateThreatModelInput
|
|
1144
|
+
|
|
1145
|
+
CreateThreatModelOutput.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatModelId"))
|
|
1146
|
+
CreateThreatModelOutput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
1147
|
+
CreateThreatModelOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
|
|
1148
|
+
CreateThreatModelOutput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
1149
|
+
CreateThreatModelOutput.add_member(:assets, Shapes::ShapeRef.new(shape: Assets, location_name: "assets"))
|
|
1150
|
+
CreateThreatModelOutput.add_member(:scope_docs, Shapes::ShapeRef.new(shape: DocumentList, location_name: "scopeDocs"))
|
|
1151
|
+
CreateThreatModelOutput.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
|
|
1152
|
+
CreateThreatModelOutput.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
|
|
1153
|
+
CreateThreatModelOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
1154
|
+
CreateThreatModelOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
1155
|
+
CreateThreatModelOutput.struct_class = Types::CreateThreatModelOutput
|
|
1156
|
+
|
|
1157
|
+
CreateThreatOutput.add_member(:threat_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatId"))
|
|
1158
|
+
CreateThreatOutput.add_member(:threat_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatJobId"))
|
|
1159
|
+
CreateThreatOutput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
1160
|
+
CreateThreatOutput.add_member(:statement, Shapes::ShapeRef.new(shape: String, location_name: "statement"))
|
|
1161
|
+
CreateThreatOutput.add_member(:severity, Shapes::ShapeRef.new(shape: ThreatSeverity, location_name: "severity"))
|
|
1162
|
+
CreateThreatOutput.add_member(:status, Shapes::ShapeRef.new(shape: ThreatStatus, location_name: "status"))
|
|
1163
|
+
CreateThreatOutput.add_member(:comments, Shapes::ShapeRef.new(shape: String, location_name: "comments"))
|
|
1164
|
+
CreateThreatOutput.add_member(:stride, Shapes::ShapeRef.new(shape: StrideCategoryList, location_name: "stride"))
|
|
1165
|
+
CreateThreatOutput.add_member(:threat_source, Shapes::ShapeRef.new(shape: String, location_name: "threatSource"))
|
|
1166
|
+
CreateThreatOutput.add_member(:prerequisites, Shapes::ShapeRef.new(shape: String, location_name: "prerequisites"))
|
|
1167
|
+
CreateThreatOutput.add_member(:threat_action, Shapes::ShapeRef.new(shape: String, location_name: "threatAction"))
|
|
1168
|
+
CreateThreatOutput.add_member(:threat_impact, Shapes::ShapeRef.new(shape: String, location_name: "threatImpact"))
|
|
1169
|
+
CreateThreatOutput.add_member(:impacted_goal, Shapes::ShapeRef.new(shape: StringList, location_name: "impactedGoal"))
|
|
1170
|
+
CreateThreatOutput.add_member(:impacted_assets, Shapes::ShapeRef.new(shape: StringList, location_name: "impactedAssets"))
|
|
1171
|
+
CreateThreatOutput.add_member(:anchor, Shapes::ShapeRef.new(shape: ThreatAnchorShape, location_name: "anchor"))
|
|
1172
|
+
CreateThreatOutput.add_member(:evidence, Shapes::ShapeRef.new(shape: ThreatEvidenceList, location_name: "evidence"))
|
|
1173
|
+
CreateThreatOutput.add_member(:recommendation, Shapes::ShapeRef.new(shape: String, location_name: "recommendation"))
|
|
1174
|
+
CreateThreatOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: ThreatActor, location_name: "createdBy"))
|
|
1175
|
+
CreateThreatOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: ThreatActor, location_name: "updatedBy"))
|
|
1176
|
+
CreateThreatOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
1177
|
+
CreateThreatOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
1178
|
+
CreateThreatOutput.struct_class = Types::CreateThreatOutput
|
|
1179
|
+
|
|
753
1180
|
CustomHeader.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
754
1181
|
CustomHeader.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
|
755
1182
|
CustomHeader.struct_class = Types::CustomHeader
|
|
@@ -796,12 +1223,61 @@ module Aws::SecurityAgent
|
|
|
796
1223
|
|
|
797
1224
|
DeletePentestFailureList.member = Shapes::ShapeRef.new(shape: DeletePentestFailure)
|
|
798
1225
|
|
|
1226
|
+
DeletePrivateConnectionInput.add_member(:private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "privateConnectionName"))
|
|
1227
|
+
DeletePrivateConnectionInput.struct_class = Types::DeletePrivateConnectionInput
|
|
1228
|
+
|
|
1229
|
+
DeletePrivateConnectionOutput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "name"))
|
|
1230
|
+
DeletePrivateConnectionOutput.add_member(:type, Shapes::ShapeRef.new(shape: PrivateConnectionType, required: true, location_name: "type"))
|
|
1231
|
+
DeletePrivateConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
|
|
1232
|
+
DeletePrivateConnectionOutput.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "resourceGatewayId"))
|
|
1233
|
+
DeletePrivateConnectionOutput.add_member(:host_address, Shapes::ShapeRef.new(shape: HostAddress, location_name: "hostAddress"))
|
|
1234
|
+
DeletePrivateConnectionOutput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: PrivateConnectionVpcId, location_name: "vpcId"))
|
|
1235
|
+
DeletePrivateConnectionOutput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationId"))
|
|
1236
|
+
DeletePrivateConnectionOutput.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
|
|
1237
|
+
DeletePrivateConnectionOutput.add_member(:dns_resolution, Shapes::ShapeRef.new(shape: ResourceConfigDnsResolution, location_name: "dnsResolution"))
|
|
1238
|
+
DeletePrivateConnectionOutput.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
|
1239
|
+
DeletePrivateConnectionOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
1240
|
+
DeletePrivateConnectionOutput.struct_class = Types::DeletePrivateConnectionOutput
|
|
1241
|
+
|
|
1242
|
+
DeleteSecurityRequirementPackInput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
1243
|
+
DeleteSecurityRequirementPackInput.struct_class = Types::DeleteSecurityRequirementPackInput
|
|
1244
|
+
|
|
1245
|
+
DeleteSecurityRequirementPackOutput.struct_class = Types::DeleteSecurityRequirementPackOutput
|
|
1246
|
+
|
|
799
1247
|
DeleteTargetDomainInput.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, required: true, location_name: "targetDomainId"))
|
|
800
1248
|
DeleteTargetDomainInput.struct_class = Types::DeleteTargetDomainInput
|
|
801
1249
|
|
|
802
1250
|
DeleteTargetDomainOutput.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, location_name: "targetDomainId"))
|
|
803
1251
|
DeleteTargetDomainOutput.struct_class = Types::DeleteTargetDomainOutput
|
|
804
1252
|
|
|
1253
|
+
DeleteThreatModelFailure.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, location_name: "threatModelId"))
|
|
1254
|
+
DeleteThreatModelFailure.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
|
|
1255
|
+
DeleteThreatModelFailure.struct_class = Types::DeleteThreatModelFailure
|
|
1256
|
+
|
|
1257
|
+
DeleteThreatModelFailureList.member = Shapes::ShapeRef.new(shape: DeleteThreatModelFailure)
|
|
1258
|
+
|
|
1259
|
+
DescribePrivateConnectionInput.add_member(:private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "privateConnectionName"))
|
|
1260
|
+
DescribePrivateConnectionInput.struct_class = Types::DescribePrivateConnectionInput
|
|
1261
|
+
|
|
1262
|
+
DescribePrivateConnectionOutput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "name"))
|
|
1263
|
+
DescribePrivateConnectionOutput.add_member(:type, Shapes::ShapeRef.new(shape: PrivateConnectionType, required: true, location_name: "type"))
|
|
1264
|
+
DescribePrivateConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
|
|
1265
|
+
DescribePrivateConnectionOutput.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "resourceGatewayId"))
|
|
1266
|
+
DescribePrivateConnectionOutput.add_member(:host_address, Shapes::ShapeRef.new(shape: HostAddress, location_name: "hostAddress"))
|
|
1267
|
+
DescribePrivateConnectionOutput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: PrivateConnectionVpcId, location_name: "vpcId"))
|
|
1268
|
+
DescribePrivateConnectionOutput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationId"))
|
|
1269
|
+
DescribePrivateConnectionOutput.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
|
|
1270
|
+
DescribePrivateConnectionOutput.add_member(:dns_resolution, Shapes::ShapeRef.new(shape: ResourceConfigDnsResolution, location_name: "dnsResolution"))
|
|
1271
|
+
DescribePrivateConnectionOutput.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
|
1272
|
+
DescribePrivateConnectionOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
1273
|
+
DescribePrivateConnectionOutput.struct_class = Types::DescribePrivateConnectionOutput
|
|
1274
|
+
|
|
1275
|
+
DiffSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: String, location_name: "s3Uri"))
|
|
1276
|
+
DiffSource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1277
|
+
DiffSource.add_member_subclass(:s3_uri, Types::DiffSource::S3Uri)
|
|
1278
|
+
DiffSource.add_member_subclass(:unknown, Types::DiffSource::Unknown)
|
|
1279
|
+
DiffSource.struct_class = Types::DiffSource
|
|
1280
|
+
|
|
805
1281
|
DiscoveredEndpoint.add_member(:uri, Shapes::ShapeRef.new(shape: String, required: true, location_name: "uri"))
|
|
806
1282
|
DiscoveredEndpoint.add_member(:pentest_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "pentestJobId"))
|
|
807
1283
|
DiscoveredEndpoint.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskId"))
|
|
@@ -820,6 +1296,7 @@ module Aws::SecurityAgent
|
|
|
820
1296
|
|
|
821
1297
|
DocumentInfo.add_member(:s3_location, Shapes::ShapeRef.new(shape: String, location_name: "s3Location"))
|
|
822
1298
|
DocumentInfo.add_member(:artifact_id, Shapes::ShapeRef.new(shape: String, location_name: "artifactId"))
|
|
1299
|
+
DocumentInfo.add_member(:integrated_document, Shapes::ShapeRef.new(shape: IntegratedDocument, location_name: "integratedDocument"))
|
|
823
1300
|
DocumentInfo.struct_class = Types::DocumentInfo
|
|
824
1301
|
|
|
825
1302
|
DocumentList.member = Shapes::ShapeRef.new(shape: DocumentInfo)
|
|
@@ -855,11 +1332,14 @@ module Aws::SecurityAgent
|
|
|
855
1332
|
Finding.add_member(:risk_score, Shapes::ShapeRef.new(shape: String, location_name: "riskScore"))
|
|
856
1333
|
Finding.add_member(:reasoning, Shapes::ShapeRef.new(shape: String, location_name: "reasoning"))
|
|
857
1334
|
Finding.add_member(:confidence, Shapes::ShapeRef.new(shape: ConfidenceLevel, location_name: "confidence"))
|
|
1335
|
+
Finding.add_member(:validation_status, Shapes::ShapeRef.new(shape: ValidationStatus, location_name: "validationStatus"))
|
|
858
1336
|
Finding.add_member(:attack_script, Shapes::ShapeRef.new(shape: String, location_name: "attackScript"))
|
|
859
1337
|
Finding.add_member(:code_remediation_task, Shapes::ShapeRef.new(shape: CodeRemediationTask, location_name: "codeRemediationTask"))
|
|
860
1338
|
Finding.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: String, location_name: "lastUpdatedBy"))
|
|
1339
|
+
Finding.add_member(:customer_note, Shapes::ShapeRef.new(shape: String, location_name: "customerNote"))
|
|
861
1340
|
Finding.add_member(:code_locations, Shapes::ShapeRef.new(shape: CodeLocationList, location_name: "codeLocations"))
|
|
862
1341
|
Finding.add_member(:verification_script, Shapes::ShapeRef.new(shape: VerificationScript, location_name: "verificationScript"))
|
|
1342
|
+
Finding.add_member(:alignment_rationale, Shapes::ShapeRef.new(shape: String, location_name: "alignmentRationale"))
|
|
863
1343
|
Finding.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
864
1344
|
Finding.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
865
1345
|
Finding.struct_class = Types::Finding
|
|
@@ -879,6 +1359,7 @@ module Aws::SecurityAgent
|
|
|
879
1359
|
FindingSummary.add_member(:risk_type, Shapes::ShapeRef.new(shape: String, location_name: "riskType"))
|
|
880
1360
|
FindingSummary.add_member(:risk_level, Shapes::ShapeRef.new(shape: RiskLevel, location_name: "riskLevel"))
|
|
881
1361
|
FindingSummary.add_member(:confidence, Shapes::ShapeRef.new(shape: ConfidenceLevel, location_name: "confidence"))
|
|
1362
|
+
FindingSummary.add_member(:validation_status, Shapes::ShapeRef.new(shape: ValidationStatus, location_name: "validationStatus"))
|
|
882
1363
|
FindingSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
883
1364
|
FindingSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
884
1365
|
FindingSummary.struct_class = Types::FindingSummary
|
|
@@ -916,11 +1397,30 @@ module Aws::SecurityAgent
|
|
|
916
1397
|
GetIntegrationOutput.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, required: true, location_name: "providerType"))
|
|
917
1398
|
GetIntegrationOutput.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
|
|
918
1399
|
GetIntegrationOutput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
|
|
1400
|
+
GetIntegrationOutput.add_member(:target_url, Shapes::ShapeRef.new(shape: TargetUrl, location_name: "targetUrl"))
|
|
1401
|
+
GetIntegrationOutput.add_member(:private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, location_name: "privateConnectionName"))
|
|
919
1402
|
GetIntegrationOutput.struct_class = Types::GetIntegrationOutput
|
|
920
1403
|
|
|
1404
|
+
GetSecurityRequirementPackInput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
1405
|
+
GetSecurityRequirementPackInput.struct_class = Types::GetSecurityRequirementPackInput
|
|
1406
|
+
|
|
1407
|
+
GetSecurityRequirementPackOutput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
1408
|
+
GetSecurityRequirementPackOutput.add_member(:name, Shapes::ShapeRef.new(shape: SecurityRequirementPackName, required: true, location_name: "name"))
|
|
1409
|
+
GetSecurityRequirementPackOutput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
1410
|
+
GetSecurityRequirementPackOutput.add_member(:vendor_name, Shapes::ShapeRef.new(shape: String, location_name: "vendorName"))
|
|
1411
|
+
GetSecurityRequirementPackOutput.add_member(:management_type, Shapes::ShapeRef.new(shape: ManagementType, required: true, location_name: "managementType"))
|
|
1412
|
+
GetSecurityRequirementPackOutput.add_member(:status, Shapes::ShapeRef.new(shape: SecurityRequirementPackStatus, required: true, location_name: "status"))
|
|
1413
|
+
GetSecurityRequirementPackOutput.add_member(:import_status, Shapes::ShapeRef.new(shape: SecurityRequirementPackImportStatus, location_name: "importStatus"))
|
|
1414
|
+
GetSecurityRequirementPackOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
1415
|
+
GetSecurityRequirementPackOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
1416
|
+
GetSecurityRequirementPackOutput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
|
|
1417
|
+
GetSecurityRequirementPackOutput.struct_class = Types::GetSecurityRequirementPackOutput
|
|
1418
|
+
|
|
921
1419
|
GitHubIntegrationInput.add_member(:code, Shapes::ShapeRef.new(shape: AuthCode, required: true, location_name: "code"))
|
|
922
1420
|
GitHubIntegrationInput.add_member(:state, Shapes::ShapeRef.new(shape: CsrfState, required: true, location_name: "state"))
|
|
923
1421
|
GitHubIntegrationInput.add_member(:organization_name, Shapes::ShapeRef.new(shape: String, location_name: "organizationName"))
|
|
1422
|
+
GitHubIntegrationInput.add_member(:target_url, Shapes::ShapeRef.new(shape: TargetUrl, location_name: "targetUrl"))
|
|
1423
|
+
GitHubIntegrationInput.add_member(:installation_id, Shapes::ShapeRef.new(shape: String, location_name: "installationId"))
|
|
924
1424
|
GitHubIntegrationInput.struct_class = Types::GitHubIntegrationInput
|
|
925
1425
|
|
|
926
1426
|
GitHubRepositoryMetadata.add_member(:name, Shapes::ShapeRef.new(shape: ProviderResourceName, required: true, location_name: "name"))
|
|
@@ -937,6 +1437,26 @@ module Aws::SecurityAgent
|
|
|
937
1437
|
GitHubResourceCapabilities.add_member(:remediate_code, Shapes::ShapeRef.new(shape: Boolean, location_name: "remediateCode"))
|
|
938
1438
|
GitHubResourceCapabilities.struct_class = Types::GitHubResourceCapabilities
|
|
939
1439
|
|
|
1440
|
+
GitLabIntegrationInput.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, required: true, location_name: "accessToken"))
|
|
1441
|
+
GitLabIntegrationInput.add_member(:target_url, Shapes::ShapeRef.new(shape: TargetUrl, location_name: "targetUrl"))
|
|
1442
|
+
GitLabIntegrationInput.add_member(:token_type, Shapes::ShapeRef.new(shape: GitLabTokenType, required: true, location_name: "tokenType"))
|
|
1443
|
+
GitLabIntegrationInput.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
|
|
1444
|
+
GitLabIntegrationInput.struct_class = Types::GitLabIntegrationInput
|
|
1445
|
+
|
|
1446
|
+
GitLabRepositoryMetadata.add_member(:name, Shapes::ShapeRef.new(shape: ProviderResourceName, required: true, location_name: "name"))
|
|
1447
|
+
GitLabRepositoryMetadata.add_member(:provider_resource_id, Shapes::ShapeRef.new(shape: ProviderResourceId, required: true, location_name: "providerResourceId"))
|
|
1448
|
+
GitLabRepositoryMetadata.add_member(:namespace, Shapes::ShapeRef.new(shape: GitLabNamespace, required: true, location_name: "namespace"))
|
|
1449
|
+
GitLabRepositoryMetadata.add_member(:access_type, Shapes::ShapeRef.new(shape: AccessType, location_name: "accessType"))
|
|
1450
|
+
GitLabRepositoryMetadata.struct_class = Types::GitLabRepositoryMetadata
|
|
1451
|
+
|
|
1452
|
+
GitLabRepositoryResource.add_member(:name, Shapes::ShapeRef.new(shape: ProviderResourceName, required: true, location_name: "name"))
|
|
1453
|
+
GitLabRepositoryResource.add_member(:namespace, Shapes::ShapeRef.new(shape: GitLabNamespace, required: true, location_name: "namespace"))
|
|
1454
|
+
GitLabRepositoryResource.struct_class = Types::GitLabRepositoryResource
|
|
1455
|
+
|
|
1456
|
+
GitLabResourceCapabilities.add_member(:leave_comments, Shapes::ShapeRef.new(shape: Boolean, location_name: "leaveComments"))
|
|
1457
|
+
GitLabResourceCapabilities.add_member(:remediate_code, Shapes::ShapeRef.new(shape: Boolean, location_name: "remediateCode"))
|
|
1458
|
+
GitLabResourceCapabilities.struct_class = Types::GitLabResourceCapabilities
|
|
1459
|
+
|
|
940
1460
|
HttpVerification.add_member(:token, Shapes::ShapeRef.new(shape: String, location_name: "token"))
|
|
941
1461
|
HttpVerification.add_member(:route_path, Shapes::ShapeRef.new(shape: String, location_name: "routePath"))
|
|
942
1462
|
HttpVerification.struct_class = Types::HttpVerification
|
|
@@ -947,6 +1467,20 @@ module Aws::SecurityAgent
|
|
|
947
1467
|
IdCConfiguration.add_member(:idc_instance_arn, Shapes::ShapeRef.new(shape: IdCInstanceArn, location_name: "idcInstanceArn"))
|
|
948
1468
|
IdCConfiguration.struct_class = Types::IdCConfiguration
|
|
949
1469
|
|
|
1470
|
+
ImportSecurityRequirementsInput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
1471
|
+
ImportSecurityRequirementsInput.add_member(:input, Shapes::ShapeRef.new(shape: ImportSource, required: true, location_name: "input"))
|
|
1472
|
+
ImportSecurityRequirementsInput.struct_class = Types::ImportSecurityRequirementsInput
|
|
1473
|
+
|
|
1474
|
+
ImportSecurityRequirementsOutput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
1475
|
+
ImportSecurityRequirementsOutput.add_member(:import_status, Shapes::ShapeRef.new(shape: SecurityRequirementPackImportStatus, required: true, location_name: "importStatus"))
|
|
1476
|
+
ImportSecurityRequirementsOutput.struct_class = Types::ImportSecurityRequirementsOutput
|
|
1477
|
+
|
|
1478
|
+
ImportSource.add_member(:documents, Shapes::ShapeRef.new(shape: SecurityRequirementArtifactList, location_name: "documents"))
|
|
1479
|
+
ImportSource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1480
|
+
ImportSource.add_member_subclass(:documents, Types::ImportSource::Documents)
|
|
1481
|
+
ImportSource.add_member_subclass(:unknown, Types::ImportSource::Unknown)
|
|
1482
|
+
ImportSource.struct_class = Types::ImportSource
|
|
1483
|
+
|
|
950
1484
|
InitiateProviderRegistrationInput.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, required: true, location_name: "provider"))
|
|
951
1485
|
InitiateProviderRegistrationInput.struct_class = Types::InitiateProviderRegistrationInput
|
|
952
1486
|
|
|
@@ -954,6 +1488,10 @@ module Aws::SecurityAgent
|
|
|
954
1488
|
InitiateProviderRegistrationOutput.add_member(:csrf_state, Shapes::ShapeRef.new(shape: CsrfState, required: true, location_name: "csrfState"))
|
|
955
1489
|
InitiateProviderRegistrationOutput.struct_class = Types::InitiateProviderRegistrationOutput
|
|
956
1490
|
|
|
1491
|
+
IntegratedDocument.add_member(:integration_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "integrationId"))
|
|
1492
|
+
IntegratedDocument.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
|
1493
|
+
IntegratedDocument.struct_class = Types::IntegratedDocument
|
|
1494
|
+
|
|
957
1495
|
IntegratedRepository.add_member(:integration_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "integrationId"))
|
|
958
1496
|
IntegratedRepository.add_member(:provider_resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "providerResourceId"))
|
|
959
1497
|
IntegratedRepository.struct_class = Types::IntegratedRepository
|
|
@@ -961,8 +1499,14 @@ module Aws::SecurityAgent
|
|
|
961
1499
|
IntegratedRepositoryList.member = Shapes::ShapeRef.new(shape: IntegratedRepository)
|
|
962
1500
|
|
|
963
1501
|
IntegratedResource.add_member(:github_repository, Shapes::ShapeRef.new(shape: GitHubRepositoryResource, location_name: "githubRepository"))
|
|
1502
|
+
IntegratedResource.add_member(:gitlab_repository, Shapes::ShapeRef.new(shape: GitLabRepositoryResource, location_name: "gitlabRepository"))
|
|
1503
|
+
IntegratedResource.add_member(:bitbucket_repository, Shapes::ShapeRef.new(shape: BitbucketRepositoryResource, location_name: "bitbucketRepository"))
|
|
1504
|
+
IntegratedResource.add_member(:confluence_document, Shapes::ShapeRef.new(shape: ConfluenceDocumentResource, location_name: "confluenceDocument"))
|
|
964
1505
|
IntegratedResource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
965
1506
|
IntegratedResource.add_member_subclass(:github_repository, Types::IntegratedResource::GithubRepository)
|
|
1507
|
+
IntegratedResource.add_member_subclass(:gitlab_repository, Types::IntegratedResource::GitlabRepository)
|
|
1508
|
+
IntegratedResource.add_member_subclass(:bitbucket_repository, Types::IntegratedResource::BitbucketRepository)
|
|
1509
|
+
IntegratedResource.add_member_subclass(:confluence_document, Types::IntegratedResource::ConfluenceDocument)
|
|
966
1510
|
IntegratedResource.add_member_subclass(:unknown, Types::IntegratedResource::Unknown)
|
|
967
1511
|
IntegratedResource.struct_class = Types::IntegratedResource
|
|
968
1512
|
|
|
@@ -973,8 +1517,14 @@ module Aws::SecurityAgent
|
|
|
973
1517
|
IntegratedResourceInputItemList.member = Shapes::ShapeRef.new(shape: IntegratedResourceInputItem)
|
|
974
1518
|
|
|
975
1519
|
IntegratedResourceMetadata.add_member(:github_repository, Shapes::ShapeRef.new(shape: GitHubRepositoryMetadata, location_name: "githubRepository"))
|
|
1520
|
+
IntegratedResourceMetadata.add_member(:gitlab_repository, Shapes::ShapeRef.new(shape: GitLabRepositoryMetadata, location_name: "gitlabRepository"))
|
|
1521
|
+
IntegratedResourceMetadata.add_member(:bitbucket_repository, Shapes::ShapeRef.new(shape: BitbucketRepositoryMetadata, location_name: "bitbucketRepository"))
|
|
1522
|
+
IntegratedResourceMetadata.add_member(:confluence_document, Shapes::ShapeRef.new(shape: ConfluenceDocumentMetadata, location_name: "confluenceDocument"))
|
|
976
1523
|
IntegratedResourceMetadata.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
977
1524
|
IntegratedResourceMetadata.add_member_subclass(:github_repository, Types::IntegratedResourceMetadata::GithubRepository)
|
|
1525
|
+
IntegratedResourceMetadata.add_member_subclass(:gitlab_repository, Types::IntegratedResourceMetadata::GitlabRepository)
|
|
1526
|
+
IntegratedResourceMetadata.add_member_subclass(:bitbucket_repository, Types::IntegratedResourceMetadata::BitbucketRepository)
|
|
1527
|
+
IntegratedResourceMetadata.add_member_subclass(:confluence_document, Types::IntegratedResourceMetadata::ConfluenceDocument)
|
|
978
1528
|
IntegratedResourceMetadata.add_member_subclass(:unknown, Types::IntegratedResourceMetadata::Unknown)
|
|
979
1529
|
IntegratedResourceMetadata.struct_class = Types::IntegratedResourceMetadata
|
|
980
1530
|
|
|
@@ -998,6 +1548,8 @@ module Aws::SecurityAgent
|
|
|
998
1548
|
IntegrationSummary.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, required: true, location_name: "provider"))
|
|
999
1549
|
IntegrationSummary.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, required: true, location_name: "providerType"))
|
|
1000
1550
|
IntegrationSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "displayName"))
|
|
1551
|
+
IntegrationSummary.add_member(:target_url, Shapes::ShapeRef.new(shape: TargetUrl, location_name: "targetUrl"))
|
|
1552
|
+
IntegrationSummary.add_member(:private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, location_name: "privateConnectionName"))
|
|
1001
1553
|
IntegrationSummary.struct_class = Types::IntegrationSummary
|
|
1002
1554
|
|
|
1003
1555
|
IntegrationSummaryList.member = Shapes::ShapeRef.new(shape: IntegrationSummary)
|
|
@@ -1152,6 +1704,36 @@ module Aws::SecurityAgent
|
|
|
1152
1704
|
ListPentestsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1153
1705
|
ListPentestsOutput.struct_class = Types::ListPentestsOutput
|
|
1154
1706
|
|
|
1707
|
+
ListPrivateConnectionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
|
1708
|
+
ListPrivateConnectionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1709
|
+
ListPrivateConnectionsInput.struct_class = Types::ListPrivateConnectionsInput
|
|
1710
|
+
|
|
1711
|
+
ListPrivateConnectionsOutput.add_member(:private_connections, Shapes::ShapeRef.new(shape: PrivateConnectionList, required: true, location_name: "privateConnections"))
|
|
1712
|
+
ListPrivateConnectionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1713
|
+
ListPrivateConnectionsOutput.struct_class = Types::ListPrivateConnectionsOutput
|
|
1714
|
+
|
|
1715
|
+
ListSecurityRequirementPackFilter.add_member(:management_type, Shapes::ShapeRef.new(shape: ManagementType, location_name: "managementType"))
|
|
1716
|
+
ListSecurityRequirementPackFilter.add_member(:status, Shapes::ShapeRef.new(shape: SecurityRequirementPackStatus, location_name: "status"))
|
|
1717
|
+
ListSecurityRequirementPackFilter.struct_class = Types::ListSecurityRequirementPackFilter
|
|
1718
|
+
|
|
1719
|
+
ListSecurityRequirementPacksInput.add_member(:filter, Shapes::ShapeRef.new(shape: ListSecurityRequirementPackFilter, location_name: "filter"))
|
|
1720
|
+
ListSecurityRequirementPacksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1721
|
+
ListSecurityRequirementPacksInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
|
1722
|
+
ListSecurityRequirementPacksInput.struct_class = Types::ListSecurityRequirementPacksInput
|
|
1723
|
+
|
|
1724
|
+
ListSecurityRequirementPacksOutput.add_member(:security_requirement_pack_summaries, Shapes::ShapeRef.new(shape: SecurityRequirementPackSummaryList, required: true, location_name: "securityRequirementPackSummaries"))
|
|
1725
|
+
ListSecurityRequirementPacksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1726
|
+
ListSecurityRequirementPacksOutput.struct_class = Types::ListSecurityRequirementPacksOutput
|
|
1727
|
+
|
|
1728
|
+
ListSecurityRequirementsInput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
1729
|
+
ListSecurityRequirementsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1730
|
+
ListSecurityRequirementsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
|
1731
|
+
ListSecurityRequirementsInput.struct_class = Types::ListSecurityRequirementsInput
|
|
1732
|
+
|
|
1733
|
+
ListSecurityRequirementsOutput.add_member(:security_requirement_summaries, Shapes::ShapeRef.new(shape: SecurityRequirementSummaryList, required: true, location_name: "securityRequirementSummaries"))
|
|
1734
|
+
ListSecurityRequirementsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1735
|
+
ListSecurityRequirementsOutput.struct_class = Types::ListSecurityRequirementsOutput
|
|
1736
|
+
|
|
1155
1737
|
ListTagsForResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
|
1156
1738
|
ListTagsForResourceInput.struct_class = Types::ListTagsForResourceInput
|
|
1157
1739
|
|
|
@@ -1166,6 +1748,45 @@ module Aws::SecurityAgent
|
|
|
1166
1748
|
ListTargetDomainsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1167
1749
|
ListTargetDomainsOutput.struct_class = Types::ListTargetDomainsOutput
|
|
1168
1750
|
|
|
1751
|
+
ListThreatModelJobTasksInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
1752
|
+
ListThreatModelJobTasksInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
|
1753
|
+
ListThreatModelJobTasksInput.add_member(:threat_model_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatModelJobId"))
|
|
1754
|
+
ListThreatModelJobTasksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1755
|
+
ListThreatModelJobTasksInput.struct_class = Types::ListThreatModelJobTasksInput
|
|
1756
|
+
|
|
1757
|
+
ListThreatModelJobTasksOutput.add_member(:threat_model_job_task_summaries, Shapes::ShapeRef.new(shape: ThreatModelJobTaskSummaryList, location_name: "threatModelJobTaskSummaries"))
|
|
1758
|
+
ListThreatModelJobTasksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1759
|
+
ListThreatModelJobTasksOutput.struct_class = Types::ListThreatModelJobTasksOutput
|
|
1760
|
+
|
|
1761
|
+
ListThreatModelJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
|
1762
|
+
ListThreatModelJobsInput.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatModelId"))
|
|
1763
|
+
ListThreatModelJobsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
1764
|
+
ListThreatModelJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1765
|
+
ListThreatModelJobsInput.struct_class = Types::ListThreatModelJobsInput
|
|
1766
|
+
|
|
1767
|
+
ListThreatModelJobsOutput.add_member(:threat_model_job_summaries, Shapes::ShapeRef.new(shape: ThreatModelJobSummaryList, location_name: "threatModelJobSummaries"))
|
|
1768
|
+
ListThreatModelJobsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1769
|
+
ListThreatModelJobsOutput.struct_class = Types::ListThreatModelJobsOutput
|
|
1770
|
+
|
|
1771
|
+
ListThreatModelsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
|
1772
|
+
ListThreatModelsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1773
|
+
ListThreatModelsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
1774
|
+
ListThreatModelsInput.struct_class = Types::ListThreatModelsInput
|
|
1775
|
+
|
|
1776
|
+
ListThreatModelsOutput.add_member(:threat_model_summaries, Shapes::ShapeRef.new(shape: ThreatModelSummaryList, location_name: "threatModelSummaries"))
|
|
1777
|
+
ListThreatModelsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1778
|
+
ListThreatModelsOutput.struct_class = Types::ListThreatModelsOutput
|
|
1779
|
+
|
|
1780
|
+
ListThreatsInput.add_member(:threat_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatJobId"))
|
|
1781
|
+
ListThreatsInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
1782
|
+
ListThreatsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1783
|
+
ListThreatsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
|
1784
|
+
ListThreatsInput.struct_class = Types::ListThreatsInput
|
|
1785
|
+
|
|
1786
|
+
ListThreatsOutput.add_member(:threats, Shapes::ShapeRef.new(shape: ThreatSummaryList, location_name: "threats"))
|
|
1787
|
+
ListThreatsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
1788
|
+
ListThreatsOutput.struct_class = Types::ListThreatsOutput
|
|
1789
|
+
|
|
1169
1790
|
LogGroupArns.member = Shapes::ShapeRef.new(shape: LogGroupArn)
|
|
1170
1791
|
|
|
1171
1792
|
LogLocation.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location_name: "logType"))
|
|
@@ -1219,6 +1840,8 @@ module Aws::SecurityAgent
|
|
|
1219
1840
|
Pentest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
|
|
1220
1841
|
Pentest.add_member(:network_traffic_config, Shapes::ShapeRef.new(shape: NetworkTrafficConfig, location_name: "networkTrafficConfig"))
|
|
1221
1842
|
Pentest.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
|
|
1843
|
+
Pentest.add_member(:clean_up_strategy, Shapes::ShapeRef.new(shape: CleanUpStrategy, location_name: "cleanUpStrategy"))
|
|
1844
|
+
Pentest.add_member(:disable_managed_skills, Shapes::ShapeRef.new(shape: SkillTypeList, location_name: "disableManagedSkills"))
|
|
1222
1845
|
Pentest.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
1223
1846
|
Pentest.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
1224
1847
|
Pentest.struct_class = Types::Pentest
|
|
@@ -1246,6 +1869,8 @@ module Aws::SecurityAgent
|
|
|
1246
1869
|
PentestJob.add_member(:error_information, Shapes::ShapeRef.new(shape: ErrorInformation, location_name: "errorInformation"))
|
|
1247
1870
|
PentestJob.add_member(:integrated_repositories, Shapes::ShapeRef.new(shape: IntegratedRepositoryList, location_name: "integratedRepositories"))
|
|
1248
1871
|
PentestJob.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
|
|
1872
|
+
PentestJob.add_member(:clean_up_strategy, Shapes::ShapeRef.new(shape: CleanUpStrategy, location_name: "cleanUpStrategy"))
|
|
1873
|
+
PentestJob.add_member(:disable_managed_skills, Shapes::ShapeRef.new(shape: SkillTypeList, location_name: "disableManagedSkills"))
|
|
1249
1874
|
PentestJob.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
1250
1875
|
PentestJob.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
1251
1876
|
PentestJob.struct_class = Types::PentestJob
|
|
@@ -1275,18 +1900,65 @@ module Aws::SecurityAgent
|
|
|
1275
1900
|
|
|
1276
1901
|
PentestSummaryList.member = Shapes::ShapeRef.new(shape: PentestSummary)
|
|
1277
1902
|
|
|
1903
|
+
PortRanges.member = Shapes::ShapeRef.new(shape: PortRange)
|
|
1904
|
+
|
|
1905
|
+
PrivateConnectionList.member = Shapes::ShapeRef.new(shape: PrivateConnectionSummary)
|
|
1906
|
+
|
|
1907
|
+
PrivateConnectionMode.add_member(:service_managed, Shapes::ShapeRef.new(shape: ServiceManagedInput, location_name: "serviceManaged"))
|
|
1908
|
+
PrivateConnectionMode.add_member(:self_managed, Shapes::ShapeRef.new(shape: SelfManagedInput, location_name: "selfManaged"))
|
|
1909
|
+
PrivateConnectionMode.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1910
|
+
PrivateConnectionMode.add_member_subclass(:service_managed, Types::PrivateConnectionMode::ServiceManaged)
|
|
1911
|
+
PrivateConnectionMode.add_member_subclass(:self_managed, Types::PrivateConnectionMode::SelfManaged)
|
|
1912
|
+
PrivateConnectionMode.add_member_subclass(:unknown, Types::PrivateConnectionMode::Unknown)
|
|
1913
|
+
PrivateConnectionMode.struct_class = Types::PrivateConnectionMode
|
|
1914
|
+
|
|
1915
|
+
PrivateConnectionSecurityGroupIds.member = Shapes::ShapeRef.new(shape: PrivateConnectionSecurityGroupId)
|
|
1916
|
+
|
|
1917
|
+
PrivateConnectionSubnetIds.member = Shapes::ShapeRef.new(shape: PrivateConnectionSubnetId)
|
|
1918
|
+
|
|
1919
|
+
PrivateConnectionSummary.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "name"))
|
|
1920
|
+
PrivateConnectionSummary.add_member(:type, Shapes::ShapeRef.new(shape: PrivateConnectionType, required: true, location_name: "type"))
|
|
1921
|
+
PrivateConnectionSummary.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
|
|
1922
|
+
PrivateConnectionSummary.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "resourceGatewayId"))
|
|
1923
|
+
PrivateConnectionSummary.add_member(:host_address, Shapes::ShapeRef.new(shape: HostAddress, location_name: "hostAddress"))
|
|
1924
|
+
PrivateConnectionSummary.add_member(:vpc_id, Shapes::ShapeRef.new(shape: PrivateConnectionVpcId, location_name: "vpcId"))
|
|
1925
|
+
PrivateConnectionSummary.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationId"))
|
|
1926
|
+
PrivateConnectionSummary.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
|
|
1927
|
+
PrivateConnectionSummary.add_member(:dns_resolution, Shapes::ShapeRef.new(shape: ResourceConfigDnsResolution, location_name: "dnsResolution"))
|
|
1928
|
+
PrivateConnectionSummary.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
|
1929
|
+
PrivateConnectionSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
1930
|
+
PrivateConnectionSummary.struct_class = Types::PrivateConnectionSummary
|
|
1931
|
+
|
|
1278
1932
|
ProviderInput.add_member(:github, Shapes::ShapeRef.new(shape: GitHubIntegrationInput, location_name: "github"))
|
|
1933
|
+
ProviderInput.add_member(:gitlab, Shapes::ShapeRef.new(shape: GitLabIntegrationInput, location_name: "gitlab"))
|
|
1934
|
+
ProviderInput.add_member(:bitbucket, Shapes::ShapeRef.new(shape: BitbucketIntegrationInput, location_name: "bitbucket"))
|
|
1935
|
+
ProviderInput.add_member(:confluence, Shapes::ShapeRef.new(shape: ConfluenceIntegrationInput, location_name: "confluence"))
|
|
1279
1936
|
ProviderInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1280
1937
|
ProviderInput.add_member_subclass(:github, Types::ProviderInput::Github)
|
|
1938
|
+
ProviderInput.add_member_subclass(:gitlab, Types::ProviderInput::Gitlab)
|
|
1939
|
+
ProviderInput.add_member_subclass(:bitbucket, Types::ProviderInput::Bitbucket)
|
|
1940
|
+
ProviderInput.add_member_subclass(:confluence, Types::ProviderInput::Confluence)
|
|
1281
1941
|
ProviderInput.add_member_subclass(:unknown, Types::ProviderInput::Unknown)
|
|
1282
1942
|
ProviderInput.struct_class = Types::ProviderInput
|
|
1283
1943
|
|
|
1284
1944
|
ProviderResourceCapabilities.add_member(:github, Shapes::ShapeRef.new(shape: GitHubResourceCapabilities, location_name: "github"))
|
|
1945
|
+
ProviderResourceCapabilities.add_member(:gitlab, Shapes::ShapeRef.new(shape: GitLabResourceCapabilities, location_name: "gitlab"))
|
|
1946
|
+
ProviderResourceCapabilities.add_member(:bitbucket, Shapes::ShapeRef.new(shape: BitbucketResourceCapabilities, location_name: "bitbucket"))
|
|
1947
|
+
ProviderResourceCapabilities.add_member(:confluence, Shapes::ShapeRef.new(shape: ConfluenceResourceCapabilities, location_name: "confluence"))
|
|
1285
1948
|
ProviderResourceCapabilities.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1286
1949
|
ProviderResourceCapabilities.add_member_subclass(:github, Types::ProviderResourceCapabilities::Github)
|
|
1950
|
+
ProviderResourceCapabilities.add_member_subclass(:gitlab, Types::ProviderResourceCapabilities::Gitlab)
|
|
1951
|
+
ProviderResourceCapabilities.add_member_subclass(:bitbucket, Types::ProviderResourceCapabilities::Bitbucket)
|
|
1952
|
+
ProviderResourceCapabilities.add_member_subclass(:confluence, Types::ProviderResourceCapabilities::Confluence)
|
|
1287
1953
|
ProviderResourceCapabilities.add_member_subclass(:unknown, Types::ProviderResourceCapabilities::Unknown)
|
|
1288
1954
|
ProviderResourceCapabilities.struct_class = Types::ProviderResourceCapabilities
|
|
1289
1955
|
|
|
1956
|
+
ReportDestination.add_member(:integration_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "integrationId"))
|
|
1957
|
+
ReportDestination.add_member(:container_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "containerId"))
|
|
1958
|
+
ReportDestination.add_member(:parent_id, Shapes::ShapeRef.new(shape: String, location_name: "parentId"))
|
|
1959
|
+
ReportDestination.add_member(:document_id, Shapes::ShapeRef.new(shape: String, location_name: "documentId"))
|
|
1960
|
+
ReportDestination.struct_class = Types::ReportDestination
|
|
1961
|
+
|
|
1290
1962
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1291
1963
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
1292
1964
|
|
|
@@ -1298,6 +1970,56 @@ module Aws::SecurityAgent
|
|
|
1298
1970
|
|
|
1299
1971
|
SecurityGroupArns.member = Shapes::ShapeRef.new(shape: SecurityGroupArn)
|
|
1300
1972
|
|
|
1973
|
+
SecurityRequirementArtifact.add_member(:name, Shapes::ShapeRef.new(shape: SecurityRequirementArtifactName, required: true, location_name: "name"))
|
|
1974
|
+
SecurityRequirementArtifact.add_member(:format, Shapes::ShapeRef.new(shape: SecurityRequirementArtifactFormat, required: true, location_name: "format"))
|
|
1975
|
+
SecurityRequirementArtifact.add_member(:content, Shapes::ShapeRef.new(shape: SecurityRequirementDocumentContent, required: true, location_name: "content"))
|
|
1976
|
+
SecurityRequirementArtifact.struct_class = Types::SecurityRequirementArtifact
|
|
1977
|
+
|
|
1978
|
+
SecurityRequirementArtifactList.member = Shapes::ShapeRef.new(shape: SecurityRequirementArtifact)
|
|
1979
|
+
|
|
1980
|
+
SecurityRequirementNameList.member = Shapes::ShapeRef.new(shape: SecurityRequirementName)
|
|
1981
|
+
|
|
1982
|
+
SecurityRequirementPackSummary.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
1983
|
+
SecurityRequirementPackSummary.add_member(:name, Shapes::ShapeRef.new(shape: SecurityRequirementPackName, required: true, location_name: "name"))
|
|
1984
|
+
SecurityRequirementPackSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
1985
|
+
SecurityRequirementPackSummary.add_member(:vendor_name, Shapes::ShapeRef.new(shape: String, location_name: "vendorName"))
|
|
1986
|
+
SecurityRequirementPackSummary.add_member(:management_type, Shapes::ShapeRef.new(shape: ManagementType, required: true, location_name: "managementType"))
|
|
1987
|
+
SecurityRequirementPackSummary.add_member(:status, Shapes::ShapeRef.new(shape: SecurityRequirementPackStatus, required: true, location_name: "status"))
|
|
1988
|
+
SecurityRequirementPackSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
1989
|
+
SecurityRequirementPackSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
1990
|
+
SecurityRequirementPackSummary.struct_class = Types::SecurityRequirementPackSummary
|
|
1991
|
+
|
|
1992
|
+
SecurityRequirementPackSummaryList.member = Shapes::ShapeRef.new(shape: SecurityRequirementPackSummary)
|
|
1993
|
+
|
|
1994
|
+
SecurityRequirementSummary.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
1995
|
+
SecurityRequirementSummary.add_member(:name, Shapes::ShapeRef.new(shape: SecurityRequirementName, required: true, location_name: "name"))
|
|
1996
|
+
SecurityRequirementSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
1997
|
+
SecurityRequirementSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
1998
|
+
SecurityRequirementSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
1999
|
+
SecurityRequirementSummary.struct_class = Types::SecurityRequirementSummary
|
|
2000
|
+
|
|
2001
|
+
SecurityRequirementSummaryList.member = Shapes::ShapeRef.new(shape: SecurityRequirementSummary)
|
|
2002
|
+
|
|
2003
|
+
SelfManagedInput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, required: true, location_name: "resourceConfigurationId"))
|
|
2004
|
+
SelfManagedInput.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateChain, location_name: "certificate"))
|
|
2005
|
+
SelfManagedInput.struct_class = Types::SelfManagedInput
|
|
2006
|
+
|
|
2007
|
+
ServiceManagedInput.add_member(:host_address, Shapes::ShapeRef.new(shape: HostAddress, required: true, location_name: "hostAddress"))
|
|
2008
|
+
ServiceManagedInput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: PrivateConnectionVpcId, required: true, location_name: "vpcId"))
|
|
2009
|
+
ServiceManagedInput.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: PrivateConnectionSubnetIds, required: true, location_name: "subnetIds"))
|
|
2010
|
+
ServiceManagedInput.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: PrivateConnectionSecurityGroupIds, location_name: "securityGroupIds"))
|
|
2011
|
+
ServiceManagedInput.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
|
2012
|
+
ServiceManagedInput.add_member(:ipv4_addresses_per_eni, Shapes::ShapeRef.new(shape: MaxIpv4AddressesPerEni, location_name: "ipv4AddressesPerEni"))
|
|
2013
|
+
ServiceManagedInput.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRanges, location_name: "portRanges"))
|
|
2014
|
+
ServiceManagedInput.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateChain, location_name: "certificate"))
|
|
2015
|
+
ServiceManagedInput.add_member(:dns_resolution, Shapes::ShapeRef.new(shape: ResourceConfigDnsResolution, location_name: "dnsResolution"))
|
|
2016
|
+
ServiceManagedInput.struct_class = Types::ServiceManagedInput
|
|
2017
|
+
|
|
2018
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
2019
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
2020
|
+
|
|
2021
|
+
SkillTypeList.member = Shapes::ShapeRef.new(shape: SkillType)
|
|
2022
|
+
|
|
1301
2023
|
SourceCodeRepository.add_member(:s3_location, Shapes::ShapeRef.new(shape: String, location_name: "s3Location"))
|
|
1302
2024
|
SourceCodeRepository.struct_class = Types::SourceCodeRepository
|
|
1303
2025
|
|
|
@@ -1313,6 +2035,7 @@ module Aws::SecurityAgent
|
|
|
1313
2035
|
|
|
1314
2036
|
StartCodeReviewJobInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
1315
2037
|
StartCodeReviewJobInput.add_member(:code_review_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "codeReviewId"))
|
|
2038
|
+
StartCodeReviewJobInput.add_member(:diff_source, Shapes::ShapeRef.new(shape: DiffSource, location_name: "diffSource"))
|
|
1316
2039
|
StartCodeReviewJobInput.struct_class = Types::StartCodeReviewJobInput
|
|
1317
2040
|
|
|
1318
2041
|
StartCodeReviewJobOutput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
@@ -1337,6 +2060,19 @@ module Aws::SecurityAgent
|
|
|
1337
2060
|
StartPentestJobOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
|
|
1338
2061
|
StartPentestJobOutput.struct_class = Types::StartPentestJobOutput
|
|
1339
2062
|
|
|
2063
|
+
StartThreatModelJobInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
2064
|
+
StartThreatModelJobInput.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatModelId"))
|
|
2065
|
+
StartThreatModelJobInput.struct_class = Types::StartThreatModelJobInput
|
|
2066
|
+
|
|
2067
|
+
StartThreatModelJobOutput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
2068
|
+
StartThreatModelJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
|
|
2069
|
+
StartThreatModelJobOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2070
|
+
StartThreatModelJobOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2071
|
+
StartThreatModelJobOutput.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, location_name: "threatModelId"))
|
|
2072
|
+
StartThreatModelJobOutput.add_member(:threat_model_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatModelJobId"))
|
|
2073
|
+
StartThreatModelJobOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
|
|
2074
|
+
StartThreatModelJobOutput.struct_class = Types::StartThreatModelJobOutput
|
|
2075
|
+
|
|
1340
2076
|
Step.add_member(:name, Shapes::ShapeRef.new(shape: StepName, location_name: "name"))
|
|
1341
2077
|
Step.add_member(:status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "status"))
|
|
1342
2078
|
Step.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
@@ -1357,6 +2093,16 @@ module Aws::SecurityAgent
|
|
|
1357
2093
|
|
|
1358
2094
|
StopPentestJobOutput.struct_class = Types::StopPentestJobOutput
|
|
1359
2095
|
|
|
2096
|
+
StopThreatModelJobInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
2097
|
+
StopThreatModelJobInput.add_member(:threat_model_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatModelJobId"))
|
|
2098
|
+
StopThreatModelJobInput.struct_class = Types::StopThreatModelJobInput
|
|
2099
|
+
|
|
2100
|
+
StopThreatModelJobOutput.struct_class = Types::StopThreatModelJobOutput
|
|
2101
|
+
|
|
2102
|
+
StrideCategoryList.member = Shapes::ShapeRef.new(shape: StrideCategory)
|
|
2103
|
+
|
|
2104
|
+
StringList.member = Shapes::ShapeRef.new(shape: String)
|
|
2105
|
+
|
|
1360
2106
|
SubnetArns.member = Shapes::ShapeRef.new(shape: SubnetArn)
|
|
1361
2107
|
|
|
1362
2108
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
@@ -1422,6 +2168,142 @@ module Aws::SecurityAgent
|
|
|
1422
2168
|
|
|
1423
2169
|
TaskSummaryList.member = Shapes::ShapeRef.new(shape: TaskSummary)
|
|
1424
2170
|
|
|
2171
|
+
Threat.add_member(:threat_id, Shapes::ShapeRef.new(shape: String, location_name: "threatId"))
|
|
2172
|
+
Threat.add_member(:threat_job_id, Shapes::ShapeRef.new(shape: String, location_name: "threatJobId"))
|
|
2173
|
+
Threat.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
2174
|
+
Threat.add_member(:statement, Shapes::ShapeRef.new(shape: String, location_name: "statement"))
|
|
2175
|
+
Threat.add_member(:severity, Shapes::ShapeRef.new(shape: ThreatSeverity, location_name: "severity"))
|
|
2176
|
+
Threat.add_member(:status, Shapes::ShapeRef.new(shape: ThreatStatus, location_name: "status"))
|
|
2177
|
+
Threat.add_member(:comments, Shapes::ShapeRef.new(shape: String, location_name: "comments"))
|
|
2178
|
+
Threat.add_member(:threat_source, Shapes::ShapeRef.new(shape: String, location_name: "threatSource"))
|
|
2179
|
+
Threat.add_member(:prerequisites, Shapes::ShapeRef.new(shape: String, location_name: "prerequisites"))
|
|
2180
|
+
Threat.add_member(:threat_action, Shapes::ShapeRef.new(shape: String, location_name: "threatAction"))
|
|
2181
|
+
Threat.add_member(:threat_impact, Shapes::ShapeRef.new(shape: String, location_name: "threatImpact"))
|
|
2182
|
+
Threat.add_member(:impacted_goal, Shapes::ShapeRef.new(shape: StringList, location_name: "impactedGoal"))
|
|
2183
|
+
Threat.add_member(:impacted_assets, Shapes::ShapeRef.new(shape: StringList, location_name: "impactedAssets"))
|
|
2184
|
+
Threat.add_member(:anchor, Shapes::ShapeRef.new(shape: ThreatAnchorShape, location_name: "anchor"))
|
|
2185
|
+
Threat.add_member(:evidence, Shapes::ShapeRef.new(shape: ThreatEvidenceList, location_name: "evidence"))
|
|
2186
|
+
Threat.add_member(:stride, Shapes::ShapeRef.new(shape: StrideCategoryList, location_name: "stride"))
|
|
2187
|
+
Threat.add_member(:recommendation, Shapes::ShapeRef.new(shape: String, location_name: "recommendation"))
|
|
2188
|
+
Threat.add_member(:created_by, Shapes::ShapeRef.new(shape: ThreatActor, location_name: "createdBy"))
|
|
2189
|
+
Threat.add_member(:updated_by, Shapes::ShapeRef.new(shape: ThreatActor, location_name: "updatedBy"))
|
|
2190
|
+
Threat.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2191
|
+
Threat.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2192
|
+
Threat.struct_class = Types::Threat
|
|
2193
|
+
|
|
2194
|
+
ThreatAnchorShape.add_member(:kind, Shapes::ShapeRef.new(shape: String, location_name: "kind"))
|
|
2195
|
+
ThreatAnchorShape.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
|
2196
|
+
ThreatAnchorShape.add_member(:package_id, Shapes::ShapeRef.new(shape: String, location_name: "packageId"))
|
|
2197
|
+
ThreatAnchorShape.struct_class = Types::ThreatAnchorShape
|
|
2198
|
+
|
|
2199
|
+
ThreatEvidenceList.member = Shapes::ShapeRef.new(shape: ThreatEvidenceShape)
|
|
2200
|
+
|
|
2201
|
+
ThreatEvidenceShape.add_member(:package_id, Shapes::ShapeRef.new(shape: String, location_name: "packageId"))
|
|
2202
|
+
ThreatEvidenceShape.add_member(:path, Shapes::ShapeRef.new(shape: String, location_name: "path"))
|
|
2203
|
+
ThreatEvidenceShape.struct_class = Types::ThreatEvidenceShape
|
|
2204
|
+
|
|
2205
|
+
ThreatIdList.member = Shapes::ShapeRef.new(shape: String)
|
|
2206
|
+
|
|
2207
|
+
ThreatList.member = Shapes::ShapeRef.new(shape: Threat)
|
|
2208
|
+
|
|
2209
|
+
ThreatModel.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatModelId"))
|
|
2210
|
+
ThreatModel.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
2211
|
+
ThreatModel.add_member(:title, Shapes::ShapeRef.new(shape: String, required: true, location_name: "title"))
|
|
2212
|
+
ThreatModel.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
2213
|
+
ThreatModel.add_member(:assets, Shapes::ShapeRef.new(shape: Assets, required: true, location_name: "assets"))
|
|
2214
|
+
ThreatModel.add_member(:scope_docs, Shapes::ShapeRef.new(shape: DocumentList, location_name: "scopeDocs"))
|
|
2215
|
+
ThreatModel.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
|
|
2216
|
+
ThreatModel.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
|
|
2217
|
+
ThreatModel.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2218
|
+
ThreatModel.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2219
|
+
ThreatModel.struct_class = Types::ThreatModel
|
|
2220
|
+
|
|
2221
|
+
ThreatModelIdList.member = Shapes::ShapeRef.new(shape: String)
|
|
2222
|
+
|
|
2223
|
+
ThreatModelJob.add_member(:threat_model_job_id, Shapes::ShapeRef.new(shape: String, location_name: "threatModelJobId"))
|
|
2224
|
+
ThreatModelJob.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, location_name: "threatModelId"))
|
|
2225
|
+
ThreatModelJob.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
|
|
2226
|
+
ThreatModelJob.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
2227
|
+
ThreatModelJob.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
|
|
2228
|
+
ThreatModelJob.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2229
|
+
ThreatModelJob.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2230
|
+
ThreatModelJob.add_member(:execution_start_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "executionStartTime"))
|
|
2231
|
+
ThreatModelJob.add_member(:execution_end_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "executionEndTime"))
|
|
2232
|
+
ThreatModelJob.add_member(:source_code, Shapes::ShapeRef.new(shape: SourceCodeRepositoryList, location_name: "sourceCode"))
|
|
2233
|
+
ThreatModelJob.add_member(:integrated_repositories, Shapes::ShapeRef.new(shape: IntegratedRepositoryList, location_name: "integratedRepositories"))
|
|
2234
|
+
ThreatModelJob.add_member(:documents, Shapes::ShapeRef.new(shape: DocumentList, location_name: "documents"))
|
|
2235
|
+
ThreatModelJob.add_member(:scope_docs, Shapes::ShapeRef.new(shape: DocumentList, location_name: "scopeDocs"))
|
|
2236
|
+
ThreatModelJob.add_member(:error_information, Shapes::ShapeRef.new(shape: ErrorInformation, location_name: "errorInformation"))
|
|
2237
|
+
ThreatModelJob.add_member(:system_overview, Shapes::ShapeRef.new(shape: String, location_name: "systemOverview"))
|
|
2238
|
+
ThreatModelJob.struct_class = Types::ThreatModelJob
|
|
2239
|
+
|
|
2240
|
+
ThreatModelJobIdList.member = Shapes::ShapeRef.new(shape: String)
|
|
2241
|
+
|
|
2242
|
+
ThreatModelJobList.member = Shapes::ShapeRef.new(shape: ThreatModelJob)
|
|
2243
|
+
|
|
2244
|
+
ThreatModelJobSummary.add_member(:threat_model_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatModelJobId"))
|
|
2245
|
+
ThreatModelJobSummary.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatModelId"))
|
|
2246
|
+
ThreatModelJobSummary.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
|
|
2247
|
+
ThreatModelJobSummary.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
2248
|
+
ThreatModelJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "status"))
|
|
2249
|
+
ThreatModelJobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2250
|
+
ThreatModelJobSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2251
|
+
ThreatModelJobSummary.struct_class = Types::ThreatModelJobSummary
|
|
2252
|
+
|
|
2253
|
+
ThreatModelJobSummaryList.member = Shapes::ShapeRef.new(shape: ThreatModelJobSummary)
|
|
2254
|
+
|
|
2255
|
+
ThreatModelJobTask.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskId"))
|
|
2256
|
+
ThreatModelJobTask.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, location_name: "threatModelId"))
|
|
2257
|
+
ThreatModelJobTask.add_member(:threat_model_job_id, Shapes::ShapeRef.new(shape: String, location_name: "threatModelJobId"))
|
|
2258
|
+
ThreatModelJobTask.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
|
|
2259
|
+
ThreatModelJobTask.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
2260
|
+
ThreatModelJobTask.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
2261
|
+
ThreatModelJobTask.add_member(:execution_status, Shapes::ShapeRef.new(shape: TaskExecutionStatus, location_name: "executionStatus"))
|
|
2262
|
+
ThreatModelJobTask.add_member(:logs_location, Shapes::ShapeRef.new(shape: LogLocation, location_name: "logsLocation"))
|
|
2263
|
+
ThreatModelJobTask.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2264
|
+
ThreatModelJobTask.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2265
|
+
ThreatModelJobTask.struct_class = Types::ThreatModelJobTask
|
|
2266
|
+
|
|
2267
|
+
ThreatModelJobTaskList.member = Shapes::ShapeRef.new(shape: ThreatModelJobTask)
|
|
2268
|
+
|
|
2269
|
+
ThreatModelJobTaskSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskId"))
|
|
2270
|
+
ThreatModelJobTaskSummary.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, location_name: "threatModelId"))
|
|
2271
|
+
ThreatModelJobTaskSummary.add_member(:threat_model_job_id, Shapes::ShapeRef.new(shape: String, location_name: "threatModelJobId"))
|
|
2272
|
+
ThreatModelJobTaskSummary.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
|
|
2273
|
+
ThreatModelJobTaskSummary.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
2274
|
+
ThreatModelJobTaskSummary.add_member(:execution_status, Shapes::ShapeRef.new(shape: TaskExecutionStatus, location_name: "executionStatus"))
|
|
2275
|
+
ThreatModelJobTaskSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2276
|
+
ThreatModelJobTaskSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2277
|
+
ThreatModelJobTaskSummary.struct_class = Types::ThreatModelJobTaskSummary
|
|
2278
|
+
|
|
2279
|
+
ThreatModelJobTaskSummaryList.member = Shapes::ShapeRef.new(shape: ThreatModelJobTaskSummary)
|
|
2280
|
+
|
|
2281
|
+
ThreatModelList.member = Shapes::ShapeRef.new(shape: ThreatModel)
|
|
2282
|
+
|
|
2283
|
+
ThreatModelSummary.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatModelId"))
|
|
2284
|
+
ThreatModelSummary.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
2285
|
+
ThreatModelSummary.add_member(:title, Shapes::ShapeRef.new(shape: String, required: true, location_name: "title"))
|
|
2286
|
+
ThreatModelSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2287
|
+
ThreatModelSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2288
|
+
ThreatModelSummary.struct_class = Types::ThreatModelSummary
|
|
2289
|
+
|
|
2290
|
+
ThreatModelSummaryList.member = Shapes::ShapeRef.new(shape: ThreatModelSummary)
|
|
2291
|
+
|
|
2292
|
+
ThreatSummary.add_member(:threat_id, Shapes::ShapeRef.new(shape: String, location_name: "threatId"))
|
|
2293
|
+
ThreatSummary.add_member(:threat_job_id, Shapes::ShapeRef.new(shape: String, location_name: "threatJobId"))
|
|
2294
|
+
ThreatSummary.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
2295
|
+
ThreatSummary.add_member(:statement, Shapes::ShapeRef.new(shape: String, location_name: "statement"))
|
|
2296
|
+
ThreatSummary.add_member(:severity, Shapes::ShapeRef.new(shape: ThreatSeverity, location_name: "severity"))
|
|
2297
|
+
ThreatSummary.add_member(:status, Shapes::ShapeRef.new(shape: ThreatStatus, location_name: "status"))
|
|
2298
|
+
ThreatSummary.add_member(:stride, Shapes::ShapeRef.new(shape: StrideCategoryList, location_name: "stride"))
|
|
2299
|
+
ThreatSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: ThreatActor, location_name: "createdBy"))
|
|
2300
|
+
ThreatSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: ThreatActor, location_name: "updatedBy"))
|
|
2301
|
+
ThreatSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2302
|
+
ThreatSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2303
|
+
ThreatSummary.struct_class = Types::ThreatSummary
|
|
2304
|
+
|
|
2305
|
+
ThreatSummaryList.member = Shapes::ShapeRef.new(shape: ThreatSummary)
|
|
2306
|
+
|
|
1425
2307
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1426
2308
|
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
|
|
1427
2309
|
ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
|
|
@@ -1466,6 +2348,7 @@ module Aws::SecurityAgent
|
|
|
1466
2348
|
UpdateCodeReviewInput.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
|
|
1467
2349
|
UpdateCodeReviewInput.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
|
|
1468
2350
|
UpdateCodeReviewInput.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
|
|
2351
|
+
UpdateCodeReviewInput.add_member(:validation_mode, Shapes::ShapeRef.new(shape: ValidationMode, location_name: "validationMode"))
|
|
1469
2352
|
UpdateCodeReviewInput.struct_class = Types::UpdateCodeReviewInput
|
|
1470
2353
|
|
|
1471
2354
|
UpdateCodeReviewOutput.add_member(:code_review_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "codeReviewId"))
|
|
@@ -1477,12 +2360,20 @@ module Aws::SecurityAgent
|
|
|
1477
2360
|
UpdateCodeReviewOutput.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
|
|
1478
2361
|
UpdateCodeReviewOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
|
|
1479
2362
|
UpdateCodeReviewOutput.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
|
|
2363
|
+
UpdateCodeReviewOutput.add_member(:validation_mode, Shapes::ShapeRef.new(shape: ValidationMode, location_name: "validationMode"))
|
|
1480
2364
|
UpdateCodeReviewOutput.struct_class = Types::UpdateCodeReviewOutput
|
|
1481
2365
|
|
|
1482
2366
|
UpdateFindingInput.add_member(:finding_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "findingId"))
|
|
1483
2367
|
UpdateFindingInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
2368
|
+
UpdateFindingInput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
2369
|
+
UpdateFindingInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
2370
|
+
UpdateFindingInput.add_member(:risk_type, Shapes::ShapeRef.new(shape: String, location_name: "riskType"))
|
|
1484
2371
|
UpdateFindingInput.add_member(:risk_level, Shapes::ShapeRef.new(shape: RiskLevel, location_name: "riskLevel"))
|
|
2372
|
+
UpdateFindingInput.add_member(:risk_score, Shapes::ShapeRef.new(shape: String, location_name: "riskScore"))
|
|
2373
|
+
UpdateFindingInput.add_member(:attack_script, Shapes::ShapeRef.new(shape: String, location_name: "attackScript"))
|
|
2374
|
+
UpdateFindingInput.add_member(:reasoning, Shapes::ShapeRef.new(shape: String, location_name: "reasoning"))
|
|
1485
2375
|
UpdateFindingInput.add_member(:status, Shapes::ShapeRef.new(shape: FindingStatus, location_name: "status"))
|
|
2376
|
+
UpdateFindingInput.add_member(:customer_note, Shapes::ShapeRef.new(shape: String, location_name: "customerNote"))
|
|
1486
2377
|
UpdateFindingInput.struct_class = Types::UpdateFindingInput
|
|
1487
2378
|
|
|
1488
2379
|
UpdateFindingOutput.struct_class = Types::UpdateFindingOutput
|
|
@@ -1504,6 +2395,7 @@ module Aws::SecurityAgent
|
|
|
1504
2395
|
UpdatePentestInput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
|
|
1505
2396
|
UpdatePentestInput.add_member(:network_traffic_config, Shapes::ShapeRef.new(shape: NetworkTrafficConfig, location_name: "networkTrafficConfig"))
|
|
1506
2397
|
UpdatePentestInput.add_member(:code_remediation_strategy, Shapes::ShapeRef.new(shape: CodeRemediationStrategy, location_name: "codeRemediationStrategy"))
|
|
2398
|
+
UpdatePentestInput.add_member(:disable_managed_skills, Shapes::ShapeRef.new(shape: SkillTypeList, location_name: "disableManagedSkills"))
|
|
1507
2399
|
UpdatePentestInput.struct_class = Types::UpdatePentestInput
|
|
1508
2400
|
|
|
1509
2401
|
UpdatePentestOutput.add_member(:pentest_id, Shapes::ShapeRef.new(shape: String, location_name: "pentestId"))
|
|
@@ -1517,6 +2409,44 @@ module Aws::SecurityAgent
|
|
|
1517
2409
|
UpdatePentestOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
|
|
1518
2410
|
UpdatePentestOutput.struct_class = Types::UpdatePentestOutput
|
|
1519
2411
|
|
|
2412
|
+
UpdatePrivateConnectionCertificateInput.add_member(:private_connection_name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "privateConnectionName"))
|
|
2413
|
+
UpdatePrivateConnectionCertificateInput.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateChain, required: true, location_name: "certificate"))
|
|
2414
|
+
UpdatePrivateConnectionCertificateInput.struct_class = Types::UpdatePrivateConnectionCertificateInput
|
|
2415
|
+
|
|
2416
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:name, Shapes::ShapeRef.new(shape: PrivateConnectionName, required: true, location_name: "name"))
|
|
2417
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:type, Shapes::ShapeRef.new(shape: PrivateConnectionType, required: true, location_name: "type"))
|
|
2418
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionStatus, required: true, location_name: "status"))
|
|
2419
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "resourceGatewayId"))
|
|
2420
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:host_address, Shapes::ShapeRef.new(shape: HostAddress, location_name: "hostAddress"))
|
|
2421
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:vpc_id, Shapes::ShapeRef.new(shape: PrivateConnectionVpcId, location_name: "vpcId"))
|
|
2422
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationId"))
|
|
2423
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:certificate_expiry_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "certificateExpiryTime"))
|
|
2424
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:dns_resolution, Shapes::ShapeRef.new(shape: ResourceConfigDnsResolution, location_name: "dnsResolution"))
|
|
2425
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
|
2426
|
+
UpdatePrivateConnectionCertificateOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
2427
|
+
UpdatePrivateConnectionCertificateOutput.struct_class = Types::UpdatePrivateConnectionCertificateOutput
|
|
2428
|
+
|
|
2429
|
+
UpdateSecurityRequirementEntry.add_member(:name, Shapes::ShapeRef.new(shape: SecurityRequirementName, required: true, location_name: "name"))
|
|
2430
|
+
UpdateSecurityRequirementEntry.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
2431
|
+
UpdateSecurityRequirementEntry.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "domain"))
|
|
2432
|
+
UpdateSecurityRequirementEntry.add_member(:evaluation, Shapes::ShapeRef.new(shape: String, location_name: "evaluation"))
|
|
2433
|
+
UpdateSecurityRequirementEntry.add_member(:remediation, Shapes::ShapeRef.new(shape: String, location_name: "remediation"))
|
|
2434
|
+
UpdateSecurityRequirementEntry.struct_class = Types::UpdateSecurityRequirementEntry
|
|
2435
|
+
|
|
2436
|
+
UpdateSecurityRequirementEntryList.member = Shapes::ShapeRef.new(shape: UpdateSecurityRequirementEntry)
|
|
2437
|
+
|
|
2438
|
+
UpdateSecurityRequirementPackInput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
2439
|
+
UpdateSecurityRequirementPackInput.add_member(:name, Shapes::ShapeRef.new(shape: SecurityRequirementPackName, location_name: "name"))
|
|
2440
|
+
UpdateSecurityRequirementPackInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
2441
|
+
UpdateSecurityRequirementPackInput.add_member(:status, Shapes::ShapeRef.new(shape: SecurityRequirementPackStatus, location_name: "status"))
|
|
2442
|
+
UpdateSecurityRequirementPackInput.struct_class = Types::UpdateSecurityRequirementPackInput
|
|
2443
|
+
|
|
2444
|
+
UpdateSecurityRequirementPackOutput.add_member(:pack_id, Shapes::ShapeRef.new(shape: SecurityRequirementPackId, required: true, location_name: "packId"))
|
|
2445
|
+
UpdateSecurityRequirementPackOutput.add_member(:name, Shapes::ShapeRef.new(shape: SecurityRequirementPackName, location_name: "name"))
|
|
2446
|
+
UpdateSecurityRequirementPackOutput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
2447
|
+
UpdateSecurityRequirementPackOutput.add_member(:status, Shapes::ShapeRef.new(shape: SecurityRequirementPackStatus, location_name: "status"))
|
|
2448
|
+
UpdateSecurityRequirementPackOutput.struct_class = Types::UpdateSecurityRequirementPackOutput
|
|
2449
|
+
|
|
1520
2450
|
UpdateTargetDomainInput.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, required: true, location_name: "targetDomainId"))
|
|
1521
2451
|
UpdateTargetDomainInput.add_member(:verification_method, Shapes::ShapeRef.new(shape: DomainVerificationMethod, required: true, location_name: "verificationMethod"))
|
|
1522
2452
|
UpdateTargetDomainInput.struct_class = Types::UpdateTargetDomainInput
|
|
@@ -1530,6 +2460,69 @@ module Aws::SecurityAgent
|
|
|
1530
2460
|
UpdateTargetDomainOutput.add_member(:verified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "verifiedAt"))
|
|
1531
2461
|
UpdateTargetDomainOutput.struct_class = Types::UpdateTargetDomainOutput
|
|
1532
2462
|
|
|
2463
|
+
UpdateThreatInput.add_member(:threat_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatId"))
|
|
2464
|
+
UpdateThreatInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
2465
|
+
UpdateThreatInput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
2466
|
+
UpdateThreatInput.add_member(:status, Shapes::ShapeRef.new(shape: ThreatStatus, location_name: "status"))
|
|
2467
|
+
UpdateThreatInput.add_member(:comments, Shapes::ShapeRef.new(shape: String, location_name: "comments"))
|
|
2468
|
+
UpdateThreatInput.add_member(:statement, Shapes::ShapeRef.new(shape: String, location_name: "statement"))
|
|
2469
|
+
UpdateThreatInput.add_member(:severity, Shapes::ShapeRef.new(shape: ThreatSeverity, location_name: "severity"))
|
|
2470
|
+
UpdateThreatInput.add_member(:threat_source, Shapes::ShapeRef.new(shape: String, location_name: "threatSource"))
|
|
2471
|
+
UpdateThreatInput.add_member(:prerequisites, Shapes::ShapeRef.new(shape: String, location_name: "prerequisites"))
|
|
2472
|
+
UpdateThreatInput.add_member(:threat_action, Shapes::ShapeRef.new(shape: String, location_name: "threatAction"))
|
|
2473
|
+
UpdateThreatInput.add_member(:threat_impact, Shapes::ShapeRef.new(shape: String, location_name: "threatImpact"))
|
|
2474
|
+
UpdateThreatInput.add_member(:impacted_goal, Shapes::ShapeRef.new(shape: StringList, location_name: "impactedGoal"))
|
|
2475
|
+
UpdateThreatInput.add_member(:impacted_assets, Shapes::ShapeRef.new(shape: StringList, location_name: "impactedAssets"))
|
|
2476
|
+
UpdateThreatInput.add_member(:anchor, Shapes::ShapeRef.new(shape: ThreatAnchorShape, location_name: "anchor"))
|
|
2477
|
+
UpdateThreatInput.add_member(:evidence, Shapes::ShapeRef.new(shape: ThreatEvidenceList, location_name: "evidence"))
|
|
2478
|
+
UpdateThreatInput.add_member(:recommendation, Shapes::ShapeRef.new(shape: String, location_name: "recommendation"))
|
|
2479
|
+
UpdateThreatInput.struct_class = Types::UpdateThreatInput
|
|
2480
|
+
|
|
2481
|
+
UpdateThreatModelInput.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatModelId"))
|
|
2482
|
+
UpdateThreatModelInput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "agentSpaceId"))
|
|
2483
|
+
UpdateThreatModelInput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
2484
|
+
UpdateThreatModelInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
2485
|
+
UpdateThreatModelInput.add_member(:assets, Shapes::ShapeRef.new(shape: Assets, location_name: "assets"))
|
|
2486
|
+
UpdateThreatModelInput.add_member(:scope_docs, Shapes::ShapeRef.new(shape: DocumentList, location_name: "scopeDocs"))
|
|
2487
|
+
UpdateThreatModelInput.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
|
|
2488
|
+
UpdateThreatModelInput.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
|
|
2489
|
+
UpdateThreatModelInput.struct_class = Types::UpdateThreatModelInput
|
|
2490
|
+
|
|
2491
|
+
UpdateThreatModelOutput.add_member(:threat_model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatModelId"))
|
|
2492
|
+
UpdateThreatModelOutput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
2493
|
+
UpdateThreatModelOutput.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: String, location_name: "agentSpaceId"))
|
|
2494
|
+
UpdateThreatModelOutput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
2495
|
+
UpdateThreatModelOutput.add_member(:assets, Shapes::ShapeRef.new(shape: Assets, location_name: "assets"))
|
|
2496
|
+
UpdateThreatModelOutput.add_member(:scope_docs, Shapes::ShapeRef.new(shape: DocumentList, location_name: "scopeDocs"))
|
|
2497
|
+
UpdateThreatModelOutput.add_member(:service_role, Shapes::ShapeRef.new(shape: ServiceRole, location_name: "serviceRole"))
|
|
2498
|
+
UpdateThreatModelOutput.add_member(:log_config, Shapes::ShapeRef.new(shape: CloudWatchLog, location_name: "logConfig"))
|
|
2499
|
+
UpdateThreatModelOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2500
|
+
UpdateThreatModelOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2501
|
+
UpdateThreatModelOutput.struct_class = Types::UpdateThreatModelOutput
|
|
2502
|
+
|
|
2503
|
+
UpdateThreatOutput.add_member(:threat_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatId"))
|
|
2504
|
+
UpdateThreatOutput.add_member(:threat_job_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "threatJobId"))
|
|
2505
|
+
UpdateThreatOutput.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "title"))
|
|
2506
|
+
UpdateThreatOutput.add_member(:statement, Shapes::ShapeRef.new(shape: String, location_name: "statement"))
|
|
2507
|
+
UpdateThreatOutput.add_member(:severity, Shapes::ShapeRef.new(shape: ThreatSeverity, location_name: "severity"))
|
|
2508
|
+
UpdateThreatOutput.add_member(:status, Shapes::ShapeRef.new(shape: ThreatStatus, location_name: "status"))
|
|
2509
|
+
UpdateThreatOutput.add_member(:comments, Shapes::ShapeRef.new(shape: String, location_name: "comments"))
|
|
2510
|
+
UpdateThreatOutput.add_member(:stride, Shapes::ShapeRef.new(shape: StrideCategoryList, location_name: "stride"))
|
|
2511
|
+
UpdateThreatOutput.add_member(:threat_source, Shapes::ShapeRef.new(shape: String, location_name: "threatSource"))
|
|
2512
|
+
UpdateThreatOutput.add_member(:prerequisites, Shapes::ShapeRef.new(shape: String, location_name: "prerequisites"))
|
|
2513
|
+
UpdateThreatOutput.add_member(:threat_action, Shapes::ShapeRef.new(shape: String, location_name: "threatAction"))
|
|
2514
|
+
UpdateThreatOutput.add_member(:threat_impact, Shapes::ShapeRef.new(shape: String, location_name: "threatImpact"))
|
|
2515
|
+
UpdateThreatOutput.add_member(:impacted_goal, Shapes::ShapeRef.new(shape: StringList, location_name: "impactedGoal"))
|
|
2516
|
+
UpdateThreatOutput.add_member(:impacted_assets, Shapes::ShapeRef.new(shape: StringList, location_name: "impactedAssets"))
|
|
2517
|
+
UpdateThreatOutput.add_member(:anchor, Shapes::ShapeRef.new(shape: ThreatAnchorShape, location_name: "anchor"))
|
|
2518
|
+
UpdateThreatOutput.add_member(:evidence, Shapes::ShapeRef.new(shape: ThreatEvidenceList, location_name: "evidence"))
|
|
2519
|
+
UpdateThreatOutput.add_member(:recommendation, Shapes::ShapeRef.new(shape: String, location_name: "recommendation"))
|
|
2520
|
+
UpdateThreatOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: ThreatActor, location_name: "createdBy"))
|
|
2521
|
+
UpdateThreatOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: ThreatActor, location_name: "updatedBy"))
|
|
2522
|
+
UpdateThreatOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
2523
|
+
UpdateThreatOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
2524
|
+
UpdateThreatOutput.struct_class = Types::UpdateThreatOutput
|
|
2525
|
+
|
|
1533
2526
|
UriList.member = Shapes::ShapeRef.new(shape: String)
|
|
1534
2527
|
|
|
1535
2528
|
UserConfig.add_member(:role, Shapes::ShapeRef.new(shape: UserRole, location_name: "role"))
|
|
@@ -1617,6 +2610,21 @@ module Aws::SecurityAgent
|
|
|
1617
2610
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1618
2611
|
end)
|
|
1619
2612
|
|
|
2613
|
+
api.add_operation(:batch_create_security_requirements, Seahorse::Model::Operation.new.tap do |o|
|
|
2614
|
+
o.name = "BatchCreateSecurityRequirements"
|
|
2615
|
+
o.http_method = "POST"
|
|
2616
|
+
o.http_request_uri = "/BatchCreateSecurityRequirements"
|
|
2617
|
+
o.input = Shapes::ShapeRef.new(shape: BatchCreateSecurityRequirementsInput)
|
|
2618
|
+
o.output = Shapes::ShapeRef.new(shape: BatchCreateSecurityRequirementsOutput)
|
|
2619
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2620
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2621
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2622
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2623
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2624
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2625
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2626
|
+
end)
|
|
2627
|
+
|
|
1620
2628
|
api.add_operation(:batch_delete_code_reviews, Seahorse::Model::Operation.new.tap do |o|
|
|
1621
2629
|
o.name = "BatchDeleteCodeReviews"
|
|
1622
2630
|
o.http_method = "POST"
|
|
@@ -1633,6 +2641,28 @@ module Aws::SecurityAgent
|
|
|
1633
2641
|
o.output = Shapes::ShapeRef.new(shape: BatchDeletePentestsOutput)
|
|
1634
2642
|
end)
|
|
1635
2643
|
|
|
2644
|
+
api.add_operation(:batch_delete_security_requirements, Seahorse::Model::Operation.new.tap do |o|
|
|
2645
|
+
o.name = "BatchDeleteSecurityRequirements"
|
|
2646
|
+
o.http_method = "POST"
|
|
2647
|
+
o.http_request_uri = "/BatchDeleteSecurityRequirements"
|
|
2648
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDeleteSecurityRequirementsInput)
|
|
2649
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDeleteSecurityRequirementsOutput)
|
|
2650
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2651
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2652
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2653
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2654
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2655
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2656
|
+
end)
|
|
2657
|
+
|
|
2658
|
+
api.add_operation(:batch_delete_threat_models, Seahorse::Model::Operation.new.tap do |o|
|
|
2659
|
+
o.name = "BatchDeleteThreatModels"
|
|
2660
|
+
o.http_method = "POST"
|
|
2661
|
+
o.http_request_uri = "/BatchDeleteThreatModels"
|
|
2662
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDeleteThreatModelsInput)
|
|
2663
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDeleteThreatModelsOutput)
|
|
2664
|
+
end)
|
|
2665
|
+
|
|
1636
2666
|
api.add_operation(:batch_get_agent_spaces, Seahorse::Model::Operation.new.tap do |o|
|
|
1637
2667
|
o.name = "BatchGetAgentSpaces"
|
|
1638
2668
|
o.http_method = "POST"
|
|
@@ -1710,6 +2740,19 @@ module Aws::SecurityAgent
|
|
|
1710
2740
|
o.output = Shapes::ShapeRef.new(shape: BatchGetPentestsOutput)
|
|
1711
2741
|
end)
|
|
1712
2742
|
|
|
2743
|
+
api.add_operation(:batch_get_security_requirements, Seahorse::Model::Operation.new.tap do |o|
|
|
2744
|
+
o.name = "BatchGetSecurityRequirements"
|
|
2745
|
+
o.http_method = "POST"
|
|
2746
|
+
o.http_request_uri = "/BatchGetSecurityRequirements"
|
|
2747
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetSecurityRequirementsInput)
|
|
2748
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetSecurityRequirementsOutput)
|
|
2749
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2750
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2751
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2752
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2753
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2754
|
+
end)
|
|
2755
|
+
|
|
1713
2756
|
api.add_operation(:batch_get_target_domains, Seahorse::Model::Operation.new.tap do |o|
|
|
1714
2757
|
o.name = "BatchGetTargetDomains"
|
|
1715
2758
|
o.http_method = "POST"
|
|
@@ -1718,6 +2761,52 @@ module Aws::SecurityAgent
|
|
|
1718
2761
|
o.output = Shapes::ShapeRef.new(shape: BatchGetTargetDomainsOutput)
|
|
1719
2762
|
end)
|
|
1720
2763
|
|
|
2764
|
+
api.add_operation(:batch_get_threat_model_job_tasks, Seahorse::Model::Operation.new.tap do |o|
|
|
2765
|
+
o.name = "BatchGetThreatModelJobTasks"
|
|
2766
|
+
o.http_method = "POST"
|
|
2767
|
+
o.http_request_uri = "/BatchGetThreatModelJobTasks"
|
|
2768
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetThreatModelJobTasksInput)
|
|
2769
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetThreatModelJobTasksOutput)
|
|
2770
|
+
end)
|
|
2771
|
+
|
|
2772
|
+
api.add_operation(:batch_get_threat_model_jobs, Seahorse::Model::Operation.new.tap do |o|
|
|
2773
|
+
o.name = "BatchGetThreatModelJobs"
|
|
2774
|
+
o.http_method = "POST"
|
|
2775
|
+
o.http_request_uri = "/BatchGetThreatModelJobs"
|
|
2776
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetThreatModelJobsInput)
|
|
2777
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetThreatModelJobsOutput)
|
|
2778
|
+
end)
|
|
2779
|
+
|
|
2780
|
+
api.add_operation(:batch_get_threat_models, Seahorse::Model::Operation.new.tap do |o|
|
|
2781
|
+
o.name = "BatchGetThreatModels"
|
|
2782
|
+
o.http_method = "POST"
|
|
2783
|
+
o.http_request_uri = "/BatchGetThreatModels"
|
|
2784
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetThreatModelsInput)
|
|
2785
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetThreatModelsOutput)
|
|
2786
|
+
end)
|
|
2787
|
+
|
|
2788
|
+
api.add_operation(:batch_get_threats, Seahorse::Model::Operation.new.tap do |o|
|
|
2789
|
+
o.name = "BatchGetThreats"
|
|
2790
|
+
o.http_method = "POST"
|
|
2791
|
+
o.http_request_uri = "/BatchGetThreats"
|
|
2792
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetThreatsInput)
|
|
2793
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetThreatsOutput)
|
|
2794
|
+
end)
|
|
2795
|
+
|
|
2796
|
+
api.add_operation(:batch_update_security_requirements, Seahorse::Model::Operation.new.tap do |o|
|
|
2797
|
+
o.name = "BatchUpdateSecurityRequirements"
|
|
2798
|
+
o.http_method = "POST"
|
|
2799
|
+
o.http_request_uri = "/BatchUpdateSecurityRequirements"
|
|
2800
|
+
o.input = Shapes::ShapeRef.new(shape: BatchUpdateSecurityRequirementsInput)
|
|
2801
|
+
o.output = Shapes::ShapeRef.new(shape: BatchUpdateSecurityRequirementsOutput)
|
|
2802
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2803
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2804
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2805
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2806
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2807
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2808
|
+
end)
|
|
2809
|
+
|
|
1721
2810
|
api.add_operation(:create_agent_space, Seahorse::Model::Operation.new.tap do |o|
|
|
1722
2811
|
o.name = "CreateAgentSpace"
|
|
1723
2812
|
o.http_method = "POST"
|
|
@@ -1772,6 +2861,34 @@ module Aws::SecurityAgent
|
|
|
1772
2861
|
o.output = Shapes::ShapeRef.new(shape: CreatePentestOutput)
|
|
1773
2862
|
end)
|
|
1774
2863
|
|
|
2864
|
+
api.add_operation(:create_private_connection, Seahorse::Model::Operation.new.tap do |o|
|
|
2865
|
+
o.name = "CreatePrivateConnection"
|
|
2866
|
+
o.http_method = "POST"
|
|
2867
|
+
o.http_request_uri = "/CreatePrivateConnection"
|
|
2868
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePrivateConnectionInput)
|
|
2869
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePrivateConnectionOutput)
|
|
2870
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2871
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2872
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2873
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2874
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2875
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2876
|
+
end)
|
|
2877
|
+
|
|
2878
|
+
api.add_operation(:create_security_requirement_pack, Seahorse::Model::Operation.new.tap do |o|
|
|
2879
|
+
o.name = "CreateSecurityRequirementPack"
|
|
2880
|
+
o.http_method = "POST"
|
|
2881
|
+
o.http_request_uri = "/CreateSecurityRequirementPack"
|
|
2882
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSecurityRequirementPackInput)
|
|
2883
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSecurityRequirementPackOutput)
|
|
2884
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2885
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2886
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2887
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2888
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2889
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2890
|
+
end)
|
|
2891
|
+
|
|
1775
2892
|
api.add_operation(:create_target_domain, Seahorse::Model::Operation.new.tap do |o|
|
|
1776
2893
|
o.name = "CreateTargetDomain"
|
|
1777
2894
|
o.http_method = "POST"
|
|
@@ -1780,6 +2897,22 @@ module Aws::SecurityAgent
|
|
|
1780
2897
|
o.output = Shapes::ShapeRef.new(shape: CreateTargetDomainOutput)
|
|
1781
2898
|
end)
|
|
1782
2899
|
|
|
2900
|
+
api.add_operation(:create_threat, Seahorse::Model::Operation.new.tap do |o|
|
|
2901
|
+
o.name = "CreateThreat"
|
|
2902
|
+
o.http_method = "POST"
|
|
2903
|
+
o.http_request_uri = "/CreateThreat"
|
|
2904
|
+
o.input = Shapes::ShapeRef.new(shape: CreateThreatInput)
|
|
2905
|
+
o.output = Shapes::ShapeRef.new(shape: CreateThreatOutput)
|
|
2906
|
+
end)
|
|
2907
|
+
|
|
2908
|
+
api.add_operation(:create_threat_model, Seahorse::Model::Operation.new.tap do |o|
|
|
2909
|
+
o.name = "CreateThreatModel"
|
|
2910
|
+
o.http_method = "POST"
|
|
2911
|
+
o.http_request_uri = "/CreateThreatModel"
|
|
2912
|
+
o.input = Shapes::ShapeRef.new(shape: CreateThreatModelInput)
|
|
2913
|
+
o.output = Shapes::ShapeRef.new(shape: CreateThreatModelOutput)
|
|
2914
|
+
end)
|
|
2915
|
+
|
|
1783
2916
|
api.add_operation(:delete_agent_space, Seahorse::Model::Operation.new.tap do |o|
|
|
1784
2917
|
o.name = "DeleteAgentSpace"
|
|
1785
2918
|
o.http_method = "POST"
|
|
@@ -1831,6 +2964,34 @@ module Aws::SecurityAgent
|
|
|
1831
2964
|
o.output = Shapes::ShapeRef.new(shape: DeleteMembershipResponse)
|
|
1832
2965
|
end)
|
|
1833
2966
|
|
|
2967
|
+
api.add_operation(:delete_private_connection, Seahorse::Model::Operation.new.tap do |o|
|
|
2968
|
+
o.name = "DeletePrivateConnection"
|
|
2969
|
+
o.http_method = "POST"
|
|
2970
|
+
o.http_request_uri = "/DeletePrivateConnection"
|
|
2971
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePrivateConnectionInput)
|
|
2972
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePrivateConnectionOutput)
|
|
2973
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2974
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2975
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2976
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2977
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2978
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2979
|
+
end)
|
|
2980
|
+
|
|
2981
|
+
api.add_operation(:delete_security_requirement_pack, Seahorse::Model::Operation.new.tap do |o|
|
|
2982
|
+
o.name = "DeleteSecurityRequirementPack"
|
|
2983
|
+
o.http_method = "POST"
|
|
2984
|
+
o.http_request_uri = "/DeleteSecurityRequirementPack"
|
|
2985
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSecurityRequirementPackInput)
|
|
2986
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSecurityRequirementPackOutput)
|
|
2987
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2988
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2989
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2990
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2991
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2992
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2993
|
+
end)
|
|
2994
|
+
|
|
1834
2995
|
api.add_operation(:delete_target_domain, Seahorse::Model::Operation.new.tap do |o|
|
|
1835
2996
|
o.name = "DeleteTargetDomain"
|
|
1836
2997
|
o.http_method = "POST"
|
|
@@ -1839,6 +3000,19 @@ module Aws::SecurityAgent
|
|
|
1839
3000
|
o.output = Shapes::ShapeRef.new(shape: DeleteTargetDomainOutput)
|
|
1840
3001
|
end)
|
|
1841
3002
|
|
|
3003
|
+
api.add_operation(:describe_private_connection, Seahorse::Model::Operation.new.tap do |o|
|
|
3004
|
+
o.name = "DescribePrivateConnection"
|
|
3005
|
+
o.http_method = "POST"
|
|
3006
|
+
o.http_request_uri = "/DescribePrivateConnection"
|
|
3007
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePrivateConnectionInput)
|
|
3008
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePrivateConnectionOutput)
|
|
3009
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3010
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3011
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3012
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3013
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3014
|
+
end)
|
|
3015
|
+
|
|
1842
3016
|
api.add_operation(:get_application, Seahorse::Model::Operation.new.tap do |o|
|
|
1843
3017
|
o.name = "GetApplication"
|
|
1844
3018
|
o.http_method = "POST"
|
|
@@ -1873,6 +3047,34 @@ module Aws::SecurityAgent
|
|
|
1873
3047
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1874
3048
|
end)
|
|
1875
3049
|
|
|
3050
|
+
api.add_operation(:get_security_requirement_pack, Seahorse::Model::Operation.new.tap do |o|
|
|
3051
|
+
o.name = "GetSecurityRequirementPack"
|
|
3052
|
+
o.http_method = "POST"
|
|
3053
|
+
o.http_request_uri = "/GetSecurityRequirementPack"
|
|
3054
|
+
o.input = Shapes::ShapeRef.new(shape: GetSecurityRequirementPackInput)
|
|
3055
|
+
o.output = Shapes::ShapeRef.new(shape: GetSecurityRequirementPackOutput)
|
|
3056
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3057
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3058
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3059
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3060
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3061
|
+
end)
|
|
3062
|
+
|
|
3063
|
+
api.add_operation(:import_security_requirements, Seahorse::Model::Operation.new.tap do |o|
|
|
3064
|
+
o.name = "ImportSecurityRequirements"
|
|
3065
|
+
o.http_method = "POST"
|
|
3066
|
+
o.http_request_uri = "/ImportSecurityRequirements"
|
|
3067
|
+
o.input = Shapes::ShapeRef.new(shape: ImportSecurityRequirementsInput)
|
|
3068
|
+
o.output = Shapes::ShapeRef.new(shape: ImportSecurityRequirementsOutput)
|
|
3069
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3070
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3071
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3072
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3073
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3074
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3075
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3076
|
+
end)
|
|
3077
|
+
|
|
1876
3078
|
api.add_operation(:initiate_provider_registration, Seahorse::Model::Operation.new.tap do |o|
|
|
1877
3079
|
o.name = "InitiateProviderRegistration"
|
|
1878
3080
|
o.http_method = "POST"
|
|
@@ -2098,6 +3300,61 @@ module Aws::SecurityAgent
|
|
|
2098
3300
|
)
|
|
2099
3301
|
end)
|
|
2100
3302
|
|
|
3303
|
+
api.add_operation(:list_private_connections, Seahorse::Model::Operation.new.tap do |o|
|
|
3304
|
+
o.name = "ListPrivateConnections"
|
|
3305
|
+
o.http_method = "POST"
|
|
3306
|
+
o.http_request_uri = "/ListPrivateConnections"
|
|
3307
|
+
o.input = Shapes::ShapeRef.new(shape: ListPrivateConnectionsInput)
|
|
3308
|
+
o.output = Shapes::ShapeRef.new(shape: ListPrivateConnectionsOutput)
|
|
3309
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3310
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3311
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3312
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3313
|
+
o[:pager] = Aws::Pager.new(
|
|
3314
|
+
limit_key: "max_results",
|
|
3315
|
+
tokens: {
|
|
3316
|
+
"next_token" => "next_token"
|
|
3317
|
+
}
|
|
3318
|
+
)
|
|
3319
|
+
end)
|
|
3320
|
+
|
|
3321
|
+
api.add_operation(:list_security_requirement_packs, Seahorse::Model::Operation.new.tap do |o|
|
|
3322
|
+
o.name = "ListSecurityRequirementPacks"
|
|
3323
|
+
o.http_method = "POST"
|
|
3324
|
+
o.http_request_uri = "/ListSecurityRequirementPacks"
|
|
3325
|
+
o.input = Shapes::ShapeRef.new(shape: ListSecurityRequirementPacksInput)
|
|
3326
|
+
o.output = Shapes::ShapeRef.new(shape: ListSecurityRequirementPacksOutput)
|
|
3327
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3328
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3329
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3330
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3331
|
+
o[:pager] = Aws::Pager.new(
|
|
3332
|
+
limit_key: "max_results",
|
|
3333
|
+
tokens: {
|
|
3334
|
+
"next_token" => "next_token"
|
|
3335
|
+
}
|
|
3336
|
+
)
|
|
3337
|
+
end)
|
|
3338
|
+
|
|
3339
|
+
api.add_operation(:list_security_requirements, Seahorse::Model::Operation.new.tap do |o|
|
|
3340
|
+
o.name = "ListSecurityRequirements"
|
|
3341
|
+
o.http_method = "POST"
|
|
3342
|
+
o.http_request_uri = "/ListSecurityRequirements"
|
|
3343
|
+
o.input = Shapes::ShapeRef.new(shape: ListSecurityRequirementsInput)
|
|
3344
|
+
o.output = Shapes::ShapeRef.new(shape: ListSecurityRequirementsOutput)
|
|
3345
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3346
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3347
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3348
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3349
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3350
|
+
o[:pager] = Aws::Pager.new(
|
|
3351
|
+
limit_key: "max_results",
|
|
3352
|
+
tokens: {
|
|
3353
|
+
"next_token" => "next_token"
|
|
3354
|
+
}
|
|
3355
|
+
)
|
|
3356
|
+
end)
|
|
3357
|
+
|
|
2101
3358
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
2102
3359
|
o.name = "ListTagsForResource"
|
|
2103
3360
|
o.http_method = "GET"
|
|
@@ -2120,6 +3377,62 @@ module Aws::SecurityAgent
|
|
|
2120
3377
|
)
|
|
2121
3378
|
end)
|
|
2122
3379
|
|
|
3380
|
+
api.add_operation(:list_threat_model_job_tasks, Seahorse::Model::Operation.new.tap do |o|
|
|
3381
|
+
o.name = "ListThreatModelJobTasks"
|
|
3382
|
+
o.http_method = "POST"
|
|
3383
|
+
o.http_request_uri = "/ListThreatModelJobTasks"
|
|
3384
|
+
o.input = Shapes::ShapeRef.new(shape: ListThreatModelJobTasksInput)
|
|
3385
|
+
o.output = Shapes::ShapeRef.new(shape: ListThreatModelJobTasksOutput)
|
|
3386
|
+
o[:pager] = Aws::Pager.new(
|
|
3387
|
+
limit_key: "max_results",
|
|
3388
|
+
tokens: {
|
|
3389
|
+
"next_token" => "next_token"
|
|
3390
|
+
}
|
|
3391
|
+
)
|
|
3392
|
+
end)
|
|
3393
|
+
|
|
3394
|
+
api.add_operation(:list_threat_model_jobs, Seahorse::Model::Operation.new.tap do |o|
|
|
3395
|
+
o.name = "ListThreatModelJobs"
|
|
3396
|
+
o.http_method = "POST"
|
|
3397
|
+
o.http_request_uri = "/ListThreatModelJobs"
|
|
3398
|
+
o.input = Shapes::ShapeRef.new(shape: ListThreatModelJobsInput)
|
|
3399
|
+
o.output = Shapes::ShapeRef.new(shape: ListThreatModelJobsOutput)
|
|
3400
|
+
o[:pager] = Aws::Pager.new(
|
|
3401
|
+
limit_key: "max_results",
|
|
3402
|
+
tokens: {
|
|
3403
|
+
"next_token" => "next_token"
|
|
3404
|
+
}
|
|
3405
|
+
)
|
|
3406
|
+
end)
|
|
3407
|
+
|
|
3408
|
+
api.add_operation(:list_threat_models, Seahorse::Model::Operation.new.tap do |o|
|
|
3409
|
+
o.name = "ListThreatModels"
|
|
3410
|
+
o.http_method = "POST"
|
|
3411
|
+
o.http_request_uri = "/ListThreatModels"
|
|
3412
|
+
o.input = Shapes::ShapeRef.new(shape: ListThreatModelsInput)
|
|
3413
|
+
o.output = Shapes::ShapeRef.new(shape: ListThreatModelsOutput)
|
|
3414
|
+
o[:pager] = Aws::Pager.new(
|
|
3415
|
+
limit_key: "max_results",
|
|
3416
|
+
tokens: {
|
|
3417
|
+
"next_token" => "next_token"
|
|
3418
|
+
}
|
|
3419
|
+
)
|
|
3420
|
+
end)
|
|
3421
|
+
|
|
3422
|
+
api.add_operation(:list_threats, Seahorse::Model::Operation.new.tap do |o|
|
|
3423
|
+
o.name = "ListThreats"
|
|
3424
|
+
o.http_method = "POST"
|
|
3425
|
+
o.http_request_uri = "/ListThreats"
|
|
3426
|
+
o.input = Shapes::ShapeRef.new(shape: ListThreatsInput)
|
|
3427
|
+
o.output = Shapes::ShapeRef.new(shape: ListThreatsOutput)
|
|
3428
|
+
o[:pager] = Aws::Pager.new(
|
|
3429
|
+
limit_key: "max_results",
|
|
3430
|
+
tokens: {
|
|
3431
|
+
"next_token" => "next_token"
|
|
3432
|
+
}
|
|
3433
|
+
)
|
|
3434
|
+
end)
|
|
3435
|
+
|
|
2123
3436
|
api.add_operation(:start_code_remediation, Seahorse::Model::Operation.new.tap do |o|
|
|
2124
3437
|
o.name = "StartCodeRemediation"
|
|
2125
3438
|
o.http_method = "POST"
|
|
@@ -2144,6 +3457,14 @@ module Aws::SecurityAgent
|
|
|
2144
3457
|
o.output = Shapes::ShapeRef.new(shape: StartPentestJobOutput)
|
|
2145
3458
|
end)
|
|
2146
3459
|
|
|
3460
|
+
api.add_operation(:start_threat_model_job, Seahorse::Model::Operation.new.tap do |o|
|
|
3461
|
+
o.name = "StartThreatModelJob"
|
|
3462
|
+
o.http_method = "POST"
|
|
3463
|
+
o.http_request_uri = "/StartThreatModelJob"
|
|
3464
|
+
o.input = Shapes::ShapeRef.new(shape: StartThreatModelJobInput)
|
|
3465
|
+
o.output = Shapes::ShapeRef.new(shape: StartThreatModelJobOutput)
|
|
3466
|
+
end)
|
|
3467
|
+
|
|
2147
3468
|
api.add_operation(:stop_code_review_job, Seahorse::Model::Operation.new.tap do |o|
|
|
2148
3469
|
o.name = "StopCodeReviewJob"
|
|
2149
3470
|
o.http_method = "POST"
|
|
@@ -2160,6 +3481,14 @@ module Aws::SecurityAgent
|
|
|
2160
3481
|
o.output = Shapes::ShapeRef.new(shape: StopPentestJobOutput)
|
|
2161
3482
|
end)
|
|
2162
3483
|
|
|
3484
|
+
api.add_operation(:stop_threat_model_job, Seahorse::Model::Operation.new.tap do |o|
|
|
3485
|
+
o.name = "StopThreatModelJob"
|
|
3486
|
+
o.http_method = "POST"
|
|
3487
|
+
o.http_request_uri = "/StopThreatModelJob"
|
|
3488
|
+
o.input = Shapes::ShapeRef.new(shape: StopThreatModelJobInput)
|
|
3489
|
+
o.output = Shapes::ShapeRef.new(shape: StopThreatModelJobOutput)
|
|
3490
|
+
end)
|
|
3491
|
+
|
|
2163
3492
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
2164
3493
|
o.name = "TagResource"
|
|
2165
3494
|
o.http_method = "POST"
|
|
@@ -2230,6 +3559,34 @@ module Aws::SecurityAgent
|
|
|
2230
3559
|
o.output = Shapes::ShapeRef.new(shape: UpdatePentestOutput)
|
|
2231
3560
|
end)
|
|
2232
3561
|
|
|
3562
|
+
api.add_operation(:update_private_connection_certificate, Seahorse::Model::Operation.new.tap do |o|
|
|
3563
|
+
o.name = "UpdatePrivateConnectionCertificate"
|
|
3564
|
+
o.http_method = "POST"
|
|
3565
|
+
o.http_request_uri = "/UpdatePrivateConnectionCertificate"
|
|
3566
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePrivateConnectionCertificateInput)
|
|
3567
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePrivateConnectionCertificateOutput)
|
|
3568
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3569
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3570
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3571
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3572
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3573
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3574
|
+
end)
|
|
3575
|
+
|
|
3576
|
+
api.add_operation(:update_security_requirement_pack, Seahorse::Model::Operation.new.tap do |o|
|
|
3577
|
+
o.name = "UpdateSecurityRequirementPack"
|
|
3578
|
+
o.http_method = "POST"
|
|
3579
|
+
o.http_request_uri = "/UpdateSecurityRequirementPack"
|
|
3580
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSecurityRequirementPackInput)
|
|
3581
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSecurityRequirementPackOutput)
|
|
3582
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3583
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3584
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3585
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3586
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3587
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3588
|
+
end)
|
|
3589
|
+
|
|
2233
3590
|
api.add_operation(:update_target_domain, Seahorse::Model::Operation.new.tap do |o|
|
|
2234
3591
|
o.name = "UpdateTargetDomain"
|
|
2235
3592
|
o.http_method = "POST"
|
|
@@ -2238,6 +3595,22 @@ module Aws::SecurityAgent
|
|
|
2238
3595
|
o.output = Shapes::ShapeRef.new(shape: UpdateTargetDomainOutput)
|
|
2239
3596
|
end)
|
|
2240
3597
|
|
|
3598
|
+
api.add_operation(:update_threat, Seahorse::Model::Operation.new.tap do |o|
|
|
3599
|
+
o.name = "UpdateThreat"
|
|
3600
|
+
o.http_method = "POST"
|
|
3601
|
+
o.http_request_uri = "/UpdateThreat"
|
|
3602
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateThreatInput)
|
|
3603
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateThreatOutput)
|
|
3604
|
+
end)
|
|
3605
|
+
|
|
3606
|
+
api.add_operation(:update_threat_model, Seahorse::Model::Operation.new.tap do |o|
|
|
3607
|
+
o.name = "UpdateThreatModel"
|
|
3608
|
+
o.http_method = "POST"
|
|
3609
|
+
o.http_request_uri = "/UpdateThreatModel"
|
|
3610
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateThreatModelInput)
|
|
3611
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateThreatModelOutput)
|
|
3612
|
+
end)
|
|
3613
|
+
|
|
2241
3614
|
api.add_operation(:verify_target_domain, Seahorse::Model::Operation.new.tap do |o|
|
|
2242
3615
|
o.name = "VerifyTargetDomain"
|
|
2243
3616
|
o.http_method = "POST"
|