@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
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateCliTokenCommandInput, CreateCliTokenCommandOutput } from "../commands/CreateCliTokenCommand";
|
|
4
|
-
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand";
|
|
5
|
-
import { CreateWebLoginTokenCommandInput, CreateWebLoginTokenCommandOutput } from "../commands/CreateWebLoginTokenCommand";
|
|
6
|
-
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "../commands/DeleteEnvironmentCommand";
|
|
7
|
-
import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "../commands/GetEnvironmentCommand";
|
|
8
|
-
import { InvokeRestApiCommandInput, InvokeRestApiCommandOutput } from "../commands/InvokeRestApiCommand";
|
|
9
|
-
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
|
|
10
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
11
|
-
import { PublishMetricsCommandInput, PublishMetricsCommandOutput } from "../commands/PublishMetricsCommand";
|
|
12
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
13
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
14
|
-
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
|
|
15
|
-
/**
|
|
16
|
-
* serializeAws_restJson1CreateCliTokenCommand
|
|
17
|
-
*/
|
|
18
|
-
export declare const se_CreateCliTokenCommand: (input: CreateCliTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
|
-
/**
|
|
20
|
-
* serializeAws_restJson1CreateEnvironmentCommand
|
|
21
|
-
*/
|
|
22
|
-
export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
-
/**
|
|
24
|
-
* serializeAws_restJson1CreateWebLoginTokenCommand
|
|
25
|
-
*/
|
|
26
|
-
export declare const se_CreateWebLoginTokenCommand: (input: CreateWebLoginTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_restJson1DeleteEnvironmentCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_restJson1GetEnvironmentCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_restJson1InvokeRestApiCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_InvokeRestApiCommand: (input: InvokeRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_restJson1ListEnvironmentsCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1PublishMetricsCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_PublishMetricsCommand: (input: PublishMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1TagResourceCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1UpdateEnvironmentCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* deserializeAws_restJson1CreateCliTokenCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const de_CreateCliTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCliTokenCommandOutput>;
|
|
67
|
-
/**
|
|
68
|
-
* deserializeAws_restJson1CreateEnvironmentCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
|
|
71
|
-
/**
|
|
72
|
-
* deserializeAws_restJson1CreateWebLoginTokenCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const de_CreateWebLoginTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebLoginTokenCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* deserializeAws_restJson1DeleteEnvironmentCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const de_DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* deserializeAws_restJson1GetEnvironmentCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const de_GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* deserializeAws_restJson1InvokeRestApiCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const de_InvokeRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InvokeRestApiCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* deserializeAws_restJson1ListEnvironmentsCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const de_ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* deserializeAws_restJson1PublishMetricsCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const de_PublishMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishMetricsCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* deserializeAws_restJson1UpdateEnvironmentCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const de_UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateCliTokenCommandInput,
|
|
8
|
-
CreateCliTokenCommandOutput,
|
|
9
|
-
} from "../commands/CreateCliTokenCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateEnvironmentCommandInput,
|
|
12
|
-
CreateEnvironmentCommandOutput,
|
|
13
|
-
} from "../commands/CreateEnvironmentCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateWebLoginTokenCommandInput,
|
|
16
|
-
CreateWebLoginTokenCommandOutput,
|
|
17
|
-
} from "../commands/CreateWebLoginTokenCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteEnvironmentCommandInput,
|
|
20
|
-
DeleteEnvironmentCommandOutput,
|
|
21
|
-
} from "../commands/DeleteEnvironmentCommand";
|
|
22
|
-
import {
|
|
23
|
-
GetEnvironmentCommandInput,
|
|
24
|
-
GetEnvironmentCommandOutput,
|
|
25
|
-
} from "../commands/GetEnvironmentCommand";
|
|
26
|
-
import {
|
|
27
|
-
InvokeRestApiCommandInput,
|
|
28
|
-
InvokeRestApiCommandOutput,
|
|
29
|
-
} from "../commands/InvokeRestApiCommand";
|
|
30
|
-
import {
|
|
31
|
-
ListEnvironmentsCommandInput,
|
|
32
|
-
ListEnvironmentsCommandOutput,
|
|
33
|
-
} from "../commands/ListEnvironmentsCommand";
|
|
34
|
-
import {
|
|
35
|
-
ListTagsForResourceCommandInput,
|
|
36
|
-
ListTagsForResourceCommandOutput,
|
|
37
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
38
|
-
import {
|
|
39
|
-
PublishMetricsCommandInput,
|
|
40
|
-
PublishMetricsCommandOutput,
|
|
41
|
-
} from "../commands/PublishMetricsCommand";
|
|
42
|
-
import {
|
|
43
|
-
TagResourceCommandInput,
|
|
44
|
-
TagResourceCommandOutput,
|
|
45
|
-
} from "../commands/TagResourceCommand";
|
|
46
|
-
import {
|
|
47
|
-
UntagResourceCommandInput,
|
|
48
|
-
UntagResourceCommandOutput,
|
|
49
|
-
} from "../commands/UntagResourceCommand";
|
|
50
|
-
import {
|
|
51
|
-
UpdateEnvironmentCommandInput,
|
|
52
|
-
UpdateEnvironmentCommandOutput,
|
|
53
|
-
} from "../commands/UpdateEnvironmentCommand";
|
|
54
|
-
export declare const se_CreateCliTokenCommand: (
|
|
55
|
-
input: CreateCliTokenCommandInput,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const se_CreateEnvironmentCommand: (
|
|
59
|
-
input: CreateEnvironmentCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_CreateWebLoginTokenCommand: (
|
|
63
|
-
input: CreateWebLoginTokenCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_DeleteEnvironmentCommand: (
|
|
67
|
-
input: DeleteEnvironmentCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_GetEnvironmentCommand: (
|
|
71
|
-
input: GetEnvironmentCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_InvokeRestApiCommand: (
|
|
75
|
-
input: InvokeRestApiCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_ListEnvironmentsCommand: (
|
|
79
|
-
input: ListEnvironmentsCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
83
|
-
input: ListTagsForResourceCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_PublishMetricsCommand: (
|
|
87
|
-
input: PublishMetricsCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_TagResourceCommand: (
|
|
91
|
-
input: TagResourceCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_UntagResourceCommand: (
|
|
95
|
-
input: UntagResourceCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_UpdateEnvironmentCommand: (
|
|
99
|
-
input: UpdateEnvironmentCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const de_CreateCliTokenCommand: (
|
|
103
|
-
output: __HttpResponse,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<CreateCliTokenCommandOutput>;
|
|
106
|
-
export declare const de_CreateEnvironmentCommand: (
|
|
107
|
-
output: __HttpResponse,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<CreateEnvironmentCommandOutput>;
|
|
110
|
-
export declare const de_CreateWebLoginTokenCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<CreateWebLoginTokenCommandOutput>;
|
|
114
|
-
export declare const de_DeleteEnvironmentCommand: (
|
|
115
|
-
output: __HttpResponse,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<DeleteEnvironmentCommandOutput>;
|
|
118
|
-
export declare const de_GetEnvironmentCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<GetEnvironmentCommandOutput>;
|
|
122
|
-
export declare const de_InvokeRestApiCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<InvokeRestApiCommandOutput>;
|
|
126
|
-
export declare const de_ListEnvironmentsCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<ListEnvironmentsCommandOutput>;
|
|
130
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
134
|
-
export declare const de_PublishMetricsCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<PublishMetricsCommandOutput>;
|
|
138
|
-
export declare const de_TagResourceCommand: (
|
|
139
|
-
output: __HttpResponse,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<TagResourceCommandOutput>;
|
|
142
|
-
export declare const de_UntagResourceCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
146
|
-
export declare const de_UpdateEnvironmentCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<UpdateEnvironmentCommandOutput>;
|