aws-sdk 2.1404.0 → 2.1406.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -1
- package/README.md +1 -1
- package/apis/appfabric-2023-05-19.examples.json +5 -0
- package/apis/appfabric-2023-05-19.min.json +1254 -0
- package/apis/appfabric-2023-05-19.paginators.json +28 -0
- package/apis/appfabric-2023-05-19.waiters2.json +5 -0
- package/apis/appflow-2020-08-23.min.json +3 -0
- package/apis/connect-2017-08-08.min.json +79 -27
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/emr-serverless-2021-07-13.min.json +2 -1
- package/apis/glue-2017-03-31.min.json +358 -348
- package/apis/guardduty-2017-11-28.min.json +54 -49
- package/apis/iam-2010-05-08.min.json +85 -54
- package/apis/iam-2010-05-08.paginators.json +49 -0
- package/apis/ivs-2020-07-14.min.json +99 -23
- package/apis/kinesisvideo-2017-09-30.min.json +117 -25
- package/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
- package/apis/metadata.json +3 -0
- package/apis/pinpoint-2016-12-01.min.json +202 -192
- package/apis/privatenetworks-2021-12-03.min.json +127 -69
- package/apis/sagemaker-2017-07-24.min.json +667 -647
- package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +30 -10
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appfabric.d.ts +1127 -0
- package/clients/appfabric.js +19 -0
- package/clients/appflow.d.ts +4 -0
- package/clients/connect.d.ts +82 -4
- package/clients/emrserverless.d.ts +10 -6
- package/clients/glue.d.ts +11 -2
- package/clients/guardduty.d.ts +7 -2
- package/clients/iam.d.ts +51 -12
- package/clients/ivs.d.ts +80 -0
- package/clients/kinesisvideo.d.ts +144 -10
- package/clients/macie2.d.ts +18 -18
- package/clients/pinpoint.d.ts +10 -0
- package/clients/privatenetworks.d.ts +67 -5
- package/clients/sagemaker.d.ts +27 -1
- package/clients/sagemakerfeaturestoreruntime.d.ts +36 -2
- package/clients/ssm.d.ts +16 -16
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +63 -19
- package/dist/aws-sdk.js +348 -109
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1406.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){
|
@@ -69915,6 +69915,58 @@ module.exports={
|
|
69915
69915
|
}
|
69916
69916
|
}
|
69917
69917
|
},
|
69918
|
+
"SearchResourceTags": {
|
69919
|
+
"http": {
|
69920
|
+
"requestUri": "/search-resource-tags"
|
69921
|
+
},
|
69922
|
+
"input": {
|
69923
|
+
"type": "structure",
|
69924
|
+
"required": [
|
69925
|
+
"InstanceId"
|
69926
|
+
],
|
69927
|
+
"members": {
|
69928
|
+
"InstanceId": {},
|
69929
|
+
"ResourceTypes": {
|
69930
|
+
"type": "list",
|
69931
|
+
"member": {}
|
69932
|
+
},
|
69933
|
+
"NextToken": {},
|
69934
|
+
"MaxResults": {
|
69935
|
+
"type": "integer"
|
69936
|
+
},
|
69937
|
+
"SearchCriteria": {
|
69938
|
+
"type": "structure",
|
69939
|
+
"members": {
|
69940
|
+
"TagSearchCondition": {
|
69941
|
+
"type": "structure",
|
69942
|
+
"members": {
|
69943
|
+
"tagKey": {},
|
69944
|
+
"tagValue": {},
|
69945
|
+
"tagKeyComparisonType": {},
|
69946
|
+
"tagValueComparisonType": {}
|
69947
|
+
}
|
69948
|
+
}
|
69949
|
+
}
|
69950
|
+
}
|
69951
|
+
}
|
69952
|
+
},
|
69953
|
+
"output": {
|
69954
|
+
"type": "structure",
|
69955
|
+
"members": {
|
69956
|
+
"Tags": {
|
69957
|
+
"type": "list",
|
69958
|
+
"member": {
|
69959
|
+
"type": "structure",
|
69960
|
+
"members": {
|
69961
|
+
"key": {},
|
69962
|
+
"value": {}
|
69963
|
+
}
|
69964
|
+
}
|
69965
|
+
},
|
69966
|
+
"NextToken": {}
|
69967
|
+
}
|
69968
|
+
}
|
69969
|
+
},
|
69918
69970
|
"SearchRoutingProfiles": {
|
69919
69971
|
"http": {
|
69920
69972
|
"requestUri": "/search-routing-profiles"
|
@@ -69939,7 +69991,7 @@ module.exports={
|
|
69939
69991
|
}
|
69940
69992
|
},
|
69941
69993
|
"SearchCriteria": {
|
69942
|
-
"shape": "
|
69994
|
+
"shape": "Sl5"
|
69943
69995
|
}
|
69944
69996
|
}
|
69945
69997
|
},
|
@@ -69975,7 +70027,7 @@ module.exports={
|
|
69975
70027
|
"type": "integer"
|
69976
70028
|
},
|
69977
70029
|
"SearchCriteria": {
|
69978
|
-
"shape": "
|
70030
|
+
"shape": "Sla"
|
69979
70031
|
},
|
69980
70032
|
"SearchFilter": {
|
69981
70033
|
"type": "structure",
|
@@ -70034,7 +70086,7 @@ module.exports={
|
|
70034
70086
|
}
|
70035
70087
|
},
|
70036
70088
|
"SearchCriteria": {
|
70037
|
-
"shape": "
|
70089
|
+
"shape": "Sli"
|
70038
70090
|
}
|
70039
70091
|
}
|
70040
70092
|
},
|
@@ -70477,7 +70529,7 @@ module.exports={
|
|
70477
70529
|
"locationName": "EvaluationId"
|
70478
70530
|
},
|
70479
70531
|
"Answers": {
|
70480
|
-
"shape": "
|
70532
|
+
"shape": "Smu"
|
70481
70533
|
},
|
70482
70534
|
"Notes": {
|
70483
70535
|
"shape": "S9h"
|
@@ -70700,7 +70752,7 @@ module.exports={
|
|
70700
70752
|
"locationName": "EvaluationId"
|
70701
70753
|
},
|
70702
70754
|
"Answers": {
|
70703
|
-
"shape": "
|
70755
|
+
"shape": "Smu"
|
70704
70756
|
},
|
70705
70757
|
"Notes": {
|
70706
70758
|
"shape": "S9h"
|
@@ -71643,19 +71695,19 @@ module.exports={
|
|
71643
71695
|
"type": "structure",
|
71644
71696
|
"members": {
|
71645
71697
|
"LevelOne": {
|
71646
|
-
"shape": "
|
71698
|
+
"shape": "Sow"
|
71647
71699
|
},
|
71648
71700
|
"LevelTwo": {
|
71649
|
-
"shape": "
|
71701
|
+
"shape": "Sow"
|
71650
71702
|
},
|
71651
71703
|
"LevelThree": {
|
71652
|
-
"shape": "
|
71704
|
+
"shape": "Sow"
|
71653
71705
|
},
|
71654
71706
|
"LevelFour": {
|
71655
|
-
"shape": "
|
71707
|
+
"shape": "Sow"
|
71656
71708
|
},
|
71657
71709
|
"LevelFive": {
|
71658
|
-
"shape": "
|
71710
|
+
"shape": "Sow"
|
71659
71711
|
}
|
71660
71712
|
}
|
71661
71713
|
},
|
@@ -72848,54 +72900,54 @@ module.exports={
|
|
72848
72900
|
"shape": "Skq"
|
72849
72901
|
}
|
72850
72902
|
},
|
72851
|
-
"
|
72903
|
+
"Sl5": {
|
72852
72904
|
"type": "structure",
|
72853
72905
|
"members": {
|
72854
72906
|
"OrConditions": {
|
72855
|
-
"shape": "
|
72907
|
+
"shape": "Sl6"
|
72856
72908
|
},
|
72857
72909
|
"AndConditions": {
|
72858
|
-
"shape": "
|
72910
|
+
"shape": "Sl6"
|
72859
72911
|
},
|
72860
72912
|
"StringCondition": {
|
72861
72913
|
"shape": "Sk7"
|
72862
72914
|
}
|
72863
72915
|
}
|
72864
72916
|
},
|
72865
|
-
"
|
72917
|
+
"Sl6": {
|
72866
72918
|
"type": "list",
|
72867
72919
|
"member": {
|
72868
|
-
"shape": "
|
72920
|
+
"shape": "Sl5"
|
72869
72921
|
}
|
72870
72922
|
},
|
72871
|
-
"
|
72923
|
+
"Sla": {
|
72872
72924
|
"type": "structure",
|
72873
72925
|
"members": {
|
72874
72926
|
"OrConditions": {
|
72875
|
-
"shape": "
|
72927
|
+
"shape": "Slb"
|
72876
72928
|
},
|
72877
72929
|
"AndConditions": {
|
72878
|
-
"shape": "
|
72930
|
+
"shape": "Slb"
|
72879
72931
|
},
|
72880
72932
|
"StringCondition": {
|
72881
72933
|
"shape": "Sk7"
|
72882
72934
|
}
|
72883
72935
|
}
|
72884
72936
|
},
|
72885
|
-
"
|
72937
|
+
"Slb": {
|
72886
72938
|
"type": "list",
|
72887
72939
|
"member": {
|
72888
|
-
"shape": "
|
72940
|
+
"shape": "Sla"
|
72889
72941
|
}
|
72890
72942
|
},
|
72891
|
-
"
|
72943
|
+
"Sli": {
|
72892
72944
|
"type": "structure",
|
72893
72945
|
"members": {
|
72894
72946
|
"OrConditions": {
|
72895
|
-
"shape": "
|
72947
|
+
"shape": "Slj"
|
72896
72948
|
},
|
72897
72949
|
"AndConditions": {
|
72898
|
-
"shape": "
|
72950
|
+
"shape": "Slj"
|
72899
72951
|
},
|
72900
72952
|
"StringCondition": {
|
72901
72953
|
"shape": "Sk7"
|
@@ -72909,13 +72961,13 @@ module.exports={
|
|
72909
72961
|
}
|
72910
72962
|
}
|
72911
72963
|
},
|
72912
|
-
"
|
72964
|
+
"Slj": {
|
72913
72965
|
"type": "list",
|
72914
72966
|
"member": {
|
72915
|
-
"shape": "
|
72967
|
+
"shape": "Sli"
|
72916
72968
|
}
|
72917
72969
|
},
|
72918
|
-
"
|
72970
|
+
"Smu": {
|
72919
72971
|
"type": "map",
|
72920
72972
|
"key": {},
|
72921
72973
|
"value": {
|
@@ -72927,7 +72979,7 @@ module.exports={
|
|
72927
72979
|
}
|
72928
72980
|
}
|
72929
72981
|
},
|
72930
|
-
"
|
72982
|
+
"Sow": {
|
72931
72983
|
"type": "structure",
|
72932
72984
|
"required": [
|
72933
72985
|
"Name"
|
@@ -73205,6 +73257,12 @@ module.exports={
|
|
73205
73257
|
"output_token": "NextToken",
|
73206
73258
|
"result_key": "QuickConnects"
|
73207
73259
|
},
|
73260
|
+
"SearchResourceTags": {
|
73261
|
+
"input_token": "NextToken",
|
73262
|
+
"limit_key": "MaxResults",
|
73263
|
+
"output_token": "NextToken",
|
73264
|
+
"result_key": "Tags"
|
73265
|
+
},
|
73208
73266
|
"SearchRoutingProfiles": {
|
73209
73267
|
"input_token": "NextToken",
|
73210
73268
|
"limit_key": "MaxResults",
|
@@ -148704,6 +148762,37 @@ module.exports={
|
|
148704
148762
|
}
|
148705
148763
|
}
|
148706
148764
|
},
|
148765
|
+
"GetMFADevice": {
|
148766
|
+
"input": {
|
148767
|
+
"type": "structure",
|
148768
|
+
"required": [
|
148769
|
+
"SerialNumber"
|
148770
|
+
],
|
148771
|
+
"members": {
|
148772
|
+
"SerialNumber": {},
|
148773
|
+
"UserName": {}
|
148774
|
+
}
|
148775
|
+
},
|
148776
|
+
"output": {
|
148777
|
+
"resultWrapper": "GetMFADeviceResult",
|
148778
|
+
"type": "structure",
|
148779
|
+
"required": [
|
148780
|
+
"SerialNumber"
|
148781
|
+
],
|
148782
|
+
"members": {
|
148783
|
+
"UserName": {},
|
148784
|
+
"SerialNumber": {},
|
148785
|
+
"EnableDate": {
|
148786
|
+
"type": "timestamp"
|
148787
|
+
},
|
148788
|
+
"Certifications": {
|
148789
|
+
"type": "map",
|
148790
|
+
"key": {},
|
148791
|
+
"value": {}
|
148792
|
+
}
|
148793
|
+
}
|
148794
|
+
}
|
148795
|
+
},
|
148707
148796
|
"GetOpenIDConnectProvider": {
|
148708
148797
|
"input": {
|
148709
148798
|
"type": "structure",
|
@@ -148797,7 +148886,7 @@ module.exports={
|
|
148797
148886
|
},
|
148798
148887
|
"Marker": {},
|
148799
148888
|
"ErrorDetails": {
|
148800
|
-
"shape": "
|
148889
|
+
"shape": "S5p"
|
148801
148890
|
}
|
148802
148891
|
}
|
148803
148892
|
}
|
@@ -148940,7 +149029,7 @@ module.exports={
|
|
148940
149029
|
"type": "structure",
|
148941
149030
|
"members": {
|
148942
149031
|
"SSHPublicKey": {
|
148943
|
-
"shape": "
|
149032
|
+
"shape": "S63"
|
148944
149033
|
}
|
148945
149034
|
}
|
148946
149035
|
}
|
@@ -148970,7 +149059,7 @@ module.exports={
|
|
148970
149059
|
],
|
148971
149060
|
"members": {
|
148972
149061
|
"ServerCertificateMetadata": {
|
148973
|
-
"shape": "
|
149062
|
+
"shape": "S69"
|
148974
149063
|
},
|
148975
149064
|
"CertificateBody": {},
|
148976
149065
|
"CertificateChain": {},
|
@@ -149055,7 +149144,7 @@ module.exports={
|
|
149055
149144
|
},
|
149056
149145
|
"Marker": {},
|
149057
149146
|
"Error": {
|
149058
|
-
"shape": "
|
149147
|
+
"shape": "S5p"
|
149059
149148
|
}
|
149060
149149
|
}
|
149061
149150
|
}
|
@@ -149128,7 +149217,7 @@ module.exports={
|
|
149128
149217
|
},
|
149129
149218
|
"Marker": {},
|
149130
149219
|
"Error": {
|
149131
|
-
"shape": "
|
149220
|
+
"shape": "S5p"
|
149132
149221
|
}
|
149133
149222
|
}
|
149134
149223
|
}
|
@@ -149454,7 +149543,7 @@ module.exports={
|
|
149454
149543
|
],
|
149455
149544
|
"members": {
|
149456
149545
|
"PolicyNames": {
|
149457
|
-
"shape": "
|
149546
|
+
"shape": "S7p"
|
149458
149547
|
},
|
149459
149548
|
"IsTruncated": {
|
149460
149549
|
"type": "boolean"
|
@@ -149482,7 +149571,7 @@ module.exports={
|
|
149482
149571
|
],
|
149483
149572
|
"members": {
|
149484
149573
|
"Groups": {
|
149485
|
-
"shape": "
|
149574
|
+
"shape": "S7t"
|
149486
149575
|
},
|
149487
149576
|
"IsTruncated": {
|
149488
149577
|
"type": "boolean"
|
@@ -149513,7 +149602,7 @@ module.exports={
|
|
149513
149602
|
],
|
149514
149603
|
"members": {
|
149515
149604
|
"Groups": {
|
149516
|
-
"shape": "
|
149605
|
+
"shape": "S7t"
|
149517
149606
|
},
|
149518
149607
|
"IsTruncated": {
|
149519
149608
|
"type": "boolean"
|
@@ -149908,7 +149997,7 @@ module.exports={
|
|
149908
149997
|
],
|
149909
149998
|
"members": {
|
149910
149999
|
"PolicyNames": {
|
149911
|
-
"shape": "
|
150000
|
+
"shape": "S7p"
|
149912
150001
|
},
|
149913
150002
|
"IsTruncated": {
|
149914
150003
|
"type": "boolean"
|
@@ -150128,7 +150217,7 @@ module.exports={
|
|
150128
150217
|
"ServerCertificateMetadataList": {
|
150129
150218
|
"type": "list",
|
150130
150219
|
"member": {
|
150131
|
-
"shape": "
|
150220
|
+
"shape": "S69"
|
150132
150221
|
}
|
150133
150222
|
},
|
150134
150223
|
"IsTruncated": {
|
@@ -150198,7 +150287,7 @@ module.exports={
|
|
150198
150287
|
"Certificates": {
|
150199
150288
|
"type": "list",
|
150200
150289
|
"member": {
|
150201
|
-
"shape": "
|
150290
|
+
"shape": "S9n"
|
150202
150291
|
}
|
150203
150292
|
},
|
150204
150293
|
"IsTruncated": {
|
@@ -150230,7 +150319,7 @@ module.exports={
|
|
150230
150319
|
],
|
150231
150320
|
"members": {
|
150232
150321
|
"PolicyNames": {
|
150233
|
-
"shape": "
|
150322
|
+
"shape": "S7p"
|
150234
150323
|
},
|
150235
150324
|
"IsTruncated": {
|
150236
150325
|
"type": "boolean"
|
@@ -150516,16 +150605,16 @@ module.exports={
|
|
150516
150605
|
"shape": "S4s"
|
150517
150606
|
},
|
150518
150607
|
"ActionNames": {
|
150519
|
-
"shape": "
|
150608
|
+
"shape": "Sad"
|
150520
150609
|
},
|
150521
150610
|
"ResourceArns": {
|
150522
|
-
"shape": "
|
150611
|
+
"shape": "Saf"
|
150523
150612
|
},
|
150524
150613
|
"ResourcePolicy": {},
|
150525
150614
|
"ResourceOwner": {},
|
150526
150615
|
"CallerArn": {},
|
150527
150616
|
"ContextEntries": {
|
150528
|
-
"shape": "
|
150617
|
+
"shape": "Sah"
|
150529
150618
|
},
|
150530
150619
|
"ResourceHandlingOption": {},
|
150531
150620
|
"MaxItems": {
|
@@ -150535,7 +150624,7 @@ module.exports={
|
|
150535
150624
|
}
|
150536
150625
|
},
|
150537
150626
|
"output": {
|
150538
|
-
"shape": "
|
150627
|
+
"shape": "San",
|
150539
150628
|
"resultWrapper": "SimulateCustomPolicyResult"
|
150540
150629
|
}
|
150541
150630
|
},
|
@@ -150555,16 +150644,16 @@ module.exports={
|
|
150555
150644
|
"shape": "S4s"
|
150556
150645
|
},
|
150557
150646
|
"ActionNames": {
|
150558
|
-
"shape": "
|
150647
|
+
"shape": "Sad"
|
150559
150648
|
},
|
150560
150649
|
"ResourceArns": {
|
150561
|
-
"shape": "
|
150650
|
+
"shape": "Saf"
|
150562
150651
|
},
|
150563
150652
|
"ResourcePolicy": {},
|
150564
150653
|
"ResourceOwner": {},
|
150565
150654
|
"CallerArn": {},
|
150566
150655
|
"ContextEntries": {
|
150567
|
-
"shape": "
|
150656
|
+
"shape": "Sah"
|
150568
150657
|
},
|
150569
150658
|
"ResourceHandlingOption": {},
|
150570
150659
|
"MaxItems": {
|
@@ -150574,7 +150663,7 @@ module.exports={
|
|
150574
150663
|
}
|
150575
150664
|
},
|
150576
150665
|
"output": {
|
150577
|
-
"shape": "
|
150666
|
+
"shape": "San",
|
150578
150667
|
"resultWrapper": "SimulatePrincipalPolicyResult"
|
150579
150668
|
}
|
150580
150669
|
},
|
@@ -150708,7 +150797,7 @@ module.exports={
|
|
150708
150797
|
"members": {
|
150709
150798
|
"InstanceProfileName": {},
|
150710
150799
|
"TagKeys": {
|
150711
|
-
"shape": "
|
150800
|
+
"shape": "Sbe"
|
150712
150801
|
}
|
150713
150802
|
}
|
150714
150803
|
}
|
@@ -150723,7 +150812,7 @@ module.exports={
|
|
150723
150812
|
"members": {
|
150724
150813
|
"SerialNumber": {},
|
150725
150814
|
"TagKeys": {
|
150726
|
-
"shape": "
|
150815
|
+
"shape": "Sbe"
|
150727
150816
|
}
|
150728
150817
|
}
|
150729
150818
|
}
|
@@ -150738,7 +150827,7 @@ module.exports={
|
|
150738
150827
|
"members": {
|
150739
150828
|
"OpenIDConnectProviderArn": {},
|
150740
150829
|
"TagKeys": {
|
150741
|
-
"shape": "
|
150830
|
+
"shape": "Sbe"
|
150742
150831
|
}
|
150743
150832
|
}
|
150744
150833
|
}
|
@@ -150753,7 +150842,7 @@ module.exports={
|
|
150753
150842
|
"members": {
|
150754
150843
|
"PolicyArn": {},
|
150755
150844
|
"TagKeys": {
|
150756
|
-
"shape": "
|
150845
|
+
"shape": "Sbe"
|
150757
150846
|
}
|
150758
150847
|
}
|
150759
150848
|
}
|
@@ -150768,7 +150857,7 @@ module.exports={
|
|
150768
150857
|
"members": {
|
150769
150858
|
"RoleName": {},
|
150770
150859
|
"TagKeys": {
|
150771
|
-
"shape": "
|
150860
|
+
"shape": "Sbe"
|
150772
150861
|
}
|
150773
150862
|
}
|
150774
150863
|
}
|
@@ -150783,7 +150872,7 @@ module.exports={
|
|
150783
150872
|
"members": {
|
150784
150873
|
"SAMLProviderArn": {},
|
150785
150874
|
"TagKeys": {
|
150786
|
-
"shape": "
|
150875
|
+
"shape": "Sbe"
|
150787
150876
|
}
|
150788
150877
|
}
|
150789
150878
|
}
|
@@ -150798,7 +150887,7 @@ module.exports={
|
|
150798
150887
|
"members": {
|
150799
150888
|
"ServerCertificateName": {},
|
150800
150889
|
"TagKeys": {
|
150801
|
-
"shape": "
|
150890
|
+
"shape": "Sbe"
|
150802
150891
|
}
|
150803
150892
|
}
|
150804
150893
|
}
|
@@ -150813,7 +150902,7 @@ module.exports={
|
|
150813
150902
|
"members": {
|
150814
150903
|
"UserName": {},
|
150815
150904
|
"TagKeys": {
|
150816
|
-
"shape": "
|
150905
|
+
"shape": "Sbe"
|
150817
150906
|
}
|
150818
150907
|
}
|
150819
150908
|
}
|
@@ -151072,7 +151161,7 @@ module.exports={
|
|
151072
151161
|
"type": "structure",
|
151073
151162
|
"members": {
|
151074
151163
|
"SSHPublicKey": {
|
151075
|
-
"shape": "
|
151164
|
+
"shape": "S63"
|
151076
151165
|
}
|
151077
151166
|
}
|
151078
151167
|
}
|
@@ -151104,7 +151193,7 @@ module.exports={
|
|
151104
151193
|
"type": "structure",
|
151105
151194
|
"members": {
|
151106
151195
|
"ServerCertificateMetadata": {
|
151107
|
-
"shape": "
|
151196
|
+
"shape": "S69"
|
151108
151197
|
},
|
151109
151198
|
"Tags": {
|
151110
151199
|
"shape": "Sv"
|
@@ -151131,7 +151220,7 @@ module.exports={
|
|
151131
151220
|
],
|
151132
151221
|
"members": {
|
151133
151222
|
"Certificate": {
|
151134
|
-
"shape": "
|
151223
|
+
"shape": "S9n"
|
151135
151224
|
}
|
151136
151225
|
}
|
151137
151226
|
}
|
@@ -151458,7 +151547,7 @@ module.exports={
|
|
151458
151547
|
"shape": "S2d"
|
151459
151548
|
}
|
151460
151549
|
},
|
151461
|
-
"
|
151550
|
+
"S5p": {
|
151462
151551
|
"type": "structure",
|
151463
151552
|
"required": [
|
151464
151553
|
"Message",
|
@@ -151469,7 +151558,7 @@ module.exports={
|
|
151469
151558
|
"Code": {}
|
151470
151559
|
}
|
151471
151560
|
},
|
151472
|
-
"
|
151561
|
+
"S63": {
|
151473
151562
|
"type": "structure",
|
151474
151563
|
"required": [
|
151475
151564
|
"UserName",
|
@@ -151489,7 +151578,7 @@ module.exports={
|
|
151489
151578
|
}
|
151490
151579
|
}
|
151491
151580
|
},
|
151492
|
-
"
|
151581
|
+
"S69": {
|
151493
151582
|
"type": "structure",
|
151494
151583
|
"required": [
|
151495
151584
|
"Path",
|
@@ -151510,17 +151599,17 @@ module.exports={
|
|
151510
151599
|
}
|
151511
151600
|
}
|
151512
151601
|
},
|
151513
|
-
"
|
151602
|
+
"S7p": {
|
151514
151603
|
"type": "list",
|
151515
151604
|
"member": {}
|
151516
151605
|
},
|
151517
|
-
"
|
151606
|
+
"S7t": {
|
151518
151607
|
"type": "list",
|
151519
151608
|
"member": {
|
151520
151609
|
"shape": "Ss"
|
151521
151610
|
}
|
151522
151611
|
},
|
151523
|
-
"
|
151612
|
+
"S9n": {
|
151524
151613
|
"type": "structure",
|
151525
151614
|
"required": [
|
151526
151615
|
"UserName",
|
@@ -151538,15 +151627,15 @@ module.exports={
|
|
151538
151627
|
}
|
151539
151628
|
}
|
151540
151629
|
},
|
151541
|
-
"
|
151630
|
+
"Sad": {
|
151542
151631
|
"type": "list",
|
151543
151632
|
"member": {}
|
151544
151633
|
},
|
151545
|
-
"
|
151634
|
+
"Saf": {
|
151546
151635
|
"type": "list",
|
151547
151636
|
"member": {}
|
151548
151637
|
},
|
151549
|
-
"
|
151638
|
+
"Sah": {
|
151550
151639
|
"type": "list",
|
151551
151640
|
"member": {
|
151552
151641
|
"type": "structure",
|
@@ -151560,7 +151649,7 @@ module.exports={
|
|
151560
151649
|
}
|
151561
151650
|
}
|
151562
151651
|
},
|
151563
|
-
"
|
151652
|
+
"San": {
|
151564
151653
|
"type": "structure",
|
151565
151654
|
"members": {
|
151566
151655
|
"EvaluationResults": {
|
@@ -151576,7 +151665,7 @@ module.exports={
|
|
151576
151665
|
"EvalResourceName": {},
|
151577
151666
|
"EvalDecision": {},
|
151578
151667
|
"MatchedStatements": {
|
151579
|
-
"shape": "
|
151668
|
+
"shape": "Sar"
|
151580
151669
|
},
|
151581
151670
|
"MissingContextValues": {
|
151582
151671
|
"shape": "S4u"
|
@@ -151590,10 +151679,10 @@ module.exports={
|
|
151590
151679
|
}
|
151591
151680
|
},
|
151592
151681
|
"PermissionsBoundaryDecisionDetail": {
|
151593
|
-
"shape": "
|
151682
|
+
"shape": "Saz"
|
151594
151683
|
},
|
151595
151684
|
"EvalDecisionDetails": {
|
151596
|
-
"shape": "
|
151685
|
+
"shape": "Sb0"
|
151597
151686
|
},
|
151598
151687
|
"ResourceSpecificResults": {
|
151599
151688
|
"type": "list",
|
@@ -151607,16 +151696,16 @@ module.exports={
|
|
151607
151696
|
"EvalResourceName": {},
|
151608
151697
|
"EvalResourceDecision": {},
|
151609
151698
|
"MatchedStatements": {
|
151610
|
-
"shape": "
|
151699
|
+
"shape": "Sar"
|
151611
151700
|
},
|
151612
151701
|
"MissingContextValues": {
|
151613
151702
|
"shape": "S4u"
|
151614
151703
|
},
|
151615
151704
|
"EvalDecisionDetails": {
|
151616
|
-
"shape": "
|
151705
|
+
"shape": "Sb0"
|
151617
151706
|
},
|
151618
151707
|
"PermissionsBoundaryDecisionDetail": {
|
151619
|
-
"shape": "
|
151708
|
+
"shape": "Saz"
|
151620
151709
|
}
|
151621
151710
|
}
|
151622
151711
|
}
|
@@ -151630,7 +151719,7 @@ module.exports={
|
|
151630
151719
|
"Marker": {}
|
151631
151720
|
}
|
151632
151721
|
},
|
151633
|
-
"
|
151722
|
+
"Sar": {
|
151634
151723
|
"type": "list",
|
151635
151724
|
"member": {
|
151636
151725
|
"type": "structure",
|
@@ -151638,15 +151727,15 @@ module.exports={
|
|
151638
151727
|
"SourcePolicyId": {},
|
151639
151728
|
"SourcePolicyType": {},
|
151640
151729
|
"StartPosition": {
|
151641
|
-
"shape": "
|
151730
|
+
"shape": "Sav"
|
151642
151731
|
},
|
151643
151732
|
"EndPosition": {
|
151644
|
-
"shape": "
|
151733
|
+
"shape": "Sav"
|
151645
151734
|
}
|
151646
151735
|
}
|
151647
151736
|
}
|
151648
151737
|
},
|
151649
|
-
"
|
151738
|
+
"Sav": {
|
151650
151739
|
"type": "structure",
|
151651
151740
|
"members": {
|
151652
151741
|
"Line": {
|
@@ -151657,7 +151746,7 @@ module.exports={
|
|
151657
151746
|
}
|
151658
151747
|
}
|
151659
151748
|
},
|
151660
|
-
"
|
151749
|
+
"Saz": {
|
151661
151750
|
"type": "structure",
|
151662
151751
|
"members": {
|
151663
151752
|
"AllowedByPermissionsBoundary": {
|
@@ -151665,12 +151754,12 @@ module.exports={
|
|
151665
151754
|
}
|
151666
151755
|
}
|
151667
151756
|
},
|
151668
|
-
"
|
151757
|
+
"Sb0": {
|
151669
151758
|
"type": "map",
|
151670
151759
|
"key": {},
|
151671
151760
|
"value": {}
|
151672
151761
|
},
|
151673
|
-
"
|
151762
|
+
"Sbe": {
|
151674
151763
|
"type": "list",
|
151675
151764
|
"member": {}
|
151676
151765
|
}
|
@@ -151765,6 +151854,13 @@ module.exports={
|
|
151765
151854
|
"output_token": "Marker",
|
151766
151855
|
"result_key": "Groups"
|
151767
151856
|
},
|
151857
|
+
"ListInstanceProfileTags": {
|
151858
|
+
"input_token": "Marker",
|
151859
|
+
"limit_key": "MaxItems",
|
151860
|
+
"more_results": "IsTruncated",
|
151861
|
+
"output_token": "Marker",
|
151862
|
+
"result_key": "Tags"
|
151863
|
+
},
|
151768
151864
|
"ListInstanceProfiles": {
|
151769
151865
|
"input_token": "Marker",
|
151770
151866
|
"limit_key": "MaxItems",
|
@@ -151779,6 +151875,13 @@ module.exports={
|
|
151779
151875
|
"output_token": "Marker",
|
151780
151876
|
"result_key": "InstanceProfiles"
|
151781
151877
|
},
|
151878
|
+
"ListMFADeviceTags": {
|
151879
|
+
"input_token": "Marker",
|
151880
|
+
"limit_key": "MaxItems",
|
151881
|
+
"more_results": "IsTruncated",
|
151882
|
+
"output_token": "Marker",
|
151883
|
+
"result_key": "Tags"
|
151884
|
+
},
|
151782
151885
|
"ListMFADevices": {
|
151783
151886
|
"input_token": "Marker",
|
151784
151887
|
"limit_key": "MaxItems",
|
@@ -151786,6 +151889,13 @@ module.exports={
|
|
151786
151889
|
"output_token": "Marker",
|
151787
151890
|
"result_key": "MFADevices"
|
151788
151891
|
},
|
151892
|
+
"ListOpenIDConnectProviderTags": {
|
151893
|
+
"input_token": "Marker",
|
151894
|
+
"limit_key": "MaxItems",
|
151895
|
+
"more_results": "IsTruncated",
|
151896
|
+
"output_token": "Marker",
|
151897
|
+
"result_key": "Tags"
|
151898
|
+
},
|
151789
151899
|
"ListPolicies": {
|
151790
151900
|
"input_token": "Marker",
|
151791
151901
|
"limit_key": "MaxItems",
|
@@ -151793,6 +151903,13 @@ module.exports={
|
|
151793
151903
|
"output_token": "Marker",
|
151794
151904
|
"result_key": "Policies"
|
151795
151905
|
},
|
151906
|
+
"ListPolicyTags": {
|
151907
|
+
"input_token": "Marker",
|
151908
|
+
"limit_key": "MaxItems",
|
151909
|
+
"more_results": "IsTruncated",
|
151910
|
+
"output_token": "Marker",
|
151911
|
+
"result_key": "Tags"
|
151912
|
+
},
|
151796
151913
|
"ListPolicyVersions": {
|
151797
151914
|
"input_token": "Marker",
|
151798
151915
|
"limit_key": "MaxItems",
|
@@ -151807,6 +151924,13 @@ module.exports={
|
|
151807
151924
|
"output_token": "Marker",
|
151808
151925
|
"result_key": "PolicyNames"
|
151809
151926
|
},
|
151927
|
+
"ListRoleTags": {
|
151928
|
+
"input_token": "Marker",
|
151929
|
+
"limit_key": "MaxItems",
|
151930
|
+
"more_results": "IsTruncated",
|
151931
|
+
"output_token": "Marker",
|
151932
|
+
"result_key": "Tags"
|
151933
|
+
},
|
151810
151934
|
"ListRoles": {
|
151811
151935
|
"input_token": "Marker",
|
151812
151936
|
"limit_key": "MaxItems",
|
@@ -151814,6 +151938,13 @@ module.exports={
|
|
151814
151938
|
"output_token": "Marker",
|
151815
151939
|
"result_key": "Roles"
|
151816
151940
|
},
|
151941
|
+
"ListSAMLProviderTags": {
|
151942
|
+
"input_token": "Marker",
|
151943
|
+
"limit_key": "MaxItems",
|
151944
|
+
"more_results": "IsTruncated",
|
151945
|
+
"output_token": "Marker",
|
151946
|
+
"result_key": "Tags"
|
151947
|
+
},
|
151817
151948
|
"ListSAMLProviders": {
|
151818
151949
|
"result_key": "SAMLProviderList"
|
151819
151950
|
},
|
@@ -151824,6 +151955,13 @@ module.exports={
|
|
151824
151955
|
"output_token": "Marker",
|
151825
151956
|
"result_key": "SSHPublicKeys"
|
151826
151957
|
},
|
151958
|
+
"ListServerCertificateTags": {
|
151959
|
+
"input_token": "Marker",
|
151960
|
+
"limit_key": "MaxItems",
|
151961
|
+
"more_results": "IsTruncated",
|
151962
|
+
"output_token": "Marker",
|
151963
|
+
"result_key": "Tags"
|
151964
|
+
},
|
151827
151965
|
"ListServerCertificates": {
|
151828
151966
|
"input_token": "Marker",
|
151829
151967
|
"limit_key": "MaxItems",
|
@@ -168467,6 +168605,22 @@ module.exports={
|
|
168467
168605
|
}
|
168468
168606
|
}
|
168469
168607
|
},
|
168608
|
+
"DeleteEdgeConfiguration": {
|
168609
|
+
"http": {
|
168610
|
+
"requestUri": "/deleteEdgeConfiguration"
|
168611
|
+
},
|
168612
|
+
"input": {
|
168613
|
+
"type": "structure",
|
168614
|
+
"members": {
|
168615
|
+
"StreamName": {},
|
168616
|
+
"StreamARN": {}
|
168617
|
+
}
|
168618
|
+
},
|
168619
|
+
"output": {
|
168620
|
+
"type": "structure",
|
168621
|
+
"members": {}
|
168622
|
+
}
|
168623
|
+
},
|
168470
168624
|
"DeleteSignalingChannel": {
|
168471
168625
|
"http": {
|
168472
168626
|
"requestUri": "/deleteSignalingChannel"
|
@@ -168530,7 +168684,38 @@ module.exports={
|
|
168530
168684
|
"SyncStatus": {},
|
168531
168685
|
"FailedStatusDetails": {},
|
168532
168686
|
"EdgeConfig": {
|
168533
|
-
"shape": "
|
168687
|
+
"shape": "Sw"
|
168688
|
+
},
|
168689
|
+
"EdgeAgentStatus": {
|
168690
|
+
"type": "structure",
|
168691
|
+
"members": {
|
168692
|
+
"LastRecorderStatus": {
|
168693
|
+
"type": "structure",
|
168694
|
+
"members": {
|
168695
|
+
"JobStatusDetails": {},
|
168696
|
+
"LastCollectedTime": {
|
168697
|
+
"type": "timestamp"
|
168698
|
+
},
|
168699
|
+
"LastUpdatedTime": {
|
168700
|
+
"type": "timestamp"
|
168701
|
+
},
|
168702
|
+
"RecorderStatus": {}
|
168703
|
+
}
|
168704
|
+
},
|
168705
|
+
"LastUploaderStatus": {
|
168706
|
+
"type": "structure",
|
168707
|
+
"members": {
|
168708
|
+
"JobStatusDetails": {},
|
168709
|
+
"LastCollectedTime": {
|
168710
|
+
"type": "timestamp"
|
168711
|
+
},
|
168712
|
+
"LastUpdatedTime": {
|
168713
|
+
"type": "timestamp"
|
168714
|
+
},
|
168715
|
+
"UploaderStatus": {}
|
168716
|
+
}
|
168717
|
+
}
|
168718
|
+
}
|
168534
168719
|
}
|
168535
168720
|
}
|
168536
168721
|
}
|
@@ -168550,7 +168735,7 @@ module.exports={
|
|
168550
168735
|
"type": "structure",
|
168551
168736
|
"members": {
|
168552
168737
|
"ImageGenerationConfiguration": {
|
168553
|
-
"shape": "
|
168738
|
+
"shape": "S1k"
|
168554
168739
|
}
|
168555
168740
|
}
|
168556
168741
|
}
|
@@ -168602,7 +168787,7 @@ module.exports={
|
|
168602
168787
|
"type": "structure",
|
168603
168788
|
"members": {
|
168604
168789
|
"MediaStorageConfiguration": {
|
168605
|
-
"shape": "
|
168790
|
+
"shape": "S26"
|
168606
168791
|
}
|
168607
168792
|
}
|
168608
168793
|
}
|
@@ -168622,7 +168807,7 @@ module.exports={
|
|
168622
168807
|
"type": "structure",
|
168623
168808
|
"members": {
|
168624
168809
|
"NotificationConfiguration": {
|
168625
|
-
"shape": "
|
168810
|
+
"shape": "S2a"
|
168626
168811
|
}
|
168627
168812
|
}
|
168628
168813
|
}
|
@@ -168642,7 +168827,7 @@ module.exports={
|
|
168642
168827
|
"type": "structure",
|
168643
168828
|
"members": {
|
168644
168829
|
"ChannelInfo": {
|
168645
|
-
"shape": "
|
168830
|
+
"shape": "S2e"
|
168646
168831
|
}
|
168647
168832
|
}
|
168648
168833
|
}
|
@@ -168662,7 +168847,7 @@ module.exports={
|
|
168662
168847
|
"type": "structure",
|
168663
168848
|
"members": {
|
168664
168849
|
"StreamInfo": {
|
168665
|
-
"shape": "
|
168850
|
+
"shape": "S2i"
|
168666
168851
|
}
|
168667
168852
|
}
|
168668
168853
|
}
|
@@ -168728,6 +168913,51 @@ module.exports={
|
|
168728
168913
|
}
|
168729
168914
|
}
|
168730
168915
|
},
|
168916
|
+
"ListEdgeAgentConfigurations": {
|
168917
|
+
"http": {
|
168918
|
+
"requestUri": "/listEdgeAgentConfigurations"
|
168919
|
+
},
|
168920
|
+
"input": {
|
168921
|
+
"type": "structure",
|
168922
|
+
"required": [
|
168923
|
+
"HubDeviceArn"
|
168924
|
+
],
|
168925
|
+
"members": {
|
168926
|
+
"HubDeviceArn": {},
|
168927
|
+
"MaxResults": {
|
168928
|
+
"type": "integer"
|
168929
|
+
},
|
168930
|
+
"NextToken": {}
|
168931
|
+
}
|
168932
|
+
},
|
168933
|
+
"output": {
|
168934
|
+
"type": "structure",
|
168935
|
+
"members": {
|
168936
|
+
"EdgeConfigs": {
|
168937
|
+
"type": "list",
|
168938
|
+
"member": {
|
168939
|
+
"type": "structure",
|
168940
|
+
"members": {
|
168941
|
+
"StreamName": {},
|
168942
|
+
"StreamARN": {},
|
168943
|
+
"CreationTime": {
|
168944
|
+
"type": "timestamp"
|
168945
|
+
},
|
168946
|
+
"LastUpdatedTime": {
|
168947
|
+
"type": "timestamp"
|
168948
|
+
},
|
168949
|
+
"SyncStatus": {},
|
168950
|
+
"FailedStatusDetails": {},
|
168951
|
+
"EdgeConfig": {
|
168952
|
+
"shape": "Sw"
|
168953
|
+
}
|
168954
|
+
}
|
168955
|
+
}
|
168956
|
+
},
|
168957
|
+
"NextToken": {}
|
168958
|
+
}
|
168959
|
+
}
|
168960
|
+
},
|
168731
168961
|
"ListSignalingChannels": {
|
168732
168962
|
"http": {
|
168733
168963
|
"requestUri": "/listSignalingChannels"
|
@@ -168754,7 +168984,7 @@ module.exports={
|
|
168754
168984
|
"ChannelInfoList": {
|
168755
168985
|
"type": "list",
|
168756
168986
|
"member": {
|
168757
|
-
"shape": "
|
168987
|
+
"shape": "S2e"
|
168758
168988
|
}
|
168759
168989
|
},
|
168760
168990
|
"NextToken": {}
|
@@ -168787,7 +169017,7 @@ module.exports={
|
|
168787
169017
|
"StreamInfoList": {
|
168788
169018
|
"type": "list",
|
168789
169019
|
"member": {
|
168790
|
-
"shape": "
|
169020
|
+
"shape": "S2i"
|
168791
169021
|
}
|
168792
169022
|
},
|
168793
169023
|
"NextToken": {}
|
@@ -168853,7 +169083,7 @@ module.exports={
|
|
168853
169083
|
"StreamName": {},
|
168854
169084
|
"StreamARN": {},
|
168855
169085
|
"EdgeConfig": {
|
168856
|
-
"shape": "
|
169086
|
+
"shape": "Sw"
|
168857
169087
|
}
|
168858
169088
|
}
|
168859
169089
|
},
|
@@ -168871,7 +169101,7 @@ module.exports={
|
|
168871
169101
|
"SyncStatus": {},
|
168872
169102
|
"FailedStatusDetails": {},
|
168873
169103
|
"EdgeConfig": {
|
168874
|
-
"shape": "
|
169104
|
+
"shape": "Sw"
|
168875
169105
|
}
|
168876
169106
|
}
|
168877
169107
|
}
|
@@ -168936,7 +169166,7 @@ module.exports={
|
|
168936
169166
|
"members": {
|
168937
169167
|
"ResourceARN": {},
|
168938
169168
|
"TagKeyList": {
|
168939
|
-
"shape": "
|
169169
|
+
"shape": "S3n"
|
168940
169170
|
}
|
168941
169171
|
}
|
168942
169172
|
},
|
@@ -168958,7 +169188,7 @@ module.exports={
|
|
168958
169188
|
"StreamARN": {},
|
168959
169189
|
"StreamName": {},
|
168960
169190
|
"TagKeyList": {
|
168961
|
-
"shape": "
|
169191
|
+
"shape": "S3n"
|
168962
169192
|
}
|
168963
169193
|
}
|
168964
169194
|
},
|
@@ -169003,7 +169233,7 @@ module.exports={
|
|
169003
169233
|
"StreamName": {},
|
169004
169234
|
"StreamARN": {},
|
169005
169235
|
"ImageGenerationConfiguration": {
|
169006
|
-
"shape": "
|
169236
|
+
"shape": "S1k"
|
169007
169237
|
}
|
169008
169238
|
}
|
169009
169239
|
},
|
@@ -169025,7 +169255,7 @@ module.exports={
|
|
169025
169255
|
"members": {
|
169026
169256
|
"ChannelARN": {},
|
169027
169257
|
"MediaStorageConfiguration": {
|
169028
|
-
"shape": "
|
169258
|
+
"shape": "S26"
|
169029
169259
|
}
|
169030
169260
|
}
|
169031
169261
|
},
|
@@ -169044,7 +169274,7 @@ module.exports={
|
|
169044
169274
|
"StreamName": {},
|
169045
169275
|
"StreamARN": {},
|
169046
169276
|
"NotificationConfiguration": {
|
169047
|
-
"shape": "
|
169277
|
+
"shape": "S2a"
|
169048
169278
|
}
|
169049
169279
|
}
|
169050
169280
|
},
|
@@ -169124,7 +169354,7 @@ module.exports={
|
|
169124
169354
|
"key": {},
|
169125
169355
|
"value": {}
|
169126
169356
|
},
|
169127
|
-
"
|
169357
|
+
"Sw": {
|
169128
169358
|
"type": "structure",
|
169129
169359
|
"required": [
|
169130
169360
|
"HubDeviceArn",
|
@@ -169153,7 +169383,7 @@ module.exports={
|
|
169153
169383
|
}
|
169154
169384
|
},
|
169155
169385
|
"ScheduleConfig": {
|
169156
|
-
"shape": "
|
169386
|
+
"shape": "S12"
|
169157
169387
|
}
|
169158
169388
|
}
|
169159
169389
|
},
|
@@ -169164,7 +169394,7 @@ module.exports={
|
|
169164
169394
|
],
|
169165
169395
|
"members": {
|
169166
169396
|
"ScheduleConfig": {
|
169167
|
-
"shape": "
|
169397
|
+
"shape": "S12"
|
169168
169398
|
}
|
169169
169399
|
}
|
169170
169400
|
},
|
@@ -169190,7 +169420,7 @@ module.exports={
|
|
169190
169420
|
}
|
169191
169421
|
}
|
169192
169422
|
},
|
169193
|
-
"
|
169423
|
+
"S12": {
|
169194
169424
|
"type": "structure",
|
169195
169425
|
"required": [
|
169196
169426
|
"ScheduleExpression",
|
@@ -169203,7 +169433,7 @@ module.exports={
|
|
169203
169433
|
}
|
169204
169434
|
}
|
169205
169435
|
},
|
169206
|
-
"
|
169436
|
+
"S1k": {
|
169207
169437
|
"type": "structure",
|
169208
169438
|
"required": [
|
169209
169439
|
"Status",
|
@@ -169243,7 +169473,7 @@ module.exports={
|
|
169243
169473
|
}
|
169244
169474
|
}
|
169245
169475
|
},
|
169246
|
-
"
|
169476
|
+
"S26": {
|
169247
169477
|
"type": "structure",
|
169248
169478
|
"required": [
|
169249
169479
|
"Status"
|
@@ -169253,7 +169483,7 @@ module.exports={
|
|
169253
169483
|
"Status": {}
|
169254
169484
|
}
|
169255
169485
|
},
|
169256
|
-
"
|
169486
|
+
"S2a": {
|
169257
169487
|
"type": "structure",
|
169258
169488
|
"required": [
|
169259
169489
|
"Status",
|
@@ -169272,7 +169502,7 @@ module.exports={
|
|
169272
169502
|
}
|
169273
169503
|
}
|
169274
169504
|
},
|
169275
|
-
"
|
169505
|
+
"S2e": {
|
169276
169506
|
"type": "structure",
|
169277
169507
|
"members": {
|
169278
169508
|
"ChannelName": {},
|
@@ -169288,7 +169518,7 @@ module.exports={
|
|
169288
169518
|
"Version": {}
|
169289
169519
|
}
|
169290
169520
|
},
|
169291
|
-
"
|
169521
|
+
"S2i": {
|
169292
169522
|
"type": "structure",
|
169293
169523
|
"members": {
|
169294
169524
|
"DeviceName": {},
|
@@ -169306,7 +169536,7 @@ module.exports={
|
|
169306
169536
|
}
|
169307
169537
|
}
|
169308
169538
|
},
|
169309
|
-
"
|
169539
|
+
"S3n": {
|
169310
169540
|
"type": "list",
|
169311
169541
|
"member": {}
|
169312
169542
|
}
|
@@ -169321,6 +169551,12 @@ module.exports={
|
|
169321
169551
|
"output_token": "NextToken",
|
169322
169552
|
"result_key": "MappedResourceConfigurationList"
|
169323
169553
|
},
|
169554
|
+
"ListEdgeAgentConfigurations": {
|
169555
|
+
"input_token": "NextToken",
|
169556
|
+
"limit_key": "MaxResults",
|
169557
|
+
"output_token": "NextToken",
|
169558
|
+
"result_key": "EdgeConfigs"
|
169559
|
+
},
|
169324
169560
|
"ListSignalingChannels": {
|
169325
169561
|
"input_token": "NextToken",
|
169326
169562
|
"limit_key": "MaxResults",
|
@@ -185088,6 +185324,9 @@ module.exports={
|
|
185088
185324
|
},
|
185089
185325
|
"verifiedpermissions": {
|
185090
185326
|
"name": "VerifiedPermissions"
|
185327
|
+
},
|
185328
|
+
"appfabric": {
|
185329
|
+
"name": "AppFabric"
|
185091
185330
|
}
|
185092
185331
|
}
|
185093
185332
|
},{}],169:[function(require,module,exports){
|
@@ -259798,7 +260037,7 @@ AWS.util.update(AWS, {
|
|
259798
260037
|
/**
|
259799
260038
|
* @constant
|
259800
260039
|
*/
|
259801
|
-
VERSION: '2.
|
260040
|
+
VERSION: '2.1406.0',
|
259802
260041
|
|
259803
260042
|
/**
|
259804
260043
|
* @api private
|
@@ -281967,7 +282206,7 @@ var LRUCache = /** @class */ (function () {
|
|
281967
282206
|
}());
|
281968
282207
|
exports.LRUCache = LRUCache;
|
281969
282208
|
},{}],467:[function(require,module,exports){
|
281970
|
-
// AWS SDK for JavaScript v2.
|
282209
|
+
// AWS SDK for JavaScript v2.1406.0
|
281971
282210
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
281972
282211
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
281973
282212
|
require('./browser_loader');
|