@aws-sdk/client-connect 3.169.0 → 3.170.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 (210) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Connect.d.ts +2794 -775
  3. package/dist-types/ts3.4/ConnectClient.d.ts +1053 -227
  4. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +33 -17
  31. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +33 -17
  36. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +33 -17
  64. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +38 -17
  76. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
  77. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +37 -17
  79. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +41 -17
  83. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +37 -17
  85. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +38 -17
  87. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +34 -17
  88. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -17
  89. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +34 -17
  91. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +34 -17
  93. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +38 -17
  96. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +37 -17
  97. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +41 -17
  98. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  100. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +38 -17
  101. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +34 -17
  102. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +41 -17
  103. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  104. package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +37 -17
  105. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +33 -17
  106. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +34 -17
  109. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +34 -17
  112. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +38 -17
  113. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +37 -17
  114. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +41 -17
  115. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +37 -17
  118. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +34 -17
  119. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +41 -17
  120. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +41 -17
  121. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +41 -17
  122. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  123. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +37 -17
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  125. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +33 -17
  126. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +41 -17
  127. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
  128. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +37 -17
  129. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +37 -17
  130. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +41 -17
  131. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +36 -17
  133. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +41 -17
  134. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +36 -17
  135. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +37 -17
  136. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +37 -17
  137. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -17
  138. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +37 -17
  139. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +36 -17
  140. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +32 -17
  141. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -17
  142. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +33 -17
  143. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +37 -17
  144. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +36 -17
  145. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +37 -17
  146. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +37 -17
  147. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +37 -17
  148. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +37 -17
  149. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +36 -17
  150. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +38 -17
  151. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +33 -17
  152. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +37 -17
  153. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +37 -17
  154. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +36 -17
  155. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +36 -17
  156. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +37 -17
  157. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +37 -17
  158. package/dist-types/ts3.4/commands/index.d.ts +154 -154
  159. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  160. package/dist-types/ts3.4/index.d.ts +6 -6
  161. package/dist-types/ts3.4/models/ConnectServiceException.d.ts +8 -6
  162. package/dist-types/ts3.4/models/index.d.ts +2 -2
  163. package/dist-types/ts3.4/models/models_0.d.ts +3558 -3313
  164. package/dist-types/ts3.4/models/models_1.d.ts +1647 -1485
  165. package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +11 -4
  166. package/dist-types/ts3.4/pagination/GetCurrentUserDataPaginator.d.ts +11 -4
  167. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
  168. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  169. package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  172. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/ListDefaultVocabulariesPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +11 -4
  181. package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +11 -4
  182. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +11 -4
  183. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
  184. package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +11 -4
  185. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +11 -4
  186. package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +11 -4
  187. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -4
  188. package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +11 -4
  189. package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +11 -4
  190. package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +11 -4
  191. package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +11 -4
  192. package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +11 -4
  193. package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +11 -4
  194. package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.d.ts +11 -4
  195. package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +11 -4
  196. package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +11 -4
  197. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  198. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
  199. package/dist-types/ts3.4/pagination/SearchQueuesPaginator.d.ts +11 -4
  200. package/dist-types/ts3.4/pagination/SearchRoutingProfilesPaginator.d.ts +11 -4
  201. package/dist-types/ts3.4/pagination/SearchSecurityProfilesPaginator.d.ts +11 -4
  202. package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +11 -4
  203. package/dist-types/ts3.4/pagination/SearchVocabulariesPaginator.d.ts +11 -4
  204. package/dist-types/ts3.4/pagination/index.d.ts +39 -39
  205. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1853 -464
  206. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  207. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  208. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  209. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  210. package/package.json +34 -34
@@ -1,38 +1,66 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { ConnectClientConfig } from "./ConnectClient";
3
-
4
- export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { ConnectClientConfig } from "./ConnectClient";
3
+
4
+ export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<any>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };
@@ -1,38 +1,66 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { ConnectClientConfig } from "./ConnectClient";
3
-
4
- export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
+ import { ConnectClientConfig } from "./ConnectClient";
3
+
4
+ export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<string>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };
@@ -1,37 +1,67 @@
1
- import { ConnectClientConfig } from "./ConnectClient";
2
-
3
- export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
4
- runtime: string;
5
- sha256: import("@aws-sdk/types").HashConstructor;
6
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
- apiVersion: string;
8
- urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- streamCollector: import("@aws-sdk/types").StreamCollector;
11
- base64Decoder: import("@aws-sdk/types").Decoder;
12
- base64Encoder: import("@aws-sdk/types").Encoder;
13
- utf8Decoder: import("@aws-sdk/types").Decoder;
14
- utf8Encoder: import("@aws-sdk/types").Encoder;
15
- disableHostPrefix: boolean;
16
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
- retryMode: string | import("@aws-sdk/types").Provider<string>;
18
- logger: import("@aws-sdk/types").Logger;
19
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
- serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<any>;
23
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
- };
1
+ import { ConnectClientConfig } from "./ConnectClient";
2
+
3
+ export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
4
+ runtime: string;
5
+ sha256: import("@aws-sdk/types").HashConstructor;
6
+ requestHandler:
7
+ | (import("@aws-sdk/types").RequestHandler<
8
+ any,
9
+ any,
10
+ import("@aws-sdk/types").HttpHandlerOptions
11
+ > &
12
+ import("@aws-sdk/protocol-http").HttpHandler)
13
+ | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
14
+ apiVersion: string;
15
+ urlParser: import("@aws-sdk/types").UrlParser;
16
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
17
+ streamCollector: import("@aws-sdk/types").StreamCollector;
18
+ base64Decoder: import("@aws-sdk/types").Decoder;
19
+ base64Encoder: import("@aws-sdk/types").Encoder;
20
+ utf8Decoder: import("@aws-sdk/types").Decoder;
21
+ utf8Encoder: import("@aws-sdk/types").Encoder;
22
+ disableHostPrefix: boolean;
23
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
24
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
25
+ logger: import("@aws-sdk/types").Logger;
26
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
27
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
28
+ serviceId: string;
29
+ region: string | import("@aws-sdk/types").Provider<any>;
30
+ credentialDefaultProvider: (
31
+ input: any
32
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
33
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
34
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
35
+ import("@aws-sdk/types").UserAgent
36
+ >;
37
+ defaultsMode:
38
+ | import("@aws-sdk/smithy-client").DefaultsMode
39
+ | import("@aws-sdk/types").Provider<
40
+ import("@aws-sdk/smithy-client").DefaultsMode
41
+ >;
42
+ endpoint?:
43
+ | string
44
+ | import("@aws-sdk/types").Endpoint
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
46
+ | undefined;
47
+ tls?: boolean | undefined;
48
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
49
+ credentials?:
50
+ | import("@aws-sdk/types").Credentials
51
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
52
+ | undefined;
53
+ signer?:
54
+ | import("@aws-sdk/types").RequestSigner
55
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
56
+ | undefined;
57
+ signingEscapePath?: boolean | undefined;
58
+ systemClockOffset?: number | undefined;
59
+ signingRegion?: string | undefined;
60
+ signerConstructor?:
61
+ | (new (
62
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
63
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
64
+ ) => import("@aws-sdk/types").RequestSigner)
65
+ | undefined;
66
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
67
+ };
@@ -1,11 +1,11 @@
1
- import { Logger as __Logger } from "@aws-sdk/types";
2
- import { ConnectClientConfig } from "./ConnectClient";
3
-
4
- export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
5
- apiVersion: string;
6
- disableHostPrefix: boolean;
7
- logger: __Logger;
8
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
- serviceId: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- };
1
+ import { Logger as __Logger } from "@aws-sdk/types";
2
+ import { ConnectClientConfig } from "./ConnectClient";
3
+
4
+ export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
5
+ apiVersion: string;
6
+ disableHostPrefix: boolean;
7
+ logger: __Logger;
8
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
+ serviceId: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connect",
3
3
  "description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4
- "version": "3.169.0",
4
+ "version": "3.170.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,47 +19,47 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.169.0",
23
- "@aws-sdk/config-resolver": "3.168.0",
24
- "@aws-sdk/credential-provider-node": "3.169.0",
25
- "@aws-sdk/fetch-http-handler": "3.168.0",
26
- "@aws-sdk/hash-node": "3.168.0",
27
- "@aws-sdk/invalid-dependency": "3.168.0",
28
- "@aws-sdk/middleware-content-length": "3.168.0",
29
- "@aws-sdk/middleware-host-header": "3.168.0",
30
- "@aws-sdk/middleware-logger": "3.168.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.168.0",
32
- "@aws-sdk/middleware-retry": "3.169.0",
33
- "@aws-sdk/middleware-serde": "3.168.0",
34
- "@aws-sdk/middleware-signing": "3.168.0",
35
- "@aws-sdk/middleware-stack": "3.168.0",
36
- "@aws-sdk/middleware-user-agent": "3.168.0",
37
- "@aws-sdk/node-config-provider": "3.168.0",
38
- "@aws-sdk/node-http-handler": "3.168.0",
39
- "@aws-sdk/protocol-http": "3.168.0",
40
- "@aws-sdk/smithy-client": "3.168.0",
41
- "@aws-sdk/types": "3.168.0",
42
- "@aws-sdk/url-parser": "3.168.0",
43
- "@aws-sdk/util-base64-browser": "3.168.0",
44
- "@aws-sdk/util-base64-node": "3.168.0",
45
- "@aws-sdk/util-body-length-browser": "3.168.0",
46
- "@aws-sdk/util-body-length-node": "3.168.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.168.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.168.0",
49
- "@aws-sdk/util-user-agent-browser": "3.168.0",
50
- "@aws-sdk/util-user-agent-node": "3.168.0",
51
- "@aws-sdk/util-utf8-browser": "3.168.0",
52
- "@aws-sdk/util-utf8-node": "3.168.0",
22
+ "@aws-sdk/client-sts": "3.170.0",
23
+ "@aws-sdk/config-resolver": "3.170.0",
24
+ "@aws-sdk/credential-provider-node": "3.170.0",
25
+ "@aws-sdk/fetch-http-handler": "3.170.0",
26
+ "@aws-sdk/hash-node": "3.170.0",
27
+ "@aws-sdk/invalid-dependency": "3.170.0",
28
+ "@aws-sdk/middleware-content-length": "3.170.0",
29
+ "@aws-sdk/middleware-host-header": "3.170.0",
30
+ "@aws-sdk/middleware-logger": "3.170.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
+ "@aws-sdk/middleware-retry": "3.170.0",
33
+ "@aws-sdk/middleware-serde": "3.170.0",
34
+ "@aws-sdk/middleware-signing": "3.170.0",
35
+ "@aws-sdk/middleware-stack": "3.170.0",
36
+ "@aws-sdk/middleware-user-agent": "3.170.0",
37
+ "@aws-sdk/node-config-provider": "3.170.0",
38
+ "@aws-sdk/node-http-handler": "3.170.0",
39
+ "@aws-sdk/protocol-http": "3.170.0",
40
+ "@aws-sdk/smithy-client": "3.170.0",
41
+ "@aws-sdk/types": "3.170.0",
42
+ "@aws-sdk/url-parser": "3.170.0",
43
+ "@aws-sdk/util-base64-browser": "3.170.0",
44
+ "@aws-sdk/util-base64-node": "3.170.0",
45
+ "@aws-sdk/util-body-length-browser": "3.170.0",
46
+ "@aws-sdk/util-body-length-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.170.0",
50
+ "@aws-sdk/util-user-agent-node": "3.170.0",
51
+ "@aws-sdk/util-utf8-browser": "3.170.0",
52
+ "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1",
54
54
  "uuid": "^8.3.2"
55
55
  },
56
56
  "devDependencies": {
57
- "@aws-sdk/service-client-documentation-generator": "3.168.0",
57
+ "@aws-sdk/service-client-documentation-generator": "3.170.0",
58
58
  "@tsconfig/recommended": "1.0.1",
59
59
  "@types/node": "^12.7.5",
60
60
  "@types/uuid": "^8.3.0",
61
61
  "concurrently": "7.0.0",
62
- "downlevel-dts": "0.7.0",
62
+ "downlevel-dts": "0.10.1",
63
63
  "rimraf": "3.0.2",
64
64
  "typedoc": "0.19.2",
65
65
  "typescript": "~4.6.2"