@aws-sdk/client-mpa 3.893.0 → 3.895.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist-cjs/index.js +2063 -10
  2. package/package.json +7 -7
  3. package/dist-cjs/MPA.js +0 -53
  4. package/dist-cjs/MPAClient.js +0 -52
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  6. package/dist-cjs/commands/CancelSessionCommand.js +0 -26
  7. package/dist-cjs/commands/CreateApprovalTeamCommand.js +0 -27
  8. package/dist-cjs/commands/CreateIdentitySourceCommand.js +0 -27
  9. package/dist-cjs/commands/DeleteIdentitySourceCommand.js +0 -26
  10. package/dist-cjs/commands/DeleteInactiveApprovalTeamVersionCommand.js +0 -26
  11. package/dist-cjs/commands/GetApprovalTeamCommand.js +0 -27
  12. package/dist-cjs/commands/GetIdentitySourceCommand.js +0 -26
  13. package/dist-cjs/commands/GetPolicyVersionCommand.js +0 -27
  14. package/dist-cjs/commands/GetResourcePolicyCommand.js +0 -27
  15. package/dist-cjs/commands/GetSessionCommand.js +0 -27
  16. package/dist-cjs/commands/ListApprovalTeamsCommand.js +0 -27
  17. package/dist-cjs/commands/ListIdentitySourcesCommand.js +0 -26
  18. package/dist-cjs/commands/ListPoliciesCommand.js +0 -26
  19. package/dist-cjs/commands/ListPolicyVersionsCommand.js +0 -26
  20. package/dist-cjs/commands/ListResourcePoliciesCommand.js +0 -26
  21. package/dist-cjs/commands/ListSessionsCommand.js +0 -27
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -27
  23. package/dist-cjs/commands/StartActiveApprovalTeamDeletionCommand.js +0 -26
  24. package/dist-cjs/commands/TagResourceCommand.js +0 -27
  25. package/dist-cjs/commands/UntagResourceCommand.js +0 -27
  26. package/dist-cjs/commands/UpdateApprovalTeamCommand.js +0 -27
  27. package/dist-cjs/commands/index.js +0 -24
  28. package/dist-cjs/endpoint/EndpointParameters.js +0 -15
  29. package/dist-cjs/extensionConfiguration.js +0 -2
  30. package/dist-cjs/models/MPAServiceException.js +0 -12
  31. package/dist-cjs/models/index.js +0 -4
  32. package/dist-cjs/models/models_0.js +0 -354
  33. package/dist-cjs/pagination/Interfaces.js +0 -2
  34. package/dist-cjs/pagination/ListApprovalTeamsPaginator.js +0 -7
  35. package/dist-cjs/pagination/ListIdentitySourcesPaginator.js +0 -7
  36. package/dist-cjs/pagination/ListPoliciesPaginator.js +0 -7
  37. package/dist-cjs/pagination/ListPolicyVersionsPaginator.js +0 -7
  38. package/dist-cjs/pagination/ListResourcePoliciesPaginator.js +0 -7
  39. package/dist-cjs/pagination/ListSessionsPaginator.js +0 -7
  40. package/dist-cjs/pagination/index.js +0 -10
  41. package/dist-cjs/protocols/Aws_restJson1.js +0 -976
  42. package/dist-cjs/runtimeExtensions.js +0 -13
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mpa",
3
3
  "description": "AWS SDK for JavaScript Mpa Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.895.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
- "build:cjs": "tsc -p tsconfig.cjs.json",
7
+ "build:cjs": "node ../../scripts/compilation/inline client-mpa",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
10
10
  "build:types": "tsc -p tsconfig.types.json",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.893.0",
24
- "@aws-sdk/credential-provider-node": "3.893.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.895.0",
25
25
  "@aws-sdk/middleware-host-header": "3.893.0",
26
26
  "@aws-sdk/middleware-logger": "3.893.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.895.0",
29
29
  "@aws-sdk/region-config-resolver": "3.893.0",
30
30
  "@aws-sdk/types": "3.893.0",
31
- "@aws-sdk/util-endpoints": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.895.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.895.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
package/dist-cjs/MPA.js DELETED
@@ -1,53 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MPA = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CancelSessionCommand_1 = require("./commands/CancelSessionCommand");
6
- const CreateApprovalTeamCommand_1 = require("./commands/CreateApprovalTeamCommand");
7
- const CreateIdentitySourceCommand_1 = require("./commands/CreateIdentitySourceCommand");
8
- const DeleteIdentitySourceCommand_1 = require("./commands/DeleteIdentitySourceCommand");
9
- const DeleteInactiveApprovalTeamVersionCommand_1 = require("./commands/DeleteInactiveApprovalTeamVersionCommand");
10
- const GetApprovalTeamCommand_1 = require("./commands/GetApprovalTeamCommand");
11
- const GetIdentitySourceCommand_1 = require("./commands/GetIdentitySourceCommand");
12
- const GetPolicyVersionCommand_1 = require("./commands/GetPolicyVersionCommand");
13
- const GetResourcePolicyCommand_1 = require("./commands/GetResourcePolicyCommand");
14
- const GetSessionCommand_1 = require("./commands/GetSessionCommand");
15
- const ListApprovalTeamsCommand_1 = require("./commands/ListApprovalTeamsCommand");
16
- const ListIdentitySourcesCommand_1 = require("./commands/ListIdentitySourcesCommand");
17
- const ListPoliciesCommand_1 = require("./commands/ListPoliciesCommand");
18
- const ListPolicyVersionsCommand_1 = require("./commands/ListPolicyVersionsCommand");
19
- const ListResourcePoliciesCommand_1 = require("./commands/ListResourcePoliciesCommand");
20
- const ListSessionsCommand_1 = require("./commands/ListSessionsCommand");
21
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
22
- const StartActiveApprovalTeamDeletionCommand_1 = require("./commands/StartActiveApprovalTeamDeletionCommand");
23
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
24
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
25
- const UpdateApprovalTeamCommand_1 = require("./commands/UpdateApprovalTeamCommand");
26
- const MPAClient_1 = require("./MPAClient");
27
- const commands = {
28
- CancelSessionCommand: CancelSessionCommand_1.CancelSessionCommand,
29
- CreateApprovalTeamCommand: CreateApprovalTeamCommand_1.CreateApprovalTeamCommand,
30
- CreateIdentitySourceCommand: CreateIdentitySourceCommand_1.CreateIdentitySourceCommand,
31
- DeleteIdentitySourceCommand: DeleteIdentitySourceCommand_1.DeleteIdentitySourceCommand,
32
- DeleteInactiveApprovalTeamVersionCommand: DeleteInactiveApprovalTeamVersionCommand_1.DeleteInactiveApprovalTeamVersionCommand,
33
- GetApprovalTeamCommand: GetApprovalTeamCommand_1.GetApprovalTeamCommand,
34
- GetIdentitySourceCommand: GetIdentitySourceCommand_1.GetIdentitySourceCommand,
35
- GetPolicyVersionCommand: GetPolicyVersionCommand_1.GetPolicyVersionCommand,
36
- GetResourcePolicyCommand: GetResourcePolicyCommand_1.GetResourcePolicyCommand,
37
- GetSessionCommand: GetSessionCommand_1.GetSessionCommand,
38
- ListApprovalTeamsCommand: ListApprovalTeamsCommand_1.ListApprovalTeamsCommand,
39
- ListIdentitySourcesCommand: ListIdentitySourcesCommand_1.ListIdentitySourcesCommand,
40
- ListPoliciesCommand: ListPoliciesCommand_1.ListPoliciesCommand,
41
- ListPolicyVersionsCommand: ListPolicyVersionsCommand_1.ListPolicyVersionsCommand,
42
- ListResourcePoliciesCommand: ListResourcePoliciesCommand_1.ListResourcePoliciesCommand,
43
- ListSessionsCommand: ListSessionsCommand_1.ListSessionsCommand,
44
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
45
- StartActiveApprovalTeamDeletionCommand: StartActiveApprovalTeamDeletionCommand_1.StartActiveApprovalTeamDeletionCommand,
46
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
47
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
48
- UpdateApprovalTeamCommand: UpdateApprovalTeamCommand_1.UpdateApprovalTeamCommand,
49
- };
50
- class MPA extends MPAClient_1.MPAClient {
51
- }
52
- exports.MPA = MPA;
53
- (0, smithy_client_1.createAggregatedClient)(commands, MPA);
@@ -1,52 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MPAClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
8
- const config_resolver_1 = require("@smithy/config-resolver");
9
- const core_1 = require("@smithy/core");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
16
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
17
- const runtimeConfig_1 = require("./runtimeConfig");
18
- const runtimeExtensions_1 = require("./runtimeExtensions");
19
- class MPAClient extends smithy_client_1.Client {
20
- config;
21
- constructor(...[configuration]) {
22
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
23
- super(_config_0);
24
- this.initConfig = _config_0;
25
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
26
- const _config_2 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_1);
27
- const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
28
- const _config_4 = (0, config_resolver_1.resolveRegionConfig)(_config_3);
29
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
30
- const _config_6 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_5);
31
- const _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
32
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
33
- this.config = _config_8;
34
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
38
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
39
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
40
- this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
41
- httpAuthSchemeParametersProvider: httpAuthSchemeProvider_1.defaultMPAHttpAuthSchemeParametersProvider,
42
- identityProviderConfigProvider: async (config) => new core_1.DefaultIdentityProviderConfig({
43
- "aws.auth#sigv4": config.credentials,
44
- }),
45
- }));
46
- this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
47
- }
48
- destroy() {
49
- super.destroy();
50
- }
51
- }
52
- exports.MPAClient = MPAClient;
@@ -1,43 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
4
- const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
5
- const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
6
- let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
7
- let _credentials = runtimeConfig.credentials;
8
- return {
9
- setHttpAuthScheme(httpAuthScheme) {
10
- const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
11
- if (index === -1) {
12
- _httpAuthSchemes.push(httpAuthScheme);
13
- }
14
- else {
15
- _httpAuthSchemes.splice(index, 1, httpAuthScheme);
16
- }
17
- },
18
- httpAuthSchemes() {
19
- return _httpAuthSchemes;
20
- },
21
- setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
22
- _httpAuthSchemeProvider = httpAuthSchemeProvider;
23
- },
24
- httpAuthSchemeProvider() {
25
- return _httpAuthSchemeProvider;
26
- },
27
- setCredentials(credentials) {
28
- _credentials = credentials;
29
- },
30
- credentials() {
31
- return _credentials;
32
- },
33
- };
34
- };
35
- exports.getHttpAuthExtensionConfiguration = getHttpAuthExtensionConfiguration;
36
- const resolveHttpAuthRuntimeConfig = (config) => {
37
- return {
38
- httpAuthSchemes: config.httpAuthSchemes(),
39
- httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
40
- credentials: config.credentials(),
41
- };
42
- };
43
- exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelSessionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelSessionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AWSFluffyCoreService", "CancelSession", {})
20
- .n("MPAClient", "CancelSessionCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_CancelSessionCommand)
23
- .de(Aws_restJson1_1.de_CancelSessionCommand)
24
- .build() {
25
- }
26
- exports.CancelSessionCommand = CancelSessionCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateApprovalTeamCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateApprovalTeamCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AWSFluffyCoreService", "CreateApprovalTeam", {})
21
- .n("MPAClient", "CreateApprovalTeamCommand")
22
- .f(models_0_1.CreateApprovalTeamRequestFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_CreateApprovalTeamCommand)
24
- .de(Aws_restJson1_1.de_CreateApprovalTeamCommand)
25
- .build() {
26
- }
27
- exports.CreateApprovalTeamCommand = CreateApprovalTeamCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateIdentitySourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateIdentitySourceCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AWSFluffyCoreService", "CreateIdentitySource", {})
21
- .n("MPAClient", "CreateIdentitySourceCommand")
22
- .f(models_0_1.CreateIdentitySourceRequestFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_CreateIdentitySourceCommand)
24
- .de(Aws_restJson1_1.de_CreateIdentitySourceCommand)
25
- .build() {
26
- }
27
- exports.CreateIdentitySourceCommand = CreateIdentitySourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteIdentitySourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteIdentitySourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AWSFluffyCoreService", "DeleteIdentitySource", {})
20
- .n("MPAClient", "DeleteIdentitySourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteIdentitySourceCommand)
23
- .de(Aws_restJson1_1.de_DeleteIdentitySourceCommand)
24
- .build() {
25
- }
26
- exports.DeleteIdentitySourceCommand = DeleteIdentitySourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteInactiveApprovalTeamVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteInactiveApprovalTeamVersionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AWSFluffyCoreService", "DeleteInactiveApprovalTeamVersion", {})
20
- .n("MPAClient", "DeleteInactiveApprovalTeamVersionCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteInactiveApprovalTeamVersionCommand)
23
- .de(Aws_restJson1_1.de_DeleteInactiveApprovalTeamVersionCommand)
24
- .build() {
25
- }
26
- exports.DeleteInactiveApprovalTeamVersionCommand = DeleteInactiveApprovalTeamVersionCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetApprovalTeamCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetApprovalTeamCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AWSFluffyCoreService", "GetApprovalTeam", {})
21
- .n("MPAClient", "GetApprovalTeamCommand")
22
- .f(void 0, models_0_1.GetApprovalTeamResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetApprovalTeamCommand)
24
- .de(Aws_restJson1_1.de_GetApprovalTeamCommand)
25
- .build() {
26
- }
27
- exports.GetApprovalTeamCommand = GetApprovalTeamCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetIdentitySourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetIdentitySourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AWSFluffyCoreService", "GetIdentitySource", {})
20
- .n("MPAClient", "GetIdentitySourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetIdentitySourceCommand)
23
- .de(Aws_restJson1_1.de_GetIdentitySourceCommand)
24
- .build() {
25
- }
26
- exports.GetIdentitySourceCommand = GetIdentitySourceCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPolicyVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetPolicyVersionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AWSFluffyCoreService", "GetPolicyVersion", {})
21
- .n("MPAClient", "GetPolicyVersionCommand")
22
- .f(void 0, models_0_1.GetPolicyVersionResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetPolicyVersionCommand)
24
- .de(Aws_restJson1_1.de_GetPolicyVersionCommand)
25
- .build() {
26
- }
27
- exports.GetPolicyVersionCommand = GetPolicyVersionCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResourcePolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetResourcePolicyCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AWSFluffyCoreService", "GetResourcePolicy", {})
21
- .n("MPAClient", "GetResourcePolicyCommand")
22
- .f(void 0, models_0_1.GetResourcePolicyResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetResourcePolicyCommand)
24
- .de(Aws_restJson1_1.de_GetResourcePolicyCommand)
25
- .build() {
26
- }
27
- exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSessionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetSessionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AWSFluffyCoreService", "GetSession", {})
21
- .n("MPAClient", "GetSessionCommand")
22
- .f(void 0, models_0_1.GetSessionResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetSessionCommand)
24
- .de(Aws_restJson1_1.de_GetSessionCommand)
25
- .build() {
26
- }
27
- exports.GetSessionCommand = GetSessionCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListApprovalTeamsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListApprovalTeamsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AWSFluffyCoreService", "ListApprovalTeams", {})
21
- .n("MPAClient", "ListApprovalTeamsCommand")
22
- .f(void 0, models_0_1.ListApprovalTeamsResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListApprovalTeamsCommand)
24
- .de(Aws_restJson1_1.de_ListApprovalTeamsCommand)
25
- .build() {
26
- }
27
- exports.ListApprovalTeamsCommand = ListApprovalTeamsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIdentitySourcesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListIdentitySourcesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AWSFluffyCoreService", "ListIdentitySources", {})
20
- .n("MPAClient", "ListIdentitySourcesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListIdentitySourcesCommand)
23
- .de(Aws_restJson1_1.de_ListIdentitySourcesCommand)
24
- .build() {
25
- }
26
- exports.ListIdentitySourcesCommand = ListIdentitySourcesCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPoliciesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListPoliciesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AWSFluffyCoreService", "ListPolicies", {})
20
- .n("MPAClient", "ListPoliciesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListPoliciesCommand)
23
- .de(Aws_restJson1_1.de_ListPoliciesCommand)
24
- .build() {
25
- }
26
- exports.ListPoliciesCommand = ListPoliciesCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPolicyVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListPolicyVersionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AWSFluffyCoreService", "ListPolicyVersions", {})
20
- .n("MPAClient", "ListPolicyVersionsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListPolicyVersionsCommand)
23
- .de(Aws_restJson1_1.de_ListPolicyVersionsCommand)
24
- .build() {
25
- }
26
- exports.ListPolicyVersionsCommand = ListPolicyVersionsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListResourcePoliciesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListResourcePoliciesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AWSFluffyCoreService", "ListResourcePolicies", {})
20
- .n("MPAClient", "ListResourcePoliciesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListResourcePoliciesCommand)
23
- .de(Aws_restJson1_1.de_ListResourcePoliciesCommand)
24
- .build() {
25
- }
26
- exports.ListResourcePoliciesCommand = ListResourcePoliciesCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSessionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListSessionsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AWSFluffyCoreService", "ListSessions", {})
21
- .n("MPAClient", "ListSessionsCommand")
22
- .f(void 0, models_0_1.ListSessionsResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListSessionsCommand)
24
- .de(Aws_restJson1_1.de_ListSessionsCommand)
25
- .build() {
26
- }
27
- exports.ListSessionsCommand = ListSessionsCommand;