@aws-sdk/client-mwaa 3.590.0 → 3.592.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 +0 -11
- package/dist-types/commands/CreateCliTokenCommand.d.ts +2 -1
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/CreateWebLoginTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PublishMetricsCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/MWAAServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateCliTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateWebLoginTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PublishMetricsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/MWAAServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -206,7 +206,6 @@ var MWAAClient = _MWAAClient;
|
|
|
206
206
|
|
|
207
207
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
208
208
|
|
|
209
|
-
var import_types = require("@smithy/types");
|
|
210
209
|
|
|
211
210
|
// src/models/models_0.ts
|
|
212
211
|
|
|
@@ -975,7 +974,6 @@ var CreateCliTokenCommand = _CreateCliTokenCommand;
|
|
|
975
974
|
|
|
976
975
|
|
|
977
976
|
|
|
978
|
-
|
|
979
977
|
var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
980
978
|
...commonParams
|
|
981
979
|
}).m(function(Command, cs, config, o) {
|
|
@@ -992,7 +990,6 @@ var CreateEnvironmentCommand = _CreateEnvironmentCommand;
|
|
|
992
990
|
|
|
993
991
|
|
|
994
992
|
|
|
995
|
-
|
|
996
993
|
var _CreateWebLoginTokenCommand = class _CreateWebLoginTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
997
994
|
...commonParams
|
|
998
995
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1009,7 +1006,6 @@ var CreateWebLoginTokenCommand = _CreateWebLoginTokenCommand;
|
|
|
1009
1006
|
|
|
1010
1007
|
|
|
1011
1008
|
|
|
1012
|
-
|
|
1013
1009
|
var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1014
1010
|
...commonParams
|
|
1015
1011
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1026,7 +1022,6 @@ var DeleteEnvironmentCommand = _DeleteEnvironmentCommand;
|
|
|
1026
1022
|
|
|
1027
1023
|
|
|
1028
1024
|
|
|
1029
|
-
|
|
1030
1025
|
var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1031
1026
|
...commonParams
|
|
1032
1027
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1043,7 +1038,6 @@ var GetEnvironmentCommand = _GetEnvironmentCommand;
|
|
|
1043
1038
|
|
|
1044
1039
|
|
|
1045
1040
|
|
|
1046
|
-
|
|
1047
1041
|
var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1048
1042
|
...commonParams
|
|
1049
1043
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1060,7 +1054,6 @@ var ListEnvironmentsCommand = _ListEnvironmentsCommand;
|
|
|
1060
1054
|
|
|
1061
1055
|
|
|
1062
1056
|
|
|
1063
|
-
|
|
1064
1057
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1065
1058
|
...commonParams
|
|
1066
1059
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1077,7 +1070,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1077
1070
|
|
|
1078
1071
|
|
|
1079
1072
|
|
|
1080
|
-
|
|
1081
1073
|
var _PublishMetricsCommand = class _PublishMetricsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1082
1074
|
...commonParams
|
|
1083
1075
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1094,7 +1086,6 @@ var PublishMetricsCommand = _PublishMetricsCommand;
|
|
|
1094
1086
|
|
|
1095
1087
|
|
|
1096
1088
|
|
|
1097
|
-
|
|
1098
1089
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1099
1090
|
...commonParams
|
|
1100
1091
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1111,7 +1102,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1111
1102
|
|
|
1112
1103
|
|
|
1113
1104
|
|
|
1114
|
-
|
|
1115
1105
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1116
1106
|
...commonParams
|
|
1117
1107
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1128,7 +1118,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1128
1118
|
|
|
1129
1119
|
|
|
1130
1120
|
|
|
1131
|
-
|
|
1132
1121
|
var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1133
1122
|
...commonParams
|
|
1134
1123
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
export * from "./MWAAClient";
|
|
79
79
|
export * from "./MWAA";
|
|
80
80
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
81
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
82
|
-
export { MWAAExtensionConfiguration } from "./extensionConfiguration";
|
|
81
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
82
|
+
export type { MWAAExtensionConfiguration } from "./extensionConfiguration";
|
|
83
83
|
export * from "./commands";
|
|
84
84
|
export * from "./pagination";
|
|
85
85
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../MWAAClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateCliTokenCommandInput extends CreateCliTokenRequest {}
|
|
14
15
|
export interface CreateCliTokenCommandOutput
|
|
15
16
|
extends CreateCliTokenResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../MWAAClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateEnvironmentCommandInput extends CreateEnvironmentInput {}
|
|
14
15
|
export interface CreateEnvironmentCommandOutput
|
|
15
16
|
extends CreateEnvironmentOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../MWAAClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateWebLoginTokenCommandInput
|
|
14
15
|
extends CreateWebLoginTokenRequest {}
|
|
15
16
|
export interface CreateWebLoginTokenCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../MWAAClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentInput {}
|
|
14
15
|
export interface DeleteEnvironmentCommandOutput
|
|
15
16
|
extends DeleteEnvironmentOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../MWAAClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetEnvironmentCommandInput extends GetEnvironmentInput {}
|
|
11
12
|
export interface GetEnvironmentCommandOutput
|
|
12
13
|
extends GetEnvironmentOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../MWAAClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListEnvironmentsCommandInput extends ListEnvironmentsInput {}
|
|
14
15
|
export interface ListEnvironmentsCommandOutput
|
|
15
16
|
extends ListEnvironmentsOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../MWAAClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceInput {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../MWAAClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface PublishMetricsCommandInput extends PublishMetricsInput {}
|
|
11
12
|
export interface PublishMetricsCommandOutput
|
|
12
13
|
extends PublishMetricsOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../MWAAClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceInputTypes,
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../MWAAClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
11
12
|
export interface UntagResourceCommandOutput
|
|
12
13
|
extends UntagResourceOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceInputTypes,
|
|
10
10
|
ServiceOutputTypes,
|
|
11
11
|
} from "../MWAAClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentInput {}
|
|
14
15
|
export interface UpdateEnvironmentCommandOutput
|
|
15
16
|
extends UpdateEnvironmentOutput,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class MWAAServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mwaa",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mwaa",
|
|
@@ -20,10 +20,10 @@
|
|
|
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-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|