@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 +1 -1
- package/dist-cjs/index.js +1 -1
- package/dist-types/PricingPlanManager.d.ts +1 -1
- package/dist-types/PricingPlanManagerClient.d.ts +1 -1
- package/dist-types/commands/AssociateResourcesToSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateResourcesFromSubscriptionCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +4 -4
- package/package.json +8 -8
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
|
|
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
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>Manages flat-rate pricing subscriptions for supported
|
|
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
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
51
|
-
"@aws-sdk/types": "^3.974.
|
|
52
|
-
"@smithy/core": "^3.
|
|
53
|
-
"@smithy/fetch-http-handler": "^5.
|
|
54
|
-
"@smithy/node-http-handler": "^4.
|
|
55
|
-
"@smithy/types": "^4.
|
|
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": {
|