@aws-sdk/client-ssm-quicksetup 3.1077.0 → 3.1079.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 (50) hide show
  1. package/dist-cjs/index.js +22 -143
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateConfigurationManagerCommand.js +2 -14
  4. package/dist-es/commands/DeleteConfigurationManagerCommand.js +2 -14
  5. package/dist-es/commands/GetConfigurationCommand.js +2 -14
  6. package/dist-es/commands/GetConfigurationManagerCommand.js +2 -14
  7. package/dist-es/commands/GetServiceSettingsCommand.js +2 -14
  8. package/dist-es/commands/ListConfigurationManagersCommand.js +2 -14
  9. package/dist-es/commands/ListConfigurationsCommand.js +2 -14
  10. package/dist-es/commands/ListQuickSetupTypesCommand.js +2 -14
  11. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  12. package/dist-es/commands/TagResourceCommand.js +2 -14
  13. package/dist-es/commands/UntagResourceCommand.js +2 -14
  14. package/dist-es/commands/UpdateConfigurationDefinitionCommand.js +2 -14
  15. package/dist-es/commands/UpdateConfigurationManagerCommand.js +2 -14
  16. package/dist-es/commands/UpdateServiceSettingsCommand.js +2 -14
  17. package/dist-es/index.js +1 -0
  18. package/dist-types/commandBuilder.d.ts +18 -0
  19. package/dist-types/commands/CreateConfigurationManagerCommand.d.ts +3 -8
  20. package/dist-types/commands/DeleteConfigurationManagerCommand.d.ts +3 -8
  21. package/dist-types/commands/GetConfigurationCommand.d.ts +3 -8
  22. package/dist-types/commands/GetConfigurationManagerCommand.d.ts +3 -8
  23. package/dist-types/commands/GetServiceSettingsCommand.d.ts +3 -8
  24. package/dist-types/commands/ListConfigurationManagersCommand.d.ts +3 -8
  25. package/dist-types/commands/ListConfigurationsCommand.d.ts +3 -8
  26. package/dist-types/commands/ListQuickSetupTypesCommand.d.ts +3 -8
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  28. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  29. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  30. package/dist-types/commands/UpdateConfigurationDefinitionCommand.d.ts +3 -8
  31. package/dist-types/commands/UpdateConfigurationManagerCommand.d.ts +3 -8
  32. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +3 -8
  33. package/dist-types/index.d.ts +1 -0
  34. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  35. package/dist-types/ts3.4/commands/CreateConfigurationManagerCommand.d.ts +7 -16
  36. package/dist-types/ts3.4/commands/DeleteConfigurationManagerCommand.d.ts +7 -16
  37. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +7 -16
  38. package/dist-types/ts3.4/commands/GetConfigurationManagerCommand.d.ts +7 -16
  39. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/ListConfigurationManagersCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/ListQuickSetupTypesCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/UpdateConfigurationDefinitionCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/UpdateConfigurationManagerCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/index.d.ts +1 -0
  50. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -745,172 +746,50 @@ class SSMQuickSetupClient extends Client {
745
746
  }
746
747
  }
747
748
 
748
- class CreateConfigurationManagerCommand extends Command
749
- .classBuilder()
750
- .ep(commonParams)
751
- .m(function (Command, cs, config, o) {
752
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
753
- })
754
- .s("QuickSetup", "CreateConfigurationManager", {})
755
- .n("SSMQuickSetupClient", "CreateConfigurationManagerCommand")
756
- .sc(CreateConfigurationManager$)
757
- .build() {
749
+ const command = makeBuilder(commonParams, "QuickSetup", "SSMQuickSetupClient", getEndpointPlugin);
750
+ const _ep0 = {};
751
+ const _mw0 = (Command, cs, config, o) => [];
752
+
753
+ class CreateConfigurationManagerCommand extends command(_ep0, _mw0, "CreateConfigurationManager", CreateConfigurationManager$) {
758
754
  }
759
755
 
760
- class DeleteConfigurationManagerCommand extends Command
761
- .classBuilder()
762
- .ep(commonParams)
763
- .m(function (Command, cs, config, o) {
764
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
765
- })
766
- .s("QuickSetup", "DeleteConfigurationManager", {})
767
- .n("SSMQuickSetupClient", "DeleteConfigurationManagerCommand")
768
- .sc(DeleteConfigurationManager$)
769
- .build() {
756
+ class DeleteConfigurationManagerCommand extends command(_ep0, _mw0, "DeleteConfigurationManager", DeleteConfigurationManager$) {
770
757
  }
771
758
 
772
- class GetConfigurationCommand extends Command
773
- .classBuilder()
774
- .ep(commonParams)
775
- .m(function (Command, cs, config, o) {
776
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
777
- })
778
- .s("QuickSetup", "GetConfiguration", {})
779
- .n("SSMQuickSetupClient", "GetConfigurationCommand")
780
- .sc(GetConfiguration$)
781
- .build() {
759
+ class GetConfigurationCommand extends command(_ep0, _mw0, "GetConfiguration", GetConfiguration$) {
782
760
  }
783
761
 
784
- class GetConfigurationManagerCommand extends Command
785
- .classBuilder()
786
- .ep(commonParams)
787
- .m(function (Command, cs, config, o) {
788
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
789
- })
790
- .s("QuickSetup", "GetConfigurationManager", {})
791
- .n("SSMQuickSetupClient", "GetConfigurationManagerCommand")
792
- .sc(GetConfigurationManager$)
793
- .build() {
762
+ class GetConfigurationManagerCommand extends command(_ep0, _mw0, "GetConfigurationManager", GetConfigurationManager$) {
794
763
  }
795
764
 
796
- class GetServiceSettingsCommand extends Command
797
- .classBuilder()
798
- .ep(commonParams)
799
- .m(function (Command, cs, config, o) {
800
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
801
- })
802
- .s("QuickSetup", "GetServiceSettings", {})
803
- .n("SSMQuickSetupClient", "GetServiceSettingsCommand")
804
- .sc(GetServiceSettings$)
805
- .build() {
765
+ class GetServiceSettingsCommand extends command(_ep0, _mw0, "GetServiceSettings", GetServiceSettings$) {
806
766
  }
807
767
 
808
- class ListConfigurationManagersCommand extends Command
809
- .classBuilder()
810
- .ep(commonParams)
811
- .m(function (Command, cs, config, o) {
812
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
813
- })
814
- .s("QuickSetup", "ListConfigurationManagers", {})
815
- .n("SSMQuickSetupClient", "ListConfigurationManagersCommand")
816
- .sc(ListConfigurationManagers$)
817
- .build() {
768
+ class ListConfigurationManagersCommand extends command(_ep0, _mw0, "ListConfigurationManagers", ListConfigurationManagers$) {
818
769
  }
819
770
 
820
- class ListConfigurationsCommand extends Command
821
- .classBuilder()
822
- .ep(commonParams)
823
- .m(function (Command, cs, config, o) {
824
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
825
- })
826
- .s("QuickSetup", "ListConfigurations", {})
827
- .n("SSMQuickSetupClient", "ListConfigurationsCommand")
828
- .sc(ListConfigurations$)
829
- .build() {
771
+ class ListConfigurationsCommand extends command(_ep0, _mw0, "ListConfigurations", ListConfigurations$) {
830
772
  }
831
773
 
832
- class ListQuickSetupTypesCommand extends Command
833
- .classBuilder()
834
- .ep(commonParams)
835
- .m(function (Command, cs, config, o) {
836
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
837
- })
838
- .s("QuickSetup", "ListQuickSetupTypes", {})
839
- .n("SSMQuickSetupClient", "ListQuickSetupTypesCommand")
840
- .sc(ListQuickSetupTypes$)
841
- .build() {
774
+ class ListQuickSetupTypesCommand extends command(_ep0, _mw0, "ListQuickSetupTypes", ListQuickSetupTypes$) {
842
775
  }
843
776
 
844
- class ListTagsForResourceCommand extends Command
845
- .classBuilder()
846
- .ep(commonParams)
847
- .m(function (Command, cs, config, o) {
848
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
849
- })
850
- .s("QuickSetup", "ListTagsForResource", {})
851
- .n("SSMQuickSetupClient", "ListTagsForResourceCommand")
852
- .sc(ListTagsForResource$)
853
- .build() {
777
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
854
778
  }
855
779
 
856
- class TagResourceCommand extends Command
857
- .classBuilder()
858
- .ep(commonParams)
859
- .m(function (Command, cs, config, o) {
860
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
861
- })
862
- .s("QuickSetup", "TagResource", {})
863
- .n("SSMQuickSetupClient", "TagResourceCommand")
864
- .sc(TagResource$)
865
- .build() {
780
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
866
781
  }
867
782
 
868
- class UntagResourceCommand extends Command
869
- .classBuilder()
870
- .ep(commonParams)
871
- .m(function (Command, cs, config, o) {
872
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
873
- })
874
- .s("QuickSetup", "UntagResource", {})
875
- .n("SSMQuickSetupClient", "UntagResourceCommand")
876
- .sc(UntagResource$)
877
- .build() {
783
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
878
784
  }
879
785
 
880
- class UpdateConfigurationDefinitionCommand extends Command
881
- .classBuilder()
882
- .ep(commonParams)
883
- .m(function (Command, cs, config, o) {
884
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
885
- })
886
- .s("QuickSetup", "UpdateConfigurationDefinition", {})
887
- .n("SSMQuickSetupClient", "UpdateConfigurationDefinitionCommand")
888
- .sc(UpdateConfigurationDefinition$)
889
- .build() {
786
+ class UpdateConfigurationDefinitionCommand extends command(_ep0, _mw0, "UpdateConfigurationDefinition", UpdateConfigurationDefinition$) {
890
787
  }
891
788
 
892
- class UpdateConfigurationManagerCommand extends Command
893
- .classBuilder()
894
- .ep(commonParams)
895
- .m(function (Command, cs, config, o) {
896
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
897
- })
898
- .s("QuickSetup", "UpdateConfigurationManager", {})
899
- .n("SSMQuickSetupClient", "UpdateConfigurationManagerCommand")
900
- .sc(UpdateConfigurationManager$)
901
- .build() {
789
+ class UpdateConfigurationManagerCommand extends command(_ep0, _mw0, "UpdateConfigurationManager", UpdateConfigurationManager$) {
902
790
  }
903
791
 
904
- class UpdateServiceSettingsCommand extends Command
905
- .classBuilder()
906
- .ep(commonParams)
907
- .m(function (Command, cs, config, o) {
908
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
909
- })
910
- .s("QuickSetup", "UpdateServiceSettings", {})
911
- .n("SSMQuickSetupClient", "UpdateServiceSettingsCommand")
912
- .sc(UpdateServiceSettings$)
913
- .build() {
792
+ class UpdateServiceSettingsCommand extends command(_ep0, _mw0, "UpdateServiceSettings", UpdateServiceSettings$) {
914
793
  }
915
794
 
916
795
  const paginateListConfigurationManagers = createPaginator(SSMQuickSetupClient, ListConfigurationManagersCommand, "StartingToken", "NextToken", "MaxItems");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "QuickSetup", "SSMQuickSetupClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateConfigurationManager$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateConfigurationManagerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "CreateConfigurationManager", {})
13
- .n("SSMQuickSetupClient", "CreateConfigurationManagerCommand")
14
- .sc(CreateConfigurationManager$)
15
- .build() {
3
+ export class CreateConfigurationManagerCommand extends command(_ep0, _mw0, "CreateConfigurationManager", CreateConfigurationManager$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteConfigurationManager$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteConfigurationManagerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "DeleteConfigurationManager", {})
13
- .n("SSMQuickSetupClient", "DeleteConfigurationManagerCommand")
14
- .sc(DeleteConfigurationManager$)
15
- .build() {
3
+ export class DeleteConfigurationManagerCommand extends command(_ep0, _mw0, "DeleteConfigurationManager", DeleteConfigurationManager$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "GetConfiguration", {})
13
- .n("SSMQuickSetupClient", "GetConfigurationCommand")
14
- .sc(GetConfiguration$)
15
- .build() {
3
+ export class GetConfigurationCommand extends command(_ep0, _mw0, "GetConfiguration", GetConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetConfigurationManager$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetConfigurationManagerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "GetConfigurationManager", {})
13
- .n("SSMQuickSetupClient", "GetConfigurationManagerCommand")
14
- .sc(GetConfigurationManager$)
15
- .build() {
3
+ export class GetConfigurationManagerCommand extends command(_ep0, _mw0, "GetConfigurationManager", GetConfigurationManager$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetServiceSettings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetServiceSettingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "GetServiceSettings", {})
13
- .n("SSMQuickSetupClient", "GetServiceSettingsCommand")
14
- .sc(GetServiceSettings$)
15
- .build() {
3
+ export class GetServiceSettingsCommand extends command(_ep0, _mw0, "GetServiceSettings", GetServiceSettings$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListConfigurationManagers$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListConfigurationManagersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "ListConfigurationManagers", {})
13
- .n("SSMQuickSetupClient", "ListConfigurationManagersCommand")
14
- .sc(ListConfigurationManagers$)
15
- .build() {
3
+ export class ListConfigurationManagersCommand extends command(_ep0, _mw0, "ListConfigurationManagers", ListConfigurationManagers$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "ListConfigurations", {})
13
- .n("SSMQuickSetupClient", "ListConfigurationsCommand")
14
- .sc(ListConfigurations$)
15
- .build() {
3
+ export class ListConfigurationsCommand extends command(_ep0, _mw0, "ListConfigurations", ListConfigurations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListQuickSetupTypes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListQuickSetupTypesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "ListQuickSetupTypes", {})
13
- .n("SSMQuickSetupClient", "ListQuickSetupTypesCommand")
14
- .sc(ListQuickSetupTypes$)
15
- .build() {
3
+ export class ListQuickSetupTypesCommand extends command(_ep0, _mw0, "ListQuickSetupTypes", ListQuickSetupTypes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "ListTagsForResource", {})
13
- .n("SSMQuickSetupClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "TagResource", {})
13
- .n("SSMQuickSetupClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "UntagResource", {})
13
- .n("SSMQuickSetupClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateConfigurationDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateConfigurationDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "UpdateConfigurationDefinition", {})
13
- .n("SSMQuickSetupClient", "UpdateConfigurationDefinitionCommand")
14
- .sc(UpdateConfigurationDefinition$)
15
- .build() {
3
+ export class UpdateConfigurationDefinitionCommand extends command(_ep0, _mw0, "UpdateConfigurationDefinition", UpdateConfigurationDefinition$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateConfigurationManager$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateConfigurationManagerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "UpdateConfigurationManager", {})
13
- .n("SSMQuickSetupClient", "UpdateConfigurationManagerCommand")
14
- .sc(UpdateConfigurationManager$)
15
- .build() {
3
+ export class UpdateConfigurationManagerCommand extends command(_ep0, _mw0, "UpdateConfigurationManager", UpdateConfigurationManager$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateServiceSettings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateServiceSettingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("QuickSetup", "UpdateServiceSettings", {})
13
- .n("SSMQuickSetupClient", "UpdateServiceSettingsCommand")
14
- .sc(UpdateServiceSettings$)
15
- .build() {
3
+ export class UpdateServiceSettingsCommand extends command(_ep0, _mw0, "UpdateServiceSettings", UpdateServiceSettings$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./SSMQuickSetupClient";
2
2
  export * from "./SSMQuickSetup";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "./SSMQuickSetupClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, SSMQuickSetupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SSMQuickSetupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateConfigurationManagerInput, CreateConfigurationManagerOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateConfigurationManagerCommandInput extends CreateConfigurat
22
19
  export interface CreateConfigurationManagerCommandOutput extends CreateConfigurationManagerOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateConfigurationManagerCommand_base: {
25
- new (input: CreateConfigurationManagerCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationManagerCommandInput, CreateConfigurationManagerCommandOutput, SSMQuickSetupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConfigurationManagerCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationManagerCommandInput, CreateConfigurationManagerCommandOutput, SSMQuickSetupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateConfigurationManagerCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationManagerCommandInput, CreateConfigurationManagerCommandOutput, import("..").SSMQuickSetupClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateConfigurationManagerCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationManagerCommandInput, CreateConfigurationManagerCommandOutput, import("..").SSMQuickSetupClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a Quick Setup configuration manager resource. This object is a collection
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteConfigurationManagerInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteConfigurationManagerCommandInput extends DeleteConfigurat
22
19
  export interface DeleteConfigurationManagerCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteConfigurationManagerCommand_base: {
25
- new (input: DeleteConfigurationManagerCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationManagerCommandInput, DeleteConfigurationManagerCommandOutput, SSMQuickSetupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConfigurationManagerCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationManagerCommandInput, DeleteConfigurationManagerCommandOutput, SSMQuickSetupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteConfigurationManagerCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationManagerCommandInput, DeleteConfigurationManagerCommandOutput, import("..").SSMQuickSetupClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteConfigurationManagerCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationManagerCommandInput, DeleteConfigurationManagerCommandOutput, import("..").SSMQuickSetupClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a configuration manager.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetConfigurationInput, GetConfigurationOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMQuickSetupClientResolvedConfig } from "../SSMQuickSetupClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetConfigurationCommandInput extends GetConfigurationInput {
22
19
  export interface GetConfigurationCommandOutput extends GetConfigurationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetConfigurationCommand_base: {
25
- new (input: GetConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, SSMQuickSetupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, SSMQuickSetupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, import("..").SSMQuickSetupClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, import("..").SSMQuickSetupClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns details about the specified configuration.</p>