@aws-sdk/client-cloudcontrol 3.377.0 → 3.379.1

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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const p = "required", q = "fn", r = "argv", s = "ref";
5
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
6
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://cloudcontrolapi.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
4
+ const q = "required", r = "fn", s = "argv", t = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
- const p = "required", q = "fn", r = "argv", s = "ref";
2
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
3
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://cloudcontrolapi.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
1
+ const q = "required", r = "fn", s = "argv", t = "ref";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://cloudcontrolapi.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
4
4
  export const ruleSet = _data;
@@ -1,4 +1,7 @@
1
1
  import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
+ /**
3
+ * @public
4
+ */
2
5
  export interface ClientInputEndpointParameters {
3
6
  region?: string | Provider<string>;
4
7
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -6,6 +6,7 @@
6
6
  */
7
7
  export * from "./CloudControlClient";
8
8
  export * from "./CloudControl";
9
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
10
  export * from "./commands";
10
11
  export * from "./pagination";
11
12
  export * from "./waiters";
@@ -236,22 +236,39 @@ export interface CreateResourceInput {
236
236
  */
237
237
  TypeName: string | undefined;
238
238
  /**
239
- * <p>For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.</p>
239
+ * <p>For private resource types, the type version to use in this resource
240
+ * operation. If you do not specify a resource version, CloudFormation
241
+ * uses the default version.</p>
240
242
  */
241
243
  TypeVersionId?: string;
242
244
  /**
243
- * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
245
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management
246
+ * (IAM) role for Cloud Control API to use when performing this resource
247
+ * operation. The role specified must have the permissions required for this
248
+ * operation. The necessary permissions for each event handler are defined in the
249
+ * <code>
244
250
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-handlers">handlers</a>
245
- * </code> section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type definition schema</a>.</p>
246
- * <p>If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.</p>
247
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
251
+ * </code>
252
+ * section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type
253
+ * definition schema</a>.</p>
254
+ * <p>If you do not specify a role, Cloud Control API uses a temporary session created using
255
+ * your Amazon Web Services user credentials.</p>
256
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying
257
+ * credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
248
258
  */
249
259
  RoleArn?: string;
250
260
  /**
251
- * <p>A unique identifier to ensure the idempotency of the resource request. As a best practice, specify this token to ensure idempotency, so that Amazon Web Services Cloud Control API can accurately distinguish between request retries and new resource requests. You might retry a resource request to ensure that it was successfully received.</p>
252
- * <p>A client token is valid for 36 hours once used. After that, a resource request with the same client token is treated as a new request.</p>
253
- * <p>If you do not specify a client token, one is generated for inclusion in the request.</p>
254
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-idempotency">Ensuring resource operation requests are unique</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
261
+ * <p>A unique identifier to ensure the idempotency of the resource request. As a
262
+ * best practice, specify this token to ensure idempotency, so that Amazon Web Services Cloud Control API can
263
+ * accurately distinguish between request retries and new resource requests. You
264
+ * might retry a resource request to ensure that it was successfully received.</p>
265
+ * <p>A client token is valid for 36 hours once used. After that, a resource
266
+ * request with the same client token is treated as a new request.</p>
267
+ * <p>If you
268
+ * do not specify a client token, one is generated for inclusion in the request.</p>
269
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-idempotency">Ensuring
270
+ * resource operation requests are unique</a> in the <i>Amazon Web Services Cloud Control API User
271
+ * Guide</i>.</p>
255
272
  */
256
273
  ClientToken?: string;
257
274
  /**
@@ -260,7 +277,6 @@ export interface CreateResourceInput {
260
277
  * <note>
261
278
  * <p>Cloud Control API currently supports JSON as a structured data format.</p>
262
279
  * </note>
263
- *
264
280
  * <p>Specify the desired state as one of the following:</p>
265
281
  * <ul>
266
282
  * <li>
@@ -520,29 +536,54 @@ export interface DeleteResourceInput {
520
536
  */
521
537
  TypeName: string | undefined;
522
538
  /**
523
- * <p>For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.</p>
539
+ * <p>For private resource types, the type version to use in this resource
540
+ * operation. If you do not specify a resource version, CloudFormation
541
+ * uses the default version.</p>
524
542
  */
525
543
  TypeVersionId?: string;
526
544
  /**
527
- * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
545
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management
546
+ * (IAM) role for Cloud Control API to use when performing this resource
547
+ * operation. The role specified must have the permissions required for this
548
+ * operation. The necessary permissions for each event handler are defined in the
549
+ * <code>
528
550
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-handlers">handlers</a>
529
- * </code> section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type definition schema</a>.</p>
530
- * <p>If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.</p>
531
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
551
+ * </code>
552
+ * section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type
553
+ * definition schema</a>.</p>
554
+ * <p>If you do not specify a role, Cloud Control API uses a temporary session created using
555
+ * your Amazon Web Services user credentials.</p>
556
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying
557
+ * credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
532
558
  */
533
559
  RoleArn?: string;
534
560
  /**
535
- * <p>A unique identifier to ensure the idempotency of the resource request. As a best practice, specify this token to ensure idempotency, so that Amazon Web Services Cloud Control API can accurately distinguish between request retries and new resource requests. You might retry a resource request to ensure that it was successfully received.</p>
536
- * <p>A client token is valid for 36 hours once used. After that, a resource request with the same client token is treated as a new request.</p>
537
- * <p>If you do not specify a client token, one is generated for inclusion in the request.</p>
538
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-idempotency">Ensuring resource operation requests are unique</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
561
+ * <p>A unique identifier to ensure the idempotency of the resource request. As a
562
+ * best practice, specify this token to ensure idempotency, so that Amazon Web Services Cloud Control API can
563
+ * accurately distinguish between request retries and new resource requests. You
564
+ * might retry a resource request to ensure that it was successfully received.</p>
565
+ * <p>A client token is valid for 36 hours once used. After that, a resource
566
+ * request with the same client token is treated as a new request.</p>
567
+ * <p>If you
568
+ * do not specify a client token, one is generated for inclusion in the request.</p>
569
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-idempotency">Ensuring
570
+ * resource operation requests are unique</a> in the <i>Amazon Web Services Cloud Control API User
571
+ * Guide</i>.</p>
539
572
  */
540
573
  ClientToken?: string;
541
574
  /**
542
575
  * <p>The identifier for the resource.</p>
543
- * <p>You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON.</p>
544
- * <p>For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values <i>in the order they are specified</i> in the primary identifier definition, separated by <code>|</code>.</p>
545
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
576
+ * <p>You can specify the primary identifier, or any secondary identifier
577
+ * defined for the resource type in its resource schema. You can only specify
578
+ * one identifier. Primary identifiers can be specified as a string or JSON;
579
+ * secondary identifiers must be specified as JSON.</p>
580
+ * <p>For compound primary identifiers (that is, one that consists of
581
+ * multiple resource properties strung together), to specify the primary
582
+ * identifier as a string, list the property values <i>in the order
583
+ * they are specified</i> in the primary identifier definition,
584
+ * separated by <code>|</code>.</p>
585
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying
586
+ * resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
546
587
  */
547
588
  Identifier: string | undefined;
548
589
  }
@@ -567,22 +608,40 @@ export interface GetResourceInput {
567
608
  */
568
609
  TypeName: string | undefined;
569
610
  /**
570
- * <p>For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.</p>
611
+ * <p>For private resource types, the type version to use in this resource
612
+ * operation. If you do not specify a resource version, CloudFormation
613
+ * uses the default version.</p>
571
614
  */
572
615
  TypeVersionId?: string;
573
616
  /**
574
- * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
617
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management
618
+ * (IAM) role for Cloud Control API to use when performing this resource
619
+ * operation. The role specified must have the permissions required for this
620
+ * operation. The necessary permissions for each event handler are defined in the
621
+ * <code>
575
622
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-handlers">handlers</a>
576
- * </code> section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type definition schema</a>.</p>
577
- * <p>If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.</p>
578
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
623
+ * </code>
624
+ * section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type
625
+ * definition schema</a>.</p>
626
+ * <p>If you do not specify a role, Cloud Control API uses a temporary session created using
627
+ * your Amazon Web Services user credentials.</p>
628
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying
629
+ * credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
579
630
  */
580
631
  RoleArn?: string;
581
632
  /**
582
633
  * <p>The identifier for the resource.</p>
583
- * <p>You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON.</p>
584
- * <p>For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values <i>in the order they are specified</i> in the primary identifier definition, separated by <code>|</code>.</p>
585
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
634
+ * <p>You can specify the primary identifier, or any secondary identifier
635
+ * defined for the resource type in its resource schema. You can only specify
636
+ * one identifier. Primary identifiers can be specified as a string or JSON;
637
+ * secondary identifiers must be specified as JSON.</p>
638
+ * <p>For compound primary identifiers (that is, one that consists of
639
+ * multiple resource properties strung together), to specify the primary
640
+ * identifier as a string, list the property values <i>in the order
641
+ * they are specified</i> in the primary identifier definition,
642
+ * separated by <code>|</code>.</p>
643
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying
644
+ * resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
586
645
  */
587
646
  Identifier: string | undefined;
588
647
  }
@@ -689,7 +748,12 @@ export interface ListResourceRequestsInput {
689
748
  */
690
749
  MaxResults?: number;
691
750
  /**
692
- * <p>If the previous paginated request didn't return all of the remaining results, the response object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's <code>NextToken</code> parameter. If there are no remaining results, the previous response object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
751
+ * <p>If the previous paginated request didn't return all of the remaining results,
752
+ * the response object's <code>NextToken</code> parameter value is set to a token.
753
+ * To retrieve the next set of results, call this action again and assign that token to
754
+ * the request object's <code>NextToken</code> parameter. If there are no remaining
755
+ * results, the previous response object's <code>NextToken</code> parameter is set to
756
+ * <code>null</code>.</p>
693
757
  */
694
758
  NextToken?: string;
695
759
  /**
@@ -706,7 +770,11 @@ export interface ListResourceRequestsOutput {
706
770
  */
707
771
  ResourceRequestStatusSummaries?: ProgressEvent[];
708
772
  /**
709
- * <p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set to a token. To retrieve the next set of results, call <code>ListResources</code> again and assign that token to the request object's <code>NextToken</code> parameter. If the request returns all results, <code>NextToken</code> is set to null.</p>
773
+ * <p>If the request doesn't return all of the remaining results,
774
+ * <code>NextToken</code> is set to a token. To retrieve the next set of results, call
775
+ * <code>ListResources</code> again and assign that token to the request object's
776
+ * <code>NextToken</code> parameter. If the request returns all results,
777
+ * <code>NextToken</code> is set to null.</p>
710
778
  */
711
779
  NextToken?: string;
712
780
  }
@@ -719,19 +787,34 @@ export interface ListResourcesInput {
719
787
  */
720
788
  TypeName: string | undefined;
721
789
  /**
722
- * <p>For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.</p>
790
+ * <p>For private resource types, the type version to use in this resource
791
+ * operation. If you do not specify a resource version, CloudFormation
792
+ * uses the default version.</p>
723
793
  */
724
794
  TypeVersionId?: string;
725
795
  /**
726
- * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
796
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management
797
+ * (IAM) role for Cloud Control API to use when performing this resource
798
+ * operation. The role specified must have the permissions required for this
799
+ * operation. The necessary permissions for each event handler are defined in the
800
+ * <code>
727
801
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-handlers">handlers</a>
728
- * </code> section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type definition schema</a>.</p>
729
- * <p>If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.</p>
730
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
802
+ * </code>
803
+ * section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type
804
+ * definition schema</a>.</p>
805
+ * <p>If you do not specify a role, Cloud Control API uses a temporary session created using
806
+ * your Amazon Web Services user credentials.</p>
807
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying
808
+ * credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
731
809
  */
732
810
  RoleArn?: string;
733
811
  /**
734
- * <p>If the previous paginated request didn't return all of the remaining results, the response object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's <code>NextToken</code> parameter. If there are no remaining results, the previous response object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
812
+ * <p>If the previous paginated request didn't return all of the remaining results,
813
+ * the response object's <code>NextToken</code> parameter value is set to a token.
814
+ * To retrieve the next set of results, call this action again and assign that token to
815
+ * the request object's <code>NextToken</code> parameter. If there are no remaining
816
+ * results, the previous response object's <code>NextToken</code> parameter is set to
817
+ * <code>null</code>.</p>
735
818
  */
736
819
  NextToken?: string;
737
820
  /**
@@ -757,7 +840,11 @@ export interface ListResourcesOutput {
757
840
  */
758
841
  ResourceDescriptions?: ResourceDescription[];
759
842
  /**
760
- * <p>If the request doesn't return all of the remaining results, <code>NextToken</code> is set to a token. To retrieve the next set of results, call <code>ListResources</code> again and assign that token to the request object's <code>NextToken</code> parameter. If the request returns all results, <code>NextToken</code> is set to null.</p>
843
+ * <p>If the request doesn't return all of the remaining results,
844
+ * <code>NextToken</code> is set to a token. To retrieve the next set of results, call
845
+ * <code>ListResources</code> again and assign that token to the request object's
846
+ * <code>NextToken</code> parameter. If the request returns all results,
847
+ * <code>NextToken</code> is set to null.</p>
761
848
  */
762
849
  NextToken?: string;
763
850
  }
@@ -770,29 +857,54 @@ export interface UpdateResourceInput {
770
857
  */
771
858
  TypeName: string | undefined;
772
859
  /**
773
- * <p>For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.</p>
860
+ * <p>For private resource types, the type version to use in this resource
861
+ * operation. If you do not specify a resource version, CloudFormation
862
+ * uses the default version.</p>
774
863
  */
775
864
  TypeVersionId?: string;
776
865
  /**
777
- * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the <code>
866
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management
867
+ * (IAM) role for Cloud Control API to use when performing this resource
868
+ * operation. The role specified must have the permissions required for this
869
+ * operation. The necessary permissions for each event handler are defined in the
870
+ * <code>
778
871
  * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-handlers">handlers</a>
779
- * </code> section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type definition schema</a>.</p>
780
- * <p>If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.</p>
781
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
872
+ * </code>
873
+ * section of the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">resource type
874
+ * definition schema</a>.</p>
875
+ * <p>If you do not specify a role, Cloud Control API uses a temporary session created using
876
+ * your Amazon Web Services user credentials.</p>
877
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-permissions">Specifying
878
+ * credentials</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
782
879
  */
783
880
  RoleArn?: string;
784
881
  /**
785
- * <p>A unique identifier to ensure the idempotency of the resource request. As a best practice, specify this token to ensure idempotency, so that Amazon Web Services Cloud Control API can accurately distinguish between request retries and new resource requests. You might retry a resource request to ensure that it was successfully received.</p>
786
- * <p>A client token is valid for 36 hours once used. After that, a resource request with the same client token is treated as a new request.</p>
787
- * <p>If you do not specify a client token, one is generated for inclusion in the request.</p>
788
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-idempotency">Ensuring resource operation requests are unique</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
882
+ * <p>A unique identifier to ensure the idempotency of the resource request. As a
883
+ * best practice, specify this token to ensure idempotency, so that Amazon Web Services Cloud Control API can
884
+ * accurately distinguish between request retries and new resource requests. You
885
+ * might retry a resource request to ensure that it was successfully received.</p>
886
+ * <p>A client token is valid for 36 hours once used. After that, a resource
887
+ * request with the same client token is treated as a new request.</p>
888
+ * <p>If you
889
+ * do not specify a client token, one is generated for inclusion in the request.</p>
890
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations.html#resource-operations-idempotency">Ensuring
891
+ * resource operation requests are unique</a> in the <i>Amazon Web Services Cloud Control API User
892
+ * Guide</i>.</p>
789
893
  */
790
894
  ClientToken?: string;
791
895
  /**
792
896
  * <p>The identifier for the resource.</p>
793
- * <p>You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON.</p>
794
- * <p>For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values <i>in the order they are specified</i> in the primary identifier definition, separated by <code>|</code>.</p>
795
- * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
897
+ * <p>You can specify the primary identifier, or any secondary identifier
898
+ * defined for the resource type in its resource schema. You can only specify
899
+ * one identifier. Primary identifiers can be specified as a string or JSON;
900
+ * secondary identifiers must be specified as JSON.</p>
901
+ * <p>For compound primary identifiers (that is, one that consists of
902
+ * multiple resource properties strung together), to specify the primary
903
+ * identifier as a string, list the property values <i>in the order
904
+ * they are specified</i> in the primary identifier definition,
905
+ * separated by <code>|</code>.</p>
906
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-identifier.html">Identifying
907
+ * resources</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p>
796
908
  */
797
909
  Identifier: string | undefined;
798
910
  /**
@@ -1,5 +1,6 @@
1
1
  export * from "./CloudControlClient";
2
2
  export * from "./CloudControl";
3
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
3
4
  export * from "./commands";
4
5
  export * from "./pagination";
5
6
  export * from "./waiters";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudcontrol",
3
3
  "description": "AWS SDK for JavaScript Cloudcontrol Client for Node.js, Browser and React Native",
4
- "version": "3.377.0",
4
+ "version": "3.379.1",
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,45 +21,45 @@
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.377.0",
25
- "@aws-sdk/credential-provider-node": "3.370.0",
26
- "@aws-sdk/middleware-host-header": "3.370.0",
27
- "@aws-sdk/middleware-logger": "3.370.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.370.0",
29
- "@aws-sdk/middleware-signing": "3.370.0",
30
- "@aws-sdk/middleware-user-agent": "3.370.0",
31
- "@aws-sdk/types": "3.370.0",
32
- "@aws-sdk/util-endpoints": "3.370.0",
33
- "@aws-sdk/util-user-agent-browser": "3.370.0",
34
- "@aws-sdk/util-user-agent-node": "3.370.0",
35
- "@smithy/config-resolver": "^1.0.1",
36
- "@smithy/fetch-http-handler": "^1.0.1",
37
- "@smithy/hash-node": "^1.0.1",
38
- "@smithy/invalid-dependency": "^1.0.1",
39
- "@smithy/middleware-content-length": "^1.0.1",
40
- "@smithy/middleware-endpoint": "^1.0.2",
41
- "@smithy/middleware-retry": "^1.0.3",
42
- "@smithy/middleware-serde": "^1.0.1",
43
- "@smithy/middleware-stack": "^1.0.1",
44
- "@smithy/node-config-provider": "^1.0.1",
45
- "@smithy/node-http-handler": "^1.0.2",
46
- "@smithy/protocol-http": "^1.1.0",
47
- "@smithy/smithy-client": "^1.0.3",
48
- "@smithy/types": "^1.1.0",
49
- "@smithy/url-parser": "^1.0.1",
50
- "@smithy/util-base64": "^1.0.1",
51
- "@smithy/util-body-length-browser": "^1.0.1",
52
- "@smithy/util-body-length-node": "^1.0.1",
53
- "@smithy/util-defaults-mode-browser": "^1.0.1",
54
- "@smithy/util-defaults-mode-node": "^1.0.1",
55
- "@smithy/util-retry": "^1.0.3",
56
- "@smithy/util-utf8": "^1.0.1",
57
- "@smithy/util-waiter": "^1.0.1",
24
+ "@aws-sdk/client-sts": "3.379.1",
25
+ "@aws-sdk/credential-provider-node": "3.379.1",
26
+ "@aws-sdk/middleware-host-header": "3.379.1",
27
+ "@aws-sdk/middleware-logger": "3.378.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.378.0",
29
+ "@aws-sdk/middleware-signing": "3.379.1",
30
+ "@aws-sdk/middleware-user-agent": "3.379.1",
31
+ "@aws-sdk/types": "3.378.0",
32
+ "@aws-sdk/util-endpoints": "3.378.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.378.0",
34
+ "@aws-sdk/util-user-agent-node": "3.378.0",
35
+ "@smithy/config-resolver": "^2.0.1",
36
+ "@smithy/fetch-http-handler": "^2.0.1",
37
+ "@smithy/hash-node": "^2.0.1",
38
+ "@smithy/invalid-dependency": "^2.0.1",
39
+ "@smithy/middleware-content-length": "^2.0.1",
40
+ "@smithy/middleware-endpoint": "^2.0.1",
41
+ "@smithy/middleware-retry": "^2.0.1",
42
+ "@smithy/middleware-serde": "^2.0.1",
43
+ "@smithy/middleware-stack": "^2.0.0",
44
+ "@smithy/node-config-provider": "^2.0.1",
45
+ "@smithy/node-http-handler": "^2.0.1",
46
+ "@smithy/protocol-http": "^2.0.1",
47
+ "@smithy/smithy-client": "^2.0.1",
48
+ "@smithy/types": "^2.0.2",
49
+ "@smithy/url-parser": "^2.0.1",
50
+ "@smithy/util-base64": "^2.0.0",
51
+ "@smithy/util-body-length-browser": "^2.0.0",
52
+ "@smithy/util-body-length-node": "^2.0.0",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.1",
54
+ "@smithy/util-defaults-mode-node": "^2.0.1",
55
+ "@smithy/util-retry": "^2.0.0",
56
+ "@smithy/util-utf8": "^2.0.0",
57
+ "@smithy/util-waiter": "^2.0.1",
58
58
  "tslib": "^2.5.0",
59
59
  "uuid": "^8.3.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@smithy/service-client-documentation-generator": "^1.0.1",
62
+ "@smithy/service-client-documentation-generator": "^2.0.0",
63
63
  "@tsconfig/node14": "1.0.3",
64
64
  "@types/node": "^14.14.31",
65
65
  "@types/uuid": "^8.3.0",