aws-sdk-configservice 1.75.0 → 1.76.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-configservice/client.rb +155 -52
- data/lib/aws-sdk-configservice/client_api.rb +84 -1
- data/lib/aws-sdk-configservice/types.rb +531 -116
- data/lib/aws-sdk-configservice.rb +1 -1
- metadata +2 -2
@@ -128,7 +128,9 @@ module Aws::ConfigService
|
|
128
128
|
ConformancePackTemplateValidationException = Shapes::StructureShape.new(name: 'ConformancePackTemplateValidationException')
|
129
129
|
ControlsList = Shapes::ListShape.new(name: 'ControlsList')
|
130
130
|
CosmosPageLimit = Shapes::IntegerShape.new(name: 'CosmosPageLimit')
|
131
|
+
CustomPolicyDetails = Shapes::StructureShape.new(name: 'CustomPolicyDetails')
|
131
132
|
Date = Shapes::TimestampShape.new(name: 'Date')
|
133
|
+
DebugLogDeliveryAccounts = Shapes::ListShape.new(name: 'DebugLogDeliveryAccounts')
|
132
134
|
DeleteAggregationAuthorizationRequest = Shapes::StructureShape.new(name: 'DeleteAggregationAuthorizationRequest')
|
133
135
|
DeleteConfigRuleRequest = Shapes::StructureShape.new(name: 'DeleteConfigRuleRequest')
|
134
136
|
DeleteConfigurationAggregatorRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationAggregatorRequest')
|
@@ -256,12 +258,16 @@ module Aws::ConfigService
|
|
256
258
|
GetConformancePackComplianceDetailsResponse = Shapes::StructureShape.new(name: 'GetConformancePackComplianceDetailsResponse')
|
257
259
|
GetConformancePackComplianceSummaryRequest = Shapes::StructureShape.new(name: 'GetConformancePackComplianceSummaryRequest')
|
258
260
|
GetConformancePackComplianceSummaryResponse = Shapes::StructureShape.new(name: 'GetConformancePackComplianceSummaryResponse')
|
261
|
+
GetCustomRulePolicyRequest = Shapes::StructureShape.new(name: 'GetCustomRulePolicyRequest')
|
262
|
+
GetCustomRulePolicyResponse = Shapes::StructureShape.new(name: 'GetCustomRulePolicyResponse')
|
259
263
|
GetDiscoveredResourceCountsRequest = Shapes::StructureShape.new(name: 'GetDiscoveredResourceCountsRequest')
|
260
264
|
GetDiscoveredResourceCountsResponse = Shapes::StructureShape.new(name: 'GetDiscoveredResourceCountsResponse')
|
261
265
|
GetOrganizationConfigRuleDetailedStatusRequest = Shapes::StructureShape.new(name: 'GetOrganizationConfigRuleDetailedStatusRequest')
|
262
266
|
GetOrganizationConfigRuleDetailedStatusResponse = Shapes::StructureShape.new(name: 'GetOrganizationConfigRuleDetailedStatusResponse')
|
263
267
|
GetOrganizationConformancePackDetailedStatusRequest = Shapes::StructureShape.new(name: 'GetOrganizationConformancePackDetailedStatusRequest')
|
264
268
|
GetOrganizationConformancePackDetailedStatusResponse = Shapes::StructureShape.new(name: 'GetOrganizationConformancePackDetailedStatusResponse')
|
269
|
+
GetOrganizationCustomRulePolicyRequest = Shapes::StructureShape.new(name: 'GetOrganizationCustomRulePolicyRequest')
|
270
|
+
GetOrganizationCustomRulePolicyResponse = Shapes::StructureShape.new(name: 'GetOrganizationCustomRulePolicyResponse')
|
265
271
|
GetResourceConfigHistoryRequest = Shapes::StructureShape.new(name: 'GetResourceConfigHistoryRequest')
|
266
272
|
GetResourceConfigHistoryResponse = Shapes::StructureShape.new(name: 'GetResourceConfigHistoryResponse')
|
267
273
|
GetStoredQueryRequest = Shapes::StructureShape.new(name: 'GetStoredQueryRequest')
|
@@ -340,6 +346,8 @@ module Aws::ConfigService
|
|
340
346
|
OrganizationConfigRuleStatus = Shapes::StructureShape.new(name: 'OrganizationConfigRuleStatus')
|
341
347
|
OrganizationConfigRuleStatuses = Shapes::ListShape.new(name: 'OrganizationConfigRuleStatuses')
|
342
348
|
OrganizationConfigRuleTriggerType = Shapes::StringShape.new(name: 'OrganizationConfigRuleTriggerType')
|
349
|
+
OrganizationConfigRuleTriggerTypeNoSN = Shapes::StringShape.new(name: 'OrganizationConfigRuleTriggerTypeNoSN')
|
350
|
+
OrganizationConfigRuleTriggerTypeNoSNs = Shapes::ListShape.new(name: 'OrganizationConfigRuleTriggerTypeNoSNs')
|
343
351
|
OrganizationConfigRuleTriggerTypes = Shapes::ListShape.new(name: 'OrganizationConfigRuleTriggerTypes')
|
344
352
|
OrganizationConfigRules = Shapes::ListShape.new(name: 'OrganizationConfigRules')
|
345
353
|
OrganizationConformancePack = Shapes::StructureShape.new(name: 'OrganizationConformancePack')
|
@@ -351,6 +359,8 @@ module Aws::ConfigService
|
|
351
359
|
OrganizationConformancePackStatuses = Shapes::ListShape.new(name: 'OrganizationConformancePackStatuses')
|
352
360
|
OrganizationConformancePackTemplateValidationException = Shapes::StructureShape.new(name: 'OrganizationConformancePackTemplateValidationException')
|
353
361
|
OrganizationConformancePacks = Shapes::ListShape.new(name: 'OrganizationConformancePacks')
|
362
|
+
OrganizationCustomPolicyRuleMetadata = Shapes::StructureShape.new(name: 'OrganizationCustomPolicyRuleMetadata')
|
363
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy = Shapes::StructureShape.new(name: 'OrganizationCustomPolicyRuleMetadataNoPolicy')
|
354
364
|
OrganizationCustomRuleMetadata = Shapes::StructureShape.new(name: 'OrganizationCustomRuleMetadata')
|
355
365
|
OrganizationManagedRuleMetadata = Shapes::StructureShape.new(name: 'OrganizationManagedRuleMetadata')
|
356
366
|
OrganizationResourceDetailedStatus = Shapes::StringShape.new(name: 'OrganizationResourceDetailedStatus')
|
@@ -365,6 +375,8 @@ module Aws::ConfigService
|
|
365
375
|
PendingAggregationRequest = Shapes::StructureShape.new(name: 'PendingAggregationRequest')
|
366
376
|
PendingAggregationRequestList = Shapes::ListShape.new(name: 'PendingAggregationRequestList')
|
367
377
|
Percentage = Shapes::IntegerShape.new(name: 'Percentage')
|
378
|
+
PolicyRuntime = Shapes::StringShape.new(name: 'PolicyRuntime')
|
379
|
+
PolicyText = Shapes::StringShape.new(name: 'PolicyText')
|
368
380
|
PutAggregationAuthorizationRequest = Shapes::StructureShape.new(name: 'PutAggregationAuthorizationRequest')
|
369
381
|
PutAggregationAuthorizationResponse = Shapes::StructureShape.new(name: 'PutAggregationAuthorizationResponse')
|
370
382
|
PutConfigRuleRequest = Shapes::StructureShape.new(name: 'PutConfigRuleRequest')
|
@@ -715,6 +727,9 @@ module Aws::ConfigService
|
|
715
727
|
ConfigRuleEvaluationStatus.add_member(:last_error_code, Shapes::ShapeRef.new(shape: String, location_name: "LastErrorCode"))
|
716
728
|
ConfigRuleEvaluationStatus.add_member(:last_error_message, Shapes::ShapeRef.new(shape: String, location_name: "LastErrorMessage"))
|
717
729
|
ConfigRuleEvaluationStatus.add_member(:first_evaluation_started, Shapes::ShapeRef.new(shape: Boolean, location_name: "FirstEvaluationStarted"))
|
730
|
+
ConfigRuleEvaluationStatus.add_member(:last_debug_log_delivery_status, Shapes::ShapeRef.new(shape: String, location_name: "LastDebugLogDeliveryStatus"))
|
731
|
+
ConfigRuleEvaluationStatus.add_member(:last_debug_log_delivery_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "LastDebugLogDeliveryStatusReason"))
|
732
|
+
ConfigRuleEvaluationStatus.add_member(:last_debug_log_delivery_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastDebugLogDeliveryTime"))
|
718
733
|
ConfigRuleEvaluationStatus.struct_class = Types::ConfigRuleEvaluationStatus
|
719
734
|
|
720
735
|
ConfigRuleEvaluationStatusList.member = Shapes::ShapeRef.new(shape: ConfigRuleEvaluationStatus)
|
@@ -862,6 +877,13 @@ module Aws::ConfigService
|
|
862
877
|
|
863
878
|
ControlsList.member = Shapes::ShapeRef.new(shape: StringWithCharLimit128)
|
864
879
|
|
880
|
+
CustomPolicyDetails.add_member(:policy_runtime, Shapes::ShapeRef.new(shape: PolicyRuntime, required: true, location_name: "PolicyRuntime"))
|
881
|
+
CustomPolicyDetails.add_member(:policy_text, Shapes::ShapeRef.new(shape: PolicyText, required: true, location_name: "PolicyText"))
|
882
|
+
CustomPolicyDetails.add_member(:enable_debug_log_delivery, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableDebugLogDelivery"))
|
883
|
+
CustomPolicyDetails.struct_class = Types::CustomPolicyDetails
|
884
|
+
|
885
|
+
DebugLogDeliveryAccounts.member = Shapes::ShapeRef.new(shape: AccountId)
|
886
|
+
|
865
887
|
DeleteAggregationAuthorizationRequest.add_member(:authorized_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AuthorizedAccountId"))
|
866
888
|
DeleteAggregationAuthorizationRequest.add_member(:authorized_aws_region, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "AuthorizedAwsRegion"))
|
867
889
|
DeleteAggregationAuthorizationRequest.struct_class = Types::DeleteAggregationAuthorizationRequest
|
@@ -1333,6 +1355,12 @@ module Aws::ConfigService
|
|
1333
1355
|
GetConformancePackComplianceSummaryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1334
1356
|
GetConformancePackComplianceSummaryResponse.struct_class = Types::GetConformancePackComplianceSummaryResponse
|
1335
1357
|
|
1358
|
+
GetCustomRulePolicyRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, location_name: "ConfigRuleName"))
|
1359
|
+
GetCustomRulePolicyRequest.struct_class = Types::GetCustomRulePolicyRequest
|
1360
|
+
|
1361
|
+
GetCustomRulePolicyResponse.add_member(:policy_text, Shapes::ShapeRef.new(shape: PolicyText, location_name: "PolicyText"))
|
1362
|
+
GetCustomRulePolicyResponse.struct_class = Types::GetCustomRulePolicyResponse
|
1363
|
+
|
1336
1364
|
GetDiscoveredResourceCountsRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "resourceTypes"))
|
1337
1365
|
GetDiscoveredResourceCountsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "limit"))
|
1338
1366
|
GetDiscoveredResourceCountsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
@@ -1363,6 +1391,12 @@ module Aws::ConfigService
|
|
1363
1391
|
GetOrganizationConformancePackDetailedStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1364
1392
|
GetOrganizationConformancePackDetailedStatusResponse.struct_class = Types::GetOrganizationConformancePackDetailedStatusResponse
|
1365
1393
|
|
1394
|
+
GetOrganizationCustomRulePolicyRequest.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: OrganizationConfigRuleName, required: true, location_name: "OrganizationConfigRuleName"))
|
1395
|
+
GetOrganizationCustomRulePolicyRequest.struct_class = Types::GetOrganizationCustomRulePolicyRequest
|
1396
|
+
|
1397
|
+
GetOrganizationCustomRulePolicyResponse.add_member(:policy_text, Shapes::ShapeRef.new(shape: PolicyText, location_name: "PolicyText"))
|
1398
|
+
GetOrganizationCustomRulePolicyResponse.struct_class = Types::GetOrganizationCustomRulePolicyResponse
|
1399
|
+
|
1366
1400
|
GetResourceConfigHistoryRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
|
1367
1401
|
GetResourceConfigHistoryRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
|
1368
1402
|
GetResourceConfigHistoryRequest.add_member(:later_time, Shapes::ShapeRef.new(shape: LaterTime, location_name: "laterTime"))
|
@@ -1533,6 +1567,7 @@ module Aws::ConfigService
|
|
1533
1567
|
OrganizationConfigRule.add_member(:organization_custom_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationCustomRuleMetadata, location_name: "OrganizationCustomRuleMetadata"))
|
1534
1568
|
OrganizationConfigRule.add_member(:excluded_accounts, Shapes::ShapeRef.new(shape: ExcludedAccounts, location_name: "ExcludedAccounts"))
|
1535
1569
|
OrganizationConfigRule.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastUpdateTime"))
|
1570
|
+
OrganizationConfigRule.add_member(:organization_custom_policy_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationCustomPolicyRuleMetadataNoPolicy, location_name: "OrganizationCustomPolicyRuleMetadata"))
|
1536
1571
|
OrganizationConfigRule.struct_class = Types::OrganizationConfigRule
|
1537
1572
|
|
1538
1573
|
OrganizationConfigRuleDetailedStatus.member = Shapes::ShapeRef.new(shape: MemberAccountStatus)
|
@@ -1548,6 +1583,8 @@ module Aws::ConfigService
|
|
1548
1583
|
|
1549
1584
|
OrganizationConfigRuleStatuses.member = Shapes::ShapeRef.new(shape: OrganizationConfigRuleStatus)
|
1550
1585
|
|
1586
|
+
OrganizationConfigRuleTriggerTypeNoSNs.member = Shapes::ShapeRef.new(shape: OrganizationConfigRuleTriggerTypeNoSN)
|
1587
|
+
|
1551
1588
|
OrganizationConfigRuleTriggerTypes.member = Shapes::ShapeRef.new(shape: OrganizationConfigRuleTriggerType)
|
1552
1589
|
|
1553
1590
|
OrganizationConfigRules.member = Shapes::ShapeRef.new(shape: OrganizationConfigRule)
|
@@ -1586,6 +1623,31 @@ module Aws::ConfigService
|
|
1586
1623
|
|
1587
1624
|
OrganizationConformancePacks.member = Shapes::ShapeRef.new(shape: OrganizationConformancePack)
|
1588
1625
|
|
1626
|
+
OrganizationCustomPolicyRuleMetadata.add_member(:description, Shapes::ShapeRef.new(shape: StringWithCharLimit256Min0, location_name: "Description"))
|
1627
|
+
OrganizationCustomPolicyRuleMetadata.add_member(:organization_config_rule_trigger_types, Shapes::ShapeRef.new(shape: OrganizationConfigRuleTriggerTypeNoSNs, location_name: "OrganizationConfigRuleTriggerTypes"))
|
1628
|
+
OrganizationCustomPolicyRuleMetadata.add_member(:input_parameters, Shapes::ShapeRef.new(shape: StringWithCharLimit2048, location_name: "InputParameters"))
|
1629
|
+
OrganizationCustomPolicyRuleMetadata.add_member(:maximum_execution_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "MaximumExecutionFrequency"))
|
1630
|
+
OrganizationCustomPolicyRuleMetadata.add_member(:resource_types_scope, Shapes::ShapeRef.new(shape: ResourceTypesScope, location_name: "ResourceTypesScope"))
|
1631
|
+
OrganizationCustomPolicyRuleMetadata.add_member(:resource_id_scope, Shapes::ShapeRef.new(shape: StringWithCharLimit768, location_name: "ResourceIdScope"))
|
1632
|
+
OrganizationCustomPolicyRuleMetadata.add_member(:tag_key_scope, Shapes::ShapeRef.new(shape: StringWithCharLimit128, location_name: "TagKeyScope"))
|
1633
|
+
OrganizationCustomPolicyRuleMetadata.add_member(:tag_value_scope, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "TagValueScope"))
|
1634
|
+
OrganizationCustomPolicyRuleMetadata.add_member(:policy_runtime, Shapes::ShapeRef.new(shape: PolicyRuntime, required: true, location_name: "PolicyRuntime"))
|
1635
|
+
OrganizationCustomPolicyRuleMetadata.add_member(:policy_text, Shapes::ShapeRef.new(shape: PolicyText, required: true, location_name: "PolicyText"))
|
1636
|
+
OrganizationCustomPolicyRuleMetadata.add_member(:debug_log_delivery_accounts, Shapes::ShapeRef.new(shape: DebugLogDeliveryAccounts, location_name: "DebugLogDeliveryAccounts"))
|
1637
|
+
OrganizationCustomPolicyRuleMetadata.struct_class = Types::OrganizationCustomPolicyRuleMetadata
|
1638
|
+
|
1639
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:description, Shapes::ShapeRef.new(shape: StringWithCharLimit256Min0, location_name: "Description"))
|
1640
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:organization_config_rule_trigger_types, Shapes::ShapeRef.new(shape: OrganizationConfigRuleTriggerTypeNoSNs, location_name: "OrganizationConfigRuleTriggerTypes"))
|
1641
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:input_parameters, Shapes::ShapeRef.new(shape: StringWithCharLimit2048, location_name: "InputParameters"))
|
1642
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:maximum_execution_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "MaximumExecutionFrequency"))
|
1643
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:resource_types_scope, Shapes::ShapeRef.new(shape: ResourceTypesScope, location_name: "ResourceTypesScope"))
|
1644
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:resource_id_scope, Shapes::ShapeRef.new(shape: StringWithCharLimit768, location_name: "ResourceIdScope"))
|
1645
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:tag_key_scope, Shapes::ShapeRef.new(shape: StringWithCharLimit128, location_name: "TagKeyScope"))
|
1646
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:tag_value_scope, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "TagValueScope"))
|
1647
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:policy_runtime, Shapes::ShapeRef.new(shape: PolicyRuntime, location_name: "PolicyRuntime"))
|
1648
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:debug_log_delivery_accounts, Shapes::ShapeRef.new(shape: DebugLogDeliveryAccounts, location_name: "DebugLogDeliveryAccounts"))
|
1649
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy.struct_class = Types::OrganizationCustomPolicyRuleMetadataNoPolicy
|
1650
|
+
|
1589
1651
|
OrganizationCustomRuleMetadata.add_member(:description, Shapes::ShapeRef.new(shape: StringWithCharLimit256Min0, location_name: "Description"))
|
1590
1652
|
OrganizationCustomRuleMetadata.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "LambdaFunctionArn"))
|
1591
1653
|
OrganizationCustomRuleMetadata.add_member(:organization_config_rule_trigger_types, Shapes::ShapeRef.new(shape: OrganizationConfigRuleTriggerTypes, required: true, location_name: "OrganizationConfigRuleTriggerTypes"))
|
@@ -1675,6 +1737,7 @@ module Aws::ConfigService
|
|
1675
1737
|
PutOrganizationConfigRuleRequest.add_member(:organization_managed_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationManagedRuleMetadata, location_name: "OrganizationManagedRuleMetadata"))
|
1676
1738
|
PutOrganizationConfigRuleRequest.add_member(:organization_custom_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationCustomRuleMetadata, location_name: "OrganizationCustomRuleMetadata"))
|
1677
1739
|
PutOrganizationConfigRuleRequest.add_member(:excluded_accounts, Shapes::ShapeRef.new(shape: ExcludedAccounts, location_name: "ExcludedAccounts"))
|
1740
|
+
PutOrganizationConfigRuleRequest.add_member(:organization_custom_policy_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationCustomPolicyRuleMetadata, location_name: "OrganizationCustomPolicyRuleMetadata"))
|
1678
1741
|
PutOrganizationConfigRuleRequest.struct_class = Types::PutOrganizationConfigRuleRequest
|
1679
1742
|
|
1680
1743
|
PutOrganizationConfigRuleResponse.add_member(:organization_config_rule_arn, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "OrganizationConfigRuleArn"))
|
@@ -1898,8 +1961,9 @@ module Aws::ConfigService
|
|
1898
1961
|
SelectResourceConfigResponse.struct_class = Types::SelectResourceConfigResponse
|
1899
1962
|
|
1900
1963
|
Source.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, required: true, location_name: "Owner"))
|
1901
|
-
Source.add_member(:source_identifier, Shapes::ShapeRef.new(shape: StringWithCharLimit256,
|
1964
|
+
Source.add_member(:source_identifier, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "SourceIdentifier"))
|
1902
1965
|
Source.add_member(:source_details, Shapes::ShapeRef.new(shape: SourceDetails, location_name: "SourceDetails"))
|
1966
|
+
Source.add_member(:custom_policy_details, Shapes::ShapeRef.new(shape: CustomPolicyDetails, location_name: "CustomPolicyDetails"))
|
1903
1967
|
Source.struct_class = Types::Source
|
1904
1968
|
|
1905
1969
|
SourceDetail.add_member(:event_source, Shapes::ShapeRef.new(shape: EventSource, location_name: "EventSource"))
|
@@ -2742,6 +2806,15 @@ module Aws::ConfigService
|
|
2742
2806
|
)
|
2743
2807
|
end)
|
2744
2808
|
|
2809
|
+
api.add_operation(:get_custom_rule_policy, Seahorse::Model::Operation.new.tap do |o|
|
2810
|
+
o.name = "GetCustomRulePolicy"
|
2811
|
+
o.http_method = "POST"
|
2812
|
+
o.http_request_uri = "/"
|
2813
|
+
o.input = Shapes::ShapeRef.new(shape: GetCustomRulePolicyRequest)
|
2814
|
+
o.output = Shapes::ShapeRef.new(shape: GetCustomRulePolicyResponse)
|
2815
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
|
2816
|
+
end)
|
2817
|
+
|
2745
2818
|
api.add_operation(:get_discovered_resource_counts, Seahorse::Model::Operation.new.tap do |o|
|
2746
2819
|
o.name = "GetDiscoveredResourceCounts"
|
2747
2820
|
o.http_method = "POST"
|
@@ -2795,6 +2868,16 @@ module Aws::ConfigService
|
|
2795
2868
|
)
|
2796
2869
|
end)
|
2797
2870
|
|
2871
|
+
api.add_operation(:get_organization_custom_rule_policy, Seahorse::Model::Operation.new.tap do |o|
|
2872
|
+
o.name = "GetOrganizationCustomRulePolicy"
|
2873
|
+
o.http_method = "POST"
|
2874
|
+
o.http_request_uri = "/"
|
2875
|
+
o.input = Shapes::ShapeRef.new(shape: GetOrganizationCustomRulePolicyRequest)
|
2876
|
+
o.output = Shapes::ShapeRef.new(shape: GetOrganizationCustomRulePolicyResponse)
|
2877
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrganizationConfigRuleException)
|
2878
|
+
o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
|
2879
|
+
end)
|
2880
|
+
|
2798
2881
|
api.add_operation(:get_resource_config_history, Seahorse::Model::Operation.new.tap do |o|
|
2799
2882
|
o.name = "GetResourceConfigHistory"
|
2800
2883
|
o.http_method = "POST"
|