aws-sdk-inspector2 1.52.0 → 1.54.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-inspector2/client.rb +873 -14
- data/lib/aws-sdk-inspector2/client_api.rb +612 -0
- data/lib/aws-sdk-inspector2/types.rb +1607 -174
- data/lib/aws-sdk-inspector2.rb +1 -1
- data/sig/client.rbs +374 -7
- data/sig/types.rbs +421 -12
- metadata +4 -4
@@ -39,9 +39,14 @@ module Aws::Inspector2
|
|
39
39
|
Architecture = Shapes::StringShape.new(name: 'Architecture')
|
40
40
|
ArchitectureList = Shapes::ListShape.new(name: 'ArchitectureList')
|
41
41
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
42
|
+
AssociateConfigurationRequest = Shapes::StructureShape.new(name: 'AssociateConfigurationRequest')
|
43
|
+
AssociateConfigurationRequestList = Shapes::ListShape.new(name: 'AssociateConfigurationRequestList')
|
42
44
|
AssociateMemberRequest = Shapes::StructureShape.new(name: 'AssociateMemberRequest')
|
43
45
|
AssociateMemberResponse = Shapes::StructureShape.new(name: 'AssociateMemberResponse')
|
46
|
+
AssociationResultStatusCode = Shapes::StringShape.new(name: 'AssociationResultStatusCode')
|
47
|
+
AssociationResultStatusMessage = Shapes::StringShape.new(name: 'AssociationResultStatusMessage')
|
44
48
|
AtigData = Shapes::StructureShape.new(name: 'AtigData')
|
49
|
+
AuthorizationUrl = Shapes::StringShape.new(name: 'AuthorizationUrl')
|
45
50
|
AutoEnable = Shapes::StructureShape.new(name: 'AutoEnable')
|
46
51
|
AwsEc2InstanceDetails = Shapes::StructureShape.new(name: 'AwsEc2InstanceDetails')
|
47
52
|
AwsEcrContainerAggregation = Shapes::StructureShape.new(name: 'AwsEcrContainerAggregation')
|
@@ -59,6 +64,10 @@ module Aws::Inspector2
|
|
59
64
|
AwsEksWorkloadInfoTypeString = Shapes::StringShape.new(name: 'AwsEksWorkloadInfoTypeString')
|
60
65
|
AwsLambdaFunctionDetails = Shapes::StructureShape.new(name: 'AwsLambdaFunctionDetails')
|
61
66
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
67
|
+
BatchAssociateCodeSecurityScanConfigurationRequest = Shapes::StructureShape.new(name: 'BatchAssociateCodeSecurityScanConfigurationRequest')
|
68
|
+
BatchAssociateCodeSecurityScanConfigurationResponse = Shapes::StructureShape.new(name: 'BatchAssociateCodeSecurityScanConfigurationResponse')
|
69
|
+
BatchDisassociateCodeSecurityScanConfigurationRequest = Shapes::StructureShape.new(name: 'BatchDisassociateCodeSecurityScanConfigurationRequest')
|
70
|
+
BatchDisassociateCodeSecurityScanConfigurationResponse = Shapes::StructureShape.new(name: 'BatchDisassociateCodeSecurityScanConfigurationResponse')
|
62
71
|
BatchGetAccountStatusRequest = Shapes::StructureShape.new(name: 'BatchGetAccountStatusRequest')
|
63
72
|
BatchGetAccountStatusResponse = Shapes::StructureShape.new(name: 'BatchGetAccountStatusResponse')
|
64
73
|
BatchGetCodeSnippetRequest = Shapes::StructureShape.new(name: 'BatchGetCodeSnippetRequest')
|
@@ -164,17 +173,45 @@ module Aws::Inspector2
|
|
164
173
|
CodeLine = Shapes::StructureShape.new(name: 'CodeLine')
|
165
174
|
CodeLineContentString = Shapes::StringShape.new(name: 'CodeLineContentString')
|
166
175
|
CodeLineList = Shapes::ListShape.new(name: 'CodeLineList')
|
176
|
+
CodeRepositoryAggregation = Shapes::StructureShape.new(name: 'CodeRepositoryAggregation')
|
177
|
+
CodeRepositoryAggregationResponse = Shapes::StructureShape.new(name: 'CodeRepositoryAggregationResponse')
|
178
|
+
CodeRepositoryDetails = Shapes::StructureShape.new(name: 'CodeRepositoryDetails')
|
179
|
+
CodeRepositoryIntegrationArn = Shapes::StringShape.new(name: 'CodeRepositoryIntegrationArn')
|
180
|
+
CodeRepositoryMetadata = Shapes::StructureShape.new(name: 'CodeRepositoryMetadata')
|
181
|
+
CodeRepositoryMetadataProjectNameString = Shapes::StringShape.new(name: 'CodeRepositoryMetadataProjectNameString')
|
182
|
+
CodeRepositoryMetadataProviderTypeString = Shapes::StringShape.new(name: 'CodeRepositoryMetadataProviderTypeString')
|
183
|
+
CodeRepositoryMetadataProviderTypeVisibilityString = Shapes::StringShape.new(name: 'CodeRepositoryMetadataProviderTypeVisibilityString')
|
184
|
+
CodeRepositoryOnDemandScan = Shapes::StructureShape.new(name: 'CodeRepositoryOnDemandScan')
|
185
|
+
CodeRepositoryProjectName = Shapes::StringShape.new(name: 'CodeRepositoryProjectName')
|
186
|
+
CodeRepositoryProviderType = Shapes::StringShape.new(name: 'CodeRepositoryProviderType')
|
187
|
+
CodeRepositorySortBy = Shapes::StringShape.new(name: 'CodeRepositorySortBy')
|
188
|
+
CodeScanStatus = Shapes::StringShape.new(name: 'CodeScanStatus')
|
189
|
+
CodeSecurityClientToken = Shapes::StringShape.new(name: 'CodeSecurityClientToken')
|
190
|
+
CodeSecurityIntegrationArn = Shapes::StringShape.new(name: 'CodeSecurityIntegrationArn')
|
191
|
+
CodeSecurityIntegrationSummary = Shapes::StructureShape.new(name: 'CodeSecurityIntegrationSummary')
|
192
|
+
CodeSecurityResource = Shapes::UnionShape.new(name: 'CodeSecurityResource')
|
193
|
+
CodeSecurityScanConfiguration = Shapes::StructureShape.new(name: 'CodeSecurityScanConfiguration')
|
194
|
+
CodeSecurityScanConfigurationAssociationSummaries = Shapes::ListShape.new(name: 'CodeSecurityScanConfigurationAssociationSummaries')
|
195
|
+
CodeSecurityScanConfigurationAssociationSummary = Shapes::StructureShape.new(name: 'CodeSecurityScanConfigurationAssociationSummary')
|
196
|
+
CodeSecurityScanConfigurationSummaries = Shapes::ListShape.new(name: 'CodeSecurityScanConfigurationSummaries')
|
197
|
+
CodeSecurityScanConfigurationSummary = Shapes::StructureShape.new(name: 'CodeSecurityScanConfigurationSummary')
|
198
|
+
CodeSecurityUuid = Shapes::StringShape.new(name: 'CodeSecurityUuid')
|
167
199
|
CodeSnippetError = Shapes::StructureShape.new(name: 'CodeSnippetError')
|
168
200
|
CodeSnippetErrorCode = Shapes::StringShape.new(name: 'CodeSnippetErrorCode')
|
169
201
|
CodeSnippetErrorList = Shapes::ListShape.new(name: 'CodeSnippetErrorList')
|
170
202
|
CodeSnippetResult = Shapes::StructureShape.new(name: 'CodeSnippetResult')
|
171
203
|
CodeSnippetResultList = Shapes::ListShape.new(name: 'CodeSnippetResultList')
|
172
204
|
CodeVulnerabilityDetails = Shapes::StructureShape.new(name: 'CodeVulnerabilityDetails')
|
205
|
+
CommitId = Shapes::StringShape.new(name: 'CommitId')
|
173
206
|
Component = Shapes::StringShape.new(name: 'Component')
|
174
207
|
ComponentArn = Shapes::StringShape.new(name: 'ComponentArn')
|
175
208
|
ComponentType = Shapes::StringShape.new(name: 'ComponentType')
|
176
209
|
ComputePlatform = Shapes::StructureShape.new(name: 'ComputePlatform')
|
210
|
+
ConfigurationLevel = Shapes::StringShape.new(name: 'ConfigurationLevel')
|
177
211
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
212
|
+
ContinuousIntegrationScanConfiguration = Shapes::StructureShape.new(name: 'ContinuousIntegrationScanConfiguration')
|
213
|
+
ContinuousIntegrationScanEvent = Shapes::StringShape.new(name: 'ContinuousIntegrationScanEvent')
|
214
|
+
ContinuousIntegrationScanSupportedEvents = Shapes::ListShape.new(name: 'ContinuousIntegrationScanSupportedEvents')
|
178
215
|
Counts = Shapes::StructureShape.new(name: 'Counts')
|
179
216
|
CountsList = Shapes::ListShape.new(name: 'CountsList')
|
180
217
|
CoverageDateFilter = Shapes::StructureShape.new(name: 'CoverageDateFilter')
|
@@ -195,10 +232,16 @@ module Aws::Inspector2
|
|
195
232
|
CreateCisScanConfigurationRequest = Shapes::StructureShape.new(name: 'CreateCisScanConfigurationRequest')
|
196
233
|
CreateCisScanConfigurationResponse = Shapes::StructureShape.new(name: 'CreateCisScanConfigurationResponse')
|
197
234
|
CreateCisTargets = Shapes::StructureShape.new(name: 'CreateCisTargets')
|
235
|
+
CreateCodeSecurityIntegrationRequest = Shapes::StructureShape.new(name: 'CreateCodeSecurityIntegrationRequest')
|
236
|
+
CreateCodeSecurityIntegrationResponse = Shapes::StructureShape.new(name: 'CreateCodeSecurityIntegrationResponse')
|
237
|
+
CreateCodeSecurityScanConfigurationRequest = Shapes::StructureShape.new(name: 'CreateCodeSecurityScanConfigurationRequest')
|
238
|
+
CreateCodeSecurityScanConfigurationResponse = Shapes::StructureShape.new(name: 'CreateCodeSecurityScanConfigurationResponse')
|
198
239
|
CreateFilterRequest = Shapes::StructureShape.new(name: 'CreateFilterRequest')
|
199
240
|
CreateFilterResponse = Shapes::StructureShape.new(name: 'CreateFilterResponse')
|
200
241
|
CreateFindingsReportRequest = Shapes::StructureShape.new(name: 'CreateFindingsReportRequest')
|
201
242
|
CreateFindingsReportResponse = Shapes::StructureShape.new(name: 'CreateFindingsReportResponse')
|
243
|
+
CreateGitLabSelfManagedIntegrationDetail = Shapes::StructureShape.new(name: 'CreateGitLabSelfManagedIntegrationDetail')
|
244
|
+
CreateIntegrationDetail = Shapes::UnionShape.new(name: 'CreateIntegrationDetail')
|
202
245
|
CreateSbomExportRequest = Shapes::StructureShape.new(name: 'CreateSbomExportRequest')
|
203
246
|
CreateSbomExportResponse = Shapes::StructureShape.new(name: 'CreateSbomExportResponse')
|
204
247
|
Currency = Shapes::StringShape.new(name: 'Currency')
|
@@ -228,6 +271,10 @@ module Aws::Inspector2
|
|
228
271
|
DelegatedAdminStatus = Shapes::StringShape.new(name: 'DelegatedAdminStatus')
|
229
272
|
DeleteCisScanConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteCisScanConfigurationRequest')
|
230
273
|
DeleteCisScanConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteCisScanConfigurationResponse')
|
274
|
+
DeleteCodeSecurityIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteCodeSecurityIntegrationRequest')
|
275
|
+
DeleteCodeSecurityIntegrationResponse = Shapes::StructureShape.new(name: 'DeleteCodeSecurityIntegrationResponse')
|
276
|
+
DeleteCodeSecurityScanConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteCodeSecurityScanConfigurationRequest')
|
277
|
+
DeleteCodeSecurityScanConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteCodeSecurityScanConfigurationResponse')
|
231
278
|
DeleteFilterRequest = Shapes::StructureShape.new(name: 'DeleteFilterRequest')
|
232
279
|
DeleteFilterResponse = Shapes::StructureShape.new(name: 'DeleteFilterResponse')
|
233
280
|
DescribeOrganizationConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationConfigurationRequest')
|
@@ -240,6 +287,8 @@ module Aws::Inspector2
|
|
240
287
|
DisableRequest = Shapes::StructureShape.new(name: 'DisableRequest')
|
241
288
|
DisableResourceTypeList = Shapes::ListShape.new(name: 'DisableResourceTypeList')
|
242
289
|
DisableResponse = Shapes::StructureShape.new(name: 'DisableResponse')
|
290
|
+
DisassociateConfigurationRequest = Shapes::StructureShape.new(name: 'DisassociateConfigurationRequest')
|
291
|
+
DisassociateConfigurationRequestList = Shapes::ListShape.new(name: 'DisassociateConfigurationRequestList')
|
243
292
|
DisassociateMemberRequest = Shapes::StructureShape.new(name: 'DisassociateMemberRequest')
|
244
293
|
DisassociateMemberResponse = Shapes::StructureShape.new(name: 'DisassociateMemberResponse')
|
245
294
|
Double = Shapes::FloatShape.new(name: 'Double')
|
@@ -287,6 +336,8 @@ module Aws::Inspector2
|
|
287
336
|
ExternalReportStatus = Shapes::StringShape.new(name: 'ExternalReportStatus')
|
288
337
|
FailedAccount = Shapes::StructureShape.new(name: 'FailedAccount')
|
289
338
|
FailedAccountList = Shapes::ListShape.new(name: 'FailedAccountList')
|
339
|
+
FailedAssociationResult = Shapes::StructureShape.new(name: 'FailedAssociationResult')
|
340
|
+
FailedAssociationResultList = Shapes::ListShape.new(name: 'FailedAssociationResultList')
|
290
341
|
FailedMemberAccountEc2DeepInspectionStatusState = Shapes::StructureShape.new(name: 'FailedMemberAccountEc2DeepInspectionStatusState')
|
291
342
|
FailedMemberAccountEc2DeepInspectionStatusStateList = Shapes::ListShape.new(name: 'FailedMemberAccountEc2DeepInspectionStatusStateList')
|
292
343
|
FilePath = Shapes::StringShape.new(name: 'FilePath')
|
@@ -326,6 +377,7 @@ module Aws::Inspector2
|
|
326
377
|
FreeTrialInfoList = Shapes::ListShape.new(name: 'FreeTrialInfoList')
|
327
378
|
FreeTrialStatus = Shapes::StringShape.new(name: 'FreeTrialStatus')
|
328
379
|
FreeTrialType = Shapes::StringShape.new(name: 'FreeTrialType')
|
380
|
+
FrequencyExpression = Shapes::StringShape.new(name: 'FrequencyExpression')
|
329
381
|
FunctionName = Shapes::StringShape.new(name: 'FunctionName')
|
330
382
|
GetCisScanReportRequest = Shapes::StructureShape.new(name: 'GetCisScanReportRequest')
|
331
383
|
GetCisScanReportResponse = Shapes::StructureShape.new(name: 'GetCisScanReportResponse')
|
@@ -336,6 +388,12 @@ module Aws::Inspector2
|
|
336
388
|
GetClustersForImageRequest = Shapes::StructureShape.new(name: 'GetClustersForImageRequest')
|
337
389
|
GetClustersForImageRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'GetClustersForImageRequestMaxResultsInteger')
|
338
390
|
GetClustersForImageResponse = Shapes::StructureShape.new(name: 'GetClustersForImageResponse')
|
391
|
+
GetCodeSecurityIntegrationRequest = Shapes::StructureShape.new(name: 'GetCodeSecurityIntegrationRequest')
|
392
|
+
GetCodeSecurityIntegrationResponse = Shapes::StructureShape.new(name: 'GetCodeSecurityIntegrationResponse')
|
393
|
+
GetCodeSecurityScanConfigurationRequest = Shapes::StructureShape.new(name: 'GetCodeSecurityScanConfigurationRequest')
|
394
|
+
GetCodeSecurityScanConfigurationResponse = Shapes::StructureShape.new(name: 'GetCodeSecurityScanConfigurationResponse')
|
395
|
+
GetCodeSecurityScanRequest = Shapes::StructureShape.new(name: 'GetCodeSecurityScanRequest')
|
396
|
+
GetCodeSecurityScanResponse = Shapes::StructureShape.new(name: 'GetCodeSecurityScanResponse')
|
339
397
|
GetConfigurationRequest = Shapes::StructureShape.new(name: 'GetConfigurationRequest')
|
340
398
|
GetConfigurationResponse = Shapes::StructureShape.new(name: 'GetConfigurationResponse')
|
341
399
|
GetDelegatedAdminAccountRequest = Shapes::StructureShape.new(name: 'GetDelegatedAdminAccountRequest')
|
@@ -350,6 +408,10 @@ module Aws::Inspector2
|
|
350
408
|
GetMemberResponse = Shapes::StructureShape.new(name: 'GetMemberResponse')
|
351
409
|
GetSbomExportRequest = Shapes::StructureShape.new(name: 'GetSbomExportRequest')
|
352
410
|
GetSbomExportResponse = Shapes::StructureShape.new(name: 'GetSbomExportResponse')
|
411
|
+
GitHubAuthCode = Shapes::StringShape.new(name: 'GitHubAuthCode')
|
412
|
+
GitHubInstallationId = Shapes::StringShape.new(name: 'GitHubInstallationId')
|
413
|
+
GitLabAccessToken = Shapes::StringShape.new(name: 'GitLabAccessToken')
|
414
|
+
GitLabAuthCode = Shapes::StringShape.new(name: 'GitLabAuthCode')
|
353
415
|
GroupKey = Shapes::StringShape.new(name: 'GroupKey')
|
354
416
|
ImageHash = Shapes::StringShape.new(name: 'ImageHash')
|
355
417
|
ImageLayerAggregation = Shapes::StructureShape.new(name: 'ImageLayerAggregation')
|
@@ -357,7 +419,12 @@ module Aws::Inspector2
|
|
357
419
|
ImageLayerSortBy = Shapes::StringShape.new(name: 'ImageLayerSortBy')
|
358
420
|
ImageTagList = Shapes::ListShape.new(name: 'ImageTagList')
|
359
421
|
InspectorScoreDetails = Shapes::StructureShape.new(name: 'InspectorScoreDetails')
|
422
|
+
InstanceUrl = Shapes::StringShape.new(name: 'InstanceUrl')
|
360
423
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
424
|
+
IntegrationName = Shapes::StringShape.new(name: 'IntegrationName')
|
425
|
+
IntegrationStatus = Shapes::StringShape.new(name: 'IntegrationStatus')
|
426
|
+
IntegrationSummaries = Shapes::ListShape.new(name: 'IntegrationSummaries')
|
427
|
+
IntegrationType = Shapes::StringShape.new(name: 'IntegrationType')
|
361
428
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
362
429
|
IpV4Address = Shapes::StringShape.new(name: 'IpV4Address')
|
363
430
|
IpV4AddressList = Shapes::ListShape.new(name: 'IpV4AddressList')
|
@@ -393,6 +460,15 @@ module Aws::Inspector2
|
|
393
460
|
ListCisScansRequest = Shapes::StructureShape.new(name: 'ListCisScansRequest')
|
394
461
|
ListCisScansResponse = Shapes::StructureShape.new(name: 'ListCisScansResponse')
|
395
462
|
ListCisScansSortBy = Shapes::StringShape.new(name: 'ListCisScansSortBy')
|
463
|
+
ListCodeSecurityIntegrationsRequest = Shapes::StructureShape.new(name: 'ListCodeSecurityIntegrationsRequest')
|
464
|
+
ListCodeSecurityIntegrationsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCodeSecurityIntegrationsRequestMaxResultsInteger')
|
465
|
+
ListCodeSecurityIntegrationsResponse = Shapes::StructureShape.new(name: 'ListCodeSecurityIntegrationsResponse')
|
466
|
+
ListCodeSecurityScanConfigurationAssociationsRequest = Shapes::StructureShape.new(name: 'ListCodeSecurityScanConfigurationAssociationsRequest')
|
467
|
+
ListCodeSecurityScanConfigurationAssociationsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCodeSecurityScanConfigurationAssociationsRequestMaxResultsInteger')
|
468
|
+
ListCodeSecurityScanConfigurationAssociationsResponse = Shapes::StructureShape.new(name: 'ListCodeSecurityScanConfigurationAssociationsResponse')
|
469
|
+
ListCodeSecurityScanConfigurationsRequest = Shapes::StructureShape.new(name: 'ListCodeSecurityScanConfigurationsRequest')
|
470
|
+
ListCodeSecurityScanConfigurationsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCodeSecurityScanConfigurationsRequestMaxResultsInteger')
|
471
|
+
ListCodeSecurityScanConfigurationsResponse = Shapes::StructureShape.new(name: 'ListCodeSecurityScanConfigurationsResponse')
|
396
472
|
ListCoverageMaxResults = Shapes::IntegerShape.new(name: 'ListCoverageMaxResults')
|
397
473
|
ListCoverageRequest = Shapes::StructureShape.new(name: 'ListCoverageRequest')
|
398
474
|
ListCoverageResponse = Shapes::StructureShape.new(name: 'ListCoverageResponse')
|
@@ -461,6 +537,8 @@ module Aws::Inspector2
|
|
461
537
|
PackageVulnerabilityDetails = Shapes::StructureShape.new(name: 'PackageVulnerabilityDetails')
|
462
538
|
Path = Shapes::StringShape.new(name: 'Path')
|
463
539
|
PathList = Shapes::ListShape.new(name: 'PathList')
|
540
|
+
PeriodicScanConfiguration = Shapes::StructureShape.new(name: 'PeriodicScanConfiguration')
|
541
|
+
PeriodicScanFrequency = Shapes::StringShape.new(name: 'PeriodicScanFrequency')
|
464
542
|
Permission = Shapes::StructureShape.new(name: 'Permission')
|
465
543
|
Permissions = Shapes::ListShape.new(name: 'Permissions')
|
466
544
|
Platform = Shapes::StringShape.new(name: 'Platform')
|
@@ -471,6 +549,13 @@ module Aws::Inspector2
|
|
471
549
|
PortRangeFilter = Shapes::StructureShape.new(name: 'PortRangeFilter')
|
472
550
|
PortRangeFilterList = Shapes::ListShape.new(name: 'PortRangeFilterList')
|
473
551
|
Product = Shapes::StringShape.new(name: 'Product')
|
552
|
+
ProjectCodeSecurityScanConfiguration = Shapes::StructureShape.new(name: 'ProjectCodeSecurityScanConfiguration')
|
553
|
+
ProjectContinuousIntegrationScanConfiguration = Shapes::StructureShape.new(name: 'ProjectContinuousIntegrationScanConfiguration')
|
554
|
+
ProjectContinuousIntegrationScanConfigurationList = Shapes::ListShape.new(name: 'ProjectContinuousIntegrationScanConfigurationList')
|
555
|
+
ProjectId = Shapes::StringShape.new(name: 'ProjectId')
|
556
|
+
ProjectPeriodicScanConfiguration = Shapes::StructureShape.new(name: 'ProjectPeriodicScanConfiguration')
|
557
|
+
ProjectPeriodicScanConfigurationList = Shapes::ListShape.new(name: 'ProjectPeriodicScanConfigurationList')
|
558
|
+
ProjectSelectionScope = Shapes::StringShape.new(name: 'ProjectSelectionScope')
|
474
559
|
Reason = Shapes::StringShape.new(name: 'Reason')
|
475
560
|
Recommendation = Shapes::StructureShape.new(name: 'Recommendation')
|
476
561
|
ReferenceUrls = Shapes::ListShape.new(name: 'ReferenceUrls')
|
@@ -509,14 +594,19 @@ module Aws::Inspector2
|
|
509
594
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
510
595
|
RiskScore = Shapes::IntegerShape.new(name: 'RiskScore')
|
511
596
|
RuleId = Shapes::StringShape.new(name: 'RuleId')
|
597
|
+
RuleSetCategories = Shapes::ListShape.new(name: 'RuleSetCategories')
|
598
|
+
RuleSetCategory = Shapes::StringShape.new(name: 'RuleSetCategory')
|
512
599
|
Runtime = Shapes::StringShape.new(name: 'Runtime')
|
513
600
|
SbomReportFormat = Shapes::StringShape.new(name: 'SbomReportFormat')
|
601
|
+
ScanConfigurationArn = Shapes::StringShape.new(name: 'ScanConfigurationArn')
|
602
|
+
ScanConfigurationName = Shapes::StringShape.new(name: 'ScanConfigurationName')
|
514
603
|
ScanMode = Shapes::StringShape.new(name: 'ScanMode')
|
515
604
|
ScanStatus = Shapes::StructureShape.new(name: 'ScanStatus')
|
516
605
|
ScanStatusCode = Shapes::StringShape.new(name: 'ScanStatusCode')
|
517
606
|
ScanStatusReason = Shapes::StringShape.new(name: 'ScanStatusReason')
|
518
607
|
ScanType = Shapes::StringShape.new(name: 'ScanType')
|
519
608
|
Schedule = Shapes::UnionShape.new(name: 'Schedule')
|
609
|
+
ScopeSettings = Shapes::StructureShape.new(name: 'ScopeSettings')
|
520
610
|
SearchVulnerabilitiesFilterCriteria = Shapes::StructureShape.new(name: 'SearchVulnerabilitiesFilterCriteria')
|
521
611
|
SearchVulnerabilitiesRequest = Shapes::StructureShape.new(name: 'SearchVulnerabilitiesRequest')
|
522
612
|
SearchVulnerabilitiesResponse = Shapes::StructureShape.new(name: 'SearchVulnerabilitiesResponse')
|
@@ -537,6 +627,8 @@ module Aws::Inspector2
|
|
537
627
|
StartCisSessionMessage = Shapes::StructureShape.new(name: 'StartCisSessionMessage')
|
538
628
|
StartCisSessionRequest = Shapes::StructureShape.new(name: 'StartCisSessionRequest')
|
539
629
|
StartCisSessionResponse = Shapes::StructureShape.new(name: 'StartCisSessionResponse')
|
630
|
+
StartCodeSecurityScanRequest = Shapes::StructureShape.new(name: 'StartCodeSecurityScanRequest')
|
631
|
+
StartCodeSecurityScanResponse = Shapes::StructureShape.new(name: 'StartCodeSecurityScanResponse')
|
540
632
|
State = Shapes::StructureShape.new(name: 'State')
|
541
633
|
Status = Shapes::StringShape.new(name: 'Status')
|
542
634
|
StatusCounts = Shapes::StructureShape.new(name: 'StatusCounts')
|
@@ -555,6 +647,8 @@ module Aws::Inspector2
|
|
555
647
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
556
648
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
557
649
|
SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
|
650
|
+
SuccessfulAssociationResult = Shapes::StructureShape.new(name: 'SuccessfulAssociationResult')
|
651
|
+
SuccessfulAssociationResultList = Shapes::ListShape.new(name: 'SuccessfulAssociationResultList')
|
558
652
|
SuggestedFix = Shapes::StructureShape.new(name: 'SuggestedFix')
|
559
653
|
SuggestedFixCodeString = Shapes::StringShape.new(name: 'SuggestedFixCodeString')
|
560
654
|
SuggestedFixDescriptionString = Shapes::StringShape.new(name: 'SuggestedFixDescriptionString')
|
@@ -596,6 +690,10 @@ module Aws::Inspector2
|
|
596
690
|
UpdateCisScanConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateCisScanConfigurationRequest')
|
597
691
|
UpdateCisScanConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateCisScanConfigurationResponse')
|
598
692
|
UpdateCisTargets = Shapes::StructureShape.new(name: 'UpdateCisTargets')
|
693
|
+
UpdateCodeSecurityIntegrationRequest = Shapes::StructureShape.new(name: 'UpdateCodeSecurityIntegrationRequest')
|
694
|
+
UpdateCodeSecurityIntegrationResponse = Shapes::StructureShape.new(name: 'UpdateCodeSecurityIntegrationResponse')
|
695
|
+
UpdateCodeSecurityScanConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateCodeSecurityScanConfigurationRequest')
|
696
|
+
UpdateCodeSecurityScanConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateCodeSecurityScanConfigurationResponse')
|
599
697
|
UpdateConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationRequest')
|
600
698
|
UpdateConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateConfigurationResponse')
|
601
699
|
UpdateEc2DeepInspectionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateEc2DeepInspectionConfigurationRequest')
|
@@ -604,6 +702,9 @@ module Aws::Inspector2
|
|
604
702
|
UpdateEncryptionKeyResponse = Shapes::StructureShape.new(name: 'UpdateEncryptionKeyResponse')
|
605
703
|
UpdateFilterRequest = Shapes::StructureShape.new(name: 'UpdateFilterRequest')
|
606
704
|
UpdateFilterResponse = Shapes::StructureShape.new(name: 'UpdateFilterResponse')
|
705
|
+
UpdateGitHubIntegrationDetail = Shapes::StructureShape.new(name: 'UpdateGitHubIntegrationDetail')
|
706
|
+
UpdateGitLabSelfManagedIntegrationDetail = Shapes::StructureShape.new(name: 'UpdateGitLabSelfManagedIntegrationDetail')
|
707
|
+
UpdateIntegrationDetails = Shapes::UnionShape.new(name: 'UpdateIntegrationDetails')
|
607
708
|
UpdateOrgEc2DeepInspectionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateOrgEc2DeepInspectionConfigurationRequest')
|
608
709
|
UpdateOrgEc2DeepInspectionConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateOrgEc2DeepInspectionConfigurationResponse')
|
609
710
|
UpdateOrganizationConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateOrganizationConfigurationRequest')
|
@@ -678,6 +779,7 @@ module Aws::Inspector2
|
|
678
779
|
AggregationRequest.add_member(:account_aggregation, Shapes::ShapeRef.new(shape: AccountAggregation, location_name: "accountAggregation"))
|
679
780
|
AggregationRequest.add_member(:ami_aggregation, Shapes::ShapeRef.new(shape: AmiAggregation, location_name: "amiAggregation"))
|
680
781
|
AggregationRequest.add_member(:aws_ecr_container_aggregation, Shapes::ShapeRef.new(shape: AwsEcrContainerAggregation, location_name: "awsEcrContainerAggregation"))
|
782
|
+
AggregationRequest.add_member(:code_repository_aggregation, Shapes::ShapeRef.new(shape: CodeRepositoryAggregation, location_name: "codeRepositoryAggregation"))
|
681
783
|
AggregationRequest.add_member(:ec2_instance_aggregation, Shapes::ShapeRef.new(shape: Ec2InstanceAggregation, location_name: "ec2InstanceAggregation"))
|
682
784
|
AggregationRequest.add_member(:finding_type_aggregation, Shapes::ShapeRef.new(shape: FindingTypeAggregation, location_name: "findingTypeAggregation"))
|
683
785
|
AggregationRequest.add_member(:image_layer_aggregation, Shapes::ShapeRef.new(shape: ImageLayerAggregation, location_name: "imageLayerAggregation"))
|
@@ -690,6 +792,7 @@ module Aws::Inspector2
|
|
690
792
|
AggregationRequest.add_member_subclass(:account_aggregation, Types::AggregationRequest::AccountAggregation)
|
691
793
|
AggregationRequest.add_member_subclass(:ami_aggregation, Types::AggregationRequest::AmiAggregation)
|
692
794
|
AggregationRequest.add_member_subclass(:aws_ecr_container_aggregation, Types::AggregationRequest::AwsEcrContainerAggregation)
|
795
|
+
AggregationRequest.add_member_subclass(:code_repository_aggregation, Types::AggregationRequest::CodeRepositoryAggregation)
|
693
796
|
AggregationRequest.add_member_subclass(:ec2_instance_aggregation, Types::AggregationRequest::Ec2InstanceAggregation)
|
694
797
|
AggregationRequest.add_member_subclass(:finding_type_aggregation, Types::AggregationRequest::FindingTypeAggregation)
|
695
798
|
AggregationRequest.add_member_subclass(:image_layer_aggregation, Types::AggregationRequest::ImageLayerAggregation)
|
@@ -704,6 +807,7 @@ module Aws::Inspector2
|
|
704
807
|
AggregationResponse.add_member(:account_aggregation, Shapes::ShapeRef.new(shape: AccountAggregationResponse, location_name: "accountAggregation"))
|
705
808
|
AggregationResponse.add_member(:ami_aggregation, Shapes::ShapeRef.new(shape: AmiAggregationResponse, location_name: "amiAggregation"))
|
706
809
|
AggregationResponse.add_member(:aws_ecr_container_aggregation, Shapes::ShapeRef.new(shape: AwsEcrContainerAggregationResponse, location_name: "awsEcrContainerAggregation"))
|
810
|
+
AggregationResponse.add_member(:code_repository_aggregation, Shapes::ShapeRef.new(shape: CodeRepositoryAggregationResponse, location_name: "codeRepositoryAggregation"))
|
707
811
|
AggregationResponse.add_member(:ec2_instance_aggregation, Shapes::ShapeRef.new(shape: Ec2InstanceAggregationResponse, location_name: "ec2InstanceAggregation"))
|
708
812
|
AggregationResponse.add_member(:finding_type_aggregation, Shapes::ShapeRef.new(shape: FindingTypeAggregationResponse, location_name: "findingTypeAggregation"))
|
709
813
|
AggregationResponse.add_member(:image_layer_aggregation, Shapes::ShapeRef.new(shape: ImageLayerAggregationResponse, location_name: "imageLayerAggregation"))
|
@@ -716,6 +820,7 @@ module Aws::Inspector2
|
|
716
820
|
AggregationResponse.add_member_subclass(:account_aggregation, Types::AggregationResponse::AccountAggregation)
|
717
821
|
AggregationResponse.add_member_subclass(:ami_aggregation, Types::AggregationResponse::AmiAggregation)
|
718
822
|
AggregationResponse.add_member_subclass(:aws_ecr_container_aggregation, Types::AggregationResponse::AwsEcrContainerAggregation)
|
823
|
+
AggregationResponse.add_member_subclass(:code_repository_aggregation, Types::AggregationResponse::CodeRepositoryAggregation)
|
719
824
|
AggregationResponse.add_member_subclass(:ec2_instance_aggregation, Types::AggregationResponse::Ec2InstanceAggregation)
|
720
825
|
AggregationResponse.add_member_subclass(:finding_type_aggregation, Types::AggregationResponse::FindingTypeAggregation)
|
721
826
|
AggregationResponse.add_member_subclass(:image_layer_aggregation, Types::AggregationResponse::ImageLayerAggregation)
|
@@ -742,6 +847,12 @@ module Aws::Inspector2
|
|
742
847
|
|
743
848
|
ArchitectureList.member = Shapes::ShapeRef.new(shape: Architecture)
|
744
849
|
|
850
|
+
AssociateConfigurationRequest.add_member(:resource, Shapes::ShapeRef.new(shape: CodeSecurityResource, required: true, location_name: "resource"))
|
851
|
+
AssociateConfigurationRequest.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, required: true, location_name: "scanConfigurationArn"))
|
852
|
+
AssociateConfigurationRequest.struct_class = Types::AssociateConfigurationRequest
|
853
|
+
|
854
|
+
AssociateConfigurationRequestList.member = Shapes::ShapeRef.new(shape: AssociateConfigurationRequest)
|
855
|
+
|
745
856
|
AssociateMemberRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
746
857
|
AssociateMemberRequest.struct_class = Types::AssociateMemberRequest
|
747
858
|
|
@@ -754,6 +865,7 @@ module Aws::Inspector2
|
|
754
865
|
AtigData.add_member(:ttps, Shapes::ShapeRef.new(shape: Ttps, location_name: "ttps"))
|
755
866
|
AtigData.struct_class = Types::AtigData
|
756
867
|
|
868
|
+
AutoEnable.add_member(:code_repository, Shapes::ShapeRef.new(shape: Boolean, location_name: "codeRepository"))
|
757
869
|
AutoEnable.add_member(:ec2, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ec2"))
|
758
870
|
AutoEnable.add_member(:ecr, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ecr"))
|
759
871
|
AutoEnable.add_member(:lambda, Shapes::ShapeRef.new(shape: Boolean, location_name: "lambda"))
|
@@ -835,6 +947,20 @@ module Aws::Inspector2
|
|
835
947
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
836
948
|
BadRequestException.struct_class = Types::BadRequestException
|
837
949
|
|
950
|
+
BatchAssociateCodeSecurityScanConfigurationRequest.add_member(:associate_configuration_requests, Shapes::ShapeRef.new(shape: AssociateConfigurationRequestList, required: true, location_name: "associateConfigurationRequests"))
|
951
|
+
BatchAssociateCodeSecurityScanConfigurationRequest.struct_class = Types::BatchAssociateCodeSecurityScanConfigurationRequest
|
952
|
+
|
953
|
+
BatchAssociateCodeSecurityScanConfigurationResponse.add_member(:failed_associations, Shapes::ShapeRef.new(shape: FailedAssociationResultList, location_name: "failedAssociations"))
|
954
|
+
BatchAssociateCodeSecurityScanConfigurationResponse.add_member(:successful_associations, Shapes::ShapeRef.new(shape: SuccessfulAssociationResultList, location_name: "successfulAssociations"))
|
955
|
+
BatchAssociateCodeSecurityScanConfigurationResponse.struct_class = Types::BatchAssociateCodeSecurityScanConfigurationResponse
|
956
|
+
|
957
|
+
BatchDisassociateCodeSecurityScanConfigurationRequest.add_member(:disassociate_configuration_requests, Shapes::ShapeRef.new(shape: DisassociateConfigurationRequestList, required: true, location_name: "disassociateConfigurationRequests"))
|
958
|
+
BatchDisassociateCodeSecurityScanConfigurationRequest.struct_class = Types::BatchDisassociateCodeSecurityScanConfigurationRequest
|
959
|
+
|
960
|
+
BatchDisassociateCodeSecurityScanConfigurationResponse.add_member(:failed_associations, Shapes::ShapeRef.new(shape: FailedAssociationResultList, location_name: "failedAssociations"))
|
961
|
+
BatchDisassociateCodeSecurityScanConfigurationResponse.add_member(:successful_associations, Shapes::ShapeRef.new(shape: SuccessfulAssociationResultList, location_name: "successfulAssociations"))
|
962
|
+
BatchDisassociateCodeSecurityScanConfigurationResponse.struct_class = Types::BatchDisassociateCodeSecurityScanConfigurationResponse
|
963
|
+
|
838
964
|
BatchGetAccountStatusRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdSet, location_name: "accountIds"))
|
839
965
|
BatchGetAccountStatusRequest.struct_class = Types::BatchGetAccountStatusRequest
|
840
966
|
|
@@ -1102,6 +1228,80 @@ module Aws::Inspector2
|
|
1102
1228
|
|
1103
1229
|
CodeLineList.member = Shapes::ShapeRef.new(shape: CodeLine)
|
1104
1230
|
|
1231
|
+
CodeRepositoryAggregation.add_member(:project_names, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "projectNames"))
|
1232
|
+
CodeRepositoryAggregation.add_member(:provider_types, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "providerTypes"))
|
1233
|
+
CodeRepositoryAggregation.add_member(:resource_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "resourceIds"))
|
1234
|
+
CodeRepositoryAggregation.add_member(:sort_by, Shapes::ShapeRef.new(shape: CodeRepositorySortBy, location_name: "sortBy"))
|
1235
|
+
CodeRepositoryAggregation.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sortOrder"))
|
1236
|
+
CodeRepositoryAggregation.struct_class = Types::CodeRepositoryAggregation
|
1237
|
+
|
1238
|
+
CodeRepositoryAggregationResponse.add_member(:account_id, Shapes::ShapeRef.new(shape: String, location_name: "accountId"))
|
1239
|
+
CodeRepositoryAggregationResponse.add_member(:exploit_available_active_findings_count, Shapes::ShapeRef.new(shape: Long, location_name: "exploitAvailableActiveFindingsCount"))
|
1240
|
+
CodeRepositoryAggregationResponse.add_member(:fix_available_active_findings_count, Shapes::ShapeRef.new(shape: Long, location_name: "fixAvailableActiveFindingsCount"))
|
1241
|
+
CodeRepositoryAggregationResponse.add_member(:project_names, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectNames"))
|
1242
|
+
CodeRepositoryAggregationResponse.add_member(:provider_type, Shapes::ShapeRef.new(shape: String, location_name: "providerType"))
|
1243
|
+
CodeRepositoryAggregationResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
1244
|
+
CodeRepositoryAggregationResponse.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
|
1245
|
+
CodeRepositoryAggregationResponse.struct_class = Types::CodeRepositoryAggregationResponse
|
1246
|
+
|
1247
|
+
CodeRepositoryDetails.add_member(:integration_arn, Shapes::ShapeRef.new(shape: CodeRepositoryIntegrationArn, location_name: "integrationArn"))
|
1248
|
+
CodeRepositoryDetails.add_member(:project_name, Shapes::ShapeRef.new(shape: CodeRepositoryProjectName, location_name: "projectName"))
|
1249
|
+
CodeRepositoryDetails.add_member(:provider_type, Shapes::ShapeRef.new(shape: CodeRepositoryProviderType, location_name: "providerType"))
|
1250
|
+
CodeRepositoryDetails.struct_class = Types::CodeRepositoryDetails
|
1251
|
+
|
1252
|
+
CodeRepositoryMetadata.add_member(:integration_arn, Shapes::ShapeRef.new(shape: CodeRepositoryIntegrationArn, location_name: "integrationArn"))
|
1253
|
+
CodeRepositoryMetadata.add_member(:last_scanned_commit_id, Shapes::ShapeRef.new(shape: CommitId, location_name: "lastScannedCommitId"))
|
1254
|
+
CodeRepositoryMetadata.add_member(:on_demand_scan, Shapes::ShapeRef.new(shape: CodeRepositoryOnDemandScan, location_name: "onDemandScan"))
|
1255
|
+
CodeRepositoryMetadata.add_member(:project_name, Shapes::ShapeRef.new(shape: CodeRepositoryMetadataProjectNameString, required: true, location_name: "projectName"))
|
1256
|
+
CodeRepositoryMetadata.add_member(:provider_type, Shapes::ShapeRef.new(shape: CodeRepositoryMetadataProviderTypeString, required: true, location_name: "providerType"))
|
1257
|
+
CodeRepositoryMetadata.add_member(:provider_type_visibility, Shapes::ShapeRef.new(shape: CodeRepositoryMetadataProviderTypeVisibilityString, required: true, location_name: "providerTypeVisibility"))
|
1258
|
+
CodeRepositoryMetadata.add_member(:scan_configuration, Shapes::ShapeRef.new(shape: ProjectCodeSecurityScanConfiguration, location_name: "scanConfiguration"))
|
1259
|
+
CodeRepositoryMetadata.struct_class = Types::CodeRepositoryMetadata
|
1260
|
+
|
1261
|
+
CodeRepositoryOnDemandScan.add_member(:last_scan_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "lastScanAt"))
|
1262
|
+
CodeRepositoryOnDemandScan.add_member(:last_scanned_commit_id, Shapes::ShapeRef.new(shape: CommitId, location_name: "lastScannedCommitId"))
|
1263
|
+
CodeRepositoryOnDemandScan.add_member(:scan_status, Shapes::ShapeRef.new(shape: ScanStatus, location_name: "scanStatus"))
|
1264
|
+
CodeRepositoryOnDemandScan.struct_class = Types::CodeRepositoryOnDemandScan
|
1265
|
+
|
1266
|
+
CodeSecurityIntegrationSummary.add_member(:created_on, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdOn"))
|
1267
|
+
CodeSecurityIntegrationSummary.add_member(:integration_arn, Shapes::ShapeRef.new(shape: CodeSecurityIntegrationArn, required: true, location_name: "integrationArn"))
|
1268
|
+
CodeSecurityIntegrationSummary.add_member(:last_update_on, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateOn"))
|
1269
|
+
CodeSecurityIntegrationSummary.add_member(:name, Shapes::ShapeRef.new(shape: IntegrationName, required: true, location_name: "name"))
|
1270
|
+
CodeSecurityIntegrationSummary.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "status"))
|
1271
|
+
CodeSecurityIntegrationSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, required: true, location_name: "statusReason"))
|
1272
|
+
CodeSecurityIntegrationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1273
|
+
CodeSecurityIntegrationSummary.add_member(:type, Shapes::ShapeRef.new(shape: IntegrationType, required: true, location_name: "type"))
|
1274
|
+
CodeSecurityIntegrationSummary.struct_class = Types::CodeSecurityIntegrationSummary
|
1275
|
+
|
1276
|
+
CodeSecurityResource.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "projectId"))
|
1277
|
+
CodeSecurityResource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1278
|
+
CodeSecurityResource.add_member_subclass(:project_id, Types::CodeSecurityResource::ProjectId)
|
1279
|
+
CodeSecurityResource.add_member_subclass(:unknown, Types::CodeSecurityResource::Unknown)
|
1280
|
+
CodeSecurityResource.struct_class = Types::CodeSecurityResource
|
1281
|
+
|
1282
|
+
CodeSecurityScanConfiguration.add_member(:continuous_integration_scan_configuration, Shapes::ShapeRef.new(shape: ContinuousIntegrationScanConfiguration, location_name: "continuousIntegrationScanConfiguration"))
|
1283
|
+
CodeSecurityScanConfiguration.add_member(:periodic_scan_configuration, Shapes::ShapeRef.new(shape: PeriodicScanConfiguration, location_name: "periodicScanConfiguration"))
|
1284
|
+
CodeSecurityScanConfiguration.add_member(:rule_set_categories, Shapes::ShapeRef.new(shape: RuleSetCategories, required: true, location_name: "ruleSetCategories"))
|
1285
|
+
CodeSecurityScanConfiguration.struct_class = Types::CodeSecurityScanConfiguration
|
1286
|
+
|
1287
|
+
CodeSecurityScanConfigurationAssociationSummaries.member = Shapes::ShapeRef.new(shape: CodeSecurityScanConfigurationAssociationSummary)
|
1288
|
+
|
1289
|
+
CodeSecurityScanConfigurationAssociationSummary.add_member(:resource, Shapes::ShapeRef.new(shape: CodeSecurityResource, location_name: "resource"))
|
1290
|
+
CodeSecurityScanConfigurationAssociationSummary.struct_class = Types::CodeSecurityScanConfigurationAssociationSummary
|
1291
|
+
|
1292
|
+
CodeSecurityScanConfigurationSummaries.member = Shapes::ShapeRef.new(shape: CodeSecurityScanConfigurationSummary)
|
1293
|
+
|
1294
|
+
CodeSecurityScanConfigurationSummary.add_member(:continuous_integration_scan_supported_events, Shapes::ShapeRef.new(shape: ContinuousIntegrationScanSupportedEvents, location_name: "continuousIntegrationScanSupportedEvents"))
|
1295
|
+
CodeSecurityScanConfigurationSummary.add_member(:frequency_expression, Shapes::ShapeRef.new(shape: FrequencyExpression, location_name: "frequencyExpression"))
|
1296
|
+
CodeSecurityScanConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: ScanConfigurationName, required: true, location_name: "name"))
|
1297
|
+
CodeSecurityScanConfigurationSummary.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: OwnerId, required: true, location_name: "ownerAccountId"))
|
1298
|
+
CodeSecurityScanConfigurationSummary.add_member(:periodic_scan_frequency, Shapes::ShapeRef.new(shape: PeriodicScanFrequency, location_name: "periodicScanFrequency"))
|
1299
|
+
CodeSecurityScanConfigurationSummary.add_member(:rule_set_categories, Shapes::ShapeRef.new(shape: RuleSetCategories, required: true, location_name: "ruleSetCategories"))
|
1300
|
+
CodeSecurityScanConfigurationSummary.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, required: true, location_name: "scanConfigurationArn"))
|
1301
|
+
CodeSecurityScanConfigurationSummary.add_member(:scope_settings, Shapes::ShapeRef.new(shape: ScopeSettings, location_name: "scopeSettings"))
|
1302
|
+
CodeSecurityScanConfigurationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1303
|
+
CodeSecurityScanConfigurationSummary.struct_class = Types::CodeSecurityScanConfigurationSummary
|
1304
|
+
|
1105
1305
|
CodeSnippetError.add_member(:error_code, Shapes::ShapeRef.new(shape: CodeSnippetErrorCode, required: true, location_name: "errorCode"))
|
1106
1306
|
CodeSnippetError.add_member(:error_message, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "errorMessage"))
|
1107
1307
|
CodeSnippetError.add_member(:finding_arn, Shapes::ShapeRef.new(shape: FindingArn, required: true, location_name: "findingArn"))
|
@@ -1138,6 +1338,11 @@ module Aws::Inspector2
|
|
1138
1338
|
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
1139
1339
|
ConflictException.struct_class = Types::ConflictException
|
1140
1340
|
|
1341
|
+
ContinuousIntegrationScanConfiguration.add_member(:supported_events, Shapes::ShapeRef.new(shape: ContinuousIntegrationScanSupportedEvents, required: true, location_name: "supportedEvents"))
|
1342
|
+
ContinuousIntegrationScanConfiguration.struct_class = Types::ContinuousIntegrationScanConfiguration
|
1343
|
+
|
1344
|
+
ContinuousIntegrationScanSupportedEvents.member = Shapes::ShapeRef.new(shape: ContinuousIntegrationScanEvent)
|
1345
|
+
|
1141
1346
|
Counts.add_member(:count, Shapes::ShapeRef.new(shape: AggCounts, location_name: "count"))
|
1142
1347
|
Counts.add_member(:group_key, Shapes::ShapeRef.new(shape: GroupKey, location_name: "groupKey"))
|
1143
1348
|
Counts.struct_class = Types::Counts
|
@@ -1151,6 +1356,9 @@ module Aws::Inspector2
|
|
1151
1356
|
CoverageDateFilterList.member = Shapes::ShapeRef.new(shape: CoverageDateFilter)
|
1152
1357
|
|
1153
1358
|
CoverageFilterCriteria.add_member(:account_id, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "accountId"))
|
1359
|
+
CoverageFilterCriteria.add_member(:code_repository_project_name, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "codeRepositoryProjectName"))
|
1360
|
+
CoverageFilterCriteria.add_member(:code_repository_provider_type, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "codeRepositoryProviderType"))
|
1361
|
+
CoverageFilterCriteria.add_member(:code_repository_provider_type_visibility, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "codeRepositoryProviderTypeVisibility"))
|
1154
1362
|
CoverageFilterCriteria.add_member(:ec2_instance_tags, Shapes::ShapeRef.new(shape: CoverageMapFilterList, location_name: "ec2InstanceTags"))
|
1155
1363
|
CoverageFilterCriteria.add_member(:ecr_image_in_use_count, Shapes::ShapeRef.new(shape: CoverageNumberFilterList, location_name: "ecrImageInUseCount"))
|
1156
1364
|
CoverageFilterCriteria.add_member(:ecr_image_last_in_use_at, Shapes::ShapeRef.new(shape: CoverageDateFilterList, location_name: "ecrImageLastInUseAt"))
|
@@ -1161,6 +1369,7 @@ module Aws::Inspector2
|
|
1161
1369
|
CoverageFilterCriteria.add_member(:lambda_function_runtime, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "lambdaFunctionRuntime"))
|
1162
1370
|
CoverageFilterCriteria.add_member(:lambda_function_tags, Shapes::ShapeRef.new(shape: CoverageMapFilterList, location_name: "lambdaFunctionTags"))
|
1163
1371
|
CoverageFilterCriteria.add_member(:last_scanned_at, Shapes::ShapeRef.new(shape: CoverageDateFilterList, location_name: "lastScannedAt"))
|
1372
|
+
CoverageFilterCriteria.add_member(:last_scanned_commit_id, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "lastScannedCommitId"))
|
1164
1373
|
CoverageFilterCriteria.add_member(:resource_id, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "resourceId"))
|
1165
1374
|
CoverageFilterCriteria.add_member(:resource_type, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "resourceType"))
|
1166
1375
|
CoverageFilterCriteria.add_member(:scan_mode, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "scanMode"))
|
@@ -1214,6 +1423,27 @@ module Aws::Inspector2
|
|
1214
1423
|
CreateCisTargets.add_member(:target_resource_tags, Shapes::ShapeRef.new(shape: TargetResourceTags, required: true, location_name: "targetResourceTags"))
|
1215
1424
|
CreateCisTargets.struct_class = Types::CreateCisTargets
|
1216
1425
|
|
1426
|
+
CreateCodeSecurityIntegrationRequest.add_member(:details, Shapes::ShapeRef.new(shape: CreateIntegrationDetail, location_name: "details"))
|
1427
|
+
CreateCodeSecurityIntegrationRequest.add_member(:name, Shapes::ShapeRef.new(shape: IntegrationName, required: true, location_name: "name"))
|
1428
|
+
CreateCodeSecurityIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1429
|
+
CreateCodeSecurityIntegrationRequest.add_member(:type, Shapes::ShapeRef.new(shape: IntegrationType, required: true, location_name: "type"))
|
1430
|
+
CreateCodeSecurityIntegrationRequest.struct_class = Types::CreateCodeSecurityIntegrationRequest
|
1431
|
+
|
1432
|
+
CreateCodeSecurityIntegrationResponse.add_member(:authorization_url, Shapes::ShapeRef.new(shape: AuthorizationUrl, location_name: "authorizationUrl"))
|
1433
|
+
CreateCodeSecurityIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: CodeSecurityIntegrationArn, required: true, location_name: "integrationArn"))
|
1434
|
+
CreateCodeSecurityIntegrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "status"))
|
1435
|
+
CreateCodeSecurityIntegrationResponse.struct_class = Types::CreateCodeSecurityIntegrationResponse
|
1436
|
+
|
1437
|
+
CreateCodeSecurityScanConfigurationRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CodeSecurityScanConfiguration, required: true, location_name: "configuration"))
|
1438
|
+
CreateCodeSecurityScanConfigurationRequest.add_member(:level, Shapes::ShapeRef.new(shape: ConfigurationLevel, required: true, location_name: "level"))
|
1439
|
+
CreateCodeSecurityScanConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ScanConfigurationName, required: true, location_name: "name"))
|
1440
|
+
CreateCodeSecurityScanConfigurationRequest.add_member(:scope_settings, Shapes::ShapeRef.new(shape: ScopeSettings, location_name: "scopeSettings"))
|
1441
|
+
CreateCodeSecurityScanConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1442
|
+
CreateCodeSecurityScanConfigurationRequest.struct_class = Types::CreateCodeSecurityScanConfigurationRequest
|
1443
|
+
|
1444
|
+
CreateCodeSecurityScanConfigurationResponse.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, required: true, location_name: "scanConfigurationArn"))
|
1445
|
+
CreateCodeSecurityScanConfigurationResponse.struct_class = Types::CreateCodeSecurityScanConfigurationResponse
|
1446
|
+
|
1217
1447
|
CreateFilterRequest.add_member(:action, Shapes::ShapeRef.new(shape: FilterAction, required: true, location_name: "action"))
|
1218
1448
|
CreateFilterRequest.add_member(:description, Shapes::ShapeRef.new(shape: FilterDescription, location_name: "description"))
|
1219
1449
|
CreateFilterRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, required: true, location_name: "filterCriteria"))
|
@@ -1233,6 +1463,16 @@ module Aws::Inspector2
|
|
1233
1463
|
CreateFindingsReportResponse.add_member(:report_id, Shapes::ShapeRef.new(shape: ReportId, location_name: "reportId"))
|
1234
1464
|
CreateFindingsReportResponse.struct_class = Types::CreateFindingsReportResponse
|
1235
1465
|
|
1466
|
+
CreateGitLabSelfManagedIntegrationDetail.add_member(:access_token, Shapes::ShapeRef.new(shape: GitLabAccessToken, required: true, location_name: "accessToken"))
|
1467
|
+
CreateGitLabSelfManagedIntegrationDetail.add_member(:instance_url, Shapes::ShapeRef.new(shape: InstanceUrl, required: true, location_name: "instanceUrl"))
|
1468
|
+
CreateGitLabSelfManagedIntegrationDetail.struct_class = Types::CreateGitLabSelfManagedIntegrationDetail
|
1469
|
+
|
1470
|
+
CreateIntegrationDetail.add_member(:gitlab_self_managed, Shapes::ShapeRef.new(shape: CreateGitLabSelfManagedIntegrationDetail, location_name: "gitlabSelfManaged"))
|
1471
|
+
CreateIntegrationDetail.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1472
|
+
CreateIntegrationDetail.add_member_subclass(:gitlab_self_managed, Types::CreateIntegrationDetail::GitlabSelfManaged)
|
1473
|
+
CreateIntegrationDetail.add_member_subclass(:unknown, Types::CreateIntegrationDetail::Unknown)
|
1474
|
+
CreateIntegrationDetail.struct_class = Types::CreateIntegrationDetail
|
1475
|
+
|
1236
1476
|
CreateSbomExportRequest.add_member(:report_format, Shapes::ShapeRef.new(shape: SbomReportFormat, required: true, location_name: "reportFormat"))
|
1237
1477
|
CreateSbomExportRequest.add_member(:resource_filter_criteria, Shapes::ShapeRef.new(shape: ResourceFilterCriteria, location_name: "resourceFilterCriteria"))
|
1238
1478
|
CreateSbomExportRequest.add_member(:s3_destination, Shapes::ShapeRef.new(shape: Destination, required: true, location_name: "s3Destination"))
|
@@ -1302,6 +1542,18 @@ module Aws::Inspector2
|
|
1302
1542
|
DeleteCisScanConfigurationResponse.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: CisScanConfigurationArn, required: true, location_name: "scanConfigurationArn"))
|
1303
1543
|
DeleteCisScanConfigurationResponse.struct_class = Types::DeleteCisScanConfigurationResponse
|
1304
1544
|
|
1545
|
+
DeleteCodeSecurityIntegrationRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: CodeSecurityIntegrationArn, required: true, location_name: "integrationArn"))
|
1546
|
+
DeleteCodeSecurityIntegrationRequest.struct_class = Types::DeleteCodeSecurityIntegrationRequest
|
1547
|
+
|
1548
|
+
DeleteCodeSecurityIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: CodeSecurityIntegrationArn, location_name: "integrationArn"))
|
1549
|
+
DeleteCodeSecurityIntegrationResponse.struct_class = Types::DeleteCodeSecurityIntegrationResponse
|
1550
|
+
|
1551
|
+
DeleteCodeSecurityScanConfigurationRequest.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, required: true, location_name: "scanConfigurationArn"))
|
1552
|
+
DeleteCodeSecurityScanConfigurationRequest.struct_class = Types::DeleteCodeSecurityScanConfigurationRequest
|
1553
|
+
|
1554
|
+
DeleteCodeSecurityScanConfigurationResponse.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, location_name: "scanConfigurationArn"))
|
1555
|
+
DeleteCodeSecurityScanConfigurationResponse.struct_class = Types::DeleteCodeSecurityScanConfigurationResponse
|
1556
|
+
|
1305
1557
|
DeleteFilterRequest.add_member(:arn, Shapes::ShapeRef.new(shape: FilterArn, required: true, location_name: "arn"))
|
1306
1558
|
DeleteFilterRequest.struct_class = Types::DeleteFilterRequest
|
1307
1559
|
|
@@ -1339,6 +1591,12 @@ module Aws::Inspector2
|
|
1339
1591
|
DisableResponse.add_member(:failed_accounts, Shapes::ShapeRef.new(shape: FailedAccountList, location_name: "failedAccounts"))
|
1340
1592
|
DisableResponse.struct_class = Types::DisableResponse
|
1341
1593
|
|
1594
|
+
DisassociateConfigurationRequest.add_member(:resource, Shapes::ShapeRef.new(shape: CodeSecurityResource, required: true, location_name: "resource"))
|
1595
|
+
DisassociateConfigurationRequest.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, required: true, location_name: "scanConfigurationArn"))
|
1596
|
+
DisassociateConfigurationRequest.struct_class = Types::DisassociateConfigurationRequest
|
1597
|
+
|
1598
|
+
DisassociateConfigurationRequestList.member = Shapes::ShapeRef.new(shape: DisassociateConfigurationRequest)
|
1599
|
+
|
1342
1600
|
DisassociateMemberRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
1343
1601
|
DisassociateMemberRequest.struct_class = Types::DisassociateMemberRequest
|
1344
1602
|
|
@@ -1449,6 +1707,14 @@ module Aws::Inspector2
|
|
1449
1707
|
|
1450
1708
|
FailedAccountList.member = Shapes::ShapeRef.new(shape: FailedAccount)
|
1451
1709
|
|
1710
|
+
FailedAssociationResult.add_member(:resource, Shapes::ShapeRef.new(shape: CodeSecurityResource, location_name: "resource"))
|
1711
|
+
FailedAssociationResult.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, location_name: "scanConfigurationArn"))
|
1712
|
+
FailedAssociationResult.add_member(:status_code, Shapes::ShapeRef.new(shape: AssociationResultStatusCode, location_name: "statusCode"))
|
1713
|
+
FailedAssociationResult.add_member(:status_message, Shapes::ShapeRef.new(shape: AssociationResultStatusMessage, location_name: "statusMessage"))
|
1714
|
+
FailedAssociationResult.struct_class = Types::FailedAssociationResult
|
1715
|
+
|
1716
|
+
FailedAssociationResultList.member = Shapes::ShapeRef.new(shape: FailedAssociationResult)
|
1717
|
+
|
1452
1718
|
FailedMemberAccountEc2DeepInspectionStatusState.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
1453
1719
|
FailedMemberAccountEc2DeepInspectionStatusState.add_member(:ec2_scan_status, Shapes::ShapeRef.new(shape: Status, location_name: "ec2ScanStatus"))
|
1454
1720
|
FailedMemberAccountEc2DeepInspectionStatusState.add_member(:error_message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "errorMessage"))
|
@@ -1471,6 +1737,8 @@ module Aws::Inspector2
|
|
1471
1737
|
FilterArnList.member = Shapes::ShapeRef.new(shape: FilterArn)
|
1472
1738
|
|
1473
1739
|
FilterCriteria.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "awsAccountId"))
|
1740
|
+
FilterCriteria.add_member(:code_repository_project_name, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "codeRepositoryProjectName"))
|
1741
|
+
FilterCriteria.add_member(:code_repository_provider_type, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "codeRepositoryProviderType"))
|
1474
1742
|
FilterCriteria.add_member(:code_vulnerability_detector_name, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "codeVulnerabilityDetectorName"))
|
1475
1743
|
FilterCriteria.add_member(:code_vulnerability_detector_tags, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "codeVulnerabilityDetectorTags"))
|
1476
1744
|
FilterCriteria.add_member(:code_vulnerability_file_path, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "codeVulnerabilityFilePath"))
|
@@ -1631,6 +1899,48 @@ module Aws::Inspector2
|
|
1631
1899
|
GetClustersForImageResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GetClustersForImageNextToken, location_name: "nextToken"))
|
1632
1900
|
GetClustersForImageResponse.struct_class = Types::GetClustersForImageResponse
|
1633
1901
|
|
1902
|
+
GetCodeSecurityIntegrationRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: CodeSecurityIntegrationArn, required: true, location_name: "integrationArn"))
|
1903
|
+
GetCodeSecurityIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1904
|
+
GetCodeSecurityIntegrationRequest.struct_class = Types::GetCodeSecurityIntegrationRequest
|
1905
|
+
|
1906
|
+
GetCodeSecurityIntegrationResponse.add_member(:authorization_url, Shapes::ShapeRef.new(shape: AuthorizationUrl, location_name: "authorizationUrl"))
|
1907
|
+
GetCodeSecurityIntegrationResponse.add_member(:created_on, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdOn"))
|
1908
|
+
GetCodeSecurityIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: CodeSecurityIntegrationArn, required: true, location_name: "integrationArn"))
|
1909
|
+
GetCodeSecurityIntegrationResponse.add_member(:last_update_on, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdateOn"))
|
1910
|
+
GetCodeSecurityIntegrationResponse.add_member(:name, Shapes::ShapeRef.new(shape: IntegrationName, required: true, location_name: "name"))
|
1911
|
+
GetCodeSecurityIntegrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "status"))
|
1912
|
+
GetCodeSecurityIntegrationResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, required: true, location_name: "statusReason"))
|
1913
|
+
GetCodeSecurityIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1914
|
+
GetCodeSecurityIntegrationResponse.add_member(:type, Shapes::ShapeRef.new(shape: IntegrationType, required: true, location_name: "type"))
|
1915
|
+
GetCodeSecurityIntegrationResponse.struct_class = Types::GetCodeSecurityIntegrationResponse
|
1916
|
+
|
1917
|
+
GetCodeSecurityScanConfigurationRequest.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, required: true, location_name: "scanConfigurationArn"))
|
1918
|
+
GetCodeSecurityScanConfigurationRequest.struct_class = Types::GetCodeSecurityScanConfigurationRequest
|
1919
|
+
|
1920
|
+
GetCodeSecurityScanConfigurationResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: CodeSecurityScanConfiguration, location_name: "configuration"))
|
1921
|
+
GetCodeSecurityScanConfigurationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1922
|
+
GetCodeSecurityScanConfigurationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1923
|
+
GetCodeSecurityScanConfigurationResponse.add_member(:level, Shapes::ShapeRef.new(shape: ConfigurationLevel, location_name: "level"))
|
1924
|
+
GetCodeSecurityScanConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ScanConfigurationName, location_name: "name"))
|
1925
|
+
GetCodeSecurityScanConfigurationResponse.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, location_name: "scanConfigurationArn"))
|
1926
|
+
GetCodeSecurityScanConfigurationResponse.add_member(:scope_settings, Shapes::ShapeRef.new(shape: ScopeSettings, location_name: "scopeSettings"))
|
1927
|
+
GetCodeSecurityScanConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1928
|
+
GetCodeSecurityScanConfigurationResponse.struct_class = Types::GetCodeSecurityScanConfigurationResponse
|
1929
|
+
|
1930
|
+
GetCodeSecurityScanRequest.add_member(:resource, Shapes::ShapeRef.new(shape: CodeSecurityResource, required: true, location_name: "resource"))
|
1931
|
+
GetCodeSecurityScanRequest.add_member(:scan_id, Shapes::ShapeRef.new(shape: CodeSecurityUuid, required: true, location_name: "scanId"))
|
1932
|
+
GetCodeSecurityScanRequest.struct_class = Types::GetCodeSecurityScanRequest
|
1933
|
+
|
1934
|
+
GetCodeSecurityScanResponse.add_member(:account_id, Shapes::ShapeRef.new(shape: String, location_name: "accountId"))
|
1935
|
+
GetCodeSecurityScanResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1936
|
+
GetCodeSecurityScanResponse.add_member(:last_commit_id, Shapes::ShapeRef.new(shape: String, location_name: "lastCommitId"))
|
1937
|
+
GetCodeSecurityScanResponse.add_member(:resource, Shapes::ShapeRef.new(shape: CodeSecurityResource, location_name: "resource"))
|
1938
|
+
GetCodeSecurityScanResponse.add_member(:scan_id, Shapes::ShapeRef.new(shape: CodeSecurityUuid, location_name: "scanId"))
|
1939
|
+
GetCodeSecurityScanResponse.add_member(:status, Shapes::ShapeRef.new(shape: CodeScanStatus, location_name: "status"))
|
1940
|
+
GetCodeSecurityScanResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
1941
|
+
GetCodeSecurityScanResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
1942
|
+
GetCodeSecurityScanResponse.struct_class = Types::GetCodeSecurityScanResponse
|
1943
|
+
|
1634
1944
|
GetConfigurationRequest.struct_class = Types::GetConfigurationRequest
|
1635
1945
|
|
1636
1946
|
GetConfigurationResponse.add_member(:ec2_configuration, Shapes::ShapeRef.new(shape: Ec2ConfigurationState, location_name: "ec2Configuration"))
|
@@ -1705,6 +2015,8 @@ module Aws::Inspector2
|
|
1705
2015
|
InspectorScoreDetails.add_member(:adjusted_cvss, Shapes::ShapeRef.new(shape: CvssScoreDetails, location_name: "adjustedCvss"))
|
1706
2016
|
InspectorScoreDetails.struct_class = Types::InspectorScoreDetails
|
1707
2017
|
|
2018
|
+
IntegrationSummaries.member = Shapes::ShapeRef.new(shape: CodeSecurityIntegrationSummary)
|
2019
|
+
|
1708
2020
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1709
2021
|
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
|
1710
2022
|
InternalServerException.struct_class = Types::InternalServerException
|
@@ -1832,6 +2144,31 @@ module Aws::Inspector2
|
|
1832
2144
|
ListCisScansResponse.add_member(:scans, Shapes::ShapeRef.new(shape: CisScanList, location_name: "scans"))
|
1833
2145
|
ListCisScansResponse.struct_class = Types::ListCisScansResponse
|
1834
2146
|
|
2147
|
+
ListCodeSecurityIntegrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCodeSecurityIntegrationsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
2148
|
+
ListCodeSecurityIntegrationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
2149
|
+
ListCodeSecurityIntegrationsRequest.struct_class = Types::ListCodeSecurityIntegrationsRequest
|
2150
|
+
|
2151
|
+
ListCodeSecurityIntegrationsResponse.add_member(:integrations, Shapes::ShapeRef.new(shape: IntegrationSummaries, location_name: "integrations"))
|
2152
|
+
ListCodeSecurityIntegrationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
2153
|
+
ListCodeSecurityIntegrationsResponse.struct_class = Types::ListCodeSecurityIntegrationsResponse
|
2154
|
+
|
2155
|
+
ListCodeSecurityScanConfigurationAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCodeSecurityScanConfigurationAssociationsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
2156
|
+
ListCodeSecurityScanConfigurationAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
2157
|
+
ListCodeSecurityScanConfigurationAssociationsRequest.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, required: true, location_name: "scanConfigurationArn"))
|
2158
|
+
ListCodeSecurityScanConfigurationAssociationsRequest.struct_class = Types::ListCodeSecurityScanConfigurationAssociationsRequest
|
2159
|
+
|
2160
|
+
ListCodeSecurityScanConfigurationAssociationsResponse.add_member(:associations, Shapes::ShapeRef.new(shape: CodeSecurityScanConfigurationAssociationSummaries, location_name: "associations"))
|
2161
|
+
ListCodeSecurityScanConfigurationAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2162
|
+
ListCodeSecurityScanConfigurationAssociationsResponse.struct_class = Types::ListCodeSecurityScanConfigurationAssociationsResponse
|
2163
|
+
|
2164
|
+
ListCodeSecurityScanConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCodeSecurityScanConfigurationsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
2165
|
+
ListCodeSecurityScanConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
2166
|
+
ListCodeSecurityScanConfigurationsRequest.struct_class = Types::ListCodeSecurityScanConfigurationsRequest
|
2167
|
+
|
2168
|
+
ListCodeSecurityScanConfigurationsResponse.add_member(:configurations, Shapes::ShapeRef.new(shape: CodeSecurityScanConfigurationSummaries, location_name: "configurations"))
|
2169
|
+
ListCodeSecurityScanConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
2170
|
+
ListCodeSecurityScanConfigurationsResponse.struct_class = Types::ListCodeSecurityScanConfigurationsResponse
|
2171
|
+
|
1835
2172
|
ListCoverageRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: CoverageFilterCriteria, location_name: "filterCriteria"))
|
1836
2173
|
ListCoverageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCoverageMaxResults, location_name: "maxResults"))
|
1837
2174
|
ListCoverageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
@@ -2003,6 +2340,10 @@ module Aws::Inspector2
|
|
2003
2340
|
|
2004
2341
|
PathList.member = Shapes::ShapeRef.new(shape: Path)
|
2005
2342
|
|
2343
|
+
PeriodicScanConfiguration.add_member(:frequency, Shapes::ShapeRef.new(shape: PeriodicScanFrequency, location_name: "frequency"))
|
2344
|
+
PeriodicScanConfiguration.add_member(:frequency_expression, Shapes::ShapeRef.new(shape: FrequencyExpression, location_name: "frequencyExpression"))
|
2345
|
+
PeriodicScanConfiguration.struct_class = Types::PeriodicScanConfiguration
|
2346
|
+
|
2006
2347
|
Permission.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, required: true, location_name: "operation"))
|
2007
2348
|
Permission.add_member(:service, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "service"))
|
2008
2349
|
Permission.struct_class = Types::Permission
|
@@ -2021,6 +2362,22 @@ module Aws::Inspector2
|
|
2021
2362
|
|
2022
2363
|
PortRangeFilterList.member = Shapes::ShapeRef.new(shape: PortRangeFilter)
|
2023
2364
|
|
2365
|
+
ProjectCodeSecurityScanConfiguration.add_member(:continuous_integration_scan_configurations, Shapes::ShapeRef.new(shape: ProjectContinuousIntegrationScanConfigurationList, location_name: "continuousIntegrationScanConfigurations"))
|
2366
|
+
ProjectCodeSecurityScanConfiguration.add_member(:periodic_scan_configurations, Shapes::ShapeRef.new(shape: ProjectPeriodicScanConfigurationList, location_name: "periodicScanConfigurations"))
|
2367
|
+
ProjectCodeSecurityScanConfiguration.struct_class = Types::ProjectCodeSecurityScanConfiguration
|
2368
|
+
|
2369
|
+
ProjectContinuousIntegrationScanConfiguration.add_member(:rule_set_categories, Shapes::ShapeRef.new(shape: RuleSetCategories, location_name: "ruleSetCategories"))
|
2370
|
+
ProjectContinuousIntegrationScanConfiguration.add_member(:supported_event, Shapes::ShapeRef.new(shape: ContinuousIntegrationScanEvent, location_name: "supportedEvent"))
|
2371
|
+
ProjectContinuousIntegrationScanConfiguration.struct_class = Types::ProjectContinuousIntegrationScanConfiguration
|
2372
|
+
|
2373
|
+
ProjectContinuousIntegrationScanConfigurationList.member = Shapes::ShapeRef.new(shape: ProjectContinuousIntegrationScanConfiguration)
|
2374
|
+
|
2375
|
+
ProjectPeriodicScanConfiguration.add_member(:frequency_expression, Shapes::ShapeRef.new(shape: FrequencyExpression, location_name: "frequencyExpression"))
|
2376
|
+
ProjectPeriodicScanConfiguration.add_member(:rule_set_categories, Shapes::ShapeRef.new(shape: RuleSetCategories, location_name: "ruleSetCategories"))
|
2377
|
+
ProjectPeriodicScanConfiguration.struct_class = Types::ProjectPeriodicScanConfiguration
|
2378
|
+
|
2379
|
+
ProjectPeriodicScanConfigurationList.member = Shapes::ShapeRef.new(shape: ProjectPeriodicScanConfiguration)
|
2380
|
+
|
2024
2381
|
Recommendation.add_member(:url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Url"))
|
2025
2382
|
Recommendation.add_member(:text, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "text"))
|
2026
2383
|
Recommendation.struct_class = Types::Recommendation
|
@@ -2062,6 +2419,7 @@ module Aws::Inspector2
|
|
2062
2419
|
ResourceDetails.add_member(:aws_ec2_instance, Shapes::ShapeRef.new(shape: AwsEc2InstanceDetails, location_name: "awsEc2Instance"))
|
2063
2420
|
ResourceDetails.add_member(:aws_ecr_container_image, Shapes::ShapeRef.new(shape: AwsEcrContainerImageDetails, location_name: "awsEcrContainerImage"))
|
2064
2421
|
ResourceDetails.add_member(:aws_lambda_function, Shapes::ShapeRef.new(shape: AwsLambdaFunctionDetails, location_name: "awsLambdaFunction"))
|
2422
|
+
ResourceDetails.add_member(:code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryDetails, location_name: "codeRepository"))
|
2065
2423
|
ResourceDetails.struct_class = Types::ResourceDetails
|
2066
2424
|
|
2067
2425
|
ResourceFilterCriteria.add_member(:account_id, Shapes::ShapeRef.new(shape: ResourceStringFilterList, location_name: "accountId"))
|
@@ -2088,18 +2446,21 @@ module Aws::Inspector2
|
|
2088
2446
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
2089
2447
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
2090
2448
|
|
2449
|
+
ResourceScanMetadata.add_member(:code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryMetadata, location_name: "codeRepository"))
|
2091
2450
|
ResourceScanMetadata.add_member(:ec2, Shapes::ShapeRef.new(shape: Ec2Metadata, location_name: "ec2"))
|
2092
2451
|
ResourceScanMetadata.add_member(:ecr_image, Shapes::ShapeRef.new(shape: EcrContainerImageMetadata, location_name: "ecrImage"))
|
2093
2452
|
ResourceScanMetadata.add_member(:ecr_repository, Shapes::ShapeRef.new(shape: EcrRepositoryMetadata, location_name: "ecrRepository"))
|
2094
2453
|
ResourceScanMetadata.add_member(:lambda_function, Shapes::ShapeRef.new(shape: LambdaFunctionMetadata, location_name: "lambdaFunction"))
|
2095
2454
|
ResourceScanMetadata.struct_class = Types::ResourceScanMetadata
|
2096
2455
|
|
2456
|
+
ResourceState.add_member(:code_repository, Shapes::ShapeRef.new(shape: State, location_name: "codeRepository"))
|
2097
2457
|
ResourceState.add_member(:ec2, Shapes::ShapeRef.new(shape: State, required: true, location_name: "ec2"))
|
2098
2458
|
ResourceState.add_member(:ecr, Shapes::ShapeRef.new(shape: State, required: true, location_name: "ecr"))
|
2099
2459
|
ResourceState.add_member(:lambda, Shapes::ShapeRef.new(shape: State, location_name: "lambda"))
|
2100
2460
|
ResourceState.add_member(:lambda_code, Shapes::ShapeRef.new(shape: State, location_name: "lambdaCode"))
|
2101
2461
|
ResourceState.struct_class = Types::ResourceState
|
2102
2462
|
|
2463
|
+
ResourceStatus.add_member(:code_repository, Shapes::ShapeRef.new(shape: Status, location_name: "codeRepository"))
|
2103
2464
|
ResourceStatus.add_member(:ec2, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "ec2"))
|
2104
2465
|
ResourceStatus.add_member(:ecr, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "ecr"))
|
2105
2466
|
ResourceStatus.add_member(:lambda, Shapes::ShapeRef.new(shape: Status, location_name: "lambda"))
|
@@ -2114,6 +2475,8 @@ module Aws::Inspector2
|
|
2114
2475
|
|
2115
2476
|
ResourceTagFilterList.member = Shapes::ShapeRef.new(shape: TagFilter)
|
2116
2477
|
|
2478
|
+
RuleSetCategories.member = Shapes::ShapeRef.new(shape: RuleSetCategory)
|
2479
|
+
|
2117
2480
|
ScanStatus.add_member(:reason, Shapes::ShapeRef.new(shape: ScanStatusReason, required: true, location_name: "reason"))
|
2118
2481
|
ScanStatus.add_member(:status_code, Shapes::ShapeRef.new(shape: ScanStatusCode, required: true, location_name: "statusCode"))
|
2119
2482
|
ScanStatus.struct_class = Types::ScanStatus
|
@@ -2130,6 +2493,9 @@ module Aws::Inspector2
|
|
2130
2493
|
Schedule.add_member_subclass(:unknown, Types::Schedule::Unknown)
|
2131
2494
|
Schedule.struct_class = Types::Schedule
|
2132
2495
|
|
2496
|
+
ScopeSettings.add_member(:project_selection_scope, Shapes::ShapeRef.new(shape: ProjectSelectionScope, location_name: "projectSelectionScope"))
|
2497
|
+
ScopeSettings.struct_class = Types::ScopeSettings
|
2498
|
+
|
2133
2499
|
SearchVulnerabilitiesFilterCriteria.add_member(:vulnerability_ids, Shapes::ShapeRef.new(shape: VulnIdList, required: true, location_name: "vulnerabilityIds"))
|
2134
2500
|
SearchVulnerabilitiesFilterCriteria.struct_class = Types::SearchVulnerabilitiesFilterCriteria
|
2135
2501
|
|
@@ -2179,6 +2545,14 @@ module Aws::Inspector2
|
|
2179
2545
|
|
2180
2546
|
StartCisSessionResponse.struct_class = Types::StartCisSessionResponse
|
2181
2547
|
|
2548
|
+
StartCodeSecurityScanRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CodeSecurityClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2549
|
+
StartCodeSecurityScanRequest.add_member(:resource, Shapes::ShapeRef.new(shape: CodeSecurityResource, required: true, location_name: "resource"))
|
2550
|
+
StartCodeSecurityScanRequest.struct_class = Types::StartCodeSecurityScanRequest
|
2551
|
+
|
2552
|
+
StartCodeSecurityScanResponse.add_member(:scan_id, Shapes::ShapeRef.new(shape: CodeSecurityUuid, location_name: "scanId"))
|
2553
|
+
StartCodeSecurityScanResponse.add_member(:status, Shapes::ShapeRef.new(shape: CodeScanStatus, location_name: "status"))
|
2554
|
+
StartCodeSecurityScanResponse.struct_class = Types::StartCodeSecurityScanResponse
|
2555
|
+
|
2182
2556
|
State.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, required: true, location_name: "errorCode"))
|
2183
2557
|
State.add_member(:error_message, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "errorMessage"))
|
2184
2558
|
State.add_member(:status, Shapes::ShapeRef.new(shape: Status, required: true, location_name: "status"))
|
@@ -2231,6 +2605,12 @@ module Aws::Inspector2
|
|
2231
2605
|
|
2232
2606
|
SubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId)
|
2233
2607
|
|
2608
|
+
SuccessfulAssociationResult.add_member(:resource, Shapes::ShapeRef.new(shape: CodeSecurityResource, location_name: "resource"))
|
2609
|
+
SuccessfulAssociationResult.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, location_name: "scanConfigurationArn"))
|
2610
|
+
SuccessfulAssociationResult.struct_class = Types::SuccessfulAssociationResult
|
2611
|
+
|
2612
|
+
SuccessfulAssociationResultList.member = Shapes::ShapeRef.new(shape: SuccessfulAssociationResult)
|
2613
|
+
|
2234
2614
|
SuggestedFix.add_member(:code, Shapes::ShapeRef.new(shape: SuggestedFixCodeString, location_name: "code"))
|
2235
2615
|
SuggestedFix.add_member(:description, Shapes::ShapeRef.new(shape: SuggestedFixDescriptionString, location_name: "description"))
|
2236
2616
|
SuggestedFix.struct_class = Types::SuggestedFix
|
@@ -2316,6 +2696,21 @@ module Aws::Inspector2
|
|
2316
2696
|
UpdateCisTargets.add_member(:target_resource_tags, Shapes::ShapeRef.new(shape: TargetResourceTags, location_name: "targetResourceTags"))
|
2317
2697
|
UpdateCisTargets.struct_class = Types::UpdateCisTargets
|
2318
2698
|
|
2699
|
+
UpdateCodeSecurityIntegrationRequest.add_member(:details, Shapes::ShapeRef.new(shape: UpdateIntegrationDetails, required: true, location_name: "details"))
|
2700
|
+
UpdateCodeSecurityIntegrationRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: CodeSecurityIntegrationArn, required: true, location_name: "integrationArn"))
|
2701
|
+
UpdateCodeSecurityIntegrationRequest.struct_class = Types::UpdateCodeSecurityIntegrationRequest
|
2702
|
+
|
2703
|
+
UpdateCodeSecurityIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: CodeSecurityIntegrationArn, required: true, location_name: "integrationArn"))
|
2704
|
+
UpdateCodeSecurityIntegrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "status"))
|
2705
|
+
UpdateCodeSecurityIntegrationResponse.struct_class = Types::UpdateCodeSecurityIntegrationResponse
|
2706
|
+
|
2707
|
+
UpdateCodeSecurityScanConfigurationRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CodeSecurityScanConfiguration, required: true, location_name: "configuration"))
|
2708
|
+
UpdateCodeSecurityScanConfigurationRequest.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, required: true, location_name: "scanConfigurationArn"))
|
2709
|
+
UpdateCodeSecurityScanConfigurationRequest.struct_class = Types::UpdateCodeSecurityScanConfigurationRequest
|
2710
|
+
|
2711
|
+
UpdateCodeSecurityScanConfigurationResponse.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, location_name: "scanConfigurationArn"))
|
2712
|
+
UpdateCodeSecurityScanConfigurationResponse.struct_class = Types::UpdateCodeSecurityScanConfigurationResponse
|
2713
|
+
|
2319
2714
|
UpdateConfigurationRequest.add_member(:ec2_configuration, Shapes::ShapeRef.new(shape: Ec2Configuration, location_name: "ec2Configuration"))
|
2320
2715
|
UpdateConfigurationRequest.add_member(:ecr_configuration, Shapes::ShapeRef.new(shape: EcrConfiguration, location_name: "ecrConfiguration"))
|
2321
2716
|
UpdateConfigurationRequest.struct_class = Types::UpdateConfigurationRequest
|
@@ -2350,6 +2745,21 @@ module Aws::Inspector2
|
|
2350
2745
|
UpdateFilterResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FilterArn, required: true, location_name: "arn"))
|
2351
2746
|
UpdateFilterResponse.struct_class = Types::UpdateFilterResponse
|
2352
2747
|
|
2748
|
+
UpdateGitHubIntegrationDetail.add_member(:code, Shapes::ShapeRef.new(shape: GitHubAuthCode, required: true, location_name: "code"))
|
2749
|
+
UpdateGitHubIntegrationDetail.add_member(:installation_id, Shapes::ShapeRef.new(shape: GitHubInstallationId, required: true, location_name: "installationId"))
|
2750
|
+
UpdateGitHubIntegrationDetail.struct_class = Types::UpdateGitHubIntegrationDetail
|
2751
|
+
|
2752
|
+
UpdateGitLabSelfManagedIntegrationDetail.add_member(:auth_code, Shapes::ShapeRef.new(shape: GitLabAuthCode, required: true, location_name: "authCode"))
|
2753
|
+
UpdateGitLabSelfManagedIntegrationDetail.struct_class = Types::UpdateGitLabSelfManagedIntegrationDetail
|
2754
|
+
|
2755
|
+
UpdateIntegrationDetails.add_member(:github, Shapes::ShapeRef.new(shape: UpdateGitHubIntegrationDetail, location_name: "github"))
|
2756
|
+
UpdateIntegrationDetails.add_member(:gitlab_self_managed, Shapes::ShapeRef.new(shape: UpdateGitLabSelfManagedIntegrationDetail, location_name: "gitlabSelfManaged"))
|
2757
|
+
UpdateIntegrationDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2758
|
+
UpdateIntegrationDetails.add_member_subclass(:github, Types::UpdateIntegrationDetails::Github)
|
2759
|
+
UpdateIntegrationDetails.add_member_subclass(:gitlab_self_managed, Types::UpdateIntegrationDetails::GitlabSelfManaged)
|
2760
|
+
UpdateIntegrationDetails.add_member_subclass(:unknown, Types::UpdateIntegrationDetails::Unknown)
|
2761
|
+
UpdateIntegrationDetails.struct_class = Types::UpdateIntegrationDetails
|
2762
|
+
|
2353
2763
|
UpdateOrgEc2DeepInspectionConfigurationRequest.add_member(:org_package_paths, Shapes::ShapeRef.new(shape: PathList, required: true, location_name: "orgPackagePaths"))
|
2354
2764
|
UpdateOrgEc2DeepInspectionConfigurationRequest.struct_class = Types::UpdateOrgEc2DeepInspectionConfigurationRequest
|
2355
2765
|
|
@@ -2468,6 +2878,34 @@ module Aws::Inspector2
|
|
2468
2878
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2469
2879
|
end)
|
2470
2880
|
|
2881
|
+
api.add_operation(:batch_associate_code_security_scan_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2882
|
+
o.name = "BatchAssociateCodeSecurityScanConfiguration"
|
2883
|
+
o.http_method = "POST"
|
2884
|
+
o.http_request_uri = "/codesecurity/scan-configuration/batch/associate"
|
2885
|
+
o.input = Shapes::ShapeRef.new(shape: BatchAssociateCodeSecurityScanConfigurationRequest)
|
2886
|
+
o.output = Shapes::ShapeRef.new(shape: BatchAssociateCodeSecurityScanConfigurationResponse)
|
2887
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2888
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2889
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2890
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2891
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2892
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2893
|
+
end)
|
2894
|
+
|
2895
|
+
api.add_operation(:batch_disassociate_code_security_scan_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2896
|
+
o.name = "BatchDisassociateCodeSecurityScanConfiguration"
|
2897
|
+
o.http_method = "POST"
|
2898
|
+
o.http_request_uri = "/codesecurity/scan-configuration/batch/disassociate"
|
2899
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDisassociateCodeSecurityScanConfigurationRequest)
|
2900
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDisassociateCodeSecurityScanConfigurationResponse)
|
2901
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2902
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2903
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2904
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2905
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2906
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2907
|
+
end)
|
2908
|
+
|
2471
2909
|
api.add_operation(:batch_get_account_status, Seahorse::Model::Operation.new.tap do |o|
|
2472
2910
|
o.name = "BatchGetAccountStatus"
|
2473
2911
|
o.http_method = "POST"
|
@@ -2579,6 +3017,34 @@ module Aws::Inspector2
|
|
2579
3017
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2580
3018
|
end)
|
2581
3019
|
|
3020
|
+
api.add_operation(:create_code_security_integration, Seahorse::Model::Operation.new.tap do |o|
|
3021
|
+
o.name = "CreateCodeSecurityIntegration"
|
3022
|
+
o.http_method = "POST"
|
3023
|
+
o.http_request_uri = "/codesecurity/integration/create"
|
3024
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCodeSecurityIntegrationRequest)
|
3025
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCodeSecurityIntegrationResponse)
|
3026
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3027
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3028
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3029
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3030
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3031
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3032
|
+
end)
|
3033
|
+
|
3034
|
+
api.add_operation(:create_code_security_scan_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3035
|
+
o.name = "CreateCodeSecurityScanConfiguration"
|
3036
|
+
o.http_method = "POST"
|
3037
|
+
o.http_request_uri = "/codesecurity/scan-configuration/create"
|
3038
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCodeSecurityScanConfigurationRequest)
|
3039
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCodeSecurityScanConfigurationResponse)
|
3040
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3041
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3042
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3043
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3044
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3045
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3046
|
+
end)
|
3047
|
+
|
2582
3048
|
api.add_operation(:create_filter, Seahorse::Model::Operation.new.tap do |o|
|
2583
3049
|
o.name = "CreateFilter"
|
2584
3050
|
o.http_method = "POST"
|
@@ -2632,6 +3098,32 @@ module Aws::Inspector2
|
|
2632
3098
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2633
3099
|
end)
|
2634
3100
|
|
3101
|
+
api.add_operation(:delete_code_security_integration, Seahorse::Model::Operation.new.tap do |o|
|
3102
|
+
o.name = "DeleteCodeSecurityIntegration"
|
3103
|
+
o.http_method = "POST"
|
3104
|
+
o.http_request_uri = "/codesecurity/integration/delete"
|
3105
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCodeSecurityIntegrationRequest)
|
3106
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCodeSecurityIntegrationResponse)
|
3107
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3108
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3109
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3110
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3111
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3112
|
+
end)
|
3113
|
+
|
3114
|
+
api.add_operation(:delete_code_security_scan_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3115
|
+
o.name = "DeleteCodeSecurityScanConfiguration"
|
3116
|
+
o.http_method = "POST"
|
3117
|
+
o.http_request_uri = "/codesecurity/scan-configuration/delete"
|
3118
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCodeSecurityScanConfigurationRequest)
|
3119
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCodeSecurityScanConfigurationResponse)
|
3120
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3121
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3122
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3123
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3124
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3125
|
+
end)
|
3126
|
+
|
2635
3127
|
api.add_operation(:delete_filter, Seahorse::Model::Operation.new.tap do |o|
|
2636
3128
|
o.name = "DeleteFilter"
|
2637
3129
|
o.http_method = "POST"
|
@@ -2772,6 +3264,46 @@ module Aws::Inspector2
|
|
2772
3264
|
)
|
2773
3265
|
end)
|
2774
3266
|
|
3267
|
+
api.add_operation(:get_code_security_integration, Seahorse::Model::Operation.new.tap do |o|
|
3268
|
+
o.name = "GetCodeSecurityIntegration"
|
3269
|
+
o.http_method = "POST"
|
3270
|
+
o.http_request_uri = "/codesecurity/integration/get"
|
3271
|
+
o.input = Shapes::ShapeRef.new(shape: GetCodeSecurityIntegrationRequest)
|
3272
|
+
o.output = Shapes::ShapeRef.new(shape: GetCodeSecurityIntegrationResponse)
|
3273
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3274
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3275
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3276
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3277
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3278
|
+
end)
|
3279
|
+
|
3280
|
+
api.add_operation(:get_code_security_scan, Seahorse::Model::Operation.new.tap do |o|
|
3281
|
+
o.name = "GetCodeSecurityScan"
|
3282
|
+
o.http_method = "POST"
|
3283
|
+
o.http_request_uri = "/codesecurity/scan/get"
|
3284
|
+
o.input = Shapes::ShapeRef.new(shape: GetCodeSecurityScanRequest)
|
3285
|
+
o.output = Shapes::ShapeRef.new(shape: GetCodeSecurityScanResponse)
|
3286
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3287
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3288
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3289
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3290
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3291
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3292
|
+
end)
|
3293
|
+
|
3294
|
+
api.add_operation(:get_code_security_scan_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3295
|
+
o.name = "GetCodeSecurityScanConfiguration"
|
3296
|
+
o.http_method = "POST"
|
3297
|
+
o.http_request_uri = "/codesecurity/scan-configuration/get"
|
3298
|
+
o.input = Shapes::ShapeRef.new(shape: GetCodeSecurityScanConfigurationRequest)
|
3299
|
+
o.output = Shapes::ShapeRef.new(shape: GetCodeSecurityScanConfigurationResponse)
|
3300
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3301
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3302
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3303
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3304
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3305
|
+
end)
|
3306
|
+
|
2775
3307
|
api.add_operation(:get_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2776
3308
|
o.name = "GetConfiguration"
|
2777
3309
|
o.http_method = "POST"
|
@@ -2950,6 +3482,44 @@ module Aws::Inspector2
|
|
2950
3482
|
)
|
2951
3483
|
end)
|
2952
3484
|
|
3485
|
+
api.add_operation(:list_code_security_integrations, Seahorse::Model::Operation.new.tap do |o|
|
3486
|
+
o.name = "ListCodeSecurityIntegrations"
|
3487
|
+
o.http_method = "POST"
|
3488
|
+
o.http_request_uri = "/codesecurity/integration/list"
|
3489
|
+
o.input = Shapes::ShapeRef.new(shape: ListCodeSecurityIntegrationsRequest)
|
3490
|
+
o.output = Shapes::ShapeRef.new(shape: ListCodeSecurityIntegrationsResponse)
|
3491
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3492
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3493
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3494
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3495
|
+
end)
|
3496
|
+
|
3497
|
+
api.add_operation(:list_code_security_scan_configuration_associations, Seahorse::Model::Operation.new.tap do |o|
|
3498
|
+
o.name = "ListCodeSecurityScanConfigurationAssociations"
|
3499
|
+
o.http_method = "POST"
|
3500
|
+
o.http_request_uri = "/codesecurity/scan-configuration/associations/list"
|
3501
|
+
o.input = Shapes::ShapeRef.new(shape: ListCodeSecurityScanConfigurationAssociationsRequest)
|
3502
|
+
o.output = Shapes::ShapeRef.new(shape: ListCodeSecurityScanConfigurationAssociationsResponse)
|
3503
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3504
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3505
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3506
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3507
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3508
|
+
end)
|
3509
|
+
|
3510
|
+
api.add_operation(:list_code_security_scan_configurations, Seahorse::Model::Operation.new.tap do |o|
|
3511
|
+
o.name = "ListCodeSecurityScanConfigurations"
|
3512
|
+
o.http_method = "POST"
|
3513
|
+
o.http_request_uri = "/codesecurity/scan-configuration/list"
|
3514
|
+
o.input = Shapes::ShapeRef.new(shape: ListCodeSecurityScanConfigurationsRequest)
|
3515
|
+
o.output = Shapes::ShapeRef.new(shape: ListCodeSecurityScanConfigurationsResponse)
|
3516
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3517
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3518
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3519
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3520
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3521
|
+
end)
|
3522
|
+
|
2953
3523
|
api.add_operation(:list_coverage, Seahorse::Model::Operation.new.tap do |o|
|
2954
3524
|
o.name = "ListCoverage"
|
2955
3525
|
o.http_method = "POST"
|
@@ -3170,6 +3740,20 @@ module Aws::Inspector2
|
|
3170
3740
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3171
3741
|
end)
|
3172
3742
|
|
3743
|
+
api.add_operation(:start_code_security_scan, Seahorse::Model::Operation.new.tap do |o|
|
3744
|
+
o.name = "StartCodeSecurityScan"
|
3745
|
+
o.http_method = "POST"
|
3746
|
+
o.http_request_uri = "/codesecurity/scan/start"
|
3747
|
+
o.input = Shapes::ShapeRef.new(shape: StartCodeSecurityScanRequest)
|
3748
|
+
o.output = Shapes::ShapeRef.new(shape: StartCodeSecurityScanResponse)
|
3749
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3750
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3751
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3752
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3753
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3754
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3755
|
+
end)
|
3756
|
+
|
3173
3757
|
api.add_operation(:stop_cis_session, Seahorse::Model::Operation.new.tap do |o|
|
3174
3758
|
o.name = "StopCisSession"
|
3175
3759
|
o.http_method = "PUT"
|
@@ -3221,6 +3805,34 @@ module Aws::Inspector2
|
|
3221
3805
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3222
3806
|
end)
|
3223
3807
|
|
3808
|
+
api.add_operation(:update_code_security_integration, Seahorse::Model::Operation.new.tap do |o|
|
3809
|
+
o.name = "UpdateCodeSecurityIntegration"
|
3810
|
+
o.http_method = "POST"
|
3811
|
+
o.http_request_uri = "/codesecurity/integration/update"
|
3812
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCodeSecurityIntegrationRequest)
|
3813
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCodeSecurityIntegrationResponse)
|
3814
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3815
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3816
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3817
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3818
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3819
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3820
|
+
end)
|
3821
|
+
|
3822
|
+
api.add_operation(:update_code_security_scan_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3823
|
+
o.name = "UpdateCodeSecurityScanConfiguration"
|
3824
|
+
o.http_method = "POST"
|
3825
|
+
o.http_request_uri = "/codesecurity/scan-configuration/update"
|
3826
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCodeSecurityScanConfigurationRequest)
|
3827
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCodeSecurityScanConfigurationResponse)
|
3828
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3829
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3830
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
3831
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
3832
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3833
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3834
|
+
end)
|
3835
|
+
|
3224
3836
|
api.add_operation(:update_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3225
3837
|
o.name = "UpdateConfiguration"
|
3226
3838
|
o.http_method = "POST"
|