aws-sdk-pricingplanmanager 1.0.0 → 1.1.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-pricingplanmanager/client.rb +11 -9
- data/lib/aws-sdk-pricingplanmanager/types.rb +9 -7
- data/lib/aws-sdk-pricingplanmanager.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: 8d740df0771ef7df201d287ef2044d5dd3e95905d4dfe3da665ca18ae07a85f0
|
|
4
|
+
data.tar.gz: 8677f31a53959a711da2d5ca29aee9d0e509a33134e57d0909efe114e6e77904
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cefabf6db73af7a2bb28393070374046581617bcd61670c8ea9a2130438c4745362e02c1deafcc6ec0c574dd0fb5046e38a89e8e1e139c674af97ade6903f5a0
|
|
7
|
+
data.tar.gz: 86f27ba95edfcd15c48125ed8f97bd8752fd27046f5b70bd190c2f2adde072ceded68222b62f6253d3f1bd0cc2d6cdc31cda03076081c9b8a8aedda3a1776fb1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.1.0 (2026-08-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Documentation update for the CreateSubscription API to correct the default value of the approval mode parameter. The default value for paid subscriptions is MANUAL, not IMMEDIATE as previously documented. The default value remains IMMEDIATE for FREE tier subscriptions.
|
|
8
|
+
|
|
4
9
|
1.0.0 (2026-07-30)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1.0
|
|
@@ -569,8 +569,8 @@ module Aws::PricingPlanManager
|
|
|
569
569
|
#
|
|
570
570
|
# <note markdown="1"> For subscriptions in the CloudFront plan family, the associated
|
|
571
571
|
# resources must include exactly one Amazon CloudFront distribution and
|
|
572
|
-
# one
|
|
573
|
-
#
|
|
572
|
+
# one WAF web ACL. You can also include other supported resources, such
|
|
573
|
+
# as Amazon Route 53 hosted zones, and CloudFront KeyValueStores.
|
|
574
574
|
#
|
|
575
575
|
# </note>
|
|
576
576
|
#
|
|
@@ -870,12 +870,12 @@ module Aws::PricingPlanManager
|
|
|
870
870
|
# configuration, or a higher level if your plan tier supports it.
|
|
871
871
|
#
|
|
872
872
|
# @option params [required, Array<String>] :resource_arns
|
|
873
|
-
# The ARNs of the
|
|
874
|
-
#
|
|
873
|
+
# The ARNs of the resources to include in the subscription. Specify one
|
|
874
|
+
# or more supported resources.
|
|
875
875
|
#
|
|
876
876
|
# <note markdown="1"> For subscriptions in the CloudFront plan family, the resources must
|
|
877
|
-
# include exactly one Amazon CloudFront distribution and exactly one
|
|
878
|
-
#
|
|
877
|
+
# include exactly one Amazon CloudFront distribution and exactly one WAF
|
|
878
|
+
# web ACL. You can also include other supported resources, such as
|
|
879
879
|
# Amazon Route 53 hosted zones and CloudFront KeyValueStores.
|
|
880
880
|
#
|
|
881
881
|
# </note>
|
|
@@ -884,7 +884,9 @@ module Aws::PricingPlanManager
|
|
|
884
884
|
# Determines whether the subscription requires explicit approval before
|
|
885
885
|
# billing starts. Set to `MANUAL` to require a separate
|
|
886
886
|
# `ApprovePaidSubscription` call, or `IMMEDIATE` to activate the
|
|
887
|
-
# subscription right away.
|
|
887
|
+
# subscription right away. For paid tier plans, this defaults to
|
|
888
|
+
# `MANUAL` if not specified. For the `FREE` plan tier, only `IMMEDIATE`
|
|
889
|
+
# is supported, and it is the default.
|
|
888
890
|
#
|
|
889
891
|
# @option params [String] :client_token
|
|
890
892
|
# A unique, case-sensitive identifier that you provide to ensure that
|
|
@@ -1001,7 +1003,7 @@ module Aws::PricingPlanManager
|
|
|
1001
1003
|
#
|
|
1002
1004
|
# <note markdown="1"> For subscriptions in the CloudFront plan family, the associated
|
|
1003
1005
|
# resources must always include exactly one Amazon CloudFront
|
|
1004
|
-
# distribution and exactly one
|
|
1006
|
+
# distribution and exactly one WAF web ACL. You cannot remove these
|
|
1005
1007
|
# required resources.
|
|
1006
1008
|
#
|
|
1007
1009
|
# </note>
|
|
@@ -1359,7 +1361,7 @@ module Aws::PricingPlanManager
|
|
|
1359
1361
|
tracer: tracer
|
|
1360
1362
|
)
|
|
1361
1363
|
context[:gem_name] = 'aws-sdk-pricingplanmanager'
|
|
1362
|
-
context[:gem_version] = '1.
|
|
1364
|
+
context[:gem_version] = '1.1.0'
|
|
1363
1365
|
Seahorse::Client::Request.new(handlers, context)
|
|
1364
1366
|
end
|
|
1365
1367
|
|
|
@@ -244,13 +244,13 @@ module Aws::PricingPlanManager
|
|
|
244
244
|
# @return [String]
|
|
245
245
|
#
|
|
246
246
|
# @!attribute [rw] resource_arns
|
|
247
|
-
# The ARNs of the
|
|
248
|
-
#
|
|
247
|
+
# The ARNs of the resources to include in the subscription. Specify
|
|
248
|
+
# one or more supported resources.
|
|
249
249
|
#
|
|
250
250
|
# <note markdown="1"> For subscriptions in the CloudFront plan family, the resources must
|
|
251
251
|
# include exactly one Amazon CloudFront distribution and exactly one
|
|
252
|
-
#
|
|
253
|
-
#
|
|
252
|
+
# WAF web ACL. You can also include other supported resources, such as
|
|
253
|
+
# Amazon Route 53 hosted zones and CloudFront KeyValueStores.
|
|
254
254
|
#
|
|
255
255
|
# </note>
|
|
256
256
|
# @return [Array<String>]
|
|
@@ -259,7 +259,9 @@ module Aws::PricingPlanManager
|
|
|
259
259
|
# Determines whether the subscription requires explicit approval
|
|
260
260
|
# before billing starts. Set to `MANUAL` to require a separate
|
|
261
261
|
# `ApprovePaidSubscription` call, or `IMMEDIATE` to activate the
|
|
262
|
-
# subscription right away.
|
|
262
|
+
# subscription right away. For paid tier plans, this defaults to
|
|
263
|
+
# `MANUAL` if not specified. For the `FREE` plan tier, only
|
|
264
|
+
# `IMMEDIATE` is supported, and it is the default.
|
|
263
265
|
# @return [String]
|
|
264
266
|
#
|
|
265
267
|
# @!attribute [rw] client_token
|
|
@@ -539,7 +541,7 @@ module Aws::PricingPlanManager
|
|
|
539
541
|
# @return [String]
|
|
540
542
|
#
|
|
541
543
|
# @!attribute [rw] resource_arns
|
|
542
|
-
# The ARNs of the
|
|
544
|
+
# The ARNs of the resources covered by this subscription.
|
|
543
545
|
# @return [Array<String>]
|
|
544
546
|
#
|
|
545
547
|
# @!attribute [rw] created_at
|
|
@@ -604,7 +606,7 @@ module Aws::PricingPlanManager
|
|
|
604
606
|
# @return [String]
|
|
605
607
|
#
|
|
606
608
|
# @!attribute [rw] resource_arns
|
|
607
|
-
# The ARNs of the
|
|
609
|
+
# The ARNs of the resources covered by this subscription.
|
|
608
610
|
# @return [Array<String>]
|
|
609
611
|
#
|
|
610
612
|
# @!attribute [rw] created_at
|