aws-sdk-configservice 1.146.0 → 1.147.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-configservice/client.rb +4 -4
- data/lib/aws-sdk-configservice/client_api.rb +4 -5
- data/lib/aws-sdk-configservice.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2147316cf147ef41f6c223acf620beb8490475589e1d17c4f829b7414fb7aed
|
|
4
|
+
data.tar.gz: 1637168217e147dd067fb8419bcae90d94b7137f7e859409e1a98a6b987f76f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25e639dfd1525f34299412c5bd3e548f77673afb612a67766453eecd0e0b803812447b42883fb27c9031464f720eba8256f1526ed330e7b19403ed64dd9b86d3
|
|
7
|
+
data.tar.gz: 38c6204145ae32e13da5187274d367f5a3c44d88b4217f6e8f24966ea9a248c5cbc98e2fd77be5fe207b6a7555e2eee834e92b92201eba02f598d29d8e60cee6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.147.0 (2026-03-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Fix pagination support for DescribeConformancePackCompliance, and update OrganizationConfigRule InputParameters max length to match ConfigRule.
|
|
8
|
+
|
|
4
9
|
1.146.0 (2026-01-21)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.147.0
|
|
@@ -5442,7 +5442,7 @@ module Aws::ConfigService
|
|
|
5442
5442
|
# organization_managed_rule_metadata: {
|
|
5443
5443
|
# description: "StringWithCharLimit256Min0",
|
|
5444
5444
|
# rule_identifier: "StringWithCharLimit256", # required
|
|
5445
|
-
# input_parameters: "
|
|
5445
|
+
# input_parameters: "StringWithCharLimit1024",
|
|
5446
5446
|
# maximum_execution_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
|
|
5447
5447
|
# resource_types_scope: ["StringWithCharLimit256"],
|
|
5448
5448
|
# resource_id_scope: "StringWithCharLimit768",
|
|
@@ -5453,7 +5453,7 @@ module Aws::ConfigService
|
|
|
5453
5453
|
# description: "StringWithCharLimit256Min0",
|
|
5454
5454
|
# lambda_function_arn: "StringWithCharLimit256", # required
|
|
5455
5455
|
# organization_config_rule_trigger_types: ["ConfigurationItemChangeNotification"], # required, accepts ConfigurationItemChangeNotification, OversizedConfigurationItemChangeNotification, ScheduledNotification
|
|
5456
|
-
# input_parameters: "
|
|
5456
|
+
# input_parameters: "StringWithCharLimit1024",
|
|
5457
5457
|
# maximum_execution_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
|
|
5458
5458
|
# resource_types_scope: ["StringWithCharLimit256"],
|
|
5459
5459
|
# resource_id_scope: "StringWithCharLimit768",
|
|
@@ -5464,7 +5464,7 @@ module Aws::ConfigService
|
|
|
5464
5464
|
# organization_custom_policy_rule_metadata: {
|
|
5465
5465
|
# description: "StringWithCharLimit256Min0",
|
|
5466
5466
|
# organization_config_rule_trigger_types: ["ConfigurationItemChangeNotification"], # accepts ConfigurationItemChangeNotification, OversizedConfigurationItemChangeNotification
|
|
5467
|
-
# input_parameters: "
|
|
5467
|
+
# input_parameters: "StringWithCharLimit1024",
|
|
5468
5468
|
# maximum_execution_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
|
|
5469
5469
|
# resource_types_scope: ["StringWithCharLimit256"],
|
|
5470
5470
|
# resource_id_scope: "StringWithCharLimit768",
|
|
@@ -6638,7 +6638,7 @@ module Aws::ConfigService
|
|
|
6638
6638
|
tracer: tracer
|
|
6639
6639
|
)
|
|
6640
6640
|
context[:gem_name] = 'aws-sdk-configservice'
|
|
6641
|
-
context[:gem_version] = '1.
|
|
6641
|
+
context[:gem_version] = '1.147.0'
|
|
6642
6642
|
Seahorse::Client::Request.new(handlers, context)
|
|
6643
6643
|
end
|
|
6644
6644
|
|
|
@@ -570,7 +570,6 @@ module Aws::ConfigService
|
|
|
570
570
|
String = Shapes::StringShape.new(name: 'String')
|
|
571
571
|
StringWithCharLimit1024 = Shapes::StringShape.new(name: 'StringWithCharLimit1024')
|
|
572
572
|
StringWithCharLimit128 = Shapes::StringShape.new(name: 'StringWithCharLimit128')
|
|
573
|
-
StringWithCharLimit2048 = Shapes::StringShape.new(name: 'StringWithCharLimit2048')
|
|
574
573
|
StringWithCharLimit256 = Shapes::StringShape.new(name: 'StringWithCharLimit256')
|
|
575
574
|
StringWithCharLimit256Min0 = Shapes::StringShape.new(name: 'StringWithCharLimit256Min0')
|
|
576
575
|
StringWithCharLimit64 = Shapes::StringShape.new(name: 'StringWithCharLimit64')
|
|
@@ -1851,7 +1850,7 @@ module Aws::ConfigService
|
|
|
1851
1850
|
|
|
1852
1851
|
OrganizationCustomPolicyRuleMetadata.add_member(:description, Shapes::ShapeRef.new(shape: StringWithCharLimit256Min0, location_name: "Description"))
|
|
1853
1852
|
OrganizationCustomPolicyRuleMetadata.add_member(:organization_config_rule_trigger_types, Shapes::ShapeRef.new(shape: OrganizationConfigRuleTriggerTypeNoSNs, location_name: "OrganizationConfigRuleTriggerTypes"))
|
|
1854
|
-
OrganizationCustomPolicyRuleMetadata.add_member(:input_parameters, Shapes::ShapeRef.new(shape:
|
|
1853
|
+
OrganizationCustomPolicyRuleMetadata.add_member(:input_parameters, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, location_name: "InputParameters"))
|
|
1855
1854
|
OrganizationCustomPolicyRuleMetadata.add_member(:maximum_execution_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "MaximumExecutionFrequency"))
|
|
1856
1855
|
OrganizationCustomPolicyRuleMetadata.add_member(:resource_types_scope, Shapes::ShapeRef.new(shape: ResourceTypesScope, location_name: "ResourceTypesScope"))
|
|
1857
1856
|
OrganizationCustomPolicyRuleMetadata.add_member(:resource_id_scope, Shapes::ShapeRef.new(shape: StringWithCharLimit768, location_name: "ResourceIdScope"))
|
|
@@ -1864,7 +1863,7 @@ module Aws::ConfigService
|
|
|
1864
1863
|
|
|
1865
1864
|
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:description, Shapes::ShapeRef.new(shape: StringWithCharLimit256Min0, location_name: "Description"))
|
|
1866
1865
|
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:organization_config_rule_trigger_types, Shapes::ShapeRef.new(shape: OrganizationConfigRuleTriggerTypeNoSNs, location_name: "OrganizationConfigRuleTriggerTypes"))
|
|
1867
|
-
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:input_parameters, Shapes::ShapeRef.new(shape:
|
|
1866
|
+
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:input_parameters, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, location_name: "InputParameters"))
|
|
1868
1867
|
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:maximum_execution_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "MaximumExecutionFrequency"))
|
|
1869
1868
|
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:resource_types_scope, Shapes::ShapeRef.new(shape: ResourceTypesScope, location_name: "ResourceTypesScope"))
|
|
1870
1869
|
OrganizationCustomPolicyRuleMetadataNoPolicy.add_member(:resource_id_scope, Shapes::ShapeRef.new(shape: StringWithCharLimit768, location_name: "ResourceIdScope"))
|
|
@@ -1877,7 +1876,7 @@ module Aws::ConfigService
|
|
|
1877
1876
|
OrganizationCustomRuleMetadata.add_member(:description, Shapes::ShapeRef.new(shape: StringWithCharLimit256Min0, location_name: "Description"))
|
|
1878
1877
|
OrganizationCustomRuleMetadata.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "LambdaFunctionArn"))
|
|
1879
1878
|
OrganizationCustomRuleMetadata.add_member(:organization_config_rule_trigger_types, Shapes::ShapeRef.new(shape: OrganizationConfigRuleTriggerTypes, required: true, location_name: "OrganizationConfigRuleTriggerTypes"))
|
|
1880
|
-
OrganizationCustomRuleMetadata.add_member(:input_parameters, Shapes::ShapeRef.new(shape:
|
|
1879
|
+
OrganizationCustomRuleMetadata.add_member(:input_parameters, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, location_name: "InputParameters"))
|
|
1881
1880
|
OrganizationCustomRuleMetadata.add_member(:maximum_execution_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "MaximumExecutionFrequency"))
|
|
1882
1881
|
OrganizationCustomRuleMetadata.add_member(:resource_types_scope, Shapes::ShapeRef.new(shape: ResourceTypesScope, location_name: "ResourceTypesScope"))
|
|
1883
1882
|
OrganizationCustomRuleMetadata.add_member(:resource_id_scope, Shapes::ShapeRef.new(shape: StringWithCharLimit768, location_name: "ResourceIdScope"))
|
|
@@ -1887,7 +1886,7 @@ module Aws::ConfigService
|
|
|
1887
1886
|
|
|
1888
1887
|
OrganizationManagedRuleMetadata.add_member(:description, Shapes::ShapeRef.new(shape: StringWithCharLimit256Min0, location_name: "Description"))
|
|
1889
1888
|
OrganizationManagedRuleMetadata.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "RuleIdentifier"))
|
|
1890
|
-
OrganizationManagedRuleMetadata.add_member(:input_parameters, Shapes::ShapeRef.new(shape:
|
|
1889
|
+
OrganizationManagedRuleMetadata.add_member(:input_parameters, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, location_name: "InputParameters"))
|
|
1891
1890
|
OrganizationManagedRuleMetadata.add_member(:maximum_execution_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "MaximumExecutionFrequency"))
|
|
1892
1891
|
OrganizationManagedRuleMetadata.add_member(:resource_types_scope, Shapes::ShapeRef.new(shape: ResourceTypesScope, location_name: "ResourceTypesScope"))
|
|
1893
1892
|
OrganizationManagedRuleMetadata.add_member(:resource_id_scope, Shapes::ShapeRef.new(shape: StringWithCharLimit768, location_name: "ResourceIdScope"))
|