@aws-sdk/client-mwaa 3.928.0 → 3.930.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 +722 -789
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/MWAAClient.js +2 -0
- package/dist-es/commands/CreateCliTokenCommand.js +3 -10
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -10
- package/dist-es/commands/CreateWebLoginTokenCommand.js +3 -10
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -9
- package/dist-es/commands/GetEnvironmentCommand.js +3 -10
- package/dist-es/commands/InvokeRestApiCommand.js +3 -10
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PublishMetricsCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateEnvironmentCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -33
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +686 -0
- package/dist-types/MWAAClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -32
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +68 -0
- package/dist-types/ts3.4/MWAAClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -22
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +75 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -652
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -110
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -149
|
@@ -1440,35 +1440,3 @@ export interface UpdateEnvironmentOutput {
|
|
|
1440
1440
|
*/
|
|
1441
1441
|
Arn?: string | undefined;
|
|
1442
1442
|
}
|
|
1443
|
-
/**
|
|
1444
|
-
* @internal
|
|
1445
|
-
*/
|
|
1446
|
-
export declare const CreateCliTokenResponseFilterSensitiveLog: (obj: CreateCliTokenResponse) => any;
|
|
1447
|
-
/**
|
|
1448
|
-
* @internal
|
|
1449
|
-
*/
|
|
1450
|
-
export declare const CreateEnvironmentInputFilterSensitiveLog: (obj: CreateEnvironmentInput) => any;
|
|
1451
|
-
/**
|
|
1452
|
-
* @internal
|
|
1453
|
-
*/
|
|
1454
|
-
export declare const CreateWebLoginTokenResponseFilterSensitiveLog: (obj: CreateWebLoginTokenResponse) => any;
|
|
1455
|
-
/**
|
|
1456
|
-
* @internal
|
|
1457
|
-
*/
|
|
1458
|
-
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
1459
|
-
/**
|
|
1460
|
-
* @internal
|
|
1461
|
-
*/
|
|
1462
|
-
export declare const GetEnvironmentOutputFilterSensitiveLog: (obj: GetEnvironmentOutput) => any;
|
|
1463
|
-
/**
|
|
1464
|
-
* @internal
|
|
1465
|
-
*/
|
|
1466
|
-
export declare const InvokeRestApiRequestFilterSensitiveLog: (obj: InvokeRestApiRequest) => any;
|
|
1467
|
-
/**
|
|
1468
|
-
* @internal
|
|
1469
|
-
*/
|
|
1470
|
-
export declare const InvokeRestApiResponseFilterSensitiveLog: (obj: InvokeRestApiResponse) => any;
|
|
1471
|
-
/**
|
|
1472
|
-
* @internal
|
|
1473
|
-
*/
|
|
1474
|
-
export declare const UpdateEnvironmentInputFilterSensitiveLog: (obj: UpdateEnvironmentInput) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: MWAAClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: MWAAClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: MWAAClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: MWAAClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MWAAHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var ConfigValue: StaticSimpleSchema;
|
|
3
|
+
export declare var RestApiRequestBody: StaticSimpleSchema;
|
|
4
|
+
export declare var RestApiResponse: StaticSimpleSchema;
|
|
5
|
+
export declare var Token: StaticSimpleSchema;
|
|
6
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
7
|
+
export declare var CreateCliTokenRequest: StaticStructureSchema;
|
|
8
|
+
export declare var CreateCliTokenResponse: StaticStructureSchema;
|
|
9
|
+
export declare var CreateEnvironmentInput: StaticStructureSchema;
|
|
10
|
+
export declare var CreateEnvironmentOutput: StaticStructureSchema;
|
|
11
|
+
export declare var CreateWebLoginTokenRequest: StaticStructureSchema;
|
|
12
|
+
export declare var CreateWebLoginTokenResponse: StaticStructureSchema;
|
|
13
|
+
export declare var DeleteEnvironmentInput: StaticStructureSchema;
|
|
14
|
+
export declare var DeleteEnvironmentOutput: StaticStructureSchema;
|
|
15
|
+
export declare var Dimension: StaticStructureSchema;
|
|
16
|
+
export declare var Environment: StaticStructureSchema;
|
|
17
|
+
export declare var GetEnvironmentInput: StaticStructureSchema;
|
|
18
|
+
export declare var GetEnvironmentOutput: StaticStructureSchema;
|
|
19
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
20
|
+
export declare var InvokeRestApiRequest: StaticStructureSchema;
|
|
21
|
+
export declare var InvokeRestApiResponse: StaticStructureSchema;
|
|
22
|
+
export declare var LastUpdate: StaticStructureSchema;
|
|
23
|
+
export declare var ListEnvironmentsInput: StaticStructureSchema;
|
|
24
|
+
export declare var ListEnvironmentsOutput: StaticStructureSchema;
|
|
25
|
+
export declare var ListTagsForResourceInput: StaticStructureSchema;
|
|
26
|
+
export declare var ListTagsForResourceOutput: StaticStructureSchema;
|
|
27
|
+
export declare var LoggingConfiguration: StaticStructureSchema;
|
|
28
|
+
export declare var LoggingConfigurationInput: StaticStructureSchema;
|
|
29
|
+
export declare var MetricDatum: StaticStructureSchema;
|
|
30
|
+
export declare var ModuleLoggingConfiguration: StaticStructureSchema;
|
|
31
|
+
export declare var ModuleLoggingConfigurationInput: StaticStructureSchema;
|
|
32
|
+
export declare var NetworkConfiguration: StaticStructureSchema;
|
|
33
|
+
export declare var PublishMetricsInput: StaticStructureSchema;
|
|
34
|
+
export declare var PublishMetricsOutput: StaticStructureSchema;
|
|
35
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
36
|
+
export declare var RestApiClientException: StaticErrorSchema;
|
|
37
|
+
export declare var RestApiServerException: StaticErrorSchema;
|
|
38
|
+
export declare var StatisticSet: StaticStructureSchema;
|
|
39
|
+
export declare var TagResourceInput: StaticStructureSchema;
|
|
40
|
+
export declare var TagResourceOutput: StaticStructureSchema;
|
|
41
|
+
export declare var UntagResourceInput: StaticStructureSchema;
|
|
42
|
+
export declare var UntagResourceOutput: StaticStructureSchema;
|
|
43
|
+
export declare var UpdateEnvironmentInput: StaticStructureSchema;
|
|
44
|
+
export declare var UpdateEnvironmentOutput: StaticStructureSchema;
|
|
45
|
+
export declare var UpdateError: StaticStructureSchema;
|
|
46
|
+
export declare var UpdateNetworkConfigurationInput: StaticStructureSchema;
|
|
47
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
48
|
+
export declare var MWAAServiceException: StaticErrorSchema;
|
|
49
|
+
export declare var Dimensions: StaticListSchema;
|
|
50
|
+
export declare var EnvironmentList: number;
|
|
51
|
+
export declare var MetricData: StaticListSchema;
|
|
52
|
+
export declare var SecurityGroupList: number;
|
|
53
|
+
export declare var SubnetList: number;
|
|
54
|
+
export declare var TagKeyList: number;
|
|
55
|
+
export declare var AirflowConfigurationOptions: StaticMapSchema;
|
|
56
|
+
export declare var TagMap: number;
|
|
57
|
+
export declare var CreateCliToken: StaticOperationSchema;
|
|
58
|
+
export declare var CreateEnvironment: StaticOperationSchema;
|
|
59
|
+
export declare var CreateWebLoginToken: StaticOperationSchema;
|
|
60
|
+
export declare var DeleteEnvironment: StaticOperationSchema;
|
|
61
|
+
export declare var GetEnvironment: StaticOperationSchema;
|
|
62
|
+
export declare var InvokeRestApi: StaticOperationSchema;
|
|
63
|
+
export declare var ListEnvironments: StaticOperationSchema;
|
|
64
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
65
|
+
export declare var PublishMetrics: StaticOperationSchema;
|
|
66
|
+
export declare var TagResource: StaticOperationSchema;
|
|
67
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
68
|
+
export declare var UpdateEnvironment: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -150,6 +153,7 @@ export interface ClientDefaults
|
|
|
150
153
|
retryMode?: string | __Provider<string>;
|
|
151
154
|
logger?: __Logger;
|
|
152
155
|
extensions?: RuntimeExtension[];
|
|
156
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
153
157
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
154
158
|
}
|
|
155
159
|
export type MWAAClientConfigType = Partial<
|
|
@@ -353,25 +353,3 @@ export interface UpdateEnvironmentInput {
|
|
|
353
353
|
export interface UpdateEnvironmentOutput {
|
|
354
354
|
Arn?: string | undefined;
|
|
355
355
|
}
|
|
356
|
-
export declare const CreateCliTokenResponseFilterSensitiveLog: (
|
|
357
|
-
obj: CreateCliTokenResponse
|
|
358
|
-
) => any;
|
|
359
|
-
export declare const CreateEnvironmentInputFilterSensitiveLog: (
|
|
360
|
-
obj: CreateEnvironmentInput
|
|
361
|
-
) => any;
|
|
362
|
-
export declare const CreateWebLoginTokenResponseFilterSensitiveLog: (
|
|
363
|
-
obj: CreateWebLoginTokenResponse
|
|
364
|
-
) => any;
|
|
365
|
-
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
366
|
-
export declare const GetEnvironmentOutputFilterSensitiveLog: (
|
|
367
|
-
obj: GetEnvironmentOutput
|
|
368
|
-
) => any;
|
|
369
|
-
export declare const InvokeRestApiRequestFilterSensitiveLog: (
|
|
370
|
-
obj: InvokeRestApiRequest
|
|
371
|
-
) => any;
|
|
372
|
-
export declare const InvokeRestApiResponseFilterSensitiveLog: (
|
|
373
|
-
obj: InvokeRestApiResponse
|
|
374
|
-
) => any;
|
|
375
|
-
export declare const UpdateEnvironmentInputFilterSensitiveLog: (
|
|
376
|
-
obj: UpdateEnvironmentInput
|
|
377
|
-
) => any;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: MWAAClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: MWAAClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: MWAAClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: MWAAClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MWAAHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
5
|
+
StaticOperationSchema,
|
|
6
|
+
StaticSimpleSchema,
|
|
7
|
+
StaticStructureSchema,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
export declare var ConfigValue: StaticSimpleSchema;
|
|
10
|
+
export declare var RestApiRequestBody: StaticSimpleSchema;
|
|
11
|
+
export declare var RestApiResponse: StaticSimpleSchema;
|
|
12
|
+
export declare var Token: StaticSimpleSchema;
|
|
13
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
14
|
+
export declare var CreateCliTokenRequest: StaticStructureSchema;
|
|
15
|
+
export declare var CreateCliTokenResponse: StaticStructureSchema;
|
|
16
|
+
export declare var CreateEnvironmentInput: StaticStructureSchema;
|
|
17
|
+
export declare var CreateEnvironmentOutput: StaticStructureSchema;
|
|
18
|
+
export declare var CreateWebLoginTokenRequest: StaticStructureSchema;
|
|
19
|
+
export declare var CreateWebLoginTokenResponse: StaticStructureSchema;
|
|
20
|
+
export declare var DeleteEnvironmentInput: StaticStructureSchema;
|
|
21
|
+
export declare var DeleteEnvironmentOutput: StaticStructureSchema;
|
|
22
|
+
export declare var Dimension: StaticStructureSchema;
|
|
23
|
+
export declare var Environment: StaticStructureSchema;
|
|
24
|
+
export declare var GetEnvironmentInput: StaticStructureSchema;
|
|
25
|
+
export declare var GetEnvironmentOutput: StaticStructureSchema;
|
|
26
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
27
|
+
export declare var InvokeRestApiRequest: StaticStructureSchema;
|
|
28
|
+
export declare var InvokeRestApiResponse: StaticStructureSchema;
|
|
29
|
+
export declare var LastUpdate: StaticStructureSchema;
|
|
30
|
+
export declare var ListEnvironmentsInput: StaticStructureSchema;
|
|
31
|
+
export declare var ListEnvironmentsOutput: StaticStructureSchema;
|
|
32
|
+
export declare var ListTagsForResourceInput: StaticStructureSchema;
|
|
33
|
+
export declare var ListTagsForResourceOutput: StaticStructureSchema;
|
|
34
|
+
export declare var LoggingConfiguration: StaticStructureSchema;
|
|
35
|
+
export declare var LoggingConfigurationInput: StaticStructureSchema;
|
|
36
|
+
export declare var MetricDatum: StaticStructureSchema;
|
|
37
|
+
export declare var ModuleLoggingConfiguration: StaticStructureSchema;
|
|
38
|
+
export declare var ModuleLoggingConfigurationInput: StaticStructureSchema;
|
|
39
|
+
export declare var NetworkConfiguration: StaticStructureSchema;
|
|
40
|
+
export declare var PublishMetricsInput: StaticStructureSchema;
|
|
41
|
+
export declare var PublishMetricsOutput: StaticStructureSchema;
|
|
42
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
43
|
+
export declare var RestApiClientException: StaticErrorSchema;
|
|
44
|
+
export declare var RestApiServerException: StaticErrorSchema;
|
|
45
|
+
export declare var StatisticSet: StaticStructureSchema;
|
|
46
|
+
export declare var TagResourceInput: StaticStructureSchema;
|
|
47
|
+
export declare var TagResourceOutput: StaticStructureSchema;
|
|
48
|
+
export declare var UntagResourceInput: StaticStructureSchema;
|
|
49
|
+
export declare var UntagResourceOutput: StaticStructureSchema;
|
|
50
|
+
export declare var UpdateEnvironmentInput: StaticStructureSchema;
|
|
51
|
+
export declare var UpdateEnvironmentOutput: StaticStructureSchema;
|
|
52
|
+
export declare var UpdateError: StaticStructureSchema;
|
|
53
|
+
export declare var UpdateNetworkConfigurationInput: StaticStructureSchema;
|
|
54
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
55
|
+
export declare var MWAAServiceException: StaticErrorSchema;
|
|
56
|
+
export declare var Dimensions: StaticListSchema;
|
|
57
|
+
export declare var EnvironmentList: number;
|
|
58
|
+
export declare var MetricData: StaticListSchema;
|
|
59
|
+
export declare var SecurityGroupList: number;
|
|
60
|
+
export declare var SubnetList: number;
|
|
61
|
+
export declare var TagKeyList: number;
|
|
62
|
+
export declare var AirflowConfigurationOptions: StaticMapSchema;
|
|
63
|
+
export declare var TagMap: number;
|
|
64
|
+
export declare var CreateCliToken: StaticOperationSchema;
|
|
65
|
+
export declare var CreateEnvironment: StaticOperationSchema;
|
|
66
|
+
export declare var CreateWebLoginToken: StaticOperationSchema;
|
|
67
|
+
export declare var DeleteEnvironment: StaticOperationSchema;
|
|
68
|
+
export declare var GetEnvironment: StaticOperationSchema;
|
|
69
|
+
export declare var InvokeRestApi: StaticOperationSchema;
|
|
70
|
+
export declare var ListEnvironments: StaticOperationSchema;
|
|
71
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
72
|
+
export declare var PublishMetrics: StaticOperationSchema;
|
|
73
|
+
export declare var TagResource: StaticOperationSchema;
|
|
74
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
75
|
+
export declare var UpdateEnvironment: StaticOperationSchema;
|
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.930.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,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|