Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@aws-sdk/client-mwaa

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-mwaa - npm Package Compare versions

Comparing version 3.13.0 to 3.13.1

@@ -6,2 +6,10 @@ # Change Log

## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
**Note:** Version bump only for package @aws-sdk/client-mwaa
# [3.13.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.12.0...v3.13.0) (2021-04-15)

@@ -8,0 +16,0 @@

@@ -20,4 +20,4 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

export type CreateCliTokenCommandInput = CreateCliTokenRequest;
export type CreateCliTokenCommandOutput = CreateCliTokenResponse & __MetadataBearer;
export interface CreateCliTokenCommandInput extends CreateCliTokenRequest {}
export interface CreateCliTokenCommandOutput extends CreateCliTokenResponse, __MetadataBearer {}

@@ -24,0 +24,0 @@ /**

@@ -20,4 +20,4 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

export type CreateEnvironmentCommandInput = CreateEnvironmentInput;
export type CreateEnvironmentCommandOutput = CreateEnvironmentOutput & __MetadataBearer;
export interface CreateEnvironmentCommandInput extends CreateEnvironmentInput {}
export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput, __MetadataBearer {}

@@ -24,0 +24,0 @@ /**

@@ -20,4 +20,4 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

export type CreateWebLoginTokenCommandInput = CreateWebLoginTokenRequest;
export type CreateWebLoginTokenCommandOutput = CreateWebLoginTokenResponse & __MetadataBearer;
export interface CreateWebLoginTokenCommandInput extends CreateWebLoginTokenRequest {}
export interface CreateWebLoginTokenCommandOutput extends CreateWebLoginTokenResponse, __MetadataBearer {}

@@ -24,0 +24,0 @@ /**

@@ -20,4 +20,4 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

export type DeleteEnvironmentCommandInput = DeleteEnvironmentInput;
export type DeleteEnvironmentCommandOutput = DeleteEnvironmentOutput & __MetadataBearer;
export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentInput {}
export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput, __MetadataBearer {}

@@ -24,0 +24,0 @@ /**

@@ -20,4 +20,4 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

export type GetEnvironmentCommandInput = GetEnvironmentInput;
export type GetEnvironmentCommandOutput = GetEnvironmentOutput & __MetadataBearer;
export interface GetEnvironmentCommandInput extends GetEnvironmentInput {}
export interface GetEnvironmentCommandOutput extends GetEnvironmentOutput, __MetadataBearer {}

@@ -24,0 +24,0 @@ /**

@@ -20,4 +20,4 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

export type ListEnvironmentsCommandInput = ListEnvironmentsInput;
export type ListEnvironmentsCommandOutput = ListEnvironmentsOutput & __MetadataBearer;
export interface ListEnvironmentsCommandInput extends ListEnvironmentsInput {}
export interface ListEnvironmentsCommandOutput extends ListEnvironmentsOutput, __MetadataBearer {}

@@ -24,0 +24,0 @@ /**

@@ -20,4 +20,4 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

export type ListTagsForResourceCommandInput = ListTagsForResourceInput;
export type ListTagsForResourceCommandOutput = ListTagsForResourceOutput & __MetadataBearer;
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {}
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {}

@@ -24,0 +24,0 @@ /**

@@ -20,4 +20,4 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

export type PublishMetricsCommandInput = PublishMetricsInput;
export type PublishMetricsCommandOutput = PublishMetricsOutput & __MetadataBearer;
export interface PublishMetricsCommandInput extends PublishMetricsInput {}
export interface PublishMetricsCommandOutput extends PublishMetricsOutput, __MetadataBearer {}

@@ -24,0 +24,0 @@ /**

@@ -20,4 +20,4 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

export type TagResourceCommandInput = TagResourceInput;
export type TagResourceCommandOutput = TagResourceOutput & __MetadataBearer;
export interface TagResourceCommandInput extends TagResourceInput {}
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {}

@@ -24,0 +24,0 @@ /**

@@ -20,4 +20,4 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

export type UntagResourceCommandInput = UntagResourceInput;
export type UntagResourceCommandOutput = UntagResourceOutput & __MetadataBearer;
export interface UntagResourceCommandInput extends UntagResourceInput {}
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {}

@@ -24,0 +24,0 @@ /**

@@ -20,4 +20,4 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

export type UpdateEnvironmentCommandInput = UpdateEnvironmentInput;
export type UpdateEnvironmentCommandOutput = UpdateEnvironmentOutput & __MetadataBearer;
export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentInput {}
export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentOutput, __MetadataBearer {}

@@ -24,0 +24,0 @@ /**

{
"name": "@aws-sdk/client-mwaa",
"description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native",
"version": "3.13.0",
"version": "3.13.1",
"scripts": {

@@ -30,34 +30,34 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.1.0",
"@aws-sdk/client-sts": "3.13.0",
"@aws-sdk/config-resolver": "3.12.0",
"@aws-sdk/credential-provider-node": "3.13.0",
"@aws-sdk/fetch-http-handler": "3.12.0",
"@aws-sdk/hash-node": "3.12.0",
"@aws-sdk/invalid-dependency": "3.12.0",
"@aws-sdk/middleware-content-length": "3.12.0",
"@aws-sdk/middleware-host-header": "3.12.0",
"@aws-sdk/middleware-logger": "3.12.0",
"@aws-sdk/middleware-retry": "3.12.0",
"@aws-sdk/middleware-serde": "3.12.0",
"@aws-sdk/middleware-signing": "3.12.0",
"@aws-sdk/middleware-stack": "3.12.0",
"@aws-sdk/middleware-user-agent": "3.12.0",
"@aws-sdk/node-config-provider": "3.12.0",
"@aws-sdk/node-http-handler": "3.12.0",
"@aws-sdk/protocol-http": "3.12.0",
"@aws-sdk/smithy-client": "3.12.0",
"@aws-sdk/types": "3.12.0",
"@aws-sdk/url-parser": "3.12.0",
"@aws-sdk/util-base64-browser": "3.12.0",
"@aws-sdk/util-base64-node": "3.12.0",
"@aws-sdk/util-body-length-browser": "3.12.0",
"@aws-sdk/util-body-length-node": "3.12.0",
"@aws-sdk/util-user-agent-browser": "3.12.0",
"@aws-sdk/util-user-agent-node": "3.12.0",
"@aws-sdk/util-utf8-browser": "3.12.0",
"@aws-sdk/util-utf8-node": "3.12.0",
"@aws-sdk/client-sts": "3.13.1",
"@aws-sdk/config-resolver": "3.13.1",
"@aws-sdk/credential-provider-node": "3.13.1",
"@aws-sdk/fetch-http-handler": "3.13.1",
"@aws-sdk/hash-node": "3.13.1",
"@aws-sdk/invalid-dependency": "3.13.1",
"@aws-sdk/middleware-content-length": "3.13.1",
"@aws-sdk/middleware-host-header": "3.13.1",
"@aws-sdk/middleware-logger": "3.13.1",
"@aws-sdk/middleware-retry": "3.13.1",
"@aws-sdk/middleware-serde": "3.13.1",
"@aws-sdk/middleware-signing": "3.13.1",
"@aws-sdk/middleware-stack": "3.13.1",
"@aws-sdk/middleware-user-agent": "3.13.1",
"@aws-sdk/node-config-provider": "3.13.1",
"@aws-sdk/node-http-handler": "3.13.1",
"@aws-sdk/protocol-http": "3.13.1",
"@aws-sdk/smithy-client": "3.13.1",
"@aws-sdk/types": "3.13.1",
"@aws-sdk/url-parser": "3.13.1",
"@aws-sdk/util-base64-browser": "3.13.1",
"@aws-sdk/util-base64-node": "3.13.1",
"@aws-sdk/util-body-length-browser": "3.13.1",
"@aws-sdk/util-body-length-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.13.1",
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-utf8-browser": "3.13.1",
"@aws-sdk/util-utf8-node": "3.13.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.13.0",
"@aws-sdk/client-documentation-generator": "3.13.1",
"@types/node": "^12.7.5",

@@ -69,3 +69,3 @@ "downlevel-dts": "0.7.0",

"typedoc": "^0.19.2",
"typescript": "~4.1.2"
"typescript": "~4.2.4"
},

@@ -72,0 +72,0 @@ "engines": {

{
"name": "@aws-sdk/client-mwaa",
"description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native",
"version": "3.13.0",
"version": "3.13.1",
"scripts": {

@@ -30,34 +30,34 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.1.0",
"@aws-sdk/client-sts": "3.13.0",
"@aws-sdk/config-resolver": "3.12.0",
"@aws-sdk/credential-provider-node": "3.13.0",
"@aws-sdk/fetch-http-handler": "3.12.0",
"@aws-sdk/hash-node": "3.12.0",
"@aws-sdk/invalid-dependency": "3.12.0",
"@aws-sdk/middleware-content-length": "3.12.0",
"@aws-sdk/middleware-host-header": "3.12.0",
"@aws-sdk/middleware-logger": "3.12.0",
"@aws-sdk/middleware-retry": "3.12.0",
"@aws-sdk/middleware-serde": "3.12.0",
"@aws-sdk/middleware-signing": "3.12.0",
"@aws-sdk/middleware-stack": "3.12.0",
"@aws-sdk/middleware-user-agent": "3.12.0",
"@aws-sdk/node-config-provider": "3.12.0",
"@aws-sdk/node-http-handler": "3.12.0",
"@aws-sdk/protocol-http": "3.12.0",
"@aws-sdk/smithy-client": "3.12.0",
"@aws-sdk/types": "3.12.0",
"@aws-sdk/url-parser": "3.12.0",
"@aws-sdk/util-base64-browser": "3.12.0",
"@aws-sdk/util-base64-node": "3.12.0",
"@aws-sdk/util-body-length-browser": "3.12.0",
"@aws-sdk/util-body-length-node": "3.12.0",
"@aws-sdk/util-user-agent-browser": "3.12.0",
"@aws-sdk/util-user-agent-node": "3.12.0",
"@aws-sdk/util-utf8-browser": "3.12.0",
"@aws-sdk/util-utf8-node": "3.12.0",
"@aws-sdk/client-sts": "3.13.1",
"@aws-sdk/config-resolver": "3.13.1",
"@aws-sdk/credential-provider-node": "3.13.1",
"@aws-sdk/fetch-http-handler": "3.13.1",
"@aws-sdk/hash-node": "3.13.1",
"@aws-sdk/invalid-dependency": "3.13.1",
"@aws-sdk/middleware-content-length": "3.13.1",
"@aws-sdk/middleware-host-header": "3.13.1",
"@aws-sdk/middleware-logger": "3.13.1",
"@aws-sdk/middleware-retry": "3.13.1",
"@aws-sdk/middleware-serde": "3.13.1",
"@aws-sdk/middleware-signing": "3.13.1",
"@aws-sdk/middleware-stack": "3.13.1",
"@aws-sdk/middleware-user-agent": "3.13.1",
"@aws-sdk/node-config-provider": "3.13.1",
"@aws-sdk/node-http-handler": "3.13.1",
"@aws-sdk/protocol-http": "3.13.1",
"@aws-sdk/smithy-client": "3.13.1",
"@aws-sdk/types": "3.13.1",
"@aws-sdk/url-parser": "3.13.1",
"@aws-sdk/util-base64-browser": "3.13.1",
"@aws-sdk/util-base64-node": "3.13.1",
"@aws-sdk/util-body-length-browser": "3.13.1",
"@aws-sdk/util-body-length-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.13.1",
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-utf8-browser": "3.13.1",
"@aws-sdk/util-utf8-node": "3.13.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.13.0",
"@aws-sdk/client-documentation-generator": "3.13.1",
"@types/node": "^12.7.5",

@@ -69,3 +69,3 @@ "downlevel-dts": "0.7.0",

"typedoc": "^0.19.2",
"typescript": "~4.1.2"
"typescript": "~4.2.4"
},

@@ -72,0 +72,0 @@ "engines": {

@@ -1,2 +0,2 @@

import { __asyncGenerator, __await, __awaiter, __generator, __read, __spread } from "tslib";
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
import { MWAA } from "../MWAA";

@@ -16,3 +16,3 @@ import { MWAAClient } from "../MWAAClient";

switch (_a.label) {
case 0: return [4 /*yield*/, client.send.apply(client, __spread([new ListEnvironmentsCommand(input)], args))];
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListEnvironmentsCommand(input)], __read(args)))];
case 1:

@@ -36,3 +36,3 @@ // @ts-ignore

switch (_a.label) {
case 0: return [4 /*yield*/, client.listEnvironments.apply(client, __spread([input], args))];
case 0: return [4 /*yield*/, client.listEnvironments.apply(client, __spreadArray([input], __read(args)))];
case 1:

@@ -63,3 +63,3 @@ // @ts-ignore

if (!(config.client instanceof MWAA)) return [3 /*break*/, 3];
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spread([config.client, input], additionalArguments)))];
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
case 2:

@@ -70,3 +70,3 @@ page = _a.sent();

if (!(config.client instanceof MWAAClient)) return [3 /*break*/, 5];
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spread([config.client, input], additionalArguments)))];
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
case 4:

@@ -73,0 +73,0 @@ page = _a.sent();

@@ -5,4 +5,6 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
export declare type CreateCliTokenCommandInput = CreateCliTokenRequest;
export declare type CreateCliTokenCommandOutput = CreateCliTokenResponse & __MetadataBearer;
export interface CreateCliTokenCommandInput extends CreateCliTokenRequest {
}
export interface CreateCliTokenCommandOutput extends CreateCliTokenResponse, __MetadataBearer {
}
/**

@@ -9,0 +11,0 @@ * <p>Create a CLI token to use Airflow CLI.</p>

@@ -5,4 +5,6 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
export declare type CreateEnvironmentCommandInput = CreateEnvironmentInput;
export declare type CreateEnvironmentCommandOutput = CreateEnvironmentOutput & __MetadataBearer;
export interface CreateEnvironmentCommandInput extends CreateEnvironmentInput {
}
export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput, __MetadataBearer {
}
/**

@@ -9,0 +11,0 @@ * <p>JSON blob that describes the environment to create.</p>

@@ -5,4 +5,6 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
export declare type CreateWebLoginTokenCommandInput = CreateWebLoginTokenRequest;
export declare type CreateWebLoginTokenCommandOutput = CreateWebLoginTokenResponse & __MetadataBearer;
export interface CreateWebLoginTokenCommandInput extends CreateWebLoginTokenRequest {
}
export interface CreateWebLoginTokenCommandOutput extends CreateWebLoginTokenResponse, __MetadataBearer {
}
/**

@@ -9,0 +11,0 @@ * <p>Create a JWT token to be used to login to Airflow Web UI with claims based Authentication.</p>

@@ -5,4 +5,6 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
export declare type DeleteEnvironmentCommandInput = DeleteEnvironmentInput;
export declare type DeleteEnvironmentCommandOutput = DeleteEnvironmentOutput & __MetadataBearer;
export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentInput {
}
export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput, __MetadataBearer {
}
/**

@@ -9,0 +11,0 @@ * <p>Delete an existing environment.</p>

@@ -5,4 +5,6 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
export declare type GetEnvironmentCommandInput = GetEnvironmentInput;
export declare type GetEnvironmentCommandOutput = GetEnvironmentOutput & __MetadataBearer;
export interface GetEnvironmentCommandInput extends GetEnvironmentInput {
}
export interface GetEnvironmentCommandOutput extends GetEnvironmentOutput, __MetadataBearer {
}
/**

@@ -9,0 +11,0 @@ * <p>Get details of an existing environment.</p>

@@ -5,4 +5,6 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
export declare type ListEnvironmentsCommandInput = ListEnvironmentsInput;
export declare type ListEnvironmentsCommandOutput = ListEnvironmentsOutput & __MetadataBearer;
export interface ListEnvironmentsCommandInput extends ListEnvironmentsInput {
}
export interface ListEnvironmentsCommandOutput extends ListEnvironmentsOutput, __MetadataBearer {
}
/**

@@ -9,0 +11,0 @@ * <p>List Amazon MWAA Environments.</p>

@@ -5,4 +5,6 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
export declare type ListTagsForResourceCommandInput = ListTagsForResourceInput;
export declare type ListTagsForResourceCommandOutput = ListTagsForResourceOutput & __MetadataBearer;
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
}
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
}
/**

@@ -9,0 +11,0 @@ * <p>List the tags for MWAA environments.</p>

@@ -5,4 +5,6 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
export declare type PublishMetricsCommandInput = PublishMetricsInput;
export declare type PublishMetricsCommandOutput = PublishMetricsOutput & __MetadataBearer;
export interface PublishMetricsCommandInput extends PublishMetricsInput {
}
export interface PublishMetricsCommandOutput extends PublishMetricsOutput, __MetadataBearer {
}
/**

@@ -9,0 +11,0 @@ * An operation for publishing metrics from the customers to the Ops plane.

@@ -5,4 +5,6 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
export declare type TagResourceCommandInput = TagResourceInput;
export declare type TagResourceCommandOutput = TagResourceOutput & __MetadataBearer;
export interface TagResourceCommandInput extends TagResourceInput {
}
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
}
/**

@@ -9,0 +11,0 @@ * <p>Add tag to the MWAA environments.</p>

@@ -5,4 +5,6 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
export declare type UntagResourceCommandInput = UntagResourceInput;
export declare type UntagResourceCommandOutput = UntagResourceOutput & __MetadataBearer;
export interface UntagResourceCommandInput extends UntagResourceInput {
}
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
}
/**

@@ -9,0 +11,0 @@ * <p>Remove a tag from the MWAA environments.</p>

@@ -5,4 +5,6 @@ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient";

import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
export declare type UpdateEnvironmentCommandInput = UpdateEnvironmentInput;
export declare type UpdateEnvironmentCommandOutput = UpdateEnvironmentOutput & __MetadataBearer;
export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentInput {
}
export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentOutput, __MetadataBearer {
}
/**

@@ -9,0 +11,0 @@ * <p>Update an MWAA environment.</p>

{
"name": "@aws-sdk/client-mwaa",
"description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native",
"version": "3.13.0",
"version": "3.13.1",
"scripts": {

@@ -30,34 +30,34 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.1.0",
"@aws-sdk/client-sts": "3.13.0",
"@aws-sdk/config-resolver": "3.12.0",
"@aws-sdk/credential-provider-node": "3.13.0",
"@aws-sdk/fetch-http-handler": "3.12.0",
"@aws-sdk/hash-node": "3.12.0",
"@aws-sdk/invalid-dependency": "3.12.0",
"@aws-sdk/middleware-content-length": "3.12.0",
"@aws-sdk/middleware-host-header": "3.12.0",
"@aws-sdk/middleware-logger": "3.12.0",
"@aws-sdk/middleware-retry": "3.12.0",
"@aws-sdk/middleware-serde": "3.12.0",
"@aws-sdk/middleware-signing": "3.12.0",
"@aws-sdk/middleware-stack": "3.12.0",
"@aws-sdk/middleware-user-agent": "3.12.0",
"@aws-sdk/node-config-provider": "3.12.0",
"@aws-sdk/node-http-handler": "3.12.0",
"@aws-sdk/protocol-http": "3.12.0",
"@aws-sdk/smithy-client": "3.12.0",
"@aws-sdk/types": "3.12.0",
"@aws-sdk/url-parser": "3.12.0",
"@aws-sdk/util-base64-browser": "3.12.0",
"@aws-sdk/util-base64-node": "3.12.0",
"@aws-sdk/util-body-length-browser": "3.12.0",
"@aws-sdk/util-body-length-node": "3.12.0",
"@aws-sdk/util-user-agent-browser": "3.12.0",
"@aws-sdk/util-user-agent-node": "3.12.0",
"@aws-sdk/util-utf8-browser": "3.12.0",
"@aws-sdk/util-utf8-node": "3.12.0",
"@aws-sdk/client-sts": "3.13.1",
"@aws-sdk/config-resolver": "3.13.1",
"@aws-sdk/credential-provider-node": "3.13.1",
"@aws-sdk/fetch-http-handler": "3.13.1",
"@aws-sdk/hash-node": "3.13.1",
"@aws-sdk/invalid-dependency": "3.13.1",
"@aws-sdk/middleware-content-length": "3.13.1",
"@aws-sdk/middleware-host-header": "3.13.1",
"@aws-sdk/middleware-logger": "3.13.1",
"@aws-sdk/middleware-retry": "3.13.1",
"@aws-sdk/middleware-serde": "3.13.1",
"@aws-sdk/middleware-signing": "3.13.1",
"@aws-sdk/middleware-stack": "3.13.1",
"@aws-sdk/middleware-user-agent": "3.13.1",
"@aws-sdk/node-config-provider": "3.13.1",
"@aws-sdk/node-http-handler": "3.13.1",
"@aws-sdk/protocol-http": "3.13.1",
"@aws-sdk/smithy-client": "3.13.1",
"@aws-sdk/types": "3.13.1",
"@aws-sdk/url-parser": "3.13.1",
"@aws-sdk/util-base64-browser": "3.13.1",
"@aws-sdk/util-base64-node": "3.13.1",
"@aws-sdk/util-body-length-browser": "3.13.1",
"@aws-sdk/util-body-length-node": "3.13.1",
"@aws-sdk/util-user-agent-browser": "3.13.1",
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-utf8-browser": "3.13.1",
"@aws-sdk/util-utf8-node": "3.13.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"@aws-sdk/client-documentation-generator": "3.13.0",
"@aws-sdk/client-documentation-generator": "3.13.1",
"@types/node": "^12.7.5",

@@ -69,3 +69,3 @@ "downlevel-dts": "0.7.0",

"typedoc": "^0.19.2",
"typescript": "~4.1.2"
"typescript": "~4.2.4"
},

@@ -72,0 +72,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet