aws-sdk-cloudformation 1.131.0 → 1.136.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 +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +245 -134
- data/lib/aws-sdk-cloudformation/client_api.rb +2 -0
- data/lib/aws-sdk-cloudformation/errors.rb +0 -1
- data/lib/aws-sdk-cloudformation/event.rb +2 -2
- data/lib/aws-sdk-cloudformation/resource.rb +26 -23
- data/lib/aws-sdk-cloudformation/stack.rb +68 -61
- data/lib/aws-sdk-cloudformation/types.rb +191 -164
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/sig/client.rbs +3 -2
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +8 -7
- metadata +4 -4
data/sig/client.rbs
CHANGED
@@ -18,6 +18,7 @@ module Aws
|
|
18
18
|
?account_id: String,
|
19
19
|
?active_endpoint_cache: bool,
|
20
20
|
?adaptive_retry_wait_to_fill: bool,
|
21
|
+
?auth_scheme_preference: Array[String],
|
21
22
|
?client_side_monitoring: bool,
|
22
23
|
?client_side_monitoring_client_id: String,
|
23
24
|
?client_side_monitoring_host: String,
|
@@ -676,7 +677,7 @@ module Aws
|
|
676
677
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudFormation/Client.html#describe_stack_resource_drifts-instance_method
|
677
678
|
def describe_stack_resource_drifts: (
|
678
679
|
stack_name: ::String,
|
679
|
-
?stack_resource_drift_status_filters: Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")],
|
680
|
+
?stack_resource_drift_status_filters: Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN")],
|
680
681
|
?next_token: ::String,
|
681
682
|
?max_results: ::Integer
|
682
683
|
) -> _DescribeStackResourceDriftsResponseSuccess
|
@@ -1070,7 +1071,7 @@ module Aws
|
|
1070
1071
|
stack_set_name: ::String,
|
1071
1072
|
?next_token: ::String,
|
1072
1073
|
?max_results: ::Integer,
|
1073
|
-
?stack_instance_resource_drift_statuses: Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")],
|
1074
|
+
?stack_instance_resource_drift_statuses: Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN")],
|
1074
1075
|
stack_instance_account: ::String,
|
1075
1076
|
stack_instance_region: ::String,
|
1076
1077
|
operation_id: ::String,
|
data/sig/resource.rbs
CHANGED
@@ -18,6 +18,7 @@ module Aws
|
|
18
18
|
?account_id: String,
|
19
19
|
?active_endpoint_cache: bool,
|
20
20
|
?adaptive_retry_wait_to_fill: bool,
|
21
|
+
?auth_scheme_preference: Array[String],
|
21
22
|
?client_side_monitoring: bool,
|
22
23
|
?client_side_monitoring_client_id: String,
|
23
24
|
?client_side_monitoring_host: String,
|
data/sig/types.rbs
CHANGED
@@ -542,7 +542,7 @@ module Aws::CloudFormation
|
|
542
542
|
|
543
543
|
class DescribeStackResourceDriftsInput
|
544
544
|
attr_accessor stack_name: ::String
|
545
|
-
attr_accessor stack_resource_drift_status_filters: ::Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")]
|
545
|
+
attr_accessor stack_resource_drift_status_filters: ::Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN")]
|
546
546
|
attr_accessor next_token: ::String
|
547
547
|
attr_accessor max_results: ::Integer
|
548
548
|
SENSITIVE: []
|
@@ -954,7 +954,7 @@ module Aws::CloudFormation
|
|
954
954
|
attr_accessor stack_set_name: ::String
|
955
955
|
attr_accessor next_token: ::String
|
956
956
|
attr_accessor max_results: ::Integer
|
957
|
-
attr_accessor stack_instance_resource_drift_statuses: ::Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")]
|
957
|
+
attr_accessor stack_instance_resource_drift_statuses: ::Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN")]
|
958
958
|
attr_accessor stack_instance_account: ::String
|
959
959
|
attr_accessor stack_instance_region: ::String
|
960
960
|
attr_accessor operation_id: ::String
|
@@ -1574,7 +1574,7 @@ module Aws::CloudFormation
|
|
1574
1574
|
attr_accessor physical_resource_id_context: ::Array[Types::PhysicalResourceIdContextKeyValuePair]
|
1575
1575
|
attr_accessor resource_type: ::String
|
1576
1576
|
attr_accessor property_differences: ::Array[Types::PropertyDifference]
|
1577
|
-
attr_accessor stack_resource_drift_status: ("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")
|
1577
|
+
attr_accessor stack_resource_drift_status: ("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN")
|
1578
1578
|
attr_accessor timestamp: ::Time
|
1579
1579
|
SENSITIVE: []
|
1580
1580
|
end
|
@@ -1664,20 +1664,21 @@ module Aws::CloudFormation
|
|
1664
1664
|
attr_accessor expected_properties: ::String
|
1665
1665
|
attr_accessor actual_properties: ::String
|
1666
1666
|
attr_accessor property_differences: ::Array[Types::PropertyDifference]
|
1667
|
-
attr_accessor stack_resource_drift_status: ("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")
|
1667
|
+
attr_accessor stack_resource_drift_status: ("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN")
|
1668
1668
|
attr_accessor timestamp: ::Time
|
1669
1669
|
attr_accessor module_info: Types::ModuleInfo
|
1670
|
+
attr_accessor drift_status_reason: ::String
|
1670
1671
|
SENSITIVE: []
|
1671
1672
|
end
|
1672
1673
|
|
1673
1674
|
class StackResourceDriftInformation
|
1674
|
-
attr_accessor stack_resource_drift_status: ("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")
|
1675
|
+
attr_accessor stack_resource_drift_status: ("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN")
|
1675
1676
|
attr_accessor last_check_timestamp: ::Time
|
1676
1677
|
SENSITIVE: []
|
1677
1678
|
end
|
1678
1679
|
|
1679
1680
|
class StackResourceDriftInformationSummary
|
1680
|
-
attr_accessor stack_resource_drift_status: ("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED")
|
1681
|
+
attr_accessor stack_resource_drift_status: ("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN")
|
1681
1682
|
attr_accessor last_check_timestamp: ::Time
|
1682
1683
|
SENSITIVE: []
|
1683
1684
|
end
|
@@ -2084,7 +2085,7 @@ module Aws::CloudFormation
|
|
2084
2085
|
end
|
2085
2086
|
|
2086
2087
|
class WarningDetail
|
2087
|
-
attr_accessor type: ("MUTUALLY_EXCLUSIVE_PROPERTIES" | "UNSUPPORTED_PROPERTIES" | "MUTUALLY_EXCLUSIVE_TYPES")
|
2088
|
+
attr_accessor type: ("MUTUALLY_EXCLUSIVE_PROPERTIES" | "UNSUPPORTED_PROPERTIES" | "MUTUALLY_EXCLUSIVE_TYPES" | "EXCLUDED_PROPERTIES")
|
2088
2089
|
attr_accessor properties: ::Array[Types::WarningProperty]
|
2089
2090
|
SENSITIVE: []
|
2090
2091
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudformation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.136.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.228.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.228.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -92,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
92
|
requirements:
|
93
93
|
- - ">="
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version: '2.
|
95
|
+
version: '2.7'
|
96
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
97
|
requirements:
|
98
98
|
- - ">="
|