@aws-sdk/client-mwaa
Advanced tools
Comparing version 3.651.1 to 3.654.0
@@ -64,2 +64,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class CreateCliTokenCommand extends CreateCliTokenCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: CreateCliTokenRequest; | ||
output: CreateCliTokenResponse; | ||
}; | ||
sdk: { | ||
input: CreateCliTokenCommandInput; | ||
output: CreateCliTokenCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -122,2 +122,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: CreateEnvironmentInput; | ||
output: CreateEnvironmentOutput; | ||
}; | ||
sdk: { | ||
input: CreateEnvironmentCommandInput; | ||
output: CreateEnvironmentCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -75,2 +75,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class CreateWebLoginTokenCommand extends CreateWebLoginTokenCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: CreateWebLoginTokenRequest; | ||
output: CreateWebLoginTokenResponse; | ||
}; | ||
sdk: { | ||
input: CreateWebLoginTokenCommandInput; | ||
output: CreateWebLoginTokenCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -67,2 +67,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeleteEnvironmentInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeleteEnvironmentCommandInput; | ||
output: DeleteEnvironmentCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -149,2 +149,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: GetEnvironmentInput; | ||
output: GetEnvironmentOutput; | ||
}; | ||
sdk: { | ||
input: GetEnvironmentCommandInput; | ||
output: GetEnvironmentCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -70,2 +70,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListEnvironmentsInput; | ||
output: ListEnvironmentsOutput; | ||
}; | ||
sdk: { | ||
input: ListEnvironmentsCommandInput; | ||
output: ListEnvironmentsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -71,2 +71,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListTagsForResourceInput; | ||
output: ListTagsForResourceOutput; | ||
}; | ||
sdk: { | ||
input: ListTagsForResourceCommandInput; | ||
output: ListTagsForResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -87,2 +87,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class PublishMetricsCommand extends PublishMetricsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: PublishMetricsInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: PublishMetricsCommandInput; | ||
output: PublishMetricsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -70,2 +70,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class TagResourceCommand extends TagResourceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: TagResourceInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: TagResourceCommandInput; | ||
output: TagResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -70,2 +70,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UntagResourceCommand extends UntagResourceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UntagResourceInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UntagResourceCommandInput; | ||
output: UntagResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -117,2 +117,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UpdateEnvironmentInput; | ||
output: UpdateEnvironmentOutput; | ||
}; | ||
sdk: { | ||
input: UpdateEnvironmentCommandInput; | ||
output: UpdateEnvironmentCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class CreateCliTokenCommand extends CreateCliTokenCommand_base {} | ||
export declare class CreateCliTokenCommand extends CreateCliTokenCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: CreateCliTokenRequest; | ||
output: CreateCliTokenResponse; | ||
}; | ||
sdk: { | ||
input: CreateCliTokenCommandInput; | ||
output: CreateCliTokenCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {} | ||
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: CreateEnvironmentInput; | ||
output: CreateEnvironmentOutput; | ||
}; | ||
sdk: { | ||
input: CreateEnvironmentCommandInput; | ||
output: CreateEnvironmentCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class CreateWebLoginTokenCommand extends CreateWebLoginTokenCommand_base {} | ||
export declare class CreateWebLoginTokenCommand extends CreateWebLoginTokenCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: CreateWebLoginTokenRequest; | ||
output: CreateWebLoginTokenResponse; | ||
}; | ||
sdk: { | ||
input: CreateWebLoginTokenCommandInput; | ||
output: CreateWebLoginTokenCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {} | ||
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeleteEnvironmentInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeleteEnvironmentCommandInput; | ||
output: DeleteEnvironmentCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {} | ||
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: GetEnvironmentInput; | ||
output: GetEnvironmentOutput; | ||
}; | ||
sdk: { | ||
input: GetEnvironmentCommandInput; | ||
output: GetEnvironmentCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {} | ||
export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListEnvironmentsInput; | ||
output: ListEnvironmentsOutput; | ||
}; | ||
sdk: { | ||
input: ListEnvironmentsCommandInput; | ||
output: ListEnvironmentsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {} | ||
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListTagsForResourceInput; | ||
output: ListTagsForResourceOutput; | ||
}; | ||
sdk: { | ||
input: ListTagsForResourceCommandInput; | ||
output: ListTagsForResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class PublishMetricsCommand extends PublishMetricsCommand_base {} | ||
export declare class PublishMetricsCommand extends PublishMetricsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: PublishMetricsInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: PublishMetricsCommandInput; | ||
output: PublishMetricsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class TagResourceCommand extends TagResourceCommand_base {} | ||
export declare class TagResourceCommand extends TagResourceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: TagResourceInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: TagResourceCommandInput; | ||
output: TagResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UntagResourceCommand extends UntagResourceCommand_base {} | ||
export declare class UntagResourceCommand extends UntagResourceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UntagResourceInput; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UntagResourceCommandInput; | ||
output: UntagResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {} | ||
export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UpdateEnvironmentInput; | ||
output: UpdateEnvironmentOutput; | ||
}; | ||
sdk: { | ||
input: UpdateEnvironmentCommandInput; | ||
output: UpdateEnvironmentCommandOutput; | ||
}; | ||
}; | ||
} |
{ | ||
"name": "@aws-sdk/client-mwaa", | ||
"description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native", | ||
"version": "3.651.1", | ||
"version": "3.654.0", | ||
"scripts": { | ||
@@ -23,39 +23,39 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@aws-sdk/client-sso-oidc": "3.651.1", | ||
"@aws-sdk/client-sts": "3.651.1", | ||
"@aws-sdk/core": "3.651.1", | ||
"@aws-sdk/credential-provider-node": "3.651.1", | ||
"@aws-sdk/middleware-host-header": "3.649.0", | ||
"@aws-sdk/middleware-logger": "3.649.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.649.0", | ||
"@aws-sdk/middleware-user-agent": "3.649.0", | ||
"@aws-sdk/region-config-resolver": "3.649.0", | ||
"@aws-sdk/types": "3.649.0", | ||
"@aws-sdk/util-endpoints": "3.649.0", | ||
"@aws-sdk/util-user-agent-browser": "3.649.0", | ||
"@aws-sdk/util-user-agent-node": "3.649.0", | ||
"@smithy/config-resolver": "^3.0.6", | ||
"@smithy/core": "^2.4.1", | ||
"@smithy/fetch-http-handler": "^3.2.5", | ||
"@smithy/hash-node": "^3.0.4", | ||
"@smithy/invalid-dependency": "^3.0.4", | ||
"@smithy/middleware-content-length": "^3.0.6", | ||
"@smithy/middleware-endpoint": "^3.1.1", | ||
"@smithy/middleware-retry": "^3.0.16", | ||
"@smithy/middleware-serde": "^3.0.4", | ||
"@smithy/middleware-stack": "^3.0.4", | ||
"@smithy/node-config-provider": "^3.1.5", | ||
"@smithy/node-http-handler": "^3.2.0", | ||
"@smithy/protocol-http": "^4.1.1", | ||
"@smithy/smithy-client": "^3.3.0", | ||
"@smithy/types": "^3.4.0", | ||
"@smithy/url-parser": "^3.0.4", | ||
"@aws-sdk/client-sso-oidc": "3.654.0", | ||
"@aws-sdk/client-sts": "3.654.0", | ||
"@aws-sdk/core": "3.654.0", | ||
"@aws-sdk/credential-provider-node": "3.654.0", | ||
"@aws-sdk/middleware-host-header": "3.654.0", | ||
"@aws-sdk/middleware-logger": "3.654.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.654.0", | ||
"@aws-sdk/middleware-user-agent": "3.654.0", | ||
"@aws-sdk/region-config-resolver": "3.654.0", | ||
"@aws-sdk/types": "3.654.0", | ||
"@aws-sdk/util-endpoints": "3.654.0", | ||
"@aws-sdk/util-user-agent-browser": "3.654.0", | ||
"@aws-sdk/util-user-agent-node": "3.654.0", | ||
"@smithy/config-resolver": "^3.0.8", | ||
"@smithy/core": "^2.4.3", | ||
"@smithy/fetch-http-handler": "^3.2.7", | ||
"@smithy/hash-node": "^3.0.6", | ||
"@smithy/invalid-dependency": "^3.0.6", | ||
"@smithy/middleware-content-length": "^3.0.8", | ||
"@smithy/middleware-endpoint": "^3.1.3", | ||
"@smithy/middleware-retry": "^3.0.18", | ||
"@smithy/middleware-serde": "^3.0.6", | ||
"@smithy/middleware-stack": "^3.0.6", | ||
"@smithy/node-config-provider": "^3.1.7", | ||
"@smithy/node-http-handler": "^3.2.2", | ||
"@smithy/protocol-http": "^4.1.3", | ||
"@smithy/smithy-client": "^3.3.2", | ||
"@smithy/types": "^3.4.2", | ||
"@smithy/url-parser": "^3.0.6", | ||
"@smithy/util-base64": "^3.0.0", | ||
"@smithy/util-body-length-browser": "^3.0.0", | ||
"@smithy/util-body-length-node": "^3.0.0", | ||
"@smithy/util-defaults-mode-browser": "^3.0.16", | ||
"@smithy/util-defaults-mode-node": "^3.0.16", | ||
"@smithy/util-endpoints": "^2.1.0", | ||
"@smithy/util-middleware": "^3.0.4", | ||
"@smithy/util-retry": "^3.0.4", | ||
"@smithy/util-defaults-mode-browser": "^3.0.18", | ||
"@smithy/util-defaults-mode-node": "^3.0.18", | ||
"@smithy/util-endpoints": "^2.1.2", | ||
"@smithy/util-middleware": "^3.0.6", | ||
"@smithy/util-retry": "^3.0.6", | ||
"@smithy/util-utf8": "^3.0.0", | ||
@@ -62,0 +62,0 @@ "tslib": "^2.6.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
365035
7883
+ Added@aws-sdk/client-sso@3.654.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.654.0(transitive)
+ Added@aws-sdk/client-sts@3.654.0(transitive)
+ Added@aws-sdk/core@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-http@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.654.0(transitive)
+ Added@aws-sdk/middleware-host-header@3.654.0(transitive)
+ Added@aws-sdk/middleware-logger@3.654.0(transitive)
+ Added@aws-sdk/middleware-recursion-detection@3.654.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.654.0(transitive)
+ Added@aws-sdk/region-config-resolver@3.654.0(transitive)
+ Added@aws-sdk/token-providers@3.654.0(transitive)
+ Added@aws-sdk/types@3.654.0(transitive)
+ Added@aws-sdk/util-endpoints@3.654.0(transitive)
+ Added@aws-sdk/util-user-agent-browser@3.654.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.654.0(transitive)
- Removed@aws-sdk/client-sso@3.651.1(transitive)
- Removed@aws-sdk/client-sso-oidc@3.651.1(transitive)
- Removed@aws-sdk/client-sts@3.651.1(transitive)
- Removed@aws-sdk/core@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-env@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-http@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-node@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-process@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.649.0(transitive)
- Removed@aws-sdk/middleware-host-header@3.649.0(transitive)
- Removed@aws-sdk/middleware-logger@3.649.0(transitive)
- Removed@aws-sdk/middleware-recursion-detection@3.649.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.649.0(transitive)
- Removed@aws-sdk/region-config-resolver@3.649.0(transitive)
- Removed@aws-sdk/token-providers@3.649.0(transitive)
- Removed@aws-sdk/types@3.649.0(transitive)
- Removed@aws-sdk/util-endpoints@3.649.0(transitive)
- Removed@aws-sdk/util-user-agent-browser@3.649.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.649.0(transitive)
Updated@aws-sdk/client-sts@3.654.0
Updated@aws-sdk/core@3.654.0
Updated@aws-sdk/types@3.654.0
Updated@smithy/core@^2.4.3
Updated@smithy/hash-node@^3.0.6
Updated@smithy/protocol-http@^4.1.3
Updated@smithy/smithy-client@^3.3.2
Updated@smithy/types@^3.4.2
Updated@smithy/url-parser@^3.0.6
Updated@smithy/util-retry@^3.0.6