@aws-sdk/client-evs 3.1077.0 → 3.1079.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 +30 -223
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateEipToVlanCommand.js +2 -14
- package/dist-es/commands/CreateEntitlementCommand.js +2 -14
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreateEnvironmentConnectorCommand.js +2 -14
- package/dist-es/commands/CreateEnvironmentHostCommand.js +2 -14
- package/dist-es/commands/DeleteEntitlementCommand.js +2 -14
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteEnvironmentConnectorCommand.js +2 -14
- package/dist-es/commands/DeleteEnvironmentHostCommand.js +2 -14
- package/dist-es/commands/DisassociateEipFromVlanCommand.js +2 -14
- package/dist-es/commands/GetDepotUrlCommand.js +2 -14
- package/dist-es/commands/GetEnvironmentCommand.js +2 -14
- package/dist-es/commands/GetVersionsCommand.js +2 -14
- package/dist-es/commands/ListEnvironmentConnectorsCommand.js +2 -14
- package/dist-es/commands/ListEnvironmentHostsCommand.js +2 -14
- package/dist-es/commands/ListEnvironmentVlansCommand.js +2 -14
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVmEntitlementsCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateEnvironmentConnectorCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateEipToVlanCommand.d.ts +3 -8
- package/dist-types/commands/CreateEntitlementCommand.d.ts +3 -8
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateEnvironmentConnectorCommand.d.ts +3 -8
- package/dist-types/commands/CreateEnvironmentHostCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEntitlementCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEnvironmentConnectorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEnvironmentHostCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateEipFromVlanCommand.d.ts +3 -8
- package/dist-types/commands/GetDepotUrlCommand.d.ts +3 -8
- package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/GetVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListEnvironmentConnectorsCommand.d.ts +3 -8
- package/dist-types/commands/ListEnvironmentHostsCommand.d.ts +3 -8
- package/dist-types/commands/ListEnvironmentVlansCommand.d.ts +3 -8
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVmEntitlementsCommand.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/UpdateEnvironmentConnectorCommand.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/AssociateEipToVlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEnvironmentConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEnvironmentHostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEnvironmentConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEnvironmentHostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateEipFromVlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDepotUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnvironmentConnectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnvironmentHostsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnvironmentVlansCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVmEntitlementsCommand.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/UpdateEnvironmentConnectorCommand.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-evs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Evs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1079.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.27",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
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": {
|