@aws-sdk/client-ssm-contacts 3.1076.0 → 3.1078.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 (137) hide show
  1. package/dist-cjs/index.js +50 -395
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptPageCommand.js +2 -14
  4. package/dist-es/commands/ActivateContactChannelCommand.js +2 -14
  5. package/dist-es/commands/CreateContactChannelCommand.js +2 -14
  6. package/dist-es/commands/CreateContactCommand.js +2 -14
  7. package/dist-es/commands/CreateRotationCommand.js +2 -14
  8. package/dist-es/commands/CreateRotationOverrideCommand.js +2 -14
  9. package/dist-es/commands/DeactivateContactChannelCommand.js +2 -14
  10. package/dist-es/commands/DeleteContactChannelCommand.js +2 -14
  11. package/dist-es/commands/DeleteContactCommand.js +2 -14
  12. package/dist-es/commands/DeleteRotationCommand.js +2 -14
  13. package/dist-es/commands/DeleteRotationOverrideCommand.js +2 -14
  14. package/dist-es/commands/DescribeEngagementCommand.js +2 -14
  15. package/dist-es/commands/DescribePageCommand.js +2 -14
  16. package/dist-es/commands/GetContactChannelCommand.js +2 -14
  17. package/dist-es/commands/GetContactCommand.js +2 -14
  18. package/dist-es/commands/GetContactPolicyCommand.js +2 -14
  19. package/dist-es/commands/GetRotationCommand.js +2 -14
  20. package/dist-es/commands/GetRotationOverrideCommand.js +2 -14
  21. package/dist-es/commands/ListContactChannelsCommand.js +2 -14
  22. package/dist-es/commands/ListContactsCommand.js +2 -14
  23. package/dist-es/commands/ListEngagementsCommand.js +2 -14
  24. package/dist-es/commands/ListPageReceiptsCommand.js +2 -14
  25. package/dist-es/commands/ListPageResolutionsCommand.js +2 -14
  26. package/dist-es/commands/ListPagesByContactCommand.js +2 -14
  27. package/dist-es/commands/ListPagesByEngagementCommand.js +2 -14
  28. package/dist-es/commands/ListPreviewRotationShiftsCommand.js +2 -14
  29. package/dist-es/commands/ListRotationOverridesCommand.js +2 -14
  30. package/dist-es/commands/ListRotationShiftsCommand.js +2 -14
  31. package/dist-es/commands/ListRotationsCommand.js +2 -14
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  33. package/dist-es/commands/PutContactPolicyCommand.js +2 -14
  34. package/dist-es/commands/SendActivationCodeCommand.js +2 -14
  35. package/dist-es/commands/StartEngagementCommand.js +2 -14
  36. package/dist-es/commands/StopEngagementCommand.js +2 -14
  37. package/dist-es/commands/TagResourceCommand.js +2 -14
  38. package/dist-es/commands/UntagResourceCommand.js +2 -14
  39. package/dist-es/commands/UpdateContactChannelCommand.js +2 -14
  40. package/dist-es/commands/UpdateContactCommand.js +2 -14
  41. package/dist-es/commands/UpdateRotationCommand.js +2 -14
  42. package/dist-es/index.js +1 -0
  43. package/dist-es/runtimeConfig.browser.js +0 -2
  44. package/dist-es/runtimeConfig.js +1 -2
  45. package/dist-es/runtimeConfig.native.js +0 -2
  46. package/dist-es/runtimeConfig.shared.js +2 -0
  47. package/dist-types/commandBuilder.d.ts +18 -0
  48. package/dist-types/commands/AcceptPageCommand.d.ts +3 -8
  49. package/dist-types/commands/ActivateContactChannelCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateContactChannelCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateContactCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateRotationCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateRotationOverrideCommand.d.ts +3 -8
  54. package/dist-types/commands/DeactivateContactChannelCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteContactChannelCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteContactCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteRotationCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteRotationOverrideCommand.d.ts +3 -8
  59. package/dist-types/commands/DescribeEngagementCommand.d.ts +3 -8
  60. package/dist-types/commands/DescribePageCommand.d.ts +3 -8
  61. package/dist-types/commands/GetContactChannelCommand.d.ts +3 -8
  62. package/dist-types/commands/GetContactCommand.d.ts +3 -8
  63. package/dist-types/commands/GetContactPolicyCommand.d.ts +3 -8
  64. package/dist-types/commands/GetRotationCommand.d.ts +3 -8
  65. package/dist-types/commands/GetRotationOverrideCommand.d.ts +3 -8
  66. package/dist-types/commands/ListContactChannelsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListContactsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListEngagementsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListPageReceiptsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListPageResolutionsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListPagesByContactCommand.d.ts +3 -8
  72. package/dist-types/commands/ListPagesByEngagementCommand.d.ts +3 -8
  73. package/dist-types/commands/ListPreviewRotationShiftsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListRotationOverridesCommand.d.ts +3 -8
  75. package/dist-types/commands/ListRotationShiftsCommand.d.ts +3 -8
  76. package/dist-types/commands/ListRotationsCommand.d.ts +3 -8
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  78. package/dist-types/commands/PutContactPolicyCommand.d.ts +3 -8
  79. package/dist-types/commands/SendActivationCodeCommand.d.ts +3 -8
  80. package/dist-types/commands/StartEngagementCommand.d.ts +3 -8
  81. package/dist-types/commands/StopEngagementCommand.d.ts +3 -8
  82. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  83. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  84. package/dist-types/commands/UpdateContactChannelCommand.d.ts +3 -8
  85. package/dist-types/commands/UpdateContactCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateRotationCommand.d.ts +3 -8
  87. package/dist-types/index.d.ts +1 -0
  88. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  89. package/dist-types/runtimeConfig.d.ts +1 -1
  90. package/dist-types/runtimeConfig.native.d.ts +1 -1
  91. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  92. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  93. package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateRotationCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateRotationOverrideCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DeleteRotationCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DeleteRotationOverrideCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetContactCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetRotationCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetRotationOverrideCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListPageResolutionsCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListPreviewRotationShiftsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListRotationOverridesCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListRotationShiftsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListRotationsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UpdateRotationCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/index.d.ts +1 -0
  133. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  134. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  135. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  136. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  137. package/package.json +8 -10
@@ -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 { CreateRotationOverride$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateRotationOverrideCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "CreateRotationOverride", {})
13
- .n("SSMContactsClient", "CreateRotationOverrideCommand")
14
- .sc(CreateRotationOverride$)
15
- .build() {
3
+ export class CreateRotationOverrideCommand extends command(_ep0, _mw0, "CreateRotationOverride", CreateRotationOverride$) {
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 { DeactivateContactChannel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeactivateContactChannelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "DeactivateContactChannel", {})
13
- .n("SSMContactsClient", "DeactivateContactChannelCommand")
14
- .sc(DeactivateContactChannel$)
15
- .build() {
3
+ export class DeactivateContactChannelCommand extends command(_ep0, _mw0, "DeactivateContactChannel", DeactivateContactChannel$) {
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 { DeleteContactChannel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteContactChannelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "DeleteContactChannel", {})
13
- .n("SSMContactsClient", "DeleteContactChannelCommand")
14
- .sc(DeleteContactChannel$)
15
- .build() {
3
+ export class DeleteContactChannelCommand extends command(_ep0, _mw0, "DeleteContactChannel", DeleteContactChannel$) {
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 { DeleteContact$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteContactCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "DeleteContact", {})
13
- .n("SSMContactsClient", "DeleteContactCommand")
14
- .sc(DeleteContact$)
15
- .build() {
3
+ export class DeleteContactCommand extends command(_ep0, _mw0, "DeleteContact", DeleteContact$) {
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 { DeleteRotation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteRotationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "DeleteRotation", {})
13
- .n("SSMContactsClient", "DeleteRotationCommand")
14
- .sc(DeleteRotation$)
15
- .build() {
3
+ export class DeleteRotationCommand extends command(_ep0, _mw0, "DeleteRotation", DeleteRotation$) {
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 { DeleteRotationOverride$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteRotationOverrideCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "DeleteRotationOverride", {})
13
- .n("SSMContactsClient", "DeleteRotationOverrideCommand")
14
- .sc(DeleteRotationOverride$)
15
- .build() {
3
+ export class DeleteRotationOverrideCommand extends command(_ep0, _mw0, "DeleteRotationOverride", DeleteRotationOverride$) {
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 { DescribeEngagement$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeEngagementCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "DescribeEngagement", {})
13
- .n("SSMContactsClient", "DescribeEngagementCommand")
14
- .sc(DescribeEngagement$)
15
- .build() {
3
+ export class DescribeEngagementCommand extends command(_ep0, _mw0, "DescribeEngagement", DescribeEngagement$) {
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 { DescribePage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribePageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "DescribePage", {})
13
- .n("SSMContactsClient", "DescribePageCommand")
14
- .sc(DescribePage$)
15
- .build() {
3
+ export class DescribePageCommand extends command(_ep0, _mw0, "DescribePage", DescribePage$) {
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 { GetContactChannel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetContactChannelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "GetContactChannel", {})
13
- .n("SSMContactsClient", "GetContactChannelCommand")
14
- .sc(GetContactChannel$)
15
- .build() {
3
+ export class GetContactChannelCommand extends command(_ep0, _mw0, "GetContactChannel", GetContactChannel$) {
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 { GetContact$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetContactCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "GetContact", {})
13
- .n("SSMContactsClient", "GetContactCommand")
14
- .sc(GetContact$)
15
- .build() {
3
+ export class GetContactCommand extends command(_ep0, _mw0, "GetContact", GetContact$) {
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 { GetContactPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetContactPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "GetContactPolicy", {})
13
- .n("SSMContactsClient", "GetContactPolicyCommand")
14
- .sc(GetContactPolicy$)
15
- .build() {
3
+ export class GetContactPolicyCommand extends command(_ep0, _mw0, "GetContactPolicy", GetContactPolicy$) {
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 { GetRotation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetRotationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "GetRotation", {})
13
- .n("SSMContactsClient", "GetRotationCommand")
14
- .sc(GetRotation$)
15
- .build() {
3
+ export class GetRotationCommand extends command(_ep0, _mw0, "GetRotation", GetRotation$) {
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 { GetRotationOverride$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetRotationOverrideCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "GetRotationOverride", {})
13
- .n("SSMContactsClient", "GetRotationOverrideCommand")
14
- .sc(GetRotationOverride$)
15
- .build() {
3
+ export class GetRotationOverrideCommand extends command(_ep0, _mw0, "GetRotationOverride", GetRotationOverride$) {
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 { ListContactChannels$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListContactChannelsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "ListContactChannels", {})
13
- .n("SSMContactsClient", "ListContactChannelsCommand")
14
- .sc(ListContactChannels$)
15
- .build() {
3
+ export class ListContactChannelsCommand extends command(_ep0, _mw0, "ListContactChannels", ListContactChannels$) {
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 { ListContacts$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListContactsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "ListContacts", {})
13
- .n("SSMContactsClient", "ListContactsCommand")
14
- .sc(ListContacts$)
15
- .build() {
3
+ export class ListContactsCommand extends command(_ep0, _mw0, "ListContacts", ListContacts$) {
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 { ListEngagements$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListEngagementsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "ListEngagements", {})
13
- .n("SSMContactsClient", "ListEngagementsCommand")
14
- .sc(ListEngagements$)
15
- .build() {
3
+ export class ListEngagementsCommand extends command(_ep0, _mw0, "ListEngagements", ListEngagements$) {
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 { ListPageReceipts$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPageReceiptsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "ListPageReceipts", {})
13
- .n("SSMContactsClient", "ListPageReceiptsCommand")
14
- .sc(ListPageReceipts$)
15
- .build() {
3
+ export class ListPageReceiptsCommand extends command(_ep0, _mw0, "ListPageReceipts", ListPageReceipts$) {
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 { ListPageResolutions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPageResolutionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "ListPageResolutions", {})
13
- .n("SSMContactsClient", "ListPageResolutionsCommand")
14
- .sc(ListPageResolutions$)
15
- .build() {
3
+ export class ListPageResolutionsCommand extends command(_ep0, _mw0, "ListPageResolutions", ListPageResolutions$) {
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 { ListPagesByContact$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPagesByContactCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "ListPagesByContact", {})
13
- .n("SSMContactsClient", "ListPagesByContactCommand")
14
- .sc(ListPagesByContact$)
15
- .build() {
3
+ export class ListPagesByContactCommand extends command(_ep0, _mw0, "ListPagesByContact", ListPagesByContact$) {
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 { ListPagesByEngagement$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPagesByEngagementCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "ListPagesByEngagement", {})
13
- .n("SSMContactsClient", "ListPagesByEngagementCommand")
14
- .sc(ListPagesByEngagement$)
15
- .build() {
3
+ export class ListPagesByEngagementCommand extends command(_ep0, _mw0, "ListPagesByEngagement", ListPagesByEngagement$) {
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 { ListPreviewRotationShifts$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPreviewRotationShiftsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "ListPreviewRotationShifts", {})
13
- .n("SSMContactsClient", "ListPreviewRotationShiftsCommand")
14
- .sc(ListPreviewRotationShifts$)
15
- .build() {
3
+ export class ListPreviewRotationShiftsCommand extends command(_ep0, _mw0, "ListPreviewRotationShifts", ListPreviewRotationShifts$) {
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 { ListRotationOverrides$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRotationOverridesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "ListRotationOverrides", {})
13
- .n("SSMContactsClient", "ListRotationOverridesCommand")
14
- .sc(ListRotationOverrides$)
15
- .build() {
3
+ export class ListRotationOverridesCommand extends command(_ep0, _mw0, "ListRotationOverrides", ListRotationOverrides$) {
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 { ListRotationShifts$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRotationShiftsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "ListRotationShifts", {})
13
- .n("SSMContactsClient", "ListRotationShiftsCommand")
14
- .sc(ListRotationShifts$)
15
- .build() {
3
+ export class ListRotationShiftsCommand extends command(_ep0, _mw0, "ListRotationShifts", ListRotationShifts$) {
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 { ListRotations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRotationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "ListRotations", {})
13
- .n("SSMContactsClient", "ListRotationsCommand")
14
- .sc(ListRotations$)
15
- .build() {
3
+ export class ListRotationsCommand extends command(_ep0, _mw0, "ListRotations", ListRotations$) {
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("SSMContacts", "ListTagsForResource", {})
13
- .n("SSMContactsClient", "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 { PutContactPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutContactPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "PutContactPolicy", {})
13
- .n("SSMContactsClient", "PutContactPolicyCommand")
14
- .sc(PutContactPolicy$)
15
- .build() {
3
+ export class PutContactPolicyCommand extends command(_ep0, _mw0, "PutContactPolicy", PutContactPolicy$) {
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 { SendActivationCode$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SendActivationCodeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "SendActivationCode", {})
13
- .n("SSMContactsClient", "SendActivationCodeCommand")
14
- .sc(SendActivationCode$)
15
- .build() {
3
+ export class SendActivationCodeCommand extends command(_ep0, _mw0, "SendActivationCode", SendActivationCode$) {
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 { StartEngagement$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartEngagementCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "StartEngagement", {})
13
- .n("SSMContactsClient", "StartEngagementCommand")
14
- .sc(StartEngagement$)
15
- .build() {
3
+ export class StartEngagementCommand extends command(_ep0, _mw0, "StartEngagement", StartEngagement$) {
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 { StopEngagement$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopEngagementCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "StopEngagement", {})
13
- .n("SSMContactsClient", "StopEngagementCommand")
14
- .sc(StopEngagement$)
15
- .build() {
3
+ export class StopEngagementCommand extends command(_ep0, _mw0, "StopEngagement", StopEngagement$) {
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("SSMContacts", "TagResource", {})
13
- .n("SSMContactsClient", "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("SSMContacts", "UntagResource", {})
13
- .n("SSMContactsClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }