@aws-sdk/client-ssm-contacts 3.1045.0 → 3.1046.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 (152) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +94 -95
  5. package/dist-cjs/models/SSMContactsServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/SSMContacts.js +1 -1
  10. package/dist-es/SSMContactsClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AcceptPageCommand.js +2 -2
  13. package/dist-es/commands/ActivateContactChannelCommand.js +2 -2
  14. package/dist-es/commands/CreateContactChannelCommand.js +2 -2
  15. package/dist-es/commands/CreateContactCommand.js +2 -2
  16. package/dist-es/commands/CreateRotationCommand.js +2 -2
  17. package/dist-es/commands/CreateRotationOverrideCommand.js +2 -2
  18. package/dist-es/commands/DeactivateContactChannelCommand.js +2 -2
  19. package/dist-es/commands/DeleteContactChannelCommand.js +2 -2
  20. package/dist-es/commands/DeleteContactCommand.js +2 -2
  21. package/dist-es/commands/DeleteRotationCommand.js +2 -2
  22. package/dist-es/commands/DeleteRotationOverrideCommand.js +2 -2
  23. package/dist-es/commands/DescribeEngagementCommand.js +2 -2
  24. package/dist-es/commands/DescribePageCommand.js +2 -2
  25. package/dist-es/commands/GetContactChannelCommand.js +2 -2
  26. package/dist-es/commands/GetContactCommand.js +2 -2
  27. package/dist-es/commands/GetContactPolicyCommand.js +2 -2
  28. package/dist-es/commands/GetRotationCommand.js +2 -2
  29. package/dist-es/commands/GetRotationOverrideCommand.js +2 -2
  30. package/dist-es/commands/ListContactChannelsCommand.js +2 -2
  31. package/dist-es/commands/ListContactsCommand.js +2 -2
  32. package/dist-es/commands/ListEngagementsCommand.js +2 -2
  33. package/dist-es/commands/ListPageReceiptsCommand.js +2 -2
  34. package/dist-es/commands/ListPageResolutionsCommand.js +2 -2
  35. package/dist-es/commands/ListPagesByContactCommand.js +2 -2
  36. package/dist-es/commands/ListPagesByEngagementCommand.js +2 -2
  37. package/dist-es/commands/ListPreviewRotationShiftsCommand.js +2 -2
  38. package/dist-es/commands/ListRotationOverridesCommand.js +2 -2
  39. package/dist-es/commands/ListRotationShiftsCommand.js +2 -2
  40. package/dist-es/commands/ListRotationsCommand.js +2 -2
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-es/commands/PutContactPolicyCommand.js +2 -2
  43. package/dist-es/commands/SendActivationCodeCommand.js +2 -2
  44. package/dist-es/commands/StartEngagementCommand.js +2 -2
  45. package/dist-es/commands/StopEngagementCommand.js +2 -2
  46. package/dist-es/commands/TagResourceCommand.js +2 -2
  47. package/dist-es/commands/UntagResourceCommand.js +2 -2
  48. package/dist-es/commands/UpdateContactChannelCommand.js +2 -2
  49. package/dist-es/commands/UpdateContactCommand.js +2 -2
  50. package/dist-es/commands/UpdateRotationCommand.js +2 -2
  51. package/dist-es/endpoint/bdd.js +1 -1
  52. package/dist-es/endpoint/endpointResolver.js +1 -1
  53. package/dist-es/models/SSMContactsServiceException.js +1 -1
  54. package/dist-es/runtimeConfig.browser.js +4 -6
  55. package/dist-es/runtimeConfig.js +4 -8
  56. package/dist-es/runtimeConfig.shared.js +3 -4
  57. package/dist-es/runtimeExtensions.js +2 -2
  58. package/dist-types/SSMContactsClient.d.ts +5 -5
  59. package/dist-types/commands/AcceptPageCommand.d.ts +6 -4
  60. package/dist-types/commands/ActivateContactChannelCommand.d.ts +6 -4
  61. package/dist-types/commands/CreateContactChannelCommand.d.ts +6 -4
  62. package/dist-types/commands/CreateContactCommand.d.ts +6 -4
  63. package/dist-types/commands/CreateRotationCommand.d.ts +6 -4
  64. package/dist-types/commands/CreateRotationOverrideCommand.d.ts +6 -4
  65. package/dist-types/commands/DeactivateContactChannelCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteContactChannelCommand.d.ts +6 -4
  67. package/dist-types/commands/DeleteContactCommand.d.ts +6 -4
  68. package/dist-types/commands/DeleteRotationCommand.d.ts +6 -4
  69. package/dist-types/commands/DeleteRotationOverrideCommand.d.ts +6 -4
  70. package/dist-types/commands/DescribeEngagementCommand.d.ts +6 -4
  71. package/dist-types/commands/DescribePageCommand.d.ts +6 -4
  72. package/dist-types/commands/GetContactChannelCommand.d.ts +6 -4
  73. package/dist-types/commands/GetContactCommand.d.ts +6 -4
  74. package/dist-types/commands/GetContactPolicyCommand.d.ts +6 -4
  75. package/dist-types/commands/GetRotationCommand.d.ts +6 -4
  76. package/dist-types/commands/GetRotationOverrideCommand.d.ts +6 -4
  77. package/dist-types/commands/ListContactChannelsCommand.d.ts +6 -4
  78. package/dist-types/commands/ListContactsCommand.d.ts +6 -4
  79. package/dist-types/commands/ListEngagementsCommand.d.ts +6 -4
  80. package/dist-types/commands/ListPageReceiptsCommand.d.ts +6 -4
  81. package/dist-types/commands/ListPageResolutionsCommand.d.ts +6 -4
  82. package/dist-types/commands/ListPagesByContactCommand.d.ts +6 -4
  83. package/dist-types/commands/ListPagesByEngagementCommand.d.ts +6 -4
  84. package/dist-types/commands/ListPreviewRotationShiftsCommand.d.ts +6 -4
  85. package/dist-types/commands/ListRotationOverridesCommand.d.ts +6 -4
  86. package/dist-types/commands/ListRotationShiftsCommand.d.ts +6 -4
  87. package/dist-types/commands/ListRotationsCommand.d.ts +6 -4
  88. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  89. package/dist-types/commands/PutContactPolicyCommand.d.ts +6 -4
  90. package/dist-types/commands/SendActivationCodeCommand.d.ts +6 -4
  91. package/dist-types/commands/StartEngagementCommand.d.ts +6 -4
  92. package/dist-types/commands/StopEngagementCommand.d.ts +6 -4
  93. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  94. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  95. package/dist-types/commands/UpdateContactChannelCommand.d.ts +6 -4
  96. package/dist-types/commands/UpdateContactCommand.d.ts +6 -4
  97. package/dist-types/commands/UpdateRotationCommand.d.ts +6 -4
  98. package/dist-types/endpoint/bdd.d.ts +1 -1
  99. package/dist-types/extensionConfiguration.d.ts +1 -1
  100. package/dist-types/models/SSMContactsServiceException.d.ts +1 -1
  101. package/dist-types/models/errors.d.ts +1 -1
  102. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  103. package/dist-types/runtimeConfig.d.ts +2 -2
  104. package/dist-types/runtimeConfig.native.d.ts +2 -2
  105. package/dist-types/ts3.4/SSMContactsClient.d.ts +8 -14
  106. package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/CreateRotationCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/CreateRotationOverrideCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/DeleteRotationCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/DeleteRotationOverrideCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/GetContactCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/GetRotationCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/GetRotationOverrideCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListPageResolutionsCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/ListPreviewRotationShiftsCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/ListRotationOverridesCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/ListRotationShiftsCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/ListRotationsCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/UpdateRotationCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  146. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  147. package/dist-types/ts3.4/models/SSMContactsServiceException.d.ts +1 -1
  148. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  149. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  150. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  151. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  152. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListPageResolutionsRequest, ListPageResolutionsResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface ListPageResolutionsCommandInput extends ListPageResolutionsRequ
22
22
  export interface ListPageResolutionsCommandOutput extends ListPageResolutionsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListPageResolutionsCommand_base: {
25
- new (input: ListPageResolutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPageResolutionsCommandInput, ListPageResolutionsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPageResolutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPageResolutionsCommandInput, ListPageResolutionsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPageResolutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPageResolutionsCommandInput, ListPageResolutionsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPageResolutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPageResolutionsCommandInput, ListPageResolutionsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the resolution path of an engagement. For example, the escalation plan engaged
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListPagesByContactRequest, ListPagesByContactResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface ListPagesByContactCommandInput extends ListPagesByContactReques
22
22
  export interface ListPagesByContactCommandOutput extends ListPagesByContactResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListPagesByContactCommand_base: {
25
- new (input: ListPagesByContactCommandInput): import("@smithy/smithy-client").CommandImpl<ListPagesByContactCommandInput, ListPagesByContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPagesByContactCommandInput): import("@smithy/smithy-client").CommandImpl<ListPagesByContactCommandInput, ListPagesByContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPagesByContactCommandInput): import("@smithy/core/client").CommandImpl<ListPagesByContactCommandInput, ListPagesByContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPagesByContactCommandInput): import("@smithy/core/client").CommandImpl<ListPagesByContactCommandInput, ListPagesByContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the engagements to a contact's contact channels.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListPagesByEngagementRequest, ListPagesByEngagementResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface ListPagesByEngagementCommandInput extends ListPagesByEngagement
22
22
  export interface ListPagesByEngagementCommandOutput extends ListPagesByEngagementResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListPagesByEngagementCommand_base: {
25
- new (input: ListPagesByEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<ListPagesByEngagementCommandInput, ListPagesByEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPagesByEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<ListPagesByEngagementCommandInput, ListPagesByEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPagesByEngagementCommandInput): import("@smithy/core/client").CommandImpl<ListPagesByEngagementCommandInput, ListPagesByEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPagesByEngagementCommandInput): import("@smithy/core/client").CommandImpl<ListPagesByEngagementCommandInput, ListPagesByEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the engagements to contact channels that occurred by engaging a contact.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListPreviewRotationShiftsRequest, ListPreviewRotationShiftsResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface ListPreviewRotationShiftsCommandInput extends ListPreviewRotati
22
22
  export interface ListPreviewRotationShiftsCommandOutput extends ListPreviewRotationShiftsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListPreviewRotationShiftsCommand_base: {
25
- new (input: ListPreviewRotationShiftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPreviewRotationShiftsCommandInput, ListPreviewRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPreviewRotationShiftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPreviewRotationShiftsCommandInput, ListPreviewRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPreviewRotationShiftsCommandInput): import("@smithy/core/client").CommandImpl<ListPreviewRotationShiftsCommandInput, ListPreviewRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPreviewRotationShiftsCommandInput): import("@smithy/core/client").CommandImpl<ListPreviewRotationShiftsCommandInput, ListPreviewRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of shifts based on rotation configuration parameters.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListRotationOverridesRequest, ListRotationOverridesResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface ListRotationOverridesCommandInput extends ListRotationOverrides
22
22
  export interface ListRotationOverridesCommandOutput extends ListRotationOverridesResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListRotationOverridesCommand_base: {
25
- new (input: ListRotationOverridesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRotationOverridesCommandInput, ListRotationOverridesCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRotationOverridesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRotationOverridesCommandInput, ListRotationOverridesCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListRotationOverridesCommandInput): import("@smithy/core/client").CommandImpl<ListRotationOverridesCommandInput, ListRotationOverridesCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListRotationOverridesCommandInput): import("@smithy/core/client").CommandImpl<ListRotationOverridesCommandInput, ListRotationOverridesCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of overrides currently specified for an on-call rotation.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListRotationShiftsRequest, ListRotationShiftsResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface ListRotationShiftsCommandInput extends ListRotationShiftsReques
22
22
  export interface ListRotationShiftsCommandOutput extends ListRotationShiftsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListRotationShiftsCommand_base: {
25
- new (input: ListRotationShiftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRotationShiftsCommandInput, ListRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRotationShiftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRotationShiftsCommandInput, ListRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListRotationShiftsCommandInput): import("@smithy/core/client").CommandImpl<ListRotationShiftsCommandInput, ListRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListRotationShiftsCommandInput): import("@smithy/core/client").CommandImpl<ListRotationShiftsCommandInput, ListRotationShiftsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of shifts generated by an existing rotation in the system.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListRotationsRequest, ListRotationsResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface ListRotationsCommandInput extends ListRotationsRequest {
22
22
  export interface ListRotationsCommandOutput extends ListRotationsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListRotationsCommand_base: {
25
- new (input: ListRotationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRotationsCommandInput, ListRotationsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRotationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRotationsCommandInput, ListRotationsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListRotationsCommandInput): import("@smithy/core/client").CommandImpl<ListRotationsCommandInput, ListRotationsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListRotationsCommandInput]): import("@smithy/core/client").CommandImpl<ListRotationsCommandInput, ListRotationsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of on-call rotations.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the tags of a contact, escalation plan, rotation, or on-call schedule.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutContactPolicyRequest, PutContactPolicyResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface PutContactPolicyCommandInput extends PutContactPolicyRequest {
22
22
  export interface PutContactPolicyCommandOutput extends PutContactPolicyResult, __MetadataBearer {
23
23
  }
24
24
  declare const PutContactPolicyCommand_base: {
25
- new (input: PutContactPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutContactPolicyCommandInput, PutContactPolicyCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutContactPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutContactPolicyCommandInput, PutContactPolicyCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutContactPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutContactPolicyCommandInput, PutContactPolicyCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutContactPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutContactPolicyCommandInput, PutContactPolicyCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds a resource policy to the specified contact or escalation plan. The resource policy
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { SendActivationCodeRequest, SendActivationCodeResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface SendActivationCodeCommandInput extends SendActivationCodeReques
22
22
  export interface SendActivationCodeCommandOutput extends SendActivationCodeResult, __MetadataBearer {
23
23
  }
24
24
  declare const SendActivationCodeCommand_base: {
25
- new (input: SendActivationCodeCommandInput): import("@smithy/smithy-client").CommandImpl<SendActivationCodeCommandInput, SendActivationCodeCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendActivationCodeCommandInput): import("@smithy/smithy-client").CommandImpl<SendActivationCodeCommandInput, SendActivationCodeCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SendActivationCodeCommandInput): import("@smithy/core/client").CommandImpl<SendActivationCodeCommandInput, SendActivationCodeCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SendActivationCodeCommandInput): import("@smithy/core/client").CommandImpl<SendActivationCodeCommandInput, SendActivationCodeCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sends an activation code to a contact channel. The contact can use this code to activate
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartEngagementRequest, StartEngagementResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface StartEngagementCommandInput extends StartEngagementRequest {
22
22
  export interface StartEngagementCommandOutput extends StartEngagementResult, __MetadataBearer {
23
23
  }
24
24
  declare const StartEngagementCommand_base: {
25
- new (input: StartEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<StartEngagementCommandInput, StartEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<StartEngagementCommandInput, StartEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartEngagementCommandInput): import("@smithy/core/client").CommandImpl<StartEngagementCommandInput, StartEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartEngagementCommandInput): import("@smithy/core/client").CommandImpl<StartEngagementCommandInput, StartEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts an engagement to a contact or escalation plan. The engagement engages each
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StopEngagementRequest, StopEngagementResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface StopEngagementCommandInput extends StopEngagementRequest {
22
22
  export interface StopEngagementCommandOutput extends StopEngagementResult, __MetadataBearer {
23
23
  }
24
24
  declare const StopEngagementCommand_base: {
25
- new (input: StopEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<StopEngagementCommandInput, StopEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<StopEngagementCommandInput, StopEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopEngagementCommandInput): import("@smithy/core/client").CommandImpl<StopEngagementCommandInput, StopEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopEngagementCommandInput): import("@smithy/core/client").CommandImpl<StopEngagementCommandInput, StopEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stops an engagement before it finishes the final stage of the escalation plan or
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagResourceRequest, TagResourceResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Tags a contact or escalation plan. You can tag only contacts and escalation plans in the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes tags from the specified resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateContactChannelRequest, UpdateContactChannelResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface UpdateContactChannelCommandInput extends UpdateContactChannelRe
22
22
  export interface UpdateContactChannelCommandOutput extends UpdateContactChannelResult, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateContactChannelCommand_base: {
25
- new (input: UpdateContactChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateContactChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactChannelCommandInput, UpdateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates a contact's contact channel.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateContactRequest, UpdateContactResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface UpdateContactCommandInput extends UpdateContactRequest {
22
22
  export interface UpdateContactCommandOutput extends UpdateContactResult, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateContactCommand_base: {
25
- new (input: UpdateContactCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateContactCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the contact or escalation plan specified.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateRotationRequest, UpdateRotationResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
@@ -22,9 +22,11 @@ export interface UpdateRotationCommandInput extends UpdateRotationRequest {
22
22
  export interface UpdateRotationCommandOutput extends UpdateRotationResult, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateRotationCommand_base: {
25
- new (input: UpdateRotationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRotationCommandInput, UpdateRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRotationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRotationCommandInput, UpdateRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateRotationCommandInput): import("@smithy/core/client").CommandImpl<UpdateRotationCommandInput, UpdateRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateRotationCommandInput): import("@smithy/core/client").CommandImpl<UpdateRotationCommandInput, UpdateRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the information specified for an on-call rotation.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import type { ValidationExceptionReason } from "./enums";
3
3
  import type { DependentEntity, ValidationExceptionField } from "./models_0";
4
4
  import { SSMContactsServiceException as __BaseException } from "./SSMContactsServiceException";
@@ -5,13 +5,13 @@ import type { SSMContactsClientConfig } from "./SSMContactsClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: SSMContactsClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { SSMContactsClientConfig } from "./SSMContactsClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: SSMContactsClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { SSMContactsClientConfig } from "./SSMContactsClient";
5
5
  export declare const getRuntimeConfig: (config: SSMContactsClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: SSMContactsClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { AcceptPageRequest, AcceptPageResult } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface AcceptPageCommandOutput
15
15
  declare const AcceptPageCommand_base: {
16
16
  new (
17
17
  input: AcceptPageCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  AcceptPageCommandInput,
20
20
  AcceptPageCommandOutput,
21
21
  SSMContactsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const AcceptPageCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: AcceptPageCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  AcceptPageCommandInput,
29
29
  AcceptPageCommandOutput,
30
30
  SSMContactsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class AcceptPageCommand extends AcceptPageCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ActivateContactChannelRequest,
@@ -19,7 +19,7 @@ export interface ActivateContactChannelCommandOutput
19
19
  declare const ActivateContactChannelCommand_base: {
20
20
  new (
21
21
  input: ActivateContactChannelCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ActivateContactChannelCommandInput,
24
24
  ActivateContactChannelCommandOutput,
25
25
  SSMContactsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ActivateContactChannelCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ActivateContactChannelCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ActivateContactChannelCommandInput,
33
33
  ActivateContactChannelCommandOutput,
34
34
  SSMContactsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ActivateContactChannelCommand extends ActivateContactChannelCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateContactChannelRequest,
@@ -19,7 +19,7 @@ export interface CreateContactChannelCommandOutput
19
19
  declare const CreateContactChannelCommand_base: {
20
20
  new (
21
21
  input: CreateContactChannelCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateContactChannelCommandInput,
24
24
  CreateContactChannelCommandOutput,
25
25
  SSMContactsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateContactChannelCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateContactChannelCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateContactChannelCommandInput,
33
33
  CreateContactChannelCommandOutput,
34
34
  SSMContactsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateContactChannelCommand extends CreateContactChannelCommand_base {
41
43
  protected static __types: {