cdk-lambda-subminute 2.0.427 → 2.0.428
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +155 -123
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +330 -321
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +140 -56
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +16 -10
- package/node_modules/aws-sdk/apis/supplychain-2024-01-01.examples.json +261 -0
- package/node_modules/aws-sdk/apis/supplychain-2024-01-01.min.json +44 -0
- package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +15 -26
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +32 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +15 -4
- package/node_modules/aws-sdk/clients/networkmonitor.d.ts +26 -26
- package/node_modules/aws-sdk/clients/qconnect.d.ts +169 -96
- package/node_modules/aws-sdk/clients/rekognition.d.ts +5 -1
- package/node_modules/aws-sdk/clients/supplychain.d.ts +44 -0
- package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +6 -20
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +349 -334
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1597.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -67981,7 +67981,7 @@ module.exports={
|
|
67981
67981
|
"SecurityProfileName": {},
|
67982
67982
|
"Description": {},
|
67983
67983
|
"Permissions": {
|
67984
|
-
"shape": "
|
67984
|
+
"shape": "S82"
|
67985
67985
|
},
|
67986
67986
|
"InstanceId": {
|
67987
67987
|
"location": "uri",
|
@@ -67991,16 +67991,16 @@ module.exports={
|
|
67991
67991
|
"shape": "S34"
|
67992
67992
|
},
|
67993
67993
|
"AllowedAccessControlTags": {
|
67994
|
-
"shape": "
|
67994
|
+
"shape": "S84"
|
67995
67995
|
},
|
67996
67996
|
"TagRestrictedResources": {
|
67997
|
-
"shape": "
|
67997
|
+
"shape": "S87"
|
67998
67998
|
},
|
67999
67999
|
"Applications": {
|
68000
|
-
"shape": "
|
68000
|
+
"shape": "S89"
|
68001
68001
|
},
|
68002
68002
|
"HierarchyRestrictedResources": {
|
68003
|
-
"shape": "
|
68003
|
+
"shape": "S8e"
|
68004
68004
|
},
|
68005
68005
|
"AllowedAccessControlHierarchyGroupId": {}
|
68006
68006
|
}
|
@@ -68034,14 +68034,14 @@ module.exports={
|
|
68034
68034
|
"Description": {},
|
68035
68035
|
"ContactFlowId": {},
|
68036
68036
|
"Constraints": {
|
68037
|
-
"shape": "
|
68037
|
+
"shape": "S8m"
|
68038
68038
|
},
|
68039
68039
|
"Defaults": {
|
68040
|
-
"shape": "
|
68040
|
+
"shape": "S8v"
|
68041
68041
|
},
|
68042
68042
|
"Status": {},
|
68043
68043
|
"Fields": {
|
68044
|
-
"shape": "
|
68044
|
+
"shape": "S90"
|
68045
68045
|
},
|
68046
68046
|
"ClientToken": {
|
68047
68047
|
"idempotencyToken": true
|
@@ -68147,14 +68147,14 @@ module.exports={
|
|
68147
68147
|
"sensitive": true
|
68148
68148
|
},
|
68149
68149
|
"IdentityInfo": {
|
68150
|
-
"shape": "
|
68150
|
+
"shape": "S9n"
|
68151
68151
|
},
|
68152
68152
|
"PhoneConfig": {
|
68153
|
-
"shape": "
|
68153
|
+
"shape": "S9r"
|
68154
68154
|
},
|
68155
68155
|
"DirectoryUserId": {},
|
68156
68156
|
"SecurityProfileIds": {
|
68157
|
-
"shape": "
|
68157
|
+
"shape": "S9w"
|
68158
68158
|
},
|
68159
68159
|
"RoutingProfileId": {},
|
68160
68160
|
"HierarchyGroupId": {},
|
@@ -68227,11 +68227,11 @@ module.exports={
|
|
68227
68227
|
"ClientToken": {},
|
68228
68228
|
"Status": {},
|
68229
68229
|
"Content": {
|
68230
|
-
"shape": "
|
68230
|
+
"shape": "Sa5"
|
68231
68231
|
},
|
68232
68232
|
"Description": {},
|
68233
68233
|
"Name": {
|
68234
|
-
"shape": "
|
68234
|
+
"shape": "Saa"
|
68235
68235
|
},
|
68236
68236
|
"Tags": {
|
68237
68237
|
"shape": "S34"
|
@@ -68242,7 +68242,7 @@ module.exports={
|
|
68242
68242
|
"type": "structure",
|
68243
68243
|
"members": {
|
68244
68244
|
"View": {
|
68245
|
-
"shape": "
|
68245
|
+
"shape": "Sac"
|
68246
68246
|
}
|
68247
68247
|
}
|
68248
68248
|
},
|
@@ -68276,7 +68276,7 @@ module.exports={
|
|
68276
68276
|
"type": "structure",
|
68277
68277
|
"members": {
|
68278
68278
|
"View": {
|
68279
|
-
"shape": "
|
68279
|
+
"shape": "Sac"
|
68280
68280
|
}
|
68281
68281
|
}
|
68282
68282
|
},
|
@@ -68999,10 +68999,10 @@ module.exports={
|
|
68999
68999
|
"PreviousContactId": {},
|
69000
69000
|
"InitiationMethod": {},
|
69001
69001
|
"Name": {
|
69002
|
-
"shape": "
|
69002
|
+
"shape": "Sbv"
|
69003
69003
|
},
|
69004
69004
|
"Description": {
|
69005
|
-
"shape": "
|
69005
|
+
"shape": "Sbw"
|
69006
69006
|
},
|
69007
69007
|
"Channel": {},
|
69008
69008
|
"QueueInfo": {
|
@@ -69064,7 +69064,7 @@ module.exports={
|
|
69064
69064
|
"type": "long"
|
69065
69065
|
},
|
69066
69066
|
"Tags": {
|
69067
|
-
"shape": "
|
69067
|
+
"shape": "Sc7"
|
69068
69068
|
}
|
69069
69069
|
}
|
69070
69070
|
}
|
@@ -69126,7 +69126,7 @@ module.exports={
|
|
69126
69126
|
"EvaluatorArn": {},
|
69127
69127
|
"ContactAgentId": {},
|
69128
69128
|
"Score": {
|
69129
|
-
"shape": "
|
69129
|
+
"shape": "Sce"
|
69130
69130
|
}
|
69131
69131
|
}
|
69132
69132
|
},
|
@@ -69137,23 +69137,23 @@ module.exports={
|
|
69137
69137
|
"type": "structure",
|
69138
69138
|
"members": {
|
69139
69139
|
"Value": {
|
69140
|
-
"shape": "
|
69140
|
+
"shape": "Sci"
|
69141
69141
|
},
|
69142
69142
|
"SystemSuggestedValue": {
|
69143
|
-
"shape": "
|
69143
|
+
"shape": "Sci"
|
69144
69144
|
}
|
69145
69145
|
}
|
69146
69146
|
}
|
69147
69147
|
},
|
69148
69148
|
"Notes": {
|
69149
|
-
"shape": "
|
69149
|
+
"shape": "Scl"
|
69150
69150
|
},
|
69151
69151
|
"Status": {},
|
69152
69152
|
"Scores": {
|
69153
69153
|
"type": "map",
|
69154
69154
|
"key": {},
|
69155
69155
|
"value": {
|
69156
|
-
"shape": "
|
69156
|
+
"shape": "Sce"
|
69157
69157
|
}
|
69158
69158
|
},
|
69159
69159
|
"CreatedTime": {
|
@@ -69389,7 +69389,7 @@ module.exports={
|
|
69389
69389
|
"type": "structure",
|
69390
69390
|
"members": {
|
69391
69391
|
"HoursOfOperation": {
|
69392
|
-
"shape": "
|
69392
|
+
"shape": "Sd7"
|
69393
69393
|
}
|
69394
69394
|
}
|
69395
69395
|
}
|
@@ -69475,7 +69475,7 @@ module.exports={
|
|
69475
69475
|
"type": "structure",
|
69476
69476
|
"members": {
|
69477
69477
|
"Attribute": {
|
69478
|
-
"shape": "
|
69478
|
+
"shape": "Sdh"
|
69479
69479
|
}
|
69480
69480
|
}
|
69481
69481
|
}
|
@@ -69589,7 +69589,7 @@ module.exports={
|
|
69589
69589
|
"type": "structure",
|
69590
69590
|
"members": {
|
69591
69591
|
"PredefinedAttribute": {
|
69592
|
-
"shape": "
|
69592
|
+
"shape": "Sdv"
|
69593
69593
|
}
|
69594
69594
|
}
|
69595
69595
|
}
|
@@ -69620,7 +69620,7 @@ module.exports={
|
|
69620
69620
|
"type": "structure",
|
69621
69621
|
"members": {
|
69622
69622
|
"Prompt": {
|
69623
|
-
"shape": "
|
69623
|
+
"shape": "Sdy"
|
69624
69624
|
}
|
69625
69625
|
}
|
69626
69626
|
}
|
@@ -69651,7 +69651,7 @@ module.exports={
|
|
69651
69651
|
"type": "structure",
|
69652
69652
|
"members": {
|
69653
69653
|
"Queue": {
|
69654
|
-
"shape": "
|
69654
|
+
"shape": "Se1"
|
69655
69655
|
}
|
69656
69656
|
}
|
69657
69657
|
}
|
@@ -69682,7 +69682,7 @@ module.exports={
|
|
69682
69682
|
"type": "structure",
|
69683
69683
|
"members": {
|
69684
69684
|
"QuickConnect": {
|
69685
|
-
"shape": "
|
69685
|
+
"shape": "Se5"
|
69686
69686
|
}
|
69687
69687
|
}
|
69688
69688
|
}
|
@@ -69713,7 +69713,7 @@ module.exports={
|
|
69713
69713
|
"type": "structure",
|
69714
69714
|
"members": {
|
69715
69715
|
"RoutingProfile": {
|
69716
|
-
"shape": "
|
69716
|
+
"shape": "Se8"
|
69717
69717
|
}
|
69718
69718
|
}
|
69719
69719
|
}
|
@@ -69824,17 +69824,17 @@ module.exports={
|
|
69824
69824
|
"shape": "S34"
|
69825
69825
|
},
|
69826
69826
|
"AllowedAccessControlTags": {
|
69827
|
-
"shape": "
|
69827
|
+
"shape": "S84"
|
69828
69828
|
},
|
69829
69829
|
"TagRestrictedResources": {
|
69830
|
-
"shape": "
|
69830
|
+
"shape": "S87"
|
69831
69831
|
},
|
69832
69832
|
"LastModifiedTime": {
|
69833
69833
|
"type": "timestamp"
|
69834
69834
|
},
|
69835
69835
|
"LastModifiedRegion": {},
|
69836
69836
|
"HierarchyRestrictedResources": {
|
69837
|
-
"shape": "
|
69837
|
+
"shape": "S8e"
|
69838
69838
|
},
|
69839
69839
|
"AllowedAccessControlHierarchyGroupId": {}
|
69840
69840
|
}
|
@@ -69914,14 +69914,14 @@ module.exports={
|
|
69914
69914
|
"Arn": {},
|
69915
69915
|
"Username": {},
|
69916
69916
|
"IdentityInfo": {
|
69917
|
-
"shape": "
|
69917
|
+
"shape": "S9n"
|
69918
69918
|
},
|
69919
69919
|
"PhoneConfig": {
|
69920
|
-
"shape": "
|
69920
|
+
"shape": "S9r"
|
69921
69921
|
},
|
69922
69922
|
"DirectoryUserId": {},
|
69923
69923
|
"SecurityProfileIds": {
|
69924
|
-
"shape": "
|
69924
|
+
"shape": "S9w"
|
69925
69925
|
},
|
69926
69926
|
"RoutingProfileId": {},
|
69927
69927
|
"HierarchyGroupId": {},
|
@@ -69973,19 +69973,19 @@ module.exports={
|
|
69973
69973
|
"type": "structure",
|
69974
69974
|
"members": {
|
69975
69975
|
"LevelOne": {
|
69976
|
-
"shape": "
|
69976
|
+
"shape": "Seu"
|
69977
69977
|
},
|
69978
69978
|
"LevelTwo": {
|
69979
|
-
"shape": "
|
69979
|
+
"shape": "Seu"
|
69980
69980
|
},
|
69981
69981
|
"LevelThree": {
|
69982
|
-
"shape": "
|
69982
|
+
"shape": "Seu"
|
69983
69983
|
},
|
69984
69984
|
"LevelFour": {
|
69985
|
-
"shape": "
|
69985
|
+
"shape": "Seu"
|
69986
69986
|
},
|
69987
69987
|
"LevelFive": {
|
69988
|
-
"shape": "
|
69988
|
+
"shape": "Seu"
|
69989
69989
|
}
|
69990
69990
|
}
|
69991
69991
|
},
|
@@ -70025,19 +70025,19 @@ module.exports={
|
|
70025
70025
|
"type": "structure",
|
70026
70026
|
"members": {
|
70027
70027
|
"LevelOne": {
|
70028
|
-
"shape": "
|
70028
|
+
"shape": "Sey"
|
70029
70029
|
},
|
70030
70030
|
"LevelTwo": {
|
70031
|
-
"shape": "
|
70031
|
+
"shape": "Sey"
|
70032
70032
|
},
|
70033
70033
|
"LevelThree": {
|
70034
|
-
"shape": "
|
70034
|
+
"shape": "Sey"
|
70035
70035
|
},
|
70036
70036
|
"LevelFour": {
|
70037
|
-
"shape": "
|
70037
|
+
"shape": "Sey"
|
70038
70038
|
},
|
70039
70039
|
"LevelFive": {
|
70040
|
-
"shape": "
|
70040
|
+
"shape": "Sey"
|
70041
70041
|
}
|
70042
70042
|
}
|
70043
70043
|
}
|
@@ -70070,7 +70070,7 @@ module.exports={
|
|
70070
70070
|
"type": "structure",
|
70071
70071
|
"members": {
|
70072
70072
|
"View": {
|
70073
|
-
"shape": "
|
70073
|
+
"shape": "Sac"
|
70074
70074
|
}
|
70075
70075
|
}
|
70076
70076
|
}
|
@@ -70556,15 +70556,15 @@ module.exports={
|
|
70556
70556
|
"locationName": "InstanceId"
|
70557
70557
|
},
|
70558
70558
|
"Filters": {
|
70559
|
-
"shape": "
|
70559
|
+
"shape": "Sfu"
|
70560
70560
|
},
|
70561
70561
|
"Groupings": {
|
70562
|
-
"shape": "
|
70562
|
+
"shape": "Sg0"
|
70563
70563
|
},
|
70564
70564
|
"CurrentMetrics": {
|
70565
70565
|
"type": "list",
|
70566
70566
|
"member": {
|
70567
|
-
"shape": "
|
70567
|
+
"shape": "Sg3"
|
70568
70568
|
}
|
70569
70569
|
},
|
70570
70570
|
"NextToken": {},
|
@@ -70593,7 +70593,7 @@ module.exports={
|
|
70593
70593
|
"type": "structure",
|
70594
70594
|
"members": {
|
70595
70595
|
"Dimensions": {
|
70596
|
-
"shape": "
|
70596
|
+
"shape": "Sge"
|
70597
70597
|
},
|
70598
70598
|
"Collections": {
|
70599
70599
|
"type": "list",
|
@@ -70601,7 +70601,7 @@ module.exports={
|
|
70601
70601
|
"type": "structure",
|
70602
70602
|
"members": {
|
70603
70603
|
"Metric": {
|
70604
|
-
"shape": "
|
70604
|
+
"shape": "Sg3"
|
70605
70605
|
},
|
70606
70606
|
"Value": {
|
70607
70607
|
"type": "double"
|
@@ -70640,7 +70640,7 @@ module.exports={
|
|
70640
70640
|
"type": "structure",
|
70641
70641
|
"members": {
|
70642
70642
|
"Queues": {
|
70643
|
-
"shape": "
|
70643
|
+
"shape": "Sfv"
|
70644
70644
|
},
|
70645
70645
|
"ContactFilter": {
|
70646
70646
|
"type": "structure",
|
@@ -70652,7 +70652,7 @@ module.exports={
|
|
70652
70652
|
}
|
70653
70653
|
},
|
70654
70654
|
"RoutingProfiles": {
|
70655
|
-
"shape": "
|
70655
|
+
"shape": "Sfx"
|
70656
70656
|
},
|
70657
70657
|
"Agents": {
|
70658
70658
|
"type": "list",
|
@@ -70687,25 +70687,25 @@ module.exports={
|
|
70687
70687
|
}
|
70688
70688
|
},
|
70689
70689
|
"RoutingProfile": {
|
70690
|
-
"shape": "
|
70690
|
+
"shape": "Sgg"
|
70691
70691
|
},
|
70692
70692
|
"HierarchyPath": {
|
70693
70693
|
"type": "structure",
|
70694
70694
|
"members": {
|
70695
70695
|
"LevelOne": {
|
70696
|
-
"shape": "
|
70696
|
+
"shape": "Sgx"
|
70697
70697
|
},
|
70698
70698
|
"LevelTwo": {
|
70699
|
-
"shape": "
|
70699
|
+
"shape": "Sgx"
|
70700
70700
|
},
|
70701
70701
|
"LevelThree": {
|
70702
|
-
"shape": "
|
70702
|
+
"shape": "Sgx"
|
70703
70703
|
},
|
70704
70704
|
"LevelFour": {
|
70705
|
-
"shape": "
|
70705
|
+
"shape": "Sgx"
|
70706
70706
|
},
|
70707
70707
|
"LevelFive": {
|
70708
|
-
"shape": "
|
70708
|
+
"shape": "Sgx"
|
70709
70709
|
}
|
70710
70710
|
}
|
70711
70711
|
},
|
@@ -70720,13 +70720,13 @@ module.exports={
|
|
70720
70720
|
}
|
70721
70721
|
},
|
70722
70722
|
"AvailableSlotsByChannel": {
|
70723
|
-
"shape": "
|
70723
|
+
"shape": "Sgz"
|
70724
70724
|
},
|
70725
70725
|
"MaxSlotsByChannel": {
|
70726
|
-
"shape": "
|
70726
|
+
"shape": "Sgz"
|
70727
70727
|
},
|
70728
70728
|
"ActiveSlotsByChannel": {
|
70729
|
-
"shape": "
|
70729
|
+
"shape": "Sgz"
|
70730
70730
|
},
|
70731
70731
|
"Contacts": {
|
70732
70732
|
"type": "list",
|
@@ -70744,7 +70744,7 @@ module.exports={
|
|
70744
70744
|
"type": "timestamp"
|
70745
70745
|
},
|
70746
70746
|
"Queue": {
|
70747
|
-
"shape": "
|
70747
|
+
"shape": "Sgf"
|
70748
70748
|
}
|
70749
70749
|
}
|
70750
70750
|
}
|
@@ -70783,13 +70783,13 @@ module.exports={
|
|
70783
70783
|
"type": "structure",
|
70784
70784
|
"members": {
|
70785
70785
|
"AccessToken": {
|
70786
|
-
"shape": "
|
70786
|
+
"shape": "Sh6"
|
70787
70787
|
},
|
70788
70788
|
"AccessTokenExpiration": {
|
70789
70789
|
"type": "timestamp"
|
70790
70790
|
},
|
70791
70791
|
"RefreshToken": {
|
70792
|
-
"shape": "
|
70792
|
+
"shape": "Sh6"
|
70793
70793
|
},
|
70794
70794
|
"RefreshTokenExpiration": {
|
70795
70795
|
"type": "timestamp"
|
@@ -70864,15 +70864,15 @@ module.exports={
|
|
70864
70864
|
"type": "timestamp"
|
70865
70865
|
},
|
70866
70866
|
"Filters": {
|
70867
|
-
"shape": "
|
70867
|
+
"shape": "Sfu"
|
70868
70868
|
},
|
70869
70869
|
"Groupings": {
|
70870
|
-
"shape": "
|
70870
|
+
"shape": "Sg0"
|
70871
70871
|
},
|
70872
70872
|
"HistoricalMetrics": {
|
70873
70873
|
"type": "list",
|
70874
70874
|
"member": {
|
70875
|
-
"shape": "
|
70875
|
+
"shape": "Shb"
|
70876
70876
|
}
|
70877
70877
|
},
|
70878
70878
|
"NextToken": {},
|
@@ -70891,7 +70891,7 @@ module.exports={
|
|
70891
70891
|
"type": "structure",
|
70892
70892
|
"members": {
|
70893
70893
|
"Dimensions": {
|
70894
|
-
"shape": "
|
70894
|
+
"shape": "Sge"
|
70895
70895
|
},
|
70896
70896
|
"Collections": {
|
70897
70897
|
"type": "list",
|
@@ -70899,7 +70899,7 @@ module.exports={
|
|
70899
70899
|
"type": "structure",
|
70900
70900
|
"members": {
|
70901
70901
|
"Metric": {
|
70902
|
-
"shape": "
|
70902
|
+
"shape": "Shb"
|
70903
70903
|
},
|
70904
70904
|
"Value": {
|
70905
70905
|
"type": "double"
|
@@ -70961,7 +70961,7 @@ module.exports={
|
|
70961
70961
|
"Metrics": {
|
70962
70962
|
"type": "list",
|
70963
70963
|
"member": {
|
70964
|
-
"shape": "
|
70964
|
+
"shape": "Shw"
|
70965
70965
|
}
|
70966
70966
|
},
|
70967
70967
|
"NextToken": {},
|
@@ -71002,7 +71002,7 @@ module.exports={
|
|
71002
71002
|
"type": "structure",
|
71003
71003
|
"members": {
|
71004
71004
|
"Metric": {
|
71005
|
-
"shape": "
|
71005
|
+
"shape": "Shw"
|
71006
71006
|
},
|
71007
71007
|
"Value": {
|
71008
71008
|
"type": "double"
|
@@ -71090,13 +71090,13 @@ module.exports={
|
|
71090
71090
|
"Description": {},
|
71091
71091
|
"ContactFlowId": {},
|
71092
71092
|
"Constraints": {
|
71093
|
-
"shape": "
|
71093
|
+
"shape": "S8m"
|
71094
71094
|
},
|
71095
71095
|
"Defaults": {
|
71096
|
-
"shape": "
|
71096
|
+
"shape": "S8v"
|
71097
71097
|
},
|
71098
71098
|
"Fields": {
|
71099
|
-
"shape": "
|
71099
|
+
"shape": "S90"
|
71100
71100
|
},
|
71101
71101
|
"Status": {},
|
71102
71102
|
"LastModifiedTime": {
|
@@ -71132,15 +71132,15 @@ module.exports={
|
|
71132
71132
|
"type": "structure",
|
71133
71133
|
"members": {
|
71134
71134
|
"TelephonyConfig": {
|
71135
|
-
"shape": "
|
71135
|
+
"shape": "Sil"
|
71136
71136
|
},
|
71137
71137
|
"Id": {},
|
71138
71138
|
"Arn": {},
|
71139
71139
|
"SignInConfig": {
|
71140
|
-
"shape": "
|
71140
|
+
"shape": "Siq"
|
71141
71141
|
},
|
71142
71142
|
"AgentConfig": {
|
71143
|
-
"shape": "
|
71143
|
+
"shape": "Sit"
|
71144
71144
|
}
|
71145
71145
|
}
|
71146
71146
|
}
|
@@ -71413,7 +71413,7 @@ module.exports={
|
|
71413
71413
|
"Status": {},
|
71414
71414
|
"EvaluatorArn": {},
|
71415
71415
|
"Score": {
|
71416
|
-
"shape": "
|
71416
|
+
"shape": "Sce"
|
71417
71417
|
},
|
71418
71418
|
"CreatedTime": {
|
71419
71419
|
"type": "timestamp"
|
@@ -71942,7 +71942,7 @@ module.exports={
|
|
71942
71942
|
"Attributes": {
|
71943
71943
|
"type": "list",
|
71944
71944
|
"member": {
|
71945
|
-
"shape": "
|
71945
|
+
"shape": "Sdh"
|
71946
71946
|
}
|
71947
71947
|
},
|
71948
71948
|
"NextToken": {}
|
@@ -72194,12 +72194,12 @@ module.exports={
|
|
72194
72194
|
"locationName": "InstanceId"
|
72195
72195
|
},
|
72196
72196
|
"PhoneNumberTypes": {
|
72197
|
-
"shape": "
|
72197
|
+
"shape": "Sl9",
|
72198
72198
|
"location": "querystring",
|
72199
72199
|
"locationName": "phoneNumberTypes"
|
72200
72200
|
},
|
72201
72201
|
"PhoneNumberCountryCodes": {
|
72202
|
-
"shape": "
|
72202
|
+
"shape": "Sla",
|
72203
72203
|
"location": "querystring",
|
72204
72204
|
"locationName": "phoneNumberCountryCodes"
|
72205
72205
|
},
|
@@ -72248,10 +72248,10 @@ module.exports={
|
|
72248
72248
|
},
|
72249
72249
|
"NextToken": {},
|
72250
72250
|
"PhoneNumberCountryCodes": {
|
72251
|
-
"shape": "
|
72251
|
+
"shape": "Sla"
|
72252
72252
|
},
|
72253
72253
|
"PhoneNumberTypes": {
|
72254
|
-
"shape": "
|
72254
|
+
"shape": "Sl9"
|
72255
72255
|
},
|
72256
72256
|
"PhoneNumberPrefix": {}
|
72257
72257
|
}
|
@@ -72410,7 +72410,7 @@ module.exports={
|
|
72410
72410
|
"members": {
|
72411
72411
|
"NextToken": {},
|
72412
72412
|
"QuickConnectSummaryList": {
|
72413
|
-
"shape": "
|
72413
|
+
"shape": "Slv"
|
72414
72414
|
},
|
72415
72415
|
"LastModifiedTime": {
|
72416
72416
|
"type": "timestamp"
|
@@ -72510,7 +72510,7 @@ module.exports={
|
|
72510
72510
|
"type": "structure",
|
72511
72511
|
"members": {
|
72512
72512
|
"QuickConnectSummaryList": {
|
72513
|
-
"shape": "
|
72513
|
+
"shape": "Slv"
|
72514
72514
|
},
|
72515
72515
|
"NextToken": {}
|
72516
72516
|
}
|
@@ -72580,7 +72580,7 @@ module.exports={
|
|
72580
72580
|
"Content": {},
|
72581
72581
|
"ContentType": {},
|
72582
72582
|
"Time": {
|
72583
|
-
"shape": "
|
72583
|
+
"shape": "Smk"
|
72584
72584
|
},
|
72585
72585
|
"Redaction": {
|
72586
72586
|
"type": "structure",
|
@@ -72588,7 +72588,7 @@ module.exports={
|
|
72588
72588
|
"CharacterOffsets": {
|
72589
72589
|
"type": "list",
|
72590
72590
|
"member": {
|
72591
|
-
"shape": "
|
72591
|
+
"shape": "Smo"
|
72592
72592
|
}
|
72593
72593
|
}
|
72594
72594
|
}
|
@@ -72626,7 +72626,7 @@ module.exports={
|
|
72626
72626
|
"members": {
|
72627
72627
|
"Id": {},
|
72628
72628
|
"CharacterOffsets": {
|
72629
|
-
"shape": "
|
72629
|
+
"shape": "Smo"
|
72630
72630
|
}
|
72631
72631
|
}
|
72632
72632
|
}
|
@@ -72664,7 +72664,7 @@ module.exports={
|
|
72664
72664
|
"Content": {},
|
72665
72665
|
"Id": {},
|
72666
72666
|
"CharacterOffsets": {
|
72667
|
-
"shape": "
|
72667
|
+
"shape": "Smo"
|
72668
72668
|
}
|
72669
72669
|
}
|
72670
72670
|
}
|
@@ -72688,7 +72688,7 @@ module.exports={
|
|
72688
72688
|
"DisplayName": {},
|
72689
72689
|
"EventType": {},
|
72690
72690
|
"Time": {
|
72691
|
-
"shape": "
|
72691
|
+
"shape": "Smk"
|
72692
72692
|
}
|
72693
72693
|
}
|
72694
72694
|
},
|
@@ -72723,7 +72723,7 @@ module.exports={
|
|
72723
72723
|
}
|
72724
72724
|
},
|
72725
72725
|
"Time": {
|
72726
|
-
"shape": "
|
72726
|
+
"shape": "Smk"
|
72727
72727
|
}
|
72728
72728
|
}
|
72729
72729
|
}
|
@@ -73017,7 +73017,7 @@ module.exports={
|
|
73017
73017
|
"type": "structure",
|
73018
73018
|
"members": {
|
73019
73019
|
"Applications": {
|
73020
|
-
"shape": "
|
73020
|
+
"shape": "S89"
|
73021
73021
|
},
|
73022
73022
|
"NextToken": {},
|
73023
73023
|
"LastModifiedTime": {
|
@@ -73062,7 +73062,7 @@ module.exports={
|
|
73062
73062
|
"type": "structure",
|
73063
73063
|
"members": {
|
73064
73064
|
"Permissions": {
|
73065
|
-
"shape": "
|
73065
|
+
"shape": "S82"
|
73066
73066
|
},
|
73067
73067
|
"NextToken": {},
|
73068
73068
|
"LastModifiedTime": {
|
@@ -73375,7 +73375,7 @@ module.exports={
|
|
73375
73375
|
"UserHierarchyGroupSummaryList": {
|
73376
73376
|
"type": "list",
|
73377
73377
|
"member": {
|
73378
|
-
"shape": "
|
73378
|
+
"shape": "Seu"
|
73379
73379
|
}
|
73380
73380
|
},
|
73381
73381
|
"NextToken": {}
|
@@ -73518,7 +73518,7 @@ module.exports={
|
|
73518
73518
|
"Arn": {},
|
73519
73519
|
"Description": {},
|
73520
73520
|
"Name": {
|
73521
|
-
"shape": "
|
73521
|
+
"shape": "Saa"
|
73522
73522
|
},
|
73523
73523
|
"Type": {},
|
73524
73524
|
"Version": {
|
@@ -73573,7 +73573,7 @@ module.exports={
|
|
73573
73573
|
"Id": {},
|
73574
73574
|
"Arn": {},
|
73575
73575
|
"Name": {
|
73576
|
-
"shape": "
|
73576
|
+
"shape": "Saa"
|
73577
73577
|
},
|
73578
73578
|
"Type": {},
|
73579
73579
|
"Status": {},
|
@@ -73846,19 +73846,19 @@ module.exports={
|
|
73846
73846
|
"type": "structure",
|
73847
73847
|
"members": {
|
73848
73848
|
"L1Ids": {
|
73849
|
-
"shape": "
|
73849
|
+
"shape": "Spv"
|
73850
73850
|
},
|
73851
73851
|
"L2Ids": {
|
73852
|
-
"shape": "
|
73852
|
+
"shape": "Spv"
|
73853
73853
|
},
|
73854
73854
|
"L3Ids": {
|
73855
|
-
"shape": "
|
73855
|
+
"shape": "Spv"
|
73856
73856
|
},
|
73857
73857
|
"L4Ids": {
|
73858
|
-
"shape": "
|
73858
|
+
"shape": "Spv"
|
73859
73859
|
},
|
73860
73860
|
"L5Ids": {
|
73861
|
-
"shape": "
|
73861
|
+
"shape": "Spv"
|
73862
73862
|
}
|
73863
73863
|
}
|
73864
73864
|
},
|
@@ -74034,12 +74034,12 @@ module.exports={
|
|
74034
74034
|
"type": "structure",
|
74035
74035
|
"members": {
|
74036
74036
|
"TagFilter": {
|
74037
|
-
"shape": "
|
74037
|
+
"shape": "Sqm"
|
74038
74038
|
}
|
74039
74039
|
}
|
74040
74040
|
},
|
74041
74041
|
"SearchCriteria": {
|
74042
|
-
"shape": "
|
74042
|
+
"shape": "Sqq"
|
74043
74043
|
}
|
74044
74044
|
}
|
74045
74045
|
},
|
@@ -74049,7 +74049,7 @@ module.exports={
|
|
74049
74049
|
"HoursOfOperations": {
|
74050
74050
|
"type": "list",
|
74051
74051
|
"member": {
|
74052
|
-
"shape": "
|
74052
|
+
"shape": "Sd7"
|
74053
74053
|
}
|
74054
74054
|
},
|
74055
74055
|
"NextToken": {},
|
@@ -74075,7 +74075,7 @@ module.exports={
|
|
74075
74075
|
"type": "integer"
|
74076
74076
|
},
|
74077
74077
|
"SearchCriteria": {
|
74078
|
-
"shape": "
|
74078
|
+
"shape": "Sqx"
|
74079
74079
|
}
|
74080
74080
|
}
|
74081
74081
|
},
|
@@ -74085,7 +74085,7 @@ module.exports={
|
|
74085
74085
|
"PredefinedAttributes": {
|
74086
74086
|
"type": "list",
|
74087
74087
|
"member": {
|
74088
|
-
"shape": "
|
74088
|
+
"shape": "Sdv"
|
74089
74089
|
}
|
74090
74090
|
},
|
74091
74091
|
"NextToken": {},
|
@@ -74114,12 +74114,12 @@ module.exports={
|
|
74114
74114
|
"type": "structure",
|
74115
74115
|
"members": {
|
74116
74116
|
"TagFilter": {
|
74117
|
-
"shape": "
|
74117
|
+
"shape": "Sqm"
|
74118
74118
|
}
|
74119
74119
|
}
|
74120
74120
|
},
|
74121
74121
|
"SearchCriteria": {
|
74122
|
-
"shape": "
|
74122
|
+
"shape": "Sr3"
|
74123
74123
|
}
|
74124
74124
|
}
|
74125
74125
|
},
|
@@ -74129,7 +74129,7 @@ module.exports={
|
|
74129
74129
|
"Prompts": {
|
74130
74130
|
"type": "list",
|
74131
74131
|
"member": {
|
74132
|
-
"shape": "
|
74132
|
+
"shape": "Sdy"
|
74133
74133
|
}
|
74134
74134
|
},
|
74135
74135
|
"NextToken": {},
|
@@ -74158,12 +74158,12 @@ module.exports={
|
|
74158
74158
|
"type": "structure",
|
74159
74159
|
"members": {
|
74160
74160
|
"TagFilter": {
|
74161
|
-
"shape": "
|
74161
|
+
"shape": "Sqm"
|
74162
74162
|
}
|
74163
74163
|
}
|
74164
74164
|
},
|
74165
74165
|
"SearchCriteria": {
|
74166
|
-
"shape": "
|
74166
|
+
"shape": "Sra"
|
74167
74167
|
}
|
74168
74168
|
}
|
74169
74169
|
},
|
@@ -74173,7 +74173,7 @@ module.exports={
|
|
74173
74173
|
"Queues": {
|
74174
74174
|
"type": "list",
|
74175
74175
|
"member": {
|
74176
|
-
"shape": "
|
74176
|
+
"shape": "Se1"
|
74177
74177
|
}
|
74178
74178
|
},
|
74179
74179
|
"NextToken": {},
|
@@ -74202,12 +74202,12 @@ module.exports={
|
|
74202
74202
|
"type": "structure",
|
74203
74203
|
"members": {
|
74204
74204
|
"TagFilter": {
|
74205
|
-
"shape": "
|
74205
|
+
"shape": "Sqm"
|
74206
74206
|
}
|
74207
74207
|
}
|
74208
74208
|
},
|
74209
74209
|
"SearchCriteria": {
|
74210
|
-
"shape": "
|
74210
|
+
"shape": "Srh"
|
74211
74211
|
}
|
74212
74212
|
}
|
74213
74213
|
},
|
@@ -74217,7 +74217,7 @@ module.exports={
|
|
74217
74217
|
"QuickConnects": {
|
74218
74218
|
"type": "list",
|
74219
74219
|
"member": {
|
74220
|
-
"shape": "
|
74220
|
+
"shape": "Se5"
|
74221
74221
|
}
|
74222
74222
|
},
|
74223
74223
|
"NextToken": {},
|
@@ -74298,12 +74298,12 @@ module.exports={
|
|
74298
74298
|
"type": "structure",
|
74299
74299
|
"members": {
|
74300
74300
|
"TagFilter": {
|
74301
|
-
"shape": "
|
74301
|
+
"shape": "Sqm"
|
74302
74302
|
}
|
74303
74303
|
}
|
74304
74304
|
},
|
74305
74305
|
"SearchCriteria": {
|
74306
|
-
"shape": "
|
74306
|
+
"shape": "Srw"
|
74307
74307
|
}
|
74308
74308
|
}
|
74309
74309
|
},
|
@@ -74313,7 +74313,7 @@ module.exports={
|
|
74313
74313
|
"RoutingProfiles": {
|
74314
74314
|
"type": "list",
|
74315
74315
|
"member": {
|
74316
|
-
"shape": "
|
74316
|
+
"shape": "Se8"
|
74317
74317
|
}
|
74318
74318
|
},
|
74319
74319
|
"NextToken": {},
|
@@ -74339,13 +74339,13 @@ module.exports={
|
|
74339
74339
|
"type": "integer"
|
74340
74340
|
},
|
74341
74341
|
"SearchCriteria": {
|
74342
|
-
"shape": "
|
74342
|
+
"shape": "Ss1"
|
74343
74343
|
},
|
74344
74344
|
"SearchFilter": {
|
74345
74345
|
"type": "structure",
|
74346
74346
|
"members": {
|
74347
74347
|
"TagFilter": {
|
74348
|
-
"shape": "
|
74348
|
+
"shape": "Sqm"
|
74349
74349
|
}
|
74350
74350
|
}
|
74351
74351
|
}
|
@@ -74396,7 +74396,7 @@ module.exports={
|
|
74396
74396
|
"type": "structure",
|
74397
74397
|
"members": {
|
74398
74398
|
"TagFilter": {
|
74399
|
-
"shape": "
|
74399
|
+
"shape": "Sqm"
|
74400
74400
|
},
|
74401
74401
|
"UserAttributeFilter": {
|
74402
74402
|
"type": "structure",
|
@@ -74404,24 +74404,24 @@ module.exports={
|
|
74404
74404
|
"OrConditions": {
|
74405
74405
|
"type": "list",
|
74406
74406
|
"member": {
|
74407
|
-
"shape": "
|
74407
|
+
"shape": "Ssb"
|
74408
74408
|
}
|
74409
74409
|
},
|
74410
74410
|
"AndCondition": {
|
74411
|
-
"shape": "
|
74411
|
+
"shape": "Ssb"
|
74412
74412
|
},
|
74413
74413
|
"TagCondition": {
|
74414
|
-
"shape": "
|
74414
|
+
"shape": "Sqp"
|
74415
74415
|
},
|
74416
74416
|
"HierarchyGroupCondition": {
|
74417
|
-
"shape": "
|
74417
|
+
"shape": "Ssc"
|
74418
74418
|
}
|
74419
74419
|
}
|
74420
74420
|
}
|
74421
74421
|
}
|
74422
74422
|
},
|
74423
74423
|
"SearchCriteria": {
|
74424
|
-
"shape": "
|
74424
|
+
"shape": "Sse"
|
74425
74425
|
}
|
74426
74426
|
}
|
74427
74427
|
},
|
@@ -74441,19 +74441,19 @@ module.exports={
|
|
74441
74441
|
"type": "structure",
|
74442
74442
|
"members": {
|
74443
74443
|
"FirstName": {
|
74444
|
-
"shape": "
|
74444
|
+
"shape": "S9o"
|
74445
74445
|
},
|
74446
74446
|
"LastName": {
|
74447
|
-
"shape": "
|
74447
|
+
"shape": "S9p"
|
74448
74448
|
}
|
74449
74449
|
}
|
74450
74450
|
},
|
74451
74451
|
"PhoneConfig": {
|
74452
|
-
"shape": "
|
74452
|
+
"shape": "S9r"
|
74453
74453
|
},
|
74454
74454
|
"RoutingProfileId": {},
|
74455
74455
|
"SecurityProfileIds": {
|
74456
|
-
"shape": "
|
74456
|
+
"shape": "S9w"
|
74457
74457
|
},
|
74458
74458
|
"Tags": {
|
74459
74459
|
"shape": "S34"
|
@@ -74554,16 +74554,16 @@ module.exports={
|
|
74554
74554
|
"type": "structure",
|
74555
74555
|
"members": {
|
74556
74556
|
"SupportedMessagingContentTypes": {
|
74557
|
-
"shape": "
|
74557
|
+
"shape": "Ssx"
|
74558
74558
|
},
|
74559
74559
|
"ParticipantDetails": {
|
74560
|
-
"shape": "
|
74560
|
+
"shape": "Ssz"
|
74561
74561
|
},
|
74562
74562
|
"Attributes": {
|
74563
74563
|
"shape": "S2p"
|
74564
74564
|
},
|
74565
74565
|
"StreamingConfiguration": {
|
74566
|
-
"shape": "
|
74566
|
+
"shape": "St0"
|
74567
74567
|
}
|
74568
74568
|
}
|
74569
74569
|
}
|
@@ -74598,7 +74598,7 @@ module.exports={
|
|
74598
74598
|
"shape": "S2p"
|
74599
74599
|
},
|
74600
74600
|
"ParticipantDetails": {
|
74601
|
-
"shape": "
|
74601
|
+
"shape": "Ssz"
|
74602
74602
|
},
|
74603
74603
|
"InitialMessage": {
|
74604
74604
|
"type": "structure",
|
@@ -74618,7 +74618,7 @@ module.exports={
|
|
74618
74618
|
"type": "integer"
|
74619
74619
|
},
|
74620
74620
|
"SupportedMessagingContentTypes": {
|
74621
|
-
"shape": "
|
74621
|
+
"shape": "Ssx"
|
74622
74622
|
},
|
74623
74623
|
"PersistentChat": {
|
74624
74624
|
"type": "structure",
|
@@ -74732,7 +74732,7 @@ module.exports={
|
|
74732
74732
|
"InstanceId": {},
|
74733
74733
|
"ContactId": {},
|
74734
74734
|
"ChatStreamingConfiguration": {
|
74735
|
-
"shape": "
|
74735
|
+
"shape": "St0"
|
74736
74736
|
},
|
74737
74737
|
"ClientToken": {
|
74738
74738
|
"idempotencyToken": true
|
@@ -74763,10 +74763,10 @@ module.exports={
|
|
74763
74763
|
],
|
74764
74764
|
"members": {
|
74765
74765
|
"Name": {
|
74766
|
-
"shape": "
|
74766
|
+
"shape": "Sbv"
|
74767
74767
|
},
|
74768
74768
|
"Description": {
|
74769
|
-
"shape": "
|
74769
|
+
"shape": "Sbw"
|
74770
74770
|
},
|
74771
74771
|
"References": {
|
74772
74772
|
"shape": "S73"
|
@@ -74824,13 +74824,13 @@ module.exports={
|
|
74824
74824
|
"shape": "S2p"
|
74825
74825
|
},
|
74826
74826
|
"Name": {
|
74827
|
-
"shape": "
|
74827
|
+
"shape": "Sbv"
|
74828
74828
|
},
|
74829
74829
|
"References": {
|
74830
74830
|
"shape": "S73"
|
74831
74831
|
},
|
74832
74832
|
"Description": {
|
74833
|
-
"shape": "
|
74833
|
+
"shape": "Sbw"
|
74834
74834
|
},
|
74835
74835
|
"ClientToken": {
|
74836
74836
|
"idempotencyToken": true
|
@@ -74875,22 +74875,22 @@ module.exports={
|
|
74875
74875
|
"type": "structure",
|
74876
74876
|
"members": {
|
74877
74877
|
"Customer": {
|
74878
|
-
"shape": "
|
74878
|
+
"shape": "Stu"
|
74879
74879
|
},
|
74880
74880
|
"Agent": {
|
74881
|
-
"shape": "
|
74881
|
+
"shape": "Stu"
|
74882
74882
|
}
|
74883
74883
|
}
|
74884
74884
|
},
|
74885
74885
|
"ParticipantDetails": {
|
74886
|
-
"shape": "
|
74886
|
+
"shape": "Ssz"
|
74887
74887
|
},
|
74888
74888
|
"RelatedContactId": {},
|
74889
74889
|
"References": {
|
74890
74890
|
"shape": "S73"
|
74891
74891
|
},
|
74892
74892
|
"Description": {
|
74893
|
-
"shape": "
|
74893
|
+
"shape": "Sbw"
|
74894
74894
|
}
|
74895
74895
|
}
|
74896
74896
|
},
|
@@ -75036,10 +75036,10 @@ module.exports={
|
|
75036
75036
|
"locationName": "EvaluationId"
|
75037
75037
|
},
|
75038
75038
|
"Answers": {
|
75039
|
-
"shape": "
|
75039
|
+
"shape": "Suh"
|
75040
75040
|
},
|
75041
75041
|
"Notes": {
|
75042
|
-
"shape": "
|
75042
|
+
"shape": "Scl"
|
75043
75043
|
}
|
75044
75044
|
}
|
75045
75045
|
},
|
@@ -75092,7 +75092,7 @@ module.exports={
|
|
75092
75092
|
"ContactId": {},
|
75093
75093
|
"InstanceId": {},
|
75094
75094
|
"Tags": {
|
75095
|
-
"shape": "
|
75095
|
+
"shape": "Sc7"
|
75096
75096
|
}
|
75097
75097
|
}
|
75098
75098
|
},
|
@@ -75264,10 +75264,10 @@ module.exports={
|
|
75264
75264
|
"locationName": "ContactId"
|
75265
75265
|
},
|
75266
75266
|
"Name": {
|
75267
|
-
"shape": "
|
75267
|
+
"shape": "Sbv"
|
75268
75268
|
},
|
75269
75269
|
"Description": {
|
75270
|
-
"shape": "
|
75270
|
+
"shape": "Sbw"
|
75271
75271
|
},
|
75272
75272
|
"References": {
|
75273
75273
|
"shape": "S73"
|
@@ -75323,10 +75323,10 @@ module.exports={
|
|
75323
75323
|
"locationName": "EvaluationId"
|
75324
75324
|
},
|
75325
75325
|
"Answers": {
|
75326
|
-
"shape": "
|
75326
|
+
"shape": "Suh"
|
75327
75327
|
},
|
75328
75328
|
"Notes": {
|
75329
|
-
"shape": "
|
75329
|
+
"shape": "Scl"
|
75330
75330
|
}
|
75331
75331
|
}
|
75332
75332
|
},
|
@@ -76201,7 +76201,7 @@ module.exports={
|
|
76201
76201
|
"members": {
|
76202
76202
|
"Description": {},
|
76203
76203
|
"Permissions": {
|
76204
|
-
"shape": "
|
76204
|
+
"shape": "S82"
|
76205
76205
|
},
|
76206
76206
|
"SecurityProfileId": {
|
76207
76207
|
"location": "uri",
|
@@ -76212,16 +76212,16 @@ module.exports={
|
|
76212
76212
|
"locationName": "InstanceId"
|
76213
76213
|
},
|
76214
76214
|
"AllowedAccessControlTags": {
|
76215
|
-
"shape": "
|
76215
|
+
"shape": "S84"
|
76216
76216
|
},
|
76217
76217
|
"TagRestrictedResources": {
|
76218
|
-
"shape": "
|
76218
|
+
"shape": "S87"
|
76219
76219
|
},
|
76220
76220
|
"Applications": {
|
76221
|
-
"shape": "
|
76221
|
+
"shape": "S89"
|
76222
76222
|
},
|
76223
76223
|
"HierarchyRestrictedResources": {
|
76224
|
-
"shape": "
|
76224
|
+
"shape": "S8e"
|
76225
76225
|
},
|
76226
76226
|
"AllowedAccessControlHierarchyGroupId": {}
|
76227
76227
|
}
|
@@ -76250,14 +76250,14 @@ module.exports={
|
|
76250
76250
|
"Description": {},
|
76251
76251
|
"ContactFlowId": {},
|
76252
76252
|
"Constraints": {
|
76253
|
-
"shape": "
|
76253
|
+
"shape": "S8m"
|
76254
76254
|
},
|
76255
76255
|
"Defaults": {
|
76256
|
-
"shape": "
|
76256
|
+
"shape": "S8v"
|
76257
76257
|
},
|
76258
76258
|
"Status": {},
|
76259
76259
|
"Fields": {
|
76260
|
-
"shape": "
|
76260
|
+
"shape": "S90"
|
76261
76261
|
}
|
76262
76262
|
}
|
76263
76263
|
},
|
@@ -76271,13 +76271,13 @@ module.exports={
|
|
76271
76271
|
"Description": {},
|
76272
76272
|
"ContactFlowId": {},
|
76273
76273
|
"Constraints": {
|
76274
|
-
"shape": "
|
76274
|
+
"shape": "S8m"
|
76275
76275
|
},
|
76276
76276
|
"Defaults": {
|
76277
|
-
"shape": "
|
76277
|
+
"shape": "S8v"
|
76278
76278
|
},
|
76279
76279
|
"Fields": {
|
76280
|
-
"shape": "
|
76280
|
+
"shape": "S90"
|
76281
76281
|
},
|
76282
76282
|
"Status": {},
|
76283
76283
|
"LastModifiedTime": {
|
@@ -76305,13 +76305,13 @@ module.exports={
|
|
76305
76305
|
"locationName": "Id"
|
76306
76306
|
},
|
76307
76307
|
"TelephonyConfig": {
|
76308
|
-
"shape": "
|
76308
|
+
"shape": "Sil"
|
76309
76309
|
},
|
76310
76310
|
"SignInConfig": {
|
76311
|
-
"shape": "
|
76311
|
+
"shape": "Siq"
|
76312
76312
|
},
|
76313
76313
|
"AgentConfig": {
|
76314
|
-
"shape": "
|
76314
|
+
"shape": "Sit"
|
76315
76315
|
}
|
76316
76316
|
}
|
76317
76317
|
},
|
@@ -76382,19 +76382,19 @@ module.exports={
|
|
76382
76382
|
"type": "structure",
|
76383
76383
|
"members": {
|
76384
76384
|
"LevelOne": {
|
76385
|
-
"shape": "
|
76385
|
+
"shape": "Swt"
|
76386
76386
|
},
|
76387
76387
|
"LevelTwo": {
|
76388
|
-
"shape": "
|
76388
|
+
"shape": "Swt"
|
76389
76389
|
},
|
76390
76390
|
"LevelThree": {
|
76391
|
-
"shape": "
|
76391
|
+
"shape": "Swt"
|
76392
76392
|
},
|
76393
76393
|
"LevelFour": {
|
76394
|
-
"shape": "
|
76394
|
+
"shape": "Swt"
|
76395
76395
|
},
|
76396
76396
|
"LevelFive": {
|
76397
|
-
"shape": "
|
76397
|
+
"shape": "Swt"
|
76398
76398
|
}
|
76399
76399
|
}
|
76400
76400
|
},
|
@@ -76418,7 +76418,7 @@ module.exports={
|
|
76418
76418
|
],
|
76419
76419
|
"members": {
|
76420
76420
|
"IdentityInfo": {
|
76421
|
-
"shape": "
|
76421
|
+
"shape": "S9n"
|
76422
76422
|
},
|
76423
76423
|
"UserId": {
|
76424
76424
|
"location": "uri",
|
@@ -76444,7 +76444,7 @@ module.exports={
|
|
76444
76444
|
],
|
76445
76445
|
"members": {
|
76446
76446
|
"PhoneConfig": {
|
76447
|
-
"shape": "
|
76447
|
+
"shape": "S9r"
|
76448
76448
|
},
|
76449
76449
|
"UserId": {
|
76450
76450
|
"location": "uri",
|
@@ -76520,7 +76520,7 @@ module.exports={
|
|
76520
76520
|
],
|
76521
76521
|
"members": {
|
76522
76522
|
"SecurityProfileIds": {
|
76523
|
-
"shape": "
|
76523
|
+
"shape": "S9w"
|
76524
76524
|
},
|
76525
76525
|
"UserId": {
|
76526
76526
|
"location": "uri",
|
@@ -76556,7 +76556,7 @@ module.exports={
|
|
76556
76556
|
},
|
76557
76557
|
"Status": {},
|
76558
76558
|
"Content": {
|
76559
|
-
"shape": "
|
76559
|
+
"shape": "Sa5"
|
76560
76560
|
}
|
76561
76561
|
}
|
76562
76562
|
},
|
@@ -76564,7 +76564,7 @@ module.exports={
|
|
76564
76564
|
"type": "structure",
|
76565
76565
|
"members": {
|
76566
76566
|
"View": {
|
76567
|
-
"shape": "
|
76567
|
+
"shape": "Sac"
|
76568
76568
|
}
|
76569
76569
|
}
|
76570
76570
|
}
|
@@ -76589,7 +76589,7 @@ module.exports={
|
|
76589
76589
|
"locationName": "ViewId"
|
76590
76590
|
},
|
76591
76591
|
"Name": {
|
76592
|
-
"shape": "
|
76592
|
+
"shape": "Saa"
|
76593
76593
|
},
|
76594
76594
|
"Description": {}
|
76595
76595
|
}
|
@@ -77201,6 +77201,15 @@ module.exports={
|
|
77201
77201
|
"EndAssociatedTasksAction": {
|
77202
77202
|
"type": "structure",
|
77203
77203
|
"members": {}
|
77204
|
+
},
|
77205
|
+
"SubmitAutoEvaluationAction": {
|
77206
|
+
"type": "structure",
|
77207
|
+
"required": [
|
77208
|
+
"EvaluationFormId"
|
77209
|
+
],
|
77210
|
+
"members": {
|
77211
|
+
"EvaluationFormId": {}
|
77212
|
+
}
|
77204
77213
|
}
|
77205
77214
|
}
|
77206
77215
|
}
|
@@ -77249,20 +77258,20 @@ module.exports={
|
|
77249
77258
|
}
|
77250
77259
|
}
|
77251
77260
|
},
|
77252
|
-
"
|
77261
|
+
"S82": {
|
77253
77262
|
"type": "list",
|
77254
77263
|
"member": {}
|
77255
77264
|
},
|
77256
|
-
"
|
77265
|
+
"S84": {
|
77257
77266
|
"type": "map",
|
77258
77267
|
"key": {},
|
77259
77268
|
"value": {}
|
77260
77269
|
},
|
77261
|
-
"
|
77270
|
+
"S87": {
|
77262
77271
|
"type": "list",
|
77263
77272
|
"member": {}
|
77264
77273
|
},
|
77265
|
-
"
|
77274
|
+
"S89": {
|
77266
77275
|
"type": "list",
|
77267
77276
|
"member": {
|
77268
77277
|
"type": "structure",
|
@@ -77275,11 +77284,11 @@ module.exports={
|
|
77275
77284
|
}
|
77276
77285
|
}
|
77277
77286
|
},
|
77278
|
-
"
|
77287
|
+
"S8e": {
|
77279
77288
|
"type": "list",
|
77280
77289
|
"member": {}
|
77281
77290
|
},
|
77282
|
-
"
|
77291
|
+
"S8m": {
|
77283
77292
|
"type": "structure",
|
77284
77293
|
"members": {
|
77285
77294
|
"RequiredFields": {
|
@@ -77288,7 +77297,7 @@ module.exports={
|
|
77288
77297
|
"type": "structure",
|
77289
77298
|
"members": {
|
77290
77299
|
"Id": {
|
77291
|
-
"shape": "
|
77300
|
+
"shape": "S8p"
|
77292
77301
|
}
|
77293
77302
|
}
|
77294
77303
|
}
|
@@ -77299,7 +77308,7 @@ module.exports={
|
|
77299
77308
|
"type": "structure",
|
77300
77309
|
"members": {
|
77301
77310
|
"Id": {
|
77302
|
-
"shape": "
|
77311
|
+
"shape": "S8p"
|
77303
77312
|
}
|
77304
77313
|
}
|
77305
77314
|
}
|
@@ -77310,20 +77319,20 @@ module.exports={
|
|
77310
77319
|
"type": "structure",
|
77311
77320
|
"members": {
|
77312
77321
|
"Id": {
|
77313
|
-
"shape": "
|
77322
|
+
"shape": "S8p"
|
77314
77323
|
}
|
77315
77324
|
}
|
77316
77325
|
}
|
77317
77326
|
}
|
77318
77327
|
}
|
77319
77328
|
},
|
77320
|
-
"
|
77329
|
+
"S8p": {
|
77321
77330
|
"type": "structure",
|
77322
77331
|
"members": {
|
77323
77332
|
"Name": {}
|
77324
77333
|
}
|
77325
77334
|
},
|
77326
|
-
"
|
77335
|
+
"S8v": {
|
77327
77336
|
"type": "structure",
|
77328
77337
|
"members": {
|
77329
77338
|
"DefaultFieldValues": {
|
@@ -77332,7 +77341,7 @@ module.exports={
|
|
77332
77341
|
"type": "structure",
|
77333
77342
|
"members": {
|
77334
77343
|
"Id": {
|
77335
|
-
"shape": "
|
77344
|
+
"shape": "S8p"
|
77336
77345
|
},
|
77337
77346
|
"DefaultValue": {}
|
77338
77347
|
}
|
@@ -77340,7 +77349,7 @@ module.exports={
|
|
77340
77349
|
}
|
77341
77350
|
}
|
77342
77351
|
},
|
77343
|
-
"
|
77352
|
+
"S90": {
|
77344
77353
|
"type": "list",
|
77345
77354
|
"member": {
|
77346
77355
|
"type": "structure",
|
@@ -77349,7 +77358,7 @@ module.exports={
|
|
77349
77358
|
],
|
77350
77359
|
"members": {
|
77351
77360
|
"Id": {
|
77352
|
-
"shape": "
|
77361
|
+
"shape": "S8p"
|
77353
77362
|
},
|
77354
77363
|
"Description": {},
|
77355
77364
|
"Type": {},
|
@@ -77360,37 +77369,37 @@ module.exports={
|
|
77360
77369
|
}
|
77361
77370
|
}
|
77362
77371
|
},
|
77363
|
-
"
|
77372
|
+
"S9n": {
|
77364
77373
|
"type": "structure",
|
77365
77374
|
"members": {
|
77366
77375
|
"FirstName": {
|
77367
|
-
"shape": "
|
77376
|
+
"shape": "S9o"
|
77368
77377
|
},
|
77369
77378
|
"LastName": {
|
77370
|
-
"shape": "
|
77379
|
+
"shape": "S9p"
|
77371
77380
|
},
|
77372
77381
|
"Email": {
|
77373
|
-
"shape": "
|
77382
|
+
"shape": "S9q"
|
77374
77383
|
},
|
77375
77384
|
"SecondaryEmail": {
|
77376
|
-
"shape": "
|
77385
|
+
"shape": "S9q"
|
77377
77386
|
},
|
77378
77387
|
"Mobile": {}
|
77379
77388
|
}
|
77380
77389
|
},
|
77381
|
-
"
|
77390
|
+
"S9o": {
|
77382
77391
|
"type": "string",
|
77383
77392
|
"sensitive": true
|
77384
77393
|
},
|
77385
|
-
"
|
77394
|
+
"S9p": {
|
77386
77395
|
"type": "string",
|
77387
77396
|
"sensitive": true
|
77388
77397
|
},
|
77389
|
-
"
|
77398
|
+
"S9q": {
|
77390
77399
|
"type": "string",
|
77391
77400
|
"sensitive": true
|
77392
77401
|
},
|
77393
|
-
"
|
77402
|
+
"S9r": {
|
77394
77403
|
"type": "structure",
|
77395
77404
|
"required": [
|
77396
77405
|
"PhoneType"
|
@@ -77406,37 +77415,37 @@ module.exports={
|
|
77406
77415
|
"DeskPhoneNumber": {}
|
77407
77416
|
}
|
77408
77417
|
},
|
77409
|
-
"
|
77418
|
+
"S9w": {
|
77410
77419
|
"type": "list",
|
77411
77420
|
"member": {}
|
77412
77421
|
},
|
77413
|
-
"
|
77422
|
+
"Sa5": {
|
77414
77423
|
"type": "structure",
|
77415
77424
|
"members": {
|
77416
77425
|
"Template": {},
|
77417
77426
|
"Actions": {
|
77418
|
-
"shape": "
|
77427
|
+
"shape": "Sa7"
|
77419
77428
|
}
|
77420
77429
|
}
|
77421
77430
|
},
|
77422
|
-
"
|
77431
|
+
"Sa7": {
|
77423
77432
|
"type": "list",
|
77424
77433
|
"member": {
|
77425
77434
|
"type": "string",
|
77426
77435
|
"sensitive": true
|
77427
77436
|
}
|
77428
77437
|
},
|
77429
|
-
"
|
77438
|
+
"Saa": {
|
77430
77439
|
"type": "string",
|
77431
77440
|
"sensitive": true
|
77432
77441
|
},
|
77433
|
-
"
|
77442
|
+
"Sac": {
|
77434
77443
|
"type": "structure",
|
77435
77444
|
"members": {
|
77436
77445
|
"Id": {},
|
77437
77446
|
"Arn": {},
|
77438
77447
|
"Name": {
|
77439
|
-
"shape": "
|
77448
|
+
"shape": "Saa"
|
77440
77449
|
},
|
77441
77450
|
"Status": {},
|
77442
77451
|
"Type": {},
|
@@ -77454,7 +77463,7 @@ module.exports={
|
|
77454
77463
|
},
|
77455
77464
|
"Template": {},
|
77456
77465
|
"Actions": {
|
77457
|
-
"shape": "
|
77466
|
+
"shape": "Sa7"
|
77458
77467
|
}
|
77459
77468
|
}
|
77460
77469
|
},
|
@@ -77470,20 +77479,20 @@ module.exports={
|
|
77470
77479
|
"ViewContentSha256": {}
|
77471
77480
|
}
|
77472
77481
|
},
|
77473
|
-
"
|
77482
|
+
"Sbv": {
|
77474
77483
|
"type": "string",
|
77475
77484
|
"sensitive": true
|
77476
77485
|
},
|
77477
|
-
"
|
77486
|
+
"Sbw": {
|
77478
77487
|
"type": "string",
|
77479
77488
|
"sensitive": true
|
77480
77489
|
},
|
77481
|
-
"
|
77490
|
+
"Sc7": {
|
77482
77491
|
"type": "map",
|
77483
77492
|
"key": {},
|
77484
77493
|
"value": {}
|
77485
77494
|
},
|
77486
|
-
"
|
77495
|
+
"Sce": {
|
77487
77496
|
"type": "structure",
|
77488
77497
|
"members": {
|
77489
77498
|
"Percentage": {
|
@@ -77497,7 +77506,7 @@ module.exports={
|
|
77497
77506
|
}
|
77498
77507
|
}
|
77499
77508
|
},
|
77500
|
-
"
|
77509
|
+
"Sci": {
|
77501
77510
|
"type": "structure",
|
77502
77511
|
"members": {
|
77503
77512
|
"StringValue": {},
|
@@ -77510,7 +77519,7 @@ module.exports={
|
|
77510
77519
|
},
|
77511
77520
|
"union": true
|
77512
77521
|
},
|
77513
|
-
"
|
77522
|
+
"Scl": {
|
77514
77523
|
"type": "map",
|
77515
77524
|
"key": {},
|
77516
77525
|
"value": {
|
@@ -77520,7 +77529,7 @@ module.exports={
|
|
77520
77529
|
}
|
77521
77530
|
}
|
77522
77531
|
},
|
77523
|
-
"
|
77532
|
+
"Sd7": {
|
77524
77533
|
"type": "structure",
|
77525
77534
|
"members": {
|
77526
77535
|
"HoursOfOperationId": {},
|
@@ -77540,14 +77549,14 @@ module.exports={
|
|
77540
77549
|
"LastModifiedRegion": {}
|
77541
77550
|
}
|
77542
77551
|
},
|
77543
|
-
"
|
77552
|
+
"Sdh": {
|
77544
77553
|
"type": "structure",
|
77545
77554
|
"members": {
|
77546
77555
|
"AttributeType": {},
|
77547
77556
|
"Value": {}
|
77548
77557
|
}
|
77549
77558
|
},
|
77550
|
-
"
|
77559
|
+
"Sdv": {
|
77551
77560
|
"type": "structure",
|
77552
77561
|
"members": {
|
77553
77562
|
"Name": {},
|
@@ -77560,7 +77569,7 @@ module.exports={
|
|
77560
77569
|
"LastModifiedRegion": {}
|
77561
77570
|
}
|
77562
77571
|
},
|
77563
|
-
"
|
77572
|
+
"Sdy": {
|
77564
77573
|
"type": "structure",
|
77565
77574
|
"members": {
|
77566
77575
|
"PromptARN": {},
|
@@ -77576,7 +77585,7 @@ module.exports={
|
|
77576
77585
|
"LastModifiedRegion": {}
|
77577
77586
|
}
|
77578
77587
|
},
|
77579
|
-
"
|
77588
|
+
"Se1": {
|
77580
77589
|
"type": "structure",
|
77581
77590
|
"members": {
|
77582
77591
|
"Name": {},
|
@@ -77600,7 +77609,7 @@ module.exports={
|
|
77600
77609
|
"LastModifiedRegion": {}
|
77601
77610
|
}
|
77602
77611
|
},
|
77603
|
-
"
|
77612
|
+
"Se5": {
|
77604
77613
|
"type": "structure",
|
77605
77614
|
"members": {
|
77606
77615
|
"QuickConnectARN": {},
|
@@ -77619,7 +77628,7 @@ module.exports={
|
|
77619
77628
|
"LastModifiedRegion": {}
|
77620
77629
|
}
|
77621
77630
|
},
|
77622
|
-
"
|
77631
|
+
"Se8": {
|
77623
77632
|
"type": "structure",
|
77624
77633
|
"members": {
|
77625
77634
|
"InstanceId": {},
|
@@ -77650,7 +77659,7 @@ module.exports={
|
|
77650
77659
|
}
|
77651
77660
|
}
|
77652
77661
|
},
|
77653
|
-
"
|
77662
|
+
"Seu": {
|
77654
77663
|
"type": "structure",
|
77655
77664
|
"members": {
|
77656
77665
|
"Id": {},
|
@@ -77662,7 +77671,7 @@ module.exports={
|
|
77662
77671
|
"LastModifiedRegion": {}
|
77663
77672
|
}
|
77664
77673
|
},
|
77665
|
-
"
|
77674
|
+
"Sey": {
|
77666
77675
|
"type": "structure",
|
77667
77676
|
"members": {
|
77668
77677
|
"Id": {},
|
@@ -77674,18 +77683,18 @@ module.exports={
|
|
77674
77683
|
"LastModifiedRegion": {}
|
77675
77684
|
}
|
77676
77685
|
},
|
77677
|
-
"
|
77686
|
+
"Sfu": {
|
77678
77687
|
"type": "structure",
|
77679
77688
|
"members": {
|
77680
77689
|
"Queues": {
|
77681
|
-
"shape": "
|
77690
|
+
"shape": "Sfv"
|
77682
77691
|
},
|
77683
77692
|
"Channels": {
|
77684
77693
|
"type": "list",
|
77685
77694
|
"member": {}
|
77686
77695
|
},
|
77687
77696
|
"RoutingProfiles": {
|
77688
|
-
"shape": "
|
77697
|
+
"shape": "Sfx"
|
77689
77698
|
},
|
77690
77699
|
"RoutingStepExpressions": {
|
77691
77700
|
"type": "list",
|
@@ -77693,71 +77702,71 @@ module.exports={
|
|
77693
77702
|
}
|
77694
77703
|
}
|
77695
77704
|
},
|
77696
|
-
"
|
77705
|
+
"Sfv": {
|
77697
77706
|
"type": "list",
|
77698
77707
|
"member": {}
|
77699
77708
|
},
|
77700
|
-
"
|
77709
|
+
"Sfx": {
|
77701
77710
|
"type": "list",
|
77702
77711
|
"member": {}
|
77703
77712
|
},
|
77704
|
-
"
|
77713
|
+
"Sg0": {
|
77705
77714
|
"type": "list",
|
77706
77715
|
"member": {}
|
77707
77716
|
},
|
77708
|
-
"
|
77717
|
+
"Sg3": {
|
77709
77718
|
"type": "structure",
|
77710
77719
|
"members": {
|
77711
77720
|
"Name": {},
|
77712
77721
|
"Unit": {}
|
77713
77722
|
}
|
77714
77723
|
},
|
77715
|
-
"
|
77724
|
+
"Sge": {
|
77716
77725
|
"type": "structure",
|
77717
77726
|
"members": {
|
77718
77727
|
"Queue": {
|
77719
|
-
"shape": "
|
77728
|
+
"shape": "Sgf"
|
77720
77729
|
},
|
77721
77730
|
"Channel": {},
|
77722
77731
|
"RoutingProfile": {
|
77723
|
-
"shape": "
|
77732
|
+
"shape": "Sgg"
|
77724
77733
|
},
|
77725
77734
|
"RoutingStepExpression": {}
|
77726
77735
|
}
|
77727
77736
|
},
|
77728
|
-
"
|
77737
|
+
"Sgf": {
|
77729
77738
|
"type": "structure",
|
77730
77739
|
"members": {
|
77731
77740
|
"Id": {},
|
77732
77741
|
"Arn": {}
|
77733
77742
|
}
|
77734
77743
|
},
|
77735
|
-
"
|
77744
|
+
"Sgg": {
|
77736
77745
|
"type": "structure",
|
77737
77746
|
"members": {
|
77738
77747
|
"Id": {},
|
77739
77748
|
"Arn": {}
|
77740
77749
|
}
|
77741
77750
|
},
|
77742
|
-
"
|
77751
|
+
"Sgx": {
|
77743
77752
|
"type": "structure",
|
77744
77753
|
"members": {
|
77745
77754
|
"Id": {},
|
77746
77755
|
"Arn": {}
|
77747
77756
|
}
|
77748
77757
|
},
|
77749
|
-
"
|
77758
|
+
"Sgz": {
|
77750
77759
|
"type": "map",
|
77751
77760
|
"key": {},
|
77752
77761
|
"value": {
|
77753
77762
|
"type": "integer"
|
77754
77763
|
}
|
77755
77764
|
},
|
77756
|
-
"
|
77765
|
+
"Sh6": {
|
77757
77766
|
"type": "string",
|
77758
77767
|
"sensitive": true
|
77759
77768
|
},
|
77760
|
-
"
|
77769
|
+
"Shb": {
|
77761
77770
|
"type": "structure",
|
77762
77771
|
"members": {
|
77763
77772
|
"Name": {},
|
@@ -77774,7 +77783,7 @@ module.exports={
|
|
77774
77783
|
"Unit": {}
|
77775
77784
|
}
|
77776
77785
|
},
|
77777
|
-
"
|
77786
|
+
"Shw": {
|
77778
77787
|
"type": "structure",
|
77779
77788
|
"members": {
|
77780
77789
|
"Name": {},
|
@@ -77808,18 +77817,18 @@ module.exports={
|
|
77808
77817
|
}
|
77809
77818
|
}
|
77810
77819
|
},
|
77811
|
-
"
|
77820
|
+
"Sil": {
|
77812
77821
|
"type": "structure",
|
77813
77822
|
"required": [
|
77814
77823
|
"Distributions"
|
77815
77824
|
],
|
77816
77825
|
"members": {
|
77817
77826
|
"Distributions": {
|
77818
|
-
"shape": "
|
77827
|
+
"shape": "Sim"
|
77819
77828
|
}
|
77820
77829
|
}
|
77821
77830
|
},
|
77822
|
-
"
|
77831
|
+
"Sim": {
|
77823
77832
|
"type": "list",
|
77824
77833
|
"member": {
|
77825
77834
|
"type": "structure",
|
@@ -77835,7 +77844,7 @@ module.exports={
|
|
77835
77844
|
}
|
77836
77845
|
}
|
77837
77846
|
},
|
77838
|
-
"
|
77847
|
+
"Siq": {
|
77839
77848
|
"type": "structure",
|
77840
77849
|
"required": [
|
77841
77850
|
"Distributions"
|
@@ -77859,26 +77868,26 @@ module.exports={
|
|
77859
77868
|
}
|
77860
77869
|
}
|
77861
77870
|
},
|
77862
|
-
"
|
77871
|
+
"Sit": {
|
77863
77872
|
"type": "structure",
|
77864
77873
|
"required": [
|
77865
77874
|
"Distributions"
|
77866
77875
|
],
|
77867
77876
|
"members": {
|
77868
77877
|
"Distributions": {
|
77869
|
-
"shape": "
|
77878
|
+
"shape": "Sim"
|
77870
77879
|
}
|
77871
77880
|
}
|
77872
77881
|
},
|
77873
|
-
"
|
77882
|
+
"Sl9": {
|
77874
77883
|
"type": "list",
|
77875
77884
|
"member": {}
|
77876
77885
|
},
|
77877
|
-
"
|
77886
|
+
"Sla": {
|
77878
77887
|
"type": "list",
|
77879
77888
|
"member": {}
|
77880
77889
|
},
|
77881
|
-
"
|
77890
|
+
"Slv": {
|
77882
77891
|
"type": "list",
|
77883
77892
|
"member": {
|
77884
77893
|
"type": "structure",
|
@@ -77894,7 +77903,7 @@ module.exports={
|
|
77894
77903
|
}
|
77895
77904
|
}
|
77896
77905
|
},
|
77897
|
-
"
|
77906
|
+
"Smk": {
|
77898
77907
|
"type": "structure",
|
77899
77908
|
"members": {
|
77900
77909
|
"AbsoluteTime": {
|
@@ -77904,7 +77913,7 @@ module.exports={
|
|
77904
77913
|
},
|
77905
77914
|
"union": true
|
77906
77915
|
},
|
77907
|
-
"
|
77916
|
+
"Smo": {
|
77908
77917
|
"type": "structure",
|
77909
77918
|
"required": [
|
77910
77919
|
"BeginOffsetChar",
|
@@ -77919,61 +77928,61 @@ module.exports={
|
|
77919
77928
|
}
|
77920
77929
|
}
|
77921
77930
|
},
|
77922
|
-
"
|
77931
|
+
"Spv": {
|
77923
77932
|
"type": "list",
|
77924
77933
|
"member": {}
|
77925
77934
|
},
|
77926
|
-
"
|
77935
|
+
"Sqm": {
|
77927
77936
|
"type": "structure",
|
77928
77937
|
"members": {
|
77929
77938
|
"OrConditions": {
|
77930
77939
|
"type": "list",
|
77931
77940
|
"member": {
|
77932
|
-
"shape": "
|
77941
|
+
"shape": "Sqo"
|
77933
77942
|
}
|
77934
77943
|
},
|
77935
77944
|
"AndConditions": {
|
77936
|
-
"shape": "
|
77945
|
+
"shape": "Sqo"
|
77937
77946
|
},
|
77938
77947
|
"TagCondition": {
|
77939
|
-
"shape": "
|
77948
|
+
"shape": "Sqp"
|
77940
77949
|
}
|
77941
77950
|
}
|
77942
77951
|
},
|
77943
|
-
"
|
77952
|
+
"Sqo": {
|
77944
77953
|
"type": "list",
|
77945
77954
|
"member": {
|
77946
|
-
"shape": "
|
77955
|
+
"shape": "Sqp"
|
77947
77956
|
}
|
77948
77957
|
},
|
77949
|
-
"
|
77958
|
+
"Sqp": {
|
77950
77959
|
"type": "structure",
|
77951
77960
|
"members": {
|
77952
77961
|
"TagKey": {},
|
77953
77962
|
"TagValue": {}
|
77954
77963
|
}
|
77955
77964
|
},
|
77956
|
-
"
|
77965
|
+
"Sqq": {
|
77957
77966
|
"type": "structure",
|
77958
77967
|
"members": {
|
77959
77968
|
"OrConditions": {
|
77960
|
-
"shape": "
|
77969
|
+
"shape": "Sqr"
|
77961
77970
|
},
|
77962
77971
|
"AndConditions": {
|
77963
|
-
"shape": "
|
77972
|
+
"shape": "Sqr"
|
77964
77973
|
},
|
77965
77974
|
"StringCondition": {
|
77966
|
-
"shape": "
|
77975
|
+
"shape": "Sqs"
|
77967
77976
|
}
|
77968
77977
|
}
|
77969
77978
|
},
|
77970
|
-
"
|
77979
|
+
"Sqr": {
|
77971
77980
|
"type": "list",
|
77972
77981
|
"member": {
|
77973
|
-
"shape": "
|
77982
|
+
"shape": "Sqq"
|
77974
77983
|
}
|
77975
77984
|
},
|
77976
|
-
"
|
77985
|
+
"Sqs": {
|
77977
77986
|
"type": "structure",
|
77978
77987
|
"members": {
|
77979
77988
|
"FieldName": {},
|
@@ -77981,173 +77990,173 @@ module.exports={
|
|
77981
77990
|
"ComparisonType": {}
|
77982
77991
|
}
|
77983
77992
|
},
|
77984
|
-
"
|
77993
|
+
"Sqx": {
|
77985
77994
|
"type": "structure",
|
77986
77995
|
"members": {
|
77987
77996
|
"OrConditions": {
|
77988
|
-
"shape": "
|
77997
|
+
"shape": "Sqy"
|
77989
77998
|
},
|
77990
77999
|
"AndConditions": {
|
77991
|
-
"shape": "
|
78000
|
+
"shape": "Sqy"
|
77992
78001
|
},
|
77993
78002
|
"StringCondition": {
|
77994
|
-
"shape": "
|
78003
|
+
"shape": "Sqs"
|
77995
78004
|
}
|
77996
78005
|
}
|
77997
78006
|
},
|
77998
|
-
"
|
78007
|
+
"Sqy": {
|
77999
78008
|
"type": "list",
|
78000
78009
|
"member": {
|
78001
|
-
"shape": "
|
78010
|
+
"shape": "Sqx"
|
78002
78011
|
}
|
78003
78012
|
},
|
78004
|
-
"
|
78013
|
+
"Sr3": {
|
78005
78014
|
"type": "structure",
|
78006
78015
|
"members": {
|
78007
78016
|
"OrConditions": {
|
78008
|
-
"shape": "
|
78017
|
+
"shape": "Sr4"
|
78009
78018
|
},
|
78010
78019
|
"AndConditions": {
|
78011
|
-
"shape": "
|
78020
|
+
"shape": "Sr4"
|
78012
78021
|
},
|
78013
78022
|
"StringCondition": {
|
78014
|
-
"shape": "
|
78023
|
+
"shape": "Sqs"
|
78015
78024
|
}
|
78016
78025
|
}
|
78017
78026
|
},
|
78018
|
-
"
|
78027
|
+
"Sr4": {
|
78019
78028
|
"type": "list",
|
78020
78029
|
"member": {
|
78021
|
-
"shape": "
|
78030
|
+
"shape": "Sr3"
|
78022
78031
|
}
|
78023
78032
|
},
|
78024
|
-
"
|
78033
|
+
"Sra": {
|
78025
78034
|
"type": "structure",
|
78026
78035
|
"members": {
|
78027
78036
|
"OrConditions": {
|
78028
|
-
"shape": "
|
78037
|
+
"shape": "Srb"
|
78029
78038
|
},
|
78030
78039
|
"AndConditions": {
|
78031
|
-
"shape": "
|
78040
|
+
"shape": "Srb"
|
78032
78041
|
},
|
78033
78042
|
"StringCondition": {
|
78034
|
-
"shape": "
|
78043
|
+
"shape": "Sqs"
|
78035
78044
|
},
|
78036
78045
|
"QueueTypeCondition": {}
|
78037
78046
|
}
|
78038
78047
|
},
|
78039
|
-
"
|
78048
|
+
"Srb": {
|
78040
78049
|
"type": "list",
|
78041
78050
|
"member": {
|
78042
|
-
"shape": "
|
78051
|
+
"shape": "Sra"
|
78043
78052
|
}
|
78044
78053
|
},
|
78045
|
-
"
|
78054
|
+
"Srh": {
|
78046
78055
|
"type": "structure",
|
78047
78056
|
"members": {
|
78048
78057
|
"OrConditions": {
|
78049
|
-
"shape": "
|
78058
|
+
"shape": "Sri"
|
78050
78059
|
},
|
78051
78060
|
"AndConditions": {
|
78052
|
-
"shape": "
|
78061
|
+
"shape": "Sri"
|
78053
78062
|
},
|
78054
78063
|
"StringCondition": {
|
78055
|
-
"shape": "
|
78064
|
+
"shape": "Sqs"
|
78056
78065
|
}
|
78057
78066
|
}
|
78058
78067
|
},
|
78059
|
-
"
|
78068
|
+
"Sri": {
|
78060
78069
|
"type": "list",
|
78061
78070
|
"member": {
|
78062
|
-
"shape": "
|
78071
|
+
"shape": "Srh"
|
78063
78072
|
}
|
78064
78073
|
},
|
78065
|
-
"
|
78074
|
+
"Srw": {
|
78066
78075
|
"type": "structure",
|
78067
78076
|
"members": {
|
78068
78077
|
"OrConditions": {
|
78069
|
-
"shape": "
|
78078
|
+
"shape": "Srx"
|
78070
78079
|
},
|
78071
78080
|
"AndConditions": {
|
78072
|
-
"shape": "
|
78081
|
+
"shape": "Srx"
|
78073
78082
|
},
|
78074
78083
|
"StringCondition": {
|
78075
|
-
"shape": "
|
78084
|
+
"shape": "Sqs"
|
78076
78085
|
}
|
78077
78086
|
}
|
78078
78087
|
},
|
78079
|
-
"
|
78088
|
+
"Srx": {
|
78080
78089
|
"type": "list",
|
78081
78090
|
"member": {
|
78082
|
-
"shape": "
|
78091
|
+
"shape": "Srw"
|
78083
78092
|
}
|
78084
78093
|
},
|
78085
|
-
"
|
78094
|
+
"Ss1": {
|
78086
78095
|
"type": "structure",
|
78087
78096
|
"members": {
|
78088
78097
|
"OrConditions": {
|
78089
|
-
"shape": "
|
78098
|
+
"shape": "Ss2"
|
78090
78099
|
},
|
78091
78100
|
"AndConditions": {
|
78092
|
-
"shape": "
|
78101
|
+
"shape": "Ss2"
|
78093
78102
|
},
|
78094
78103
|
"StringCondition": {
|
78095
|
-
"shape": "
|
78104
|
+
"shape": "Sqs"
|
78096
78105
|
}
|
78097
78106
|
}
|
78098
78107
|
},
|
78099
|
-
"
|
78108
|
+
"Ss2": {
|
78100
78109
|
"type": "list",
|
78101
78110
|
"member": {
|
78102
|
-
"shape": "
|
78111
|
+
"shape": "Ss1"
|
78103
78112
|
}
|
78104
78113
|
},
|
78105
|
-
"
|
78114
|
+
"Ssb": {
|
78106
78115
|
"type": "structure",
|
78107
78116
|
"members": {
|
78108
78117
|
"TagConditions": {
|
78109
|
-
"shape": "
|
78118
|
+
"shape": "Sqo"
|
78110
78119
|
},
|
78111
78120
|
"HierarchyGroupCondition": {
|
78112
|
-
"shape": "
|
78121
|
+
"shape": "Ssc"
|
78113
78122
|
}
|
78114
78123
|
}
|
78115
78124
|
},
|
78116
|
-
"
|
78125
|
+
"Ssc": {
|
78117
78126
|
"type": "structure",
|
78118
78127
|
"members": {
|
78119
78128
|
"Value": {},
|
78120
78129
|
"HierarchyGroupMatchType": {}
|
78121
78130
|
}
|
78122
78131
|
},
|
78123
|
-
"
|
78132
|
+
"Sse": {
|
78124
78133
|
"type": "structure",
|
78125
78134
|
"members": {
|
78126
78135
|
"OrConditions": {
|
78127
|
-
"shape": "
|
78136
|
+
"shape": "Ssf"
|
78128
78137
|
},
|
78129
78138
|
"AndConditions": {
|
78130
|
-
"shape": "
|
78139
|
+
"shape": "Ssf"
|
78131
78140
|
},
|
78132
78141
|
"StringCondition": {
|
78133
|
-
"shape": "
|
78142
|
+
"shape": "Sqs"
|
78134
78143
|
},
|
78135
78144
|
"HierarchyGroupCondition": {
|
78136
|
-
"shape": "
|
78145
|
+
"shape": "Ssc"
|
78137
78146
|
}
|
78138
78147
|
}
|
78139
78148
|
},
|
78140
|
-
"
|
78149
|
+
"Ssf": {
|
78141
78150
|
"type": "list",
|
78142
78151
|
"member": {
|
78143
|
-
"shape": "
|
78152
|
+
"shape": "Sse"
|
78144
78153
|
}
|
78145
78154
|
},
|
78146
|
-
"
|
78155
|
+
"Ssx": {
|
78147
78156
|
"type": "list",
|
78148
78157
|
"member": {}
|
78149
78158
|
},
|
78150
|
-
"
|
78159
|
+
"Ssz": {
|
78151
78160
|
"type": "structure",
|
78152
78161
|
"required": [
|
78153
78162
|
"DisplayName"
|
@@ -78156,7 +78165,7 @@ module.exports={
|
|
78156
78165
|
"DisplayName": {}
|
78157
78166
|
}
|
78158
78167
|
},
|
78159
|
-
"
|
78168
|
+
"St0": {
|
78160
78169
|
"type": "structure",
|
78161
78170
|
"required": [
|
78162
78171
|
"StreamingEndpointArn"
|
@@ -78165,25 +78174,25 @@ module.exports={
|
|
78165
78174
|
"StreamingEndpointArn": {}
|
78166
78175
|
}
|
78167
78176
|
},
|
78168
|
-
"
|
78177
|
+
"Stu": {
|
78169
78178
|
"type": "structure",
|
78170
78179
|
"members": {
|
78171
78180
|
"Video": {}
|
78172
78181
|
}
|
78173
78182
|
},
|
78174
|
-
"
|
78183
|
+
"Suh": {
|
78175
78184
|
"type": "map",
|
78176
78185
|
"key": {},
|
78177
78186
|
"value": {
|
78178
78187
|
"type": "structure",
|
78179
78188
|
"members": {
|
78180
78189
|
"Value": {
|
78181
|
-
"shape": "
|
78190
|
+
"shape": "Sci"
|
78182
78191
|
}
|
78183
78192
|
}
|
78184
78193
|
}
|
78185
78194
|
},
|
78186
|
-
"
|
78195
|
+
"Swt": {
|
78187
78196
|
"type": "structure",
|
78188
78197
|
"required": [
|
78189
78198
|
"Name"
|
@@ -228398,16 +228407,7 @@ module.exports={
|
|
228398
228407
|
},
|
228399
228408
|
"ProjectVersion": {},
|
228400
228409
|
"ContentTypes": {
|
228401
|
-
"
|
228402
|
-
"member": {
|
228403
|
-
"type": "structure",
|
228404
|
-
"members": {
|
228405
|
-
"Confidence": {
|
228406
|
-
"type": "float"
|
228407
|
-
},
|
228408
|
-
"Name": {}
|
228409
|
-
}
|
228410
|
-
}
|
228410
|
+
"shape": "S6l"
|
228411
228411
|
}
|
228412
228412
|
}
|
228413
228413
|
}
|
@@ -228758,6 +228758,9 @@ module.exports={
|
|
228758
228758
|
},
|
228759
228759
|
"DurationMillis": {
|
228760
228760
|
"type": "long"
|
228761
|
+
},
|
228762
|
+
"ContentTypes": {
|
228763
|
+
"shape": "S6l"
|
228761
228764
|
}
|
228762
228765
|
}
|
228763
228766
|
}
|
@@ -230930,6 +230933,18 @@ module.exports={
|
|
230930
230933
|
}
|
230931
230934
|
}
|
230932
230935
|
},
|
230936
|
+
"S6l": {
|
230937
|
+
"type": "list",
|
230938
|
+
"member": {
|
230939
|
+
"type": "structure",
|
230940
|
+
"members": {
|
230941
|
+
"Confidence": {
|
230942
|
+
"type": "float"
|
230943
|
+
},
|
230944
|
+
"Name": {}
|
230945
|
+
}
|
230946
|
+
}
|
230947
|
+
},
|
230933
230948
|
"S71": {
|
230934
230949
|
"type": "list",
|
230935
230950
|
"member": {
|
@@ -273436,7 +273451,7 @@ AWS.util.update(AWS, {
|
|
273436
273451
|
/**
|
273437
273452
|
* @constant
|
273438
273453
|
*/
|
273439
|
-
VERSION: '2.
|
273454
|
+
VERSION: '2.1597.0',
|
273440
273455
|
|
273441
273456
|
/**
|
273442
273457
|
* @api private
|
@@ -295691,7 +295706,7 @@ var LRUCache = /** @class */ (function () {
|
|
295691
295706
|
}());
|
295692
295707
|
exports.LRUCache = LRUCache;
|
295693
295708
|
},{}],467:[function(require,module,exports){
|
295694
|
-
// AWS SDK for JavaScript v2.
|
295709
|
+
// AWS SDK for JavaScript v2.1597.0
|
295695
295710
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295696
295711
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295697
295712
|
require('./browser_loader');
|