@aws-sdk/client-controltower 3.473.0 → 3.474.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.
|
@@ -469,8 +469,8 @@ export interface CreateLandingZoneInput {
|
|
|
469
469
|
version: string | undefined;
|
|
470
470
|
/**
|
|
471
471
|
* @public
|
|
472
|
-
* <p>The manifest
|
|
473
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/
|
|
472
|
+
* <p>The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review
|
|
473
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch">Launch your landing zone</a>. </p>
|
|
474
474
|
*/
|
|
475
475
|
manifest: __DocumentType | undefined;
|
|
476
476
|
/**
|
|
@@ -589,7 +589,7 @@ export interface LandingZoneDetail {
|
|
|
589
589
|
version: string | undefined;
|
|
590
590
|
/**
|
|
591
591
|
* @public
|
|
592
|
-
* <p>The landing zone
|
|
592
|
+
* <p>The landing zone manifest JSON text file that specifies the landing zone configurations. </p>
|
|
593
593
|
*/
|
|
594
594
|
manifest: __DocumentType | undefined;
|
|
595
595
|
/**
|
|
@@ -807,8 +807,8 @@ export interface UpdateLandingZoneInput {
|
|
|
807
807
|
version: string | undefined;
|
|
808
808
|
/**
|
|
809
809
|
* @public
|
|
810
|
-
* <p>The
|
|
811
|
-
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/
|
|
810
|
+
* <p>The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review
|
|
811
|
+
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch">Launch your landing zone</a>.</p>
|
|
812
812
|
*/
|
|
813
813
|
manifest: __DocumentType | undefined;
|
|
814
814
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-controltower",
|
|
3
3
|
"description": "AWS SDK for JavaScript Controltower Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.474.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.474.0",
|
|
24
|
+
"@aws-sdk/core": "3.474.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.474.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|