@aws-sdk/client-mwaa 3.775.0 → 3.777.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-types/commands/CreateCliTokenCommand.d.ts +1 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -0
- package/dist-types/commands/CreateWebLoginTokenCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -0
- package/dist-types/commands/InvokeRestApiCommand.d.ts +13 -13
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/PublishMetricsCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -58,6 +58,7 @@ declare const CreateCliTokenCommand_base: {
|
|
|
58
58
|
* @throws {@link MWAAServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from MWAA service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class CreateCliTokenCommand extends CreateCliTokenCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
116
116
|
* @throws {@link MWAAServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from MWAA service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const CreateWebLoginTokenCommand_base: {
|
|
|
69
69
|
* @throws {@link MWAAServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from MWAA service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class CreateWebLoginTokenCommand extends CreateWebLoginTokenCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
61
61
|
* @throws {@link MWAAServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from MWAA service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
|
|
@@ -143,6 +143,7 @@ declare const GetEnvironmentCommand_base: {
|
|
|
143
143
|
* @throws {@link MWAAServiceException}
|
|
144
144
|
* <p>Base exception class for all service exceptions from MWAA service.</p>
|
|
145
145
|
*
|
|
146
|
+
*
|
|
146
147
|
* @public
|
|
147
148
|
*/
|
|
148
149
|
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
|
|
@@ -81,35 +81,35 @@ declare const InvokeRestApiCommand_base: {
|
|
|
81
81
|
* @throws {@link MWAAServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from MWAA service.</p>
|
|
83
83
|
*
|
|
84
|
-
*
|
|
84
|
+
*
|
|
85
85
|
* @example Listing Airflow variables.
|
|
86
86
|
* ```javascript
|
|
87
87
|
* //
|
|
88
88
|
* const input = {
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
89
|
+
* Method: "GET",
|
|
90
|
+
* Name: "MyEnvironment",
|
|
91
|
+
* Path: "/variables"
|
|
92
92
|
* };
|
|
93
93
|
* const command = new InvokeRestApiCommand(input);
|
|
94
94
|
* const response = await client.send(command);
|
|
95
|
-
* /* response
|
|
95
|
+
* /* response is
|
|
96
96
|
* {
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
97
|
+
* RestApiResponse: {
|
|
98
|
+
* total_entries: 1,
|
|
99
|
+
* variables: [
|
|
100
100
|
* {
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
101
|
+
* description: "Example variable",
|
|
102
|
+
* key: "test-variable",
|
|
103
|
+
* value: "123"
|
|
104
104
|
* }
|
|
105
105
|
* ]
|
|
106
106
|
* },
|
|
107
|
-
*
|
|
107
|
+
* RestApiStatusCode: 200
|
|
108
108
|
* }
|
|
109
109
|
* *\/
|
|
110
|
-
* // example id: example-1
|
|
111
110
|
* ```
|
|
112
111
|
*
|
|
112
|
+
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class InvokeRestApiCommand extends InvokeRestApiCommand_base {
|
|
115
115
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -64,6 +64,7 @@ declare const ListEnvironmentsCommand_base: {
|
|
|
64
64
|
* @throws {@link MWAAServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from MWAA service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link MWAAServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from MWAA service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const PublishMetricsCommand_base: {
|
|
|
81
81
|
* @throws {@link MWAAServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from MWAA service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class PublishMetricsCommand extends PublishMetricsCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const TagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link MWAAServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from MWAA service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link MWAAServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from MWAA service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const UpdateEnvironmentCommand_base: {
|
|
|
111
111
|
* @throws {@link MWAAServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from MWAA service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
|
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.777.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|