@aws-sdk/client-pricing-plan-manager 3.1114.0 → 3.1116.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.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript PricingPlanManager Client for Node.js, Browser and React Native.
8
8
 
9
- <p>Manages flat-rate pricing subscriptions for supported AWS services. Use this API to create, approve, update, and cancel subscriptions; associate and disassociate resources; and retrieve subscription details. With a flat-rate pricing subscription, you pay a fixed recurring fee for eligible resources instead of usage-based pricing.</p>
9
+ <p>Manages flat-rate pricing subscriptions for supported services. Use this API to create, approve, update, and cancel subscriptions; associate and disassociate resources; and retrieve subscription details. With a flat-rate pricing subscription, you pay a fixed recurring fee for eligible resources instead of usage-based pricing.</p>
10
10
 
11
11
  ## Installing
12
12
 
package/dist-cjs/index.js CHANGED
@@ -65,7 +65,7 @@ const commonParams = {
65
65
  Region: { type: "builtInParams", name: "region" },
66
66
  };
67
67
 
68
- var version = "3.1113.0";
68
+ var version = "3.1115.0";
69
69
  var packageInfo = {
70
70
  version: version};
71
71
 
@@ -74,7 +74,7 @@ export interface PricingPlanManager {
74
74
  paginateListSubscriptions(args?: ListSubscriptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSubscriptionsCommandOutput>;
75
75
  }
76
76
  /**
77
- * <p>Manages flat-rate pricing subscriptions for supported AWS services. Use this API to create, approve, update, and cancel subscriptions; associate and disassociate resources; and retrieve subscription details. With a flat-rate pricing subscription, you pay a fixed recurring fee for eligible resources instead of usage-based pricing.</p>
77
+ * <p>Manages flat-rate pricing subscriptions for supported services. Use this API to create, approve, update, and cancel subscriptions; associate and disassociate resources; and retrieve subscription details. With a flat-rate pricing subscription, you pay a fixed recurring fee for eligible resources instead of usage-based pricing.</p>
78
78
  * @public
79
79
  */
80
80
  export declare class PricingPlanManager extends PricingPlanManagerClient implements PricingPlanManager {
@@ -177,7 +177,7 @@ export type PricingPlanManagerClientResolvedConfigType = __SmithyResolvedConfigu
177
177
  export interface PricingPlanManagerClientResolvedConfig extends PricingPlanManagerClientResolvedConfigType {
178
178
  }
179
179
  /**
180
- * <p>Manages flat-rate pricing subscriptions for supported AWS services. Use this API to create, approve, update, and cancel subscriptions; associate and disassociate resources; and retrieve subscription details. With a flat-rate pricing subscription, you pay a fixed recurring fee for eligible resources instead of usage-based pricing.</p>
180
+ * <p>Manages flat-rate pricing subscriptions for supported services. Use this API to create, approve, update, and cancel subscriptions; associate and disassociate resources; and retrieve subscription details. With a flat-rate pricing subscription, you pay a fixed recurring fee for eligible resources instead of usage-based pricing.</p>
181
181
  * @public
182
182
  */
183
183
  export declare class PricingPlanManagerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PricingPlanManagerClientResolvedConfig> {
@@ -24,7 +24,7 @@ declare const AssociateResourcesToSubscriptionCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Adds one or more resources to an existing subscription. The subscription must be in an active state that is not pending other changes.</p> <note> <p>For subscriptions in the CloudFront plan family, the associated resources must include exactly one Amazon CloudFront distribution and one AWS WAF web ACL. You can also include other supported resources, such as Amazon Route 53 hosted zones, and CloudFront KeyValueStores.</p> </note>
27
+ * <p>Adds one or more resources to an existing subscription. The subscription must be in an active state that is not pending other changes.</p> <note> <p>For subscriptions in the CloudFront plan family, the associated resources must include exactly one Amazon CloudFront distribution and one WAF web ACL. You can also include other supported resources, such as Amazon Route 53 hosted zones, and CloudFront KeyValueStores.</p> </note>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -24,7 +24,7 @@ declare const DisassociateResourcesFromSubscriptionCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Removes one or more resources from an existing subscription.</p> <note> <p>For subscriptions in the CloudFront plan family, the associated resources must always include exactly one Amazon CloudFront distribution and exactly one AWS WAF web ACL. You cannot remove these required resources.</p> </note>
27
+ * <p>Removes one or more resources from an existing subscription.</p> <note> <p>For subscriptions in the CloudFront plan family, the associated resources must always include exactly one Amazon CloudFront distribution and exactly one WAF web ACL. You cannot remove these required resources.</p> </note>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -1,5 +1,5 @@
1
1
  /**
2
- * <p>Manages flat-rate pricing subscriptions for supported AWS services. Use this API to create, approve, update, and cancel subscriptions; associate and disassociate resources; and retrieve subscription details. With a flat-rate pricing subscription, you pay a fixed recurring fee for eligible resources instead of usage-based pricing.</p>
2
+ * <p>Manages flat-rate pricing subscriptions for supported services. Use this API to create, approve, update, and cancel subscriptions; associate and disassociate resources; and retrieve subscription details. With a flat-rate pricing subscription, you pay a fixed recurring fee for eligible resources instead of usage-based pricing.</p>
3
3
  *
4
4
  * @packageDocumentation
5
5
  */
@@ -86,7 +86,7 @@ export interface Subscription {
86
86
  */
87
87
  statusReason?: string | undefined;
88
88
  /**
89
- * <p>The ARNs of the AWS resources covered by this subscription.</p>
89
+ * <p>The ARNs of the resources covered by this subscription.</p>
90
90
  * @public
91
91
  */
92
92
  resourceArns: string[] | undefined;
@@ -246,12 +246,12 @@ export interface CreateSubscriptionInput {
246
246
  */
247
247
  usageLevel?: string | undefined;
248
248
  /**
249
- * <p>The ARNs of the AWS resources to include in the subscription. Specify one or more supported resources.</p> <note> <p>For subscriptions in the CloudFront plan family, the resources must include exactly one Amazon CloudFront distribution and exactly one AWS WAF web ACL. You can also include other supported resources, such as Amazon Route 53 hosted zones and CloudFront KeyValueStores.</p> </note>
249
+ * <p>The ARNs of the resources to include in the subscription. Specify one or more supported resources.</p> <note> <p>For subscriptions in the CloudFront plan family, the resources must include exactly one Amazon CloudFront distribution and exactly one WAF web ACL. You can also include other supported resources, such as Amazon Route 53 hosted zones and CloudFront KeyValueStores.</p> </note>
250
250
  * @public
251
251
  */
252
252
  resourceArns: string[] | undefined;
253
253
  /**
254
- * <p>Determines whether the subscription requires explicit approval before billing starts. Set to <code>MANUAL</code> to require a separate <code>ApprovePaidSubscription</code> call, or <code>IMMEDIATE</code> to activate the subscription right away. Defaults to <code>IMMEDIATE</code> if not specified.</p>
254
+ * <p>Determines whether the subscription requires explicit approval before billing starts. Set to <code>MANUAL</code> to require a separate <code>ApprovePaidSubscription</code> call, or <code>IMMEDIATE</code> to activate the subscription right away. For paid tier plans, this defaults to <code>MANUAL</code> if not specified. For the <code>FREE</code> plan tier, only <code>IMMEDIATE</code> is supported, and it is the default.</p>
255
255
  * @public
256
256
  */
257
257
  approvalMode?: ApprovalMode | undefined;
@@ -392,7 +392,7 @@ export interface SubscriptionSummary {
392
392
  */
393
393
  statusReason?: string | undefined;
394
394
  /**
395
- * <p>The ARNs of the AWS resources covered by this subscription.</p>
395
+ * <p>The ARNs of the resources covered by this subscription.</p>
396
396
  * @public
397
397
  */
398
398
  resourceArns: string[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pricing-plan-manager",
3
- "version": "3.1114.0",
3
+ "version": "3.1116.0",
4
4
  "description": "AWS SDK for JavaScript Pricing Plan Manager Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-pricing-plan-manager",
6
6
  "license": "Apache-2.0",
@@ -46,13 +46,13 @@
46
46
  "test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/core": "^3.977.8",
50
- "@aws-sdk/credential-provider-node": "^3.972.80",
51
- "@aws-sdk/types": "^3.974.4",
52
- "@smithy/core": "^3.31.1",
53
- "@smithy/fetch-http-handler": "^5.6.13",
54
- "@smithy/node-http-handler": "^4.9.13",
55
- "@smithy/types": "^4.16.1",
49
+ "@aws-sdk/core": "^3.977.9",
50
+ "@aws-sdk/credential-provider-node": "^3.972.81",
51
+ "@aws-sdk/types": "^3.974.5",
52
+ "@smithy/core": "^3.33.3",
53
+ "@smithy/fetch-http-handler": "^5.7.2",
54
+ "@smithy/node-http-handler": "^4.11.3",
55
+ "@smithy/types": "^4.17.2",
56
56
  "tslib": "^2.6.2"
57
57
  },
58
58
  "devDependencies": {