@aws-sdk/client-connectcampaignsv2 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 (153) 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 +95 -91
  5. package/dist-cjs/models/ConnectCampaignsV2ServiceException.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-cjs/schemas/schemas_0.js +3 -2
  10. package/dist-es/ConnectCampaignsV2.js +1 -1
  11. package/dist-es/ConnectCampaignsV2Client.js +5 -5
  12. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  13. package/dist-es/commands/CreateCampaignCommand.js +2 -2
  14. package/dist-es/commands/DeleteCampaignChannelSubtypeConfigCommand.js +2 -2
  15. package/dist-es/commands/DeleteCampaignCommand.js +2 -2
  16. package/dist-es/commands/DeleteCampaignCommunicationLimitsCommand.js +2 -2
  17. package/dist-es/commands/DeleteCampaignCommunicationTimeCommand.js +2 -2
  18. package/dist-es/commands/DeleteCampaignEntryLimitsCommand.js +2 -2
  19. package/dist-es/commands/DeleteConnectInstanceConfigCommand.js +2 -2
  20. package/dist-es/commands/DeleteConnectInstanceIntegrationCommand.js +2 -2
  21. package/dist-es/commands/DeleteInstanceOnboardingJobCommand.js +2 -2
  22. package/dist-es/commands/DescribeCampaignCommand.js +2 -2
  23. package/dist-es/commands/GetCampaignStateBatchCommand.js +2 -2
  24. package/dist-es/commands/GetCampaignStateCommand.js +2 -2
  25. package/dist-es/commands/GetConnectInstanceConfigCommand.js +2 -2
  26. package/dist-es/commands/GetInstanceCommunicationLimitsCommand.js +2 -2
  27. package/dist-es/commands/GetInstanceOnboardingJobStatusCommand.js +2 -2
  28. package/dist-es/commands/ListCampaignsCommand.js +2 -2
  29. package/dist-es/commands/ListConnectInstanceIntegrationsCommand.js +2 -2
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-es/commands/PauseCampaignCommand.js +2 -2
  32. package/dist-es/commands/PutConnectInstanceIntegrationCommand.js +2 -2
  33. package/dist-es/commands/PutInstanceCommunicationLimitsCommand.js +2 -2
  34. package/dist-es/commands/PutOutboundRequestBatchCommand.js +2 -2
  35. package/dist-es/commands/PutProfileOutboundRequestBatchCommand.js +2 -2
  36. package/dist-es/commands/ResumeCampaignCommand.js +2 -2
  37. package/dist-es/commands/StartCampaignCommand.js +2 -2
  38. package/dist-es/commands/StartInstanceOnboardingJobCommand.js +2 -2
  39. package/dist-es/commands/StopCampaignCommand.js +2 -2
  40. package/dist-es/commands/TagResourceCommand.js +2 -2
  41. package/dist-es/commands/UntagResourceCommand.js +2 -2
  42. package/dist-es/commands/UpdateCampaignChannelSubtypeConfigCommand.js +2 -2
  43. package/dist-es/commands/UpdateCampaignCommunicationLimitsCommand.js +2 -2
  44. package/dist-es/commands/UpdateCampaignCommunicationTimeCommand.js +2 -2
  45. package/dist-es/commands/UpdateCampaignEntryLimitsCommand.js +2 -2
  46. package/dist-es/commands/UpdateCampaignFlowAssociationCommand.js +2 -2
  47. package/dist-es/commands/UpdateCampaignNameCommand.js +2 -2
  48. package/dist-es/commands/UpdateCampaignScheduleCommand.js +2 -2
  49. package/dist-es/commands/UpdateCampaignSourceCommand.js +2 -2
  50. package/dist-es/endpoint/bdd.js +1 -1
  51. package/dist-es/endpoint/endpointResolver.js +1 -1
  52. package/dist-es/models/ConnectCampaignsV2ServiceException.js +1 -1
  53. package/dist-es/models/enums.js +4 -0
  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-es/schemas/schemas_0.js +3 -2
  59. package/dist-types/ConnectCampaignsV2Client.d.ts +5 -5
  60. package/dist-types/commands/CreateCampaignCommand.d.ts +7 -4
  61. package/dist-types/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +6 -4
  62. package/dist-types/commands/DeleteCampaignCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteCampaignCommunicationTimeCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteCampaignEntryLimitsCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteConnectInstanceConfigCommand.d.ts +6 -4
  67. package/dist-types/commands/DeleteConnectInstanceIntegrationCommand.d.ts +6 -4
  68. package/dist-types/commands/DeleteInstanceOnboardingJobCommand.d.ts +6 -4
  69. package/dist-types/commands/DescribeCampaignCommand.d.ts +7 -4
  70. package/dist-types/commands/GetCampaignStateBatchCommand.d.ts +6 -4
  71. package/dist-types/commands/GetCampaignStateCommand.d.ts +6 -4
  72. package/dist-types/commands/GetConnectInstanceConfigCommand.d.ts +6 -4
  73. package/dist-types/commands/GetInstanceCommunicationLimitsCommand.d.ts +6 -4
  74. package/dist-types/commands/GetInstanceOnboardingJobStatusCommand.d.ts +6 -4
  75. package/dist-types/commands/ListCampaignsCommand.d.ts +6 -4
  76. package/dist-types/commands/ListConnectInstanceIntegrationsCommand.d.ts +6 -4
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  78. package/dist-types/commands/PauseCampaignCommand.d.ts +6 -4
  79. package/dist-types/commands/PutConnectInstanceIntegrationCommand.d.ts +6 -4
  80. package/dist-types/commands/PutInstanceCommunicationLimitsCommand.d.ts +6 -4
  81. package/dist-types/commands/PutOutboundRequestBatchCommand.d.ts +6 -4
  82. package/dist-types/commands/PutProfileOutboundRequestBatchCommand.d.ts +6 -4
  83. package/dist-types/commands/ResumeCampaignCommand.d.ts +6 -4
  84. package/dist-types/commands/StartCampaignCommand.d.ts +6 -4
  85. package/dist-types/commands/StartInstanceOnboardingJobCommand.d.ts +6 -4
  86. package/dist-types/commands/StopCampaignCommand.d.ts +6 -4
  87. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  88. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  89. package/dist-types/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +6 -4
  90. package/dist-types/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +6 -4
  91. package/dist-types/commands/UpdateCampaignCommunicationTimeCommand.d.ts +7 -4
  92. package/dist-types/commands/UpdateCampaignEntryLimitsCommand.d.ts +6 -4
  93. package/dist-types/commands/UpdateCampaignFlowAssociationCommand.d.ts +6 -4
  94. package/dist-types/commands/UpdateCampaignNameCommand.d.ts +6 -4
  95. package/dist-types/commands/UpdateCampaignScheduleCommand.d.ts +6 -4
  96. package/dist-types/commands/UpdateCampaignSourceCommand.d.ts +6 -4
  97. package/dist-types/endpoint/bdd.d.ts +1 -1
  98. package/dist-types/extensionConfiguration.d.ts +1 -1
  99. package/dist-types/models/ConnectCampaignsV2ServiceException.d.ts +1 -1
  100. package/dist-types/models/enums.d.ts +12 -0
  101. package/dist-types/models/errors.d.ts +1 -1
  102. package/dist-types/models/models_0.d.ts +6 -1
  103. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  104. package/dist-types/runtimeConfig.d.ts +2 -2
  105. package/dist-types/runtimeConfig.native.d.ts +2 -2
  106. package/dist-types/ts3.4/ConnectCampaignsV2Client.d.ts +8 -14
  107. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DeleteCampaignChannelSubtypeConfigCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DeleteCampaignCommunicationLimitsCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/DeleteCampaignCommunicationTimeCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DeleteCampaignEntryLimitsCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DeleteConnectInstanceConfigCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/DeleteConnectInstanceIntegrationCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/DeleteInstanceOnboardingJobCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/GetCampaignStateBatchCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/GetCampaignStateCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/GetConnectInstanceConfigCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/GetInstanceCommunicationLimitsCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/GetInstanceOnboardingJobStatusCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/ListConnectInstanceIntegrationsCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/PauseCampaignCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/PutConnectInstanceIntegrationCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/PutInstanceCommunicationLimitsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/PutOutboundRequestBatchCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/PutProfileOutboundRequestBatchCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/ResumeCampaignCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/StartCampaignCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/StartInstanceOnboardingJobCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/StopCampaignCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/UpdateCampaignChannelSubtypeConfigCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/UpdateCampaignCommunicationLimitsCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/UpdateCampaignCommunicationTimeCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/UpdateCampaignEntryLimitsCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/UpdateCampaignFlowAssociationCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/UpdateCampaignNameCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/UpdateCampaignScheduleCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/UpdateCampaignSourceCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  145. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  146. package/dist-types/ts3.4/models/ConnectCampaignsV2ServiceException.d.ts +1 -1
  147. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  148. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  149. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  150. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  151. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  152. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  153. package/package.json +13 -34
@@ -1,13 +1,11 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
- import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
4
+ import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
6
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
7
+ import { calculateBodyLength } from "@smithy/core/serde";
5
8
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
- import { invalidProvider } from "@smithy/invalid-dependency";
7
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
8
- import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
10
- import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
11
9
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
10
  export const getRuntimeConfig = (config) => {
13
11
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
3
3
  import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
4
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
5
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
6
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
7
- import { Hash } from "@smithy/hash-node";
8
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
6
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
7
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
8
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
9
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
12
- import { calculateBodyLength } from "@smithy/util-body-length-node";
13
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
14
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
15
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
16
12
  export const getRuntimeConfig = (config) => {
17
13
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,9 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
7
6
  import { defaultConnectCampaignsV2HttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -253,6 +253,7 @@ const _kBA = "knowledgeBaseArn";
253
253
  const _l = "lambda";
254
254
  const _lTZC = "localTimeZoneConfig";
255
255
  const _lTZD = "localTimeZoneDetection";
256
+ const _lTZDS = "localTimeZoneDetectionScope";
256
257
  const _m = "message";
257
258
  const _mCPR = "maxCountPerRecipient";
258
259
  const _mEC = "maxEntryCount";
@@ -651,8 +652,8 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
651
652
  ];
652
653
  export var LocalTimeZoneConfig$ = [3, n0, _LTZC,
653
654
  0,
654
- [_dTZ, _lTZD],
655
- [0, 64 | 0]
655
+ [_dTZ, _lTZD, _lTZDS],
656
+ [0, 64 | 0, 0]
656
657
  ];
657
658
  export var OutboundRequest$ = [3, n0, _OR,
658
659
  0,
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateCampaignCommandInput extends CreateCampaignRequest {
22
22
  export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateCampaignCommand_base: {
25
- new (input: CreateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateCampaignCommandInput): import("@smithy/core/client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateCampaignCommandInput): import("@smithy/core/client").CommandImpl<CreateCampaignCommandInput, CreateCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Creates a campaign for the specified Amazon Connect account. This API is idempotent.
@@ -126,6 +128,7 @@ declare const CreateCampaignCommand_base: {
126
128
  * localTimeZoneDetection: [ // LocalTimeZoneDetection
127
129
  * "STRING_VALUE",
128
130
  * ],
131
+ * localTimeZoneDetectionScope: "STRING_VALUE",
129
132
  * },
130
133
  * telephony: { // TimeWindow
131
134
  * openHours: { // OpenHours Union: only one key present
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { DeleteCampaignChannelSubtypeConfigRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteCampaignChannelSubtypeConfigCommandInput extends DeleteCa
22
22
  export interface DeleteCampaignChannelSubtypeConfigCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCampaignChannelSubtypeConfigCommand_base: {
25
- new (input: DeleteCampaignChannelSubtypeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignChannelSubtypeConfigCommandInput, DeleteCampaignChannelSubtypeConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCampaignChannelSubtypeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignChannelSubtypeConfigCommandInput, DeleteCampaignChannelSubtypeConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCampaignChannelSubtypeConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignChannelSubtypeConfigCommandInput, DeleteCampaignChannelSubtypeConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCampaignChannelSubtypeConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignChannelSubtypeConfigCommandInput, DeleteCampaignChannelSubtypeConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Deletes the channel subtype config of a campaign. This API is idempotent.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { DeleteCampaignRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {
22
22
  export interface DeleteCampaignCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCampaignCommand_base: {
25
- new (input: DeleteCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCampaignCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCampaignCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Deletes a campaign from the specified Amazon Connect account.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { DeleteCampaignCommunicationLimitsRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteCampaignCommunicationLimitsCommandInput extends DeleteCam
22
22
  export interface DeleteCampaignCommunicationLimitsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCampaignCommunicationLimitsCommand_base: {
25
- new (input: DeleteCampaignCommunicationLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommunicationLimitsCommandInput, DeleteCampaignCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCampaignCommunicationLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommunicationLimitsCommandInput, DeleteCampaignCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCampaignCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignCommunicationLimitsCommandInput, DeleteCampaignCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCampaignCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignCommunicationLimitsCommandInput, DeleteCampaignCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Deletes the communication limits config for a campaign. This API is idempotent.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { DeleteCampaignCommunicationTimeRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteCampaignCommunicationTimeCommandInput extends DeleteCampa
22
22
  export interface DeleteCampaignCommunicationTimeCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCampaignCommunicationTimeCommand_base: {
25
- new (input: DeleteCampaignCommunicationTimeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommunicationTimeCommandInput, DeleteCampaignCommunicationTimeCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCampaignCommunicationTimeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignCommunicationTimeCommandInput, DeleteCampaignCommunicationTimeCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCampaignCommunicationTimeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignCommunicationTimeCommandInput, DeleteCampaignCommunicationTimeCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCampaignCommunicationTimeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignCommunicationTimeCommandInput, DeleteCampaignCommunicationTimeCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Deletes the communication time config for a campaign. This API is idempotent.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { DeleteCampaignEntryLimitsRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteCampaignEntryLimitsCommandInput extends DeleteCampaignEnt
22
22
  export interface DeleteCampaignEntryLimitsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCampaignEntryLimitsCommand_base: {
25
- new (input: DeleteCampaignEntryLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignEntryLimitsCommandInput, DeleteCampaignEntryLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCampaignEntryLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCampaignEntryLimitsCommandInput, DeleteCampaignEntryLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCampaignEntryLimitsCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignEntryLimitsCommandInput, DeleteCampaignEntryLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCampaignEntryLimitsCommandInput): import("@smithy/core/client").CommandImpl<DeleteCampaignEntryLimitsCommandInput, DeleteCampaignEntryLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Deletes the entry limits config for a campaign. This API is idempotent.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { DeleteConnectInstanceConfigRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteConnectInstanceConfigCommandInput extends DeleteConnectIn
22
22
  export interface DeleteConnectInstanceConfigCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteConnectInstanceConfigCommand_base: {
25
- new (input: DeleteConnectInstanceConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConnectInstanceConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteConnectInstanceConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteConnectInstanceConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectInstanceConfigCommandInput, DeleteConnectInstanceConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Deletes a connect instance config from the specified AWS account.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { DeleteConnectInstanceIntegrationRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteConnectInstanceIntegrationCommandInput extends DeleteConn
22
22
  export interface DeleteConnectInstanceIntegrationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteConnectInstanceIntegrationCommand_base: {
25
- new (input: DeleteConnectInstanceIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectInstanceIntegrationCommandInput, DeleteConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConnectInstanceIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectInstanceIntegrationCommandInput, DeleteConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteConnectInstanceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectInstanceIntegrationCommandInput, DeleteConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteConnectInstanceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectInstanceIntegrationCommandInput, DeleteConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Delete the integration for the specified Amazon Connect instance.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { DeleteInstanceOnboardingJobRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteInstanceOnboardingJobCommandInput extends DeleteInstanceO
22
22
  export interface DeleteInstanceOnboardingJobCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteInstanceOnboardingJobCommand_base: {
25
- new (input: DeleteInstanceOnboardingJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteInstanceOnboardingJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteInstanceOnboardingJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteInstanceOnboardingJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceOnboardingJobCommandInput, DeleteInstanceOnboardingJobCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Delete the Connect Campaigns onboarding job for the specified Amazon Connect instance.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { DescribeCampaignRequest, DescribeCampaignResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {
22
22
  export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeCampaignCommand_base: {
25
- new (input: DescribeCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeCampaignCommandInput): import("@smithy/core/client").CommandImpl<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeCampaignCommandInput): import("@smithy/core/client").CommandImpl<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Describes the specific campaign.
@@ -134,6 +136,7 @@ declare const DescribeCampaignCommand_base: {
134
136
  * // localTimeZoneDetection: [ // LocalTimeZoneDetection
135
137
  * // "STRING_VALUE",
136
138
  * // ],
139
+ * // localTimeZoneDetectionScope: "STRING_VALUE",
137
140
  * // },
138
141
  * // telephony: { // TimeWindow
139
142
  * // openHours: { // OpenHours Union: only one key present
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { GetCampaignStateBatchRequest, GetCampaignStateBatchResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetCampaignStateBatchCommandInput extends GetCampaignStateBatch
22
22
  export interface GetCampaignStateBatchCommandOutput extends GetCampaignStateBatchResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetCampaignStateBatchCommand_base: {
25
- new (input: GetCampaignStateBatchCommandInput): import("@smithy/smithy-client").CommandImpl<GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCampaignStateBatchCommandInput): import("@smithy/smithy-client").CommandImpl<GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCampaignStateBatchCommandInput): import("@smithy/core/client").CommandImpl<GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCampaignStateBatchCommandInput): import("@smithy/core/client").CommandImpl<GetCampaignStateBatchCommandInput, GetCampaignStateBatchCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Get state of campaigns for the specified Amazon Connect account.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { GetCampaignStateRequest, GetCampaignStateResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetCampaignStateCommandInput extends GetCampaignStateRequest {
22
22
  export interface GetCampaignStateCommandOutput extends GetCampaignStateResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetCampaignStateCommand_base: {
25
- new (input: GetCampaignStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCampaignStateCommandInput, GetCampaignStateCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCampaignStateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCampaignStateCommandInput, GetCampaignStateCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCampaignStateCommandInput): import("@smithy/core/client").CommandImpl<GetCampaignStateCommandInput, GetCampaignStateCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCampaignStateCommandInput): import("@smithy/core/client").CommandImpl<GetCampaignStateCommandInput, GetCampaignStateCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Get state of a campaign for the specified Amazon Connect account.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { GetConnectInstanceConfigRequest, GetConnectInstanceConfigResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetConnectInstanceConfigCommandInput extends GetConnectInstance
22
22
  export interface GetConnectInstanceConfigCommandOutput extends GetConnectInstanceConfigResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetConnectInstanceConfigCommand_base: {
25
- new (input: GetConnectInstanceConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConnectInstanceConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetConnectInstanceConfigCommandInput): import("@smithy/core/client").CommandImpl<GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetConnectInstanceConfigCommandInput): import("@smithy/core/client").CommandImpl<GetConnectInstanceConfigCommandInput, GetConnectInstanceConfigCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Get the specific Connect instance config.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { GetInstanceCommunicationLimitsRequest, GetInstanceCommunicationLimitsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetInstanceCommunicationLimitsCommandInput extends GetInstanceC
22
22
  export interface GetInstanceCommunicationLimitsCommandOutput extends GetInstanceCommunicationLimitsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetInstanceCommunicationLimitsCommand_base: {
25
- new (input: GetInstanceCommunicationLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceCommunicationLimitsCommandInput, GetInstanceCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetInstanceCommunicationLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceCommunicationLimitsCommandInput, GetInstanceCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetInstanceCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceCommunicationLimitsCommandInput, GetInstanceCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetInstanceCommunicationLimitsCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceCommunicationLimitsCommandInput, GetInstanceCommunicationLimitsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Get the instance communication limits.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { GetInstanceOnboardingJobStatusRequest, GetInstanceOnboardingJobStatusResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetInstanceOnboardingJobStatusCommandInput extends GetInstanceO
22
22
  export interface GetInstanceOnboardingJobStatusCommandOutput extends GetInstanceOnboardingJobStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetInstanceOnboardingJobStatusCommand_base: {
25
- new (input: GetInstanceOnboardingJobStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetInstanceOnboardingJobStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetInstanceOnboardingJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetInstanceOnboardingJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetInstanceOnboardingJobStatusCommandInput, GetInstanceOnboardingJobStatusCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Get the specific instance onboarding job status.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListCampaignsCommandInput extends ListCampaignsRequest {
22
22
  export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListCampaignsCommand_base: {
25
- new (input: ListCampaignsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCampaignsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCampaignsCommandInput): import("@smithy/core/client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCampaignsCommandInput]): import("@smithy/core/client").CommandImpl<ListCampaignsCommandInput, ListCampaignsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Provides summary information about the campaigns under the specified Amazon Connect account.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { ListConnectInstanceIntegrationsRequest, ListConnectInstanceIntegrationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListConnectInstanceIntegrationsCommandInput extends ListConnect
22
22
  export interface ListConnectInstanceIntegrationsCommandOutput extends ListConnectInstanceIntegrationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListConnectInstanceIntegrationsCommand_base: {
25
- new (input: ListConnectInstanceIntegrationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectInstanceIntegrationsCommandInput, ListConnectInstanceIntegrationsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListConnectInstanceIntegrationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectInstanceIntegrationsCommandInput, ListConnectInstanceIntegrationsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListConnectInstanceIntegrationsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectInstanceIntegrationsCommandInput, ListConnectInstanceIntegrationsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListConnectInstanceIntegrationsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectInstanceIntegrationsCommandInput, ListConnectInstanceIntegrationsCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Provides summary information about the integration under the specified Connect instance.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * List tags for a resource.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { PauseCampaignRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PauseCampaignCommandInput extends PauseCampaignRequest {
22
22
  export interface PauseCampaignCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PauseCampaignCommand_base: {
25
- new (input: PauseCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<PauseCampaignCommandInput, PauseCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PauseCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<PauseCampaignCommandInput, PauseCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PauseCampaignCommandInput): import("@smithy/core/client").CommandImpl<PauseCampaignCommandInput, PauseCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PauseCampaignCommandInput): import("@smithy/core/client").CommandImpl<PauseCampaignCommandInput, PauseCampaignCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Pauses a campaign for the specified Amazon Connect account.
@@ -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 { ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCampaignsV2Client";
4
4
  import type { PutConnectInstanceIntegrationRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutConnectInstanceIntegrationCommandInput extends PutConnectIns
22
22
  export interface PutConnectInstanceIntegrationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutConnectInstanceIntegrationCommand_base: {
25
- new (input: PutConnectInstanceIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<PutConnectInstanceIntegrationCommandInput, PutConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutConnectInstanceIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<PutConnectInstanceIntegrationCommandInput, PutConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutConnectInstanceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<PutConnectInstanceIntegrationCommandInput, PutConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutConnectInstanceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<PutConnectInstanceIntegrationCommandInput, PutConnectInstanceIntegrationCommandOutput, ConnectCampaignsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * Put or update the integration for the specified Amazon Connect instance.