@aws-sdk/client-service-quotas 3.299.0 → 3.301.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.
@@ -29,6 +29,7 @@ export interface AssociateServiceQuotaTemplateCommandOutput extends AssociateSer
29
29
  * import { ServiceQuotasClient, AssociateServiceQuotaTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
30
30
  * // const { ServiceQuotasClient, AssociateServiceQuotaTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
31
31
  * const client = new ServiceQuotasClient(config);
32
+ * const input = {};
32
33
  * const command = new AssociateServiceQuotaTemplateCommand(input);
33
34
  * const response = await client.send(command);
34
35
  * ```
@@ -27,6 +27,11 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput exte
27
27
  * import { ServiceQuotasClient, DeleteServiceQuotaIncreaseRequestFromTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
28
28
  * // const { ServiceQuotasClient, DeleteServiceQuotaIncreaseRequestFromTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
29
29
  * const client = new ServiceQuotasClient(config);
30
+ * const input = { // DeleteServiceQuotaIncreaseRequestFromTemplateRequest
31
+ * ServiceCode: "STRING_VALUE", // required
32
+ * QuotaCode: "STRING_VALUE", // required
33
+ * AwsRegion: "STRING_VALUE", // required
34
+ * };
30
35
  * const command = new DeleteServiceQuotaIncreaseRequestFromTemplateCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -28,6 +28,7 @@ export interface DisassociateServiceQuotaTemplateCommandOutput extends Disassoci
28
28
  * import { ServiceQuotasClient, DisassociateServiceQuotaTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
29
29
  * // const { ServiceQuotasClient, DisassociateServiceQuotaTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
30
30
  * const client = new ServiceQuotasClient(config);
31
+ * const input = {};
31
32
  * const command = new DisassociateServiceQuotaTemplateCommand(input);
32
33
  * const response = await client.send(command);
33
34
  * ```
@@ -27,6 +27,10 @@ export interface GetAWSDefaultServiceQuotaCommandOutput extends GetAWSDefaultSer
27
27
  * import { ServiceQuotasClient, GetAWSDefaultServiceQuotaCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
28
28
  * // const { ServiceQuotasClient, GetAWSDefaultServiceQuotaCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
29
29
  * const client = new ServiceQuotasClient(config);
30
+ * const input = { // GetAWSDefaultServiceQuotaRequest
31
+ * ServiceCode: "STRING_VALUE", // required
32
+ * QuotaCode: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new GetAWSDefaultServiceQuotaCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,7 @@ export interface GetAssociationForServiceQuotaTemplateCommandOutput extends GetA
26
26
  * import { ServiceQuotasClient, GetAssociationForServiceQuotaTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
27
27
  * // const { ServiceQuotasClient, GetAssociationForServiceQuotaTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
28
28
  * const client = new ServiceQuotasClient(config);
29
+ * const input = {};
29
30
  * const command = new GetAssociationForServiceQuotaTemplateCommand(input);
30
31
  * const response = await client.send(command);
31
32
  * ```
@@ -26,6 +26,9 @@ export interface GetRequestedServiceQuotaChangeCommandOutput extends GetRequeste
26
26
  * import { ServiceQuotasClient, GetRequestedServiceQuotaChangeCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
27
27
  * // const { ServiceQuotasClient, GetRequestedServiceQuotaChangeCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
28
28
  * const client = new ServiceQuotasClient(config);
29
+ * const input = { // GetRequestedServiceQuotaChangeRequest
30
+ * RequestId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetRequestedServiceQuotaChangeCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -28,6 +28,10 @@ export interface GetServiceQuotaCommandOutput extends GetServiceQuotaResponse, _
28
28
  * import { ServiceQuotasClient, GetServiceQuotaCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
29
29
  * // const { ServiceQuotasClient, GetServiceQuotaCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
30
30
  * const client = new ServiceQuotasClient(config);
31
+ * const input = { // GetServiceQuotaRequest
32
+ * ServiceCode: "STRING_VALUE", // required
33
+ * QuotaCode: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new GetServiceQuotaCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -27,6 +27,11 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput extends
27
27
  * import { ServiceQuotasClient, GetServiceQuotaIncreaseRequestFromTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
28
28
  * // const { ServiceQuotasClient, GetServiceQuotaIncreaseRequestFromTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
29
29
  * const client = new ServiceQuotasClient(config);
30
+ * const input = { // GetServiceQuotaIncreaseRequestFromTemplateRequest
31
+ * ServiceCode: "STRING_VALUE", // required
32
+ * QuotaCode: "STRING_VALUE", // required
33
+ * AwsRegion: "STRING_VALUE", // required
34
+ * };
30
35
  * const command = new GetServiceQuotaIncreaseRequestFromTemplateCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -27,6 +27,11 @@ export interface ListAWSDefaultServiceQuotasCommandOutput extends ListAWSDefault
27
27
  * import { ServiceQuotasClient, ListAWSDefaultServiceQuotasCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
28
28
  * // const { ServiceQuotasClient, ListAWSDefaultServiceQuotasCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
29
29
  * const client = new ServiceQuotasClient(config);
30
+ * const input = { // ListAWSDefaultServiceQuotasRequest
31
+ * ServiceCode: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
30
35
  * const command = new ListAWSDefaultServiceQuotasCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -26,6 +26,13 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput exte
26
26
  * import { ServiceQuotasClient, ListRequestedServiceQuotaChangeHistoryByQuotaCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
27
27
  * // const { ServiceQuotasClient, ListRequestedServiceQuotaChangeHistoryByQuotaCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
28
28
  * const client = new ServiceQuotasClient(config);
29
+ * const input = { // ListRequestedServiceQuotaChangeHistoryByQuotaRequest
30
+ * ServiceCode: "STRING_VALUE", // required
31
+ * QuotaCode: "STRING_VALUE", // required
32
+ * Status: "STRING_VALUE",
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * };
29
36
  * const command = new ListRequestedServiceQuotaChangeHistoryByQuotaCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -26,6 +26,12 @@ export interface ListRequestedServiceQuotaChangeHistoryCommandOutput extends Lis
26
26
  * import { ServiceQuotasClient, ListRequestedServiceQuotaChangeHistoryCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
27
27
  * // const { ServiceQuotasClient, ListRequestedServiceQuotaChangeHistoryCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
28
28
  * const client = new ServiceQuotasClient(config);
29
+ * const input = { // ListRequestedServiceQuotaChangeHistoryRequest
30
+ * ServiceCode: "STRING_VALUE",
31
+ * Status: "STRING_VALUE",
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
29
35
  * const command = new ListRequestedServiceQuotaChangeHistoryCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,12 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput extends
26
26
  * import { ServiceQuotasClient, ListServiceQuotaIncreaseRequestsInTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
27
27
  * // const { ServiceQuotasClient, ListServiceQuotaIncreaseRequestsInTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
28
28
  * const client = new ServiceQuotasClient(config);
29
+ * const input = { // ListServiceQuotaIncreaseRequestsInTemplateRequest
30
+ * ServiceCode: "STRING_VALUE",
31
+ * AwsRegion: "STRING_VALUE",
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * };
29
35
  * const command = new ListServiceQuotaIncreaseRequestsInTemplateCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -28,6 +28,11 @@ export interface ListServiceQuotasCommandOutput extends ListServiceQuotasRespons
28
28
  * import { ServiceQuotasClient, ListServiceQuotasCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
29
29
  * // const { ServiceQuotasClient, ListServiceQuotasCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
30
30
  * const client = new ServiceQuotasClient(config);
31
+ * const input = { // ListServiceQuotasRequest
32
+ * ServiceCode: "STRING_VALUE", // required
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * };
31
36
  * const command = new ListServiceQuotasCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -26,6 +26,10 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
26
26
  * import { ServiceQuotasClient, ListServicesCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
27
27
  * // const { ServiceQuotasClient, ListServicesCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
28
28
  * const client = new ServiceQuotasClient(config);
29
+ * const input = { // ListServicesRequest
30
+ * NextToken: "STRING_VALUE",
31
+ * MaxResults: Number("int"),
32
+ * };
29
33
  * const command = new ListServicesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { ServiceQuotasClient, ListTagsForResourceCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
27
27
  * // const { ServiceQuotasClient, ListTagsForResourceCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
28
28
  * const client = new ServiceQuotasClient(config);
29
+ * const input = { // ListTagsForResourceRequest
30
+ * ResourceARN: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new ListTagsForResourceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,12 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput extends
26
26
  * import { ServiceQuotasClient, PutServiceQuotaIncreaseRequestIntoTemplateCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
27
27
  * // const { ServiceQuotasClient, PutServiceQuotaIncreaseRequestIntoTemplateCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
28
28
  * const client = new ServiceQuotasClient(config);
29
+ * const input = { // PutServiceQuotaIncreaseRequestIntoTemplateRequest
30
+ * QuotaCode: "STRING_VALUE", // required
31
+ * ServiceCode: "STRING_VALUE", // required
32
+ * AwsRegion: "STRING_VALUE", // required
33
+ * DesiredValue: Number("double"), // required
34
+ * };
29
35
  * const command = new PutServiceQuotaIncreaseRequestIntoTemplateCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,11 @@ export interface RequestServiceQuotaIncreaseCommandOutput extends RequestService
26
26
  * import { ServiceQuotasClient, RequestServiceQuotaIncreaseCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
27
27
  * // const { ServiceQuotasClient, RequestServiceQuotaIncreaseCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
28
28
  * const client = new ServiceQuotasClient(config);
29
+ * const input = { // RequestServiceQuotaIncreaseRequest
30
+ * ServiceCode: "STRING_VALUE", // required
31
+ * QuotaCode: "STRING_VALUE", // required
32
+ * DesiredValue: Number("double"), // required
33
+ * };
29
34
  * const command = new RequestServiceQuotaIncreaseCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,15 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
27
27
  * import { ServiceQuotasClient, TagResourceCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
28
28
  * // const { ServiceQuotasClient, TagResourceCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
29
29
  * const client = new ServiceQuotasClient(config);
30
+ * const input = { // TagResourceRequest
31
+ * ResourceARN: "STRING_VALUE", // required
32
+ * Tags: [ // InputTags // required
33
+ * { // Tag
34
+ * Key: "STRING_VALUE", // required
35
+ * Value: "STRING_VALUE", // required
36
+ * },
37
+ * ],
38
+ * };
30
39
  * const command = new TagResourceCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -27,6 +27,12 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
27
27
  * import { ServiceQuotasClient, UntagResourceCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
28
28
  * // const { ServiceQuotasClient, UntagResourceCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
29
29
  * const client = new ServiceQuotasClient(config);
30
+ * const input = { // UntagResourceRequest
31
+ * ResourceARN: "STRING_VALUE", // required
32
+ * TagKeys: [ // InputTagKeys // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
30
36
  * const command = new UntagResourceCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-quotas",
3
3
  "description": "AWS SDK for JavaScript Service Quotas Client for Node.js, Browser and React Native",
4
- "version": "3.299.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.299.0",
25
- "@aws-sdk/config-resolver": "3.299.0",
26
- "@aws-sdk/credential-provider-node": "3.299.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",
@@ -32,12 +32,12 @@
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
37
  "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "tslib": "^2.5.0"
57
57
  },