@aws-sdk/client-ssm-quicksetup 3.893.0 → 3.894.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 (31) hide show
  1. package/dist-cjs/index.js +1214 -10
  2. package/package.json +6 -6
  3. package/dist-cjs/SSMQuickSetup.js +0 -39
  4. package/dist-cjs/SSMQuickSetupClient.js +0 -52
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  6. package/dist-cjs/commands/CreateConfigurationManagerCommand.js +0 -27
  7. package/dist-cjs/commands/DeleteConfigurationManagerCommand.js +0 -26
  8. package/dist-cjs/commands/GetConfigurationCommand.js +0 -26
  9. package/dist-cjs/commands/GetConfigurationManagerCommand.js +0 -27
  10. package/dist-cjs/commands/GetServiceSettingsCommand.js +0 -26
  11. package/dist-cjs/commands/ListConfigurationManagersCommand.js +0 -26
  12. package/dist-cjs/commands/ListConfigurationsCommand.js +0 -26
  13. package/dist-cjs/commands/ListQuickSetupTypesCommand.js +0 -26
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -27
  15. package/dist-cjs/commands/TagResourceCommand.js +0 -27
  16. package/dist-cjs/commands/UntagResourceCommand.js +0 -26
  17. package/dist-cjs/commands/UpdateConfigurationDefinitionCommand.js +0 -26
  18. package/dist-cjs/commands/UpdateConfigurationManagerCommand.js +0 -26
  19. package/dist-cjs/commands/UpdateServiceSettingsCommand.js +0 -26
  20. package/dist-cjs/commands/index.js +0 -17
  21. package/dist-cjs/endpoint/EndpointParameters.js +0 -17
  22. package/dist-cjs/extensionConfiguration.js +0 -2
  23. package/dist-cjs/models/SSMQuickSetupServiceException.js +0 -12
  24. package/dist-cjs/models/index.js +0 -4
  25. package/dist-cjs/models/models_0.js +0 -137
  26. package/dist-cjs/pagination/Interfaces.js +0 -2
  27. package/dist-cjs/pagination/ListConfigurationManagersPaginator.js +0 -7
  28. package/dist-cjs/pagination/ListConfigurationsPaginator.js +0 -7
  29. package/dist-cjs/pagination/index.js +0 -6
  30. package/dist-cjs/protocols/Aws_restJson1.js +0 -577
  31. package/dist-cjs/runtimeExtensions.js +0 -13
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-quicksetup",
3
3
  "description": "AWS SDK for JavaScript Ssm Quicksetup Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.894.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-ssm-quicksetup",
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.894.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.894.0",
29
29
  "@aws-sdk/region-config-resolver": "3.893.0",
30
30
  "@aws-sdk/types": "3.893.0",
31
31
  "@aws-sdk/util-endpoints": "3.893.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.894.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",
@@ -1,39 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SSMQuickSetup = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateConfigurationManagerCommand_1 = require("./commands/CreateConfigurationManagerCommand");
6
- const DeleteConfigurationManagerCommand_1 = require("./commands/DeleteConfigurationManagerCommand");
7
- const GetConfigurationCommand_1 = require("./commands/GetConfigurationCommand");
8
- const GetConfigurationManagerCommand_1 = require("./commands/GetConfigurationManagerCommand");
9
- const GetServiceSettingsCommand_1 = require("./commands/GetServiceSettingsCommand");
10
- const ListConfigurationManagersCommand_1 = require("./commands/ListConfigurationManagersCommand");
11
- const ListConfigurationsCommand_1 = require("./commands/ListConfigurationsCommand");
12
- const ListQuickSetupTypesCommand_1 = require("./commands/ListQuickSetupTypesCommand");
13
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
14
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
15
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
16
- const UpdateConfigurationDefinitionCommand_1 = require("./commands/UpdateConfigurationDefinitionCommand");
17
- const UpdateConfigurationManagerCommand_1 = require("./commands/UpdateConfigurationManagerCommand");
18
- const UpdateServiceSettingsCommand_1 = require("./commands/UpdateServiceSettingsCommand");
19
- const SSMQuickSetupClient_1 = require("./SSMQuickSetupClient");
20
- const commands = {
21
- CreateConfigurationManagerCommand: CreateConfigurationManagerCommand_1.CreateConfigurationManagerCommand,
22
- DeleteConfigurationManagerCommand: DeleteConfigurationManagerCommand_1.DeleteConfigurationManagerCommand,
23
- GetConfigurationCommand: GetConfigurationCommand_1.GetConfigurationCommand,
24
- GetConfigurationManagerCommand: GetConfigurationManagerCommand_1.GetConfigurationManagerCommand,
25
- GetServiceSettingsCommand: GetServiceSettingsCommand_1.GetServiceSettingsCommand,
26
- ListConfigurationManagersCommand: ListConfigurationManagersCommand_1.ListConfigurationManagersCommand,
27
- ListConfigurationsCommand: ListConfigurationsCommand_1.ListConfigurationsCommand,
28
- ListQuickSetupTypesCommand: ListQuickSetupTypesCommand_1.ListQuickSetupTypesCommand,
29
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
30
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
31
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
32
- UpdateConfigurationDefinitionCommand: UpdateConfigurationDefinitionCommand_1.UpdateConfigurationDefinitionCommand,
33
- UpdateConfigurationManagerCommand: UpdateConfigurationManagerCommand_1.UpdateConfigurationManagerCommand,
34
- UpdateServiceSettingsCommand: UpdateServiceSettingsCommand_1.UpdateServiceSettingsCommand,
35
- };
36
- class SSMQuickSetup extends SSMQuickSetupClient_1.SSMQuickSetupClient {
37
- }
38
- exports.SSMQuickSetup = SSMQuickSetup;
39
- (0, smithy_client_1.createAggregatedClient)(commands, SSMQuickSetup);
@@ -1,52 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SSMQuickSetupClient = 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 SSMQuickSetupClient 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.defaultSSMQuickSetupHttpAuthSchemeParametersProvider,
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.SSMQuickSetupClient = SSMQuickSetupClient;
@@ -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,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConfigurationManagerCommand = 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 CreateConfigurationManagerCommand 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("QuickSetup", "CreateConfigurationManager", {})
21
- .n("SSMQuickSetupClient", "CreateConfigurationManagerCommand")
22
- .f(models_0_1.CreateConfigurationManagerInputFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_CreateConfigurationManagerCommand)
24
- .de(Aws_restJson1_1.de_CreateConfigurationManagerCommand)
25
- .build() {
26
- }
27
- exports.CreateConfigurationManagerCommand = CreateConfigurationManagerCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteConfigurationManagerCommand = 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 DeleteConfigurationManagerCommand 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("QuickSetup", "DeleteConfigurationManager", {})
20
- .n("SSMQuickSetupClient", "DeleteConfigurationManagerCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteConfigurationManagerCommand)
23
- .de(Aws_restJson1_1.de_DeleteConfigurationManagerCommand)
24
- .build() {
25
- }
26
- exports.DeleteConfigurationManagerCommand = DeleteConfigurationManagerCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConfigurationCommand = 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 GetConfigurationCommand 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("QuickSetup", "GetConfiguration", {})
20
- .n("SSMQuickSetupClient", "GetConfigurationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetConfigurationCommand)
23
- .de(Aws_restJson1_1.de_GetConfigurationCommand)
24
- .build() {
25
- }
26
- exports.GetConfigurationCommand = GetConfigurationCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConfigurationManagerCommand = 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 GetConfigurationManagerCommand 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("QuickSetup", "GetConfigurationManager", {})
21
- .n("SSMQuickSetupClient", "GetConfigurationManagerCommand")
22
- .f(void 0, models_0_1.GetConfigurationManagerOutputFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetConfigurationManagerCommand)
24
- .de(Aws_restJson1_1.de_GetConfigurationManagerCommand)
25
- .build() {
26
- }
27
- exports.GetConfigurationManagerCommand = GetConfigurationManagerCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetServiceSettingsCommand = 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 GetServiceSettingsCommand 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("QuickSetup", "GetServiceSettings", {})
20
- .n("SSMQuickSetupClient", "GetServiceSettingsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetServiceSettingsCommand)
23
- .de(Aws_restJson1_1.de_GetServiceSettingsCommand)
24
- .build() {
25
- }
26
- exports.GetServiceSettingsCommand = GetServiceSettingsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConfigurationManagersCommand = 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 ListConfigurationManagersCommand 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("QuickSetup", "ListConfigurationManagers", {})
20
- .n("SSMQuickSetupClient", "ListConfigurationManagersCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListConfigurationManagersCommand)
23
- .de(Aws_restJson1_1.de_ListConfigurationManagersCommand)
24
- .build() {
25
- }
26
- exports.ListConfigurationManagersCommand = ListConfigurationManagersCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConfigurationsCommand = 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 ListConfigurationsCommand 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("QuickSetup", "ListConfigurations", {})
20
- .n("SSMQuickSetupClient", "ListConfigurationsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListConfigurationsCommand)
23
- .de(Aws_restJson1_1.de_ListConfigurationsCommand)
24
- .build() {
25
- }
26
- exports.ListConfigurationsCommand = ListConfigurationsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListQuickSetupTypesCommand = 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 ListQuickSetupTypesCommand 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("QuickSetup", "ListQuickSetupTypes", {})
20
- .n("SSMQuickSetupClient", "ListQuickSetupTypesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListQuickSetupTypesCommand)
23
- .de(Aws_restJson1_1.de_ListQuickSetupTypesCommand)
24
- .build() {
25
- }
26
- exports.ListQuickSetupTypesCommand = ListQuickSetupTypesCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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("QuickSetup", "ListTagsForResource", {})
21
- .n("SSMQuickSetupClient", "ListTagsForResourceCommand")
22
- .f(void 0, models_0_1.ListTagsForResourceResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
24
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
25
- .build() {
26
- }
27
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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("QuickSetup", "TagResource", {})
21
- .n("SSMQuickSetupClient", "TagResourceCommand")
22
- .f(models_0_1.TagResourceInputFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_TagResourceCommand)
24
- .de(Aws_restJson1_1.de_TagResourceCommand)
25
- .build() {
26
- }
27
- exports.TagResourceCommand = TagResourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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("QuickSetup", "UntagResource", {})
20
- .n("SSMQuickSetupClient", "UntagResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
23
- .de(Aws_restJson1_1.de_UntagResourceCommand)
24
- .build() {
25
- }
26
- exports.UntagResourceCommand = UntagResourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateConfigurationDefinitionCommand = 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 UpdateConfigurationDefinitionCommand 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("QuickSetup", "UpdateConfigurationDefinition", {})
20
- .n("SSMQuickSetupClient", "UpdateConfigurationDefinitionCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UpdateConfigurationDefinitionCommand)
23
- .de(Aws_restJson1_1.de_UpdateConfigurationDefinitionCommand)
24
- .build() {
25
- }
26
- exports.UpdateConfigurationDefinitionCommand = UpdateConfigurationDefinitionCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateConfigurationManagerCommand = 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 UpdateConfigurationManagerCommand 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("QuickSetup", "UpdateConfigurationManager", {})
20
- .n("SSMQuickSetupClient", "UpdateConfigurationManagerCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UpdateConfigurationManagerCommand)
23
- .de(Aws_restJson1_1.de_UpdateConfigurationManagerCommand)
24
- .build() {
25
- }
26
- exports.UpdateConfigurationManagerCommand = UpdateConfigurationManagerCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateServiceSettingsCommand = 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 UpdateServiceSettingsCommand 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("QuickSetup", "UpdateServiceSettings", {})
20
- .n("SSMQuickSetupClient", "UpdateServiceSettingsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UpdateServiceSettingsCommand)
23
- .de(Aws_restJson1_1.de_UpdateServiceSettingsCommand)
24
- .build() {
25
- }
26
- exports.UpdateServiceSettingsCommand = UpdateServiceSettingsCommand;
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateConfigurationManagerCommand"), exports);
5
- tslib_1.__exportStar(require("./DeleteConfigurationManagerCommand"), exports);
6
- tslib_1.__exportStar(require("./GetConfigurationCommand"), exports);
7
- tslib_1.__exportStar(require("./GetConfigurationManagerCommand"), exports);
8
- tslib_1.__exportStar(require("./GetServiceSettingsCommand"), exports);
9
- tslib_1.__exportStar(require("./ListConfigurationManagersCommand"), exports);
10
- tslib_1.__exportStar(require("./ListConfigurationsCommand"), exports);
11
- tslib_1.__exportStar(require("./ListQuickSetupTypesCommand"), exports);
12
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
13
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
14
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
15
- tslib_1.__exportStar(require("./UpdateConfigurationDefinitionCommand"), exports);
16
- tslib_1.__exportStar(require("./UpdateConfigurationManagerCommand"), exports);
17
- tslib_1.__exportStar(require("./UpdateServiceSettingsCommand"), exports);
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return Object.assign(options, {
6
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
7
- useFipsEndpoint: options.useFipsEndpoint ?? false,
8
- defaultSigningName: "ssm-quicksetup",
9
- });
10
- };
11
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
12
- exports.commonParams = {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SSMQuickSetupServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class SSMQuickSetupServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, SSMQuickSetupServiceException.prototype);
10
- }
11
- }
12
- exports.SSMQuickSetupServiceException = SSMQuickSetupServiceException;
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);