@aws-sdk/client-ssm-contacts 3.1077.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 (125) hide show
  1. package/dist-cjs/index.js +47 -393
  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-types/commandBuilder.d.ts +18 -0
  44. package/dist-types/commands/AcceptPageCommand.d.ts +3 -8
  45. package/dist-types/commands/ActivateContactChannelCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateContactChannelCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateContactCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateRotationCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateRotationOverrideCommand.d.ts +3 -8
  50. package/dist-types/commands/DeactivateContactChannelCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteContactChannelCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteContactCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteRotationCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteRotationOverrideCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeEngagementCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribePageCommand.d.ts +3 -8
  57. package/dist-types/commands/GetContactChannelCommand.d.ts +3 -8
  58. package/dist-types/commands/GetContactCommand.d.ts +3 -8
  59. package/dist-types/commands/GetContactPolicyCommand.d.ts +3 -8
  60. package/dist-types/commands/GetRotationCommand.d.ts +3 -8
  61. package/dist-types/commands/GetRotationOverrideCommand.d.ts +3 -8
  62. package/dist-types/commands/ListContactChannelsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListContactsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListEngagementsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListPageReceiptsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListPageResolutionsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListPagesByContactCommand.d.ts +3 -8
  68. package/dist-types/commands/ListPagesByEngagementCommand.d.ts +3 -8
  69. package/dist-types/commands/ListPreviewRotationShiftsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListRotationOverridesCommand.d.ts +3 -8
  71. package/dist-types/commands/ListRotationShiftsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListRotationsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/PutContactPolicyCommand.d.ts +3 -8
  75. package/dist-types/commands/SendActivationCodeCommand.d.ts +3 -8
  76. package/dist-types/commands/StartEngagementCommand.d.ts +3 -8
  77. package/dist-types/commands/StopEngagementCommand.d.ts +3 -8
  78. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  79. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateContactChannelCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateContactCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateRotationCommand.d.ts +3 -8
  83. package/dist-types/index.d.ts +1 -0
  84. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  85. package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/CreateRotationCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/CreateRotationOverrideCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DeleteRotationCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteRotationOverrideCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetContactCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetRotationCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetRotationOverrideCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListPageResolutionsCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListPreviewRotationShiftsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListRotationOverridesCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListRotationShiftsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListRotationsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/UpdateRotationCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/index.d.ts +1 -0
  125. package/package.json +8 -8
@@ -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 { UpdateContact$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateContactCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "UpdateContact", {})
13
- .n("SSMContactsClient", "UpdateContactCommand")
14
- .sc(UpdateContact$)
15
- .build() {
3
+ export class UpdateContactCommand extends command(_ep0, _mw0, "UpdateContact", UpdateContact$) {
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 { UpdateRotation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateRotationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SSMContacts", "UpdateRotation", {})
13
- .n("SSMContactsClient", "UpdateRotationCommand")
14
- .sc(UpdateRotation$)
15
- .build() {
3
+ export class UpdateRotationCommand extends command(_ep0, _mw0, "UpdateRotation", UpdateRotation$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./SSMContactsClient";
2
2
  export * from "./SSMContacts";
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, SSMContactsClientResolvedConfig } from "./SSMContactsClient";
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, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SSMContactsClientResolvedConfig, 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 { AcceptPageRequest, AcceptPageResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 AcceptPageCommandInput extends AcceptPageRequest {
22
19
  export interface AcceptPageCommandOutput extends AcceptPageResult, __MetadataBearer {
23
20
  }
24
21
  declare const AcceptPageCommand_base: {
25
- new (input: AcceptPageCommandInput): import("@smithy/core/client").CommandImpl<AcceptPageCommandInput, AcceptPageCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AcceptPageCommandInput): import("@smithy/core/client").CommandImpl<AcceptPageCommandInput, AcceptPageCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AcceptPageCommandInput): import("@smithy/core/client").CommandImpl<AcceptPageCommandInput, AcceptPageCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AcceptPageCommandInput): import("@smithy/core/client").CommandImpl<AcceptPageCommandInput, AcceptPageCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used to acknowledge an engagement to a contact channel during an incident.</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 { ActivateContactChannelRequest, ActivateContactChannelResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 ActivateContactChannelCommandInput extends ActivateContactChann
22
19
  export interface ActivateContactChannelCommandOutput extends ActivateContactChannelResult, __MetadataBearer {
23
20
  }
24
21
  declare const ActivateContactChannelCommand_base: {
25
- new (input: ActivateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ActivateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ActivateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ActivateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Activates a contact's contact channel. Incident Manager can't engage a contact until the
@@ -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 { CreateContactChannelRequest, CreateContactChannelResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 CreateContactChannelCommandInput extends CreateContactChannelRe
22
19
  export interface CreateContactChannelCommandOutput extends CreateContactChannelResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateContactChannelCommand_base: {
25
- new (input: CreateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateContactChannelCommandInput, CreateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateContactChannelCommandInput, CreateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateContactChannelCommandInput, CreateContactChannelCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateContactChannelCommandInput, CreateContactChannelCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>A contact channel is the method that Incident Manager uses to engage your contact.</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 { CreateContactRequest, CreateContactResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 CreateContactCommandInput extends CreateContactRequest {
22
19
  export interface CreateContactCommandOutput extends CreateContactResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateContactCommand_base: {
25
- new (input: CreateContactCommandInput): import("@smithy/core/client").CommandImpl<CreateContactCommandInput, CreateContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateContactCommandInput): import("@smithy/core/client").CommandImpl<CreateContactCommandInput, CreateContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateContactCommandInput): import("@smithy/core/client").CommandImpl<CreateContactCommandInput, CreateContactCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateContactCommandInput): import("@smithy/core/client").CommandImpl<CreateContactCommandInput, CreateContactCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Contacts are either the contacts that Incident Manager engages during an incident or the
@@ -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 { CreateRotationRequest, CreateRotationResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 CreateRotationCommandInput extends CreateRotationRequest {
22
19
  export interface CreateRotationCommandOutput extends CreateRotationResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRotationCommand_base: {
25
- new (input: CreateRotationCommandInput): import("@smithy/core/client").CommandImpl<CreateRotationCommandInput, CreateRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRotationCommandInput): import("@smithy/core/client").CommandImpl<CreateRotationCommandInput, CreateRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRotationCommandInput): import("@smithy/core/client").CommandImpl<CreateRotationCommandInput, CreateRotationCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRotationCommandInput): import("@smithy/core/client").CommandImpl<CreateRotationCommandInput, CreateRotationCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a rotation in an on-call schedule.</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 { CreateRotationOverrideRequest, CreateRotationOverrideResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 CreateRotationOverrideCommandInput extends CreateRotationOverri
22
19
  export interface CreateRotationOverrideCommandOutput extends CreateRotationOverrideResult, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRotationOverrideCommand_base: {
25
- new (input: CreateRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<CreateRotationOverrideCommandInput, CreateRotationOverrideCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<CreateRotationOverrideCommandInput, CreateRotationOverrideCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<CreateRotationOverrideCommandInput, CreateRotationOverrideCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<CreateRotationOverrideCommandInput, CreateRotationOverrideCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an override for a rotation in an on-call schedule.</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 { DeactivateContactChannelRequest, DeactivateContactChannelResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 DeactivateContactChannelCommandInput extends DeactivateContactC
22
19
  export interface DeactivateContactChannelCommandOutput extends DeactivateContactChannelResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeactivateContactChannelCommand_base: {
25
- new (input: DeactivateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<DeactivateContactChannelCommandInput, DeactivateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeactivateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<DeactivateContactChannelCommandInput, DeactivateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeactivateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<DeactivateContactChannelCommandInput, DeactivateContactChannelCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeactivateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<DeactivateContactChannelCommandInput, DeactivateContactChannelCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>To no longer receive Incident Manager engagements to a contact channel, you can deactivate
@@ -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 { DeleteContactChannelRequest, DeleteContactChannelResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 DeleteContactChannelCommandInput extends DeleteContactChannelRe
22
19
  export interface DeleteContactChannelCommandOutput extends DeleteContactChannelResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteContactChannelCommand_base: {
25
- new (input: DeleteContactChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteContactChannelCommandInput, DeleteContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteContactChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteContactChannelCommandInput, DeleteContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteContactChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteContactChannelCommandInput, DeleteContactChannelCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteContactChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteContactChannelCommandInput, DeleteContactChannelCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>To stop receiving engagements on a contact channel, you can delete the channel from a
@@ -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 { DeleteContactRequest, DeleteContactResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 DeleteContactCommandInput extends DeleteContactRequest {
22
19
  export interface DeleteContactCommandOutput extends DeleteContactResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteContactCommand_base: {
25
- new (input: DeleteContactCommandInput): import("@smithy/core/client").CommandImpl<DeleteContactCommandInput, DeleteContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteContactCommandInput): import("@smithy/core/client").CommandImpl<DeleteContactCommandInput, DeleteContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteContactCommandInput): import("@smithy/core/client").CommandImpl<DeleteContactCommandInput, DeleteContactCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteContactCommandInput): import("@smithy/core/client").CommandImpl<DeleteContactCommandInput, DeleteContactCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>To remove a contact from Incident Manager, you can delete the contact. However, deleting a
@@ -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 { DeleteRotationRequest, DeleteRotationResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 DeleteRotationCommandInput extends DeleteRotationRequest {
22
19
  export interface DeleteRotationCommandOutput extends DeleteRotationResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRotationCommand_base: {
25
- new (input: DeleteRotationCommandInput): import("@smithy/core/client").CommandImpl<DeleteRotationCommandInput, DeleteRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRotationCommandInput): import("@smithy/core/client").CommandImpl<DeleteRotationCommandInput, DeleteRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRotationCommandInput): import("@smithy/core/client").CommandImpl<DeleteRotationCommandInput, DeleteRotationCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRotationCommandInput): import("@smithy/core/client").CommandImpl<DeleteRotationCommandInput, DeleteRotationCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a rotation from the system. If a rotation belongs to more than one on-call
@@ -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 { DeleteRotationOverrideRequest, DeleteRotationOverrideResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 DeleteRotationOverrideCommandInput extends DeleteRotationOverri
22
19
  export interface DeleteRotationOverrideCommandOutput extends DeleteRotationOverrideResult, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRotationOverrideCommand_base: {
25
- new (input: DeleteRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<DeleteRotationOverrideCommandInput, DeleteRotationOverrideCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<DeleteRotationOverrideCommandInput, DeleteRotationOverrideCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<DeleteRotationOverrideCommandInput, DeleteRotationOverrideCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<DeleteRotationOverrideCommandInput, DeleteRotationOverrideCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an existing override for an on-call rotation.</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 { DescribeEngagementRequest, DescribeEngagementResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 DescribeEngagementCommandInput extends DescribeEngagementReques
22
19
  export interface DescribeEngagementCommandOutput extends DescribeEngagementResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEngagementCommand_base: {
25
- new (input: DescribeEngagementCommandInput): import("@smithy/core/client").CommandImpl<DescribeEngagementCommandInput, DescribeEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeEngagementCommandInput): import("@smithy/core/client").CommandImpl<DescribeEngagementCommandInput, DescribeEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEngagementCommandInput): import("@smithy/core/client").CommandImpl<DescribeEngagementCommandInput, DescribeEngagementCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeEngagementCommandInput): import("@smithy/core/client").CommandImpl<DescribeEngagementCommandInput, DescribeEngagementCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Incident Manager uses engagements to engage contacts and escalation plans during an incident.
@@ -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 { DescribePageRequest, DescribePageResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 DescribePageCommandInput extends DescribePageRequest {
22
19
  export interface DescribePageCommandOutput extends DescribePageResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribePageCommand_base: {
25
- new (input: DescribePageCommandInput): import("@smithy/core/client").CommandImpl<DescribePageCommandInput, DescribePageCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribePageCommandInput): import("@smithy/core/client").CommandImpl<DescribePageCommandInput, DescribePageCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribePageCommandInput): import("@smithy/core/client").CommandImpl<DescribePageCommandInput, DescribePageCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribePageCommandInput): import("@smithy/core/client").CommandImpl<DescribePageCommandInput, DescribePageCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists details of the engagement to a contact channel.</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 { GetContactChannelRequest, GetContactChannelResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 GetContactChannelCommandInput extends GetContactChannelRequest
22
19
  export interface GetContactChannelCommandOutput extends GetContactChannelResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetContactChannelCommand_base: {
25
- new (input: GetContactChannelCommandInput): import("@smithy/core/client").CommandImpl<GetContactChannelCommandInput, GetContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetContactChannelCommandInput): import("@smithy/core/client").CommandImpl<GetContactChannelCommandInput, GetContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetContactChannelCommandInput): import("@smithy/core/client").CommandImpl<GetContactChannelCommandInput, GetContactChannelCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetContactChannelCommandInput): import("@smithy/core/client").CommandImpl<GetContactChannelCommandInput, GetContactChannelCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List details about a specific contact channel.</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 { GetContactRequest, GetContactResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 GetContactCommandInput extends GetContactRequest {
22
19
  export interface GetContactCommandOutput extends GetContactResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetContactCommand_base: {
25
- new (input: GetContactCommandInput): import("@smithy/core/client").CommandImpl<GetContactCommandInput, GetContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetContactCommandInput): import("@smithy/core/client").CommandImpl<GetContactCommandInput, GetContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetContactCommandInput): import("@smithy/core/client").CommandImpl<GetContactCommandInput, GetContactCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetContactCommandInput): import("@smithy/core/client").CommandImpl<GetContactCommandInput, GetContactCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about the specified contact or escalation plan.</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 { GetContactPolicyRequest, GetContactPolicyResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 GetContactPolicyCommandInput extends GetContactPolicyRequest {
22
19
  export interface GetContactPolicyCommandOutput extends GetContactPolicyResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetContactPolicyCommand_base: {
25
- new (input: GetContactPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetContactPolicyCommandInput, GetContactPolicyCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetContactPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetContactPolicyCommandInput, GetContactPolicyCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetContactPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetContactPolicyCommandInput, GetContactPolicyCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetContactPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetContactPolicyCommandInput, GetContactPolicyCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the resource policies attached to the specified contact or escalation
@@ -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 { GetRotationRequest, GetRotationResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 GetRotationCommandInput extends GetRotationRequest {
22
19
  export interface GetRotationCommandOutput extends GetRotationResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetRotationCommand_base: {
25
- new (input: GetRotationCommandInput): import("@smithy/core/client").CommandImpl<GetRotationCommandInput, GetRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRotationCommandInput): import("@smithy/core/client").CommandImpl<GetRotationCommandInput, GetRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRotationCommandInput): import("@smithy/core/client").CommandImpl<GetRotationCommandInput, GetRotationCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRotationCommandInput): import("@smithy/core/client").CommandImpl<GetRotationCommandInput, GetRotationCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about an on-call rotation.</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 { GetRotationOverrideRequest, GetRotationOverrideResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
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 GetRotationOverrideCommandInput extends GetRotationOverrideRequ
22
19
  export interface GetRotationOverrideCommandOutput extends GetRotationOverrideResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetRotationOverrideCommand_base: {
25
- new (input: GetRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<GetRotationOverrideCommandInput, GetRotationOverrideCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<GetRotationOverrideCommandInput, GetRotationOverrideCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<GetRotationOverrideCommandInput, GetRotationOverrideCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<GetRotationOverrideCommandInput, GetRotationOverrideCommandOutput, import("..").SSMContactsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about an override to an on-call rotation.</p>