aws-sdk-inspector2 1.75.0 → 1.76.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-inspector2/client.rb +1864 -105
- data/lib/aws-sdk-inspector2/client_api.rb +618 -1
- data/lib/aws-sdk-inspector2/types.rb +2354 -159
- data/lib/aws-sdk-inspector2/waiters.rb +225 -0
- data/lib/aws-sdk-inspector2.rb +2 -1
- data/sig/client.rbs +481 -11
- data/sig/params.rbs +197 -0
- data/sig/types.rbs +518 -20
- data/sig/waiters.rbs +129 -0
- metadata +2 -1
|
@@ -48,6 +48,11 @@ module Aws::Inspector2
|
|
|
48
48
|
AtigData = Shapes::StructureShape.new(name: 'AtigData')
|
|
49
49
|
AuthorizationUrl = Shapes::StringShape.new(name: 'AuthorizationUrl')
|
|
50
50
|
AutoEnable = Shapes::StructureShape.new(name: 'AutoEnable')
|
|
51
|
+
AwsConfigConnectorArn = Shapes::StringShape.new(name: 'AwsConfigConnectorArn')
|
|
52
|
+
AwsConfigConnectorArnComparison = Shapes::StringShape.new(name: 'AwsConfigConnectorArnComparison')
|
|
53
|
+
AwsConfigConnectorArnFilter = Shapes::StructureShape.new(name: 'AwsConfigConnectorArnFilter')
|
|
54
|
+
AwsConfigConnectorArnFilterList = Shapes::ListShape.new(name: 'AwsConfigConnectorArnFilterList')
|
|
55
|
+
AwsConfigConnectorArnList = Shapes::ListShape.new(name: 'AwsConfigConnectorArnList')
|
|
51
56
|
AwsEc2InstanceDetails = Shapes::StructureShape.new(name: 'AwsEc2InstanceDetails')
|
|
52
57
|
AwsEcrContainerAggregation = Shapes::StructureShape.new(name: 'AwsEcrContainerAggregation')
|
|
53
58
|
AwsEcrContainerAggregationResponse = Shapes::StructureShape.new(name: 'AwsEcrContainerAggregationResponse')
|
|
@@ -63,6 +68,12 @@ module Aws::Inspector2
|
|
|
63
68
|
AwsEksWorkloadInfoNameString = Shapes::StringShape.new(name: 'AwsEksWorkloadInfoNameString')
|
|
64
69
|
AwsEksWorkloadInfoTypeString = Shapes::StringShape.new(name: 'AwsEksWorkloadInfoTypeString')
|
|
65
70
|
AwsLambdaFunctionDetails = Shapes::StructureShape.new(name: 'AwsLambdaFunctionDetails')
|
|
71
|
+
AzureProviderDetailCreate = Shapes::StructureShape.new(name: 'AzureProviderDetailCreate')
|
|
72
|
+
AzureProviderDetailUpdate = Shapes::StructureShape.new(name: 'AzureProviderDetailUpdate')
|
|
73
|
+
AzureRegion = Shapes::StringShape.new(name: 'AzureRegion')
|
|
74
|
+
AzureRegionList = Shapes::ListShape.new(name: 'AzureRegionList')
|
|
75
|
+
AzureScopeConfiguration = Shapes::StructureShape.new(name: 'AzureScopeConfiguration')
|
|
76
|
+
AzureScopeConfigurationInput = Shapes::StructureShape.new(name: 'AzureScopeConfigurationInput')
|
|
66
77
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
|
67
78
|
BatchAssociateCodeSecurityScanConfigurationRequest = Shapes::StructureShape.new(name: 'BatchAssociateCodeSecurityScanConfigurationRequest')
|
|
68
79
|
BatchAssociateCodeSecurityScanConfigurationResponse = Shapes::StructureShape.new(name: 'BatchAssociateCodeSecurityScanConfigurationResponse')
|
|
@@ -161,6 +172,9 @@ module Aws::Inspector2
|
|
|
161
172
|
CisaDateAdded = Shapes::TimestampShape.new(name: 'CisaDateAdded')
|
|
162
173
|
CisaDateDue = Shapes::TimestampShape.new(name: 'CisaDateDue')
|
|
163
174
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
175
|
+
CloudProvider = Shapes::StringShape.new(name: 'CloudProvider')
|
|
176
|
+
CloudSecurityGroupIdList = Shapes::ListShape.new(name: 'CloudSecurityGroupIdList')
|
|
177
|
+
CloudSubnetIdList = Shapes::ListShape.new(name: 'CloudSubnetIdList')
|
|
164
178
|
ClusterDetails = Shapes::StructureShape.new(name: 'ClusterDetails')
|
|
165
179
|
ClusterForImageFilterCriteria = Shapes::StructureShape.new(name: 'ClusterForImageFilterCriteria')
|
|
166
180
|
ClusterForImageFilterCriteriaResourceIdString = Shapes::StringShape.new(name: 'ClusterForImageFilterCriteriaResourceIdString')
|
|
@@ -209,6 +223,39 @@ module Aws::Inspector2
|
|
|
209
223
|
ComputePlatform = Shapes::StructureShape.new(name: 'ComputePlatform')
|
|
210
224
|
ConfigurationLevel = Shapes::StringShape.new(name: 'ConfigurationLevel')
|
|
211
225
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
226
|
+
Connector = Shapes::StructureShape.new(name: 'Connector')
|
|
227
|
+
ConnectorArn = Shapes::StringShape.new(name: 'ConnectorArn')
|
|
228
|
+
ConnectorArnComparison = Shapes::StringShape.new(name: 'ConnectorArnComparison')
|
|
229
|
+
ConnectorArnFilter = Shapes::StructureShape.new(name: 'ConnectorArnFilter')
|
|
230
|
+
ConnectorArnFilterList = Shapes::ListShape.new(name: 'ConnectorArnFilterList')
|
|
231
|
+
ConnectorArnList = Shapes::ListShape.new(name: 'ConnectorArnList')
|
|
232
|
+
ConnectorCloudProvider = Shapes::StringShape.new(name: 'ConnectorCloudProvider')
|
|
233
|
+
ConnectorContainerImageScanConfiguration = Shapes::StructureShape.new(name: 'ConnectorContainerImageScanConfiguration')
|
|
234
|
+
ConnectorDescription = Shapes::StringShape.new(name: 'ConnectorDescription')
|
|
235
|
+
ConnectorFilterCriteria = Shapes::StructureShape.new(name: 'ConnectorFilterCriteria')
|
|
236
|
+
ConnectorHealth = Shapes::StructureShape.new(name: 'ConnectorHealth')
|
|
237
|
+
ConnectorHealthStatus = Shapes::StringShape.new(name: 'ConnectorHealthStatus')
|
|
238
|
+
ConnectorList = Shapes::ListShape.new(name: 'ConnectorList')
|
|
239
|
+
ConnectorName = Shapes::StringShape.new(name: 'ConnectorName')
|
|
240
|
+
ConnectorNextToken = Shapes::StringShape.new(name: 'ConnectorNextToken')
|
|
241
|
+
ConnectorScanConfiguration = Shapes::StructureShape.new(name: 'ConnectorScanConfiguration')
|
|
242
|
+
ConnectorScanConfigurationItem = Shapes::StructureShape.new(name: 'ConnectorScanConfigurationItem')
|
|
243
|
+
ConnectorScanConfigurationItemList = Shapes::ListShape.new(name: 'ConnectorScanConfigurationItemList')
|
|
244
|
+
ConnectorTagKey = Shapes::StringShape.new(name: 'ConnectorTagKey')
|
|
245
|
+
ConnectorTagMap = Shapes::MapShape.new(name: 'ConnectorTagMap')
|
|
246
|
+
ConnectorTagValue = Shapes::StringShape.new(name: 'ConnectorTagValue')
|
|
247
|
+
ConnectorType = Shapes::StringShape.new(name: 'ConnectorType')
|
|
248
|
+
ConnectorTypeComparison = Shapes::StringShape.new(name: 'ConnectorTypeComparison')
|
|
249
|
+
ConnectorTypeFilter = Shapes::StructureShape.new(name: 'ConnectorTypeFilter')
|
|
250
|
+
ConnectorTypeFilterList = Shapes::ListShape.new(name: 'ConnectorTypeFilterList')
|
|
251
|
+
ContainerImageAggregation = Shapes::StructureShape.new(name: 'ContainerImageAggregation')
|
|
252
|
+
ContainerImageAggregationResponse = Shapes::StructureShape.new(name: 'ContainerImageAggregationResponse')
|
|
253
|
+
ContainerImageMetadata = Shapes::StructureShape.new(name: 'ContainerImageMetadata')
|
|
254
|
+
ContainerImagePullDateRescanDuration = Shapes::StringShape.new(name: 'ContainerImagePullDateRescanDuration')
|
|
255
|
+
ContainerImageRescanDuration = Shapes::StringShape.new(name: 'ContainerImageRescanDuration')
|
|
256
|
+
ContainerImageSortBy = Shapes::StringShape.new(name: 'ContainerImageSortBy')
|
|
257
|
+
ContainerRegistryMetadata = Shapes::StructureShape.new(name: 'ContainerRegistryMetadata')
|
|
258
|
+
ContainerRepositoryMetadata = Shapes::StructureShape.new(name: 'ContainerRepositoryMetadata')
|
|
212
259
|
ContinuousIntegrationScanConfiguration = Shapes::StructureShape.new(name: 'ContinuousIntegrationScanConfiguration')
|
|
213
260
|
ContinuousIntegrationScanEvent = Shapes::StringShape.new(name: 'ContinuousIntegrationScanEvent')
|
|
214
261
|
ContinuousIntegrationScanSupportedEvents = Shapes::ListShape.new(name: 'ContinuousIntegrationScanSupportedEvents')
|
|
@@ -236,6 +283,8 @@ module Aws::Inspector2
|
|
|
236
283
|
CreateCodeSecurityIntegrationResponse = Shapes::StructureShape.new(name: 'CreateCodeSecurityIntegrationResponse')
|
|
237
284
|
CreateCodeSecurityScanConfigurationRequest = Shapes::StructureShape.new(name: 'CreateCodeSecurityScanConfigurationRequest')
|
|
238
285
|
CreateCodeSecurityScanConfigurationResponse = Shapes::StructureShape.new(name: 'CreateCodeSecurityScanConfigurationResponse')
|
|
286
|
+
CreateConnectorRequest = Shapes::StructureShape.new(name: 'CreateConnectorRequest')
|
|
287
|
+
CreateConnectorResponse = Shapes::StructureShape.new(name: 'CreateConnectorResponse')
|
|
239
288
|
CreateFilterRequest = Shapes::StructureShape.new(name: 'CreateFilterRequest')
|
|
240
289
|
CreateFilterResponse = Shapes::StructureShape.new(name: 'CreateFilterResponse')
|
|
241
290
|
CreateFindingsReportRequest = Shapes::StructureShape.new(name: 'CreateFindingsReportRequest')
|
|
@@ -274,6 +323,8 @@ module Aws::Inspector2
|
|
|
274
323
|
DeleteCodeSecurityIntegrationResponse = Shapes::StructureShape.new(name: 'DeleteCodeSecurityIntegrationResponse')
|
|
275
324
|
DeleteCodeSecurityScanConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteCodeSecurityScanConfigurationRequest')
|
|
276
325
|
DeleteCodeSecurityScanConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteCodeSecurityScanConfigurationResponse')
|
|
326
|
+
DeleteConnectorRequest = Shapes::StructureShape.new(name: 'DeleteConnectorRequest')
|
|
327
|
+
DeleteConnectorResponse = Shapes::StructureShape.new(name: 'DeleteConnectorResponse')
|
|
277
328
|
DeleteFilterRequest = Shapes::StructureShape.new(name: 'DeleteFilterRequest')
|
|
278
329
|
DeleteFilterResponse = Shapes::StructureShape.new(name: 'DeleteFilterResponse')
|
|
279
330
|
DescribeOrganizationConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationConfigurationRequest')
|
|
@@ -317,6 +368,7 @@ module Aws::Inspector2
|
|
|
317
368
|
EnableRequest = Shapes::StructureShape.new(name: 'EnableRequest')
|
|
318
369
|
EnableResourceTypeList = Shapes::ListShape.new(name: 'EnableResourceTypeList')
|
|
319
370
|
EnableResponse = Shapes::StructureShape.new(name: 'EnableResponse')
|
|
371
|
+
EnablementStatus = Shapes::StringShape.new(name: 'EnablementStatus')
|
|
320
372
|
Epss = Shapes::StructureShape.new(name: 'Epss')
|
|
321
373
|
EpssDetails = Shapes::StructureShape.new(name: 'EpssDetails')
|
|
322
374
|
EpssScore = Shapes::FloatShape.new(name: 'EpssScore')
|
|
@@ -412,11 +464,14 @@ module Aws::Inspector2
|
|
|
412
464
|
GitLabAccessToken = Shapes::StringShape.new(name: 'GitLabAccessToken')
|
|
413
465
|
GitLabAuthCode = Shapes::StringShape.new(name: 'GitLabAuthCode')
|
|
414
466
|
GroupKey = Shapes::StringShape.new(name: 'GroupKey')
|
|
467
|
+
Image = Shapes::StructureShape.new(name: 'Image')
|
|
415
468
|
ImageHash = Shapes::StringShape.new(name: 'ImageHash')
|
|
469
|
+
ImageInUseCountLong = Shapes::IntegerShape.new(name: 'ImageInUseCountLong')
|
|
416
470
|
ImageLayerAggregation = Shapes::StructureShape.new(name: 'ImageLayerAggregation')
|
|
417
471
|
ImageLayerAggregationResponse = Shapes::StructureShape.new(name: 'ImageLayerAggregationResponse')
|
|
418
472
|
ImageLayerSortBy = Shapes::StringShape.new(name: 'ImageLayerSortBy')
|
|
419
473
|
ImageTagList = Shapes::ListShape.new(name: 'ImageTagList')
|
|
474
|
+
InheritanceMode = Shapes::StringShape.new(name: 'InheritanceMode')
|
|
420
475
|
InspectorScoreDetails = Shapes::StructureShape.new(name: 'InspectorScoreDetails')
|
|
421
476
|
InstanceUrl = Shapes::StringShape.new(name: 'InstanceUrl')
|
|
422
477
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
@@ -468,6 +523,11 @@ module Aws::Inspector2
|
|
|
468
523
|
ListCodeSecurityScanConfigurationsRequest = Shapes::StructureShape.new(name: 'ListCodeSecurityScanConfigurationsRequest')
|
|
469
524
|
ListCodeSecurityScanConfigurationsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCodeSecurityScanConfigurationsRequestMaxResultsInteger')
|
|
470
525
|
ListCodeSecurityScanConfigurationsResponse = Shapes::StructureShape.new(name: 'ListCodeSecurityScanConfigurationsResponse')
|
|
526
|
+
ListConnectorScanConfigurationsMaxResults = Shapes::IntegerShape.new(name: 'ListConnectorScanConfigurationsMaxResults')
|
|
527
|
+
ListConnectorScanConfigurationsRequest = Shapes::StructureShape.new(name: 'ListConnectorScanConfigurationsRequest')
|
|
528
|
+
ListConnectorScanConfigurationsResponse = Shapes::StructureShape.new(name: 'ListConnectorScanConfigurationsResponse')
|
|
529
|
+
ListConnectorsRequest = Shapes::StructureShape.new(name: 'ListConnectorsRequest')
|
|
530
|
+
ListConnectorsResponse = Shapes::StructureShape.new(name: 'ListConnectorsResponse')
|
|
471
531
|
ListCoverageMaxResults = Shapes::IntegerShape.new(name: 'ListCoverageMaxResults')
|
|
472
532
|
ListCoverageRequest = Shapes::StructureShape.new(name: 'ListCoverageRequest')
|
|
473
533
|
ListCoverageResponse = Shapes::StructureShape.new(name: 'ListCoverageResponse')
|
|
@@ -555,6 +615,16 @@ module Aws::Inspector2
|
|
|
555
615
|
ProjectPeriodicScanConfiguration = Shapes::StructureShape.new(name: 'ProjectPeriodicScanConfiguration')
|
|
556
616
|
ProjectPeriodicScanConfigurationList = Shapes::ListShape.new(name: 'ProjectPeriodicScanConfigurationList')
|
|
557
617
|
ProjectSelectionScope = Shapes::StringShape.new(name: 'ProjectSelectionScope')
|
|
618
|
+
Provider = Shapes::StringShape.new(name: 'Provider')
|
|
619
|
+
ProviderAccountId = Shapes::StringShape.new(name: 'ProviderAccountId')
|
|
620
|
+
ProviderComparison = Shapes::StringShape.new(name: 'ProviderComparison')
|
|
621
|
+
ProviderDetailCreate = Shapes::UnionShape.new(name: 'ProviderDetailCreate')
|
|
622
|
+
ProviderDetailUpdate = Shapes::UnionShape.new(name: 'ProviderDetailUpdate')
|
|
623
|
+
ProviderFilter = Shapes::StructureShape.new(name: 'ProviderFilter')
|
|
624
|
+
ProviderFilterList = Shapes::ListShape.new(name: 'ProviderFilterList')
|
|
625
|
+
ProviderOrgId = Shapes::StringShape.new(name: 'ProviderOrgId')
|
|
626
|
+
ProviderPartition = Shapes::StringShape.new(name: 'ProviderPartition')
|
|
627
|
+
ProviderRegion = Shapes::StringShape.new(name: 'ProviderRegion')
|
|
558
628
|
Reason = Shapes::StringShape.new(name: 'Reason')
|
|
559
629
|
Recommendation = Shapes::StructureShape.new(name: 'Recommendation')
|
|
560
630
|
ReferenceUrls = Shapes::ListShape.new(name: 'ReferenceUrls')
|
|
@@ -605,7 +675,13 @@ module Aws::Inspector2
|
|
|
605
675
|
ScanStatusReason = Shapes::StringShape.new(name: 'ScanStatusReason')
|
|
606
676
|
ScanType = Shapes::StringShape.new(name: 'ScanType')
|
|
607
677
|
Schedule = Shapes::UnionShape.new(name: 'Schedule')
|
|
678
|
+
ScopeConfiguration = Shapes::StructureShape.new(name: 'ScopeConfiguration')
|
|
679
|
+
ScopeConfigurationInput = Shapes::StructureShape.new(name: 'ScopeConfigurationInput')
|
|
608
680
|
ScopeSettings = Shapes::StructureShape.new(name: 'ScopeSettings')
|
|
681
|
+
ScopeState = Shapes::StringShape.new(name: 'ScopeState')
|
|
682
|
+
ScopeType = Shapes::StringShape.new(name: 'ScopeType')
|
|
683
|
+
ScopeValue = Shapes::StringShape.new(name: 'ScopeValue')
|
|
684
|
+
ScopeValueList = Shapes::ListShape.new(name: 'ScopeValueList')
|
|
609
685
|
SearchVulnerabilitiesFilterCriteria = Shapes::StructureShape.new(name: 'SearchVulnerabilitiesFilterCriteria')
|
|
610
686
|
SearchVulnerabilitiesRequest = Shapes::StructureShape.new(name: 'SearchVulnerabilitiesRequest')
|
|
611
687
|
SearchVulnerabilitiesResponse = Shapes::StructureShape.new(name: 'SearchVulnerabilitiesResponse')
|
|
@@ -615,6 +691,13 @@ module Aws::Inspector2
|
|
|
615
691
|
SendCisSessionHealthResponse = Shapes::StructureShape.new(name: 'SendCisSessionHealthResponse')
|
|
616
692
|
SendCisSessionTelemetryRequest = Shapes::StructureShape.new(name: 'SendCisSessionTelemetryRequest')
|
|
617
693
|
SendCisSessionTelemetryResponse = Shapes::StructureShape.new(name: 'SendCisSessionTelemetryResponse')
|
|
694
|
+
ServerlessFunction = Shapes::StructureShape.new(name: 'ServerlessFunction')
|
|
695
|
+
ServerlessFunctionAggregation = Shapes::StructureShape.new(name: 'ServerlessFunctionAggregation')
|
|
696
|
+
ServerlessFunctionAggregationResponse = Shapes::StructureShape.new(name: 'ServerlessFunctionAggregationResponse')
|
|
697
|
+
ServerlessFunctionLayerList = Shapes::ListShape.new(name: 'ServerlessFunctionLayerList')
|
|
698
|
+
ServerlessFunctionLayerUrn = Shapes::StringShape.new(name: 'ServerlessFunctionLayerUrn')
|
|
699
|
+
ServerlessFunctionMetadata = Shapes::StructureShape.new(name: 'ServerlessFunctionMetadata')
|
|
700
|
+
ServerlessFunctionSortBy = Shapes::StringShape.new(name: 'ServerlessFunctionSortBy')
|
|
618
701
|
Service = Shapes::StringShape.new(name: 'Service')
|
|
619
702
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
620
703
|
Severity = Shapes::StringShape.new(name: 'Severity')
|
|
@@ -652,6 +735,7 @@ module Aws::Inspector2
|
|
|
652
735
|
SuggestedFixCodeString = Shapes::StringShape.new(name: 'SuggestedFixCodeString')
|
|
653
736
|
SuggestedFixDescriptionString = Shapes::StringShape.new(name: 'SuggestedFixDescriptionString')
|
|
654
737
|
SuggestedFixes = Shapes::ListShape.new(name: 'SuggestedFixes')
|
|
738
|
+
SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
|
|
655
739
|
TagComparison = Shapes::StringShape.new(name: 'TagComparison')
|
|
656
740
|
TagFilter = Shapes::StructureShape.new(name: 'TagFilter')
|
|
657
741
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
@@ -693,8 +777,13 @@ module Aws::Inspector2
|
|
|
693
777
|
UpdateCodeSecurityIntegrationResponse = Shapes::StructureShape.new(name: 'UpdateCodeSecurityIntegrationResponse')
|
|
694
778
|
UpdateCodeSecurityScanConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateCodeSecurityScanConfigurationRequest')
|
|
695
779
|
UpdateCodeSecurityScanConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateCodeSecurityScanConfigurationResponse')
|
|
780
|
+
UpdateConfigurationInheritance = Shapes::StructureShape.new(name: 'UpdateConfigurationInheritance')
|
|
696
781
|
UpdateConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationRequest')
|
|
697
782
|
UpdateConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateConfigurationResponse')
|
|
783
|
+
UpdateConnectorRequest = Shapes::StructureShape.new(name: 'UpdateConnectorRequest')
|
|
784
|
+
UpdateConnectorResponse = Shapes::StructureShape.new(name: 'UpdateConnectorResponse')
|
|
785
|
+
UpdateConnectorScanConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateConnectorScanConfigurationRequest')
|
|
786
|
+
UpdateConnectorScanConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateConnectorScanConfigurationResponse')
|
|
698
787
|
UpdateEc2DeepInspectionConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateEc2DeepInspectionConfigurationRequest')
|
|
699
788
|
UpdateEc2DeepInspectionConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateEc2DeepInspectionConfigurationResponse')
|
|
700
789
|
UpdateEncryptionKeyRequest = Shapes::StructureShape.new(name: 'UpdateEncryptionKeyRequest')
|
|
@@ -727,6 +816,14 @@ module Aws::Inspector2
|
|
|
727
816
|
VendorSeverity = Shapes::StringShape.new(name: 'VendorSeverity')
|
|
728
817
|
VendorUpdatedAt = Shapes::TimestampShape.new(name: 'VendorUpdatedAt')
|
|
729
818
|
Version = Shapes::StringShape.new(name: 'Version')
|
|
819
|
+
Vm = Shapes::StructureShape.new(name: 'Vm')
|
|
820
|
+
VmInstanceAggregation = Shapes::StructureShape.new(name: 'VmInstanceAggregation')
|
|
821
|
+
VmInstanceAggregationResponse = Shapes::StructureShape.new(name: 'VmInstanceAggregationResponse')
|
|
822
|
+
VmInstanceMetadata = Shapes::StructureShape.new(name: 'VmInstanceMetadata')
|
|
823
|
+
VmInstanceMetadataInventoryHashString = Shapes::StringShape.new(name: 'VmInstanceMetadataInventoryHashString')
|
|
824
|
+
VmInstanceMetadataVmImageReferenceString = Shapes::StringShape.new(name: 'VmInstanceMetadataVmImageReferenceString')
|
|
825
|
+
VmInstanceSortBy = Shapes::StringShape.new(name: 'VmInstanceSortBy')
|
|
826
|
+
VmPlatform = Shapes::StringShape.new(name: 'VmPlatform')
|
|
730
827
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
|
731
828
|
VulnId = Shapes::StringShape.new(name: 'VulnId')
|
|
732
829
|
VulnIdList = Shapes::ListShape.new(name: 'VulnIdList')
|
|
@@ -789,6 +886,9 @@ module Aws::Inspector2
|
|
|
789
886
|
AggregationRequest.add_member(:lambda_layer_aggregation, Shapes::ShapeRef.new(shape: LambdaLayerAggregation, location_name: "lambdaLayerAggregation"))
|
|
790
887
|
AggregationRequest.add_member(:lambda_function_aggregation, Shapes::ShapeRef.new(shape: LambdaFunctionAggregation, location_name: "lambdaFunctionAggregation"))
|
|
791
888
|
AggregationRequest.add_member(:code_repository_aggregation, Shapes::ShapeRef.new(shape: CodeRepositoryAggregation, location_name: "codeRepositoryAggregation"))
|
|
889
|
+
AggregationRequest.add_member(:vm_instance_aggregation, Shapes::ShapeRef.new(shape: VmInstanceAggregation, location_name: "vmInstanceAggregation"))
|
|
890
|
+
AggregationRequest.add_member(:container_image_aggregation, Shapes::ShapeRef.new(shape: ContainerImageAggregation, location_name: "containerImageAggregation"))
|
|
891
|
+
AggregationRequest.add_member(:serverless_function_aggregation, Shapes::ShapeRef.new(shape: ServerlessFunctionAggregation, location_name: "serverlessFunctionAggregation"))
|
|
792
892
|
AggregationRequest.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
793
893
|
AggregationRequest.add_member_subclass(:account_aggregation, Types::AggregationRequest::AccountAggregation)
|
|
794
894
|
AggregationRequest.add_member_subclass(:ami_aggregation, Types::AggregationRequest::AmiAggregation)
|
|
@@ -802,6 +902,9 @@ module Aws::Inspector2
|
|
|
802
902
|
AggregationRequest.add_member_subclass(:lambda_layer_aggregation, Types::AggregationRequest::LambdaLayerAggregation)
|
|
803
903
|
AggregationRequest.add_member_subclass(:lambda_function_aggregation, Types::AggregationRequest::LambdaFunctionAggregation)
|
|
804
904
|
AggregationRequest.add_member_subclass(:code_repository_aggregation, Types::AggregationRequest::CodeRepositoryAggregation)
|
|
905
|
+
AggregationRequest.add_member_subclass(:vm_instance_aggregation, Types::AggregationRequest::VmInstanceAggregation)
|
|
906
|
+
AggregationRequest.add_member_subclass(:container_image_aggregation, Types::AggregationRequest::ContainerImageAggregation)
|
|
907
|
+
AggregationRequest.add_member_subclass(:serverless_function_aggregation, Types::AggregationRequest::ServerlessFunctionAggregation)
|
|
805
908
|
AggregationRequest.add_member_subclass(:unknown, Types::AggregationRequest::Unknown)
|
|
806
909
|
AggregationRequest.struct_class = Types::AggregationRequest
|
|
807
910
|
|
|
@@ -817,6 +920,9 @@ module Aws::Inspector2
|
|
|
817
920
|
AggregationResponse.add_member(:lambda_layer_aggregation, Shapes::ShapeRef.new(shape: LambdaLayerAggregationResponse, location_name: "lambdaLayerAggregation"))
|
|
818
921
|
AggregationResponse.add_member(:lambda_function_aggregation, Shapes::ShapeRef.new(shape: LambdaFunctionAggregationResponse, location_name: "lambdaFunctionAggregation"))
|
|
819
922
|
AggregationResponse.add_member(:code_repository_aggregation, Shapes::ShapeRef.new(shape: CodeRepositoryAggregationResponse, location_name: "codeRepositoryAggregation"))
|
|
923
|
+
AggregationResponse.add_member(:vm_instance_aggregation, Shapes::ShapeRef.new(shape: VmInstanceAggregationResponse, location_name: "vmInstanceAggregation"))
|
|
924
|
+
AggregationResponse.add_member(:container_image_aggregation, Shapes::ShapeRef.new(shape: ContainerImageAggregationResponse, location_name: "containerImageAggregation"))
|
|
925
|
+
AggregationResponse.add_member(:serverless_function_aggregation, Shapes::ShapeRef.new(shape: ServerlessFunctionAggregationResponse, location_name: "serverlessFunctionAggregation"))
|
|
820
926
|
AggregationResponse.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
821
927
|
AggregationResponse.add_member_subclass(:account_aggregation, Types::AggregationResponse::AccountAggregation)
|
|
822
928
|
AggregationResponse.add_member_subclass(:ami_aggregation, Types::AggregationResponse::AmiAggregation)
|
|
@@ -830,6 +936,9 @@ module Aws::Inspector2
|
|
|
830
936
|
AggregationResponse.add_member_subclass(:lambda_layer_aggregation, Types::AggregationResponse::LambdaLayerAggregation)
|
|
831
937
|
AggregationResponse.add_member_subclass(:lambda_function_aggregation, Types::AggregationResponse::LambdaFunctionAggregation)
|
|
832
938
|
AggregationResponse.add_member_subclass(:code_repository_aggregation, Types::AggregationResponse::CodeRepositoryAggregation)
|
|
939
|
+
AggregationResponse.add_member_subclass(:vm_instance_aggregation, Types::AggregationResponse::VmInstanceAggregation)
|
|
940
|
+
AggregationResponse.add_member_subclass(:container_image_aggregation, Types::AggregationResponse::ContainerImageAggregation)
|
|
941
|
+
AggregationResponse.add_member_subclass(:serverless_function_aggregation, Types::AggregationResponse::ServerlessFunctionAggregation)
|
|
833
942
|
AggregationResponse.add_member_subclass(:unknown, Types::AggregationResponse::Unknown)
|
|
834
943
|
AggregationResponse.struct_class = Types::AggregationResponse
|
|
835
944
|
|
|
@@ -842,6 +951,11 @@ module Aws::Inspector2
|
|
|
842
951
|
|
|
843
952
|
AmiAggregationResponse.add_member(:ami, Shapes::ShapeRef.new(shape: AmiId, required: true, location_name: "ami"))
|
|
844
953
|
AmiAggregationResponse.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
|
|
954
|
+
AmiAggregationResponse.add_member(:cloud_provider, Shapes::ShapeRef.new(shape: Provider, location_name: "cloudProvider"))
|
|
955
|
+
AmiAggregationResponse.add_member(:cloud_partition, Shapes::ShapeRef.new(shape: ProviderPartition, location_name: "cloudPartition"))
|
|
956
|
+
AmiAggregationResponse.add_member(:cloud_region, Shapes::ShapeRef.new(shape: ProviderRegion, location_name: "cloudRegion"))
|
|
957
|
+
AmiAggregationResponse.add_member(:cloud_org_id, Shapes::ShapeRef.new(shape: ProviderOrgId, location_name: "cloudOrgId"))
|
|
958
|
+
AmiAggregationResponse.add_member(:cloud_account_id, Shapes::ShapeRef.new(shape: ProviderAccountId, location_name: "cloudAccountId"))
|
|
845
959
|
AmiAggregationResponse.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
|
|
846
960
|
AmiAggregationResponse.add_member(:affected_instances, Shapes::ShapeRef.new(shape: Long, location_name: "affectedInstances"))
|
|
847
961
|
AmiAggregationResponse.struct_class = Types::AmiAggregationResponse
|
|
@@ -873,6 +987,14 @@ module Aws::Inspector2
|
|
|
873
987
|
AutoEnable.add_member(:code_repository, Shapes::ShapeRef.new(shape: Boolean, location_name: "codeRepository"))
|
|
874
988
|
AutoEnable.struct_class = Types::AutoEnable
|
|
875
989
|
|
|
990
|
+
AwsConfigConnectorArnFilter.add_member(:comparison, Shapes::ShapeRef.new(shape: AwsConfigConnectorArnComparison, required: true, location_name: "comparison"))
|
|
991
|
+
AwsConfigConnectorArnFilter.add_member(:value, Shapes::ShapeRef.new(shape: AwsConfigConnectorArn, required: true, location_name: "value"))
|
|
992
|
+
AwsConfigConnectorArnFilter.struct_class = Types::AwsConfigConnectorArnFilter
|
|
993
|
+
|
|
994
|
+
AwsConfigConnectorArnFilterList.member = Shapes::ShapeRef.new(shape: AwsConfigConnectorArnFilter)
|
|
995
|
+
|
|
996
|
+
AwsConfigConnectorArnList.member = Shapes::ShapeRef.new(shape: AwsConfigConnectorArn)
|
|
997
|
+
|
|
876
998
|
AwsEc2InstanceDetails.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "type"))
|
|
877
999
|
AwsEc2InstanceDetails.add_member(:image_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "imageId"))
|
|
878
1000
|
AwsEc2InstanceDetails.add_member(:ip_v4_addresses, Shapes::ShapeRef.new(shape: IpV4AddressList, location_name: "ipV4Addresses"))
|
|
@@ -945,6 +1067,29 @@ module Aws::Inspector2
|
|
|
945
1067
|
AwsLambdaFunctionDetails.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedAt"))
|
|
946
1068
|
AwsLambdaFunctionDetails.struct_class = Types::AwsLambdaFunctionDetails
|
|
947
1069
|
|
|
1070
|
+
AzureProviderDetailCreate.add_member(:aws_config_connector_arn, Shapes::ShapeRef.new(shape: AwsConfigConnectorArn, required: true, location_name: "awsConfigConnectorArn"))
|
|
1071
|
+
AzureProviderDetailCreate.add_member(:scope_configuration, Shapes::ShapeRef.new(shape: AzureScopeConfigurationInput, required: true, location_name: "scopeConfiguration"))
|
|
1072
|
+
AzureProviderDetailCreate.add_member(:azure_regions, Shapes::ShapeRef.new(shape: AzureRegionList, required: true, location_name: "azureRegions"))
|
|
1073
|
+
AzureProviderDetailCreate.add_member(:auto_install_vm_scanner, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoInstallVMScanner"))
|
|
1074
|
+
AzureProviderDetailCreate.struct_class = Types::AzureProviderDetailCreate
|
|
1075
|
+
|
|
1076
|
+
AzureProviderDetailUpdate.add_member(:azure_regions, Shapes::ShapeRef.new(shape: AzureRegionList, location_name: "azureRegions"))
|
|
1077
|
+
AzureProviderDetailUpdate.add_member(:scope_configuration, Shapes::ShapeRef.new(shape: AzureScopeConfigurationInput, location_name: "scopeConfiguration"))
|
|
1078
|
+
AzureProviderDetailUpdate.add_member(:auto_install_vm_scanner, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoInstallVMScanner"))
|
|
1079
|
+
AzureProviderDetailUpdate.struct_class = Types::AzureProviderDetailUpdate
|
|
1080
|
+
|
|
1081
|
+
AzureRegionList.member = Shapes::ShapeRef.new(shape: AzureRegion)
|
|
1082
|
+
|
|
1083
|
+
AzureScopeConfiguration.add_member(:vm_scanning, Shapes::ShapeRef.new(shape: ScopeConfiguration, location_name: "vmScanning"))
|
|
1084
|
+
AzureScopeConfiguration.add_member(:container_image_scanning, Shapes::ShapeRef.new(shape: ScopeConfiguration, location_name: "containerImageScanning"))
|
|
1085
|
+
AzureScopeConfiguration.add_member(:serverless_scanning, Shapes::ShapeRef.new(shape: ScopeConfiguration, location_name: "serverlessScanning"))
|
|
1086
|
+
AzureScopeConfiguration.struct_class = Types::AzureScopeConfiguration
|
|
1087
|
+
|
|
1088
|
+
AzureScopeConfigurationInput.add_member(:vm_scanning, Shapes::ShapeRef.new(shape: ScopeConfigurationInput, location_name: "vmScanning"))
|
|
1089
|
+
AzureScopeConfigurationInput.add_member(:container_image_scanning, Shapes::ShapeRef.new(shape: ScopeConfigurationInput, location_name: "containerImageScanning"))
|
|
1090
|
+
AzureScopeConfigurationInput.add_member(:serverless_scanning, Shapes::ShapeRef.new(shape: ScopeConfigurationInput, location_name: "serverlessScanning"))
|
|
1091
|
+
AzureScopeConfigurationInput.struct_class = Types::AzureScopeConfigurationInput
|
|
1092
|
+
|
|
948
1093
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
949
1094
|
BadRequestException.struct_class = Types::BadRequestException
|
|
950
1095
|
|
|
@@ -1192,6 +1337,10 @@ module Aws::Inspector2
|
|
|
1192
1337
|
CisaData.add_member(:action, Shapes::ShapeRef.new(shape: CisaAction, location_name: "action"))
|
|
1193
1338
|
CisaData.struct_class = Types::CisaData
|
|
1194
1339
|
|
|
1340
|
+
CloudSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
|
1341
|
+
|
|
1342
|
+
CloudSubnetIdList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
|
1343
|
+
|
|
1195
1344
|
ClusterDetails.add_member(:last_in_use, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastInUse"))
|
|
1196
1345
|
ClusterDetails.add_member(:running_unit_count, Shapes::ShapeRef.new(shape: Long, location_name: "runningUnitCount"))
|
|
1197
1346
|
ClusterDetails.add_member(:stopped_unit_count, Shapes::ShapeRef.new(shape: Long, location_name: "stoppedUnitCount"))
|
|
@@ -1339,6 +1488,116 @@ module Aws::Inspector2
|
|
|
1339
1488
|
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
|
1340
1489
|
ConflictException.struct_class = Types::ConflictException
|
|
1341
1490
|
|
|
1491
|
+
Connector.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location_name: "connectorArn"))
|
|
1492
|
+
Connector.add_member(:name, Shapes::ShapeRef.new(shape: ConnectorName, location_name: "name"))
|
|
1493
|
+
Connector.add_member(:description, Shapes::ShapeRef.new(shape: ConnectorDescription, location_name: "description"))
|
|
1494
|
+
Connector.add_member(:provider, Shapes::ShapeRef.new(shape: ConnectorCloudProvider, required: true, location_name: "provider"))
|
|
1495
|
+
Connector.add_member(:enablement_status, Shapes::ShapeRef.new(shape: EnablementStatus, location_name: "enablementStatus"))
|
|
1496
|
+
Connector.add_member(:enablement_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "enablementStatusReason"))
|
|
1497
|
+
Connector.add_member(:health, Shapes::ShapeRef.new(shape: ConnectorHealth, location_name: "health"))
|
|
1498
|
+
Connector.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createdAt"))
|
|
1499
|
+
Connector.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updatedAt"))
|
|
1500
|
+
Connector.add_member(:azure_regions, Shapes::ShapeRef.new(shape: AzureRegionList, location_name: "azureRegions"))
|
|
1501
|
+
Connector.add_member(:aws_config_connector_arn, Shapes::ShapeRef.new(shape: AwsConfigConnectorArn, location_name: "awsConfigConnectorArn"))
|
|
1502
|
+
Connector.add_member(:scope_configuration, Shapes::ShapeRef.new(shape: AzureScopeConfiguration, location_name: "scopeConfiguration"))
|
|
1503
|
+
Connector.add_member(:tags, Shapes::ShapeRef.new(shape: ConnectorTagMap, location_name: "tags"))
|
|
1504
|
+
Connector.add_member(:auto_install_vm_scanner, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoInstallVMScanner"))
|
|
1505
|
+
Connector.struct_class = Types::Connector
|
|
1506
|
+
|
|
1507
|
+
ConnectorArnFilter.add_member(:comparison, Shapes::ShapeRef.new(shape: ConnectorArnComparison, required: true, location_name: "comparison"))
|
|
1508
|
+
ConnectorArnFilter.add_member(:value, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location_name: "value"))
|
|
1509
|
+
ConnectorArnFilter.struct_class = Types::ConnectorArnFilter
|
|
1510
|
+
|
|
1511
|
+
ConnectorArnFilterList.member = Shapes::ShapeRef.new(shape: ConnectorArnFilter)
|
|
1512
|
+
|
|
1513
|
+
ConnectorArnList.member = Shapes::ShapeRef.new(shape: ConnectorArn)
|
|
1514
|
+
|
|
1515
|
+
ConnectorContainerImageScanConfiguration.add_member(:push_duration, Shapes::ShapeRef.new(shape: ContainerImageRescanDuration, location_name: "pushDuration"))
|
|
1516
|
+
ConnectorContainerImageScanConfiguration.add_member(:pull_duration, Shapes::ShapeRef.new(shape: ContainerImagePullDateRescanDuration, location_name: "pullDuration"))
|
|
1517
|
+
ConnectorContainerImageScanConfiguration.struct_class = Types::ConnectorContainerImageScanConfiguration
|
|
1518
|
+
|
|
1519
|
+
ConnectorFilterCriteria.add_member(:connector_arns, Shapes::ShapeRef.new(shape: ConnectorArnFilterList, location_name: "connectorArns"))
|
|
1520
|
+
ConnectorFilterCriteria.add_member(:accounts, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "accounts"))
|
|
1521
|
+
ConnectorFilterCriteria.add_member(:aws_config_connector_arns, Shapes::ShapeRef.new(shape: AwsConfigConnectorArnFilterList, location_name: "awsConfigConnectorArns"))
|
|
1522
|
+
ConnectorFilterCriteria.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorTypeFilterList, location_name: "connectorType"))
|
|
1523
|
+
ConnectorFilterCriteria.add_member(:provider, Shapes::ShapeRef.new(shape: ProviderFilterList, location_name: "provider"))
|
|
1524
|
+
ConnectorFilterCriteria.struct_class = Types::ConnectorFilterCriteria
|
|
1525
|
+
|
|
1526
|
+
ConnectorHealth.add_member(:connector_status, Shapes::ShapeRef.new(shape: ConnectorHealthStatus, required: true, location_name: "connectorStatus"))
|
|
1527
|
+
ConnectorHealth.add_member(:last_checked_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "lastCheckedAt"))
|
|
1528
|
+
ConnectorHealth.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
1529
|
+
ConnectorHealth.struct_class = Types::ConnectorHealth
|
|
1530
|
+
|
|
1531
|
+
ConnectorList.member = Shapes::ShapeRef.new(shape: Connector)
|
|
1532
|
+
|
|
1533
|
+
ConnectorScanConfiguration.add_member(:container_image_scanning, Shapes::ShapeRef.new(shape: ConnectorContainerImageScanConfiguration, location_name: "containerImageScanning"))
|
|
1534
|
+
ConnectorScanConfiguration.struct_class = Types::ConnectorScanConfiguration
|
|
1535
|
+
|
|
1536
|
+
ConnectorScanConfigurationItem.add_member(:aws_config_connector_arn, Shapes::ShapeRef.new(shape: AwsConfigConnectorArn, required: true, location_name: "awsConfigConnectorArn"))
|
|
1537
|
+
ConnectorScanConfigurationItem.add_member(:connector_arns, Shapes::ShapeRef.new(shape: ConnectorArnList, required: true, location_name: "connectorArns"))
|
|
1538
|
+
ConnectorScanConfigurationItem.add_member(:scan_configuration, Shapes::ShapeRef.new(shape: ConnectorScanConfiguration, required: true, location_name: "scanConfiguration"))
|
|
1539
|
+
ConnectorScanConfigurationItem.struct_class = Types::ConnectorScanConfigurationItem
|
|
1540
|
+
|
|
1541
|
+
ConnectorScanConfigurationItemList.member = Shapes::ShapeRef.new(shape: ConnectorScanConfigurationItem)
|
|
1542
|
+
|
|
1543
|
+
ConnectorTagMap.key = Shapes::ShapeRef.new(shape: ConnectorTagKey)
|
|
1544
|
+
ConnectorTagMap.value = Shapes::ShapeRef.new(shape: ConnectorTagValue)
|
|
1545
|
+
|
|
1546
|
+
ConnectorTypeFilter.add_member(:comparison, Shapes::ShapeRef.new(shape: ConnectorTypeComparison, required: true, location_name: "comparison"))
|
|
1547
|
+
ConnectorTypeFilter.add_member(:value, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "value"))
|
|
1548
|
+
ConnectorTypeFilter.struct_class = Types::ConnectorTypeFilter
|
|
1549
|
+
|
|
1550
|
+
ConnectorTypeFilterList.member = Shapes::ShapeRef.new(shape: ConnectorTypeFilter)
|
|
1551
|
+
|
|
1552
|
+
ContainerImageAggregation.add_member(:resource_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "resourceIds"))
|
|
1553
|
+
ContainerImageAggregation.add_member(:image_digests, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "imageDigests"))
|
|
1554
|
+
ContainerImageAggregation.add_member(:repositories, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "repositories"))
|
|
1555
|
+
ContainerImageAggregation.add_member(:registries, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "registries"))
|
|
1556
|
+
ContainerImageAggregation.add_member(:architectures, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "architectures"))
|
|
1557
|
+
ContainerImageAggregation.add_member(:image_tags, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "imageTags"))
|
|
1558
|
+
ContainerImageAggregation.add_member(:cloud_providers, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudProviders"))
|
|
1559
|
+
ContainerImageAggregation.add_member(:cloud_partitions, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudPartitions"))
|
|
1560
|
+
ContainerImageAggregation.add_member(:cloud_regions, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudRegions"))
|
|
1561
|
+
ContainerImageAggregation.add_member(:cloud_org_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudOrgIds"))
|
|
1562
|
+
ContainerImageAggregation.add_member(:cloud_account_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudAccountIds"))
|
|
1563
|
+
ContainerImageAggregation.add_member(:last_in_use_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "lastInUseAt"))
|
|
1564
|
+
ContainerImageAggregation.add_member(:in_use_count, Shapes::ShapeRef.new(shape: NumberFilterList, location_name: "inUseCount"))
|
|
1565
|
+
ContainerImageAggregation.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sortOrder"))
|
|
1566
|
+
ContainerImageAggregation.add_member(:sort_by, Shapes::ShapeRef.new(shape: ContainerImageSortBy, location_name: "sortBy"))
|
|
1567
|
+
ContainerImageAggregation.struct_class = Types::ContainerImageAggregation
|
|
1568
|
+
|
|
1569
|
+
ContainerImageAggregationResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "resourceId"))
|
|
1570
|
+
ContainerImageAggregationResponse.add_member(:cloud_provider, Shapes::ShapeRef.new(shape: Provider, location_name: "cloudProvider"))
|
|
1571
|
+
ContainerImageAggregationResponse.add_member(:cloud_account_id, Shapes::ShapeRef.new(shape: ProviderAccountId, location_name: "cloudAccountId"))
|
|
1572
|
+
ContainerImageAggregationResponse.add_member(:cloud_partition, Shapes::ShapeRef.new(shape: ProviderPartition, location_name: "cloudPartition"))
|
|
1573
|
+
ContainerImageAggregationResponse.add_member(:cloud_region, Shapes::ShapeRef.new(shape: ProviderRegion, location_name: "cloudRegion"))
|
|
1574
|
+
ContainerImageAggregationResponse.add_member(:cloud_org_id, Shapes::ShapeRef.new(shape: ProviderOrgId, location_name: "cloudOrgId"))
|
|
1575
|
+
ContainerImageAggregationResponse.add_member(:image_digest, Shapes::ShapeRef.new(shape: String, location_name: "imageDigest"))
|
|
1576
|
+
ContainerImageAggregationResponse.add_member(:repository, Shapes::ShapeRef.new(shape: String, location_name: "repository"))
|
|
1577
|
+
ContainerImageAggregationResponse.add_member(:registry, Shapes::ShapeRef.new(shape: String, location_name: "registry"))
|
|
1578
|
+
ContainerImageAggregationResponse.add_member(:architecture, Shapes::ShapeRef.new(shape: String, location_name: "architecture"))
|
|
1579
|
+
ContainerImageAggregationResponse.add_member(:image_tags, Shapes::ShapeRef.new(shape: StringList, location_name: "imageTags"))
|
|
1580
|
+
ContainerImageAggregationResponse.add_member(:account_id, Shapes::ShapeRef.new(shape: String, location_name: "accountId"))
|
|
1581
|
+
ContainerImageAggregationResponse.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
|
|
1582
|
+
ContainerImageAggregationResponse.add_member(:last_in_use_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "lastInUseAt"))
|
|
1583
|
+
ContainerImageAggregationResponse.add_member(:in_use_count, Shapes::ShapeRef.new(shape: Long, location_name: "inUseCount"))
|
|
1584
|
+
ContainerImageAggregationResponse.add_member(:exploit_available_active_findings_count, Shapes::ShapeRef.new(shape: Long, location_name: "exploitAvailableActiveFindingsCount"))
|
|
1585
|
+
ContainerImageAggregationResponse.add_member(:fix_available_active_findings_count, Shapes::ShapeRef.new(shape: Long, location_name: "fixAvailableActiveFindingsCount"))
|
|
1586
|
+
ContainerImageAggregationResponse.struct_class = Types::ContainerImageAggregationResponse
|
|
1587
|
+
|
|
1588
|
+
ContainerImageMetadata.add_member(:image_tags, Shapes::ShapeRef.new(shape: TagList, location_name: "imageTags"))
|
|
1589
|
+
ContainerImageMetadata.add_member(:image_pulled_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "imagePulledAt"))
|
|
1590
|
+
ContainerImageMetadata.add_member(:last_in_use_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "lastInUseAt"))
|
|
1591
|
+
ContainerImageMetadata.add_member(:in_use_count, Shapes::ShapeRef.new(shape: Long, location_name: "inUseCount"))
|
|
1592
|
+
ContainerImageMetadata.struct_class = Types::ContainerImageMetadata
|
|
1593
|
+
|
|
1594
|
+
ContainerRegistryMetadata.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
1595
|
+
ContainerRegistryMetadata.struct_class = Types::ContainerRegistryMetadata
|
|
1596
|
+
|
|
1597
|
+
ContainerRepositoryMetadata.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
|
1598
|
+
ContainerRepositoryMetadata.add_member(:scan_frequency, Shapes::ShapeRef.new(shape: String, location_name: "scanFrequency"))
|
|
1599
|
+
ContainerRepositoryMetadata.struct_class = Types::ContainerRepositoryMetadata
|
|
1600
|
+
|
|
1342
1601
|
ContinuousIntegrationScanConfiguration.add_member(:supported_events, Shapes::ShapeRef.new(shape: ContinuousIntegrationScanSupportedEvents, required: true, location_name: "supportedEvents"))
|
|
1343
1602
|
ContinuousIntegrationScanConfiguration.struct_class = Types::ContinuousIntegrationScanConfiguration
|
|
1344
1603
|
|
|
@@ -1377,6 +1636,17 @@ module Aws::Inspector2
|
|
|
1377
1636
|
CoverageFilterCriteria.add_member(:code_repository_provider_type, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "codeRepositoryProviderType"))
|
|
1378
1637
|
CoverageFilterCriteria.add_member(:code_repository_provider_type_visibility, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "codeRepositoryProviderTypeVisibility"))
|
|
1379
1638
|
CoverageFilterCriteria.add_member(:last_scanned_commit_id, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "lastScannedCommitId"))
|
|
1639
|
+
CoverageFilterCriteria.add_member(:cloud_provider, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "cloudProvider"))
|
|
1640
|
+
CoverageFilterCriteria.add_member(:cloud_provider_account_id, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "cloudProviderAccountId"))
|
|
1641
|
+
CoverageFilterCriteria.add_member(:cloud_provider_region, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "cloudProviderRegion"))
|
|
1642
|
+
CoverageFilterCriteria.add_member(:cloud_vm_instance_tags, Shapes::ShapeRef.new(shape: CoverageMapFilterList, location_name: "cloudVmInstanceTags"))
|
|
1643
|
+
CoverageFilterCriteria.add_member(:cloud_container_image_tags, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "cloudContainerImageTags"))
|
|
1644
|
+
CoverageFilterCriteria.add_member(:cloud_container_repository_name, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "cloudContainerRepositoryName"))
|
|
1645
|
+
CoverageFilterCriteria.add_member(:cloud_container_registry_name, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "cloudContainerRegistryName"))
|
|
1646
|
+
CoverageFilterCriteria.add_member(:cloud_serverless_function_name, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "cloudServerlessFunctionName"))
|
|
1647
|
+
CoverageFilterCriteria.add_member(:cloud_serverless_function_runtime, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "cloudServerlessFunctionRuntime"))
|
|
1648
|
+
CoverageFilterCriteria.add_member(:cloud_serverless_function_tags, Shapes::ShapeRef.new(shape: CoverageMapFilterList, location_name: "cloudServerlessFunctionTags"))
|
|
1649
|
+
CoverageFilterCriteria.add_member(:cloud_provider_org_id, Shapes::ShapeRef.new(shape: CoverageStringFilterList, location_name: "cloudProviderOrgId"))
|
|
1380
1650
|
CoverageFilterCriteria.struct_class = Types::CoverageFilterCriteria
|
|
1381
1651
|
|
|
1382
1652
|
CoverageMapFilter.add_member(:comparison, Shapes::ShapeRef.new(shape: CoverageMapComparison, required: true, location_name: "comparison"))
|
|
@@ -1406,6 +1676,11 @@ module Aws::Inspector2
|
|
|
1406
1676
|
CoveredResource.add_member(:resource_metadata, Shapes::ShapeRef.new(shape: ResourceScanMetadata, location_name: "resourceMetadata"))
|
|
1407
1677
|
CoveredResource.add_member(:last_scanned_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "lastScannedAt"))
|
|
1408
1678
|
CoveredResource.add_member(:scan_mode, Shapes::ShapeRef.new(shape: ScanMode, location_name: "scanMode"))
|
|
1679
|
+
CoveredResource.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, location_name: "provider"))
|
|
1680
|
+
CoveredResource.add_member(:provider_account_id, Shapes::ShapeRef.new(shape: ProviderAccountId, location_name: "providerAccountId"))
|
|
1681
|
+
CoveredResource.add_member(:provider_org_id, Shapes::ShapeRef.new(shape: ProviderOrgId, location_name: "providerOrgId"))
|
|
1682
|
+
CoveredResource.add_member(:provider_region, Shapes::ShapeRef.new(shape: ProviderRegion, location_name: "providerRegion"))
|
|
1683
|
+
CoveredResource.add_member(:provider_partition, Shapes::ShapeRef.new(shape: ProviderPartition, location_name: "providerPartition"))
|
|
1409
1684
|
CoveredResource.struct_class = Types::CoveredResource
|
|
1410
1685
|
|
|
1411
1686
|
CoveredResources.member = Shapes::ShapeRef.new(shape: CoveredResource)
|
|
@@ -1445,6 +1720,17 @@ module Aws::Inspector2
|
|
|
1445
1720
|
CreateCodeSecurityScanConfigurationResponse.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, required: true, location_name: "scanConfigurationArn"))
|
|
1446
1721
|
CreateCodeSecurityScanConfigurationResponse.struct_class = Types::CreateCodeSecurityScanConfigurationResponse
|
|
1447
1722
|
|
|
1723
|
+
CreateConnectorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1724
|
+
CreateConnectorRequest.add_member(:name, Shapes::ShapeRef.new(shape: ConnectorName, required: true, location_name: "name"))
|
|
1725
|
+
CreateConnectorRequest.add_member(:provider, Shapes::ShapeRef.new(shape: ConnectorCloudProvider, required: true, location_name: "provider"))
|
|
1726
|
+
CreateConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConnectorDescription, location_name: "description"))
|
|
1727
|
+
CreateConnectorRequest.add_member(:provider_detail, Shapes::ShapeRef.new(shape: ProviderDetailCreate, required: true, location_name: "providerDetail"))
|
|
1728
|
+
CreateConnectorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: ConnectorTagMap, location_name: "tags"))
|
|
1729
|
+
CreateConnectorRequest.struct_class = Types::CreateConnectorRequest
|
|
1730
|
+
|
|
1731
|
+
CreateConnectorResponse.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location_name: "connectorArn"))
|
|
1732
|
+
CreateConnectorResponse.struct_class = Types::CreateConnectorResponse
|
|
1733
|
+
|
|
1448
1734
|
CreateFilterRequest.add_member(:action, Shapes::ShapeRef.new(shape: FilterAction, required: true, location_name: "action"))
|
|
1449
1735
|
CreateFilterRequest.add_member(:description, Shapes::ShapeRef.new(shape: FilterDescription, location_name: "description"))
|
|
1450
1736
|
CreateFilterRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: FilterCriteria, required: true, location_name: "filterCriteria"))
|
|
@@ -1559,6 +1845,11 @@ module Aws::Inspector2
|
|
|
1559
1845
|
DeleteCodeSecurityScanConfigurationResponse.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, location_name: "scanConfigurationArn"))
|
|
1560
1846
|
DeleteCodeSecurityScanConfigurationResponse.struct_class = Types::DeleteCodeSecurityScanConfigurationResponse
|
|
1561
1847
|
|
|
1848
|
+
DeleteConnectorRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location_name: "connectorArn"))
|
|
1849
|
+
DeleteConnectorRequest.struct_class = Types::DeleteConnectorRequest
|
|
1850
|
+
|
|
1851
|
+
DeleteConnectorResponse.struct_class = Types::DeleteConnectorResponse
|
|
1852
|
+
|
|
1562
1853
|
DeleteFilterRequest.add_member(:arn, Shapes::ShapeRef.new(shape: FilterArn, required: true, location_name: "arn"))
|
|
1563
1854
|
DeleteFilterRequest.struct_class = Types::DeleteFilterRequest
|
|
1564
1855
|
|
|
@@ -1789,6 +2080,25 @@ module Aws::Inspector2
|
|
|
1789
2080
|
FilterCriteria.add_member(:epss_score, Shapes::ShapeRef.new(shape: NumberFilterList, location_name: "epssScore"))
|
|
1790
2081
|
FilterCriteria.add_member(:code_repository_project_name, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "codeRepositoryProjectName"))
|
|
1791
2082
|
FilterCriteria.add_member(:code_repository_provider_type, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "codeRepositoryProviderType"))
|
|
2083
|
+
FilterCriteria.add_member(:cloud_provider, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudProvider"))
|
|
2084
|
+
FilterCriteria.add_member(:cloud_provider_region, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudProviderRegion"))
|
|
2085
|
+
FilterCriteria.add_member(:cloud_provider_account_id, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudProviderAccountId"))
|
|
2086
|
+
FilterCriteria.add_member(:cloud_provider_org_id, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudProviderOrgId"))
|
|
2087
|
+
FilterCriteria.add_member(:cloud_vm_image_reference, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudVmImageReference"))
|
|
2088
|
+
FilterCriteria.add_member(:cloud_vm_network_id, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudVmNetworkId"))
|
|
2089
|
+
FilterCriteria.add_member(:cloud_vm_subnet_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudVmSubnetIds"))
|
|
2090
|
+
FilterCriteria.add_member(:cloud_image_repository_name, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudImageRepositoryName"))
|
|
2091
|
+
FilterCriteria.add_member(:cloud_image_registry, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudImageRegistry"))
|
|
2092
|
+
FilterCriteria.add_member(:cloud_image_digest, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudImageDigest"))
|
|
2093
|
+
FilterCriteria.add_member(:cloud_image_tags, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudImageTags"))
|
|
2094
|
+
FilterCriteria.add_member(:cloud_image_pushed_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "cloudImagePushedAt"))
|
|
2095
|
+
FilterCriteria.add_member(:cloud_image_architecture, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudImageArchitecture"))
|
|
2096
|
+
FilterCriteria.add_member(:cloud_image_last_in_use_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "cloudImageLastInUseAt"))
|
|
2097
|
+
FilterCriteria.add_member(:cloud_image_in_use_count, Shapes::ShapeRef.new(shape: NumberFilterList, location_name: "cloudImageInUseCount"))
|
|
2098
|
+
FilterCriteria.add_member(:cloud_serverless_function_name, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudServerlessFunctionName"))
|
|
2099
|
+
FilterCriteria.add_member(:cloud_serverless_function_runtime, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudServerlessFunctionRuntime"))
|
|
2100
|
+
FilterCriteria.add_member(:cloud_serverless_function_last_modified_at, Shapes::ShapeRef.new(shape: DateFilterList, location_name: "cloudServerlessFunctionLastModifiedAt"))
|
|
2101
|
+
FilterCriteria.add_member(:cloud_serverless_function_execution_role, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudServerlessFunctionExecutionRole"))
|
|
1792
2102
|
FilterCriteria.struct_class = Types::FilterCriteria
|
|
1793
2103
|
|
|
1794
2104
|
FilterList.member = Shapes::ShapeRef.new(shape: Filter)
|
|
@@ -1851,6 +2161,11 @@ module Aws::Inspector2
|
|
|
1851
2161
|
FindingTypeAggregationResponse.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
|
|
1852
2162
|
FindingTypeAggregationResponse.add_member(:exploit_available_count, Shapes::ShapeRef.new(shape: Long, location_name: "exploitAvailableCount"))
|
|
1853
2163
|
FindingTypeAggregationResponse.add_member(:fix_available_count, Shapes::ShapeRef.new(shape: Long, location_name: "fixAvailableCount"))
|
|
2164
|
+
FindingTypeAggregationResponse.add_member(:cloud_provider, Shapes::ShapeRef.new(shape: String, location_name: "cloudProvider"))
|
|
2165
|
+
FindingTypeAggregationResponse.add_member(:cloud_account_id, Shapes::ShapeRef.new(shape: String, location_name: "cloudAccountId"))
|
|
2166
|
+
FindingTypeAggregationResponse.add_member(:cloud_org_id, Shapes::ShapeRef.new(shape: String, location_name: "cloudOrgId"))
|
|
2167
|
+
FindingTypeAggregationResponse.add_member(:cloud_region, Shapes::ShapeRef.new(shape: String, location_name: "cloudRegion"))
|
|
2168
|
+
FindingTypeAggregationResponse.add_member(:cloud_partition, Shapes::ShapeRef.new(shape: String, location_name: "cloudPartition"))
|
|
1854
2169
|
FindingTypeAggregationResponse.struct_class = Types::FindingTypeAggregationResponse
|
|
1855
2170
|
|
|
1856
2171
|
FreeTrialAccountInfo.add_member(:account_id, Shapes::ShapeRef.new(shape: MeteringAccountId, required: true, location_name: "accountId"))
|
|
@@ -1863,6 +2178,7 @@ module Aws::Inspector2
|
|
|
1863
2178
|
FreeTrialInfo.add_member(:start, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "start"))
|
|
1864
2179
|
FreeTrialInfo.add_member(:end, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "end"))
|
|
1865
2180
|
FreeTrialInfo.add_member(:status, Shapes::ShapeRef.new(shape: FreeTrialStatus, required: true, location_name: "status"))
|
|
2181
|
+
FreeTrialInfo.add_member(:cloud_provider, Shapes::ShapeRef.new(shape: CloudProvider, location_name: "cloudProvider"))
|
|
1866
2182
|
FreeTrialInfo.struct_class = Types::FreeTrialInfo
|
|
1867
2183
|
|
|
1868
2184
|
FreeTrialInfoError.add_member(:account_id, Shapes::ShapeRef.new(shape: MeteringAccountId, required: true, location_name: "accountId"))
|
|
@@ -1948,6 +2264,7 @@ module Aws::Inspector2
|
|
|
1948
2264
|
GetCodeSecurityScanResponse.add_member(:last_commit_id, Shapes::ShapeRef.new(shape: String, location_name: "lastCommitId"))
|
|
1949
2265
|
GetCodeSecurityScanResponse.struct_class = Types::GetCodeSecurityScanResponse
|
|
1950
2266
|
|
|
2267
|
+
GetConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
|
|
1951
2268
|
GetConfigurationRequest.struct_class = Types::GetConfigurationRequest
|
|
1952
2269
|
|
|
1953
2270
|
GetConfigurationResponse.add_member(:ecr_configuration, Shapes::ShapeRef.new(shape: EcrConfigurationState, location_name: "ecrConfiguration"))
|
|
@@ -2003,9 +2320,26 @@ module Aws::Inspector2
|
|
|
2003
2320
|
GetSbomExportResponse.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: ResourceFilterCriteria, location_name: "filterCriteria"))
|
|
2004
2321
|
GetSbomExportResponse.struct_class = Types::GetSbomExportResponse
|
|
2005
2322
|
|
|
2323
|
+
Image.add_member(:repository_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "repositoryName"))
|
|
2324
|
+
Image.add_member(:registry, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "registry"))
|
|
2325
|
+
Image.add_member(:image_tags, Shapes::ShapeRef.new(shape: ImageTagList, location_name: "imageTags"))
|
|
2326
|
+
Image.add_member(:image_digest, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "imageDigest"))
|
|
2327
|
+
Image.add_member(:pushed_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "pushedAt"))
|
|
2328
|
+
Image.add_member(:architecture, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "architecture"))
|
|
2329
|
+
Image.add_member(:author, Shapes::ShapeRef.new(shape: String, location_name: "author"))
|
|
2330
|
+
Image.add_member(:in_use_count, Shapes::ShapeRef.new(shape: ImageInUseCountLong, location_name: "inUseCount"))
|
|
2331
|
+
Image.add_member(:last_in_use_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "lastInUseAt"))
|
|
2332
|
+
Image.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
|
|
2333
|
+
Image.struct_class = Types::Image
|
|
2334
|
+
|
|
2006
2335
|
ImageLayerAggregation.add_member(:repositories, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "repositories"))
|
|
2007
2336
|
ImageLayerAggregation.add_member(:resource_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "resourceIds"))
|
|
2008
2337
|
ImageLayerAggregation.add_member(:layer_hashes, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "layerHashes"))
|
|
2338
|
+
ImageLayerAggregation.add_member(:cloud_providers, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudProviders"))
|
|
2339
|
+
ImageLayerAggregation.add_member(:cloud_account_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudAccountIds"))
|
|
2340
|
+
ImageLayerAggregation.add_member(:cloud_org_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudOrgIds"))
|
|
2341
|
+
ImageLayerAggregation.add_member(:cloud_regions, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudRegions"))
|
|
2342
|
+
ImageLayerAggregation.add_member(:cloud_partitions, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudPartitions"))
|
|
2009
2343
|
ImageLayerAggregation.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sortOrder"))
|
|
2010
2344
|
ImageLayerAggregation.add_member(:sort_by, Shapes::ShapeRef.new(shape: ImageLayerSortBy, location_name: "sortBy"))
|
|
2011
2345
|
ImageLayerAggregation.struct_class = Types::ImageLayerAggregation
|
|
@@ -2014,6 +2348,11 @@ module Aws::Inspector2
|
|
|
2014
2348
|
ImageLayerAggregationResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "resourceId"))
|
|
2015
2349
|
ImageLayerAggregationResponse.add_member(:layer_hash, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "layerHash"))
|
|
2016
2350
|
ImageLayerAggregationResponse.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
|
2351
|
+
ImageLayerAggregationResponse.add_member(:cloud_provider, Shapes::ShapeRef.new(shape: String, location_name: "cloudProvider"))
|
|
2352
|
+
ImageLayerAggregationResponse.add_member(:cloud_account_id, Shapes::ShapeRef.new(shape: String, location_name: "cloudAccountId"))
|
|
2353
|
+
ImageLayerAggregationResponse.add_member(:cloud_org_id, Shapes::ShapeRef.new(shape: String, location_name: "cloudOrgId"))
|
|
2354
|
+
ImageLayerAggregationResponse.add_member(:cloud_region, Shapes::ShapeRef.new(shape: String, location_name: "cloudRegion"))
|
|
2355
|
+
ImageLayerAggregationResponse.add_member(:cloud_partition, Shapes::ShapeRef.new(shape: String, location_name: "cloudPartition"))
|
|
2017
2356
|
ImageLayerAggregationResponse.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
|
|
2018
2357
|
ImageLayerAggregationResponse.struct_class = Types::ImageLayerAggregationResponse
|
|
2019
2358
|
|
|
@@ -2176,6 +2515,24 @@ module Aws::Inspector2
|
|
|
2176
2515
|
ListCodeSecurityScanConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
2177
2516
|
ListCodeSecurityScanConfigurationsResponse.struct_class = Types::ListCodeSecurityScanConfigurationsResponse
|
|
2178
2517
|
|
|
2518
|
+
ListConnectorScanConfigurationsRequest.add_member(:aws_config_connector_arns, Shapes::ShapeRef.new(shape: AwsConfigConnectorArnList, location_name: "awsConfigConnectorArns"))
|
|
2519
|
+
ListConnectorScanConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListConnectorScanConfigurationsMaxResults, location_name: "maxResults"))
|
|
2520
|
+
ListConnectorScanConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ConnectorNextToken, location_name: "nextToken"))
|
|
2521
|
+
ListConnectorScanConfigurationsRequest.struct_class = Types::ListConnectorScanConfigurationsRequest
|
|
2522
|
+
|
|
2523
|
+
ListConnectorScanConfigurationsResponse.add_member(:scan_configurations, Shapes::ShapeRef.new(shape: ConnectorScanConfigurationItemList, required: true, location_name: "scanConfigurations"))
|
|
2524
|
+
ListConnectorScanConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: ConnectorNextToken, location_name: "nextToken"))
|
|
2525
|
+
ListConnectorScanConfigurationsResponse.struct_class = Types::ListConnectorScanConfigurationsResponse
|
|
2526
|
+
|
|
2527
|
+
ListConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
|
|
2528
|
+
ListConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ConnectorNextToken, location_name: "nextToken"))
|
|
2529
|
+
ListConnectorsRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: ConnectorFilterCriteria, location_name: "filterCriteria"))
|
|
2530
|
+
ListConnectorsRequest.struct_class = Types::ListConnectorsRequest
|
|
2531
|
+
|
|
2532
|
+
ListConnectorsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ConnectorList, required: true, location_name: "items"))
|
|
2533
|
+
ListConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: ConnectorNextToken, location_name: "nextToken"))
|
|
2534
|
+
ListConnectorsResponse.struct_class = Types::ListConnectorsResponse
|
|
2535
|
+
|
|
2179
2536
|
ListCoverageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCoverageMaxResults, location_name: "maxResults"))
|
|
2180
2537
|
ListCoverageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
2181
2538
|
ListCoverageRequest.add_member(:filter_criteria, Shapes::ShapeRef.new(shape: CoverageFilterCriteria, location_name: "filterCriteria"))
|
|
@@ -2385,6 +2742,24 @@ module Aws::Inspector2
|
|
|
2385
2742
|
|
|
2386
2743
|
ProjectPeriodicScanConfigurationList.member = Shapes::ShapeRef.new(shape: ProjectPeriodicScanConfiguration)
|
|
2387
2744
|
|
|
2745
|
+
ProviderDetailCreate.add_member(:azure, Shapes::ShapeRef.new(shape: AzureProviderDetailCreate, location_name: "azure"))
|
|
2746
|
+
ProviderDetailCreate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2747
|
+
ProviderDetailCreate.add_member_subclass(:azure, Types::ProviderDetailCreate::Azure)
|
|
2748
|
+
ProviderDetailCreate.add_member_subclass(:unknown, Types::ProviderDetailCreate::Unknown)
|
|
2749
|
+
ProviderDetailCreate.struct_class = Types::ProviderDetailCreate
|
|
2750
|
+
|
|
2751
|
+
ProviderDetailUpdate.add_member(:azure, Shapes::ShapeRef.new(shape: AzureProviderDetailUpdate, location_name: "azure"))
|
|
2752
|
+
ProviderDetailUpdate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2753
|
+
ProviderDetailUpdate.add_member_subclass(:azure, Types::ProviderDetailUpdate::Azure)
|
|
2754
|
+
ProviderDetailUpdate.add_member_subclass(:unknown, Types::ProviderDetailUpdate::Unknown)
|
|
2755
|
+
ProviderDetailUpdate.struct_class = Types::ProviderDetailUpdate
|
|
2756
|
+
|
|
2757
|
+
ProviderFilter.add_member(:comparison, Shapes::ShapeRef.new(shape: ProviderComparison, required: true, location_name: "comparison"))
|
|
2758
|
+
ProviderFilter.add_member(:value, Shapes::ShapeRef.new(shape: ConnectorCloudProvider, required: true, location_name: "value"))
|
|
2759
|
+
ProviderFilter.struct_class = Types::ProviderFilter
|
|
2760
|
+
|
|
2761
|
+
ProviderFilterList.member = Shapes::ShapeRef.new(shape: ProviderFilter)
|
|
2762
|
+
|
|
2388
2763
|
Recommendation.add_member(:text, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "text"))
|
|
2389
2764
|
Recommendation.add_member(:url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Url"))
|
|
2390
2765
|
Recommendation.struct_class = Types::Recommendation
|
|
@@ -2405,6 +2780,11 @@ module Aws::Inspector2
|
|
|
2405
2780
|
|
|
2406
2781
|
RepositoryAggregationResponse.add_member(:repository, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "repository"))
|
|
2407
2782
|
RepositoryAggregationResponse.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
|
|
2783
|
+
RepositoryAggregationResponse.add_member(:cloud_provider, Shapes::ShapeRef.new(shape: Provider, location_name: "cloudProvider"))
|
|
2784
|
+
RepositoryAggregationResponse.add_member(:cloud_partition, Shapes::ShapeRef.new(shape: ProviderPartition, location_name: "cloudPartition"))
|
|
2785
|
+
RepositoryAggregationResponse.add_member(:cloud_region, Shapes::ShapeRef.new(shape: ProviderRegion, location_name: "cloudRegion"))
|
|
2786
|
+
RepositoryAggregationResponse.add_member(:cloud_org_id, Shapes::ShapeRef.new(shape: ProviderOrgId, location_name: "cloudOrgId"))
|
|
2787
|
+
RepositoryAggregationResponse.add_member(:cloud_account_id, Shapes::ShapeRef.new(shape: ProviderAccountId, location_name: "cloudAccountId"))
|
|
2408
2788
|
RepositoryAggregationResponse.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
|
|
2409
2789
|
RepositoryAggregationResponse.add_member(:affected_images, Shapes::ShapeRef.new(shape: Long, location_name: "affectedImages"))
|
|
2410
2790
|
RepositoryAggregationResponse.struct_class = Types::RepositoryAggregationResponse
|
|
@@ -2421,12 +2801,18 @@ module Aws::Inspector2
|
|
|
2421
2801
|
Resource.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "region"))
|
|
2422
2802
|
Resource.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
2423
2803
|
Resource.add_member(:details, Shapes::ShapeRef.new(shape: ResourceDetails, location_name: "details"))
|
|
2804
|
+
Resource.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, location_name: "provider"))
|
|
2805
|
+
Resource.add_member(:provider_account_id, Shapes::ShapeRef.new(shape: ProviderAccountId, location_name: "providerAccountId"))
|
|
2806
|
+
Resource.add_member(:provider_org_id, Shapes::ShapeRef.new(shape: ProviderOrgId, location_name: "providerOrgId"))
|
|
2424
2807
|
Resource.struct_class = Types::Resource
|
|
2425
2808
|
|
|
2426
2809
|
ResourceDetails.add_member(:aws_ec2_instance, Shapes::ShapeRef.new(shape: AwsEc2InstanceDetails, location_name: "awsEc2Instance"))
|
|
2427
2810
|
ResourceDetails.add_member(:aws_ecr_container_image, Shapes::ShapeRef.new(shape: AwsEcrContainerImageDetails, location_name: "awsEcrContainerImage"))
|
|
2428
2811
|
ResourceDetails.add_member(:aws_lambda_function, Shapes::ShapeRef.new(shape: AwsLambdaFunctionDetails, location_name: "awsLambdaFunction"))
|
|
2429
2812
|
ResourceDetails.add_member(:code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryDetails, location_name: "codeRepository"))
|
|
2813
|
+
ResourceDetails.add_member(:vm, Shapes::ShapeRef.new(shape: Vm, location_name: "vm"))
|
|
2814
|
+
ResourceDetails.add_member(:image, Shapes::ShapeRef.new(shape: Image, location_name: "image"))
|
|
2815
|
+
ResourceDetails.add_member(:serverless_function, Shapes::ShapeRef.new(shape: ServerlessFunction, location_name: "serverlessFunction"))
|
|
2430
2816
|
ResourceDetails.struct_class = Types::ResourceDetails
|
|
2431
2817
|
|
|
2432
2818
|
ResourceFilterCriteria.add_member(:account_id, Shapes::ShapeRef.new(shape: ResourceStringFilterList, location_name: "accountId"))
|
|
@@ -2458,6 +2844,11 @@ module Aws::Inspector2
|
|
|
2458
2844
|
ResourceScanMetadata.add_member(:ec2, Shapes::ShapeRef.new(shape: Ec2Metadata, location_name: "ec2"))
|
|
2459
2845
|
ResourceScanMetadata.add_member(:lambda_function, Shapes::ShapeRef.new(shape: LambdaFunctionMetadata, location_name: "lambdaFunction"))
|
|
2460
2846
|
ResourceScanMetadata.add_member(:code_repository, Shapes::ShapeRef.new(shape: CodeRepositoryMetadata, location_name: "codeRepository"))
|
|
2847
|
+
ResourceScanMetadata.add_member(:vm_instance, Shapes::ShapeRef.new(shape: VmInstanceMetadata, location_name: "vmInstance"))
|
|
2848
|
+
ResourceScanMetadata.add_member(:container_image, Shapes::ShapeRef.new(shape: ContainerImageMetadata, location_name: "containerImage"))
|
|
2849
|
+
ResourceScanMetadata.add_member(:container_repository, Shapes::ShapeRef.new(shape: ContainerRepositoryMetadata, location_name: "containerRepository"))
|
|
2850
|
+
ResourceScanMetadata.add_member(:container_registry, Shapes::ShapeRef.new(shape: ContainerRegistryMetadata, location_name: "containerRegistry"))
|
|
2851
|
+
ResourceScanMetadata.add_member(:serverless_function, Shapes::ShapeRef.new(shape: ServerlessFunctionMetadata, location_name: "serverlessFunction"))
|
|
2461
2852
|
ResourceScanMetadata.struct_class = Types::ResourceScanMetadata
|
|
2462
2853
|
|
|
2463
2854
|
ResourceState.add_member(:ec2, Shapes::ShapeRef.new(shape: State, required: true, location_name: "ec2"))
|
|
@@ -2500,9 +2891,21 @@ module Aws::Inspector2
|
|
|
2500
2891
|
Schedule.add_member_subclass(:unknown, Types::Schedule::Unknown)
|
|
2501
2892
|
Schedule.struct_class = Types::Schedule
|
|
2502
2893
|
|
|
2894
|
+
ScopeConfiguration.add_member(:scope_type, Shapes::ShapeRef.new(shape: ScopeType, required: true, location_name: "scopeType"))
|
|
2895
|
+
ScopeConfiguration.add_member(:scope_values, Shapes::ShapeRef.new(shape: ScopeValueList, location_name: "scopeValues"))
|
|
2896
|
+
ScopeConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: ScopeState, location_name: "state"))
|
|
2897
|
+
ScopeConfiguration.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "stateReason"))
|
|
2898
|
+
ScopeConfiguration.struct_class = Types::ScopeConfiguration
|
|
2899
|
+
|
|
2900
|
+
ScopeConfigurationInput.add_member(:scope_type, Shapes::ShapeRef.new(shape: ScopeType, required: true, location_name: "scopeType"))
|
|
2901
|
+
ScopeConfigurationInput.add_member(:scope_values, Shapes::ShapeRef.new(shape: ScopeValueList, location_name: "scopeValues"))
|
|
2902
|
+
ScopeConfigurationInput.struct_class = Types::ScopeConfigurationInput
|
|
2903
|
+
|
|
2503
2904
|
ScopeSettings.add_member(:project_selection_scope, Shapes::ShapeRef.new(shape: ProjectSelectionScope, location_name: "projectSelectionScope"))
|
|
2504
2905
|
ScopeSettings.struct_class = Types::ScopeSettings
|
|
2505
2906
|
|
|
2907
|
+
ScopeValueList.member = Shapes::ShapeRef.new(shape: ScopeValue)
|
|
2908
|
+
|
|
2506
2909
|
SearchVulnerabilitiesFilterCriteria.add_member(:vulnerability_ids, Shapes::ShapeRef.new(shape: VulnIdList, required: true, location_name: "vulnerabilityIds"))
|
|
2507
2910
|
SearchVulnerabilitiesFilterCriteria.struct_class = Types::SearchVulnerabilitiesFilterCriteria
|
|
2508
2911
|
|
|
@@ -2529,6 +2932,56 @@ module Aws::Inspector2
|
|
|
2529
2932
|
|
|
2530
2933
|
SendCisSessionTelemetryResponse.struct_class = Types::SendCisSessionTelemetryResponse
|
|
2531
2934
|
|
|
2935
|
+
ServerlessFunction.add_member(:serverless_function_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "serverlessFunctionName"))
|
|
2936
|
+
ServerlessFunction.add_member(:runtime, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "runtime"))
|
|
2937
|
+
ServerlessFunction.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "version"))
|
|
2938
|
+
ServerlessFunction.add_member(:code_digest, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "codeDigest"))
|
|
2939
|
+
ServerlessFunction.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "lastModifiedAt"))
|
|
2940
|
+
ServerlessFunction.add_member(:network_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "networkId"))
|
|
2941
|
+
ServerlessFunction.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: CloudSubnetIdList, location_name: "subnetIds"))
|
|
2942
|
+
ServerlessFunction.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: CloudSecurityGroupIdList, location_name: "securityGroupIds"))
|
|
2943
|
+
ServerlessFunction.add_member(:execution_role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "executionRole"))
|
|
2944
|
+
ServerlessFunction.add_member(:package_type, Shapes::ShapeRef.new(shape: PackageType, location_name: "packageType"))
|
|
2945
|
+
ServerlessFunction.add_member(:architectures, Shapes::ShapeRef.new(shape: ArchitectureList, location_name: "architectures"))
|
|
2946
|
+
ServerlessFunction.add_member(:layers, Shapes::ShapeRef.new(shape: ServerlessFunctionLayerList, location_name: "layers"))
|
|
2947
|
+
ServerlessFunction.struct_class = Types::ServerlessFunction
|
|
2948
|
+
|
|
2949
|
+
ServerlessFunctionAggregation.add_member(:resource_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "resourceIds"))
|
|
2950
|
+
ServerlessFunctionAggregation.add_member(:function_names, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "functionNames"))
|
|
2951
|
+
ServerlessFunctionAggregation.add_member(:runtimes, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "runtimes"))
|
|
2952
|
+
ServerlessFunctionAggregation.add_member(:function_tags, Shapes::ShapeRef.new(shape: MapFilterList, location_name: "functionTags"))
|
|
2953
|
+
ServerlessFunctionAggregation.add_member(:cloud_providers, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudProviders"))
|
|
2954
|
+
ServerlessFunctionAggregation.add_member(:cloud_partitions, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudPartitions"))
|
|
2955
|
+
ServerlessFunctionAggregation.add_member(:cloud_regions, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudRegions"))
|
|
2956
|
+
ServerlessFunctionAggregation.add_member(:cloud_org_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudOrgIds"))
|
|
2957
|
+
ServerlessFunctionAggregation.add_member(:cloud_account_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudAccountIds"))
|
|
2958
|
+
ServerlessFunctionAggregation.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sortOrder"))
|
|
2959
|
+
ServerlessFunctionAggregation.add_member(:sort_by, Shapes::ShapeRef.new(shape: ServerlessFunctionSortBy, location_name: "sortBy"))
|
|
2960
|
+
ServerlessFunctionAggregation.struct_class = Types::ServerlessFunctionAggregation
|
|
2961
|
+
|
|
2962
|
+
ServerlessFunctionAggregationResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "resourceId"))
|
|
2963
|
+
ServerlessFunctionAggregationResponse.add_member(:cloud_provider, Shapes::ShapeRef.new(shape: Provider, location_name: "cloudProvider"))
|
|
2964
|
+
ServerlessFunctionAggregationResponse.add_member(:cloud_account_id, Shapes::ShapeRef.new(shape: ProviderAccountId, location_name: "cloudAccountId"))
|
|
2965
|
+
ServerlessFunctionAggregationResponse.add_member(:cloud_partition, Shapes::ShapeRef.new(shape: ProviderPartition, location_name: "cloudPartition"))
|
|
2966
|
+
ServerlessFunctionAggregationResponse.add_member(:cloud_region, Shapes::ShapeRef.new(shape: ProviderRegion, location_name: "cloudRegion"))
|
|
2967
|
+
ServerlessFunctionAggregationResponse.add_member(:cloud_org_id, Shapes::ShapeRef.new(shape: ProviderOrgId, location_name: "cloudOrgId"))
|
|
2968
|
+
ServerlessFunctionAggregationResponse.add_member(:function_name, Shapes::ShapeRef.new(shape: String, location_name: "functionName"))
|
|
2969
|
+
ServerlessFunctionAggregationResponse.add_member(:runtime, Shapes::ShapeRef.new(shape: String, location_name: "runtime"))
|
|
2970
|
+
ServerlessFunctionAggregationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
2971
|
+
ServerlessFunctionAggregationResponse.add_member(:account_id, Shapes::ShapeRef.new(shape: String, location_name: "accountId"))
|
|
2972
|
+
ServerlessFunctionAggregationResponse.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
|
|
2973
|
+
ServerlessFunctionAggregationResponse.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "lastModifiedAt"))
|
|
2974
|
+
ServerlessFunctionAggregationResponse.add_member(:exploit_available_active_findings_count, Shapes::ShapeRef.new(shape: Long, location_name: "exploitAvailableActiveFindingsCount"))
|
|
2975
|
+
ServerlessFunctionAggregationResponse.add_member(:fix_available_active_findings_count, Shapes::ShapeRef.new(shape: Long, location_name: "fixAvailableActiveFindingsCount"))
|
|
2976
|
+
ServerlessFunctionAggregationResponse.struct_class = Types::ServerlessFunctionAggregationResponse
|
|
2977
|
+
|
|
2978
|
+
ServerlessFunctionLayerList.member = Shapes::ShapeRef.new(shape: ServerlessFunctionLayerUrn)
|
|
2979
|
+
|
|
2980
|
+
ServerlessFunctionMetadata.add_member(:serverless_function_name, Shapes::ShapeRef.new(shape: String, location_name: "serverlessFunctionName"))
|
|
2981
|
+
ServerlessFunctionMetadata.add_member(:runtime, Shapes::ShapeRef.new(shape: String, location_name: "runtime"))
|
|
2982
|
+
ServerlessFunctionMetadata.add_member(:function_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "functionTags"))
|
|
2983
|
+
ServerlessFunctionMetadata.struct_class = Types::ServerlessFunctionMetadata
|
|
2984
|
+
|
|
2532
2985
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
2533
2986
|
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
|
2534
2987
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
@@ -2666,9 +3119,9 @@ module Aws::Inspector2
|
|
|
2666
3119
|
TitleAggregation.add_member(:titles, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "titles"))
|
|
2667
3120
|
TitleAggregation.add_member(:vulnerability_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "vulnerabilityIds"))
|
|
2668
3121
|
TitleAggregation.add_member(:resource_type, Shapes::ShapeRef.new(shape: AggregationResourceType, location_name: "resourceType"))
|
|
3122
|
+
TitleAggregation.add_member(:finding_type, Shapes::ShapeRef.new(shape: AggregationFindingType, location_name: "findingType"))
|
|
2669
3123
|
TitleAggregation.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sortOrder"))
|
|
2670
3124
|
TitleAggregation.add_member(:sort_by, Shapes::ShapeRef.new(shape: TitleSortBy, location_name: "sortBy"))
|
|
2671
|
-
TitleAggregation.add_member(:finding_type, Shapes::ShapeRef.new(shape: AggregationFindingType, location_name: "findingType"))
|
|
2672
3125
|
TitleAggregation.struct_class = Types::TitleAggregation
|
|
2673
3126
|
|
|
2674
3127
|
TitleAggregationResponse.add_member(:title, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "title"))
|
|
@@ -2718,12 +3171,32 @@ module Aws::Inspector2
|
|
|
2718
3171
|
UpdateCodeSecurityScanConfigurationResponse.add_member(:scan_configuration_arn, Shapes::ShapeRef.new(shape: ScanConfigurationArn, location_name: "scanConfigurationArn"))
|
|
2719
3172
|
UpdateCodeSecurityScanConfigurationResponse.struct_class = Types::UpdateCodeSecurityScanConfigurationResponse
|
|
2720
3173
|
|
|
3174
|
+
UpdateConfigurationInheritance.add_member(:ec2_configuration, Shapes::ShapeRef.new(shape: InheritanceMode, location_name: "ec2Configuration"))
|
|
3175
|
+
UpdateConfigurationInheritance.add_member(:ecr_configuration, Shapes::ShapeRef.new(shape: InheritanceMode, location_name: "ecrConfiguration"))
|
|
3176
|
+
UpdateConfigurationInheritance.struct_class = Types::UpdateConfigurationInheritance
|
|
3177
|
+
|
|
3178
|
+
UpdateConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "accountId"))
|
|
2721
3179
|
UpdateConfigurationRequest.add_member(:ecr_configuration, Shapes::ShapeRef.new(shape: EcrConfiguration, location_name: "ecrConfiguration"))
|
|
2722
3180
|
UpdateConfigurationRequest.add_member(:ec2_configuration, Shapes::ShapeRef.new(shape: Ec2Configuration, location_name: "ec2Configuration"))
|
|
3181
|
+
UpdateConfigurationRequest.add_member(:update_configuration_inheritance, Shapes::ShapeRef.new(shape: UpdateConfigurationInheritance, location_name: "updateConfigurationInheritance"))
|
|
2723
3182
|
UpdateConfigurationRequest.struct_class = Types::UpdateConfigurationRequest
|
|
2724
3183
|
|
|
2725
3184
|
UpdateConfigurationResponse.struct_class = Types::UpdateConfigurationResponse
|
|
2726
3185
|
|
|
3186
|
+
UpdateConnectorRequest.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, required: true, location_name: "connectorArn"))
|
|
3187
|
+
UpdateConnectorRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConnectorDescription, location_name: "description"))
|
|
3188
|
+
UpdateConnectorRequest.add_member(:provider_detail, Shapes::ShapeRef.new(shape: ProviderDetailUpdate, location_name: "providerDetail"))
|
|
3189
|
+
UpdateConnectorRequest.struct_class = Types::UpdateConnectorRequest
|
|
3190
|
+
|
|
3191
|
+
UpdateConnectorResponse.add_member(:connector_arn, Shapes::ShapeRef.new(shape: ConnectorArn, location_name: "connectorArn"))
|
|
3192
|
+
UpdateConnectorResponse.struct_class = Types::UpdateConnectorResponse
|
|
3193
|
+
|
|
3194
|
+
UpdateConnectorScanConfigurationRequest.add_member(:aws_config_connector_arn, Shapes::ShapeRef.new(shape: AwsConfigConnectorArn, required: true, location_name: "awsConfigConnectorArn"))
|
|
3195
|
+
UpdateConnectorScanConfigurationRequest.add_member(:scan_configuration, Shapes::ShapeRef.new(shape: ConnectorScanConfiguration, required: true, location_name: "scanConfiguration"))
|
|
3196
|
+
UpdateConnectorScanConfigurationRequest.struct_class = Types::UpdateConnectorScanConfigurationRequest
|
|
3197
|
+
|
|
3198
|
+
UpdateConnectorScanConfigurationResponse.struct_class = Types::UpdateConnectorScanConfigurationResponse
|
|
3199
|
+
|
|
2727
3200
|
UpdateEc2DeepInspectionConfigurationRequest.add_member(:activate_deep_inspection, Shapes::ShapeRef.new(shape: Boolean, location_name: "activateDeepInspection"))
|
|
2728
3201
|
UpdateEc2DeepInspectionConfigurationRequest.add_member(:package_paths, Shapes::ShapeRef.new(shape: PathList, location_name: "packagePaths"))
|
|
2729
3202
|
UpdateEc2DeepInspectionConfigurationRequest.struct_class = Types::UpdateEc2DeepInspectionConfigurationRequest
|
|
@@ -2782,6 +3255,7 @@ module Aws::Inspector2
|
|
|
2782
3255
|
Usage.add_member(:total, Shapes::ShapeRef.new(shape: UsageValue, location_name: "total"))
|
|
2783
3256
|
Usage.add_member(:estimated_monthly_cost, Shapes::ShapeRef.new(shape: MonthlyCostEstimate, location_name: "estimatedMonthlyCost"))
|
|
2784
3257
|
Usage.add_member(:currency, Shapes::ShapeRef.new(shape: Currency, location_name: "currency"))
|
|
3258
|
+
Usage.add_member(:cloud_provider, Shapes::ShapeRef.new(shape: CloudProvider, location_name: "cloudProvider"))
|
|
2785
3259
|
Usage.struct_class = Types::Usage
|
|
2786
3260
|
|
|
2787
3261
|
UsageAccountIdList.member = Shapes::ShapeRef.new(shape: UsageAccountId)
|
|
@@ -2810,6 +3284,55 @@ module Aws::Inspector2
|
|
|
2810
3284
|
|
|
2811
3285
|
ValidationExceptionFields.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
|
2812
3286
|
|
|
3287
|
+
Vm.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "type"))
|
|
3288
|
+
Vm.add_member(:vm_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "vmName"))
|
|
3289
|
+
Vm.add_member(:vm_image_reference, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "vmImageReference"))
|
|
3290
|
+
Vm.add_member(:ip_v4_addresses, Shapes::ShapeRef.new(shape: IpV4AddressList, location_name: "ipV4Addresses"))
|
|
3291
|
+
Vm.add_member(:ip_v6_addresses, Shapes::ShapeRef.new(shape: IpV6AddressList, location_name: "ipV6Addresses"))
|
|
3292
|
+
Vm.add_member(:network_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "networkId"))
|
|
3293
|
+
Vm.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: CloudSubnetIdList, location_name: "subnetIds"))
|
|
3294
|
+
Vm.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: CloudSecurityGroupIdList, location_name: "securityGroupIds"))
|
|
3295
|
+
Vm.add_member(:launched_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "launchedAt"))
|
|
3296
|
+
Vm.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
|
|
3297
|
+
Vm.add_member(:execution_role, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "executionRole"))
|
|
3298
|
+
Vm.add_member(:key_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "keyName"))
|
|
3299
|
+
Vm.struct_class = Types::Vm
|
|
3300
|
+
|
|
3301
|
+
VmInstanceAggregation.add_member(:resource_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "resourceIds"))
|
|
3302
|
+
VmInstanceAggregation.add_member(:operating_systems, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "operatingSystems"))
|
|
3303
|
+
VmInstanceAggregation.add_member(:instance_tags, Shapes::ShapeRef.new(shape: MapFilterList, location_name: "instanceTags"))
|
|
3304
|
+
VmInstanceAggregation.add_member(:vm_image_references, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "vmImageReferences"))
|
|
3305
|
+
VmInstanceAggregation.add_member(:cloud_providers, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudProviders"))
|
|
3306
|
+
VmInstanceAggregation.add_member(:cloud_partitions, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudPartitions"))
|
|
3307
|
+
VmInstanceAggregation.add_member(:cloud_regions, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudRegions"))
|
|
3308
|
+
VmInstanceAggregation.add_member(:cloud_org_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudOrgIds"))
|
|
3309
|
+
VmInstanceAggregation.add_member(:cloud_account_ids, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "cloudAccountIds"))
|
|
3310
|
+
VmInstanceAggregation.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sortOrder"))
|
|
3311
|
+
VmInstanceAggregation.add_member(:sort_by, Shapes::ShapeRef.new(shape: VmInstanceSortBy, location_name: "sortBy"))
|
|
3312
|
+
VmInstanceAggregation.struct_class = Types::VmInstanceAggregation
|
|
3313
|
+
|
|
3314
|
+
VmInstanceAggregationResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "resourceId"))
|
|
3315
|
+
VmInstanceAggregationResponse.add_member(:cloud_provider, Shapes::ShapeRef.new(shape: Provider, location_name: "cloudProvider"))
|
|
3316
|
+
VmInstanceAggregationResponse.add_member(:cloud_account_id, Shapes::ShapeRef.new(shape: ProviderAccountId, location_name: "cloudAccountId"))
|
|
3317
|
+
VmInstanceAggregationResponse.add_member(:cloud_partition, Shapes::ShapeRef.new(shape: ProviderPartition, location_name: "cloudPartition"))
|
|
3318
|
+
VmInstanceAggregationResponse.add_member(:cloud_region, Shapes::ShapeRef.new(shape: ProviderRegion, location_name: "cloudRegion"))
|
|
3319
|
+
VmInstanceAggregationResponse.add_member(:cloud_org_id, Shapes::ShapeRef.new(shape: ProviderOrgId, location_name: "cloudOrgId"))
|
|
3320
|
+
VmInstanceAggregationResponse.add_member(:vm_image_reference, Shapes::ShapeRef.new(shape: String, location_name: "vmImageReference"))
|
|
3321
|
+
VmInstanceAggregationResponse.add_member(:operating_system, Shapes::ShapeRef.new(shape: String, location_name: "operatingSystem"))
|
|
3322
|
+
VmInstanceAggregationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
3323
|
+
VmInstanceAggregationResponse.add_member(:account_id, Shapes::ShapeRef.new(shape: String, location_name: "accountId"))
|
|
3324
|
+
VmInstanceAggregationResponse.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
|
|
3325
|
+
VmInstanceAggregationResponse.add_member(:network_findings, Shapes::ShapeRef.new(shape: Long, location_name: "networkFindings"))
|
|
3326
|
+
VmInstanceAggregationResponse.add_member(:exploit_available_active_findings_count, Shapes::ShapeRef.new(shape: Long, location_name: "exploitAvailableActiveFindingsCount"))
|
|
3327
|
+
VmInstanceAggregationResponse.add_member(:fix_available_active_findings_count, Shapes::ShapeRef.new(shape: Long, location_name: "fixAvailableActiveFindingsCount"))
|
|
3328
|
+
VmInstanceAggregationResponse.struct_class = Types::VmInstanceAggregationResponse
|
|
3329
|
+
|
|
3330
|
+
VmInstanceMetadata.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
3331
|
+
VmInstanceMetadata.add_member(:platform, Shapes::ShapeRef.new(shape: VmPlatform, location_name: "platform"))
|
|
3332
|
+
VmInstanceMetadata.add_member(:inventory_hash, Shapes::ShapeRef.new(shape: VmInstanceMetadataInventoryHashString, location_name: "inventoryHash"))
|
|
3333
|
+
VmInstanceMetadata.add_member(:vm_image_reference, Shapes::ShapeRef.new(shape: VmInstanceMetadataVmImageReferenceString, location_name: "vmImageReference"))
|
|
3334
|
+
VmInstanceMetadata.struct_class = Types::VmInstanceMetadata
|
|
3335
|
+
|
|
2813
3336
|
VulnIdList.member = Shapes::ShapeRef.new(shape: VulnId)
|
|
2814
3337
|
|
|
2815
3338
|
Vulnerabilities.member = Shapes::ShapeRef.new(shape: Vulnerability)
|
|
@@ -3057,6 +3580,20 @@ module Aws::Inspector2
|
|
|
3057
3580
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3058
3581
|
end)
|
|
3059
3582
|
|
|
3583
|
+
api.add_operation(:create_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
3584
|
+
o.name = "CreateConnector"
|
|
3585
|
+
o.http_method = "POST"
|
|
3586
|
+
o.http_request_uri = "/connector/create"
|
|
3587
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConnectorRequest)
|
|
3588
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConnectorResponse)
|
|
3589
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3590
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3591
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3592
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3593
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3594
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3595
|
+
end)
|
|
3596
|
+
|
|
3060
3597
|
api.add_operation(:create_filter, Seahorse::Model::Operation.new.tap do |o|
|
|
3061
3598
|
o.name = "CreateFilter"
|
|
3062
3599
|
o.http_method = "POST"
|
|
@@ -3136,6 +3673,20 @@ module Aws::Inspector2
|
|
|
3136
3673
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3137
3674
|
end)
|
|
3138
3675
|
|
|
3676
|
+
api.add_operation(:delete_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
3677
|
+
o.name = "DeleteConnector"
|
|
3678
|
+
o.http_method = "POST"
|
|
3679
|
+
o.http_request_uri = "/connector/delete"
|
|
3680
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConnectorRequest)
|
|
3681
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteConnectorResponse)
|
|
3682
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3683
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3684
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3685
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3686
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3687
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3688
|
+
end)
|
|
3689
|
+
|
|
3139
3690
|
api.add_operation(:delete_filter, Seahorse::Model::Operation.new.tap do |o|
|
|
3140
3691
|
o.name = "DeleteFilter"
|
|
3141
3692
|
o.http_method = "POST"
|
|
@@ -3322,6 +3873,8 @@ module Aws::Inspector2
|
|
|
3322
3873
|
o.http_request_uri = "/configuration/get"
|
|
3323
3874
|
o.input = Shapes::ShapeRef.new(shape: GetConfigurationRequest)
|
|
3324
3875
|
o.output = Shapes::ShapeRef.new(shape: GetConfigurationResponse)
|
|
3876
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3877
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3325
3878
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3326
3879
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3327
3880
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
@@ -3532,6 +4085,42 @@ module Aws::Inspector2
|
|
|
3532
4085
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3533
4086
|
end)
|
|
3534
4087
|
|
|
4088
|
+
api.add_operation(:list_connector_scan_configurations, Seahorse::Model::Operation.new.tap do |o|
|
|
4089
|
+
o.name = "ListConnectorScanConfigurations"
|
|
4090
|
+
o.http_method = "POST"
|
|
4091
|
+
o.http_request_uri = "/connectorscanconfigurations/list"
|
|
4092
|
+
o.input = Shapes::ShapeRef.new(shape: ListConnectorScanConfigurationsRequest)
|
|
4093
|
+
o.output = Shapes::ShapeRef.new(shape: ListConnectorScanConfigurationsResponse)
|
|
4094
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4095
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4096
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4097
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4098
|
+
o[:pager] = Aws::Pager.new(
|
|
4099
|
+
limit_key: "max_results",
|
|
4100
|
+
tokens: {
|
|
4101
|
+
"next_token" => "next_token"
|
|
4102
|
+
}
|
|
4103
|
+
)
|
|
4104
|
+
end)
|
|
4105
|
+
|
|
4106
|
+
api.add_operation(:list_connectors, Seahorse::Model::Operation.new.tap do |o|
|
|
4107
|
+
o.name = "ListConnectors"
|
|
4108
|
+
o.http_method = "POST"
|
|
4109
|
+
o.http_request_uri = "/connector/list"
|
|
4110
|
+
o.input = Shapes::ShapeRef.new(shape: ListConnectorsRequest)
|
|
4111
|
+
o.output = Shapes::ShapeRef.new(shape: ListConnectorsResponse)
|
|
4112
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4113
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4114
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4115
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4116
|
+
o[:pager] = Aws::Pager.new(
|
|
4117
|
+
limit_key: "max_results",
|
|
4118
|
+
tokens: {
|
|
4119
|
+
"next_token" => "next_token"
|
|
4120
|
+
}
|
|
4121
|
+
)
|
|
4122
|
+
end)
|
|
4123
|
+
|
|
3535
4124
|
api.add_operation(:list_coverage, Seahorse::Model::Operation.new.tap do |o|
|
|
3536
4125
|
o.name = "ListCoverage"
|
|
3537
4126
|
o.http_method = "POST"
|
|
@@ -3857,6 +4446,34 @@ module Aws::Inspector2
|
|
|
3857
4446
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3858
4447
|
end)
|
|
3859
4448
|
|
|
4449
|
+
api.add_operation(:update_connector, Seahorse::Model::Operation.new.tap do |o|
|
|
4450
|
+
o.name = "UpdateConnector"
|
|
4451
|
+
o.http_method = "POST"
|
|
4452
|
+
o.http_request_uri = "/connector/update"
|
|
4453
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConnectorRequest)
|
|
4454
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConnectorResponse)
|
|
4455
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4456
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4457
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4458
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4459
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4460
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4461
|
+
end)
|
|
4462
|
+
|
|
4463
|
+
api.add_operation(:update_connector_scan_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
4464
|
+
o.name = "UpdateConnectorScanConfiguration"
|
|
4465
|
+
o.http_method = "POST"
|
|
4466
|
+
o.http_request_uri = "/connectorscanconfiguration/update"
|
|
4467
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConnectorScanConfigurationRequest)
|
|
4468
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConnectorScanConfigurationResponse)
|
|
4469
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4470
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4471
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4472
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4473
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4474
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4475
|
+
end)
|
|
4476
|
+
|
|
3860
4477
|
api.add_operation(:update_ec2_deep_inspection_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
3861
4478
|
o.name = "UpdateEc2DeepInspectionConfiguration"
|
|
3862
4479
|
o.http_method = "POST"
|