cdk-lambda-subminute 2.0.489 → 2.0.490
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +30 -4
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +144 -54
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +28 -6
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +268 -250
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +677 -635
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +18 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +65 -11
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +7 -1
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +80 -0
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +191 -64
- package/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +116 -42
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +349 -341
- package/node_modules/aws-sdk/apis/qapps-2023-11-27.examples.json +23 -0
- package/node_modules/aws-sdk/apis/qapps-2023-11-27.min.json +60 -21
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +92 -4
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1018 -972
- package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +3 -1
- package/node_modules/aws-sdk/clients/applicationsignals.d.ts +136 -22
- package/node_modules/aws-sdk/clients/appsync.d.ts +2 -2
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +19 -2
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +184 -5
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +8 -8
- package/node_modules/aws-sdk/clients/connect.d.ts +39 -3
- package/node_modules/aws-sdk/clients/datazone.d.ts +42 -0
- package/node_modules/aws-sdk/clients/elbv2.d.ts +59 -2
- package/node_modules/aws-sdk/clients/finspace.d.ts +3 -3
- package/node_modules/aws-sdk/clients/fis.d.ts +83 -1
- package/node_modules/aws-sdk/clients/gamelift.d.ts +27 -27
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +49 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +11 -0
- package/node_modules/aws-sdk/clients/qapps.d.ts +44 -2
- package/node_modules/aws-sdk/clients/s3control.d.ts +110 -31
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +64 -4
- package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +9 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -22
- package/node_modules/aws-sdk/dist/aws-sdk.js +548 -331
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -3
- package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1691.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){
|
@@ -70456,6 +70456,24 @@ module.exports={
|
|
70456
70456
|
"shape": "S2n"
|
70457
70457
|
}
|
70458
70458
|
}
|
70459
|
+
},
|
70460
|
+
"ReplicationConfiguration": {
|
70461
|
+
"type": "structure",
|
70462
|
+
"members": {
|
70463
|
+
"ReplicationStatusSummaryList": {
|
70464
|
+
"type": "list",
|
70465
|
+
"member": {
|
70466
|
+
"type": "structure",
|
70467
|
+
"members": {
|
70468
|
+
"Region": {},
|
70469
|
+
"ReplicationStatus": {},
|
70470
|
+
"ReplicationStatusReason": {}
|
70471
|
+
}
|
70472
|
+
}
|
70473
|
+
},
|
70474
|
+
"SourceRegion": {},
|
70475
|
+
"GlobalSignInEndpoint": {}
|
70476
|
+
}
|
70459
70477
|
}
|
70460
70478
|
}
|
70461
70479
|
}
|
@@ -70486,7 +70504,7 @@ module.exports={
|
|
70486
70504
|
"type": "structure",
|
70487
70505
|
"members": {
|
70488
70506
|
"Attribute": {
|
70489
|
-
"shape": "
|
70507
|
+
"shape": "Sfn"
|
70490
70508
|
}
|
70491
70509
|
}
|
70492
70510
|
}
|
@@ -70600,7 +70618,7 @@ module.exports={
|
|
70600
70618
|
"type": "structure",
|
70601
70619
|
"members": {
|
70602
70620
|
"PredefinedAttribute": {
|
70603
|
-
"shape": "
|
70621
|
+
"shape": "Sg1"
|
70604
70622
|
}
|
70605
70623
|
}
|
70606
70624
|
}
|
@@ -70631,7 +70649,7 @@ module.exports={
|
|
70631
70649
|
"type": "structure",
|
70632
70650
|
"members": {
|
70633
70651
|
"Prompt": {
|
70634
|
-
"shape": "
|
70652
|
+
"shape": "Sg4"
|
70635
70653
|
}
|
70636
70654
|
}
|
70637
70655
|
}
|
@@ -70662,7 +70680,7 @@ module.exports={
|
|
70662
70680
|
"type": "structure",
|
70663
70681
|
"members": {
|
70664
70682
|
"Queue": {
|
70665
|
-
"shape": "
|
70683
|
+
"shape": "Sg7"
|
70666
70684
|
}
|
70667
70685
|
}
|
70668
70686
|
}
|
@@ -70693,7 +70711,7 @@ module.exports={
|
|
70693
70711
|
"type": "structure",
|
70694
70712
|
"members": {
|
70695
70713
|
"QuickConnect": {
|
70696
|
-
"shape": "
|
70714
|
+
"shape": "Sgb"
|
70697
70715
|
}
|
70698
70716
|
}
|
70699
70717
|
}
|
@@ -70724,7 +70742,7 @@ module.exports={
|
|
70724
70742
|
"type": "structure",
|
70725
70743
|
"members": {
|
70726
70744
|
"RoutingProfile": {
|
70727
|
-
"shape": "
|
70745
|
+
"shape": "Sge"
|
70728
70746
|
}
|
70729
70747
|
}
|
70730
70748
|
}
|
@@ -70974,7 +70992,7 @@ module.exports={
|
|
70974
70992
|
"type": "structure",
|
70975
70993
|
"members": {
|
70976
70994
|
"HierarchyGroup": {
|
70977
|
-
"shape": "
|
70995
|
+
"shape": "Sgy"
|
70978
70996
|
}
|
70979
70997
|
}
|
70980
70998
|
}
|
@@ -71003,19 +71021,19 @@ module.exports={
|
|
71003
71021
|
"type": "structure",
|
71004
71022
|
"members": {
|
71005
71023
|
"LevelOne": {
|
71006
|
-
"shape": "
|
71024
|
+
"shape": "Sh5"
|
71007
71025
|
},
|
71008
71026
|
"LevelTwo": {
|
71009
|
-
"shape": "
|
71027
|
+
"shape": "Sh5"
|
71010
71028
|
},
|
71011
71029
|
"LevelThree": {
|
71012
|
-
"shape": "
|
71030
|
+
"shape": "Sh5"
|
71013
71031
|
},
|
71014
71032
|
"LevelFour": {
|
71015
|
-
"shape": "
|
71033
|
+
"shape": "Sh5"
|
71016
71034
|
},
|
71017
71035
|
"LevelFive": {
|
71018
|
-
"shape": "
|
71036
|
+
"shape": "Sh5"
|
71019
71037
|
}
|
71020
71038
|
}
|
71021
71039
|
}
|
@@ -71598,15 +71616,15 @@ module.exports={
|
|
71598
71616
|
"locationName": "InstanceId"
|
71599
71617
|
},
|
71600
71618
|
"Filters": {
|
71601
|
-
"shape": "
|
71619
|
+
"shape": "Si6"
|
71602
71620
|
},
|
71603
71621
|
"Groupings": {
|
71604
|
-
"shape": "
|
71622
|
+
"shape": "Sic"
|
71605
71623
|
},
|
71606
71624
|
"CurrentMetrics": {
|
71607
71625
|
"type": "list",
|
71608
71626
|
"member": {
|
71609
|
-
"shape": "
|
71627
|
+
"shape": "Sif"
|
71610
71628
|
}
|
71611
71629
|
},
|
71612
71630
|
"NextToken": {},
|
@@ -71635,7 +71653,7 @@ module.exports={
|
|
71635
71653
|
"type": "structure",
|
71636
71654
|
"members": {
|
71637
71655
|
"Dimensions": {
|
71638
|
-
"shape": "
|
71656
|
+
"shape": "Siq"
|
71639
71657
|
},
|
71640
71658
|
"Collections": {
|
71641
71659
|
"type": "list",
|
@@ -71643,7 +71661,7 @@ module.exports={
|
|
71643
71661
|
"type": "structure",
|
71644
71662
|
"members": {
|
71645
71663
|
"Metric": {
|
71646
|
-
"shape": "
|
71664
|
+
"shape": "Sif"
|
71647
71665
|
},
|
71648
71666
|
"Value": {
|
71649
71667
|
"type": "double"
|
@@ -71682,7 +71700,7 @@ module.exports={
|
|
71682
71700
|
"type": "structure",
|
71683
71701
|
"members": {
|
71684
71702
|
"Queues": {
|
71685
|
-
"shape": "
|
71703
|
+
"shape": "Si7"
|
71686
71704
|
},
|
71687
71705
|
"ContactFilter": {
|
71688
71706
|
"type": "structure",
|
@@ -71694,7 +71712,7 @@ module.exports={
|
|
71694
71712
|
}
|
71695
71713
|
},
|
71696
71714
|
"RoutingProfiles": {
|
71697
|
-
"shape": "
|
71715
|
+
"shape": "Si9"
|
71698
71716
|
},
|
71699
71717
|
"Agents": {
|
71700
71718
|
"type": "list",
|
@@ -71729,25 +71747,25 @@ module.exports={
|
|
71729
71747
|
}
|
71730
71748
|
},
|
71731
71749
|
"RoutingProfile": {
|
71732
|
-
"shape": "
|
71750
|
+
"shape": "Sis"
|
71733
71751
|
},
|
71734
71752
|
"HierarchyPath": {
|
71735
71753
|
"type": "structure",
|
71736
71754
|
"members": {
|
71737
71755
|
"LevelOne": {
|
71738
|
-
"shape": "
|
71756
|
+
"shape": "Sj9"
|
71739
71757
|
},
|
71740
71758
|
"LevelTwo": {
|
71741
|
-
"shape": "
|
71759
|
+
"shape": "Sj9"
|
71742
71760
|
},
|
71743
71761
|
"LevelThree": {
|
71744
|
-
"shape": "
|
71762
|
+
"shape": "Sj9"
|
71745
71763
|
},
|
71746
71764
|
"LevelFour": {
|
71747
|
-
"shape": "
|
71765
|
+
"shape": "Sj9"
|
71748
71766
|
},
|
71749
71767
|
"LevelFive": {
|
71750
|
-
"shape": "
|
71768
|
+
"shape": "Sj9"
|
71751
71769
|
}
|
71752
71770
|
}
|
71753
71771
|
},
|
@@ -71762,13 +71780,13 @@ module.exports={
|
|
71762
71780
|
}
|
71763
71781
|
},
|
71764
71782
|
"AvailableSlotsByChannel": {
|
71765
|
-
"shape": "
|
71783
|
+
"shape": "Sjb"
|
71766
71784
|
},
|
71767
71785
|
"MaxSlotsByChannel": {
|
71768
|
-
"shape": "
|
71786
|
+
"shape": "Sjb"
|
71769
71787
|
},
|
71770
71788
|
"ActiveSlotsByChannel": {
|
71771
|
-
"shape": "
|
71789
|
+
"shape": "Sjb"
|
71772
71790
|
},
|
71773
71791
|
"Contacts": {
|
71774
71792
|
"type": "list",
|
@@ -71786,7 +71804,7 @@ module.exports={
|
|
71786
71804
|
"type": "timestamp"
|
71787
71805
|
},
|
71788
71806
|
"Queue": {
|
71789
|
-
"shape": "
|
71807
|
+
"shape": "Sir"
|
71790
71808
|
}
|
71791
71809
|
}
|
71792
71810
|
}
|
@@ -71825,13 +71843,13 @@ module.exports={
|
|
71825
71843
|
"type": "structure",
|
71826
71844
|
"members": {
|
71827
71845
|
"AccessToken": {
|
71828
|
-
"shape": "
|
71846
|
+
"shape": "Sji"
|
71829
71847
|
},
|
71830
71848
|
"AccessTokenExpiration": {
|
71831
71849
|
"type": "timestamp"
|
71832
71850
|
},
|
71833
71851
|
"RefreshToken": {
|
71834
|
-
"shape": "
|
71852
|
+
"shape": "Sji"
|
71835
71853
|
},
|
71836
71854
|
"RefreshTokenExpiration": {
|
71837
71855
|
"type": "timestamp"
|
@@ -71906,15 +71924,15 @@ module.exports={
|
|
71906
71924
|
"type": "timestamp"
|
71907
71925
|
},
|
71908
71926
|
"Filters": {
|
71909
|
-
"shape": "
|
71927
|
+
"shape": "Si6"
|
71910
71928
|
},
|
71911
71929
|
"Groupings": {
|
71912
|
-
"shape": "
|
71930
|
+
"shape": "Sic"
|
71913
71931
|
},
|
71914
71932
|
"HistoricalMetrics": {
|
71915
71933
|
"type": "list",
|
71916
71934
|
"member": {
|
71917
|
-
"shape": "
|
71935
|
+
"shape": "Sjn"
|
71918
71936
|
}
|
71919
71937
|
},
|
71920
71938
|
"NextToken": {},
|
@@ -71933,7 +71951,7 @@ module.exports={
|
|
71933
71951
|
"type": "structure",
|
71934
71952
|
"members": {
|
71935
71953
|
"Dimensions": {
|
71936
|
-
"shape": "
|
71954
|
+
"shape": "Siq"
|
71937
71955
|
},
|
71938
71956
|
"Collections": {
|
71939
71957
|
"type": "list",
|
@@ -71941,7 +71959,7 @@ module.exports={
|
|
71941
71959
|
"type": "structure",
|
71942
71960
|
"members": {
|
71943
71961
|
"Metric": {
|
71944
|
-
"shape": "
|
71962
|
+
"shape": "Sjn"
|
71945
71963
|
},
|
71946
71964
|
"Value": {
|
71947
71965
|
"type": "double"
|
@@ -72003,7 +72021,7 @@ module.exports={
|
|
72003
72021
|
"Metrics": {
|
72004
72022
|
"type": "list",
|
72005
72023
|
"member": {
|
72006
|
-
"shape": "
|
72024
|
+
"shape": "Sk8"
|
72007
72025
|
}
|
72008
72026
|
},
|
72009
72027
|
"NextToken": {},
|
@@ -72044,7 +72062,7 @@ module.exports={
|
|
72044
72062
|
"type": "structure",
|
72045
72063
|
"members": {
|
72046
72064
|
"Metric": {
|
72047
|
-
"shape": "
|
72065
|
+
"shape": "Sk8"
|
72048
72066
|
},
|
72049
72067
|
"Value": {
|
72050
72068
|
"type": "double"
|
@@ -72174,15 +72192,15 @@ module.exports={
|
|
72174
72192
|
"type": "structure",
|
72175
72193
|
"members": {
|
72176
72194
|
"TelephonyConfig": {
|
72177
|
-
"shape": "
|
72195
|
+
"shape": "Skx"
|
72178
72196
|
},
|
72179
72197
|
"Id": {},
|
72180
72198
|
"Arn": {},
|
72181
72199
|
"SignInConfig": {
|
72182
|
-
"shape": "
|
72200
|
+
"shape": "Sl1"
|
72183
72201
|
},
|
72184
72202
|
"AgentConfig": {
|
72185
|
-
"shape": "
|
72203
|
+
"shape": "Sl4"
|
72186
72204
|
}
|
72187
72205
|
}
|
72188
72206
|
}
|
@@ -73036,7 +73054,7 @@ module.exports={
|
|
73036
73054
|
"Attributes": {
|
73037
73055
|
"type": "list",
|
73038
73056
|
"member": {
|
73039
|
-
"shape": "
|
73057
|
+
"shape": "Sfn"
|
73040
73058
|
}
|
73041
73059
|
},
|
73042
73060
|
"NextToken": {}
|
@@ -73288,12 +73306,12 @@ module.exports={
|
|
73288
73306
|
"locationName": "InstanceId"
|
73289
73307
|
},
|
73290
73308
|
"PhoneNumberTypes": {
|
73291
|
-
"shape": "
|
73309
|
+
"shape": "Sno",
|
73292
73310
|
"location": "querystring",
|
73293
73311
|
"locationName": "phoneNumberTypes"
|
73294
73312
|
},
|
73295
73313
|
"PhoneNumberCountryCodes": {
|
73296
|
-
"shape": "
|
73314
|
+
"shape": "Snp",
|
73297
73315
|
"location": "querystring",
|
73298
73316
|
"locationName": "phoneNumberCountryCodes"
|
73299
73317
|
},
|
@@ -73342,10 +73360,10 @@ module.exports={
|
|
73342
73360
|
},
|
73343
73361
|
"NextToken": {},
|
73344
73362
|
"PhoneNumberCountryCodes": {
|
73345
|
-
"shape": "
|
73363
|
+
"shape": "Snp"
|
73346
73364
|
},
|
73347
73365
|
"PhoneNumberTypes": {
|
73348
|
-
"shape": "
|
73366
|
+
"shape": "Sno"
|
73349
73367
|
},
|
73350
73368
|
"PhoneNumberPrefix": {}
|
73351
73369
|
}
|
@@ -73504,7 +73522,7 @@ module.exports={
|
|
73504
73522
|
"members": {
|
73505
73523
|
"NextToken": {},
|
73506
73524
|
"QuickConnectSummaryList": {
|
73507
|
-
"shape": "
|
73525
|
+
"shape": "Soa"
|
73508
73526
|
},
|
73509
73527
|
"LastModifiedTime": {
|
73510
73528
|
"type": "timestamp"
|
@@ -73604,7 +73622,7 @@ module.exports={
|
|
73604
73622
|
"type": "structure",
|
73605
73623
|
"members": {
|
73606
73624
|
"QuickConnectSummaryList": {
|
73607
|
-
"shape": "
|
73625
|
+
"shape": "Soa"
|
73608
73626
|
},
|
73609
73627
|
"NextToken": {}
|
73610
73628
|
}
|
@@ -73674,7 +73692,7 @@ module.exports={
|
|
73674
73692
|
"Content": {},
|
73675
73693
|
"ContentType": {},
|
73676
73694
|
"Time": {
|
73677
|
-
"shape": "
|
73695
|
+
"shape": "Soz"
|
73678
73696
|
},
|
73679
73697
|
"Redaction": {
|
73680
73698
|
"type": "structure",
|
@@ -73682,7 +73700,7 @@ module.exports={
|
|
73682
73700
|
"CharacterOffsets": {
|
73683
73701
|
"type": "list",
|
73684
73702
|
"member": {
|
73685
|
-
"shape": "
|
73703
|
+
"shape": "Sp3"
|
73686
73704
|
}
|
73687
73705
|
}
|
73688
73706
|
}
|
@@ -73720,7 +73738,7 @@ module.exports={
|
|
73720
73738
|
"members": {
|
73721
73739
|
"Id": {},
|
73722
73740
|
"CharacterOffsets": {
|
73723
|
-
"shape": "
|
73741
|
+
"shape": "Sp3"
|
73724
73742
|
}
|
73725
73743
|
}
|
73726
73744
|
}
|
@@ -73758,7 +73776,7 @@ module.exports={
|
|
73758
73776
|
"Content": {},
|
73759
73777
|
"Id": {},
|
73760
73778
|
"CharacterOffsets": {
|
73761
|
-
"shape": "
|
73779
|
+
"shape": "Sp3"
|
73762
73780
|
}
|
73763
73781
|
}
|
73764
73782
|
}
|
@@ -73782,7 +73800,7 @@ module.exports={
|
|
73782
73800
|
"DisplayName": {},
|
73783
73801
|
"EventType": {},
|
73784
73802
|
"Time": {
|
73785
|
-
"shape": "
|
73803
|
+
"shape": "Soz"
|
73786
73804
|
}
|
73787
73805
|
}
|
73788
73806
|
},
|
@@ -73817,7 +73835,7 @@ module.exports={
|
|
73817
73835
|
}
|
73818
73836
|
},
|
73819
73837
|
"Time": {
|
73820
|
-
"shape": "
|
73838
|
+
"shape": "Soz"
|
73821
73839
|
}
|
73822
73840
|
}
|
73823
73841
|
},
|
@@ -74480,7 +74498,7 @@ module.exports={
|
|
74480
74498
|
"UserHierarchyGroupSummaryList": {
|
74481
74499
|
"type": "list",
|
74482
74500
|
"member": {
|
74483
|
-
"shape": "
|
74501
|
+
"shape": "Sh1"
|
74484
74502
|
}
|
74485
74503
|
},
|
74486
74504
|
"NextToken": {}
|
@@ -74890,12 +74908,12 @@ module.exports={
|
|
74890
74908
|
"type": "structure",
|
74891
74909
|
"members": {
|
74892
74910
|
"AttributeFilter": {
|
74893
|
-
"shape": "
|
74911
|
+
"shape": "Ss6"
|
74894
74912
|
}
|
74895
74913
|
}
|
74896
74914
|
},
|
74897
74915
|
"SearchCriteria": {
|
74898
|
-
"shape": "
|
74916
|
+
"shape": "Ssb"
|
74899
74917
|
}
|
74900
74918
|
}
|
74901
74919
|
},
|
@@ -74974,12 +74992,12 @@ module.exports={
|
|
74974
74992
|
"type": "structure",
|
74975
74993
|
"members": {
|
74976
74994
|
"TagFilter": {
|
74977
|
-
"shape": "
|
74995
|
+
"shape": "Ssn"
|
74978
74996
|
}
|
74979
74997
|
}
|
74980
74998
|
},
|
74981
74999
|
"SearchCriteria": {
|
74982
|
-
"shape": "
|
75000
|
+
"shape": "Ssp"
|
74983
75001
|
}
|
74984
75002
|
}
|
74985
75003
|
},
|
@@ -75018,12 +75036,12 @@ module.exports={
|
|
75018
75036
|
"type": "structure",
|
75019
75037
|
"members": {
|
75020
75038
|
"TagFilter": {
|
75021
|
-
"shape": "
|
75039
|
+
"shape": "Ssn"
|
75022
75040
|
}
|
75023
75041
|
}
|
75024
75042
|
},
|
75025
75043
|
"SearchCriteria": {
|
75026
|
-
"shape": "
|
75044
|
+
"shape": "Ssv"
|
75027
75045
|
}
|
75028
75046
|
}
|
75029
75047
|
},
|
@@ -75083,19 +75101,19 @@ module.exports={
|
|
75083
75101
|
"type": "structure",
|
75084
75102
|
"members": {
|
75085
75103
|
"L1Ids": {
|
75086
|
-
"shape": "
|
75104
|
+
"shape": "St5"
|
75087
75105
|
},
|
75088
75106
|
"L2Ids": {
|
75089
|
-
"shape": "
|
75107
|
+
"shape": "St5"
|
75090
75108
|
},
|
75091
75109
|
"L3Ids": {
|
75092
|
-
"shape": "
|
75110
|
+
"shape": "St5"
|
75093
75111
|
},
|
75094
75112
|
"L4Ids": {
|
75095
|
-
"shape": "
|
75113
|
+
"shape": "St5"
|
75096
75114
|
},
|
75097
75115
|
"L5Ids": {
|
75098
|
-
"shape": "
|
75116
|
+
"shape": "St5"
|
75099
75117
|
}
|
75100
75118
|
}
|
75101
75119
|
},
|
@@ -75271,12 +75289,12 @@ module.exports={
|
|
75271
75289
|
"type": "structure",
|
75272
75290
|
"members": {
|
75273
75291
|
"TagFilter": {
|
75274
|
-
"shape": "
|
75292
|
+
"shape": "Ssn"
|
75275
75293
|
}
|
75276
75294
|
}
|
75277
75295
|
},
|
75278
75296
|
"SearchCriteria": {
|
75279
|
-
"shape": "
|
75297
|
+
"shape": "Stw"
|
75280
75298
|
}
|
75281
75299
|
}
|
75282
75300
|
},
|
@@ -75312,7 +75330,7 @@ module.exports={
|
|
75312
75330
|
"type": "integer"
|
75313
75331
|
},
|
75314
75332
|
"SearchCriteria": {
|
75315
|
-
"shape": "
|
75333
|
+
"shape": "Su1"
|
75316
75334
|
}
|
75317
75335
|
}
|
75318
75336
|
},
|
@@ -75322,7 +75340,7 @@ module.exports={
|
|
75322
75340
|
"PredefinedAttributes": {
|
75323
75341
|
"type": "list",
|
75324
75342
|
"member": {
|
75325
|
-
"shape": "
|
75343
|
+
"shape": "Sg1"
|
75326
75344
|
}
|
75327
75345
|
},
|
75328
75346
|
"NextToken": {},
|
@@ -75351,12 +75369,12 @@ module.exports={
|
|
75351
75369
|
"type": "structure",
|
75352
75370
|
"members": {
|
75353
75371
|
"TagFilter": {
|
75354
|
-
"shape": "
|
75372
|
+
"shape": "Ssn"
|
75355
75373
|
}
|
75356
75374
|
}
|
75357
75375
|
},
|
75358
75376
|
"SearchCriteria": {
|
75359
|
-
"shape": "
|
75377
|
+
"shape": "Su7"
|
75360
75378
|
}
|
75361
75379
|
}
|
75362
75380
|
},
|
@@ -75366,7 +75384,7 @@ module.exports={
|
|
75366
75384
|
"Prompts": {
|
75367
75385
|
"type": "list",
|
75368
75386
|
"member": {
|
75369
|
-
"shape": "
|
75387
|
+
"shape": "Sg4"
|
75370
75388
|
}
|
75371
75389
|
},
|
75372
75390
|
"NextToken": {},
|
@@ -75395,12 +75413,12 @@ module.exports={
|
|
75395
75413
|
"type": "structure",
|
75396
75414
|
"members": {
|
75397
75415
|
"TagFilter": {
|
75398
|
-
"shape": "
|
75416
|
+
"shape": "Ssn"
|
75399
75417
|
}
|
75400
75418
|
}
|
75401
75419
|
},
|
75402
75420
|
"SearchCriteria": {
|
75403
|
-
"shape": "
|
75421
|
+
"shape": "Sue"
|
75404
75422
|
}
|
75405
75423
|
}
|
75406
75424
|
},
|
@@ -75410,7 +75428,7 @@ module.exports={
|
|
75410
75428
|
"Queues": {
|
75411
75429
|
"type": "list",
|
75412
75430
|
"member": {
|
75413
|
-
"shape": "
|
75431
|
+
"shape": "Sg7"
|
75414
75432
|
}
|
75415
75433
|
},
|
75416
75434
|
"NextToken": {},
|
@@ -75439,12 +75457,12 @@ module.exports={
|
|
75439
75457
|
"type": "structure",
|
75440
75458
|
"members": {
|
75441
75459
|
"TagFilter": {
|
75442
|
-
"shape": "
|
75460
|
+
"shape": "Ssn"
|
75443
75461
|
}
|
75444
75462
|
}
|
75445
75463
|
},
|
75446
75464
|
"SearchCriteria": {
|
75447
|
-
"shape": "
|
75465
|
+
"shape": "Sul"
|
75448
75466
|
}
|
75449
75467
|
}
|
75450
75468
|
},
|
@@ -75454,7 +75472,7 @@ module.exports={
|
|
75454
75472
|
"QuickConnects": {
|
75455
75473
|
"type": "list",
|
75456
75474
|
"member": {
|
75457
|
-
"shape": "
|
75475
|
+
"shape": "Sgb"
|
75458
75476
|
}
|
75459
75477
|
},
|
75460
75478
|
"NextToken": {},
|
@@ -75535,12 +75553,12 @@ module.exports={
|
|
75535
75553
|
"type": "structure",
|
75536
75554
|
"members": {
|
75537
75555
|
"TagFilter": {
|
75538
|
-
"shape": "
|
75556
|
+
"shape": "Ssn"
|
75539
75557
|
}
|
75540
75558
|
}
|
75541
75559
|
},
|
75542
75560
|
"SearchCriteria": {
|
75543
|
-
"shape": "
|
75561
|
+
"shape": "Sv0"
|
75544
75562
|
}
|
75545
75563
|
}
|
75546
75564
|
},
|
@@ -75550,7 +75568,7 @@ module.exports={
|
|
75550
75568
|
"RoutingProfiles": {
|
75551
75569
|
"type": "list",
|
75552
75570
|
"member": {
|
75553
|
-
"shape": "
|
75571
|
+
"shape": "Sge"
|
75554
75572
|
}
|
75555
75573
|
},
|
75556
75574
|
"NextToken": {},
|
@@ -75576,13 +75594,13 @@ module.exports={
|
|
75576
75594
|
"type": "integer"
|
75577
75595
|
},
|
75578
75596
|
"SearchCriteria": {
|
75579
|
-
"shape": "
|
75597
|
+
"shape": "Sv5"
|
75580
75598
|
},
|
75581
75599
|
"SearchFilter": {
|
75582
75600
|
"type": "structure",
|
75583
75601
|
"members": {
|
75584
75602
|
"TagFilter": {
|
75585
|
-
"shape": "
|
75603
|
+
"shape": "Ssn"
|
75586
75604
|
}
|
75587
75605
|
}
|
75588
75606
|
}
|
@@ -75633,12 +75651,12 @@ module.exports={
|
|
75633
75651
|
"type": "structure",
|
75634
75652
|
"members": {
|
75635
75653
|
"AttributeFilter": {
|
75636
|
-
"shape": "
|
75654
|
+
"shape": "Ss6"
|
75637
75655
|
}
|
75638
75656
|
}
|
75639
75657
|
},
|
75640
75658
|
"SearchCriteria": {
|
75641
|
-
"shape": "
|
75659
|
+
"shape": "Svd"
|
75642
75660
|
}
|
75643
75661
|
}
|
75644
75662
|
},
|
@@ -75648,7 +75666,7 @@ module.exports={
|
|
75648
75666
|
"UserHierarchyGroups": {
|
75649
75667
|
"type": "list",
|
75650
75668
|
"member": {
|
75651
|
-
"shape": "
|
75669
|
+
"shape": "Sgy"
|
75652
75670
|
}
|
75653
75671
|
},
|
75654
75672
|
"NextToken": {},
|
@@ -75677,7 +75695,7 @@ module.exports={
|
|
75677
75695
|
"type": "structure",
|
75678
75696
|
"members": {
|
75679
75697
|
"TagFilter": {
|
75680
|
-
"shape": "
|
75698
|
+
"shape": "Ssn"
|
75681
75699
|
},
|
75682
75700
|
"UserAttributeFilter": {
|
75683
75701
|
"type": "structure",
|
@@ -75685,24 +75703,24 @@ module.exports={
|
|
75685
75703
|
"OrConditions": {
|
75686
75704
|
"type": "list",
|
75687
75705
|
"member": {
|
75688
|
-
"shape": "
|
75706
|
+
"shape": "Svl"
|
75689
75707
|
}
|
75690
75708
|
},
|
75691
75709
|
"AndCondition": {
|
75692
|
-
"shape": "
|
75710
|
+
"shape": "Svl"
|
75693
75711
|
},
|
75694
75712
|
"TagCondition": {
|
75695
|
-
"shape": "
|
75713
|
+
"shape": "Ssa"
|
75696
75714
|
},
|
75697
75715
|
"HierarchyGroupCondition": {
|
75698
|
-
"shape": "
|
75716
|
+
"shape": "Svm"
|
75699
75717
|
}
|
75700
75718
|
}
|
75701
75719
|
}
|
75702
75720
|
}
|
75703
75721
|
},
|
75704
75722
|
"SearchCriteria": {
|
75705
|
-
"shape": "
|
75723
|
+
"shape": "Svo"
|
75706
75724
|
}
|
75707
75725
|
}
|
75708
75726
|
},
|
@@ -75835,16 +75853,16 @@ module.exports={
|
|
75835
75853
|
"type": "structure",
|
75836
75854
|
"members": {
|
75837
75855
|
"SupportedMessagingContentTypes": {
|
75838
|
-
"shape": "
|
75856
|
+
"shape": "Swe"
|
75839
75857
|
},
|
75840
75858
|
"ParticipantDetails": {
|
75841
|
-
"shape": "
|
75859
|
+
"shape": "Swg"
|
75842
75860
|
},
|
75843
75861
|
"Attributes": {
|
75844
75862
|
"shape": "S38"
|
75845
75863
|
},
|
75846
75864
|
"StreamingConfiguration": {
|
75847
|
-
"shape": "
|
75865
|
+
"shape": "Swh"
|
75848
75866
|
}
|
75849
75867
|
}
|
75850
75868
|
}
|
@@ -75946,7 +75964,7 @@ module.exports={
|
|
75946
75964
|
"shape": "S38"
|
75947
75965
|
},
|
75948
75966
|
"ParticipantDetails": {
|
75949
|
-
"shape": "
|
75967
|
+
"shape": "Swg"
|
75950
75968
|
},
|
75951
75969
|
"InitialMessage": {
|
75952
75970
|
"type": "structure",
|
@@ -75966,7 +75984,7 @@ module.exports={
|
|
75966
75984
|
"type": "integer"
|
75967
75985
|
},
|
75968
75986
|
"SupportedMessagingContentTypes": {
|
75969
|
-
"shape": "
|
75987
|
+
"shape": "Swe"
|
75970
75988
|
},
|
75971
75989
|
"PersistentChat": {
|
75972
75990
|
"type": "structure",
|
@@ -76073,7 +76091,7 @@ module.exports={
|
|
76073
76091
|
"InstanceId": {},
|
76074
76092
|
"ContactId": {},
|
76075
76093
|
"ChatStreamingConfiguration": {
|
76076
|
-
"shape": "
|
76094
|
+
"shape": "Swh"
|
76077
76095
|
},
|
76078
76096
|
"ClientToken": {
|
76079
76097
|
"idempotencyToken": true
|
@@ -76224,7 +76242,7 @@ module.exports={
|
|
76224
76242
|
}
|
76225
76243
|
},
|
76226
76244
|
"ParticipantDetails": {
|
76227
|
-
"shape": "
|
76245
|
+
"shape": "Swg"
|
76228
76246
|
},
|
76229
76247
|
"RelatedContactId": {},
|
76230
76248
|
"References": {
|
@@ -76377,7 +76395,7 @@ module.exports={
|
|
76377
76395
|
"locationName": "EvaluationId"
|
76378
76396
|
},
|
76379
76397
|
"Answers": {
|
76380
|
-
"shape": "
|
76398
|
+
"shape": "Sxy"
|
76381
76399
|
},
|
76382
76400
|
"Notes": {
|
76383
76401
|
"shape": "Sek"
|
@@ -76697,7 +76715,7 @@ module.exports={
|
|
76697
76715
|
"locationName": "EvaluationId"
|
76698
76716
|
},
|
76699
76717
|
"Answers": {
|
76700
|
-
"shape": "
|
76718
|
+
"shape": "Sxy"
|
76701
76719
|
},
|
76702
76720
|
"Notes": {
|
76703
76721
|
"shape": "Sek"
|
@@ -77703,13 +77721,13 @@ module.exports={
|
|
77703
77721
|
"locationName": "Id"
|
77704
77722
|
},
|
77705
77723
|
"TelephonyConfig": {
|
77706
|
-
"shape": "
|
77724
|
+
"shape": "Skx"
|
77707
77725
|
},
|
77708
77726
|
"SignInConfig": {
|
77709
|
-
"shape": "
|
77727
|
+
"shape": "Sl1"
|
77710
77728
|
},
|
77711
77729
|
"AgentConfig": {
|
77712
|
-
"shape": "
|
77730
|
+
"shape": "Sl4"
|
77713
77731
|
}
|
77714
77732
|
}
|
77715
77733
|
},
|
@@ -77780,19 +77798,19 @@ module.exports={
|
|
77780
77798
|
"type": "structure",
|
77781
77799
|
"members": {
|
77782
77800
|
"LevelOne": {
|
77783
|
-
"shape": "
|
77801
|
+
"shape": "S10f"
|
77784
77802
|
},
|
77785
77803
|
"LevelTwo": {
|
77786
|
-
"shape": "
|
77804
|
+
"shape": "S10f"
|
77787
77805
|
},
|
77788
77806
|
"LevelThree": {
|
77789
|
-
"shape": "
|
77807
|
+
"shape": "S10f"
|
77790
77808
|
},
|
77791
77809
|
"LevelFour": {
|
77792
|
-
"shape": "
|
77810
|
+
"shape": "S10f"
|
77793
77811
|
},
|
77794
77812
|
"LevelFive": {
|
77795
|
-
"shape": "
|
77813
|
+
"shape": "S10f"
|
77796
77814
|
}
|
77797
77815
|
}
|
77798
77816
|
},
|
@@ -79101,14 +79119,14 @@ module.exports={
|
|
79101
79119
|
"LastModifiedRegion": {}
|
79102
79120
|
}
|
79103
79121
|
},
|
79104
|
-
"
|
79122
|
+
"Sfn": {
|
79105
79123
|
"type": "structure",
|
79106
79124
|
"members": {
|
79107
79125
|
"AttributeType": {},
|
79108
79126
|
"Value": {}
|
79109
79127
|
}
|
79110
79128
|
},
|
79111
|
-
"
|
79129
|
+
"Sg1": {
|
79112
79130
|
"type": "structure",
|
79113
79131
|
"members": {
|
79114
79132
|
"Name": {},
|
@@ -79121,7 +79139,7 @@ module.exports={
|
|
79121
79139
|
"LastModifiedRegion": {}
|
79122
79140
|
}
|
79123
79141
|
},
|
79124
|
-
"
|
79142
|
+
"Sg4": {
|
79125
79143
|
"type": "structure",
|
79126
79144
|
"members": {
|
79127
79145
|
"PromptARN": {},
|
@@ -79137,7 +79155,7 @@ module.exports={
|
|
79137
79155
|
"LastModifiedRegion": {}
|
79138
79156
|
}
|
79139
79157
|
},
|
79140
|
-
"
|
79158
|
+
"Sg7": {
|
79141
79159
|
"type": "structure",
|
79142
79160
|
"members": {
|
79143
79161
|
"Name": {},
|
@@ -79161,7 +79179,7 @@ module.exports={
|
|
79161
79179
|
"LastModifiedRegion": {}
|
79162
79180
|
}
|
79163
79181
|
},
|
79164
|
-
"
|
79182
|
+
"Sgb": {
|
79165
79183
|
"type": "structure",
|
79166
79184
|
"members": {
|
79167
79185
|
"QuickConnectARN": {},
|
@@ -79180,7 +79198,7 @@ module.exports={
|
|
79180
79198
|
"LastModifiedRegion": {}
|
79181
79199
|
}
|
79182
79200
|
},
|
79183
|
-
"
|
79201
|
+
"Sge": {
|
79184
79202
|
"type": "structure",
|
79185
79203
|
"members": {
|
79186
79204
|
"InstanceId": {},
|
@@ -79215,7 +79233,7 @@ module.exports={
|
|
79215
79233
|
}
|
79216
79234
|
}
|
79217
79235
|
},
|
79218
|
-
"
|
79236
|
+
"Sgy": {
|
79219
79237
|
"type": "structure",
|
79220
79238
|
"members": {
|
79221
79239
|
"Id": {},
|
@@ -79226,19 +79244,19 @@ module.exports={
|
|
79226
79244
|
"type": "structure",
|
79227
79245
|
"members": {
|
79228
79246
|
"LevelOne": {
|
79229
|
-
"shape": "
|
79247
|
+
"shape": "Sh1"
|
79230
79248
|
},
|
79231
79249
|
"LevelTwo": {
|
79232
|
-
"shape": "
|
79250
|
+
"shape": "Sh1"
|
79233
79251
|
},
|
79234
79252
|
"LevelThree": {
|
79235
|
-
"shape": "
|
79253
|
+
"shape": "Sh1"
|
79236
79254
|
},
|
79237
79255
|
"LevelFour": {
|
79238
|
-
"shape": "
|
79256
|
+
"shape": "Sh1"
|
79239
79257
|
},
|
79240
79258
|
"LevelFive": {
|
79241
|
-
"shape": "
|
79259
|
+
"shape": "Sh1"
|
79242
79260
|
}
|
79243
79261
|
}
|
79244
79262
|
},
|
@@ -79251,7 +79269,7 @@ module.exports={
|
|
79251
79269
|
"LastModifiedRegion": {}
|
79252
79270
|
}
|
79253
79271
|
},
|
79254
|
-
"
|
79272
|
+
"Sh1": {
|
79255
79273
|
"type": "structure",
|
79256
79274
|
"members": {
|
79257
79275
|
"Id": {},
|
@@ -79263,7 +79281,7 @@ module.exports={
|
|
79263
79281
|
"LastModifiedRegion": {}
|
79264
79282
|
}
|
79265
79283
|
},
|
79266
|
-
"
|
79284
|
+
"Sh5": {
|
79267
79285
|
"type": "structure",
|
79268
79286
|
"members": {
|
79269
79287
|
"Id": {},
|
@@ -79275,18 +79293,18 @@ module.exports={
|
|
79275
79293
|
"LastModifiedRegion": {}
|
79276
79294
|
}
|
79277
79295
|
},
|
79278
|
-
"
|
79296
|
+
"Si6": {
|
79279
79297
|
"type": "structure",
|
79280
79298
|
"members": {
|
79281
79299
|
"Queues": {
|
79282
|
-
"shape": "
|
79300
|
+
"shape": "Si7"
|
79283
79301
|
},
|
79284
79302
|
"Channels": {
|
79285
79303
|
"type": "list",
|
79286
79304
|
"member": {}
|
79287
79305
|
},
|
79288
79306
|
"RoutingProfiles": {
|
79289
|
-
"shape": "
|
79307
|
+
"shape": "Si9"
|
79290
79308
|
},
|
79291
79309
|
"RoutingStepExpressions": {
|
79292
79310
|
"type": "list",
|
@@ -79294,71 +79312,71 @@ module.exports={
|
|
79294
79312
|
}
|
79295
79313
|
}
|
79296
79314
|
},
|
79297
|
-
"
|
79315
|
+
"Si7": {
|
79298
79316
|
"type": "list",
|
79299
79317
|
"member": {}
|
79300
79318
|
},
|
79301
|
-
"
|
79319
|
+
"Si9": {
|
79302
79320
|
"type": "list",
|
79303
79321
|
"member": {}
|
79304
79322
|
},
|
79305
|
-
"
|
79323
|
+
"Sic": {
|
79306
79324
|
"type": "list",
|
79307
79325
|
"member": {}
|
79308
79326
|
},
|
79309
|
-
"
|
79327
|
+
"Sif": {
|
79310
79328
|
"type": "structure",
|
79311
79329
|
"members": {
|
79312
79330
|
"Name": {},
|
79313
79331
|
"Unit": {}
|
79314
79332
|
}
|
79315
79333
|
},
|
79316
|
-
"
|
79334
|
+
"Siq": {
|
79317
79335
|
"type": "structure",
|
79318
79336
|
"members": {
|
79319
79337
|
"Queue": {
|
79320
|
-
"shape": "
|
79338
|
+
"shape": "Sir"
|
79321
79339
|
},
|
79322
79340
|
"Channel": {},
|
79323
79341
|
"RoutingProfile": {
|
79324
|
-
"shape": "
|
79342
|
+
"shape": "Sis"
|
79325
79343
|
},
|
79326
79344
|
"RoutingStepExpression": {}
|
79327
79345
|
}
|
79328
79346
|
},
|
79329
|
-
"
|
79347
|
+
"Sir": {
|
79330
79348
|
"type": "structure",
|
79331
79349
|
"members": {
|
79332
79350
|
"Id": {},
|
79333
79351
|
"Arn": {}
|
79334
79352
|
}
|
79335
79353
|
},
|
79336
|
-
"
|
79354
|
+
"Sis": {
|
79337
79355
|
"type": "structure",
|
79338
79356
|
"members": {
|
79339
79357
|
"Id": {},
|
79340
79358
|
"Arn": {}
|
79341
79359
|
}
|
79342
79360
|
},
|
79343
|
-
"
|
79361
|
+
"Sj9": {
|
79344
79362
|
"type": "structure",
|
79345
79363
|
"members": {
|
79346
79364
|
"Id": {},
|
79347
79365
|
"Arn": {}
|
79348
79366
|
}
|
79349
79367
|
},
|
79350
|
-
"
|
79368
|
+
"Sjb": {
|
79351
79369
|
"type": "map",
|
79352
79370
|
"key": {},
|
79353
79371
|
"value": {
|
79354
79372
|
"type": "integer"
|
79355
79373
|
}
|
79356
79374
|
},
|
79357
|
-
"
|
79375
|
+
"Sji": {
|
79358
79376
|
"type": "string",
|
79359
79377
|
"sensitive": true
|
79360
79378
|
},
|
79361
|
-
"
|
79379
|
+
"Sjn": {
|
79362
79380
|
"type": "structure",
|
79363
79381
|
"members": {
|
79364
79382
|
"Name": {},
|
@@ -79375,7 +79393,7 @@ module.exports={
|
|
79375
79393
|
"Unit": {}
|
79376
79394
|
}
|
79377
79395
|
},
|
79378
|
-
"
|
79396
|
+
"Sk8": {
|
79379
79397
|
"type": "structure",
|
79380
79398
|
"members": {
|
79381
79399
|
"Name": {},
|
@@ -79409,18 +79427,18 @@ module.exports={
|
|
79409
79427
|
}
|
79410
79428
|
}
|
79411
79429
|
},
|
79412
|
-
"
|
79430
|
+
"Skx": {
|
79413
79431
|
"type": "structure",
|
79414
79432
|
"required": [
|
79415
79433
|
"Distributions"
|
79416
79434
|
],
|
79417
79435
|
"members": {
|
79418
79436
|
"Distributions": {
|
79419
|
-
"shape": "
|
79437
|
+
"shape": "Sky"
|
79420
79438
|
}
|
79421
79439
|
}
|
79422
79440
|
},
|
79423
|
-
"
|
79441
|
+
"Sky": {
|
79424
79442
|
"type": "list",
|
79425
79443
|
"member": {
|
79426
79444
|
"type": "structure",
|
@@ -79436,7 +79454,7 @@ module.exports={
|
|
79436
79454
|
}
|
79437
79455
|
}
|
79438
79456
|
},
|
79439
|
-
"
|
79457
|
+
"Sl1": {
|
79440
79458
|
"type": "structure",
|
79441
79459
|
"required": [
|
79442
79460
|
"Distributions"
|
@@ -79460,26 +79478,26 @@ module.exports={
|
|
79460
79478
|
}
|
79461
79479
|
}
|
79462
79480
|
},
|
79463
|
-
"
|
79481
|
+
"Sl4": {
|
79464
79482
|
"type": "structure",
|
79465
79483
|
"required": [
|
79466
79484
|
"Distributions"
|
79467
79485
|
],
|
79468
79486
|
"members": {
|
79469
79487
|
"Distributions": {
|
79470
|
-
"shape": "
|
79488
|
+
"shape": "Sky"
|
79471
79489
|
}
|
79472
79490
|
}
|
79473
79491
|
},
|
79474
|
-
"
|
79492
|
+
"Sno": {
|
79475
79493
|
"type": "list",
|
79476
79494
|
"member": {}
|
79477
79495
|
},
|
79478
|
-
"
|
79496
|
+
"Snp": {
|
79479
79497
|
"type": "list",
|
79480
79498
|
"member": {}
|
79481
79499
|
},
|
79482
|
-
"
|
79500
|
+
"Soa": {
|
79483
79501
|
"type": "list",
|
79484
79502
|
"member": {
|
79485
79503
|
"type": "structure",
|
@@ -79495,7 +79513,7 @@ module.exports={
|
|
79495
79513
|
}
|
79496
79514
|
}
|
79497
79515
|
},
|
79498
|
-
"
|
79516
|
+
"Soz": {
|
79499
79517
|
"type": "structure",
|
79500
79518
|
"members": {
|
79501
79519
|
"AbsoluteTime": {
|
@@ -79505,7 +79523,7 @@ module.exports={
|
|
79505
79523
|
},
|
79506
79524
|
"union": true
|
79507
79525
|
},
|
79508
|
-
"
|
79526
|
+
"Sp3": {
|
79509
79527
|
"type": "structure",
|
79510
79528
|
"required": [
|
79511
79529
|
"BeginOffsetChar",
|
@@ -79520,65 +79538,65 @@ module.exports={
|
|
79520
79538
|
}
|
79521
79539
|
}
|
79522
79540
|
},
|
79523
|
-
"
|
79541
|
+
"Ss6": {
|
79524
79542
|
"type": "structure",
|
79525
79543
|
"members": {
|
79526
79544
|
"OrConditions": {
|
79527
79545
|
"type": "list",
|
79528
79546
|
"member": {
|
79529
|
-
"shape": "
|
79547
|
+
"shape": "Ss8"
|
79530
79548
|
}
|
79531
79549
|
},
|
79532
79550
|
"AndCondition": {
|
79533
|
-
"shape": "
|
79551
|
+
"shape": "Ss8"
|
79534
79552
|
},
|
79535
79553
|
"TagCondition": {
|
79536
|
-
"shape": "
|
79554
|
+
"shape": "Ssa"
|
79537
79555
|
}
|
79538
79556
|
}
|
79539
79557
|
},
|
79540
|
-
"
|
79558
|
+
"Ss8": {
|
79541
79559
|
"type": "structure",
|
79542
79560
|
"members": {
|
79543
79561
|
"TagConditions": {
|
79544
|
-
"shape": "
|
79562
|
+
"shape": "Ss9"
|
79545
79563
|
}
|
79546
79564
|
}
|
79547
79565
|
},
|
79548
|
-
"
|
79566
|
+
"Ss9": {
|
79549
79567
|
"type": "list",
|
79550
79568
|
"member": {
|
79551
|
-
"shape": "
|
79569
|
+
"shape": "Ssa"
|
79552
79570
|
}
|
79553
79571
|
},
|
79554
|
-
"
|
79572
|
+
"Ssa": {
|
79555
79573
|
"type": "structure",
|
79556
79574
|
"members": {
|
79557
79575
|
"TagKey": {},
|
79558
79576
|
"TagValue": {}
|
79559
79577
|
}
|
79560
79578
|
},
|
79561
|
-
"
|
79579
|
+
"Ssb": {
|
79562
79580
|
"type": "structure",
|
79563
79581
|
"members": {
|
79564
79582
|
"OrConditions": {
|
79565
|
-
"shape": "
|
79583
|
+
"shape": "Ssc"
|
79566
79584
|
},
|
79567
79585
|
"AndConditions": {
|
79568
|
-
"shape": "
|
79586
|
+
"shape": "Ssc"
|
79569
79587
|
},
|
79570
79588
|
"StringCondition": {
|
79571
|
-
"shape": "
|
79589
|
+
"shape": "Ssd"
|
79572
79590
|
}
|
79573
79591
|
}
|
79574
79592
|
},
|
79575
|
-
"
|
79593
|
+
"Ssc": {
|
79576
79594
|
"type": "list",
|
79577
79595
|
"member": {
|
79578
|
-
"shape": "
|
79596
|
+
"shape": "Ssb"
|
79579
79597
|
}
|
79580
79598
|
},
|
79581
|
-
"
|
79599
|
+
"Ssd": {
|
79582
79600
|
"type": "structure",
|
79583
79601
|
"members": {
|
79584
79602
|
"FieldName": {},
|
@@ -79586,260 +79604,260 @@ module.exports={
|
|
79586
79604
|
"ComparisonType": {}
|
79587
79605
|
}
|
79588
79606
|
},
|
79589
|
-
"
|
79607
|
+
"Ssn": {
|
79590
79608
|
"type": "structure",
|
79591
79609
|
"members": {
|
79592
79610
|
"OrConditions": {
|
79593
79611
|
"type": "list",
|
79594
79612
|
"member": {
|
79595
|
-
"shape": "
|
79613
|
+
"shape": "Ss9"
|
79596
79614
|
}
|
79597
79615
|
},
|
79598
79616
|
"AndConditions": {
|
79599
|
-
"shape": "
|
79617
|
+
"shape": "Ss9"
|
79600
79618
|
},
|
79601
79619
|
"TagCondition": {
|
79602
|
-
"shape": "
|
79620
|
+
"shape": "Ssa"
|
79603
79621
|
}
|
79604
79622
|
}
|
79605
79623
|
},
|
79606
|
-
"
|
79624
|
+
"Ssp": {
|
79607
79625
|
"type": "structure",
|
79608
79626
|
"members": {
|
79609
79627
|
"OrConditions": {
|
79610
|
-
"shape": "
|
79628
|
+
"shape": "Ssq"
|
79611
79629
|
},
|
79612
79630
|
"AndConditions": {
|
79613
|
-
"shape": "
|
79631
|
+
"shape": "Ssq"
|
79614
79632
|
},
|
79615
79633
|
"StringCondition": {
|
79616
|
-
"shape": "
|
79634
|
+
"shape": "Ssd"
|
79617
79635
|
}
|
79618
79636
|
}
|
79619
79637
|
},
|
79620
|
-
"
|
79638
|
+
"Ssq": {
|
79621
79639
|
"type": "list",
|
79622
79640
|
"member": {
|
79623
|
-
"shape": "
|
79641
|
+
"shape": "Ssp"
|
79624
79642
|
}
|
79625
79643
|
},
|
79626
|
-
"
|
79644
|
+
"Ssv": {
|
79627
79645
|
"type": "structure",
|
79628
79646
|
"members": {
|
79629
79647
|
"OrConditions": {
|
79630
|
-
"shape": "
|
79648
|
+
"shape": "Ssw"
|
79631
79649
|
},
|
79632
79650
|
"AndConditions": {
|
79633
|
-
"shape": "
|
79651
|
+
"shape": "Ssw"
|
79634
79652
|
},
|
79635
79653
|
"StringCondition": {
|
79636
|
-
"shape": "
|
79654
|
+
"shape": "Ssd"
|
79637
79655
|
},
|
79638
79656
|
"TypeCondition": {},
|
79639
79657
|
"StateCondition": {},
|
79640
79658
|
"StatusCondition": {}
|
79641
79659
|
}
|
79642
79660
|
},
|
79643
|
-
"
|
79661
|
+
"Ssw": {
|
79644
79662
|
"type": "list",
|
79645
79663
|
"member": {
|
79646
|
-
"shape": "
|
79664
|
+
"shape": "Ssv"
|
79647
79665
|
}
|
79648
79666
|
},
|
79649
|
-
"
|
79667
|
+
"St5": {
|
79650
79668
|
"type": "list",
|
79651
79669
|
"member": {}
|
79652
79670
|
},
|
79653
|
-
"
|
79671
|
+
"Stw": {
|
79654
79672
|
"type": "structure",
|
79655
79673
|
"members": {
|
79656
79674
|
"OrConditions": {
|
79657
|
-
"shape": "
|
79675
|
+
"shape": "Stx"
|
79658
79676
|
},
|
79659
79677
|
"AndConditions": {
|
79660
|
-
"shape": "
|
79678
|
+
"shape": "Stx"
|
79661
79679
|
},
|
79662
79680
|
"StringCondition": {
|
79663
|
-
"shape": "
|
79681
|
+
"shape": "Ssd"
|
79664
79682
|
}
|
79665
79683
|
}
|
79666
79684
|
},
|
79667
|
-
"
|
79685
|
+
"Stx": {
|
79668
79686
|
"type": "list",
|
79669
79687
|
"member": {
|
79670
|
-
"shape": "
|
79688
|
+
"shape": "Stw"
|
79671
79689
|
}
|
79672
79690
|
},
|
79673
|
-
"
|
79691
|
+
"Su1": {
|
79674
79692
|
"type": "structure",
|
79675
79693
|
"members": {
|
79676
79694
|
"OrConditions": {
|
79677
|
-
"shape": "
|
79695
|
+
"shape": "Su2"
|
79678
79696
|
},
|
79679
79697
|
"AndConditions": {
|
79680
|
-
"shape": "
|
79698
|
+
"shape": "Su2"
|
79681
79699
|
},
|
79682
79700
|
"StringCondition": {
|
79683
|
-
"shape": "
|
79701
|
+
"shape": "Ssd"
|
79684
79702
|
}
|
79685
79703
|
}
|
79686
79704
|
},
|
79687
|
-
"
|
79705
|
+
"Su2": {
|
79688
79706
|
"type": "list",
|
79689
79707
|
"member": {
|
79690
|
-
"shape": "
|
79708
|
+
"shape": "Su1"
|
79691
79709
|
}
|
79692
79710
|
},
|
79693
|
-
"
|
79711
|
+
"Su7": {
|
79694
79712
|
"type": "structure",
|
79695
79713
|
"members": {
|
79696
79714
|
"OrConditions": {
|
79697
|
-
"shape": "
|
79715
|
+
"shape": "Su8"
|
79698
79716
|
},
|
79699
79717
|
"AndConditions": {
|
79700
|
-
"shape": "
|
79718
|
+
"shape": "Su8"
|
79701
79719
|
},
|
79702
79720
|
"StringCondition": {
|
79703
|
-
"shape": "
|
79721
|
+
"shape": "Ssd"
|
79704
79722
|
}
|
79705
79723
|
}
|
79706
79724
|
},
|
79707
|
-
"
|
79725
|
+
"Su8": {
|
79708
79726
|
"type": "list",
|
79709
79727
|
"member": {
|
79710
|
-
"shape": "
|
79728
|
+
"shape": "Su7"
|
79711
79729
|
}
|
79712
79730
|
},
|
79713
|
-
"
|
79731
|
+
"Sue": {
|
79714
79732
|
"type": "structure",
|
79715
79733
|
"members": {
|
79716
79734
|
"OrConditions": {
|
79717
|
-
"shape": "
|
79735
|
+
"shape": "Suf"
|
79718
79736
|
},
|
79719
79737
|
"AndConditions": {
|
79720
|
-
"shape": "
|
79738
|
+
"shape": "Suf"
|
79721
79739
|
},
|
79722
79740
|
"StringCondition": {
|
79723
|
-
"shape": "
|
79741
|
+
"shape": "Ssd"
|
79724
79742
|
},
|
79725
79743
|
"QueueTypeCondition": {}
|
79726
79744
|
}
|
79727
79745
|
},
|
79728
|
-
"
|
79746
|
+
"Suf": {
|
79729
79747
|
"type": "list",
|
79730
79748
|
"member": {
|
79731
|
-
"shape": "
|
79749
|
+
"shape": "Sue"
|
79732
79750
|
}
|
79733
79751
|
},
|
79734
|
-
"
|
79752
|
+
"Sul": {
|
79735
79753
|
"type": "structure",
|
79736
79754
|
"members": {
|
79737
79755
|
"OrConditions": {
|
79738
|
-
"shape": "
|
79756
|
+
"shape": "Sum"
|
79739
79757
|
},
|
79740
79758
|
"AndConditions": {
|
79741
|
-
"shape": "
|
79759
|
+
"shape": "Sum"
|
79742
79760
|
},
|
79743
79761
|
"StringCondition": {
|
79744
|
-
"shape": "
|
79762
|
+
"shape": "Ssd"
|
79745
79763
|
}
|
79746
79764
|
}
|
79747
79765
|
},
|
79748
|
-
"
|
79766
|
+
"Sum": {
|
79749
79767
|
"type": "list",
|
79750
79768
|
"member": {
|
79751
|
-
"shape": "
|
79769
|
+
"shape": "Sul"
|
79752
79770
|
}
|
79753
79771
|
},
|
79754
|
-
"
|
79772
|
+
"Sv0": {
|
79755
79773
|
"type": "structure",
|
79756
79774
|
"members": {
|
79757
79775
|
"OrConditions": {
|
79758
|
-
"shape": "
|
79776
|
+
"shape": "Sv1"
|
79759
79777
|
},
|
79760
79778
|
"AndConditions": {
|
79761
|
-
"shape": "
|
79779
|
+
"shape": "Sv1"
|
79762
79780
|
},
|
79763
79781
|
"StringCondition": {
|
79764
|
-
"shape": "
|
79782
|
+
"shape": "Ssd"
|
79765
79783
|
}
|
79766
79784
|
}
|
79767
79785
|
},
|
79768
|
-
"
|
79786
|
+
"Sv1": {
|
79769
79787
|
"type": "list",
|
79770
79788
|
"member": {
|
79771
|
-
"shape": "
|
79789
|
+
"shape": "Sv0"
|
79772
79790
|
}
|
79773
79791
|
},
|
79774
|
-
"
|
79792
|
+
"Sv5": {
|
79775
79793
|
"type": "structure",
|
79776
79794
|
"members": {
|
79777
79795
|
"OrConditions": {
|
79778
|
-
"shape": "
|
79796
|
+
"shape": "Sv6"
|
79779
79797
|
},
|
79780
79798
|
"AndConditions": {
|
79781
|
-
"shape": "
|
79799
|
+
"shape": "Sv6"
|
79782
79800
|
},
|
79783
79801
|
"StringCondition": {
|
79784
|
-
"shape": "
|
79802
|
+
"shape": "Ssd"
|
79785
79803
|
}
|
79786
79804
|
}
|
79787
79805
|
},
|
79788
|
-
"
|
79806
|
+
"Sv6": {
|
79789
79807
|
"type": "list",
|
79790
79808
|
"member": {
|
79791
|
-
"shape": "
|
79809
|
+
"shape": "Sv5"
|
79792
79810
|
}
|
79793
79811
|
},
|
79794
|
-
"
|
79812
|
+
"Svd": {
|
79795
79813
|
"type": "structure",
|
79796
79814
|
"members": {
|
79797
79815
|
"OrConditions": {
|
79798
|
-
"shape": "
|
79816
|
+
"shape": "Sve"
|
79799
79817
|
},
|
79800
79818
|
"AndConditions": {
|
79801
|
-
"shape": "
|
79819
|
+
"shape": "Sve"
|
79802
79820
|
},
|
79803
79821
|
"StringCondition": {
|
79804
|
-
"shape": "
|
79822
|
+
"shape": "Ssd"
|
79805
79823
|
}
|
79806
79824
|
}
|
79807
79825
|
},
|
79808
|
-
"
|
79826
|
+
"Sve": {
|
79809
79827
|
"type": "list",
|
79810
79828
|
"member": {
|
79811
|
-
"shape": "
|
79829
|
+
"shape": "Svd"
|
79812
79830
|
}
|
79813
79831
|
},
|
79814
|
-
"
|
79832
|
+
"Svl": {
|
79815
79833
|
"type": "structure",
|
79816
79834
|
"members": {
|
79817
79835
|
"TagConditions": {
|
79818
|
-
"shape": "
|
79836
|
+
"shape": "Ss9"
|
79819
79837
|
},
|
79820
79838
|
"HierarchyGroupCondition": {
|
79821
|
-
"shape": "
|
79839
|
+
"shape": "Svm"
|
79822
79840
|
}
|
79823
79841
|
}
|
79824
79842
|
},
|
79825
|
-
"
|
79843
|
+
"Svm": {
|
79826
79844
|
"type": "structure",
|
79827
79845
|
"members": {
|
79828
79846
|
"Value": {},
|
79829
79847
|
"HierarchyGroupMatchType": {}
|
79830
79848
|
}
|
79831
79849
|
},
|
79832
|
-
"
|
79850
|
+
"Svo": {
|
79833
79851
|
"type": "structure",
|
79834
79852
|
"members": {
|
79835
79853
|
"OrConditions": {
|
79836
|
-
"shape": "
|
79854
|
+
"shape": "Svp"
|
79837
79855
|
},
|
79838
79856
|
"AndConditions": {
|
79839
|
-
"shape": "
|
79857
|
+
"shape": "Svp"
|
79840
79858
|
},
|
79841
79859
|
"StringCondition": {
|
79842
|
-
"shape": "
|
79860
|
+
"shape": "Ssd"
|
79843
79861
|
},
|
79844
79862
|
"ListCondition": {
|
79845
79863
|
"type": "structure",
|
@@ -79851,7 +79869,7 @@ module.exports={
|
|
79851
79869
|
"type": "structure",
|
79852
79870
|
"members": {
|
79853
79871
|
"StringCondition": {
|
79854
|
-
"shape": "
|
79872
|
+
"shape": "Ssd"
|
79855
79873
|
},
|
79856
79874
|
"NumberCondition": {
|
79857
79875
|
"type": "structure",
|
@@ -79872,21 +79890,21 @@ module.exports={
|
|
79872
79890
|
}
|
79873
79891
|
},
|
79874
79892
|
"HierarchyGroupCondition": {
|
79875
|
-
"shape": "
|
79893
|
+
"shape": "Svm"
|
79876
79894
|
}
|
79877
79895
|
}
|
79878
79896
|
},
|
79879
|
-
"
|
79897
|
+
"Svp": {
|
79880
79898
|
"type": "list",
|
79881
79899
|
"member": {
|
79882
|
-
"shape": "
|
79900
|
+
"shape": "Svo"
|
79883
79901
|
}
|
79884
79902
|
},
|
79885
|
-
"
|
79903
|
+
"Swe": {
|
79886
79904
|
"type": "list",
|
79887
79905
|
"member": {}
|
79888
79906
|
},
|
79889
|
-
"
|
79907
|
+
"Swg": {
|
79890
79908
|
"type": "structure",
|
79891
79909
|
"required": [
|
79892
79910
|
"DisplayName"
|
@@ -79895,7 +79913,7 @@ module.exports={
|
|
79895
79913
|
"DisplayName": {}
|
79896
79914
|
}
|
79897
79915
|
},
|
79898
|
-
"
|
79916
|
+
"Swh": {
|
79899
79917
|
"type": "structure",
|
79900
79918
|
"required": [
|
79901
79919
|
"StreamingEndpointArn"
|
@@ -79904,7 +79922,7 @@ module.exports={
|
|
79904
79922
|
"StreamingEndpointArn": {}
|
79905
79923
|
}
|
79906
79924
|
},
|
79907
|
-
"
|
79925
|
+
"Sxy": {
|
79908
79926
|
"type": "map",
|
79909
79927
|
"key": {},
|
79910
79928
|
"value": {
|
@@ -79916,7 +79934,7 @@ module.exports={
|
|
79916
79934
|
}
|
79917
79935
|
}
|
79918
79936
|
},
|
79919
|
-
"
|
79937
|
+
"S10f": {
|
79920
79938
|
"type": "structure",
|
79921
79939
|
"required": [
|
79922
79940
|
"Name"
|
@@ -141055,6 +141073,26 @@ module.exports={
|
|
141055
141073
|
}
|
141056
141074
|
}
|
141057
141075
|
},
|
141076
|
+
"DescribeListenerAttributes": {
|
141077
|
+
"input": {
|
141078
|
+
"type": "structure",
|
141079
|
+
"required": [
|
141080
|
+
"ListenerArn"
|
141081
|
+
],
|
141082
|
+
"members": {
|
141083
|
+
"ListenerArn": {}
|
141084
|
+
}
|
141085
|
+
},
|
141086
|
+
"output": {
|
141087
|
+
"resultWrapper": "DescribeListenerAttributesResult",
|
141088
|
+
"type": "structure",
|
141089
|
+
"members": {
|
141090
|
+
"Attributes": {
|
141091
|
+
"shape": "S5k"
|
141092
|
+
}
|
141093
|
+
}
|
141094
|
+
}
|
141095
|
+
},
|
141058
141096
|
"DescribeListenerCertificates": {
|
141059
141097
|
"input": {
|
141060
141098
|
"type": "structure",
|
@@ -141121,7 +141159,7 @@ module.exports={
|
|
141121
141159
|
"type": "structure",
|
141122
141160
|
"members": {
|
141123
141161
|
"Attributes": {
|
141124
|
-
"shape": "
|
141162
|
+
"shape": "S5v"
|
141125
141163
|
}
|
141126
141164
|
}
|
141127
141165
|
}
|
@@ -141277,7 +141315,7 @@ module.exports={
|
|
141277
141315
|
"type": "structure",
|
141278
141316
|
"members": {
|
141279
141317
|
"Attributes": {
|
141280
|
-
"shape": "
|
141318
|
+
"shape": "S6m"
|
141281
141319
|
}
|
141282
141320
|
}
|
141283
141321
|
}
|
@@ -141403,7 +141441,7 @@ module.exports={
|
|
141403
141441
|
"members": {
|
141404
141442
|
"TrustStoreArn": {},
|
141405
141443
|
"RevocationIds": {
|
141406
|
-
"shape": "
|
141444
|
+
"shape": "S7d"
|
141407
141445
|
},
|
141408
141446
|
"Marker": {},
|
141409
141447
|
"PageSize": {
|
@@ -141559,6 +141597,30 @@ module.exports={
|
|
141559
141597
|
}
|
141560
141598
|
}
|
141561
141599
|
},
|
141600
|
+
"ModifyListenerAttributes": {
|
141601
|
+
"input": {
|
141602
|
+
"type": "structure",
|
141603
|
+
"required": [
|
141604
|
+
"ListenerArn",
|
141605
|
+
"Attributes"
|
141606
|
+
],
|
141607
|
+
"members": {
|
141608
|
+
"ListenerArn": {},
|
141609
|
+
"Attributes": {
|
141610
|
+
"shape": "S5k"
|
141611
|
+
}
|
141612
|
+
}
|
141613
|
+
},
|
141614
|
+
"output": {
|
141615
|
+
"resultWrapper": "ModifyListenerAttributesResult",
|
141616
|
+
"type": "structure",
|
141617
|
+
"members": {
|
141618
|
+
"Attributes": {
|
141619
|
+
"shape": "S5k"
|
141620
|
+
}
|
141621
|
+
}
|
141622
|
+
}
|
141623
|
+
},
|
141562
141624
|
"ModifyLoadBalancerAttributes": {
|
141563
141625
|
"input": {
|
141564
141626
|
"type": "structure",
|
@@ -141569,7 +141631,7 @@ module.exports={
|
|
141569
141631
|
"members": {
|
141570
141632
|
"LoadBalancerArn": {},
|
141571
141633
|
"Attributes": {
|
141572
|
-
"shape": "
|
141634
|
+
"shape": "S5v"
|
141573
141635
|
}
|
141574
141636
|
}
|
141575
141637
|
},
|
@@ -141578,7 +141640,7 @@ module.exports={
|
|
141578
141640
|
"type": "structure",
|
141579
141641
|
"members": {
|
141580
141642
|
"Attributes": {
|
141581
|
-
"shape": "
|
141643
|
+
"shape": "S5v"
|
141582
141644
|
}
|
141583
141645
|
}
|
141584
141646
|
}
|
@@ -141660,7 +141722,7 @@ module.exports={
|
|
141660
141722
|
"members": {
|
141661
141723
|
"TargetGroupArn": {},
|
141662
141724
|
"Attributes": {
|
141663
|
-
"shape": "
|
141725
|
+
"shape": "S6m"
|
141664
141726
|
}
|
141665
141727
|
}
|
141666
141728
|
},
|
@@ -141669,7 +141731,7 @@ module.exports={
|
|
141669
141731
|
"type": "structure",
|
141670
141732
|
"members": {
|
141671
141733
|
"Attributes": {
|
141672
|
-
"shape": "
|
141734
|
+
"shape": "S6m"
|
141673
141735
|
}
|
141674
141736
|
}
|
141675
141737
|
}
|
@@ -141772,7 +141834,7 @@ module.exports={
|
|
141772
141834
|
"members": {
|
141773
141835
|
"TrustStoreArn": {},
|
141774
141836
|
"RevocationIds": {
|
141775
|
-
"shape": "
|
141837
|
+
"shape": "S7d"
|
141776
141838
|
}
|
141777
141839
|
}
|
141778
141840
|
},
|
@@ -142342,7 +142404,7 @@ module.exports={
|
|
142342
142404
|
"AvailabilityZone": {}
|
142343
142405
|
}
|
142344
142406
|
},
|
142345
|
-
"
|
142407
|
+
"S5k": {
|
142346
142408
|
"type": "list",
|
142347
142409
|
"member": {
|
142348
142410
|
"type": "structure",
|
@@ -142352,7 +142414,7 @@ module.exports={
|
|
142352
142414
|
}
|
142353
142415
|
}
|
142354
142416
|
},
|
142355
|
-
"
|
142417
|
+
"S5v": {
|
142356
142418
|
"type": "list",
|
142357
142419
|
"member": {
|
142358
142420
|
"type": "structure",
|
@@ -142362,7 +142424,17 @@ module.exports={
|
|
142362
142424
|
}
|
142363
142425
|
}
|
142364
142426
|
},
|
142365
|
-
"
|
142427
|
+
"S6m": {
|
142428
|
+
"type": "list",
|
142429
|
+
"member": {
|
142430
|
+
"type": "structure",
|
142431
|
+
"members": {
|
142432
|
+
"Key": {},
|
142433
|
+
"Value": {}
|
142434
|
+
}
|
142435
|
+
}
|
142436
|
+
},
|
142437
|
+
"S7d": {
|
142366
142438
|
"type": "list",
|
142367
142439
|
"member": {
|
142368
142440
|
"type": "long"
|
@@ -193413,8 +193485,15 @@ module.exports={
|
|
193413
193485
|
"members": {
|
193414
193486
|
"deliverySourceName": {},
|
193415
193487
|
"deliveryDestinationArn": {},
|
193416
|
-
"
|
193488
|
+
"recordFields": {
|
193417
193489
|
"shape": "Sa"
|
193490
|
+
},
|
193491
|
+
"fieldDelimiter": {},
|
193492
|
+
"s3DeliveryConfiguration": {
|
193493
|
+
"shape": "Sd"
|
193494
|
+
},
|
193495
|
+
"tags": {
|
193496
|
+
"shape": "Sg"
|
193418
193497
|
}
|
193419
193498
|
}
|
193420
193499
|
},
|
@@ -193422,7 +193501,7 @@ module.exports={
|
|
193422
193501
|
"type": "structure",
|
193423
193502
|
"members": {
|
193424
193503
|
"delivery": {
|
193425
|
-
"shape": "
|
193504
|
+
"shape": "Sk"
|
193426
193505
|
}
|
193427
193506
|
}
|
193428
193507
|
}
|
@@ -193465,7 +193544,7 @@ module.exports={
|
|
193465
193544
|
],
|
193466
193545
|
"members": {
|
193467
193546
|
"logGroupArnList": {
|
193468
|
-
"shape": "
|
193547
|
+
"shape": "Sv"
|
193469
193548
|
},
|
193470
193549
|
"detectorName": {},
|
193471
193550
|
"evaluationFrequency": {},
|
@@ -193475,7 +193554,7 @@ module.exports={
|
|
193475
193554
|
"type": "long"
|
193476
193555
|
},
|
193477
193556
|
"tags": {
|
193478
|
-
"shape": "
|
193557
|
+
"shape": "Sg"
|
193479
193558
|
}
|
193480
193559
|
}
|
193481
193560
|
},
|
@@ -193496,7 +193575,7 @@ module.exports={
|
|
193496
193575
|
"logGroupName": {},
|
193497
193576
|
"kmsKeyId": {},
|
193498
193577
|
"tags": {
|
193499
|
-
"shape": "
|
193578
|
+
"shape": "Sg"
|
193500
193579
|
},
|
193501
193580
|
"logGroupClass": {}
|
193502
193581
|
}
|
@@ -193703,7 +193782,7 @@ module.exports={
|
|
193703
193782
|
"policyType": {},
|
193704
193783
|
"policyName": {},
|
193705
193784
|
"accountIdentifiers": {
|
193706
|
-
"shape": "
|
193785
|
+
"shape": "S1v"
|
193707
193786
|
}
|
193708
193787
|
}
|
193709
193788
|
},
|
@@ -193713,12 +193792,90 @@ module.exports={
|
|
193713
193792
|
"accountPolicies": {
|
193714
193793
|
"type": "list",
|
193715
193794
|
"member": {
|
193716
|
-
"shape": "
|
193795
|
+
"shape": "S1z"
|
193717
193796
|
}
|
193718
193797
|
}
|
193719
193798
|
}
|
193720
193799
|
}
|
193721
193800
|
},
|
193801
|
+
"DescribeConfigurationTemplates": {
|
193802
|
+
"input": {
|
193803
|
+
"type": "structure",
|
193804
|
+
"members": {
|
193805
|
+
"service": {},
|
193806
|
+
"logTypes": {
|
193807
|
+
"type": "list",
|
193808
|
+
"member": {}
|
193809
|
+
},
|
193810
|
+
"resourceTypes": {
|
193811
|
+
"type": "list",
|
193812
|
+
"member": {}
|
193813
|
+
},
|
193814
|
+
"deliveryDestinationTypes": {
|
193815
|
+
"type": "list",
|
193816
|
+
"member": {}
|
193817
|
+
},
|
193818
|
+
"nextToken": {},
|
193819
|
+
"limit": {
|
193820
|
+
"type": "integer"
|
193821
|
+
}
|
193822
|
+
}
|
193823
|
+
},
|
193824
|
+
"output": {
|
193825
|
+
"type": "structure",
|
193826
|
+
"members": {
|
193827
|
+
"configurationTemplates": {
|
193828
|
+
"type": "list",
|
193829
|
+
"member": {
|
193830
|
+
"type": "structure",
|
193831
|
+
"members": {
|
193832
|
+
"service": {},
|
193833
|
+
"logType": {},
|
193834
|
+
"resourceType": {},
|
193835
|
+
"deliveryDestinationType": {},
|
193836
|
+
"defaultDeliveryConfigValues": {
|
193837
|
+
"type": "structure",
|
193838
|
+
"members": {
|
193839
|
+
"recordFields": {
|
193840
|
+
"shape": "Sa"
|
193841
|
+
},
|
193842
|
+
"fieldDelimiter": {},
|
193843
|
+
"s3DeliveryConfiguration": {
|
193844
|
+
"shape": "Sd"
|
193845
|
+
}
|
193846
|
+
}
|
193847
|
+
},
|
193848
|
+
"allowedFields": {
|
193849
|
+
"type": "list",
|
193850
|
+
"member": {
|
193851
|
+
"type": "structure",
|
193852
|
+
"members": {
|
193853
|
+
"name": {},
|
193854
|
+
"mandatory": {
|
193855
|
+
"type": "boolean"
|
193856
|
+
}
|
193857
|
+
}
|
193858
|
+
}
|
193859
|
+
},
|
193860
|
+
"allowedOutputFormats": {
|
193861
|
+
"type": "list",
|
193862
|
+
"member": {}
|
193863
|
+
},
|
193864
|
+
"allowedActionForAllowVendedLogsDeliveryForResource": {},
|
193865
|
+
"allowedFieldDelimiters": {
|
193866
|
+
"type": "list",
|
193867
|
+
"member": {}
|
193868
|
+
},
|
193869
|
+
"allowedSuffixPathFields": {
|
193870
|
+
"shape": "Sa"
|
193871
|
+
}
|
193872
|
+
}
|
193873
|
+
}
|
193874
|
+
},
|
193875
|
+
"nextToken": {}
|
193876
|
+
}
|
193877
|
+
}
|
193878
|
+
},
|
193722
193879
|
"DescribeDeliveries": {
|
193723
193880
|
"input": {
|
193724
193881
|
"type": "structure",
|
@@ -193735,7 +193892,7 @@ module.exports={
|
|
193735
193892
|
"deliveries": {
|
193736
193893
|
"type": "list",
|
193737
193894
|
"member": {
|
193738
|
-
"shape": "
|
193895
|
+
"shape": "Sk"
|
193739
193896
|
}
|
193740
193897
|
},
|
193741
193898
|
"nextToken": {}
|
@@ -193758,7 +193915,7 @@ module.exports={
|
|
193758
193915
|
"deliveryDestinations": {
|
193759
193916
|
"type": "list",
|
193760
193917
|
"member": {
|
193761
|
-
"shape": "
|
193918
|
+
"shape": "S2s"
|
193762
193919
|
}
|
193763
193920
|
},
|
193764
193921
|
"nextToken": {}
|
@@ -193781,7 +193938,7 @@ module.exports={
|
|
193781
193938
|
"deliverySources": {
|
193782
193939
|
"type": "list",
|
193783
193940
|
"member": {
|
193784
|
-
"shape": "
|
193941
|
+
"shape": "S2x"
|
193785
193942
|
}
|
193786
193943
|
},
|
193787
193944
|
"nextToken": {}
|
@@ -193805,7 +193962,7 @@ module.exports={
|
|
193805
193962
|
"destinations": {
|
193806
193963
|
"type": "list",
|
193807
193964
|
"member": {
|
193808
|
-
"shape": "
|
193965
|
+
"shape": "S32"
|
193809
193966
|
}
|
193810
193967
|
},
|
193811
193968
|
"nextToken": {}
|
@@ -193873,7 +194030,7 @@ module.exports={
|
|
193873
194030
|
"type": "structure",
|
193874
194031
|
"members": {
|
193875
194032
|
"accountIdentifiers": {
|
193876
|
-
"shape": "
|
194033
|
+
"shape": "S1v"
|
193877
194034
|
},
|
193878
194035
|
"logGroupNamePrefix": {},
|
193879
194036
|
"logGroupNamePattern": {},
|
@@ -194001,7 +194158,7 @@ module.exports={
|
|
194001
194158
|
"filterName": {},
|
194002
194159
|
"filterPattern": {},
|
194003
194160
|
"metricTransformations": {
|
194004
|
-
"shape": "
|
194161
|
+
"shape": "S43"
|
194005
194162
|
},
|
194006
194163
|
"creationTime": {
|
194007
194164
|
"type": "long"
|
@@ -194074,7 +194231,7 @@ module.exports={
|
|
194074
194231
|
"type": "long"
|
194075
194232
|
},
|
194076
194233
|
"logGroupNames": {
|
194077
|
-
"shape": "
|
194234
|
+
"shape": "S4p"
|
194078
194235
|
}
|
194079
194236
|
}
|
194080
194237
|
}
|
@@ -194099,7 +194256,7 @@ module.exports={
|
|
194099
194256
|
"resourcePolicies": {
|
194100
194257
|
"type": "list",
|
194101
194258
|
"member": {
|
194102
|
-
"shape": "
|
194259
|
+
"shape": "S4t"
|
194103
194260
|
}
|
194104
194261
|
},
|
194105
194262
|
"nextToken": {}
|
@@ -194161,7 +194318,7 @@ module.exports={
|
|
194161
194318
|
"logGroupName": {},
|
194162
194319
|
"logGroupIdentifier": {},
|
194163
194320
|
"logStreamNames": {
|
194164
|
-
"shape": "
|
194321
|
+
"shape": "S53"
|
194165
194322
|
},
|
194166
194323
|
"logStreamNamePrefix": {},
|
194167
194324
|
"startTime": {
|
@@ -194256,7 +194413,7 @@ module.exports={
|
|
194256
194413
|
"type": "structure",
|
194257
194414
|
"members": {
|
194258
194415
|
"delivery": {
|
194259
|
-
"shape": "
|
194416
|
+
"shape": "Sk"
|
194260
194417
|
}
|
194261
194418
|
}
|
194262
194419
|
}
|
@@ -194275,7 +194432,7 @@ module.exports={
|
|
194275
194432
|
"type": "structure",
|
194276
194433
|
"members": {
|
194277
194434
|
"deliveryDestination": {
|
194278
|
-
"shape": "
|
194435
|
+
"shape": "S2s"
|
194279
194436
|
}
|
194280
194437
|
}
|
194281
194438
|
}
|
@@ -194294,7 +194451,7 @@ module.exports={
|
|
194294
194451
|
"type": "structure",
|
194295
194452
|
"members": {
|
194296
194453
|
"policy": {
|
194297
|
-
"shape": "
|
194454
|
+
"shape": "S5o"
|
194298
194455
|
}
|
194299
194456
|
}
|
194300
194457
|
}
|
@@ -194313,7 +194470,7 @@ module.exports={
|
|
194313
194470
|
"type": "structure",
|
194314
194471
|
"members": {
|
194315
194472
|
"deliverySource": {
|
194316
|
-
"shape": "
|
194473
|
+
"shape": "S2x"
|
194317
194474
|
}
|
194318
194475
|
}
|
194319
194476
|
}
|
@@ -194333,7 +194490,7 @@ module.exports={
|
|
194333
194490
|
"members": {
|
194334
194491
|
"detectorName": {},
|
194335
194492
|
"logGroupArnList": {
|
194336
|
-
"shape": "
|
194493
|
+
"shape": "Sv"
|
194337
194494
|
},
|
194338
194495
|
"evaluationFrequency": {},
|
194339
194496
|
"filterPattern": {},
|
@@ -194594,7 +194751,7 @@ module.exports={
|
|
194594
194751
|
}
|
194595
194752
|
},
|
194596
194753
|
"logGroupArnList": {
|
194597
|
-
"shape": "
|
194754
|
+
"shape": "Sv"
|
194598
194755
|
},
|
194599
194756
|
"suppressed": {
|
194600
194757
|
"type": "boolean"
|
@@ -194637,7 +194794,7 @@ module.exports={
|
|
194637
194794
|
"anomalyDetectorArn": {},
|
194638
194795
|
"detectorName": {},
|
194639
194796
|
"logGroupArnList": {
|
194640
|
-
"shape": "
|
194797
|
+
"shape": "Sv"
|
194641
194798
|
},
|
194642
194799
|
"evaluationFrequency": {},
|
194643
194800
|
"filterPattern": {},
|
@@ -194673,7 +194830,7 @@ module.exports={
|
|
194673
194830
|
"type": "structure",
|
194674
194831
|
"members": {
|
194675
194832
|
"tags": {
|
194676
|
-
"shape": "
|
194833
|
+
"shape": "Sg"
|
194677
194834
|
}
|
194678
194835
|
}
|
194679
194836
|
}
|
@@ -194694,7 +194851,7 @@ module.exports={
|
|
194694
194851
|
"type": "structure",
|
194695
194852
|
"members": {
|
194696
194853
|
"tags": {
|
194697
|
-
"shape": "
|
194854
|
+
"shape": "Sg"
|
194698
194855
|
}
|
194699
194856
|
},
|
194700
194857
|
"deprecated": true,
|
@@ -194723,7 +194880,7 @@ module.exports={
|
|
194723
194880
|
"type": "structure",
|
194724
194881
|
"members": {
|
194725
194882
|
"accountPolicy": {
|
194726
|
-
"shape": "
|
194883
|
+
"shape": "S1z"
|
194727
194884
|
}
|
194728
194885
|
}
|
194729
194886
|
}
|
@@ -194762,10 +194919,10 @@ module.exports={
|
|
194762
194919
|
"name": {},
|
194763
194920
|
"outputFormat": {},
|
194764
194921
|
"deliveryDestinationConfiguration": {
|
194765
|
-
"shape": "
|
194922
|
+
"shape": "S2t"
|
194766
194923
|
},
|
194767
194924
|
"tags": {
|
194768
|
-
"shape": "
|
194925
|
+
"shape": "Sg"
|
194769
194926
|
}
|
194770
194927
|
}
|
194771
194928
|
},
|
@@ -194773,7 +194930,7 @@ module.exports={
|
|
194773
194930
|
"type": "structure",
|
194774
194931
|
"members": {
|
194775
194932
|
"deliveryDestination": {
|
194776
|
-
"shape": "
|
194933
|
+
"shape": "S2s"
|
194777
194934
|
}
|
194778
194935
|
}
|
194779
194936
|
}
|
@@ -194794,7 +194951,7 @@ module.exports={
|
|
194794
194951
|
"type": "structure",
|
194795
194952
|
"members": {
|
194796
194953
|
"policy": {
|
194797
|
-
"shape": "
|
194954
|
+
"shape": "S5o"
|
194798
194955
|
}
|
194799
194956
|
}
|
194800
194957
|
}
|
@@ -194812,7 +194969,7 @@ module.exports={
|
|
194812
194969
|
"resourceArn": {},
|
194813
194970
|
"logType": {},
|
194814
194971
|
"tags": {
|
194815
|
-
"shape": "
|
194972
|
+
"shape": "Sg"
|
194816
194973
|
}
|
194817
194974
|
}
|
194818
194975
|
},
|
@@ -194820,7 +194977,7 @@ module.exports={
|
|
194820
194977
|
"type": "structure",
|
194821
194978
|
"members": {
|
194822
194979
|
"deliverySource": {
|
194823
|
-
"shape": "
|
194980
|
+
"shape": "S2x"
|
194824
194981
|
}
|
194825
194982
|
}
|
194826
194983
|
}
|
@@ -194838,7 +194995,7 @@ module.exports={
|
|
194838
194995
|
"targetArn": {},
|
194839
194996
|
"roleArn": {},
|
194840
194997
|
"tags": {
|
194841
|
-
"shape": "
|
194998
|
+
"shape": "Sg"
|
194842
194999
|
}
|
194843
195000
|
}
|
194844
195001
|
},
|
@@ -194846,7 +195003,7 @@ module.exports={
|
|
194846
195003
|
"type": "structure",
|
194847
195004
|
"members": {
|
194848
195005
|
"destination": {
|
194849
|
-
"shape": "
|
195006
|
+
"shape": "S32"
|
194850
195007
|
}
|
194851
195008
|
}
|
194852
195009
|
}
|
@@ -194956,7 +195113,7 @@ module.exports={
|
|
194956
195113
|
"filterName": {},
|
194957
195114
|
"filterPattern": {},
|
194958
195115
|
"metricTransformations": {
|
194959
|
-
"shape": "
|
195116
|
+
"shape": "S43"
|
194960
195117
|
}
|
194961
195118
|
}
|
194962
195119
|
}
|
@@ -194972,7 +195129,7 @@ module.exports={
|
|
194972
195129
|
"name": {},
|
194973
195130
|
"queryDefinitionId": {},
|
194974
195131
|
"logGroupNames": {
|
194975
|
-
"shape": "
|
195132
|
+
"shape": "S4p"
|
194976
195133
|
},
|
194977
195134
|
"queryString": {},
|
194978
195135
|
"clientToken": {
|
@@ -194999,7 +195156,7 @@ module.exports={
|
|
194999
195156
|
"type": "structure",
|
195000
195157
|
"members": {
|
195001
195158
|
"resourcePolicy": {
|
195002
|
-
"shape": "
|
195159
|
+
"shape": "S4t"
|
195003
195160
|
}
|
195004
195161
|
}
|
195005
195162
|
}
|
@@ -195046,13 +195203,13 @@ module.exports={
|
|
195046
195203
|
],
|
195047
195204
|
"members": {
|
195048
195205
|
"logGroupIdentifiers": {
|
195049
|
-
"shape": "
|
195206
|
+
"shape": "S8k"
|
195050
195207
|
},
|
195051
195208
|
"logStreamNames": {
|
195052
|
-
"shape": "
|
195209
|
+
"shape": "S53"
|
195053
195210
|
},
|
195054
195211
|
"logStreamNamePrefixes": {
|
195055
|
-
"shape": "
|
195212
|
+
"shape": "S53"
|
195056
195213
|
},
|
195057
195214
|
"logEventFilterPattern": {}
|
195058
195215
|
}
|
@@ -195069,13 +195226,13 @@ module.exports={
|
|
195069
195226
|
"requestId": {},
|
195070
195227
|
"sessionId": {},
|
195071
195228
|
"logGroupIdentifiers": {
|
195072
|
-
"shape": "
|
195229
|
+
"shape": "S8k"
|
195073
195230
|
},
|
195074
195231
|
"logStreamNames": {
|
195075
|
-
"shape": "
|
195232
|
+
"shape": "S53"
|
195076
195233
|
},
|
195077
195234
|
"logStreamNamePrefixes": {
|
195078
|
-
"shape": "
|
195235
|
+
"shape": "S53"
|
195079
195236
|
},
|
195080
195237
|
"logEventFilterPattern": {}
|
195081
195238
|
},
|
@@ -195146,7 +195303,7 @@ module.exports={
|
|
195146
195303
|
"members": {
|
195147
195304
|
"logGroupName": {},
|
195148
195305
|
"logGroupNames": {
|
195149
|
-
"shape": "
|
195306
|
+
"shape": "S4p"
|
195150
195307
|
},
|
195151
195308
|
"logGroupIdentifiers": {
|
195152
195309
|
"type": "list",
|
@@ -195200,7 +195357,7 @@ module.exports={
|
|
195200
195357
|
"members": {
|
195201
195358
|
"logGroupName": {},
|
195202
195359
|
"tags": {
|
195203
|
-
"shape": "
|
195360
|
+
"shape": "Sg"
|
195204
195361
|
}
|
195205
195362
|
},
|
195206
195363
|
"deprecated": true,
|
@@ -195219,7 +195376,7 @@ module.exports={
|
|
195219
195376
|
"members": {
|
195220
195377
|
"resourceArn": {},
|
195221
195378
|
"tags": {
|
195222
|
-
"shape": "
|
195379
|
+
"shape": "Sg"
|
195223
195380
|
}
|
195224
195381
|
}
|
195225
195382
|
}
|
@@ -195321,6 +195478,28 @@ module.exports={
|
|
195321
195478
|
}
|
195322
195479
|
}
|
195323
195480
|
},
|
195481
|
+
"UpdateDeliveryConfiguration": {
|
195482
|
+
"input": {
|
195483
|
+
"type": "structure",
|
195484
|
+
"required": [
|
195485
|
+
"id"
|
195486
|
+
],
|
195487
|
+
"members": {
|
195488
|
+
"id": {},
|
195489
|
+
"recordFields": {
|
195490
|
+
"shape": "Sa"
|
195491
|
+
},
|
195492
|
+
"fieldDelimiter": {},
|
195493
|
+
"s3DeliveryConfiguration": {
|
195494
|
+
"shape": "Sd"
|
195495
|
+
}
|
195496
|
+
}
|
195497
|
+
},
|
195498
|
+
"output": {
|
195499
|
+
"type": "structure",
|
195500
|
+
"members": {}
|
195501
|
+
}
|
195502
|
+
},
|
195324
195503
|
"UpdateLogAnomalyDetector": {
|
195325
195504
|
"input": {
|
195326
195505
|
"type": "structure",
|
@@ -195344,11 +195523,24 @@ module.exports={
|
|
195344
195523
|
},
|
195345
195524
|
"shapes": {
|
195346
195525
|
"Sa": {
|
195526
|
+
"type": "list",
|
195527
|
+
"member": {}
|
195528
|
+
},
|
195529
|
+
"Sd": {
|
195530
|
+
"type": "structure",
|
195531
|
+
"members": {
|
195532
|
+
"suffixPath": {},
|
195533
|
+
"enableHiveCompatiblePath": {
|
195534
|
+
"type": "boolean"
|
195535
|
+
}
|
195536
|
+
}
|
195537
|
+
},
|
195538
|
+
"Sg": {
|
195347
195539
|
"type": "map",
|
195348
195540
|
"key": {},
|
195349
195541
|
"value": {}
|
195350
195542
|
},
|
195351
|
-
"
|
195543
|
+
"Sk": {
|
195352
195544
|
"type": "structure",
|
195353
195545
|
"members": {
|
195354
195546
|
"id": {},
|
@@ -195356,20 +195548,27 @@ module.exports={
|
|
195356
195548
|
"deliverySourceName": {},
|
195357
195549
|
"deliveryDestinationArn": {},
|
195358
195550
|
"deliveryDestinationType": {},
|
195359
|
-
"
|
195551
|
+
"recordFields": {
|
195360
195552
|
"shape": "Sa"
|
195553
|
+
},
|
195554
|
+
"fieldDelimiter": {},
|
195555
|
+
"s3DeliveryConfiguration": {
|
195556
|
+
"shape": "Sd"
|
195557
|
+
},
|
195558
|
+
"tags": {
|
195559
|
+
"shape": "Sg"
|
195361
195560
|
}
|
195362
195561
|
}
|
195363
195562
|
},
|
195364
|
-
"
|
195563
|
+
"Sv": {
|
195365
195564
|
"type": "list",
|
195366
195565
|
"member": {}
|
195367
195566
|
},
|
195368
|
-
"
|
195567
|
+
"S1v": {
|
195369
195568
|
"type": "list",
|
195370
195569
|
"member": {}
|
195371
195570
|
},
|
195372
|
-
"
|
195571
|
+
"S1z": {
|
195373
195572
|
"type": "structure",
|
195374
195573
|
"members": {
|
195375
195574
|
"policyName": {},
|
@@ -195383,7 +195582,7 @@ module.exports={
|
|
195383
195582
|
"accountId": {}
|
195384
195583
|
}
|
195385
195584
|
},
|
195386
|
-
"
|
195585
|
+
"S2s": {
|
195387
195586
|
"type": "structure",
|
195388
195587
|
"members": {
|
195389
195588
|
"name": {},
|
@@ -195391,14 +195590,14 @@ module.exports={
|
|
195391
195590
|
"deliveryDestinationType": {},
|
195392
195591
|
"outputFormat": {},
|
195393
195592
|
"deliveryDestinationConfiguration": {
|
195394
|
-
"shape": "
|
195593
|
+
"shape": "S2t"
|
195395
195594
|
},
|
195396
195595
|
"tags": {
|
195397
|
-
"shape": "
|
195596
|
+
"shape": "Sg"
|
195398
195597
|
}
|
195399
195598
|
}
|
195400
195599
|
},
|
195401
|
-
"
|
195600
|
+
"S2t": {
|
195402
195601
|
"type": "structure",
|
195403
195602
|
"required": [
|
195404
195603
|
"destinationResourceArn"
|
@@ -195407,7 +195606,7 @@ module.exports={
|
|
195407
195606
|
"destinationResourceArn": {}
|
195408
195607
|
}
|
195409
195608
|
},
|
195410
|
-
"
|
195609
|
+
"S2x": {
|
195411
195610
|
"type": "structure",
|
195412
195611
|
"members": {
|
195413
195612
|
"name": {},
|
@@ -195419,11 +195618,11 @@ module.exports={
|
|
195419
195618
|
"service": {},
|
195420
195619
|
"logType": {},
|
195421
195620
|
"tags": {
|
195422
|
-
"shape": "
|
195621
|
+
"shape": "Sg"
|
195423
195622
|
}
|
195424
195623
|
}
|
195425
195624
|
},
|
195426
|
-
"
|
195625
|
+
"S32": {
|
195427
195626
|
"type": "structure",
|
195428
195627
|
"members": {
|
195429
195628
|
"destinationName": {},
|
@@ -195436,7 +195635,7 @@ module.exports={
|
|
195436
195635
|
}
|
195437
195636
|
}
|
195438
195637
|
},
|
195439
|
-
"
|
195638
|
+
"S43": {
|
195440
195639
|
"type": "list",
|
195441
195640
|
"member": {
|
195442
195641
|
"type": "structure",
|
@@ -195461,11 +195660,11 @@ module.exports={
|
|
195461
195660
|
}
|
195462
195661
|
}
|
195463
195662
|
},
|
195464
|
-
"
|
195663
|
+
"S4p": {
|
195465
195664
|
"type": "list",
|
195466
195665
|
"member": {}
|
195467
195666
|
},
|
195468
|
-
"
|
195667
|
+
"S4t": {
|
195469
195668
|
"type": "structure",
|
195470
195669
|
"members": {
|
195471
195670
|
"policyName": {},
|
@@ -195475,17 +195674,17 @@ module.exports={
|
|
195475
195674
|
}
|
195476
195675
|
}
|
195477
195676
|
},
|
195478
|
-
"
|
195677
|
+
"S53": {
|
195479
195678
|
"type": "list",
|
195480
195679
|
"member": {}
|
195481
195680
|
},
|
195482
|
-
"
|
195681
|
+
"S5o": {
|
195483
195682
|
"type": "structure",
|
195484
195683
|
"members": {
|
195485
195684
|
"deliveryDestinationPolicy": {}
|
195486
195685
|
}
|
195487
195686
|
},
|
195488
|
-
"
|
195687
|
+
"S8k": {
|
195489
195688
|
"type": "list",
|
195490
195689
|
"member": {}
|
195491
195690
|
}
|
@@ -195494,6 +195693,12 @@ module.exports={
|
|
195494
195693
|
},{}],158:[function(require,module,exports){
|
195495
195694
|
module.exports={
|
195496
195695
|
"pagination": {
|
195696
|
+
"DescribeConfigurationTemplates": {
|
195697
|
+
"input_token": "nextToken",
|
195698
|
+
"limit_key": "limit",
|
195699
|
+
"output_token": "nextToken",
|
195700
|
+
"result_key": "configurationTemplates"
|
195701
|
+
},
|
195497
195702
|
"DescribeDeliveries": {
|
195498
195703
|
"input_token": "nextToken",
|
195499
195704
|
"limit_key": "limit",
|
@@ -277820,7 +278025,7 @@ AWS.util.update(AWS, {
|
|
277820
278025
|
/**
|
277821
278026
|
* @constant
|
277822
278027
|
*/
|
277823
|
-
VERSION: '2.
|
278028
|
+
VERSION: '2.1691.0',
|
277824
278029
|
|
277825
278030
|
/**
|
277826
278031
|
* @api private
|
@@ -282485,10 +282690,10 @@ module.exports = JsonParser;
|
|
282485
282690
|
},{"../util":428}],376:[function(require,module,exports){
|
282486
282691
|
(function (process){(function (){
|
282487
282692
|
var warning = [
|
282488
|
-
'The AWS SDK for JavaScript (v2)
|
282489
|
-
'
|
282693
|
+
'The AWS SDK for JavaScript (v2) is in maintenance mode.',
|
282694
|
+
' SDK releases are limited to address critical bug fixes and security issues only.\n',
|
282490
282695
|
'Please migrate your code to use AWS SDK for JavaScript (v3).',
|
282491
|
-
'For more information, check blog post at https://a.co/cUPnyil'
|
282696
|
+
'For more information, check the blog post at https://a.co/cUPnyil'
|
282492
282697
|
].join('\n');
|
282493
282698
|
|
282494
282699
|
module.exports = {
|
@@ -284794,6 +284999,8 @@ module.exports={
|
|
284794
284999
|
"globalEndpoint": true,
|
284795
285000
|
"signingRegion": "us-isob-east-1"
|
284796
285001
|
},
|
285002
|
+
"us-isof-*/route53": "globalUsIsof",
|
285003
|
+
"eu-isoe-*/route53": "globalEuIsoe",
|
284797
285004
|
|
284798
285005
|
"*/waf": "globalSSL",
|
284799
285006
|
|
@@ -284999,6 +285206,16 @@ module.exports={
|
|
284999
285206
|
"globalEndpoint": true,
|
285000
285207
|
"signingRegion": "us-gov-west-1"
|
285001
285208
|
},
|
285209
|
+
"globalUsIsof": {
|
285210
|
+
"endpoint": "{service}.csp.hci.ic.gov",
|
285211
|
+
"globalEndpoint": true,
|
285212
|
+
"signingRegion": "us-isof-south-1"
|
285213
|
+
},
|
285214
|
+
"globalEuIsoe": {
|
285215
|
+
"endpoint": "{service}.cloud.adc-e.uk",
|
285216
|
+
"globalEndpoint": true,
|
285217
|
+
"signingRegion": "eu-isoe-west-1"
|
285218
|
+
},
|
285002
285219
|
"s3signature": {
|
285003
285220
|
"endpoint": "{service}.{region}.amazonaws.com",
|
285004
285221
|
"signatureVersion": "s3"
|
@@ -300142,7 +300359,7 @@ var LRUCache = /** @class */ (function () {
|
|
300142
300359
|
}());
|
300143
300360
|
exports.LRUCache = LRUCache;
|
300144
300361
|
},{}],467:[function(require,module,exports){
|
300145
|
-
// AWS SDK for JavaScript v2.
|
300362
|
+
// AWS SDK for JavaScript v2.1691.0
|
300146
300363
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
300147
300364
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
300148
300365
|
require('./browser_loader');
|