@aws-sdk/client-controltower 3.1077.0 → 3.1078.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/dist-cjs/index.js +36 -283
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateLandingZoneCommand.js +2 -14
- package/dist-es/commands/DeleteLandingZoneCommand.js +2 -14
- package/dist-es/commands/DisableBaselineCommand.js +2 -14
- package/dist-es/commands/DisableControlCommand.js +2 -14
- package/dist-es/commands/EnableBaselineCommand.js +2 -14
- package/dist-es/commands/EnableControlCommand.js +2 -14
- package/dist-es/commands/GetBaselineCommand.js +2 -14
- package/dist-es/commands/GetBaselineOperationCommand.js +2 -14
- package/dist-es/commands/GetControlOperationCommand.js +2 -14
- package/dist-es/commands/GetEnabledBaselineCommand.js +2 -14
- package/dist-es/commands/GetEnabledControlCommand.js +2 -14
- package/dist-es/commands/GetLandingZoneCommand.js +2 -14
- package/dist-es/commands/GetLandingZoneOperationCommand.js +2 -14
- package/dist-es/commands/ListBaselinesCommand.js +2 -14
- package/dist-es/commands/ListControlOperationsCommand.js +2 -14
- package/dist-es/commands/ListEnabledBaselinesCommand.js +2 -14
- package/dist-es/commands/ListEnabledControlsCommand.js +2 -14
- package/dist-es/commands/ListLandingZoneOperationsCommand.js +2 -14
- package/dist-es/commands/ListLandingZonesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ResetEnabledBaselineCommand.js +2 -14
- package/dist-es/commands/ResetEnabledControlCommand.js +2 -14
- package/dist-es/commands/ResetLandingZoneCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateEnabledBaselineCommand.js +2 -14
- package/dist-es/commands/UpdateEnabledControlCommand.js +2 -14
- package/dist-es/commands/UpdateLandingZoneCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateLandingZoneCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLandingZoneCommand.d.ts +3 -8
- package/dist-types/commands/DisableBaselineCommand.d.ts +3 -8
- package/dist-types/commands/DisableControlCommand.d.ts +3 -8
- package/dist-types/commands/EnableBaselineCommand.d.ts +3 -8
- package/dist-types/commands/EnableControlCommand.d.ts +3 -8
- package/dist-types/commands/GetBaselineCommand.d.ts +3 -8
- package/dist-types/commands/GetBaselineOperationCommand.d.ts +3 -8
- package/dist-types/commands/GetControlOperationCommand.d.ts +3 -8
- package/dist-types/commands/GetEnabledBaselineCommand.d.ts +3 -8
- package/dist-types/commands/GetEnabledControlCommand.d.ts +3 -8
- package/dist-types/commands/GetLandingZoneCommand.d.ts +3 -8
- package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +3 -8
- package/dist-types/commands/ListBaselinesCommand.d.ts +3 -8
- package/dist-types/commands/ListControlOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListEnabledBaselinesCommand.d.ts +3 -8
- package/dist-types/commands/ListEnabledControlsCommand.d.ts +3 -8
- package/dist-types/commands/ListLandingZoneOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListLandingZonesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ResetEnabledBaselineCommand.d.ts +3 -8
- package/dist-types/commands/ResetEnabledControlCommand.d.ts +3 -8
- package/dist-types/commands/ResetLandingZoneCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnabledBaselineCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnabledControlCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLandingZoneCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateLandingZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLandingZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableBaselineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableBaselineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBaselineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBaselineOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetControlOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEnabledBaselineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEnabledControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLandingZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLandingZoneOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBaselinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListControlOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnabledBaselinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnabledControlsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLandingZoneOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLandingZonesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetEnabledBaselineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetEnabledControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetLandingZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnabledBaselineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnabledControlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLandingZoneCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
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.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|