@cdklabs/cdk-construct-connect-datalake 0.0.12 → 0.0.13

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 (156) hide show
  1. package/.jsii +11 -11
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/README.md +1 -1
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +1 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +1 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +1 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/package.json +9 -9
  10. package/node_modules/@aws-sdk/client-connect/README.md +11 -6
  11. package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +74 -47
  12. package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +43 -16
  13. package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +12 -7
  14. package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +12 -7
  15. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +2 -1
  16. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +2 -1
  17. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +17 -0
  18. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPromptsCommand.d.ts +1 -2
  19. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQueuesCommand.d.ts +1 -2
  20. package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +12 -7
  21. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +40 -37
  22. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +152 -59
  23. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +69 -63
  24. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +72 -16
  25. package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +3 -0
  26. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +2 -4
  27. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +2 -4
  28. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +4 -2
  29. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +1 -2
  30. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +9 -10
  31. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +9 -10
  32. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +19 -15
  33. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +17 -1
  34. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  35. package/node_modules/@aws-sdk/client-connect/package.json +9 -9
  36. package/node_modules/@aws-sdk/client-glue/README.md +14 -0
  37. package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +38 -0
  38. package/node_modules/@aws-sdk/client-glue/dist-cjs/models/errors.js +16 -1
  39. package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +91 -36
  40. package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +4 -0
  41. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDashboardUrlCommand.js +16 -0
  42. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSessionEndpointCommand.js +16 -0
  43. package/node_modules/@aws-sdk/client-glue/dist-es/commands/index.js +2 -0
  44. package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +8 -0
  45. package/node_modules/@aws-sdk/client-glue/dist-es/models/errors.js +14 -0
  46. package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +66 -11
  47. package/node_modules/@aws-sdk/client-glue/dist-types/Glue.d.ts +14 -0
  48. package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +4 -2
  49. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateSessionCommand.d.ts +5 -0
  50. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDashboardUrlCommand.d.ts +93 -0
  51. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
  52. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionCommand.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionEndpointCommand.d.ts +101 -0
  54. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListSessionsCommand.d.ts +1 -0
  55. package/node_modules/@aws-sdk/client-glue/dist-types/commands/RunStatementCommand.d.ts +6 -0
  56. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +2 -0
  59. package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +24 -0
  60. package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +17 -0
  61. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +41 -28
  62. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +70 -97
  63. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +97 -2
  64. package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +8 -0
  65. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +34 -0
  66. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +12 -0
  67. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDashboardUrlCommand.d.ts +52 -0
  68. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
  69. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +53 -0
  70. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +2 -0
  73. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +11 -0
  74. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +8 -0
  75. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +12 -7
  76. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +18 -22
  77. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +21 -1
  78. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  79. package/node_modules/@aws-sdk/client-glue/package.json +9 -9
  80. package/node_modules/@aws-sdk/client-lakeformation/package.json +9 -9
  81. package/node_modules/@aws-sdk/client-ram/package.json +9 -9
  82. package/node_modules/@aws-sdk/client-sts/package.json +11 -11
  83. package/node_modules/@aws-sdk/core/dist-cjs/index.js +12 -6
  84. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +12 -6
  85. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -0
  86. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +11 -6
  87. package/node_modules/@aws-sdk/core/package.json +7 -7
  88. package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  89. package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -8
  90. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  91. package/node_modules/@aws-sdk/credential-provider-login/package.json +7 -7
  92. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  93. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  94. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  95. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  96. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +99 -106
  97. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +62 -120
  98. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +55 -86
  99. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +73 -104
  100. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +102 -185
  101. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +4 -5
  102. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +21 -57
  103. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -2
  104. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -4
  105. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +73 -41
  106. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +4 -5
  107. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +20 -52
  108. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -2
  109. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -4
  110. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +36 -59
  111. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +4 -5
  112. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +17 -45
  113. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -2
  114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -4
  115. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +32 -32
  116. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +4 -5
  117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +17 -45
  118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -2
  119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -4
  120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +50 -50
  121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
  122. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
  123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +34 -96
  124. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -2
  125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -6
  126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +63 -80
  127. package/node_modules/@aws-sdk/nested-clients/package.json +9 -9
  128. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -5
  129. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  130. package/node_modules/@aws-sdk/types/package.json +3 -3
  131. package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
  132. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  133. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -2
  134. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js +2 -0
  135. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  136. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/node-http.d.ts +2 -0
  137. package/node_modules/@smithy/credential-provider-imds/package.json +1 -1
  138. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +6 -4
  139. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
  140. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
  141. package/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
  142. package/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
  143. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
  144. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  145. package/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
  146. package/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
  147. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  148. package/node_modules/@types/aws-lambda/README.md +1 -1
  149. package/node_modules/@types/aws-lambda/package.json +3 -3
  150. package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +2 -0
  151. package/node_modules/which-typed-array/CHANGELOG.md +7 -0
  152. package/node_modules/which-typed-array/eslint.config.mjs +1 -0
  153. package/node_modules/which-typed-array/index.d.ts +22 -31
  154. package/node_modules/which-typed-array/index.js +36 -23
  155. package/node_modules/which-typed-array/package.json +4 -7
  156. package/package.json +14 -14
@@ -1,8 +1,9 @@
1
1
  const _A = "Arn";
2
2
  const _AA = "AutoAccept";
3
- const _AAC = "AttributeAndCondition";
3
+ const _AAC = "AiAgentsCriteria";
4
4
  const _AACHGI = "AllowedAccessControlHierarchyGroupId";
5
5
  const _AACT = "AllowedAccessControlTags";
6
+ const _AACt = "AttributeAndCondition";
6
7
  const _AACu = "AutoAcceptConfig";
7
8
  const _AACut = "AutoAcceptConfigs";
8
9
  const _AADS = "AssociateAnalyticsDataSet";
@@ -13,6 +14,8 @@ const _AAI = "AiAgentInfo";
13
14
  const _AAMP = "AwaitAnswerMachinePrompt";
14
15
  const _AAO = "AssociateApprovedOrigin";
15
16
  const _AAOR = "AssociateApprovedOriginRequest";
17
+ const _AASC = "AiAgentSearchCriteria";
18
+ const _AASCL = "AiAgentSearchCriteriaList";
16
19
  const _AAT = "AgentAvailabilityTimer";
17
20
  const _AAVI = "AiAgentVersionId";
18
21
  const _AAi = "AiAgents";
@@ -496,6 +499,8 @@ const _CSP = "CreateSecurityProfile";
496
499
  const _CSPR = "CreateSecurityProfileRequest";
497
500
  const _CSPRr = "CreateSecurityProfileResponse";
498
501
  const _CSS = "ContactSearchSummary";
502
+ const _CSSAAI = "ContactSearchSummaryAiAgentInfo";
503
+ const _CSSAAIL = "ContactSearchSummaryAiAgentInfoList";
499
504
  const _CSSAI = "ContactSearchSummaryAgentInfo";
500
505
  const _CSSQI = "ContactSearchSummaryQueueInfo";
501
506
  const _CSSSA = "ContactSearchSummarySegmentAttributes";
@@ -567,9 +572,9 @@ const _Conf = "Config";
567
572
  const _Cons = "Constraints";
568
573
  const _Cont = "Contact";
569
574
  const _Conta = "Contacts";
570
- const _Cr = "Created";
571
- const _Cre = "Credentials";
572
- const _Cri = "Criteria";
575
+ const _Cr = "Criteria";
576
+ const _Cre = "Created";
577
+ const _Cred = "Credentials";
573
578
  const _Cu = "Customer";
574
579
  const _D = "Description";
575
580
  const _DA = "DirectoryAlias";
@@ -2691,6 +2696,7 @@ const _VL = "ValueList";
2691
2696
  const _VLL = "ValueLockLevel";
2692
2697
  const _VM = "ValueMap";
2693
2698
  const _VN = "ViewName";
2699
+ const _VNe = "VersionNumber";
2694
2700
  const _VNo = "VocabularyName";
2695
2701
  const _VRC = "VoiceRecordingConfiguration";
2696
2702
  const _VRT = "VoiceRecordingTrack";
@@ -3116,6 +3122,16 @@ export var AiAgentInfo$ = [3, n0, _AAI,
3116
3122
  [_AUC, _AAVI, _AAE],
3117
3123
  [0, 0, 2]
3118
3124
  ];
3125
+ export var AiAgentsCriteria$ = [3, n0, _AAC,
3126
+ 0,
3127
+ [_Cr],
3128
+ [() => AiAgentSearchCriteriaList]
3129
+ ];
3130
+ export var AiAgentSearchCriteria$ = [3, n0, _AASC,
3131
+ 0,
3132
+ [_I, _VNe, _AAE, _AUC],
3133
+ [0, 1, 2, 0]
3134
+ ];
3119
3135
  export var AliasConfiguration$ = [3, n0, _ACl,
3120
3136
  0,
3121
3137
  [_EAI],
@@ -3346,7 +3362,7 @@ export var Attribute$ = [3, n0, _Att,
3346
3362
  [_ATt, _V],
3347
3363
  [0, 0]
3348
3364
  ];
3349
- export var AttributeAndCondition$ = [3, n0, _AAC,
3365
+ export var AttributeAndCondition$ = [3, n0, _AACt,
3350
3366
  0,
3351
3367
  [_TC, _HGC],
3352
3368
  [() => TagAndConditionList, () => HierarchyGroupCondition$]
@@ -3408,7 +3424,7 @@ export var BatchAssociateAnalyticsDataSetRequest$ = [3, n0, _BAADSR,
3408
3424
  ];
3409
3425
  export var BatchAssociateAnalyticsDataSetResponse$ = [3, n0, _BAADSRa,
3410
3426
  0,
3411
- [_Cr, _Er],
3427
+ [_Cre, _Er],
3412
3428
  [() => AnalyticsDataAssociationResults, () => ErrorResults]
3413
3429
  ];
3414
3430
  export var BatchCreateDataTableValueFailureResult$ = [3, n0, _BCDTVFR,
@@ -3743,14 +3759,19 @@ export var ContactMetricResult$ = [3, n0, _CMR,
3743
3759
  ];
3744
3760
  export var ContactSearchSummary$ = [3, n0, _CSS,
3745
3761
  0,
3746
- [_A, _I, _ICI, _PCI, _IM, _C, _QIu, _AI, _IT, _DT, _STc, _SAe, _N, _RC, _Ta, _GRM],
3747
- [0, 0, 0, 0, 0, 0, () => ContactSearchSummaryQueueInfo$, () => ContactSearchSummaryAgentInfo$, 4, 4, 4, [() => ContactSearchSummarySegmentAttributes, 0], [() => Name, 0], () => RoutingCriteria$, 128 | 0, () => GlobalResiliencyMetadata$]
3762
+ [_A, _I, _ICI, _PCI, _IM, _C, _QIu, _AI, _IT, _DT, _STc, _SAe, _N, _RC, _Ta, _GRM, _AAI],
3763
+ [0, 0, 0, 0, 0, 0, () => ContactSearchSummaryQueueInfo$, () => ContactSearchSummaryAgentInfo$, 4, 4, 4, [() => ContactSearchSummarySegmentAttributes, 0], [() => Name, 0], () => RoutingCriteria$, 128 | 0, () => GlobalResiliencyMetadata$, () => ContactSearchSummaryAiAgentInfoList]
3748
3764
  ];
3749
3765
  export var ContactSearchSummaryAgentInfo$ = [3, n0, _CSSAI,
3750
3766
  0,
3751
3767
  [_I, _CTAT],
3752
3768
  [0, 4]
3753
3769
  ];
3770
+ export var ContactSearchSummaryAiAgentInfo$ = [3, n0, _CSSAAI,
3771
+ 0,
3772
+ [_AAVI, _AAE, _AUC],
3773
+ [0, 2, 0]
3774
+ ];
3754
3775
  export var ContactSearchSummaryQueueInfo$ = [3, n0, _CSSQI,
3755
3776
  0,
3756
3777
  [_I, _ETnq],
@@ -4146,7 +4167,7 @@ export var CreateWorkspaceResponse$ = [3, n0, _CWRr,
4146
4167
  [_WI, _WA],
4147
4168
  [0, 0], 2
4148
4169
  ];
4149
- export var Credentials$ = [3, n0, _Cre,
4170
+ export var Credentials$ = [3, n0, _Cred,
4150
4171
  8,
4151
4172
  [_ATc, _ATE, _RTef, _RTE],
4152
4173
  [[() => SecurityToken, 0], 4, [() => SecurityToken, 0], 4]
@@ -5588,7 +5609,7 @@ export var GetFederationTokenRequest$ = [3, n0, _GFTR,
5588
5609
  ];
5589
5610
  export var GetFederationTokenResponse$ = [3, n0, _GFTRe,
5590
5611
  0,
5591
- [_Cre, _SIU, _UA, _UI],
5612
+ [_Cred, _SIU, _UA, _UI],
5592
5613
  [[() => Credentials$, 0], 0, 0, 0]
5593
5614
  ];
5594
5615
  export var GetFlowAssociationRequest$ = [3, n0, _GFAR,
@@ -7313,7 +7334,7 @@ export var SearchableAgentCriteriaStep$ = [3, n0, _SACS,
7313
7334
  ];
7314
7335
  export var SearchableContactAttributes$ = [3, n0, _SCA,
7315
7336
  0,
7316
- [_Cri, _MTa],
7337
+ [_Cr, _MTa],
7317
7338
  [[() => SearchableContactAttributesCriteriaList, 0], 0], 1
7318
7339
  ];
7319
7340
  export var SearchableContactAttributesCriteria$ = [3, n0, _SCAC,
@@ -7333,7 +7354,7 @@ export var SearchableRoutingCriteriaStep$ = [3, n0, _SRCS,
7333
7354
  ];
7334
7355
  export var SearchableSegmentAttributes$ = [3, n0, _SSA,
7335
7356
  0,
7336
- [_Cri, _MTa],
7357
+ [_Cr, _MTa],
7337
7358
  [[() => SearchableSegmentAttributesCriteriaList, 0], 0], 1
7338
7359
  ];
7339
7360
  export var SearchableSegmentAttributesCriteria$ = [3, n0, _SSAC,
@@ -7393,7 +7414,7 @@ export var SearchContactFlowsResponse$ = [3, n0, _SCFRe,
7393
7414
  ];
7394
7415
  export var SearchContactsAdditionalTimeRange$ = [3, n0, _SCATR,
7395
7416
  0,
7396
- [_Cri, _MTa],
7417
+ [_Cr, _MTa],
7397
7418
  [() => SearchContactsAdditionalTimeRangeCriteriaList, 0], 2
7398
7419
  ];
7399
7420
  export var SearchContactsAdditionalTimeRangeCriteria$ = [3, n0, _SCATRC,
@@ -7423,8 +7444,8 @@ export var SearchContactsTimestampCondition$ = [3, n0, _SCTC,
7423
7444
  ];
7424
7445
  export var SearchCriteria$ = [3, n0, _SCe,
7425
7446
  0,
7426
- [_N, _AIg, _AHGg, _Ch, _CAo, _IMn, _QIue, _RC, _ATR, _SCA, _SSA, _ARct, _CTonta],
7427
- [[() => NameCriteria$, 0], 64 | 0, () => AgentHierarchyGroups$, 64 | 0, [() => ContactAnalysis$, 0], 64 | 0, 64 | 0, () => SearchableRoutingCriteria$, () => SearchContactsAdditionalTimeRange$, [() => SearchableContactAttributes$, 0], [() => SearchableSegmentAttributes$, 0], 64 | 0, () => ControlPlaneTagFilter$]
7447
+ [_N, _AIg, _AHGg, _Ch, _CAo, _IMn, _QIue, _RC, _ATR, _SCA, _SSA, _ARct, _CTonta, _AAi],
7448
+ [[() => NameCriteria$, 0], 64 | 0, () => AgentHierarchyGroups$, 64 | 0, [() => ContactAnalysis$, 0], 64 | 0, 64 | 0, () => SearchableRoutingCriteria$, () => SearchContactsAdditionalTimeRange$, [() => SearchableContactAttributes$, 0], [() => SearchableSegmentAttributes$, 0], 64 | 0, () => ControlPlaneTagFilter$, () => AiAgentsCriteria$]
7428
7449
  ];
7429
7450
  export var SearchDataTablesRequest$ = [3, n0, _SDTR,
7430
7451
  0,
@@ -8108,7 +8129,7 @@ export var TrafficDistributionGroupUserSummary$ = [3, n0, _TDGUS,
8108
8129
  ];
8109
8130
  export var Transcript$ = [3, n0, _Tr,
8110
8131
  0,
8111
- [_Cri, _MTa],
8132
+ [_Cr, _MTa],
8112
8133
  [[() => TranscriptCriteriaList, 0], 0], 1
8113
8134
  ];
8114
8135
  export var TranscriptCriteria$ = [3, n0, _TCr,
@@ -8904,6 +8925,9 @@ var AgentStatusTypes = 64 | 0;
8904
8925
  var AiAgents = [1, n0, _AAi,
8905
8926
  0, () => AiAgentInfo$
8906
8927
  ];
8928
+ var AiAgentSearchCriteriaList = [1, n0, _AASCL,
8929
+ 0, () => AiAgentSearchCriteria$
8930
+ ];
8907
8931
  var AliasConfigurationList = [1, n0, _ACL,
8908
8932
  0, () => AliasConfiguration$
8909
8933
  ];
@@ -9037,6 +9061,9 @@ var Contacts = [1, n0, _Conta,
9037
9061
  0, [() => ContactSearchSummary$,
9038
9062
  0]
9039
9063
  ];
9064
+ var ContactSearchSummaryAiAgentInfoList = [1, n0, _CSSAAIL,
9065
+ 0, () => ContactSearchSummaryAiAgentInfo$
9066
+ ];
9040
9067
  var ContactStates = 64 | 0;
9041
9068
  var ContactTagKeys = 64 | 0;
9042
9069
  var CurrentMetricDataCollections = [1, n0, _CMDC,
@@ -3200,22 +3200,27 @@ export interface Connect {
3200
3200
  paginateSearchWorkspaces(args: SearchWorkspacesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchWorkspacesCommandOutput>;
3201
3201
  }
3202
3202
  /**
3203
- * <ul>
3203
+ * <note>
3204
+ * <p>Amazon Connect now refers to a portfolio of agentic solutions for business functions. The
3205
+ * legacy product is now called Amazon Connect Customer, or simply Customer. The legacy name
3206
+ * is used interchangeably in this documentation.</p>
3207
+ * </note>
3208
+ * <ul>
3204
3209
  * <li>
3205
3210
  * <p>
3206
- * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Service.html">Connect Customer actions</a>
3211
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Service.html">Connect Customer Customer actions</a>
3207
3212
  * </p>
3208
3213
  * </li>
3209
3214
  * <li>
3210
3215
  * <p>
3211
- * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Service.html">Connect Customer data types</a>
3216
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Service.html">Connect Customer Customer data types</a>
3212
3217
  * </p>
3213
3218
  * </li>
3214
3219
  * </ul>
3215
- * <p>Connect Customer is a cloud-based contact center solution that you use to set up and manage a customer contact
3216
- * center and provide reliable customer engagement at any scale.</p>
3217
- * <p>Connect Customer provides metrics and real-time reporting that enable you to optimize contact routing. You can
3218
- * also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.</p>
3220
+ * <p>Connect Customer Customer engages customers at every touchpoint and creates deeper
3221
+ * relationships with AI powered capabilities.</p>
3222
+ * <p>Build and manage customer communication experiences. Connect customers to agents, enable
3223
+ * intelligent routing, and track performance in real-time.</p>
3219
3224
  * <p>There are limits to the number of Connect Customer resources that you can create. There are also limits to the
3220
3225
  * number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Connect Customer Service Quotas</a> in the
3221
3226
  * <i>Connect Customer Administrator Guide</i>.</p>
@@ -538,22 +538,27 @@ export type ConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
538
538
  export interface ConnectClientResolvedConfig extends ConnectClientResolvedConfigType {
539
539
  }
540
540
  /**
541
- * <ul>
541
+ * <note>
542
+ * <p>Amazon Connect now refers to a portfolio of agentic solutions for business functions. The
543
+ * legacy product is now called Amazon Connect Customer, or simply Customer. The legacy name
544
+ * is used interchangeably in this documentation.</p>
545
+ * </note>
546
+ * <ul>
542
547
  * <li>
543
548
  * <p>
544
- * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Service.html">Connect Customer actions</a>
549
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Service.html">Connect Customer Customer actions</a>
545
550
  * </p>
546
551
  * </li>
547
552
  * <li>
548
553
  * <p>
549
- * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Service.html">Connect Customer data types</a>
554
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Service.html">Connect Customer Customer data types</a>
550
555
  * </p>
551
556
  * </li>
552
557
  * </ul>
553
- * <p>Connect Customer is a cloud-based contact center solution that you use to set up and manage a customer contact
554
- * center and provide reliable customer engagement at any scale.</p>
555
- * <p>Connect Customer provides metrics and real-time reporting that enable you to optimize contact routing. You can
556
- * also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.</p>
558
+ * <p>Connect Customer Customer engages customers at every touchpoint and creates deeper
559
+ * relationships with AI powered capabilities.</p>
560
+ * <p>Build and manage customer communication experiences. Connect customers to agents, enable
561
+ * intelligent routing, and track performance in real-time.</p>
557
562
  * <p>There are limits to the number of Connect Customer resources that you can create. There are also limits to the
558
563
  * number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Connect Customer Service Quotas</a> in the
559
564
  * <i>Connect Customer Administrator Guide</i>.</p>
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import type { CreateVocabularyRequest, CreateVocabularyResponse } from "../models/models_0";
4
+ import type { CreateVocabularyRequest } from "../models/models_0";
5
+ import type { CreateVocabularyResponse } from "../models/models_1";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import type { GetMetricDataV2Request, GetMetricDataV2Response } from "../models/models_1";
4
+ import type { GetMetricDataV2Request } from "../models/models_1";
5
+ import type { GetMetricDataV2Response } from "../models/models_2";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -166,6 +166,16 @@ declare const SearchContactsCommand_base: {
166
166
  * ],
167
167
  * TagCondition: "<TagCondition>",
168
168
  * },
169
+ * AiAgents: { // AiAgentsCriteria
170
+ * Criteria: [ // AiAgentSearchCriteriaList
171
+ * { // AiAgentSearchCriteria
172
+ * Id: "STRING_VALUE",
173
+ * VersionNumber: Number("int"),
174
+ * AiAgentEscalated: true || false,
175
+ * AiUseCase: "AgentAssistance" || "SelfService",
176
+ * },
177
+ * ],
178
+ * },
169
179
  * },
170
180
  * MaxResults: Number("int"),
171
181
  * NextToken: "STRING_VALUE",
@@ -327,6 +337,13 @@ declare const SearchContactsCommand_base: {
327
337
  * // OriginRegion: "STRING_VALUE",
328
338
  * // TrafficDistributionGroupId: "STRING_VALUE",
329
339
  * // },
340
+ * // AiAgentInfo: [ // ContactSearchSummaryAiAgentInfoList
341
+ * // { // ContactSearchSummaryAiAgentInfo
342
+ * // AiAgentVersionId: "STRING_VALUE",
343
+ * // AiAgentEscalated: true || false,
344
+ * // AiUseCase: "AgentAssistance" || "SelfService",
345
+ * // },
346
+ * // ],
330
347
  * // },
331
348
  * // ],
332
349
  * // NextToken: "STRING_VALUE",
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import type { SearchPromptsResponse } from "../models/models_2";
5
- import type { SearchPromptsRequest } from "../models/models_3";
4
+ import type { SearchPromptsRequest, SearchPromptsResponse } from "../models/models_3";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import type { SearchQueuesResponse } from "../models/models_2";
5
- import type { SearchQueuesRequest } from "../models/models_3";
4
+ import type { SearchQueuesRequest, SearchQueuesResponse } from "../models/models_3";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -1,20 +1,25 @@
1
1
  /**
2
- * <ul>
2
+ * <note>
3
+ * <p>Amazon Connect now refers to a portfolio of agentic solutions for business functions. The
4
+ * legacy product is now called Amazon Connect Customer, or simply Customer. The legacy name
5
+ * is used interchangeably in this documentation.</p>
6
+ * </note>
7
+ * <ul>
3
8
  * <li>
4
9
  * <p>
5
- * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Service.html">Connect Customer actions</a>
10
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Service.html">Connect Customer Customer actions</a>
6
11
  * </p>
7
12
  * </li>
8
13
  * <li>
9
14
  * <p>
10
- * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Service.html">Connect Customer data types</a>
15
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Service.html">Connect Customer Customer data types</a>
11
16
  * </p>
12
17
  * </li>
13
18
  * </ul>
14
- * <p>Connect Customer is a cloud-based contact center solution that you use to set up and manage a customer contact
15
- * center and provide reliable customer engagement at any scale.</p>
16
- * <p>Connect Customer provides metrics and real-time reporting that enable you to optimize contact routing. You can
17
- * also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.</p>
19
+ * <p>Connect Customer Customer engages customers at every touchpoint and creates deeper
20
+ * relationships with AI powered capabilities.</p>
21
+ * <p>Build and manage customer communication experiences. Connect customers to agents, enable
22
+ * intelligent routing, and track performance in real-time.</p>
18
23
  * <p>There are limits to the number of Connect Customer resources that you can create. There are also limits to the
19
24
  * number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Connect Customer Service Quotas</a> in the
20
25
  * <i>Connect Customer Administrator Guide</i>.</p>
@@ -1,4 +1,4 @@
1
- import type { AccessType, ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AiUseCase, AllowedUserAction, ApplicationType, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, ConfigurableNotificationPriority, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactState, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DeviceType, DirectoryType, EncryptionType, EndpointType, EntityType, EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceValueType, EvaluationFormItemSourceValuesComparator, EvaluationFormLanguageCode, EvaluationFormMultiSelectQuestionDisplayMode, EvaluationFormQuestionAutomationAnswerSourceType, EvaluationFormScoringMode, EvaluationFormScoringStatus, EvaluationFormSingleSelectQuestionDisplayMode, EvaluationReviewNotificationRecipientType, EventSourceName, FailureReasonCode, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowModuleType, HoursOfOperationDays, InstanceStorageResourceType, IntegrationType, ListFlowAssociationResourceType, LocaleCode, MultiSelectQuestionRuleCategoryAutomationCondition, NotificationContentType, NotificationDeliveryType, NumericQuestionPropertyAutomationLabel, OutboundStrategyType, OverrideDays, OverrideType, ParticipantRole, ParticipantState, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecurrenceFrequency, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, TestCaseEntryPointType, TestCaseStatus, UseCaseType, VideoCapability, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState, VoiceEnhancementMode } from "./enums";
1
+ import type { AccessType, ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AiUseCase, AllowedUserAction, ApplicationType, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, ConfigurableNotificationPriority, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactState, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DeviceType, DirectoryType, EncryptionType, EndpointType, EntityType, EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceValueType, EvaluationFormItemSourceValuesComparator, EvaluationFormLanguageCode, EvaluationFormMultiSelectQuestionDisplayMode, EvaluationFormQuestionAutomationAnswerSourceType, EvaluationFormScoringMode, EvaluationFormScoringStatus, EvaluationFormSingleSelectQuestionDisplayMode, EvaluationReviewNotificationRecipientType, EventSourceName, FailureReasonCode, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowModuleType, HoursOfOperationDays, InstanceStorageResourceType, IntegrationType, ListFlowAssociationResourceType, LocaleCode, MultiSelectQuestionRuleCategoryAutomationCondition, NotificationContentType, NotificationDeliveryType, NumericQuestionPropertyAutomationLabel, OutboundStrategyType, OverrideDays, OverrideType, ParticipantRole, ParticipantState, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecurrenceFrequency, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, TestCaseEntryPointType, TestCaseStatus, UseCaseType, VideoCapability, ViewStatus, ViewType, VocabularyLanguageCode, VoiceEnhancementMode } from "./enums";
2
2
  /**
3
3
  * <p>Information about an action.</p>
4
4
  * @public
@@ -760,6 +760,45 @@ export interface AiAgentInfo {
760
760
  */
761
761
  AiAgentEscalated?: boolean | undefined;
762
762
  }
763
+ /**
764
+ * <p>The search criteria based on AI Agents metadata.</p>
765
+ * @public
766
+ */
767
+ export interface AiAgentSearchCriteria {
768
+ /**
769
+ * <p>ID of the AI Agent that was involved in the contact.</p>
770
+ * @public
771
+ */
772
+ Id?: string | undefined;
773
+ /**
774
+ * <p>Version of the AI agent that was involved in the contact. ID is required if VersionNumber
775
+ * is passed.</p>
776
+ * @public
777
+ */
778
+ VersionNumber?: number | undefined;
779
+ /**
780
+ * <p>A boolean flag indicating whether the contact initially handled by this AI agent was
781
+ * escalated to a human agent.</p>
782
+ * @public
783
+ */
784
+ AiAgentEscalated?: boolean | undefined;
785
+ /**
786
+ * <p>The use case or scenario for which the AI agent is involved in the contact.</p>
787
+ * @public
788
+ */
789
+ AiUseCase?: AiUseCase | undefined;
790
+ }
791
+ /**
792
+ * <p>AI Agent search criteria definitions.</p>
793
+ * @public
794
+ */
795
+ export interface AiAgentsCriteria {
796
+ /**
797
+ * <p>The list of criteria based on AI Agent metadata.</p>
798
+ * @public
799
+ */
800
+ Criteria?: AiAgentSearchCriteria[] | undefined;
801
+ }
763
802
  /**
764
803
  * <p>Configuration information of an email alias.</p>
765
804
  * @public
@@ -6962,39 +7001,3 @@ export interface CreateVocabularyRequest {
6962
7001
  */
6963
7002
  Tags?: Record<string, string> | undefined;
6964
7003
  }
6965
- /**
6966
- * @public
6967
- */
6968
- export interface CreateVocabularyResponse {
6969
- /**
6970
- * <p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>
6971
- * @public
6972
- */
6973
- VocabularyArn: string | undefined;
6974
- /**
6975
- * <p>The identifier of the custom vocabulary.</p>
6976
- * @public
6977
- */
6978
- VocabularyId: string | undefined;
6979
- /**
6980
- * <p>The current state of the custom vocabulary.</p>
6981
- * @public
6982
- */
6983
- State: VocabularyState | undefined;
6984
- }
6985
- /**
6986
- * <p>Contains logo image configuration for workspace themes.</p>
6987
- * @public
6988
- */
6989
- export interface ImagesLogo {
6990
- /**
6991
- * <p>The default logo image displayed in the workspace.</p>
6992
- * @public
6993
- */
6994
- Default?: string | undefined;
6995
- /**
6996
- * <p>The favicon image displayed in the browser tab.</p>
6997
- * @public
6998
- */
6999
- Favicon?: string | undefined;
7000
- }