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

@aws-sdk/client-mwaa

Package Overview
Dependencies
Maintainers
5
Versions
357
Alerts
File Explorer

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.590.0 to 3.592.0

11

dist-cjs/index.js

@@ -209,3 +209,2 @@ "use strict";

var import_types = require("@smithy/types");

@@ -979,3 +978,2 @@ // src/models/models_0.ts

var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -997,3 +995,2 @@ ...commonParams

var _CreateWebLoginTokenCommand = class _CreateWebLoginTokenCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1015,3 +1012,2 @@ ...commonParams

var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1033,3 +1029,2 @@ ...commonParams

var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1051,3 +1046,2 @@ ...commonParams

var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1069,3 +1063,2 @@ ...commonParams

var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1087,3 +1080,2 @@ ...commonParams

var _PublishMetricsCommand = class _PublishMetricsCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1105,3 +1097,2 @@ ...commonParams

var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1123,3 +1114,2 @@ ...commonParams

var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1141,3 +1131,2 @@ ...commonParams

var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({

@@ -1144,0 +1133,0 @@ ...commonParams

3

dist-types/commands/CreateCliTokenCommand.d.ts

@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client";

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client";

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client";

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client";

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client";

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client";

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client";

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client";

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client";

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client";

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -8,3 +8,4 @@ import { Command as $Command } from "@smithy/smithy-client";

*/
export { __MetadataBearer, $Command };
export type { __MetadataBearer };
export { $Command };
/**

@@ -11,0 +12,0 @@ * @public

@@ -81,4 +81,4 @@ /**

export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
export { RuntimeExtension } from "./runtimeExtensions";
export { MWAAExtensionConfiguration } from "./extensionConfiguration";
export type { RuntimeExtension } from "./runtimeExtensions";
export type { MWAAExtensionConfiguration } from "./extensionConfiguration";
export * from "./commands";

@@ -85,0 +85,0 @@ export * from "./pagination";

import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
export { __ServiceException, __ServiceExceptionOptions };
export type { __ServiceExceptionOptions };
export { __ServiceException };
/**

@@ -4,0 +5,0 @@ * @public

@@ -12,3 +12,4 @@ import { Command as $Command } from "@smithy/smithy-client";

} from "../MWAAClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface CreateCliTokenCommandInput extends CreateCliTokenRequest {}

@@ -15,0 +16,0 @@ export interface CreateCliTokenCommandOutput

@@ -12,3 +12,4 @@ import { Command as $Command } from "@smithy/smithy-client";

} from "../MWAAClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface CreateEnvironmentCommandInput extends CreateEnvironmentInput {}

@@ -15,0 +16,0 @@ export interface CreateEnvironmentCommandOutput

@@ -12,3 +12,4 @@ import { Command as $Command } from "@smithy/smithy-client";

} from "../MWAAClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface CreateWebLoginTokenCommandInput

@@ -15,0 +16,0 @@ extends CreateWebLoginTokenRequest {}

@@ -12,3 +12,4 @@ import { Command as $Command } from "@smithy/smithy-client";

} from "../MWAAClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentInput {}

@@ -15,0 +16,0 @@ export interface DeleteEnvironmentCommandOutput

@@ -9,3 +9,4 @@ import { Command as $Command } from "@smithy/smithy-client";

} from "../MWAAClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface GetEnvironmentCommandInput extends GetEnvironmentInput {}

@@ -12,0 +13,0 @@ export interface GetEnvironmentCommandOutput

@@ -12,3 +12,4 @@ import { Command as $Command } from "@smithy/smithy-client";

} from "../MWAAClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListEnvironmentsCommandInput extends ListEnvironmentsInput {}

@@ -15,0 +16,0 @@ export interface ListEnvironmentsCommandOutput

@@ -12,3 +12,4 @@ import { Command as $Command } from "@smithy/smithy-client";

} from "../MWAAClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface ListTagsForResourceCommandInput

@@ -15,0 +16,0 @@ extends ListTagsForResourceInput {}

@@ -9,3 +9,4 @@ import { Command as $Command } from "@smithy/smithy-client";

} from "../MWAAClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface PublishMetricsCommandInput extends PublishMetricsInput {}

@@ -12,0 +13,0 @@ export interface PublishMetricsCommandOutput

@@ -9,3 +9,4 @@ import { Command as $Command } from "@smithy/smithy-client";

} from "../MWAAClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface TagResourceCommandInput extends TagResourceInput {}

@@ -12,0 +13,0 @@ export interface TagResourceCommandOutput

@@ -9,3 +9,4 @@ import { Command as $Command } from "@smithy/smithy-client";

} from "../MWAAClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface UntagResourceCommandInput extends UntagResourceInput {}

@@ -12,0 +13,0 @@ export interface UntagResourceCommandOutput

@@ -12,3 +12,4 @@ import { Command as $Command } from "@smithy/smithy-client";

} from "../MWAAClient";
export { __MetadataBearer, $Command };
export { __MetadataBearer };
export { $Command };
export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentInput {}

@@ -15,0 +16,0 @@ export interface UpdateEnvironmentCommandOutput

@@ -5,5 +5,6 @@ import {

} from "@smithy/smithy-client";
export { __ServiceException, __ServiceExceptionOptions };
export { __ServiceExceptionOptions };
export { __ServiceException };
export declare class MWAAServiceException extends __ServiceException {
constructor(options: __ServiceExceptionOptions);
}
{
"name": "@aws-sdk/client-mwaa",
"description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native",
"version": "3.590.0",
"version": "3.592.0",
"scripts": {

@@ -23,6 +23,6 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "3.0.0",
"@aws-sdk/client-sso-oidc": "3.590.0",
"@aws-sdk/client-sts": "3.590.0",
"@aws-sdk/core": "3.588.0",
"@aws-sdk/credential-provider-node": "3.590.0",
"@aws-sdk/client-sso-oidc": "3.592.0",
"@aws-sdk/client-sts": "3.592.0",
"@aws-sdk/core": "3.592.0",
"@aws-sdk/credential-provider-node": "3.592.0",
"@aws-sdk/middleware-host-header": "3.577.0",

@@ -38,3 +38,3 @@ "@aws-sdk/middleware-logger": "3.577.0",

"@smithy/config-resolver": "^3.0.1",
"@smithy/core": "^2.1.1",
"@smithy/core": "^2.2.0",
"@smithy/fetch-http-handler": "^3.0.1",

@@ -41,0 +41,0 @@ "@smithy/hash-node": "^3.0.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc