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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1de886c31d328224a02f3017428f91d3fa38d836fbd66607271babd180256bc4
4
- data.tar.gz: a70b20e50f213d8702098216ea5fbaa7563966de7997a2bad893c51fc0c0c134
3
+ metadata.gz: 8d740df0771ef7df201d287ef2044d5dd3e95905d4dfe3da665ca18ae07a85f0
4
+ data.tar.gz: 8677f31a53959a711da2d5ca29aee9d0e509a33134e57d0909efe114e6e77904
5
5
  SHA512:
6
- metadata.gz: 007dae185a989fc4d94203b39f89e91e607fef0ac4212ce86f029a7192f79adf444dda84abfa29c9d5a9369e13b1ba519b5141388d9eda0cedb9cf0a43015f74
7
- data.tar.gz: 35a0d19ec2ee89b6c5c1a7a659b629696fd93180807d2fd6b982c07fd8f2d7d6443368062db1e8d9e63fb72c4abba2c378ad5d02f42fc79c8701fa3206abe8cb
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.0.0
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 AWS WAF web ACL. You can also include other supported resources,
573
- # such as Amazon Route 53 hosted zones, and CloudFront KeyValueStores.
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 AWS resources to include in the subscription. Specify
874
- # one or more supported resources.
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 AWS
878
- # WAF web ACL. You can also include other supported resources, such as
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. Defaults to `IMMEDIATE` if not specified.
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 AWS WAF web ACL. You cannot remove these
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.0.0'
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 AWS resources to include in the subscription.
248
- # Specify one or more supported resources.
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
- # AWS WAF web ACL. You can also include other supported resources,
253
- # such as Amazon Route 53 hosted zones and CloudFront KeyValueStores.
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. Defaults to `IMMEDIATE` if not specified.
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 AWS resources covered by this subscription.
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 AWS resources covered by this subscription.
609
+ # The ARNs of the resources covered by this subscription.
608
610
  # @return [Array<String>]
609
611
  #
610
612
  # @!attribute [rw] created_at
@@ -54,7 +54,7 @@ module Aws::PricingPlanManager
54
54
  autoload :EndpointProvider, 'aws-sdk-pricingplanmanager/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-pricingplanmanager/endpoints'
56
56
 
57
- GEM_VERSION = '1.0.0'
57
+ GEM_VERSION = '1.1.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pricingplanmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services