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
6
Versions
369
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.100.0 to 3.105.0

11

CHANGELOG.md

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

# [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
### Features
* **clients:** support recursion detection in Lambda ([#3654](https://github.com/aws/aws-sdk-js-v3/issues/3654)) ([ecfe46e](https://github.com/aws/aws-sdk-js-v3/commit/ecfe46ea1fd8b6e3812b75b3dc6c03554fb4b3fa))
# [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)

@@ -8,0 +19,0 @@

2

dist-cjs/MWAAClient.js

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

const middleware_logger_1 = require("@aws-sdk/middleware-logger");
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
const middleware_retry_1 = require("@aws-sdk/middleware-retry");

@@ -29,2 +30,3 @@ const middleware_signing_1 = require("@aws-sdk/middleware-signing");

this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));

@@ -31,0 +33,0 @@ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));

@@ -6,2 +6,3 @@ import { __extends } from "tslib";

import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";

@@ -29,2 +30,3 @@ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";

_this.middlewareStack.use(getLoggerPlugin(_this.config));
_this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));

@@ -31,0 +33,0 @@ _this.middlewareStack.use(getUserAgentPlugin(_this.config));

28

dist-types/models/models_0.d.ts

@@ -177,5 +177,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";

*/
AirflowConfigurationOptions?: {
[key: string]: string;
};
AirflowConfigurationOptions?: Record<string, string>;
/**

@@ -208,5 +206,3 @@ * <p>The environment class type. Valid values: <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>. To learn more, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html">Amazon MWAA environment class</a>.</p>

*/
Tags?: {
[key: string]: string;
};
Tags?: Record<string, string>;
/**

@@ -550,5 +546,3 @@ * <p>The Apache Airflow <i>Web server</i> access mode. To learn more, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html">Apache Airflow access modes</a>.</p>

*/
AirflowConfigurationOptions?: {
[key: string]: string;
};
AirflowConfigurationOptions?: Record<string, string>;
/**

@@ -581,5 +575,3 @@ * <p>The environment class type. Valid values: <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>. To learn more, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html">Amazon MWAA environment class</a>.</p>

*/
Tags?: {
[key: string]: string;
};
Tags?: Record<string, string>;
/**

@@ -664,5 +656,3 @@ * <p>The Apache Airflow <i>Web server</i> access mode. To learn more, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html">Apache Airflow access modes</a>.</p>

*/
Tags?: {
[key: string]: string;
};
Tags?: Record<string, string>;
}

@@ -834,5 +824,3 @@ export declare namespace ListTagsForResourceOutput {

*/
Tags: {
[key: string]: string;
} | undefined;
Tags: Record<string, string> | undefined;
}

@@ -932,5 +920,3 @@ export declare namespace TagResourceInput {

*/
AirflowConfigurationOptions?: {
[key: string]: string;
};
AirflowConfigurationOptions?: Record<string, string>;
/**

@@ -937,0 +923,0 @@ * <p>The environment class type. Valid values: <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>. To learn more, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html">Amazon MWAA environment class</a>.</p>

@@ -107,5 +107,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";

AirflowConfigurationOptions?: {
[key: string]: string;
};
AirflowConfigurationOptions?: Record<string, string>;

@@ -124,5 +122,3 @@ EnvironmentClass?: string;

Tags?: {
[key: string]: string;
};
Tags?: Record<string, string>;

@@ -305,5 +301,3 @@ WebserverAccessMode?: WebserverAccessMode | string;

AirflowConfigurationOptions?: {
[key: string]: string;
};
AirflowConfigurationOptions?: Record<string, string>;

@@ -322,5 +316,3 @@ EnvironmentClass?: string;

Tags?: {
[key: string]: string;
};
Tags?: Record<string, string>;

@@ -375,5 +367,3 @@ WebserverAccessMode?: WebserverAccessMode | string;

Tags?: {
[key: string]: string;
};
Tags?: Record<string, string>;
}

@@ -478,5 +468,3 @@ export declare namespace ListTagsForResourceOutput {

Tags: {
[key: string]: string;
} | undefined;
Tags: Record<string, string> | undefined;
}

@@ -538,5 +526,3 @@ export declare namespace TagResourceInput {

AirflowConfigurationOptions?: {
[key: string]: string;
};
AirflowConfigurationOptions?: Record<string, string>;

@@ -543,0 +529,0 @@ EnvironmentClass?: string;

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

@@ -21,5 +21,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "2.0.0",
"@aws-sdk/client-sts": "3.100.0",
"@aws-sdk/client-sts": "3.105.0",
"@aws-sdk/config-resolver": "3.80.0",
"@aws-sdk/credential-provider-node": "3.100.0",
"@aws-sdk/credential-provider-node": "3.105.0",
"@aws-sdk/fetch-http-handler": "3.78.0",

@@ -31,2 +31,3 @@ "@aws-sdk/hash-node": "3.78.0",

"@aws-sdk/middleware-logger": "3.78.0",
"@aws-sdk/middleware-recursion-detection": "3.105.0",
"@aws-sdk/middleware-retry": "3.80.0",

@@ -33,0 +34,0 @@ "@aws-sdk/middleware-serde": "3.78.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