aws-sdk-securityhub 1.136.0 → 1.137.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-securityhub/client.rb +2070 -456
- data/lib/aws-sdk-securityhub/client_api.rb +1081 -0
- data/lib/aws-sdk-securityhub/errors.rb +84 -0
- data/lib/aws-sdk-securityhub/types.rb +2364 -58
- data/lib/aws-sdk-securityhub.rb +1 -1
- data/sig/client.rbs +1094 -343
- data/sig/errors.rbs +16 -0
- data/sig/types.rbs +696 -2
- metadata +1 -1
@@ -42,6 +42,9 @@ module Aws::SecurityHub
|
|
42
42
|
AdminAccounts = Shapes::ListShape.new(name: 'AdminAccounts')
|
43
43
|
AdminStatus = Shapes::StringShape.new(name: 'AdminStatus')
|
44
44
|
AdminsMaxResults = Shapes::IntegerShape.new(name: 'AdminsMaxResults')
|
45
|
+
AggregatorV2 = Shapes::StructureShape.new(name: 'AggregatorV2')
|
46
|
+
AggregatorV2List = Shapes::ListShape.new(name: 'AggregatorV2List')
|
47
|
+
AllowedOperators = Shapes::StringShape.new(name: 'AllowedOperators')
|
45
48
|
AlphaNumericNonEmptyString = Shapes::StringShape.new(name: 'AlphaNumericNonEmptyString')
|
46
49
|
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
47
50
|
AssociatedStandard = Shapes::StructureShape.new(name: 'AssociatedStandard')
|
@@ -54,14 +57,22 @@ module Aws::SecurityHub
|
|
54
57
|
AssociationType = Shapes::StringShape.new(name: 'AssociationType')
|
55
58
|
AutoEnableStandards = Shapes::StringShape.new(name: 'AutoEnableStandards')
|
56
59
|
AutomationRulesAction = Shapes::StructureShape.new(name: 'AutomationRulesAction')
|
60
|
+
AutomationRulesActionListV2 = Shapes::ListShape.new(name: 'AutomationRulesActionListV2')
|
57
61
|
AutomationRulesActionType = Shapes::StringShape.new(name: 'AutomationRulesActionType')
|
62
|
+
AutomationRulesActionTypeListV2 = Shapes::ListShape.new(name: 'AutomationRulesActionTypeListV2')
|
63
|
+
AutomationRulesActionTypeObjectV2 = Shapes::StructureShape.new(name: 'AutomationRulesActionTypeObjectV2')
|
64
|
+
AutomationRulesActionTypeV2 = Shapes::StringShape.new(name: 'AutomationRulesActionTypeV2')
|
65
|
+
AutomationRulesActionV2 = Shapes::StructureShape.new(name: 'AutomationRulesActionV2')
|
58
66
|
AutomationRulesArnsList = Shapes::ListShape.new(name: 'AutomationRulesArnsList')
|
59
67
|
AutomationRulesConfig = Shapes::StructureShape.new(name: 'AutomationRulesConfig')
|
60
68
|
AutomationRulesConfigList = Shapes::ListShape.new(name: 'AutomationRulesConfigList')
|
61
69
|
AutomationRulesFindingFieldsUpdate = Shapes::StructureShape.new(name: 'AutomationRulesFindingFieldsUpdate')
|
70
|
+
AutomationRulesFindingFieldsUpdateV2 = Shapes::StructureShape.new(name: 'AutomationRulesFindingFieldsUpdateV2')
|
62
71
|
AutomationRulesFindingFilters = Shapes::StructureShape.new(name: 'AutomationRulesFindingFilters')
|
63
72
|
AutomationRulesMetadata = Shapes::StructureShape.new(name: 'AutomationRulesMetadata')
|
64
73
|
AutomationRulesMetadataList = Shapes::ListShape.new(name: 'AutomationRulesMetadataList')
|
74
|
+
AutomationRulesMetadataListV2 = Shapes::ListShape.new(name: 'AutomationRulesMetadataListV2')
|
75
|
+
AutomationRulesMetadataV2 = Shapes::StructureShape.new(name: 'AutomationRulesMetadataV2')
|
65
76
|
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
66
77
|
AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
|
67
78
|
AwsAmazonMqBrokerDetails = Shapes::StructureShape.new(name: 'AwsAmazonMqBrokerDetails')
|
@@ -736,6 +747,13 @@ module Aws::SecurityHub
|
|
736
747
|
BatchUpdateFindingsResponse = Shapes::StructureShape.new(name: 'BatchUpdateFindingsResponse')
|
737
748
|
BatchUpdateFindingsUnprocessedFinding = Shapes::StructureShape.new(name: 'BatchUpdateFindingsUnprocessedFinding')
|
738
749
|
BatchUpdateFindingsUnprocessedFindingsList = Shapes::ListShape.new(name: 'BatchUpdateFindingsUnprocessedFindingsList')
|
750
|
+
BatchUpdateFindingsV2ProcessedFinding = Shapes::StructureShape.new(name: 'BatchUpdateFindingsV2ProcessedFinding')
|
751
|
+
BatchUpdateFindingsV2ProcessedFindingsList = Shapes::ListShape.new(name: 'BatchUpdateFindingsV2ProcessedFindingsList')
|
752
|
+
BatchUpdateFindingsV2Request = Shapes::StructureShape.new(name: 'BatchUpdateFindingsV2Request')
|
753
|
+
BatchUpdateFindingsV2Response = Shapes::StructureShape.new(name: 'BatchUpdateFindingsV2Response')
|
754
|
+
BatchUpdateFindingsV2UnprocessedFinding = Shapes::StructureShape.new(name: 'BatchUpdateFindingsV2UnprocessedFinding')
|
755
|
+
BatchUpdateFindingsV2UnprocessedFindingErrorCode = Shapes::StringShape.new(name: 'BatchUpdateFindingsV2UnprocessedFindingErrorCode')
|
756
|
+
BatchUpdateFindingsV2UnprocessedFindingsList = Shapes::ListShape.new(name: 'BatchUpdateFindingsV2UnprocessedFindingsList')
|
739
757
|
BatchUpdateStandardsControlAssociationsRequest = Shapes::StructureShape.new(name: 'BatchUpdateStandardsControlAssociationsRequest')
|
740
758
|
BatchUpdateStandardsControlAssociationsResponse = Shapes::StructureShape.new(name: 'BatchUpdateStandardsControlAssociationsResponse')
|
741
759
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
@@ -750,10 +768,13 @@ module Aws::SecurityHub
|
|
750
768
|
City = Shapes::StructureShape.new(name: 'City')
|
751
769
|
ClassificationResult = Shapes::StructureShape.new(name: 'ClassificationResult')
|
752
770
|
ClassificationStatus = Shapes::StructureShape.new(name: 'ClassificationStatus')
|
771
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
753
772
|
CloudWatchLogsLogGroupArnConfigDetails = Shapes::StructureShape.new(name: 'CloudWatchLogsLogGroupArnConfigDetails')
|
754
773
|
CodeVulnerabilitiesFilePath = Shapes::StructureShape.new(name: 'CodeVulnerabilitiesFilePath')
|
755
774
|
Compliance = Shapes::StructureShape.new(name: 'Compliance')
|
756
775
|
ComplianceStatus = Shapes::StringShape.new(name: 'ComplianceStatus')
|
776
|
+
CompositeFilter = Shapes::StructureShape.new(name: 'CompositeFilter')
|
777
|
+
CompositeFilterList = Shapes::ListShape.new(name: 'CompositeFilterList')
|
757
778
|
ConfigurationOptions = Shapes::UnionShape.new(name: 'ConfigurationOptions')
|
758
779
|
ConfigurationPolicyAssociation = Shapes::StructureShape.new(name: 'ConfigurationPolicyAssociation')
|
759
780
|
ConfigurationPolicyAssociationList = Shapes::ListShape.new(name: 'ConfigurationPolicyAssociationList')
|
@@ -763,23 +784,40 @@ module Aws::SecurityHub
|
|
763
784
|
ConfigurationPolicyAssociationsList = Shapes::ListShape.new(name: 'ConfigurationPolicyAssociationsList')
|
764
785
|
ConfigurationPolicySummary = Shapes::StructureShape.new(name: 'ConfigurationPolicySummary')
|
765
786
|
ConfigurationPolicySummaryList = Shapes::ListShape.new(name: 'ConfigurationPolicySummaryList')
|
787
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
766
788
|
ConnectionDirection = Shapes::StringShape.new(name: 'ConnectionDirection')
|
789
|
+
ConnectorAuthStatus = Shapes::StringShape.new(name: 'ConnectorAuthStatus')
|
790
|
+
ConnectorProviderName = Shapes::StringShape.new(name: 'ConnectorProviderName')
|
791
|
+
ConnectorRegistrationsV2Request = Shapes::StructureShape.new(name: 'ConnectorRegistrationsV2Request')
|
792
|
+
ConnectorRegistrationsV2Response = Shapes::StructureShape.new(name: 'ConnectorRegistrationsV2Response')
|
793
|
+
ConnectorStatus = Shapes::StringShape.new(name: 'ConnectorStatus')
|
794
|
+
ConnectorSummary = Shapes::StructureShape.new(name: 'ConnectorSummary')
|
795
|
+
ConnectorSummaryList = Shapes::ListShape.new(name: 'ConnectorSummaryList')
|
767
796
|
ContainerDetails = Shapes::StructureShape.new(name: 'ContainerDetails')
|
768
797
|
ControlFindingGenerator = Shapes::StringShape.new(name: 'ControlFindingGenerator')
|
769
798
|
ControlStatus = Shapes::StringShape.new(name: 'ControlStatus')
|
770
799
|
Country = Shapes::StructureShape.new(name: 'Country')
|
771
800
|
CreateActionTargetRequest = Shapes::StructureShape.new(name: 'CreateActionTargetRequest')
|
772
801
|
CreateActionTargetResponse = Shapes::StructureShape.new(name: 'CreateActionTargetResponse')
|
802
|
+
CreateAggregatorV2Request = Shapes::StructureShape.new(name: 'CreateAggregatorV2Request')
|
803
|
+
CreateAggregatorV2Response = Shapes::StructureShape.new(name: 'CreateAggregatorV2Response')
|
773
804
|
CreateAutomationRuleRequest = Shapes::StructureShape.new(name: 'CreateAutomationRuleRequest')
|
774
805
|
CreateAutomationRuleResponse = Shapes::StructureShape.new(name: 'CreateAutomationRuleResponse')
|
806
|
+
CreateAutomationRuleV2Request = Shapes::StructureShape.new(name: 'CreateAutomationRuleV2Request')
|
807
|
+
CreateAutomationRuleV2Response = Shapes::StructureShape.new(name: 'CreateAutomationRuleV2Response')
|
775
808
|
CreateConfigurationPolicyRequest = Shapes::StructureShape.new(name: 'CreateConfigurationPolicyRequest')
|
776
809
|
CreateConfigurationPolicyResponse = Shapes::StructureShape.new(name: 'CreateConfigurationPolicyResponse')
|
810
|
+
CreateConnectorV2Request = Shapes::StructureShape.new(name: 'CreateConnectorV2Request')
|
811
|
+
CreateConnectorV2Response = Shapes::StructureShape.new(name: 'CreateConnectorV2Response')
|
777
812
|
CreateFindingAggregatorRequest = Shapes::StructureShape.new(name: 'CreateFindingAggregatorRequest')
|
778
813
|
CreateFindingAggregatorResponse = Shapes::StructureShape.new(name: 'CreateFindingAggregatorResponse')
|
779
814
|
CreateInsightRequest = Shapes::StructureShape.new(name: 'CreateInsightRequest')
|
780
815
|
CreateInsightResponse = Shapes::StructureShape.new(name: 'CreateInsightResponse')
|
781
816
|
CreateMembersRequest = Shapes::StructureShape.new(name: 'CreateMembersRequest')
|
782
817
|
CreateMembersResponse = Shapes::StructureShape.new(name: 'CreateMembersResponse')
|
818
|
+
CreateTicketV2Request = Shapes::StructureShape.new(name: 'CreateTicketV2Request')
|
819
|
+
CreateTicketV2Response = Shapes::StructureShape.new(name: 'CreateTicketV2Response')
|
820
|
+
Criteria = Shapes::UnionShape.new(name: 'Criteria')
|
783
821
|
CrossAccountMaxResults = Shapes::IntegerShape.new(name: 'CrossAccountMaxResults')
|
784
822
|
CustomDataIdentifiersDetections = Shapes::StructureShape.new(name: 'CustomDataIdentifiersDetections')
|
785
823
|
CustomDataIdentifiersDetectionsList = Shapes::ListShape.new(name: 'CustomDataIdentifiersDetectionsList')
|
@@ -796,8 +834,14 @@ module Aws::SecurityHub
|
|
796
834
|
DeclineInvitationsResponse = Shapes::StructureShape.new(name: 'DeclineInvitationsResponse')
|
797
835
|
DeleteActionTargetRequest = Shapes::StructureShape.new(name: 'DeleteActionTargetRequest')
|
798
836
|
DeleteActionTargetResponse = Shapes::StructureShape.new(name: 'DeleteActionTargetResponse')
|
837
|
+
DeleteAggregatorV2Request = Shapes::StructureShape.new(name: 'DeleteAggregatorV2Request')
|
838
|
+
DeleteAggregatorV2Response = Shapes::StructureShape.new(name: 'DeleteAggregatorV2Response')
|
839
|
+
DeleteAutomationRuleV2Request = Shapes::StructureShape.new(name: 'DeleteAutomationRuleV2Request')
|
840
|
+
DeleteAutomationRuleV2Response = Shapes::StructureShape.new(name: 'DeleteAutomationRuleV2Response')
|
799
841
|
DeleteConfigurationPolicyRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationPolicyRequest')
|
800
842
|
DeleteConfigurationPolicyResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationPolicyResponse')
|
843
|
+
DeleteConnectorV2Request = Shapes::StructureShape.new(name: 'DeleteConnectorV2Request')
|
844
|
+
DeleteConnectorV2Response = Shapes::StructureShape.new(name: 'DeleteConnectorV2Response')
|
801
845
|
DeleteFindingAggregatorRequest = Shapes::StructureShape.new(name: 'DeleteFindingAggregatorRequest')
|
802
846
|
DeleteFindingAggregatorResponse = Shapes::StructureShape.new(name: 'DeleteFindingAggregatorResponse')
|
803
847
|
DeleteInsightRequest = Shapes::StructureShape.new(name: 'DeleteInsightRequest')
|
@@ -814,6 +858,10 @@ module Aws::SecurityHub
|
|
814
858
|
DescribeOrganizationConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationConfigurationResponse')
|
815
859
|
DescribeProductsRequest = Shapes::StructureShape.new(name: 'DescribeProductsRequest')
|
816
860
|
DescribeProductsResponse = Shapes::StructureShape.new(name: 'DescribeProductsResponse')
|
861
|
+
DescribeProductsV2Request = Shapes::StructureShape.new(name: 'DescribeProductsV2Request')
|
862
|
+
DescribeProductsV2Response = Shapes::StructureShape.new(name: 'DescribeProductsV2Response')
|
863
|
+
DescribeSecurityHubV2Request = Shapes::StructureShape.new(name: 'DescribeSecurityHubV2Request')
|
864
|
+
DescribeSecurityHubV2Response = Shapes::StructureShape.new(name: 'DescribeSecurityHubV2Response')
|
817
865
|
DescribeStandardsControlsRequest = Shapes::StructureShape.new(name: 'DescribeStandardsControlsRequest')
|
818
866
|
DescribeStandardsControlsResponse = Shapes::StructureShape.new(name: 'DescribeStandardsControlsResponse')
|
819
867
|
DescribeStandardsRequest = Shapes::StructureShape.new(name: 'DescribeStandardsRequest')
|
@@ -825,6 +873,8 @@ module Aws::SecurityHub
|
|
825
873
|
DisableOrganizationAdminAccountResponse = Shapes::StructureShape.new(name: 'DisableOrganizationAdminAccountResponse')
|
826
874
|
DisableSecurityHubRequest = Shapes::StructureShape.new(name: 'DisableSecurityHubRequest')
|
827
875
|
DisableSecurityHubResponse = Shapes::StructureShape.new(name: 'DisableSecurityHubResponse')
|
876
|
+
DisableSecurityHubV2Request = Shapes::StructureShape.new(name: 'DisableSecurityHubV2Request')
|
877
|
+
DisableSecurityHubV2Response = Shapes::StructureShape.new(name: 'DisableSecurityHubV2Response')
|
828
878
|
DisabledSecurityControlIdentifierList = Shapes::ListShape.new(name: 'DisabledSecurityControlIdentifierList')
|
829
879
|
DisassociateFromAdministratorAccountRequest = Shapes::StructureShape.new(name: 'DisassociateFromAdministratorAccountRequest')
|
830
880
|
DisassociateFromAdministratorAccountResponse = Shapes::StructureShape.new(name: 'DisassociateFromAdministratorAccountResponse')
|
@@ -841,10 +891,13 @@ module Aws::SecurityHub
|
|
841
891
|
EnableOrganizationAdminAccountResponse = Shapes::StructureShape.new(name: 'EnableOrganizationAdminAccountResponse')
|
842
892
|
EnableSecurityHubRequest = Shapes::StructureShape.new(name: 'EnableSecurityHubRequest')
|
843
893
|
EnableSecurityHubResponse = Shapes::StructureShape.new(name: 'EnableSecurityHubResponse')
|
894
|
+
EnableSecurityHubV2Request = Shapes::StructureShape.new(name: 'EnableSecurityHubV2Request')
|
895
|
+
EnableSecurityHubV2Response = Shapes::StructureShape.new(name: 'EnableSecurityHubV2Response')
|
844
896
|
EnabledSecurityControlIdentifierList = Shapes::ListShape.new(name: 'EnabledSecurityControlIdentifierList')
|
845
897
|
EnabledStandardIdentifierList = Shapes::ListShape.new(name: 'EnabledStandardIdentifierList')
|
846
898
|
EnumConfigurationOptions = Shapes::StructureShape.new(name: 'EnumConfigurationOptions')
|
847
899
|
EnumListConfigurationOptions = Shapes::StructureShape.new(name: 'EnumListConfigurationOptions')
|
900
|
+
ExternalIntegrationConfiguration = Shapes::StructureShape.new(name: 'ExternalIntegrationConfiguration')
|
848
901
|
FieldMap = Shapes::MapShape.new(name: 'FieldMap')
|
849
902
|
FilePathList = Shapes::ListShape.new(name: 'FilePathList')
|
850
903
|
FilePaths = Shapes::StructureShape.new(name: 'FilePaths')
|
@@ -869,18 +922,28 @@ module Aws::SecurityHub
|
|
869
922
|
GeoLocation = Shapes::StructureShape.new(name: 'GeoLocation')
|
870
923
|
GetAdministratorAccountRequest = Shapes::StructureShape.new(name: 'GetAdministratorAccountRequest')
|
871
924
|
GetAdministratorAccountResponse = Shapes::StructureShape.new(name: 'GetAdministratorAccountResponse')
|
925
|
+
GetAggregatorV2Request = Shapes::StructureShape.new(name: 'GetAggregatorV2Request')
|
926
|
+
GetAggregatorV2Response = Shapes::StructureShape.new(name: 'GetAggregatorV2Response')
|
927
|
+
GetAutomationRuleV2Request = Shapes::StructureShape.new(name: 'GetAutomationRuleV2Request')
|
928
|
+
GetAutomationRuleV2Response = Shapes::StructureShape.new(name: 'GetAutomationRuleV2Response')
|
872
929
|
GetConfigurationPolicyAssociationRequest = Shapes::StructureShape.new(name: 'GetConfigurationPolicyAssociationRequest')
|
873
930
|
GetConfigurationPolicyAssociationResponse = Shapes::StructureShape.new(name: 'GetConfigurationPolicyAssociationResponse')
|
874
931
|
GetConfigurationPolicyRequest = Shapes::StructureShape.new(name: 'GetConfigurationPolicyRequest')
|
875
932
|
GetConfigurationPolicyResponse = Shapes::StructureShape.new(name: 'GetConfigurationPolicyResponse')
|
933
|
+
GetConnectorV2Request = Shapes::StructureShape.new(name: 'GetConnectorV2Request')
|
934
|
+
GetConnectorV2Response = Shapes::StructureShape.new(name: 'GetConnectorV2Response')
|
876
935
|
GetEnabledStandardsRequest = Shapes::StructureShape.new(name: 'GetEnabledStandardsRequest')
|
877
936
|
GetEnabledStandardsResponse = Shapes::StructureShape.new(name: 'GetEnabledStandardsResponse')
|
878
937
|
GetFindingAggregatorRequest = Shapes::StructureShape.new(name: 'GetFindingAggregatorRequest')
|
879
938
|
GetFindingAggregatorResponse = Shapes::StructureShape.new(name: 'GetFindingAggregatorResponse')
|
880
939
|
GetFindingHistoryRequest = Shapes::StructureShape.new(name: 'GetFindingHistoryRequest')
|
881
940
|
GetFindingHistoryResponse = Shapes::StructureShape.new(name: 'GetFindingHistoryResponse')
|
941
|
+
GetFindingStatisticsV2Request = Shapes::StructureShape.new(name: 'GetFindingStatisticsV2Request')
|
942
|
+
GetFindingStatisticsV2Response = Shapes::StructureShape.new(name: 'GetFindingStatisticsV2Response')
|
882
943
|
GetFindingsRequest = Shapes::StructureShape.new(name: 'GetFindingsRequest')
|
883
944
|
GetFindingsResponse = Shapes::StructureShape.new(name: 'GetFindingsResponse')
|
945
|
+
GetFindingsV2Request = Shapes::StructureShape.new(name: 'GetFindingsV2Request')
|
946
|
+
GetFindingsV2Response = Shapes::StructureShape.new(name: 'GetFindingsV2Response')
|
884
947
|
GetInsightResultsRequest = Shapes::StructureShape.new(name: 'GetInsightResultsRequest')
|
885
948
|
GetInsightResultsResponse = Shapes::StructureShape.new(name: 'GetInsightResultsResponse')
|
886
949
|
GetInsightsRequest = Shapes::StructureShape.new(name: 'GetInsightsRequest')
|
@@ -891,8 +954,20 @@ module Aws::SecurityHub
|
|
891
954
|
GetMasterAccountResponse = Shapes::StructureShape.new(name: 'GetMasterAccountResponse')
|
892
955
|
GetMembersRequest = Shapes::StructureShape.new(name: 'GetMembersRequest')
|
893
956
|
GetMembersResponse = Shapes::StructureShape.new(name: 'GetMembersResponse')
|
957
|
+
GetResourcesStatisticsV2Request = Shapes::StructureShape.new(name: 'GetResourcesStatisticsV2Request')
|
958
|
+
GetResourcesStatisticsV2Response = Shapes::StructureShape.new(name: 'GetResourcesStatisticsV2Response')
|
959
|
+
GetResourcesV2Request = Shapes::StructureShape.new(name: 'GetResourcesV2Request')
|
960
|
+
GetResourcesV2Response = Shapes::StructureShape.new(name: 'GetResourcesV2Response')
|
894
961
|
GetSecurityControlDefinitionRequest = Shapes::StructureShape.new(name: 'GetSecurityControlDefinitionRequest')
|
895
962
|
GetSecurityControlDefinitionResponse = Shapes::StructureShape.new(name: 'GetSecurityControlDefinitionResponse')
|
963
|
+
GroupByField = Shapes::StringShape.new(name: 'GroupByField')
|
964
|
+
GroupByResult = Shapes::StructureShape.new(name: 'GroupByResult')
|
965
|
+
GroupByResults = Shapes::ListShape.new(name: 'GroupByResults')
|
966
|
+
GroupByRule = Shapes::StructureShape.new(name: 'GroupByRule')
|
967
|
+
GroupByRules = Shapes::ListShape.new(name: 'GroupByRules')
|
968
|
+
GroupByValue = Shapes::StructureShape.new(name: 'GroupByValue')
|
969
|
+
GroupByValues = Shapes::ListShape.new(name: 'GroupByValues')
|
970
|
+
HealthCheck = Shapes::StructureShape.new(name: 'HealthCheck')
|
896
971
|
IcmpTypeCode = Shapes::StructureShape.new(name: 'IcmpTypeCode')
|
897
972
|
ImportFindingsError = Shapes::StructureShape.new(name: 'ImportFindingsError')
|
898
973
|
ImportFindingsErrorList = Shapes::ListShape.new(name: 'ImportFindingsErrorList')
|
@@ -909,7 +984,10 @@ module Aws::SecurityHub
|
|
909
984
|
IntegerListConfigurationOptions = Shapes::StructureShape.new(name: 'IntegerListConfigurationOptions')
|
910
985
|
IntegrationType = Shapes::StringShape.new(name: 'IntegrationType')
|
911
986
|
IntegrationTypeList = Shapes::ListShape.new(name: 'IntegrationTypeList')
|
987
|
+
IntegrationV2Type = Shapes::StringShape.new(name: 'IntegrationV2Type')
|
988
|
+
IntegrationV2TypeList = Shapes::ListShape.new(name: 'IntegrationV2TypeList')
|
912
989
|
InternalException = Shapes::StructureShape.new(name: 'InternalException')
|
990
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
913
991
|
InvalidAccessException = Shapes::StructureShape.new(name: 'InvalidAccessException')
|
914
992
|
InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
|
915
993
|
Invitation = Shapes::StructureShape.new(name: 'Invitation')
|
@@ -921,15 +999,24 @@ module Aws::SecurityHub
|
|
921
999
|
IpOrganizationDetails = Shapes::StructureShape.new(name: 'IpOrganizationDetails')
|
922
1000
|
Ipv6CidrBlockAssociation = Shapes::StructureShape.new(name: 'Ipv6CidrBlockAssociation')
|
923
1001
|
Ipv6CidrBlockAssociationList = Shapes::ListShape.new(name: 'Ipv6CidrBlockAssociationList')
|
1002
|
+
JiraCloudDetail = Shapes::StructureShape.new(name: 'JiraCloudDetail')
|
1003
|
+
JiraCloudProviderConfiguration = Shapes::StructureShape.new(name: 'JiraCloudProviderConfiguration')
|
1004
|
+
JiraCloudUpdateConfiguration = Shapes::StructureShape.new(name: 'JiraCloudUpdateConfiguration')
|
924
1005
|
KeywordFilter = Shapes::StructureShape.new(name: 'KeywordFilter')
|
925
1006
|
KeywordFilterList = Shapes::ListShape.new(name: 'KeywordFilterList')
|
926
1007
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
1008
|
+
ListAggregatorsV2Request = Shapes::StructureShape.new(name: 'ListAggregatorsV2Request')
|
1009
|
+
ListAggregatorsV2Response = Shapes::StructureShape.new(name: 'ListAggregatorsV2Response')
|
927
1010
|
ListAutomationRulesRequest = Shapes::StructureShape.new(name: 'ListAutomationRulesRequest')
|
928
1011
|
ListAutomationRulesResponse = Shapes::StructureShape.new(name: 'ListAutomationRulesResponse')
|
1012
|
+
ListAutomationRulesV2Request = Shapes::StructureShape.new(name: 'ListAutomationRulesV2Request')
|
1013
|
+
ListAutomationRulesV2Response = Shapes::StructureShape.new(name: 'ListAutomationRulesV2Response')
|
929
1014
|
ListConfigurationPoliciesRequest = Shapes::StructureShape.new(name: 'ListConfigurationPoliciesRequest')
|
930
1015
|
ListConfigurationPoliciesResponse = Shapes::StructureShape.new(name: 'ListConfigurationPoliciesResponse')
|
931
1016
|
ListConfigurationPolicyAssociationsRequest = Shapes::StructureShape.new(name: 'ListConfigurationPolicyAssociationsRequest')
|
932
1017
|
ListConfigurationPolicyAssociationsResponse = Shapes::StructureShape.new(name: 'ListConfigurationPolicyAssociationsResponse')
|
1018
|
+
ListConnectorsV2Request = Shapes::StructureShape.new(name: 'ListConnectorsV2Request')
|
1019
|
+
ListConnectorsV2Response = Shapes::StructureShape.new(name: 'ListConnectorsV2Response')
|
933
1020
|
ListEnabledProductsForImportRequest = Shapes::StructureShape.new(name: 'ListEnabledProductsForImportRequest')
|
934
1021
|
ListEnabledProductsForImportResponse = Shapes::StructureShape.new(name: 'ListEnabledProductsForImportResponse')
|
935
1022
|
ListFindingAggregatorsRequest = Shapes::StructureShape.new(name: 'ListFindingAggregatorsRequest')
|
@@ -956,8 +1043,10 @@ module Aws::SecurityHub
|
|
956
1043
|
MapFilterComparison = Shapes::StringShape.new(name: 'MapFilterComparison')
|
957
1044
|
MapFilterList = Shapes::ListShape.new(name: 'MapFilterList')
|
958
1045
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
1046
|
+
MaxStatisticResults = Shapes::IntegerShape.new(name: 'MaxStatisticResults')
|
959
1047
|
Member = Shapes::StructureShape.new(name: 'Member')
|
960
1048
|
MemberList = Shapes::ListShape.new(name: 'MemberList')
|
1049
|
+
MetadataUidList = Shapes::ListShape.new(name: 'MetadataUidList')
|
961
1050
|
Network = Shapes::StructureShape.new(name: 'Network')
|
962
1051
|
NetworkAutonomousSystem = Shapes::StructureShape.new(name: 'NetworkAutonomousSystem')
|
963
1052
|
NetworkConnection = Shapes::StructureShape.new(name: 'NetworkConnection')
|
@@ -978,6 +1067,26 @@ module Aws::SecurityHub
|
|
978
1067
|
NumberFilter = Shapes::StructureShape.new(name: 'NumberFilter')
|
979
1068
|
NumberFilterList = Shapes::ListShape.new(name: 'NumberFilterList')
|
980
1069
|
Occurrences = Shapes::StructureShape.new(name: 'Occurrences')
|
1070
|
+
OcsfBooleanField = Shapes::StringShape.new(name: 'OcsfBooleanField')
|
1071
|
+
OcsfBooleanFilter = Shapes::StructureShape.new(name: 'OcsfBooleanFilter')
|
1072
|
+
OcsfBooleanFilterList = Shapes::ListShape.new(name: 'OcsfBooleanFilterList')
|
1073
|
+
OcsfDateField = Shapes::StringShape.new(name: 'OcsfDateField')
|
1074
|
+
OcsfDateFilter = Shapes::StructureShape.new(name: 'OcsfDateFilter')
|
1075
|
+
OcsfDateFilterList = Shapes::ListShape.new(name: 'OcsfDateFilterList')
|
1076
|
+
OcsfFinding = Shapes::DocumentShape.new(name: 'OcsfFinding', document: true)
|
1077
|
+
OcsfFindingFilters = Shapes::StructureShape.new(name: 'OcsfFindingFilters')
|
1078
|
+
OcsfFindingIdentifier = Shapes::StructureShape.new(name: 'OcsfFindingIdentifier')
|
1079
|
+
OcsfFindingIdentifierList = Shapes::ListShape.new(name: 'OcsfFindingIdentifierList')
|
1080
|
+
OcsfFindingsList = Shapes::ListShape.new(name: 'OcsfFindingsList')
|
1081
|
+
OcsfMapField = Shapes::StringShape.new(name: 'OcsfMapField')
|
1082
|
+
OcsfMapFilter = Shapes::StructureShape.new(name: 'OcsfMapFilter')
|
1083
|
+
OcsfMapFilterList = Shapes::ListShape.new(name: 'OcsfMapFilterList')
|
1084
|
+
OcsfNumberField = Shapes::StringShape.new(name: 'OcsfNumberField')
|
1085
|
+
OcsfNumberFilter = Shapes::StructureShape.new(name: 'OcsfNumberFilter')
|
1086
|
+
OcsfNumberFilterList = Shapes::ListShape.new(name: 'OcsfNumberFilterList')
|
1087
|
+
OcsfStringField = Shapes::StringShape.new(name: 'OcsfStringField')
|
1088
|
+
OcsfStringFilter = Shapes::StructureShape.new(name: 'OcsfStringFilter')
|
1089
|
+
OcsfStringFilterList = Shapes::ListShape.new(name: 'OcsfStringFilterList')
|
981
1090
|
OrganizationConfiguration = Shapes::StructureShape.new(name: 'OrganizationConfiguration')
|
982
1091
|
OrganizationConfigurationConfigurationType = Shapes::StringShape.new(name: 'OrganizationConfigurationConfigurationType')
|
983
1092
|
OrganizationConfigurationStatus = Shapes::StringShape.new(name: 'OrganizationConfigurationStatus')
|
@@ -1001,9 +1110,15 @@ module Aws::SecurityHub
|
|
1001
1110
|
ProcessDetails = Shapes::StructureShape.new(name: 'ProcessDetails')
|
1002
1111
|
Product = Shapes::StructureShape.new(name: 'Product')
|
1003
1112
|
ProductSubscriptionArnList = Shapes::ListShape.new(name: 'ProductSubscriptionArnList')
|
1113
|
+
ProductV2 = Shapes::StructureShape.new(name: 'ProductV2')
|
1004
1114
|
ProductsList = Shapes::ListShape.new(name: 'ProductsList')
|
1115
|
+
ProductsV2List = Shapes::ListShape.new(name: 'ProductsV2List')
|
1005
1116
|
PropagatingVgwSetDetails = Shapes::StructureShape.new(name: 'PropagatingVgwSetDetails')
|
1006
1117
|
PropagatingVgwSetList = Shapes::ListShape.new(name: 'PropagatingVgwSetList')
|
1118
|
+
ProviderConfiguration = Shapes::UnionShape.new(name: 'ProviderConfiguration')
|
1119
|
+
ProviderDetail = Shapes::UnionShape.new(name: 'ProviderDetail')
|
1120
|
+
ProviderSummary = Shapes::StructureShape.new(name: 'ProviderSummary')
|
1121
|
+
ProviderUpdateConfiguration = Shapes::UnionShape.new(name: 'ProviderUpdateConfiguration')
|
1007
1122
|
Range = Shapes::StructureShape.new(name: 'Range')
|
1008
1123
|
Ranges = Shapes::ListShape.new(name: 'Ranges')
|
1009
1124
|
RatioScale = Shapes::IntegerShape.new(name: 'RatioScale')
|
@@ -1018,11 +1133,38 @@ module Aws::SecurityHub
|
|
1018
1133
|
Remediation = Shapes::StructureShape.new(name: 'Remediation')
|
1019
1134
|
Resource = Shapes::StructureShape.new(name: 'Resource')
|
1020
1135
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
1136
|
+
ResourceCategory = Shapes::StringShape.new(name: 'ResourceCategory')
|
1137
|
+
ResourceConfig = Shapes::DocumentShape.new(name: 'ResourceConfig', document: true)
|
1021
1138
|
ResourceConflictException = Shapes::StructureShape.new(name: 'ResourceConflictException')
|
1022
1139
|
ResourceDetails = Shapes::StructureShape.new(name: 'ResourceDetails')
|
1140
|
+
ResourceFindingsSummary = Shapes::StructureShape.new(name: 'ResourceFindingsSummary')
|
1141
|
+
ResourceFindingsSummaryList = Shapes::ListShape.new(name: 'ResourceFindingsSummaryList')
|
1142
|
+
ResourceGroupByField = Shapes::StringShape.new(name: 'ResourceGroupByField')
|
1143
|
+
ResourceGroupByRule = Shapes::StructureShape.new(name: 'ResourceGroupByRule')
|
1144
|
+
ResourceGroupByRules = Shapes::ListShape.new(name: 'ResourceGroupByRules')
|
1023
1145
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
1024
1146
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
1025
1147
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
1148
|
+
ResourceResult = Shapes::StructureShape.new(name: 'ResourceResult')
|
1149
|
+
ResourceSeverityBreakdown = Shapes::StructureShape.new(name: 'ResourceSeverityBreakdown')
|
1150
|
+
ResourceTag = Shapes::StructureShape.new(name: 'ResourceTag')
|
1151
|
+
ResourceTagList = Shapes::ListShape.new(name: 'ResourceTagList')
|
1152
|
+
Resources = Shapes::ListShape.new(name: 'Resources')
|
1153
|
+
ResourcesCompositeFilter = Shapes::StructureShape.new(name: 'ResourcesCompositeFilter')
|
1154
|
+
ResourcesCompositeFilterList = Shapes::ListShape.new(name: 'ResourcesCompositeFilterList')
|
1155
|
+
ResourcesDateField = Shapes::StringShape.new(name: 'ResourcesDateField')
|
1156
|
+
ResourcesDateFilter = Shapes::StructureShape.new(name: 'ResourcesDateFilter')
|
1157
|
+
ResourcesDateFilterList = Shapes::ListShape.new(name: 'ResourcesDateFilterList')
|
1158
|
+
ResourcesFilters = Shapes::StructureShape.new(name: 'ResourcesFilters')
|
1159
|
+
ResourcesMapField = Shapes::StringShape.new(name: 'ResourcesMapField')
|
1160
|
+
ResourcesMapFilter = Shapes::StructureShape.new(name: 'ResourcesMapFilter')
|
1161
|
+
ResourcesMapFilterList = Shapes::ListShape.new(name: 'ResourcesMapFilterList')
|
1162
|
+
ResourcesNumberField = Shapes::StringShape.new(name: 'ResourcesNumberField')
|
1163
|
+
ResourcesNumberFilter = Shapes::StructureShape.new(name: 'ResourcesNumberFilter')
|
1164
|
+
ResourcesNumberFilterList = Shapes::ListShape.new(name: 'ResourcesNumberFilterList')
|
1165
|
+
ResourcesStringField = Shapes::StringShape.new(name: 'ResourcesStringField')
|
1166
|
+
ResourcesStringFilter = Shapes::StructureShape.new(name: 'ResourcesStringFilter')
|
1167
|
+
ResourcesStringFilterList = Shapes::ListShape.new(name: 'ResourcesStringFilterList')
|
1026
1168
|
Result = Shapes::StructureShape.new(name: 'Result')
|
1027
1169
|
ResultList = Shapes::ListShape.new(name: 'ResultList')
|
1028
1170
|
RouteSetDetails = Shapes::StructureShape.new(name: 'RouteSetDetails')
|
@@ -1058,7 +1200,9 @@ module Aws::SecurityHub
|
|
1058
1200
|
RuleGroupVariablesIpSetsDetails = Shapes::StructureShape.new(name: 'RuleGroupVariablesIpSetsDetails')
|
1059
1201
|
RuleGroupVariablesPortSetsDetails = Shapes::StructureShape.new(name: 'RuleGroupVariablesPortSetsDetails')
|
1060
1202
|
RuleOrderValue = Shapes::IntegerShape.new(name: 'RuleOrderValue')
|
1203
|
+
RuleOrderValueV2 = Shapes::FloatShape.new(name: 'RuleOrderValueV2')
|
1061
1204
|
RuleStatus = Shapes::StringShape.new(name: 'RuleStatus')
|
1205
|
+
RuleStatusV2 = Shapes::StringShape.new(name: 'RuleStatusV2')
|
1062
1206
|
SecurityControl = Shapes::StructureShape.new(name: 'SecurityControl')
|
1063
1207
|
SecurityControlCustomParameter = Shapes::StructureShape.new(name: 'SecurityControlCustomParameter')
|
1064
1208
|
SecurityControlCustomParametersList = Shapes::ListShape.new(name: 'SecurityControlCustomParametersList')
|
@@ -1070,12 +1214,16 @@ module Aws::SecurityHub
|
|
1070
1214
|
SecurityControls = Shapes::ListShape.new(name: 'SecurityControls')
|
1071
1215
|
SecurityControlsConfiguration = Shapes::StructureShape.new(name: 'SecurityControlsConfiguration')
|
1072
1216
|
SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
|
1217
|
+
SecurityHubFeature = Shapes::StringShape.new(name: 'SecurityHubFeature')
|
1073
1218
|
SecurityHubPolicy = Shapes::StructureShape.new(name: 'SecurityHubPolicy')
|
1074
1219
|
SensitiveDataDetections = Shapes::StructureShape.new(name: 'SensitiveDataDetections')
|
1075
1220
|
SensitiveDataDetectionsList = Shapes::ListShape.new(name: 'SensitiveDataDetectionsList')
|
1076
1221
|
SensitiveDataResult = Shapes::StructureShape.new(name: 'SensitiveDataResult')
|
1077
1222
|
SensitiveDataResultList = Shapes::ListShape.new(name: 'SensitiveDataResultList')
|
1223
|
+
SensitiveNonEmptyString = Shapes::StringShape.new(name: 'SensitiveNonEmptyString')
|
1078
1224
|
Sequence = Shapes::StructureShape.new(name: 'Sequence')
|
1225
|
+
ServiceNowDetail = Shapes::StructureShape.new(name: 'ServiceNowDetail')
|
1226
|
+
ServiceNowProviderConfiguration = Shapes::StructureShape.new(name: 'ServiceNowProviderConfiguration')
|
1079
1227
|
Severity = Shapes::StructureShape.new(name: 'Severity')
|
1080
1228
|
SeverityLabel = Shapes::StringShape.new(name: 'SeverityLabel')
|
1081
1229
|
SeverityRating = Shapes::StringShape.new(name: 'SeverityRating')
|
@@ -1142,6 +1290,7 @@ module Aws::SecurityHub
|
|
1142
1290
|
ThreatIntelIndicatorList = Shapes::ListShape.new(name: 'ThreatIntelIndicatorList')
|
1143
1291
|
ThreatIntelIndicatorType = Shapes::StringShape.new(name: 'ThreatIntelIndicatorType')
|
1144
1292
|
ThreatList = Shapes::ListShape.new(name: 'ThreatList')
|
1293
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
1145
1294
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp', timestampFormat: "iso8601")
|
1146
1295
|
TypeList = Shapes::ListShape.new(name: 'TypeList')
|
1147
1296
|
UnprocessedAutomationRule = Shapes::StructureShape.new(name: 'UnprocessedAutomationRule')
|
@@ -1159,10 +1308,16 @@ module Aws::SecurityHub
|
|
1159
1308
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
1160
1309
|
UpdateActionTargetRequest = Shapes::StructureShape.new(name: 'UpdateActionTargetRequest')
|
1161
1310
|
UpdateActionTargetResponse = Shapes::StructureShape.new(name: 'UpdateActionTargetResponse')
|
1311
|
+
UpdateAggregatorV2Request = Shapes::StructureShape.new(name: 'UpdateAggregatorV2Request')
|
1312
|
+
UpdateAggregatorV2Response = Shapes::StructureShape.new(name: 'UpdateAggregatorV2Response')
|
1313
|
+
UpdateAutomationRuleV2Request = Shapes::StructureShape.new(name: 'UpdateAutomationRuleV2Request')
|
1314
|
+
UpdateAutomationRuleV2Response = Shapes::StructureShape.new(name: 'UpdateAutomationRuleV2Response')
|
1162
1315
|
UpdateAutomationRulesRequestItem = Shapes::StructureShape.new(name: 'UpdateAutomationRulesRequestItem')
|
1163
1316
|
UpdateAutomationRulesRequestItemsList = Shapes::ListShape.new(name: 'UpdateAutomationRulesRequestItemsList')
|
1164
1317
|
UpdateConfigurationPolicyRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationPolicyRequest')
|
1165
1318
|
UpdateConfigurationPolicyResponse = Shapes::StructureShape.new(name: 'UpdateConfigurationPolicyResponse')
|
1319
|
+
UpdateConnectorV2Request = Shapes::StructureShape.new(name: 'UpdateConnectorV2Request')
|
1320
|
+
UpdateConnectorV2Response = Shapes::StructureShape.new(name: 'UpdateConnectorV2Response')
|
1166
1321
|
UpdateFindingAggregatorRequest = Shapes::StructureShape.new(name: 'UpdateFindingAggregatorRequest')
|
1167
1322
|
UpdateFindingAggregatorResponse = Shapes::StructureShape.new(name: 'UpdateFindingAggregatorResponse')
|
1168
1323
|
UpdateFindingsRequest = Shapes::StructureShape.new(name: 'UpdateFindingsRequest')
|
@@ -1179,6 +1334,7 @@ module Aws::SecurityHub
|
|
1179
1334
|
UpdateStandardsControlResponse = Shapes::StructureShape.new(name: 'UpdateStandardsControlResponse')
|
1180
1335
|
UpdateStatus = Shapes::StringShape.new(name: 'UpdateStatus')
|
1181
1336
|
UserAccount = Shapes::StructureShape.new(name: 'UserAccount')
|
1337
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
1182
1338
|
VerificationState = Shapes::StringShape.new(name: 'VerificationState')
|
1183
1339
|
VolumeMount = Shapes::StructureShape.new(name: 'VolumeMount')
|
1184
1340
|
VolumeMountList = Shapes::ListShape.new(name: 'VolumeMountList')
|
@@ -1293,6 +1449,11 @@ module Aws::SecurityHub
|
|
1293
1449
|
|
1294
1450
|
AdminAccounts.member = Shapes::ShapeRef.new(shape: AdminAccount)
|
1295
1451
|
|
1452
|
+
AggregatorV2.add_member(:aggregator_v2_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AggregatorV2Arn"))
|
1453
|
+
AggregatorV2.struct_class = Types::AggregatorV2
|
1454
|
+
|
1455
|
+
AggregatorV2List.member = Shapes::ShapeRef.new(shape: AggregatorV2)
|
1456
|
+
|
1296
1457
|
ArnList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
1297
1458
|
|
1298
1459
|
AssociatedStandard.add_member(:standards_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "StandardsId"))
|
@@ -1323,6 +1484,18 @@ module Aws::SecurityHub
|
|
1323
1484
|
AutomationRulesAction.add_member(:finding_fields_update, Shapes::ShapeRef.new(shape: AutomationRulesFindingFieldsUpdate, location_name: "FindingFieldsUpdate"))
|
1324
1485
|
AutomationRulesAction.struct_class = Types::AutomationRulesAction
|
1325
1486
|
|
1487
|
+
AutomationRulesActionListV2.member = Shapes::ShapeRef.new(shape: AutomationRulesActionV2)
|
1488
|
+
|
1489
|
+
AutomationRulesActionTypeListV2.member = Shapes::ShapeRef.new(shape: AutomationRulesActionTypeObjectV2)
|
1490
|
+
|
1491
|
+
AutomationRulesActionTypeObjectV2.add_member(:type, Shapes::ShapeRef.new(shape: AutomationRulesActionTypeV2, location_name: "Type"))
|
1492
|
+
AutomationRulesActionTypeObjectV2.struct_class = Types::AutomationRulesActionTypeObjectV2
|
1493
|
+
|
1494
|
+
AutomationRulesActionV2.add_member(:type, Shapes::ShapeRef.new(shape: AutomationRulesActionTypeV2, required: true, location_name: "Type"))
|
1495
|
+
AutomationRulesActionV2.add_member(:finding_fields_update, Shapes::ShapeRef.new(shape: AutomationRulesFindingFieldsUpdateV2, location_name: "FindingFieldsUpdate"))
|
1496
|
+
AutomationRulesActionV2.add_member(:external_integration_configuration, Shapes::ShapeRef.new(shape: ExternalIntegrationConfiguration, location_name: "ExternalIntegrationConfiguration"))
|
1497
|
+
AutomationRulesActionV2.struct_class = Types::AutomationRulesActionV2
|
1498
|
+
|
1326
1499
|
AutomationRulesArnsList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
1327
1500
|
|
1328
1501
|
AutomationRulesConfig.add_member(:rule_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleArn"))
|
@@ -1351,6 +1524,11 @@ module Aws::SecurityHub
|
|
1351
1524
|
AutomationRulesFindingFieldsUpdate.add_member(:related_findings, Shapes::ShapeRef.new(shape: RelatedFindingList, location_name: "RelatedFindings"))
|
1352
1525
|
AutomationRulesFindingFieldsUpdate.struct_class = Types::AutomationRulesFindingFieldsUpdate
|
1353
1526
|
|
1527
|
+
AutomationRulesFindingFieldsUpdateV2.add_member(:severity_id, Shapes::ShapeRef.new(shape: Integer, location_name: "SeverityId"))
|
1528
|
+
AutomationRulesFindingFieldsUpdateV2.add_member(:comment, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Comment"))
|
1529
|
+
AutomationRulesFindingFieldsUpdateV2.add_member(:status_id, Shapes::ShapeRef.new(shape: Integer, location_name: "StatusId"))
|
1530
|
+
AutomationRulesFindingFieldsUpdateV2.struct_class = Types::AutomationRulesFindingFieldsUpdateV2
|
1531
|
+
|
1354
1532
|
AutomationRulesFindingFilters.add_member(:product_arn, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "ProductArn"))
|
1355
1533
|
AutomationRulesFindingFilters.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "AwsAccountId"))
|
1356
1534
|
AutomationRulesFindingFilters.add_member(:id, Shapes::ShapeRef.new(shape: StringFilterList, location_name: "Id"))
|
@@ -1404,6 +1582,19 @@ module Aws::SecurityHub
|
|
1404
1582
|
|
1405
1583
|
AutomationRulesMetadataList.member = Shapes::ShapeRef.new(shape: AutomationRulesMetadata)
|
1406
1584
|
|
1585
|
+
AutomationRulesMetadataListV2.member = Shapes::ShapeRef.new(shape: AutomationRulesMetadataV2)
|
1586
|
+
|
1587
|
+
AutomationRulesMetadataV2.add_member(:rule_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleArn"))
|
1588
|
+
AutomationRulesMetadataV2.add_member(:rule_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleId"))
|
1589
|
+
AutomationRulesMetadataV2.add_member(:rule_order, Shapes::ShapeRef.new(shape: RuleOrderValueV2, location_name: "RuleOrder"))
|
1590
|
+
AutomationRulesMetadataV2.add_member(:rule_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleName"))
|
1591
|
+
AutomationRulesMetadataV2.add_member(:rule_status, Shapes::ShapeRef.new(shape: RuleStatusV2, location_name: "RuleStatus"))
|
1592
|
+
AutomationRulesMetadataV2.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Description"))
|
1593
|
+
AutomationRulesMetadataV2.add_member(:actions, Shapes::ShapeRef.new(shape: AutomationRulesActionTypeListV2, location_name: "Actions"))
|
1594
|
+
AutomationRulesMetadataV2.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
1595
|
+
AutomationRulesMetadataV2.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
1596
|
+
AutomationRulesMetadataV2.struct_class = Types::AutomationRulesMetadataV2
|
1597
|
+
|
1407
1598
|
AvailabilityZone.add_member(:zone_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ZoneName"))
|
1408
1599
|
AvailabilityZone.add_member(:subnet_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SubnetId"))
|
1409
1600
|
AvailabilityZone.struct_class = Types::AvailabilityZone
|
@@ -5210,6 +5401,31 @@ module Aws::SecurityHub
|
|
5210
5401
|
|
5211
5402
|
BatchUpdateFindingsUnprocessedFindingsList.member = Shapes::ShapeRef.new(shape: BatchUpdateFindingsUnprocessedFinding)
|
5212
5403
|
|
5404
|
+
BatchUpdateFindingsV2ProcessedFinding.add_member(:finding_identifier, Shapes::ShapeRef.new(shape: OcsfFindingIdentifier, location_name: "FindingIdentifier"))
|
5405
|
+
BatchUpdateFindingsV2ProcessedFinding.add_member(:metadata_uid, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MetadataUid"))
|
5406
|
+
BatchUpdateFindingsV2ProcessedFinding.struct_class = Types::BatchUpdateFindingsV2ProcessedFinding
|
5407
|
+
|
5408
|
+
BatchUpdateFindingsV2ProcessedFindingsList.member = Shapes::ShapeRef.new(shape: BatchUpdateFindingsV2ProcessedFinding)
|
5409
|
+
|
5410
|
+
BatchUpdateFindingsV2Request.add_member(:metadata_uids, Shapes::ShapeRef.new(shape: MetadataUidList, location_name: "MetadataUids"))
|
5411
|
+
BatchUpdateFindingsV2Request.add_member(:finding_identifiers, Shapes::ShapeRef.new(shape: OcsfFindingIdentifierList, location_name: "FindingIdentifiers"))
|
5412
|
+
BatchUpdateFindingsV2Request.add_member(:comment, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Comment"))
|
5413
|
+
BatchUpdateFindingsV2Request.add_member(:severity_id, Shapes::ShapeRef.new(shape: Integer, location_name: "SeverityId"))
|
5414
|
+
BatchUpdateFindingsV2Request.add_member(:status_id, Shapes::ShapeRef.new(shape: Integer, location_name: "StatusId"))
|
5415
|
+
BatchUpdateFindingsV2Request.struct_class = Types::BatchUpdateFindingsV2Request
|
5416
|
+
|
5417
|
+
BatchUpdateFindingsV2Response.add_member(:processed_findings, Shapes::ShapeRef.new(shape: BatchUpdateFindingsV2ProcessedFindingsList, required: true, location_name: "ProcessedFindings"))
|
5418
|
+
BatchUpdateFindingsV2Response.add_member(:unprocessed_findings, Shapes::ShapeRef.new(shape: BatchUpdateFindingsV2UnprocessedFindingsList, required: true, location_name: "UnprocessedFindings"))
|
5419
|
+
BatchUpdateFindingsV2Response.struct_class = Types::BatchUpdateFindingsV2Response
|
5420
|
+
|
5421
|
+
BatchUpdateFindingsV2UnprocessedFinding.add_member(:finding_identifier, Shapes::ShapeRef.new(shape: OcsfFindingIdentifier, location_name: "FindingIdentifier"))
|
5422
|
+
BatchUpdateFindingsV2UnprocessedFinding.add_member(:metadata_uid, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MetadataUid"))
|
5423
|
+
BatchUpdateFindingsV2UnprocessedFinding.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchUpdateFindingsV2UnprocessedFindingErrorCode, location_name: "ErrorCode"))
|
5424
|
+
BatchUpdateFindingsV2UnprocessedFinding.add_member(:error_message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ErrorMessage"))
|
5425
|
+
BatchUpdateFindingsV2UnprocessedFinding.struct_class = Types::BatchUpdateFindingsV2UnprocessedFinding
|
5426
|
+
|
5427
|
+
BatchUpdateFindingsV2UnprocessedFindingsList.member = Shapes::ShapeRef.new(shape: BatchUpdateFindingsV2UnprocessedFinding)
|
5428
|
+
|
5213
5429
|
BatchUpdateStandardsControlAssociationsRequest.add_member(:standards_control_association_updates, Shapes::ShapeRef.new(shape: StandardsControlAssociationUpdates, required: true, location_name: "StandardsControlAssociationUpdates"))
|
5214
5430
|
BatchUpdateStandardsControlAssociationsRequest.struct_class = Types::BatchUpdateStandardsControlAssociationsRequest
|
5215
5431
|
|
@@ -5275,6 +5491,16 @@ module Aws::SecurityHub
|
|
5275
5491
|
Compliance.add_member(:security_control_parameters, Shapes::ShapeRef.new(shape: SecurityControlParametersList, location_name: "SecurityControlParameters"))
|
5276
5492
|
Compliance.struct_class = Types::Compliance
|
5277
5493
|
|
5494
|
+
CompositeFilter.add_member(:string_filters, Shapes::ShapeRef.new(shape: OcsfStringFilterList, location_name: "StringFilters"))
|
5495
|
+
CompositeFilter.add_member(:date_filters, Shapes::ShapeRef.new(shape: OcsfDateFilterList, location_name: "DateFilters"))
|
5496
|
+
CompositeFilter.add_member(:boolean_filters, Shapes::ShapeRef.new(shape: OcsfBooleanFilterList, location_name: "BooleanFilters"))
|
5497
|
+
CompositeFilter.add_member(:number_filters, Shapes::ShapeRef.new(shape: OcsfNumberFilterList, location_name: "NumberFilters"))
|
5498
|
+
CompositeFilter.add_member(:map_filters, Shapes::ShapeRef.new(shape: OcsfMapFilterList, location_name: "MapFilters"))
|
5499
|
+
CompositeFilter.add_member(:operator, Shapes::ShapeRef.new(shape: AllowedOperators, location_name: "Operator"))
|
5500
|
+
CompositeFilter.struct_class = Types::CompositeFilter
|
5501
|
+
|
5502
|
+
CompositeFilterList.member = Shapes::ShapeRef.new(shape: CompositeFilter)
|
5503
|
+
|
5278
5504
|
ConfigurationOptions.add_member(:integer, Shapes::ShapeRef.new(shape: IntegerConfigurationOptions, location_name: "Integer"))
|
5279
5505
|
ConfigurationOptions.add_member(:integer_list, Shapes::ShapeRef.new(shape: IntegerListConfigurationOptions, location_name: "IntegerList"))
|
5280
5506
|
ConfigurationOptions.add_member(:double, Shapes::ShapeRef.new(shape: DoubleConfigurationOptions, location_name: "Double"))
|
@@ -5323,6 +5549,28 @@ module Aws::SecurityHub
|
|
5323
5549
|
|
5324
5550
|
ConfigurationPolicySummaryList.member = Shapes::ShapeRef.new(shape: ConfigurationPolicySummary)
|
5325
5551
|
|
5552
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
5553
|
+
ConflictException.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Code"))
|
5554
|
+
ConflictException.struct_class = Types::ConflictException
|
5555
|
+
|
5556
|
+
ConnectorRegistrationsV2Request.add_member(:auth_code, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "AuthCode"))
|
5557
|
+
ConnectorRegistrationsV2Request.add_member(:auth_state, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "AuthState"))
|
5558
|
+
ConnectorRegistrationsV2Request.struct_class = Types::ConnectorRegistrationsV2Request
|
5559
|
+
|
5560
|
+
ConnectorRegistrationsV2Response.add_member(:connector_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ConnectorArn"))
|
5561
|
+
ConnectorRegistrationsV2Response.add_member(:connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ConnectorId"))
|
5562
|
+
ConnectorRegistrationsV2Response.struct_class = Types::ConnectorRegistrationsV2Response
|
5563
|
+
|
5564
|
+
ConnectorSummary.add_member(:connector_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ConnectorArn"))
|
5565
|
+
ConnectorSummary.add_member(:connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ConnectorId"))
|
5566
|
+
ConnectorSummary.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
5567
|
+
ConnectorSummary.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Description"))
|
5568
|
+
ConnectorSummary.add_member(:provider_summary, Shapes::ShapeRef.new(shape: ProviderSummary, required: true, location_name: "ProviderSummary"))
|
5569
|
+
ConnectorSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
5570
|
+
ConnectorSummary.struct_class = Types::ConnectorSummary
|
5571
|
+
|
5572
|
+
ConnectorSummaryList.member = Shapes::ShapeRef.new(shape: ConnectorSummary)
|
5573
|
+
|
5326
5574
|
ContainerDetails.add_member(:container_runtime, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ContainerRuntime"))
|
5327
5575
|
ContainerDetails.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
5328
5576
|
ContainerDetails.add_member(:image_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ImageId"))
|
@@ -5344,6 +5592,18 @@ module Aws::SecurityHub
|
|
5344
5592
|
CreateActionTargetResponse.add_member(:action_target_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ActionTargetArn"))
|
5345
5593
|
CreateActionTargetResponse.struct_class = Types::CreateActionTargetResponse
|
5346
5594
|
|
5595
|
+
CreateAggregatorV2Request.add_member(:region_linking_mode, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "RegionLinkingMode"))
|
5596
|
+
CreateAggregatorV2Request.add_member(:linked_regions, Shapes::ShapeRef.new(shape: StringList, location_name: "LinkedRegions"))
|
5597
|
+
CreateAggregatorV2Request.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
5598
|
+
CreateAggregatorV2Request.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5599
|
+
CreateAggregatorV2Request.struct_class = Types::CreateAggregatorV2Request
|
5600
|
+
|
5601
|
+
CreateAggregatorV2Response.add_member(:aggregator_v2_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AggregatorV2Arn"))
|
5602
|
+
CreateAggregatorV2Response.add_member(:aggregation_region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AggregationRegion"))
|
5603
|
+
CreateAggregatorV2Response.add_member(:region_linking_mode, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RegionLinkingMode"))
|
5604
|
+
CreateAggregatorV2Response.add_member(:linked_regions, Shapes::ShapeRef.new(shape: StringList, location_name: "LinkedRegions"))
|
5605
|
+
CreateAggregatorV2Response.struct_class = Types::CreateAggregatorV2Response
|
5606
|
+
|
5347
5607
|
CreateAutomationRuleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
5348
5608
|
CreateAutomationRuleRequest.add_member(:rule_status, Shapes::ShapeRef.new(shape: RuleStatus, location_name: "RuleStatus"))
|
5349
5609
|
CreateAutomationRuleRequest.add_member(:rule_order, Shapes::ShapeRef.new(shape: RuleOrderValue, required: true, location_name: "RuleOrder"))
|
@@ -5357,6 +5617,20 @@ module Aws::SecurityHub
|
|
5357
5617
|
CreateAutomationRuleResponse.add_member(:rule_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleArn"))
|
5358
5618
|
CreateAutomationRuleResponse.struct_class = Types::CreateAutomationRuleResponse
|
5359
5619
|
|
5620
|
+
CreateAutomationRuleV2Request.add_member(:rule_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "RuleName"))
|
5621
|
+
CreateAutomationRuleV2Request.add_member(:rule_status, Shapes::ShapeRef.new(shape: RuleStatusV2, location_name: "RuleStatus"))
|
5622
|
+
CreateAutomationRuleV2Request.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Description"))
|
5623
|
+
CreateAutomationRuleV2Request.add_member(:rule_order, Shapes::ShapeRef.new(shape: RuleOrderValueV2, required: true, location_name: "RuleOrder"))
|
5624
|
+
CreateAutomationRuleV2Request.add_member(:criteria, Shapes::ShapeRef.new(shape: Criteria, required: true, location_name: "Criteria"))
|
5625
|
+
CreateAutomationRuleV2Request.add_member(:actions, Shapes::ShapeRef.new(shape: AutomationRulesActionListV2, required: true, location_name: "Actions"))
|
5626
|
+
CreateAutomationRuleV2Request.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
5627
|
+
CreateAutomationRuleV2Request.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5628
|
+
CreateAutomationRuleV2Request.struct_class = Types::CreateAutomationRuleV2Request
|
5629
|
+
|
5630
|
+
CreateAutomationRuleV2Response.add_member(:rule_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleArn"))
|
5631
|
+
CreateAutomationRuleV2Response.add_member(:rule_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleId"))
|
5632
|
+
CreateAutomationRuleV2Response.struct_class = Types::CreateAutomationRuleV2Response
|
5633
|
+
|
5360
5634
|
CreateConfigurationPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
5361
5635
|
CreateConfigurationPolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Description"))
|
5362
5636
|
CreateConfigurationPolicyRequest.add_member(:configuration_policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "ConfigurationPolicy"))
|
@@ -5372,6 +5646,19 @@ module Aws::SecurityHub
|
|
5372
5646
|
CreateConfigurationPolicyResponse.add_member(:configuration_policy, Shapes::ShapeRef.new(shape: Policy, location_name: "ConfigurationPolicy"))
|
5373
5647
|
CreateConfigurationPolicyResponse.struct_class = Types::CreateConfigurationPolicyResponse
|
5374
5648
|
|
5649
|
+
CreateConnectorV2Request.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
5650
|
+
CreateConnectorV2Request.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Description"))
|
5651
|
+
CreateConnectorV2Request.add_member(:provider, Shapes::ShapeRef.new(shape: ProviderConfiguration, required: true, location_name: "Provider"))
|
5652
|
+
CreateConnectorV2Request.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "KmsKeyArn"))
|
5653
|
+
CreateConnectorV2Request.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
5654
|
+
CreateConnectorV2Request.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5655
|
+
CreateConnectorV2Request.struct_class = Types::CreateConnectorV2Request
|
5656
|
+
|
5657
|
+
CreateConnectorV2Response.add_member(:connector_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ConnectorArn"))
|
5658
|
+
CreateConnectorV2Response.add_member(:connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ConnectorId"))
|
5659
|
+
CreateConnectorV2Response.add_member(:auth_url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AuthUrl"))
|
5660
|
+
CreateConnectorV2Response.struct_class = Types::CreateConnectorV2Response
|
5661
|
+
|
5375
5662
|
CreateFindingAggregatorRequest.add_member(:region_linking_mode, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "RegionLinkingMode"))
|
5376
5663
|
CreateFindingAggregatorRequest.add_member(:regions, Shapes::ShapeRef.new(shape: StringList, location_name: "Regions"))
|
5377
5664
|
CreateFindingAggregatorRequest.struct_class = Types::CreateFindingAggregatorRequest
|
@@ -5396,6 +5683,21 @@ module Aws::SecurityHub
|
|
5396
5683
|
CreateMembersResponse.add_member(:unprocessed_accounts, Shapes::ShapeRef.new(shape: ResultList, location_name: "UnprocessedAccounts"))
|
5397
5684
|
CreateMembersResponse.struct_class = Types::CreateMembersResponse
|
5398
5685
|
|
5686
|
+
CreateTicketV2Request.add_member(:connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ConnectorId"))
|
5687
|
+
CreateTicketV2Request.add_member(:finding_metadata_uid, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "FindingMetadataUid"))
|
5688
|
+
CreateTicketV2Request.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5689
|
+
CreateTicketV2Request.struct_class = Types::CreateTicketV2Request
|
5690
|
+
|
5691
|
+
CreateTicketV2Response.add_member(:ticket_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "TicketId"))
|
5692
|
+
CreateTicketV2Response.add_member(:ticket_src_url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "TicketSrcUrl"))
|
5693
|
+
CreateTicketV2Response.struct_class = Types::CreateTicketV2Response
|
5694
|
+
|
5695
|
+
Criteria.add_member(:ocsf_finding_criteria, Shapes::ShapeRef.new(shape: OcsfFindingFilters, location_name: "OcsfFindingCriteria"))
|
5696
|
+
Criteria.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
5697
|
+
Criteria.add_member_subclass(:ocsf_finding_criteria, Types::Criteria::OcsfFindingCriteria)
|
5698
|
+
Criteria.add_member_subclass(:unknown, Types::Criteria::Unknown)
|
5699
|
+
Criteria.struct_class = Types::Criteria
|
5700
|
+
|
5399
5701
|
CustomDataIdentifiersDetections.add_member(:count, Shapes::ShapeRef.new(shape: Long, location_name: "Count"))
|
5400
5702
|
CustomDataIdentifiersDetections.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Arn"))
|
5401
5703
|
CustomDataIdentifiersDetections.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
@@ -5446,11 +5748,26 @@ module Aws::SecurityHub
|
|
5446
5748
|
DeleteActionTargetResponse.add_member(:action_target_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ActionTargetArn"))
|
5447
5749
|
DeleteActionTargetResponse.struct_class = Types::DeleteActionTargetResponse
|
5448
5750
|
|
5751
|
+
DeleteAggregatorV2Request.add_member(:aggregator_v2_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "AggregatorV2Arn"))
|
5752
|
+
DeleteAggregatorV2Request.struct_class = Types::DeleteAggregatorV2Request
|
5753
|
+
|
5754
|
+
DeleteAggregatorV2Response.struct_class = Types::DeleteAggregatorV2Response
|
5755
|
+
|
5756
|
+
DeleteAutomationRuleV2Request.add_member(:identifier, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "Identifier"))
|
5757
|
+
DeleteAutomationRuleV2Request.struct_class = Types::DeleteAutomationRuleV2Request
|
5758
|
+
|
5759
|
+
DeleteAutomationRuleV2Response.struct_class = Types::DeleteAutomationRuleV2Response
|
5760
|
+
|
5449
5761
|
DeleteConfigurationPolicyRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "Identifier"))
|
5450
5762
|
DeleteConfigurationPolicyRequest.struct_class = Types::DeleteConfigurationPolicyRequest
|
5451
5763
|
|
5452
5764
|
DeleteConfigurationPolicyResponse.struct_class = Types::DeleteConfigurationPolicyResponse
|
5453
5765
|
|
5766
|
+
DeleteConnectorV2Request.add_member(:connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "ConnectorId"))
|
5767
|
+
DeleteConnectorV2Request.struct_class = Types::DeleteConnectorV2Request
|
5768
|
+
|
5769
|
+
DeleteConnectorV2Response.struct_class = Types::DeleteConnectorV2Response
|
5770
|
+
|
5454
5771
|
DeleteFindingAggregatorRequest.add_member(:finding_aggregator_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "FindingAggregatorArn"))
|
5455
5772
|
DeleteFindingAggregatorRequest.struct_class = Types::DeleteFindingAggregatorRequest
|
5456
5773
|
|
@@ -5509,6 +5826,20 @@ module Aws::SecurityHub
|
|
5509
5826
|
DescribeProductsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5510
5827
|
DescribeProductsResponse.struct_class = Types::DescribeProductsResponse
|
5511
5828
|
|
5829
|
+
DescribeProductsV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
5830
|
+
DescribeProductsV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
5831
|
+
DescribeProductsV2Request.struct_class = Types::DescribeProductsV2Request
|
5832
|
+
|
5833
|
+
DescribeProductsV2Response.add_member(:products_v2, Shapes::ShapeRef.new(shape: ProductsV2List, required: true, location_name: "ProductsV2"))
|
5834
|
+
DescribeProductsV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5835
|
+
DescribeProductsV2Response.struct_class = Types::DescribeProductsV2Response
|
5836
|
+
|
5837
|
+
DescribeSecurityHubV2Request.struct_class = Types::DescribeSecurityHubV2Request
|
5838
|
+
|
5839
|
+
DescribeSecurityHubV2Response.add_member(:hub_v2_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "HubV2Arn"))
|
5840
|
+
DescribeSecurityHubV2Response.add_member(:subscribed_at, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SubscribedAt"))
|
5841
|
+
DescribeSecurityHubV2Response.struct_class = Types::DescribeSecurityHubV2Response
|
5842
|
+
|
5512
5843
|
DescribeStandardsControlsRequest.add_member(:standards_subscription_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "StandardsSubscriptionArn"))
|
5513
5844
|
DescribeStandardsControlsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
5514
5845
|
DescribeStandardsControlsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
@@ -5535,6 +5866,7 @@ module Aws::SecurityHub
|
|
5535
5866
|
DisableImportFindingsForProductResponse.struct_class = Types::DisableImportFindingsForProductResponse
|
5536
5867
|
|
5537
5868
|
DisableOrganizationAdminAccountRequest.add_member(:admin_account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "AdminAccountId"))
|
5869
|
+
DisableOrganizationAdminAccountRequest.add_member(:feature, Shapes::ShapeRef.new(shape: SecurityHubFeature, location_name: "Feature"))
|
5538
5870
|
DisableOrganizationAdminAccountRequest.struct_class = Types::DisableOrganizationAdminAccountRequest
|
5539
5871
|
|
5540
5872
|
DisableOrganizationAdminAccountResponse.struct_class = Types::DisableOrganizationAdminAccountResponse
|
@@ -5543,6 +5875,10 @@ module Aws::SecurityHub
|
|
5543
5875
|
|
5544
5876
|
DisableSecurityHubResponse.struct_class = Types::DisableSecurityHubResponse
|
5545
5877
|
|
5878
|
+
DisableSecurityHubV2Request.struct_class = Types::DisableSecurityHubV2Request
|
5879
|
+
|
5880
|
+
DisableSecurityHubV2Response.struct_class = Types::DisableSecurityHubV2Response
|
5881
|
+
|
5546
5882
|
DisabledSecurityControlIdentifierList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
5547
5883
|
|
5548
5884
|
DisassociateFromAdministratorAccountRequest.struct_class = Types::DisassociateFromAdministratorAccountRequest
|
@@ -5575,8 +5911,11 @@ module Aws::SecurityHub
|
|
5575
5911
|
EnableImportFindingsForProductResponse.struct_class = Types::EnableImportFindingsForProductResponse
|
5576
5912
|
|
5577
5913
|
EnableOrganizationAdminAccountRequest.add_member(:admin_account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "AdminAccountId"))
|
5914
|
+
EnableOrganizationAdminAccountRequest.add_member(:feature, Shapes::ShapeRef.new(shape: SecurityHubFeature, location_name: "Feature"))
|
5578
5915
|
EnableOrganizationAdminAccountRequest.struct_class = Types::EnableOrganizationAdminAccountRequest
|
5579
5916
|
|
5917
|
+
EnableOrganizationAdminAccountResponse.add_member(:admin_account_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AdminAccountId"))
|
5918
|
+
EnableOrganizationAdminAccountResponse.add_member(:feature, Shapes::ShapeRef.new(shape: SecurityHubFeature, location_name: "Feature"))
|
5580
5919
|
EnableOrganizationAdminAccountResponse.struct_class = Types::EnableOrganizationAdminAccountResponse
|
5581
5920
|
|
5582
5921
|
EnableSecurityHubRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -5586,6 +5925,12 @@ module Aws::SecurityHub
|
|
5586
5925
|
|
5587
5926
|
EnableSecurityHubResponse.struct_class = Types::EnableSecurityHubResponse
|
5588
5927
|
|
5928
|
+
EnableSecurityHubV2Request.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
5929
|
+
EnableSecurityHubV2Request.struct_class = Types::EnableSecurityHubV2Request
|
5930
|
+
|
5931
|
+
EnableSecurityHubV2Response.add_member(:hub_v2_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "HubV2Arn"))
|
5932
|
+
EnableSecurityHubV2Response.struct_class = Types::EnableSecurityHubV2Response
|
5933
|
+
|
5589
5934
|
EnabledSecurityControlIdentifierList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
5590
5935
|
|
5591
5936
|
EnabledStandardIdentifierList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
@@ -5599,6 +5944,9 @@ module Aws::SecurityHub
|
|
5599
5944
|
EnumListConfigurationOptions.add_member(:allowed_values, Shapes::ShapeRef.new(shape: StringList, location_name: "AllowedValues"))
|
5600
5945
|
EnumListConfigurationOptions.struct_class = Types::EnumListConfigurationOptions
|
5601
5946
|
|
5947
|
+
ExternalIntegrationConfiguration.add_member(:connector_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ConnectorArn"))
|
5948
|
+
ExternalIntegrationConfiguration.struct_class = Types::ExternalIntegrationConfiguration
|
5949
|
+
|
5602
5950
|
FieldMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
|
5603
5951
|
FieldMap.value = Shapes::ShapeRef.new(shape: NonEmptyString)
|
5604
5952
|
|
@@ -5685,6 +6033,30 @@ module Aws::SecurityHub
|
|
5685
6033
|
GetAdministratorAccountResponse.add_member(:administrator, Shapes::ShapeRef.new(shape: Invitation, location_name: "Administrator"))
|
5686
6034
|
GetAdministratorAccountResponse.struct_class = Types::GetAdministratorAccountResponse
|
5687
6035
|
|
6036
|
+
GetAggregatorV2Request.add_member(:aggregator_v2_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "AggregatorV2Arn"))
|
6037
|
+
GetAggregatorV2Request.struct_class = Types::GetAggregatorV2Request
|
6038
|
+
|
6039
|
+
GetAggregatorV2Response.add_member(:aggregator_v2_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AggregatorV2Arn"))
|
6040
|
+
GetAggregatorV2Response.add_member(:aggregation_region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AggregationRegion"))
|
6041
|
+
GetAggregatorV2Response.add_member(:region_linking_mode, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RegionLinkingMode"))
|
6042
|
+
GetAggregatorV2Response.add_member(:linked_regions, Shapes::ShapeRef.new(shape: StringList, location_name: "LinkedRegions"))
|
6043
|
+
GetAggregatorV2Response.struct_class = Types::GetAggregatorV2Response
|
6044
|
+
|
6045
|
+
GetAutomationRuleV2Request.add_member(:identifier, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "Identifier"))
|
6046
|
+
GetAutomationRuleV2Request.struct_class = Types::GetAutomationRuleV2Request
|
6047
|
+
|
6048
|
+
GetAutomationRuleV2Response.add_member(:rule_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleArn"))
|
6049
|
+
GetAutomationRuleV2Response.add_member(:rule_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleId"))
|
6050
|
+
GetAutomationRuleV2Response.add_member(:rule_order, Shapes::ShapeRef.new(shape: RuleOrderValueV2, location_name: "RuleOrder"))
|
6051
|
+
GetAutomationRuleV2Response.add_member(:rule_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleName"))
|
6052
|
+
GetAutomationRuleV2Response.add_member(:rule_status, Shapes::ShapeRef.new(shape: RuleStatusV2, location_name: "RuleStatus"))
|
6053
|
+
GetAutomationRuleV2Response.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Description"))
|
6054
|
+
GetAutomationRuleV2Response.add_member(:criteria, Shapes::ShapeRef.new(shape: Criteria, location_name: "Criteria"))
|
6055
|
+
GetAutomationRuleV2Response.add_member(:actions, Shapes::ShapeRef.new(shape: AutomationRulesActionListV2, location_name: "Actions"))
|
6056
|
+
GetAutomationRuleV2Response.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
6057
|
+
GetAutomationRuleV2Response.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
6058
|
+
GetAutomationRuleV2Response.struct_class = Types::GetAutomationRuleV2Response
|
6059
|
+
|
5688
6060
|
GetConfigurationPolicyAssociationRequest.add_member(:target, Shapes::ShapeRef.new(shape: Target, required: true, location_name: "Target"))
|
5689
6061
|
GetConfigurationPolicyAssociationRequest.struct_class = Types::GetConfigurationPolicyAssociationRequest
|
5690
6062
|
|
@@ -5709,6 +6081,20 @@ module Aws::SecurityHub
|
|
5709
6081
|
GetConfigurationPolicyResponse.add_member(:configuration_policy, Shapes::ShapeRef.new(shape: Policy, location_name: "ConfigurationPolicy"))
|
5710
6082
|
GetConfigurationPolicyResponse.struct_class = Types::GetConfigurationPolicyResponse
|
5711
6083
|
|
6084
|
+
GetConnectorV2Request.add_member(:connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "ConnectorId"))
|
6085
|
+
GetConnectorV2Request.struct_class = Types::GetConnectorV2Request
|
6086
|
+
|
6087
|
+
GetConnectorV2Response.add_member(:connector_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ConnectorArn"))
|
6088
|
+
GetConnectorV2Response.add_member(:connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ConnectorId"))
|
6089
|
+
GetConnectorV2Response.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
6090
|
+
GetConnectorV2Response.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Description"))
|
6091
|
+
GetConnectorV2Response.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "KmsKeyArn"))
|
6092
|
+
GetConnectorV2Response.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
6093
|
+
GetConnectorV2Response.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedAt"))
|
6094
|
+
GetConnectorV2Response.add_member(:health, Shapes::ShapeRef.new(shape: HealthCheck, required: true, location_name: "Health"))
|
6095
|
+
GetConnectorV2Response.add_member(:provider_detail, Shapes::ShapeRef.new(shape: ProviderDetail, required: true, location_name: "ProviderDetail"))
|
6096
|
+
GetConnectorV2Response.struct_class = Types::GetConnectorV2Response
|
6097
|
+
|
5712
6098
|
GetEnabledStandardsRequest.add_member(:standards_subscription_arns, Shapes::ShapeRef.new(shape: StandardsSubscriptionArns, location_name: "StandardsSubscriptionArns"))
|
5713
6099
|
GetEnabledStandardsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5714
6100
|
GetEnabledStandardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
@@ -5738,6 +6124,14 @@ module Aws::SecurityHub
|
|
5738
6124
|
GetFindingHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5739
6125
|
GetFindingHistoryResponse.struct_class = Types::GetFindingHistoryResponse
|
5740
6126
|
|
6127
|
+
GetFindingStatisticsV2Request.add_member(:group_by_rules, Shapes::ShapeRef.new(shape: GroupByRules, required: true, location_name: "GroupByRules"))
|
6128
|
+
GetFindingStatisticsV2Request.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
6129
|
+
GetFindingStatisticsV2Request.add_member(:max_statistic_results, Shapes::ShapeRef.new(shape: MaxStatisticResults, location_name: "MaxStatisticResults"))
|
6130
|
+
GetFindingStatisticsV2Request.struct_class = Types::GetFindingStatisticsV2Request
|
6131
|
+
|
6132
|
+
GetFindingStatisticsV2Response.add_member(:group_by_results, Shapes::ShapeRef.new(shape: GroupByResults, location_name: "GroupByResults"))
|
6133
|
+
GetFindingStatisticsV2Response.struct_class = Types::GetFindingStatisticsV2Response
|
6134
|
+
|
5741
6135
|
GetFindingsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: AwsSecurityFindingFilters, location_name: "Filters"))
|
5742
6136
|
GetFindingsRequest.add_member(:sort_criteria, Shapes::ShapeRef.new(shape: SortCriteria, location_name: "SortCriteria"))
|
5743
6137
|
GetFindingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -5748,6 +6142,16 @@ module Aws::SecurityHub
|
|
5748
6142
|
GetFindingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5749
6143
|
GetFindingsResponse.struct_class = Types::GetFindingsResponse
|
5750
6144
|
|
6145
|
+
GetFindingsV2Request.add_member(:filters, Shapes::ShapeRef.new(shape: OcsfFindingFilters, location_name: "Filters"))
|
6146
|
+
GetFindingsV2Request.add_member(:sort_criteria, Shapes::ShapeRef.new(shape: SortCriteria, location_name: "SortCriteria"))
|
6147
|
+
GetFindingsV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6148
|
+
GetFindingsV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
6149
|
+
GetFindingsV2Request.struct_class = Types::GetFindingsV2Request
|
6150
|
+
|
6151
|
+
GetFindingsV2Response.add_member(:findings, Shapes::ShapeRef.new(shape: OcsfFindingsList, location_name: "Findings"))
|
6152
|
+
GetFindingsV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6153
|
+
GetFindingsV2Response.struct_class = Types::GetFindingsV2Response
|
6154
|
+
|
5751
6155
|
GetInsightResultsRequest.add_member(:insight_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "InsightArn"))
|
5752
6156
|
GetInsightResultsRequest.struct_class = Types::GetInsightResultsRequest
|
5753
6157
|
|
@@ -5780,12 +6184,53 @@ module Aws::SecurityHub
|
|
5780
6184
|
GetMembersResponse.add_member(:unprocessed_accounts, Shapes::ShapeRef.new(shape: ResultList, location_name: "UnprocessedAccounts"))
|
5781
6185
|
GetMembersResponse.struct_class = Types::GetMembersResponse
|
5782
6186
|
|
6187
|
+
GetResourcesStatisticsV2Request.add_member(:group_by_rules, Shapes::ShapeRef.new(shape: ResourceGroupByRules, required: true, location_name: "GroupByRules"))
|
6188
|
+
GetResourcesStatisticsV2Request.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
6189
|
+
GetResourcesStatisticsV2Request.add_member(:max_statistic_results, Shapes::ShapeRef.new(shape: MaxStatisticResults, location_name: "MaxStatisticResults"))
|
6190
|
+
GetResourcesStatisticsV2Request.struct_class = Types::GetResourcesStatisticsV2Request
|
6191
|
+
|
6192
|
+
GetResourcesStatisticsV2Response.add_member(:group_by_results, Shapes::ShapeRef.new(shape: GroupByResults, required: true, location_name: "GroupByResults"))
|
6193
|
+
GetResourcesStatisticsV2Response.struct_class = Types::GetResourcesStatisticsV2Response
|
6194
|
+
|
6195
|
+
GetResourcesV2Request.add_member(:filters, Shapes::ShapeRef.new(shape: ResourcesFilters, location_name: "Filters"))
|
6196
|
+
GetResourcesV2Request.add_member(:sort_criteria, Shapes::ShapeRef.new(shape: SortCriteria, location_name: "SortCriteria"))
|
6197
|
+
GetResourcesV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6198
|
+
GetResourcesV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
6199
|
+
GetResourcesV2Request.struct_class = Types::GetResourcesV2Request
|
6200
|
+
|
6201
|
+
GetResourcesV2Response.add_member(:resources, Shapes::ShapeRef.new(shape: Resources, required: true, location_name: "Resources"))
|
6202
|
+
GetResourcesV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6203
|
+
GetResourcesV2Response.struct_class = Types::GetResourcesV2Response
|
6204
|
+
|
5783
6205
|
GetSecurityControlDefinitionRequest.add_member(:security_control_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "querystring", location_name: "SecurityControlId"))
|
5784
6206
|
GetSecurityControlDefinitionRequest.struct_class = Types::GetSecurityControlDefinitionRequest
|
5785
6207
|
|
5786
6208
|
GetSecurityControlDefinitionResponse.add_member(:security_control_definition, Shapes::ShapeRef.new(shape: SecurityControlDefinition, required: true, location_name: "SecurityControlDefinition"))
|
5787
6209
|
GetSecurityControlDefinitionResponse.struct_class = Types::GetSecurityControlDefinitionResponse
|
5788
6210
|
|
6211
|
+
GroupByResult.add_member(:group_by_field, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "GroupByField"))
|
6212
|
+
GroupByResult.add_member(:group_by_values, Shapes::ShapeRef.new(shape: GroupByValues, location_name: "GroupByValues"))
|
6213
|
+
GroupByResult.struct_class = Types::GroupByResult
|
6214
|
+
|
6215
|
+
GroupByResults.member = Shapes::ShapeRef.new(shape: GroupByResult)
|
6216
|
+
|
6217
|
+
GroupByRule.add_member(:filters, Shapes::ShapeRef.new(shape: OcsfFindingFilters, location_name: "Filters"))
|
6218
|
+
GroupByRule.add_member(:group_by_field, Shapes::ShapeRef.new(shape: GroupByField, required: true, location_name: "GroupByField"))
|
6219
|
+
GroupByRule.struct_class = Types::GroupByRule
|
6220
|
+
|
6221
|
+
GroupByRules.member = Shapes::ShapeRef.new(shape: GroupByRule)
|
6222
|
+
|
6223
|
+
GroupByValue.add_member(:field_value, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "FieldValue"))
|
6224
|
+
GroupByValue.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "Count"))
|
6225
|
+
GroupByValue.struct_class = Types::GroupByValue
|
6226
|
+
|
6227
|
+
GroupByValues.member = Shapes::ShapeRef.new(shape: GroupByValue)
|
6228
|
+
|
6229
|
+
HealthCheck.add_member(:connector_status, Shapes::ShapeRef.new(shape: ConnectorStatus, required: true, location_name: "ConnectorStatus"))
|
6230
|
+
HealthCheck.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
6231
|
+
HealthCheck.add_member(:last_checked_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastCheckedAt"))
|
6232
|
+
HealthCheck.struct_class = Types::HealthCheck
|
6233
|
+
|
5789
6234
|
IcmpTypeCode.add_member(:code, Shapes::ShapeRef.new(shape: Integer, location_name: "Code"))
|
5790
6235
|
IcmpTypeCode.add_member(:type, Shapes::ShapeRef.new(shape: Integer, location_name: "Type"))
|
5791
6236
|
IcmpTypeCode.struct_class = Types::IcmpTypeCode
|
@@ -5839,10 +6284,16 @@ module Aws::SecurityHub
|
|
5839
6284
|
|
5840
6285
|
IntegrationTypeList.member = Shapes::ShapeRef.new(shape: IntegrationType)
|
5841
6286
|
|
6287
|
+
IntegrationV2TypeList.member = Shapes::ShapeRef.new(shape: IntegrationV2Type)
|
6288
|
+
|
5842
6289
|
InternalException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
5843
6290
|
InternalException.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Code"))
|
5844
6291
|
InternalException.struct_class = Types::InternalException
|
5845
6292
|
|
6293
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
6294
|
+
InternalServerException.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Code"))
|
6295
|
+
InternalServerException.struct_class = Types::InternalServerException
|
6296
|
+
|
5846
6297
|
InvalidAccessException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
5847
6298
|
InvalidAccessException.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Code"))
|
5848
6299
|
InvalidAccessException.struct_class = Types::InvalidAccessException
|
@@ -5883,6 +6334,19 @@ module Aws::SecurityHub
|
|
5883
6334
|
|
5884
6335
|
Ipv6CidrBlockAssociationList.member = Shapes::ShapeRef.new(shape: Ipv6CidrBlockAssociation)
|
5885
6336
|
|
6337
|
+
JiraCloudDetail.add_member(:cloud_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CloudId"))
|
6338
|
+
JiraCloudDetail.add_member(:project_key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ProjectKey"))
|
6339
|
+
JiraCloudDetail.add_member(:domain, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Domain"))
|
6340
|
+
JiraCloudDetail.add_member(:auth_url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AuthUrl"))
|
6341
|
+
JiraCloudDetail.add_member(:auth_status, Shapes::ShapeRef.new(shape: ConnectorAuthStatus, location_name: "AuthStatus"))
|
6342
|
+
JiraCloudDetail.struct_class = Types::JiraCloudDetail
|
6343
|
+
|
6344
|
+
JiraCloudProviderConfiguration.add_member(:project_key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ProjectKey"))
|
6345
|
+
JiraCloudProviderConfiguration.struct_class = Types::JiraCloudProviderConfiguration
|
6346
|
+
|
6347
|
+
JiraCloudUpdateConfiguration.add_member(:project_key, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ProjectKey"))
|
6348
|
+
JiraCloudUpdateConfiguration.struct_class = Types::JiraCloudUpdateConfiguration
|
6349
|
+
|
5886
6350
|
KeywordFilter.add_member(:value, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Value"))
|
5887
6351
|
KeywordFilter.struct_class = Types::KeywordFilter
|
5888
6352
|
|
@@ -5892,6 +6356,14 @@ module Aws::SecurityHub
|
|
5892
6356
|
LimitExceededException.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Code"))
|
5893
6357
|
LimitExceededException.struct_class = Types::LimitExceededException
|
5894
6358
|
|
6359
|
+
ListAggregatorsV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
6360
|
+
ListAggregatorsV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
6361
|
+
ListAggregatorsV2Request.struct_class = Types::ListAggregatorsV2Request
|
6362
|
+
|
6363
|
+
ListAggregatorsV2Response.add_member(:aggregators_v2, Shapes::ShapeRef.new(shape: AggregatorV2List, location_name: "AggregatorsV2"))
|
6364
|
+
ListAggregatorsV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6365
|
+
ListAggregatorsV2Response.struct_class = Types::ListAggregatorsV2Response
|
6366
|
+
|
5895
6367
|
ListAutomationRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
5896
6368
|
ListAutomationRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
5897
6369
|
ListAutomationRulesRequest.struct_class = Types::ListAutomationRulesRequest
|
@@ -5900,6 +6372,14 @@ module Aws::SecurityHub
|
|
5900
6372
|
ListAutomationRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5901
6373
|
ListAutomationRulesResponse.struct_class = Types::ListAutomationRulesResponse
|
5902
6374
|
|
6375
|
+
ListAutomationRulesV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
6376
|
+
ListAutomationRulesV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
6377
|
+
ListAutomationRulesV2Request.struct_class = Types::ListAutomationRulesV2Request
|
6378
|
+
|
6379
|
+
ListAutomationRulesV2Response.add_member(:rules, Shapes::ShapeRef.new(shape: AutomationRulesMetadataListV2, location_name: "Rules"))
|
6380
|
+
ListAutomationRulesV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6381
|
+
ListAutomationRulesV2Response.struct_class = Types::ListAutomationRulesV2Response
|
6382
|
+
|
5903
6383
|
ListConfigurationPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
5904
6384
|
ListConfigurationPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
5905
6385
|
ListConfigurationPoliciesRequest.struct_class = Types::ListConfigurationPoliciesRequest
|
@@ -5917,6 +6397,16 @@ module Aws::SecurityHub
|
|
5917
6397
|
ListConfigurationPolicyAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5918
6398
|
ListConfigurationPolicyAssociationsResponse.struct_class = Types::ListConfigurationPolicyAssociationsResponse
|
5919
6399
|
|
6400
|
+
ListConnectorsV2Request.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
6401
|
+
ListConnectorsV2Request.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
6402
|
+
ListConnectorsV2Request.add_member(:provider_name, Shapes::ShapeRef.new(shape: ConnectorProviderName, location: "querystring", location_name: "ProviderName"))
|
6403
|
+
ListConnectorsV2Request.add_member(:connector_status, Shapes::ShapeRef.new(shape: ConnectorStatus, location: "querystring", location_name: "ConnectorStatus"))
|
6404
|
+
ListConnectorsV2Request.struct_class = Types::ListConnectorsV2Request
|
6405
|
+
|
6406
|
+
ListConnectorsV2Response.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6407
|
+
ListConnectorsV2Response.add_member(:connectors, Shapes::ShapeRef.new(shape: ConnectorSummaryList, required: true, location_name: "Connectors"))
|
6408
|
+
ListConnectorsV2Response.struct_class = Types::ListConnectorsV2Response
|
6409
|
+
|
5920
6410
|
ListEnabledProductsForImportRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
5921
6411
|
ListEnabledProductsForImportRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
|
5922
6412
|
ListEnabledProductsForImportRequest.struct_class = Types::ListEnabledProductsForImportRequest
|
@@ -5952,10 +6442,12 @@ module Aws::SecurityHub
|
|
5952
6442
|
|
5953
6443
|
ListOrganizationAdminAccountsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AdminsMaxResults, location: "querystring", location_name: "MaxResults"))
|
5954
6444
|
ListOrganizationAdminAccountsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
|
6445
|
+
ListOrganizationAdminAccountsRequest.add_member(:feature, Shapes::ShapeRef.new(shape: SecurityHubFeature, location: "querystring", location_name: "Feature"))
|
5955
6446
|
ListOrganizationAdminAccountsRequest.struct_class = Types::ListOrganizationAdminAccountsRequest
|
5956
6447
|
|
5957
6448
|
ListOrganizationAdminAccountsResponse.add_member(:admin_accounts, Shapes::ShapeRef.new(shape: AdminAccounts, location_name: "AdminAccounts"))
|
5958
6449
|
ListOrganizationAdminAccountsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
6450
|
+
ListOrganizationAdminAccountsResponse.add_member(:feature, Shapes::ShapeRef.new(shape: SecurityHubFeature, location_name: "Feature"))
|
5959
6451
|
ListOrganizationAdminAccountsResponse.struct_class = Types::ListOrganizationAdminAccountsResponse
|
5960
6452
|
|
5961
6453
|
ListSecurityControlDefinitionsRequest.add_member(:standards_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location: "querystring", location_name: "StandardsArn"))
|
@@ -6012,6 +6504,8 @@ module Aws::SecurityHub
|
|
6012
6504
|
|
6013
6505
|
MemberList.member = Shapes::ShapeRef.new(shape: Member)
|
6014
6506
|
|
6507
|
+
MetadataUidList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
6508
|
+
|
6015
6509
|
Network.add_member(:direction, Shapes::ShapeRef.new(shape: NetworkDirection, location_name: "Direction"))
|
6016
6510
|
Network.add_member(:protocol, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Protocol"))
|
6017
6511
|
Network.add_member(:open_port_range, Shapes::ShapeRef.new(shape: PortRange, location_name: "OpenPortRange"))
|
@@ -6102,6 +6596,49 @@ module Aws::SecurityHub
|
|
6102
6596
|
Occurrences.add_member(:cells, Shapes::ShapeRef.new(shape: Cells, location_name: "Cells"))
|
6103
6597
|
Occurrences.struct_class = Types::Occurrences
|
6104
6598
|
|
6599
|
+
OcsfBooleanFilter.add_member(:field_name, Shapes::ShapeRef.new(shape: OcsfBooleanField, location_name: "FieldName"))
|
6600
|
+
OcsfBooleanFilter.add_member(:filter, Shapes::ShapeRef.new(shape: BooleanFilter, location_name: "Filter"))
|
6601
|
+
OcsfBooleanFilter.struct_class = Types::OcsfBooleanFilter
|
6602
|
+
|
6603
|
+
OcsfBooleanFilterList.member = Shapes::ShapeRef.new(shape: OcsfBooleanFilter)
|
6604
|
+
|
6605
|
+
OcsfDateFilter.add_member(:field_name, Shapes::ShapeRef.new(shape: OcsfDateField, location_name: "FieldName"))
|
6606
|
+
OcsfDateFilter.add_member(:filter, Shapes::ShapeRef.new(shape: DateFilter, location_name: "Filter"))
|
6607
|
+
OcsfDateFilter.struct_class = Types::OcsfDateFilter
|
6608
|
+
|
6609
|
+
OcsfDateFilterList.member = Shapes::ShapeRef.new(shape: OcsfDateFilter)
|
6610
|
+
|
6611
|
+
OcsfFindingFilters.add_member(:composite_filters, Shapes::ShapeRef.new(shape: CompositeFilterList, location_name: "CompositeFilters"))
|
6612
|
+
OcsfFindingFilters.add_member(:composite_operator, Shapes::ShapeRef.new(shape: AllowedOperators, location_name: "CompositeOperator"))
|
6613
|
+
OcsfFindingFilters.struct_class = Types::OcsfFindingFilters
|
6614
|
+
|
6615
|
+
OcsfFindingIdentifier.add_member(:cloud_account_uid, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "CloudAccountUid"))
|
6616
|
+
OcsfFindingIdentifier.add_member(:finding_info_uid, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "FindingInfoUid"))
|
6617
|
+
OcsfFindingIdentifier.add_member(:metadata_product_uid, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "MetadataProductUid"))
|
6618
|
+
OcsfFindingIdentifier.struct_class = Types::OcsfFindingIdentifier
|
6619
|
+
|
6620
|
+
OcsfFindingIdentifierList.member = Shapes::ShapeRef.new(shape: OcsfFindingIdentifier)
|
6621
|
+
|
6622
|
+
OcsfFindingsList.member = Shapes::ShapeRef.new(shape: OcsfFinding)
|
6623
|
+
|
6624
|
+
OcsfMapFilter.add_member(:field_name, Shapes::ShapeRef.new(shape: OcsfMapField, location_name: "FieldName"))
|
6625
|
+
OcsfMapFilter.add_member(:filter, Shapes::ShapeRef.new(shape: MapFilter, location_name: "Filter"))
|
6626
|
+
OcsfMapFilter.struct_class = Types::OcsfMapFilter
|
6627
|
+
|
6628
|
+
OcsfMapFilterList.member = Shapes::ShapeRef.new(shape: OcsfMapFilter)
|
6629
|
+
|
6630
|
+
OcsfNumberFilter.add_member(:field_name, Shapes::ShapeRef.new(shape: OcsfNumberField, location_name: "FieldName"))
|
6631
|
+
OcsfNumberFilter.add_member(:filter, Shapes::ShapeRef.new(shape: NumberFilter, location_name: "Filter"))
|
6632
|
+
OcsfNumberFilter.struct_class = Types::OcsfNumberFilter
|
6633
|
+
|
6634
|
+
OcsfNumberFilterList.member = Shapes::ShapeRef.new(shape: OcsfNumberFilter)
|
6635
|
+
|
6636
|
+
OcsfStringFilter.add_member(:field_name, Shapes::ShapeRef.new(shape: OcsfStringField, location_name: "FieldName"))
|
6637
|
+
OcsfStringFilter.add_member(:filter, Shapes::ShapeRef.new(shape: StringFilter, location_name: "Filter"))
|
6638
|
+
OcsfStringFilter.struct_class = Types::OcsfStringFilter
|
6639
|
+
|
6640
|
+
OcsfStringFilterList.member = Shapes::ShapeRef.new(shape: OcsfStringFilter)
|
6641
|
+
|
6105
6642
|
OrganizationConfiguration.add_member(:configuration_type, Shapes::ShapeRef.new(shape: OrganizationConfigurationConfigurationType, location_name: "ConfigurationType"))
|
6106
6643
|
OrganizationConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: OrganizationConfigurationStatus, location_name: "Status"))
|
6107
6644
|
OrganizationConfiguration.add_member(:status_message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "StatusMessage"))
|
@@ -6209,13 +6746,50 @@ module Aws::SecurityHub
|
|
6209
6746
|
|
6210
6747
|
ProductSubscriptionArnList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
6211
6748
|
|
6749
|
+
ProductV2.add_member(:product_v2_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ProductV2Name"))
|
6750
|
+
ProductV2.add_member(:company_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CompanyName"))
|
6751
|
+
ProductV2.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Description"))
|
6752
|
+
ProductV2.add_member(:categories, Shapes::ShapeRef.new(shape: CategoryList, location_name: "Categories"))
|
6753
|
+
ProductV2.add_member(:integration_v2_types, Shapes::ShapeRef.new(shape: IntegrationV2TypeList, location_name: "IntegrationV2Types"))
|
6754
|
+
ProductV2.add_member(:marketplace_url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MarketplaceUrl"))
|
6755
|
+
ProductV2.add_member(:activation_url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ActivationUrl"))
|
6756
|
+
ProductV2.struct_class = Types::ProductV2
|
6757
|
+
|
6212
6758
|
ProductsList.member = Shapes::ShapeRef.new(shape: Product)
|
6213
6759
|
|
6760
|
+
ProductsV2List.member = Shapes::ShapeRef.new(shape: ProductV2)
|
6761
|
+
|
6214
6762
|
PropagatingVgwSetDetails.add_member(:gateway_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "GatewayId"))
|
6215
6763
|
PropagatingVgwSetDetails.struct_class = Types::PropagatingVgwSetDetails
|
6216
6764
|
|
6217
6765
|
PropagatingVgwSetList.member = Shapes::ShapeRef.new(shape: PropagatingVgwSetDetails)
|
6218
6766
|
|
6767
|
+
ProviderConfiguration.add_member(:jira_cloud, Shapes::ShapeRef.new(shape: JiraCloudProviderConfiguration, location_name: "JiraCloud"))
|
6768
|
+
ProviderConfiguration.add_member(:service_now, Shapes::ShapeRef.new(shape: ServiceNowProviderConfiguration, location_name: "ServiceNow"))
|
6769
|
+
ProviderConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
6770
|
+
ProviderConfiguration.add_member_subclass(:jira_cloud, Types::ProviderConfiguration::JiraCloud)
|
6771
|
+
ProviderConfiguration.add_member_subclass(:service_now, Types::ProviderConfiguration::ServiceNow)
|
6772
|
+
ProviderConfiguration.add_member_subclass(:unknown, Types::ProviderConfiguration::Unknown)
|
6773
|
+
ProviderConfiguration.struct_class = Types::ProviderConfiguration
|
6774
|
+
|
6775
|
+
ProviderDetail.add_member(:jira_cloud, Shapes::ShapeRef.new(shape: JiraCloudDetail, location_name: "JiraCloud"))
|
6776
|
+
ProviderDetail.add_member(:service_now, Shapes::ShapeRef.new(shape: ServiceNowDetail, location_name: "ServiceNow"))
|
6777
|
+
ProviderDetail.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
6778
|
+
ProviderDetail.add_member_subclass(:jira_cloud, Types::ProviderDetail::JiraCloud)
|
6779
|
+
ProviderDetail.add_member_subclass(:service_now, Types::ProviderDetail::ServiceNow)
|
6780
|
+
ProviderDetail.add_member_subclass(:unknown, Types::ProviderDetail::Unknown)
|
6781
|
+
ProviderDetail.struct_class = Types::ProviderDetail
|
6782
|
+
|
6783
|
+
ProviderSummary.add_member(:provider_name, Shapes::ShapeRef.new(shape: ConnectorProviderName, location_name: "ProviderName"))
|
6784
|
+
ProviderSummary.add_member(:connector_status, Shapes::ShapeRef.new(shape: ConnectorStatus, location_name: "ConnectorStatus"))
|
6785
|
+
ProviderSummary.struct_class = Types::ProviderSummary
|
6786
|
+
|
6787
|
+
ProviderUpdateConfiguration.add_member(:jira_cloud, Shapes::ShapeRef.new(shape: JiraCloudUpdateConfiguration, location_name: "JiraCloud"))
|
6788
|
+
ProviderUpdateConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
6789
|
+
ProviderUpdateConfiguration.add_member_subclass(:jira_cloud, Types::ProviderUpdateConfiguration::JiraCloud)
|
6790
|
+
ProviderUpdateConfiguration.add_member_subclass(:unknown, Types::ProviderUpdateConfiguration::Unknown)
|
6791
|
+
ProviderUpdateConfiguration.struct_class = Types::ProviderUpdateConfiguration
|
6792
|
+
|
6219
6793
|
Range.add_member(:start, Shapes::ShapeRef.new(shape: Long, location_name: "Start"))
|
6220
6794
|
Range.add_member(:end, Shapes::ShapeRef.new(shape: Long, location_name: "End"))
|
6221
6795
|
Range.add_member(:start_column, Shapes::ShapeRef.new(shape: Long, location_name: "StartColumn"))
|
@@ -6361,6 +6935,20 @@ module Aws::SecurityHub
|
|
6361
6935
|
ResourceDetails.add_member(:aws_ec2_client_vpn_endpoint, Shapes::ShapeRef.new(shape: AwsEc2ClientVpnEndpointDetails, location_name: "AwsEc2ClientVpnEndpoint"))
|
6362
6936
|
ResourceDetails.struct_class = Types::ResourceDetails
|
6363
6937
|
|
6938
|
+
ResourceFindingsSummary.add_member(:finding_type, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "FindingType"))
|
6939
|
+
ResourceFindingsSummary.add_member(:product_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ProductName"))
|
6940
|
+
ResourceFindingsSummary.add_member(:total_findings, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TotalFindings"))
|
6941
|
+
ResourceFindingsSummary.add_member(:severities, Shapes::ShapeRef.new(shape: ResourceSeverityBreakdown, location_name: "Severities"))
|
6942
|
+
ResourceFindingsSummary.struct_class = Types::ResourceFindingsSummary
|
6943
|
+
|
6944
|
+
ResourceFindingsSummaryList.member = Shapes::ShapeRef.new(shape: ResourceFindingsSummary)
|
6945
|
+
|
6946
|
+
ResourceGroupByRule.add_member(:group_by_field, Shapes::ShapeRef.new(shape: ResourceGroupByField, required: true, location_name: "GroupByField"))
|
6947
|
+
ResourceGroupByRule.add_member(:filters, Shapes::ShapeRef.new(shape: ResourcesFilters, location_name: "Filters"))
|
6948
|
+
ResourceGroupByRule.struct_class = Types::ResourceGroupByRule
|
6949
|
+
|
6950
|
+
ResourceGroupByRules.member = Shapes::ShapeRef.new(shape: ResourceGroupByRule)
|
6951
|
+
|
6364
6952
|
ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
6365
6953
|
ResourceInUseException.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Code"))
|
6366
6954
|
ResourceInUseException.struct_class = Types::ResourceInUseException
|
@@ -6371,6 +6959,75 @@ module Aws::SecurityHub
|
|
6371
6959
|
ResourceNotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Code"))
|
6372
6960
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
6373
6961
|
|
6962
|
+
ResourceResult.add_member(:resource_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ResourceArn"))
|
6963
|
+
ResourceResult.add_member(:resource_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ResourceId"))
|
6964
|
+
ResourceResult.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "AccountId"))
|
6965
|
+
ResourceResult.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Region"))
|
6966
|
+
ResourceResult.add_member(:resource_category, Shapes::ShapeRef.new(shape: ResourceCategory, location_name: "ResourceCategory"))
|
6967
|
+
ResourceResult.add_member(:resource_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ResourceType"))
|
6968
|
+
ResourceResult.add_member(:resource_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ResourceName"))
|
6969
|
+
ResourceResult.add_member(:resource_creation_time_dt, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ResourceCreationTimeDt"))
|
6970
|
+
ResourceResult.add_member(:resource_detail_capture_time_dt, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ResourceDetailCaptureTimeDt"))
|
6971
|
+
ResourceResult.add_member(:findings_summary, Shapes::ShapeRef.new(shape: ResourceFindingsSummaryList, location_name: "FindingsSummary"))
|
6972
|
+
ResourceResult.add_member(:resource_tags, Shapes::ShapeRef.new(shape: ResourceTagList, location_name: "ResourceTags"))
|
6973
|
+
ResourceResult.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, required: true, location_name: "ResourceConfig"))
|
6974
|
+
ResourceResult.struct_class = Types::ResourceResult
|
6975
|
+
|
6976
|
+
ResourceSeverityBreakdown.add_member(:other, Shapes::ShapeRef.new(shape: Integer, location_name: "Other"))
|
6977
|
+
ResourceSeverityBreakdown.add_member(:fatal, Shapes::ShapeRef.new(shape: Integer, location_name: "Fatal"))
|
6978
|
+
ResourceSeverityBreakdown.add_member(:critical, Shapes::ShapeRef.new(shape: Integer, location_name: "Critical"))
|
6979
|
+
ResourceSeverityBreakdown.add_member(:high, Shapes::ShapeRef.new(shape: Integer, location_name: "High"))
|
6980
|
+
ResourceSeverityBreakdown.add_member(:medium, Shapes::ShapeRef.new(shape: Integer, location_name: "Medium"))
|
6981
|
+
ResourceSeverityBreakdown.add_member(:low, Shapes::ShapeRef.new(shape: Integer, location_name: "Low"))
|
6982
|
+
ResourceSeverityBreakdown.add_member(:informational, Shapes::ShapeRef.new(shape: Integer, location_name: "Informational"))
|
6983
|
+
ResourceSeverityBreakdown.add_member(:unknown, Shapes::ShapeRef.new(shape: Integer, location_name: "Unknown"))
|
6984
|
+
ResourceSeverityBreakdown.struct_class = Types::ResourceSeverityBreakdown
|
6985
|
+
|
6986
|
+
ResourceTag.add_member(:key, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Key"))
|
6987
|
+
ResourceTag.add_member(:value, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Value"))
|
6988
|
+
ResourceTag.struct_class = Types::ResourceTag
|
6989
|
+
|
6990
|
+
ResourceTagList.member = Shapes::ShapeRef.new(shape: ResourceTag)
|
6991
|
+
|
6992
|
+
Resources.member = Shapes::ShapeRef.new(shape: ResourceResult)
|
6993
|
+
|
6994
|
+
ResourcesCompositeFilter.add_member(:string_filters, Shapes::ShapeRef.new(shape: ResourcesStringFilterList, location_name: "StringFilters"))
|
6995
|
+
ResourcesCompositeFilter.add_member(:date_filters, Shapes::ShapeRef.new(shape: ResourcesDateFilterList, location_name: "DateFilters"))
|
6996
|
+
ResourcesCompositeFilter.add_member(:number_filters, Shapes::ShapeRef.new(shape: ResourcesNumberFilterList, location_name: "NumberFilters"))
|
6997
|
+
ResourcesCompositeFilter.add_member(:map_filters, Shapes::ShapeRef.new(shape: ResourcesMapFilterList, location_name: "MapFilters"))
|
6998
|
+
ResourcesCompositeFilter.add_member(:operator, Shapes::ShapeRef.new(shape: AllowedOperators, location_name: "Operator"))
|
6999
|
+
ResourcesCompositeFilter.struct_class = Types::ResourcesCompositeFilter
|
7000
|
+
|
7001
|
+
ResourcesCompositeFilterList.member = Shapes::ShapeRef.new(shape: ResourcesCompositeFilter)
|
7002
|
+
|
7003
|
+
ResourcesDateFilter.add_member(:field_name, Shapes::ShapeRef.new(shape: ResourcesDateField, location_name: "FieldName"))
|
7004
|
+
ResourcesDateFilter.add_member(:filter, Shapes::ShapeRef.new(shape: DateFilter, location_name: "Filter"))
|
7005
|
+
ResourcesDateFilter.struct_class = Types::ResourcesDateFilter
|
7006
|
+
|
7007
|
+
ResourcesDateFilterList.member = Shapes::ShapeRef.new(shape: ResourcesDateFilter)
|
7008
|
+
|
7009
|
+
ResourcesFilters.add_member(:composite_filters, Shapes::ShapeRef.new(shape: ResourcesCompositeFilterList, location_name: "CompositeFilters"))
|
7010
|
+
ResourcesFilters.add_member(:composite_operator, Shapes::ShapeRef.new(shape: AllowedOperators, location_name: "CompositeOperator"))
|
7011
|
+
ResourcesFilters.struct_class = Types::ResourcesFilters
|
7012
|
+
|
7013
|
+
ResourcesMapFilter.add_member(:field_name, Shapes::ShapeRef.new(shape: ResourcesMapField, location_name: "FieldName"))
|
7014
|
+
ResourcesMapFilter.add_member(:filter, Shapes::ShapeRef.new(shape: MapFilter, location_name: "Filter"))
|
7015
|
+
ResourcesMapFilter.struct_class = Types::ResourcesMapFilter
|
7016
|
+
|
7017
|
+
ResourcesMapFilterList.member = Shapes::ShapeRef.new(shape: ResourcesMapFilter)
|
7018
|
+
|
7019
|
+
ResourcesNumberFilter.add_member(:field_name, Shapes::ShapeRef.new(shape: ResourcesNumberField, location_name: "FieldName"))
|
7020
|
+
ResourcesNumberFilter.add_member(:filter, Shapes::ShapeRef.new(shape: NumberFilter, location_name: "Filter"))
|
7021
|
+
ResourcesNumberFilter.struct_class = Types::ResourcesNumberFilter
|
7022
|
+
|
7023
|
+
ResourcesNumberFilterList.member = Shapes::ShapeRef.new(shape: ResourcesNumberFilter)
|
7024
|
+
|
7025
|
+
ResourcesStringFilter.add_member(:field_name, Shapes::ShapeRef.new(shape: ResourcesStringField, location_name: "FieldName"))
|
7026
|
+
ResourcesStringFilter.add_member(:filter, Shapes::ShapeRef.new(shape: StringFilter, location_name: "Filter"))
|
7027
|
+
ResourcesStringFilter.struct_class = Types::ResourcesStringFilter
|
7028
|
+
|
7029
|
+
ResourcesStringFilterList.member = Shapes::ShapeRef.new(shape: ResourcesStringFilter)
|
7030
|
+
|
6374
7031
|
Result.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
6375
7032
|
Result.add_member(:processing_result, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ProcessingResult"))
|
6376
7033
|
Result.struct_class = Types::Result
|
@@ -6574,6 +7231,16 @@ module Aws::SecurityHub
|
|
6574
7231
|
Sequence.add_member(:sequence_indicators, Shapes::ShapeRef.new(shape: IndicatorsList, location_name: "SequenceIndicators"))
|
6575
7232
|
Sequence.struct_class = Types::Sequence
|
6576
7233
|
|
7234
|
+
ServiceNowDetail.add_member(:instance_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "InstanceName"))
|
7235
|
+
ServiceNowDetail.add_member(:client_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ClientId"))
|
7236
|
+
ServiceNowDetail.add_member(:auth_status, Shapes::ShapeRef.new(shape: ConnectorAuthStatus, required: true, location_name: "AuthStatus"))
|
7237
|
+
ServiceNowDetail.struct_class = Types::ServiceNowDetail
|
7238
|
+
|
7239
|
+
ServiceNowProviderConfiguration.add_member(:instance_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "InstanceName"))
|
7240
|
+
ServiceNowProviderConfiguration.add_member(:client_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "ClientId"))
|
7241
|
+
ServiceNowProviderConfiguration.add_member(:client_secret, Shapes::ShapeRef.new(shape: SensitiveNonEmptyString, required: true, location_name: "ClientSecret"))
|
7242
|
+
ServiceNowProviderConfiguration.struct_class = Types::ServiceNowProviderConfiguration
|
7243
|
+
|
6577
7244
|
Severity.add_member(:product, Shapes::ShapeRef.new(shape: Double, location_name: "Product"))
|
6578
7245
|
Severity.add_member(:label, Shapes::ShapeRef.new(shape: SeverityLabel, location_name: "Label"))
|
6579
7246
|
Severity.add_member(:normalized, Shapes::ShapeRef.new(shape: Integer, location_name: "Normalized"))
|
@@ -6813,6 +7480,10 @@ module Aws::SecurityHub
|
|
6813
7480
|
|
6814
7481
|
ThreatList.member = Shapes::ShapeRef.new(shape: Threat)
|
6815
7482
|
|
7483
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
7484
|
+
ThrottlingException.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Code"))
|
7485
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
7486
|
+
|
6816
7487
|
TypeList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
6817
7488
|
|
6818
7489
|
UnprocessedAutomationRule.add_member(:rule_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleArn"))
|
@@ -6863,6 +7534,28 @@ module Aws::SecurityHub
|
|
6863
7534
|
|
6864
7535
|
UpdateActionTargetResponse.struct_class = Types::UpdateActionTargetResponse
|
6865
7536
|
|
7537
|
+
UpdateAggregatorV2Request.add_member(:aggregator_v2_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "AggregatorV2Arn"))
|
7538
|
+
UpdateAggregatorV2Request.add_member(:region_linking_mode, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "RegionLinkingMode"))
|
7539
|
+
UpdateAggregatorV2Request.add_member(:linked_regions, Shapes::ShapeRef.new(shape: StringList, location_name: "LinkedRegions"))
|
7540
|
+
UpdateAggregatorV2Request.struct_class = Types::UpdateAggregatorV2Request
|
7541
|
+
|
7542
|
+
UpdateAggregatorV2Response.add_member(:aggregator_v2_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AggregatorV2Arn"))
|
7543
|
+
UpdateAggregatorV2Response.add_member(:aggregation_region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AggregationRegion"))
|
7544
|
+
UpdateAggregatorV2Response.add_member(:region_linking_mode, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RegionLinkingMode"))
|
7545
|
+
UpdateAggregatorV2Response.add_member(:linked_regions, Shapes::ShapeRef.new(shape: StringList, location_name: "LinkedRegions"))
|
7546
|
+
UpdateAggregatorV2Response.struct_class = Types::UpdateAggregatorV2Response
|
7547
|
+
|
7548
|
+
UpdateAutomationRuleV2Request.add_member(:identifier, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "Identifier"))
|
7549
|
+
UpdateAutomationRuleV2Request.add_member(:rule_status, Shapes::ShapeRef.new(shape: RuleStatusV2, location_name: "RuleStatus"))
|
7550
|
+
UpdateAutomationRuleV2Request.add_member(:rule_order, Shapes::ShapeRef.new(shape: RuleOrderValueV2, location_name: "RuleOrder"))
|
7551
|
+
UpdateAutomationRuleV2Request.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Description"))
|
7552
|
+
UpdateAutomationRuleV2Request.add_member(:rule_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RuleName"))
|
7553
|
+
UpdateAutomationRuleV2Request.add_member(:criteria, Shapes::ShapeRef.new(shape: Criteria, location_name: "Criteria"))
|
7554
|
+
UpdateAutomationRuleV2Request.add_member(:actions, Shapes::ShapeRef.new(shape: AutomationRulesActionListV2, location_name: "Actions"))
|
7555
|
+
UpdateAutomationRuleV2Request.struct_class = Types::UpdateAutomationRuleV2Request
|
7556
|
+
|
7557
|
+
UpdateAutomationRuleV2Response.struct_class = Types::UpdateAutomationRuleV2Response
|
7558
|
+
|
6866
7559
|
UpdateAutomationRulesRequestItem.add_member(:rule_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "RuleArn"))
|
6867
7560
|
UpdateAutomationRulesRequestItem.add_member(:rule_status, Shapes::ShapeRef.new(shape: RuleStatus, location_name: "RuleStatus"))
|
6868
7561
|
UpdateAutomationRulesRequestItem.add_member(:rule_order, Shapes::ShapeRef.new(shape: RuleOrderValue, location_name: "RuleOrder"))
|
@@ -6891,6 +7584,14 @@ module Aws::SecurityHub
|
|
6891
7584
|
UpdateConfigurationPolicyResponse.add_member(:configuration_policy, Shapes::ShapeRef.new(shape: Policy, location_name: "ConfigurationPolicy"))
|
6892
7585
|
UpdateConfigurationPolicyResponse.struct_class = Types::UpdateConfigurationPolicyResponse
|
6893
7586
|
|
7587
|
+
UpdateConnectorV2Request.add_member(:connector_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "ConnectorId"))
|
7588
|
+
UpdateConnectorV2Request.add_member(:client_secret, Shapes::ShapeRef.new(shape: SensitiveNonEmptyString, location_name: "ClientSecret"))
|
7589
|
+
UpdateConnectorV2Request.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Description"))
|
7590
|
+
UpdateConnectorV2Request.add_member(:provider, Shapes::ShapeRef.new(shape: ProviderUpdateConfiguration, location_name: "Provider"))
|
7591
|
+
UpdateConnectorV2Request.struct_class = Types::UpdateConnectorV2Request
|
7592
|
+
|
7593
|
+
UpdateConnectorV2Response.struct_class = Types::UpdateConnectorV2Response
|
7594
|
+
|
6894
7595
|
UpdateFindingAggregatorRequest.add_member(:finding_aggregator_arn, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "FindingAggregatorArn"))
|
6895
7596
|
UpdateFindingAggregatorRequest.add_member(:region_linking_mode, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "RegionLinkingMode"))
|
6896
7597
|
UpdateFindingAggregatorRequest.add_member(:regions, Shapes::ShapeRef.new(shape: StringList, location_name: "Regions"))
|
@@ -6948,6 +7649,10 @@ module Aws::SecurityHub
|
|
6948
7649
|
UserAccount.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
6949
7650
|
UserAccount.struct_class = Types::UserAccount
|
6950
7651
|
|
7652
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
7653
|
+
ValidationException.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Code"))
|
7654
|
+
ValidationException.struct_class = Types::ValidationException
|
7655
|
+
|
6951
7656
|
VolumeMount.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
|
6952
7657
|
VolumeMount.add_member(:mount_path, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "MountPath"))
|
6953
7658
|
VolumeMount.struct_class = Types::VolumeMount
|
@@ -7190,6 +7895,19 @@ module Aws::SecurityHub
|
|
7190
7895
|
o.errors << Shapes::ShapeRef.new(shape: InvalidAccessException)
|
7191
7896
|
end)
|
7192
7897
|
|
7898
|
+
api.add_operation(:batch_update_findings_v2, Seahorse::Model::Operation.new.tap do |o|
|
7899
|
+
o.name = "BatchUpdateFindingsV2"
|
7900
|
+
o.http_method = "PATCH"
|
7901
|
+
o.http_request_uri = "/findingsv2/batchupdatev2"
|
7902
|
+
o.input = Shapes::ShapeRef.new(shape: BatchUpdateFindingsV2Request)
|
7903
|
+
o.output = Shapes::ShapeRef.new(shape: BatchUpdateFindingsV2Response)
|
7904
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7905
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7906
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7907
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7908
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7909
|
+
end)
|
7910
|
+
|
7193
7911
|
api.add_operation(:batch_update_standards_control_associations, Seahorse::Model::Operation.new.tap do |o|
|
7194
7912
|
o.name = "BatchUpdateStandardsControlAssociations"
|
7195
7913
|
o.http_method = "PATCH"
|
@@ -7203,6 +7921,20 @@ module Aws::SecurityHub
|
|
7203
7921
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7204
7922
|
end)
|
7205
7923
|
|
7924
|
+
api.add_operation(:connector_registrations_v2, Seahorse::Model::Operation.new.tap do |o|
|
7925
|
+
o.name = "ConnectorRegistrationsV2"
|
7926
|
+
o.http_method = "POST"
|
7927
|
+
o.http_request_uri = "/connectorsv2/registrations"
|
7928
|
+
o.input = Shapes::ShapeRef.new(shape: ConnectorRegistrationsV2Request)
|
7929
|
+
o.output = Shapes::ShapeRef.new(shape: ConnectorRegistrationsV2Response)
|
7930
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7931
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7932
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7933
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7934
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7935
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7936
|
+
end)
|
7937
|
+
|
7206
7938
|
api.add_operation(:create_action_target, Seahorse::Model::Operation.new.tap do |o|
|
7207
7939
|
o.name = "CreateActionTarget"
|
7208
7940
|
o.http_method = "POST"
|
@@ -7216,6 +7948,20 @@ module Aws::SecurityHub
|
|
7216
7948
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
7217
7949
|
end)
|
7218
7950
|
|
7951
|
+
api.add_operation(:create_aggregator_v2, Seahorse::Model::Operation.new.tap do |o|
|
7952
|
+
o.name = "CreateAggregatorV2"
|
7953
|
+
o.http_method = "POST"
|
7954
|
+
o.http_request_uri = "/aggregatorv2/create"
|
7955
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAggregatorV2Request)
|
7956
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAggregatorV2Response)
|
7957
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7958
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7959
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7960
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7961
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7962
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7963
|
+
end)
|
7964
|
+
|
7219
7965
|
api.add_operation(:create_automation_rule, Seahorse::Model::Operation.new.tap do |o|
|
7220
7966
|
o.name = "CreateAutomationRule"
|
7221
7967
|
o.http_method = "POST"
|
@@ -7229,6 +7975,19 @@ module Aws::SecurityHub
|
|
7229
7975
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
7230
7976
|
end)
|
7231
7977
|
|
7978
|
+
api.add_operation(:create_automation_rule_v2, Seahorse::Model::Operation.new.tap do |o|
|
7979
|
+
o.name = "CreateAutomationRuleV2"
|
7980
|
+
o.http_method = "POST"
|
7981
|
+
o.http_request_uri = "/automationrulesv2/create"
|
7982
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAutomationRuleV2Request)
|
7983
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAutomationRuleV2Response)
|
7984
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7985
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7986
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7987
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7988
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7989
|
+
end)
|
7990
|
+
|
7232
7991
|
api.add_operation(:create_configuration_policy, Seahorse::Model::Operation.new.tap do |o|
|
7233
7992
|
o.name = "CreateConfigurationPolicy"
|
7234
7993
|
o.http_method = "POST"
|
@@ -7243,6 +8002,20 @@ module Aws::SecurityHub
|
|
7243
8002
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
7244
8003
|
end)
|
7245
8004
|
|
8005
|
+
api.add_operation(:create_connector_v2, Seahorse::Model::Operation.new.tap do |o|
|
8006
|
+
o.name = "CreateConnectorV2"
|
8007
|
+
o.http_method = "POST"
|
8008
|
+
o.http_request_uri = "/connectorsv2"
|
8009
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConnectorV2Request)
|
8010
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConnectorV2Response)
|
8011
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8012
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8013
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8014
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8015
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8016
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8017
|
+
end)
|
8018
|
+
|
7246
8019
|
api.add_operation(:create_finding_aggregator, Seahorse::Model::Operation.new.tap do |o|
|
7247
8020
|
o.name = "CreateFindingAggregator"
|
7248
8021
|
o.http_method = "POST"
|
@@ -7283,6 +8056,20 @@ module Aws::SecurityHub
|
|
7283
8056
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7284
8057
|
end)
|
7285
8058
|
|
8059
|
+
api.add_operation(:create_ticket_v2, Seahorse::Model::Operation.new.tap do |o|
|
8060
|
+
o.name = "CreateTicketV2"
|
8061
|
+
o.http_method = "POST"
|
8062
|
+
o.http_request_uri = "/ticketsv2"
|
8063
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTicketV2Request)
|
8064
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTicketV2Response)
|
8065
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8066
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8067
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8068
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8069
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8070
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8071
|
+
end)
|
8072
|
+
|
7286
8073
|
api.add_operation(:decline_invitations, Seahorse::Model::Operation.new.tap do |o|
|
7287
8074
|
o.name = "DeclineInvitations"
|
7288
8075
|
o.http_method = "POST"
|
@@ -7307,6 +8094,34 @@ module Aws::SecurityHub
|
|
7307
8094
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7308
8095
|
end)
|
7309
8096
|
|
8097
|
+
api.add_operation(:delete_aggregator_v2, Seahorse::Model::Operation.new.tap do |o|
|
8098
|
+
o.name = "DeleteAggregatorV2"
|
8099
|
+
o.http_method = "DELETE"
|
8100
|
+
o.http_request_uri = "/aggregatorv2/delete/{AggregatorV2Arn+}"
|
8101
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAggregatorV2Request)
|
8102
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAggregatorV2Response)
|
8103
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8104
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8105
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8106
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8107
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8108
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8109
|
+
end)
|
8110
|
+
|
8111
|
+
api.add_operation(:delete_automation_rule_v2, Seahorse::Model::Operation.new.tap do |o|
|
8112
|
+
o.name = "DeleteAutomationRuleV2"
|
8113
|
+
o.http_method = "DELETE"
|
8114
|
+
o.http_request_uri = "/automationrulesv2/{Identifier}"
|
8115
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAutomationRuleV2Request)
|
8116
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAutomationRuleV2Response)
|
8117
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8118
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8119
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8120
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8121
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8122
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8123
|
+
end)
|
8124
|
+
|
7310
8125
|
api.add_operation(:delete_configuration_policy, Seahorse::Model::Operation.new.tap do |o|
|
7311
8126
|
o.name = "DeleteConfigurationPolicy"
|
7312
8127
|
o.http_method = "DELETE"
|
@@ -7322,6 +8137,20 @@ module Aws::SecurityHub
|
|
7322
8137
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
7323
8138
|
end)
|
7324
8139
|
|
8140
|
+
api.add_operation(:delete_connector_v2, Seahorse::Model::Operation.new.tap do |o|
|
8141
|
+
o.name = "DeleteConnectorV2"
|
8142
|
+
o.http_method = "DELETE"
|
8143
|
+
o.http_request_uri = "/connectorsv2/{ConnectorId+}"
|
8144
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConnectorV2Request)
|
8145
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteConnectorV2Response)
|
8146
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8147
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8148
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8149
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8150
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8151
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8152
|
+
end)
|
8153
|
+
|
7325
8154
|
api.add_operation(:delete_finding_aggregator, Seahorse::Model::Operation.new.tap do |o|
|
7326
8155
|
o.name = "DeleteFindingAggregator"
|
7327
8156
|
o.http_method = "DELETE"
|
@@ -7436,6 +8265,37 @@ module Aws::SecurityHub
|
|
7436
8265
|
)
|
7437
8266
|
end)
|
7438
8267
|
|
8268
|
+
api.add_operation(:describe_products_v2, Seahorse::Model::Operation.new.tap do |o|
|
8269
|
+
o.name = "DescribeProductsV2"
|
8270
|
+
o.http_method = "GET"
|
8271
|
+
o.http_request_uri = "/productsV2"
|
8272
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProductsV2Request)
|
8273
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProductsV2Response)
|
8274
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8275
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8276
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8277
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8278
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8279
|
+
o[:pager] = Aws::Pager.new(
|
8280
|
+
limit_key: "max_results",
|
8281
|
+
tokens: {
|
8282
|
+
"next_token" => "next_token"
|
8283
|
+
}
|
8284
|
+
)
|
8285
|
+
end)
|
8286
|
+
|
8287
|
+
api.add_operation(:describe_security_hub_v2, Seahorse::Model::Operation.new.tap do |o|
|
8288
|
+
o.name = "DescribeSecurityHubV2"
|
8289
|
+
o.http_method = "GET"
|
8290
|
+
o.http_request_uri = "/hubv2"
|
8291
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeSecurityHubV2Request)
|
8292
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeSecurityHubV2Response)
|
8293
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8294
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8295
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8296
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8297
|
+
end)
|
8298
|
+
|
7439
8299
|
api.add_operation(:describe_standards, Seahorse::Model::Operation.new.tap do |o|
|
7440
8300
|
o.name = "DescribeStandards"
|
7441
8301
|
o.http_method = "GET"
|
@@ -7510,6 +8370,18 @@ module Aws::SecurityHub
|
|
7510
8370
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7511
8371
|
end)
|
7512
8372
|
|
8373
|
+
api.add_operation(:disable_security_hub_v2, Seahorse::Model::Operation.new.tap do |o|
|
8374
|
+
o.name = "DisableSecurityHubV2"
|
8375
|
+
o.http_method = "DELETE"
|
8376
|
+
o.http_request_uri = "/hubv2"
|
8377
|
+
o.input = Shapes::ShapeRef.new(shape: DisableSecurityHubV2Request)
|
8378
|
+
o.output = Shapes::ShapeRef.new(shape: DisableSecurityHubV2Response)
|
8379
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8380
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8381
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8382
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8383
|
+
end)
|
8384
|
+
|
7513
8385
|
api.add_operation(:disassociate_from_administrator_account, Seahorse::Model::Operation.new.tap do |o|
|
7514
8386
|
o.name = "DisassociateFromAdministratorAccount"
|
7515
8387
|
o.http_method = "POST"
|
@@ -7590,6 +8462,18 @@ module Aws::SecurityHub
|
|
7590
8462
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7591
8463
|
end)
|
7592
8464
|
|
8465
|
+
api.add_operation(:enable_security_hub_v2, Seahorse::Model::Operation.new.tap do |o|
|
8466
|
+
o.name = "EnableSecurityHubV2"
|
8467
|
+
o.http_method = "POST"
|
8468
|
+
o.http_request_uri = "/hubv2"
|
8469
|
+
o.input = Shapes::ShapeRef.new(shape: EnableSecurityHubV2Request)
|
8470
|
+
o.output = Shapes::ShapeRef.new(shape: EnableSecurityHubV2Response)
|
8471
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8472
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8473
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8474
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8475
|
+
end)
|
8476
|
+
|
7593
8477
|
api.add_operation(:get_administrator_account, Seahorse::Model::Operation.new.tap do |o|
|
7594
8478
|
o.name = "GetAdministratorAccount"
|
7595
8479
|
o.http_method = "GET"
|
@@ -7603,6 +8487,34 @@ module Aws::SecurityHub
|
|
7603
8487
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7604
8488
|
end)
|
7605
8489
|
|
8490
|
+
api.add_operation(:get_aggregator_v2, Seahorse::Model::Operation.new.tap do |o|
|
8491
|
+
o.name = "GetAggregatorV2"
|
8492
|
+
o.http_method = "GET"
|
8493
|
+
o.http_request_uri = "/aggregatorv2/get/{AggregatorV2Arn+}"
|
8494
|
+
o.input = Shapes::ShapeRef.new(shape: GetAggregatorV2Request)
|
8495
|
+
o.output = Shapes::ShapeRef.new(shape: GetAggregatorV2Response)
|
8496
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8497
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8498
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8499
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8500
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8501
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8502
|
+
end)
|
8503
|
+
|
8504
|
+
api.add_operation(:get_automation_rule_v2, Seahorse::Model::Operation.new.tap do |o|
|
8505
|
+
o.name = "GetAutomationRuleV2"
|
8506
|
+
o.http_method = "GET"
|
8507
|
+
o.http_request_uri = "/automationrulesv2/{Identifier}"
|
8508
|
+
o.input = Shapes::ShapeRef.new(shape: GetAutomationRuleV2Request)
|
8509
|
+
o.output = Shapes::ShapeRef.new(shape: GetAutomationRuleV2Response)
|
8510
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8511
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8512
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8513
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8514
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8515
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8516
|
+
end)
|
8517
|
+
|
7606
8518
|
api.add_operation(:get_configuration_policy, Seahorse::Model::Operation.new.tap do |o|
|
7607
8519
|
o.name = "GetConfigurationPolicy"
|
7608
8520
|
o.http_method = "GET"
|
@@ -7631,6 +8543,20 @@ module Aws::SecurityHub
|
|
7631
8543
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7632
8544
|
end)
|
7633
8545
|
|
8546
|
+
api.add_operation(:get_connector_v2, Seahorse::Model::Operation.new.tap do |o|
|
8547
|
+
o.name = "GetConnectorV2"
|
8548
|
+
o.http_method = "GET"
|
8549
|
+
o.http_request_uri = "/connectorsv2/{ConnectorId+}"
|
8550
|
+
o.input = Shapes::ShapeRef.new(shape: GetConnectorV2Request)
|
8551
|
+
o.output = Shapes::ShapeRef.new(shape: GetConnectorV2Response)
|
8552
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8553
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8554
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8555
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8556
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8557
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8558
|
+
end)
|
8559
|
+
|
7634
8560
|
api.add_operation(:get_enabled_standards, Seahorse::Model::Operation.new.tap do |o|
|
7635
8561
|
o.name = "GetEnabledStandards"
|
7636
8562
|
o.http_method = "POST"
|
@@ -7681,6 +8607,19 @@ module Aws::SecurityHub
|
|
7681
8607
|
)
|
7682
8608
|
end)
|
7683
8609
|
|
8610
|
+
api.add_operation(:get_finding_statistics_v2, Seahorse::Model::Operation.new.tap do |o|
|
8611
|
+
o.name = "GetFindingStatisticsV2"
|
8612
|
+
o.http_method = "POST"
|
8613
|
+
o.http_request_uri = "/findingsv2/statistics"
|
8614
|
+
o.input = Shapes::ShapeRef.new(shape: GetFindingStatisticsV2Request)
|
8615
|
+
o.output = Shapes::ShapeRef.new(shape: GetFindingStatisticsV2Response)
|
8616
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8617
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8618
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8619
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8620
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8621
|
+
end)
|
8622
|
+
|
7684
8623
|
api.add_operation(:get_findings, Seahorse::Model::Operation.new.tap do |o|
|
7685
8624
|
o.name = "GetFindings"
|
7686
8625
|
o.http_method = "POST"
|
@@ -7699,6 +8638,25 @@ module Aws::SecurityHub
|
|
7699
8638
|
)
|
7700
8639
|
end)
|
7701
8640
|
|
8641
|
+
api.add_operation(:get_findings_v2, Seahorse::Model::Operation.new.tap do |o|
|
8642
|
+
o.name = "GetFindingsV2"
|
8643
|
+
o.http_method = "POST"
|
8644
|
+
o.http_request_uri = "/findingsv2"
|
8645
|
+
o.input = Shapes::ShapeRef.new(shape: GetFindingsV2Request)
|
8646
|
+
o.output = Shapes::ShapeRef.new(shape: GetFindingsV2Response)
|
8647
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8648
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8649
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8650
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8651
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8652
|
+
o[:pager] = Aws::Pager.new(
|
8653
|
+
limit_key: "max_results",
|
8654
|
+
tokens: {
|
8655
|
+
"next_token" => "next_token"
|
8656
|
+
}
|
8657
|
+
)
|
8658
|
+
end)
|
8659
|
+
|
7702
8660
|
api.add_operation(:get_insight_results, Seahorse::Model::Operation.new.tap do |o|
|
7703
8661
|
o.name = "GetInsightResults"
|
7704
8662
|
o.http_method = "GET"
|
@@ -7770,6 +8728,40 @@ module Aws::SecurityHub
|
|
7770
8728
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7771
8729
|
end)
|
7772
8730
|
|
8731
|
+
api.add_operation(:get_resources_statistics_v2, Seahorse::Model::Operation.new.tap do |o|
|
8732
|
+
o.name = "GetResourcesStatisticsV2"
|
8733
|
+
o.http_method = "POST"
|
8734
|
+
o.http_request_uri = "/resourcesv2/statistics"
|
8735
|
+
o.input = Shapes::ShapeRef.new(shape: GetResourcesStatisticsV2Request)
|
8736
|
+
o.output = Shapes::ShapeRef.new(shape: GetResourcesStatisticsV2Response)
|
8737
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8738
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8739
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8740
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8741
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8742
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8743
|
+
end)
|
8744
|
+
|
8745
|
+
api.add_operation(:get_resources_v2, Seahorse::Model::Operation.new.tap do |o|
|
8746
|
+
o.name = "GetResourcesV2"
|
8747
|
+
o.http_method = "POST"
|
8748
|
+
o.http_request_uri = "/resourcesv2"
|
8749
|
+
o.input = Shapes::ShapeRef.new(shape: GetResourcesV2Request)
|
8750
|
+
o.output = Shapes::ShapeRef.new(shape: GetResourcesV2Response)
|
8751
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8752
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8753
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8754
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8755
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8756
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8757
|
+
o[:pager] = Aws::Pager.new(
|
8758
|
+
limit_key: "max_results",
|
8759
|
+
tokens: {
|
8760
|
+
"next_token" => "next_token"
|
8761
|
+
}
|
8762
|
+
)
|
8763
|
+
end)
|
8764
|
+
|
7773
8765
|
api.add_operation(:get_security_control_definition, Seahorse::Model::Operation.new.tap do |o|
|
7774
8766
|
o.name = "GetSecurityControlDefinition"
|
7775
8767
|
o.http_method = "GET"
|
@@ -7796,6 +8788,26 @@ module Aws::SecurityHub
|
|
7796
8788
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7797
8789
|
end)
|
7798
8790
|
|
8791
|
+
api.add_operation(:list_aggregators_v2, Seahorse::Model::Operation.new.tap do |o|
|
8792
|
+
o.name = "ListAggregatorsV2"
|
8793
|
+
o.http_method = "GET"
|
8794
|
+
o.http_request_uri = "/aggregatorv2/list"
|
8795
|
+
o.input = Shapes::ShapeRef.new(shape: ListAggregatorsV2Request)
|
8796
|
+
o.output = Shapes::ShapeRef.new(shape: ListAggregatorsV2Response)
|
8797
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8798
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8799
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8800
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8801
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8802
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8803
|
+
o[:pager] = Aws::Pager.new(
|
8804
|
+
limit_key: "max_results",
|
8805
|
+
tokens: {
|
8806
|
+
"next_token" => "next_token"
|
8807
|
+
}
|
8808
|
+
)
|
8809
|
+
end)
|
8810
|
+
|
7799
8811
|
api.add_operation(:list_automation_rules, Seahorse::Model::Operation.new.tap do |o|
|
7800
8812
|
o.name = "ListAutomationRules"
|
7801
8813
|
o.http_method = "GET"
|
@@ -7809,6 +8821,19 @@ module Aws::SecurityHub
|
|
7809
8821
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
7810
8822
|
end)
|
7811
8823
|
|
8824
|
+
api.add_operation(:list_automation_rules_v2, Seahorse::Model::Operation.new.tap do |o|
|
8825
|
+
o.name = "ListAutomationRulesV2"
|
8826
|
+
o.http_method = "GET"
|
8827
|
+
o.http_request_uri = "/automationrulesv2/list"
|
8828
|
+
o.input = Shapes::ShapeRef.new(shape: ListAutomationRulesV2Request)
|
8829
|
+
o.output = Shapes::ShapeRef.new(shape: ListAutomationRulesV2Response)
|
8830
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8831
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8832
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8833
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8834
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8835
|
+
end)
|
8836
|
+
|
7812
8837
|
api.add_operation(:list_configuration_policies, Seahorse::Model::Operation.new.tap do |o|
|
7813
8838
|
o.name = "ListConfigurationPolicies"
|
7814
8839
|
o.http_method = "GET"
|
@@ -7848,6 +8873,20 @@ module Aws::SecurityHub
|
|
7848
8873
|
)
|
7849
8874
|
end)
|
7850
8875
|
|
8876
|
+
api.add_operation(:list_connectors_v2, Seahorse::Model::Operation.new.tap do |o|
|
8877
|
+
o.name = "ListConnectorsV2"
|
8878
|
+
o.http_method = "GET"
|
8879
|
+
o.http_request_uri = "/connectorsv2"
|
8880
|
+
o.input = Shapes::ShapeRef.new(shape: ListConnectorsV2Request)
|
8881
|
+
o.output = Shapes::ShapeRef.new(shape: ListConnectorsV2Response)
|
8882
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8883
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8884
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8885
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8886
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8887
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8888
|
+
end)
|
8889
|
+
|
7851
8890
|
api.add_operation(:list_enabled_products_for_import, Seahorse::Model::Operation.new.tap do |o|
|
7852
8891
|
o.name = "ListEnabledProductsForImport"
|
7853
8892
|
o.http_method = "GET"
|
@@ -8048,6 +9087,34 @@ module Aws::SecurityHub
|
|
8048
9087
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8049
9088
|
end)
|
8050
9089
|
|
9090
|
+
api.add_operation(:update_aggregator_v2, Seahorse::Model::Operation.new.tap do |o|
|
9091
|
+
o.name = "UpdateAggregatorV2"
|
9092
|
+
o.http_method = "PATCH"
|
9093
|
+
o.http_request_uri = "/aggregatorv2/update/{AggregatorV2Arn+}"
|
9094
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAggregatorV2Request)
|
9095
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAggregatorV2Response)
|
9096
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
9097
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9098
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9099
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9100
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9101
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9102
|
+
end)
|
9103
|
+
|
9104
|
+
api.add_operation(:update_automation_rule_v2, Seahorse::Model::Operation.new.tap do |o|
|
9105
|
+
o.name = "UpdateAutomationRuleV2"
|
9106
|
+
o.http_method = "PATCH"
|
9107
|
+
o.http_request_uri = "/automationrulesv2/{Identifier}"
|
9108
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAutomationRuleV2Request)
|
9109
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAutomationRuleV2Response)
|
9110
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9111
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
9112
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9113
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9114
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9115
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9116
|
+
end)
|
9117
|
+
|
8051
9118
|
api.add_operation(:update_configuration_policy, Seahorse::Model::Operation.new.tap do |o|
|
8052
9119
|
o.name = "UpdateConfigurationPolicy"
|
8053
9120
|
o.http_method = "PATCH"
|
@@ -8063,6 +9130,20 @@ module Aws::SecurityHub
|
|
8063
9130
|
o.errors << Shapes::ShapeRef.new(shape: ResourceConflictException)
|
8064
9131
|
end)
|
8065
9132
|
|
9133
|
+
api.add_operation(:update_connector_v2, Seahorse::Model::Operation.new.tap do |o|
|
9134
|
+
o.name = "UpdateConnectorV2"
|
9135
|
+
o.http_method = "PATCH"
|
9136
|
+
o.http_request_uri = "/connectorsv2/{ConnectorId+}"
|
9137
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConnectorV2Request)
|
9138
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConnectorV2Response)
|
9139
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9140
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
9141
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9142
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
9143
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9144
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
9145
|
+
end)
|
9146
|
+
|
8066
9147
|
api.add_operation(:update_finding_aggregator, Seahorse::Model::Operation.new.tap do |o|
|
8067
9148
|
o.name = "UpdateFindingAggregator"
|
8068
9149
|
o.http_method = "PATCH"
|