@aws-sdk/client-mwaa
Advanced tools
Comparing version 3.649.0 to 3.650.0
@@ -955,5 +955,3 @@ "use strict"; | ||
// src/commands/CreateCliTokenCommand.ts | ||
var _CreateCliTokenCommand = class _CreateCliTokenCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _CreateCliTokenCommand = class _CreateCliTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -972,5 +970,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _CreateEnvironmentCommand = class _CreateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -989,5 +985,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _CreateWebLoginTokenCommand = class _CreateWebLoginTokenCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _CreateWebLoginTokenCommand = class _CreateWebLoginTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -1006,5 +1000,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _DeleteEnvironmentCommand = class _DeleteEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -1023,5 +1015,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _GetEnvironmentCommand = class _GetEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -1040,5 +1030,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -1057,5 +1045,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -1074,5 +1060,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _PublishMetricsCommand = class _PublishMetricsCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _PublishMetricsCommand = class _PublishMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -1091,5 +1075,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -1108,5 +1090,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -1125,5 +1105,3 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), | ||
var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep({ | ||
...commonParams | ||
}).m(function(Command, cs, config, o) { | ||
var _UpdateEnvironmentCommand = class _UpdateEnvironmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { | ||
return [ | ||
@@ -1130,0 +1108,0 @@ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), |
@@ -10,5 +10,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -15,0 +13,0 @@ return [ |
@@ -10,5 +10,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -15,0 +13,0 @@ return [ |
@@ -10,5 +10,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -15,0 +13,0 @@ return [ |
@@ -9,5 +9,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -14,0 +12,0 @@ return [ |
@@ -10,5 +10,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -15,0 +13,0 @@ return [ |
@@ -9,5 +9,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -14,0 +12,0 @@ return [ |
@@ -9,5 +9,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -14,0 +12,0 @@ return [ |
@@ -9,5 +9,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -14,0 +12,0 @@ return [ |
@@ -9,5 +9,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -14,0 +12,0 @@ return [ |
@@ -9,5 +9,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -14,0 +12,0 @@ return [ |
@@ -10,5 +10,3 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint"; | ||
.classBuilder() | ||
.ep({ | ||
...commonParams, | ||
}) | ||
.ep(commonParams) | ||
.m(function (Command, cs, config, o) { | ||
@@ -15,0 +13,0 @@ return [ |
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints"; | ||
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints"; | ||
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints"; | ||
import { ruleSet } from "./ruleset"; | ||
const cache = new EndpointCache({ | ||
size: 50, | ||
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"], | ||
}); | ||
export const defaultEndpointResolver = (endpointParams, context = {}) => { | ||
return resolveEndpoint(ruleSet, { | ||
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, { | ||
endpointParams: endpointParams, | ||
logger: context.logger, | ||
}); | ||
})); | ||
}; | ||
customEndpointFunctions.aws = awsEndpointFunctions; |
{ | ||
"name": "@aws-sdk/client-mwaa", | ||
"description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native", | ||
"version": "3.649.0", | ||
"version": "3.650.0", | ||
"scripts": { | ||
@@ -23,6 +23,6 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@aws-sdk/client-sso-oidc": "3.649.0", | ||
"@aws-sdk/client-sts": "3.649.0", | ||
"@aws-sdk/client-sso-oidc": "3.650.0", | ||
"@aws-sdk/client-sts": "3.650.0", | ||
"@aws-sdk/core": "3.649.0", | ||
"@aws-sdk/credential-provider-node": "3.649.0", | ||
"@aws-sdk/credential-provider-node": "3.650.0", | ||
"@aws-sdk/middleware-host-header": "3.649.0", | ||
@@ -29,0 +29,0 @@ "@aws-sdk/middleware-logger": "3.649.0", |
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
358909
110
7641
+ Added@aws-sdk/client-sso@3.650.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.650.0(transitive)
+ Added@aws-sdk/client-sts@3.650.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.650.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.650.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.650.0(transitive)
- Removed@aws-sdk/client-sso@3.649.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.649.0(transitive)
- Removed@aws-sdk/client-sts@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.649.0(transitive)
Updated@aws-sdk/client-sts@3.650.0