cdk-lambda-subminute 2.0.437 → 2.0.439
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4 -4
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +1059 -90
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +41 -34
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +68 -7
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +24 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +2 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +46 -35
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +146 -82
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +182 -19
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +165 -93
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +586 -188
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +235 -129
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +84 -43
- package/node_modules/aws-sdk/clients/bedrock.d.ts +1082 -118
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +24 -2
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +65 -1
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +37 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +11 -7
- package/node_modules/aws-sdk/clients/datasync.d.ts +67 -42
- package/node_modules/aws-sdk/clients/ec2.d.ts +112 -40
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +205 -0
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +64 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +592 -88
- package/node_modules/aws-sdk/clients/pi.d.ts +5 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ssm.d.ts +186 -6
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +89 -23
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +17 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +984 -403
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1606.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){
|
@@ -13165,7 +13165,8 @@ module.exports={
|
|
13165
13165
|
"type": "structure",
|
13166
13166
|
"members": {
|
13167
13167
|
"RecommendationId": {},
|
13168
|
-
"GenerationTimestamp": {}
|
13168
|
+
"GenerationTimestamp": {},
|
13169
|
+
"AdditionalMetadata": {}
|
13169
13170
|
}
|
13170
13171
|
},
|
13171
13172
|
"Recommendations": {
|
@@ -97596,6 +97597,10 @@ module.exports={
|
|
97596
97597
|
"ImdsSupport": {
|
97597
97598
|
"shape": "Sc1",
|
97598
97599
|
"locationName": "imdsSupport"
|
97600
|
+
},
|
97601
|
+
"DeregistrationProtection": {
|
97602
|
+
"shape": "Sc1",
|
97603
|
+
"locationName": "deregistrationProtection"
|
97599
97604
|
}
|
97600
97605
|
}
|
97601
97606
|
}
|
@@ -97747,6 +97752,12 @@ module.exports={
|
|
97747
97752
|
},
|
97748
97753
|
"SourceInstanceId": {
|
97749
97754
|
"locationName": "sourceInstanceId"
|
97755
|
+
},
|
97756
|
+
"DeregistrationProtection": {
|
97757
|
+
"locationName": "deregistrationProtection"
|
97758
|
+
},
|
97759
|
+
"LastLaunchedTime": {
|
97760
|
+
"locationName": "lastLaunchedTime"
|
97750
97761
|
}
|
97751
97762
|
}
|
97752
97763
|
}
|
@@ -100278,6 +100289,10 @@ module.exports={
|
|
100278
100289
|
"SourceDestCheck": {
|
100279
100290
|
"shape": "S19c",
|
100280
100291
|
"locationName": "sourceDestCheck"
|
100292
|
+
},
|
100293
|
+
"AssociatePublicIpAddress": {
|
100294
|
+
"locationName": "associatePublicIpAddress",
|
100295
|
+
"type": "boolean"
|
100281
100296
|
}
|
100282
100297
|
}
|
100283
100298
|
}
|
@@ -104179,6 +104194,28 @@ module.exports={
|
|
104179
104194
|
}
|
104180
104195
|
}
|
104181
104196
|
},
|
104197
|
+
"DisableImageDeregistrationProtection": {
|
104198
|
+
"input": {
|
104199
|
+
"type": "structure",
|
104200
|
+
"required": [
|
104201
|
+
"ImageId"
|
104202
|
+
],
|
104203
|
+
"members": {
|
104204
|
+
"ImageId": {},
|
104205
|
+
"DryRun": {
|
104206
|
+
"type": "boolean"
|
104207
|
+
}
|
104208
|
+
}
|
104209
|
+
},
|
104210
|
+
"output": {
|
104211
|
+
"type": "structure",
|
104212
|
+
"members": {
|
104213
|
+
"Return": {
|
104214
|
+
"locationName": "return"
|
104215
|
+
}
|
104216
|
+
}
|
104217
|
+
}
|
104218
|
+
},
|
104182
104219
|
"DisableIpamOrganizationAdminAccount": {
|
104183
104220
|
"input": {
|
104184
104221
|
"type": "structure",
|
@@ -104258,7 +104295,7 @@ module.exports={
|
|
104258
104295
|
"type": "structure",
|
104259
104296
|
"members": {
|
104260
104297
|
"Propagation": {
|
104261
|
-
"shape": "
|
104298
|
+
"shape": "S1w4",
|
104262
104299
|
"locationName": "propagation"
|
104263
104300
|
}
|
104264
104301
|
}
|
@@ -105039,6 +105076,31 @@ module.exports={
|
|
105039
105076
|
}
|
105040
105077
|
}
|
105041
105078
|
},
|
105079
|
+
"EnableImageDeregistrationProtection": {
|
105080
|
+
"input": {
|
105081
|
+
"type": "structure",
|
105082
|
+
"required": [
|
105083
|
+
"ImageId"
|
105084
|
+
],
|
105085
|
+
"members": {
|
105086
|
+
"ImageId": {},
|
105087
|
+
"WithCooldown": {
|
105088
|
+
"type": "boolean"
|
105089
|
+
},
|
105090
|
+
"DryRun": {
|
105091
|
+
"type": "boolean"
|
105092
|
+
}
|
105093
|
+
}
|
105094
|
+
},
|
105095
|
+
"output": {
|
105096
|
+
"type": "structure",
|
105097
|
+
"members": {
|
105098
|
+
"Return": {
|
105099
|
+
"locationName": "return"
|
105100
|
+
}
|
105101
|
+
}
|
105102
|
+
}
|
105103
|
+
},
|
105042
105104
|
"EnableIpamOrganizationAdminAccount": {
|
105043
105105
|
"input": {
|
105044
105106
|
"type": "structure",
|
@@ -105141,7 +105203,7 @@ module.exports={
|
|
105141
105203
|
"type": "structure",
|
105142
105204
|
"members": {
|
105143
105205
|
"Propagation": {
|
105144
|
-
"shape": "
|
105206
|
+
"shape": "S1w4",
|
105145
105207
|
"locationName": "propagation"
|
105146
105208
|
}
|
105147
105209
|
}
|
@@ -105755,7 +105817,7 @@ module.exports={
|
|
105755
105817
|
"type": "structure",
|
105756
105818
|
"members": {
|
105757
105819
|
"InstanceFamilyCreditSpecification": {
|
105758
|
-
"shape": "
|
105820
|
+
"shape": "S1zo",
|
105759
105821
|
"locationName": "instanceFamilyCreditSpecification"
|
105760
105822
|
}
|
105761
105823
|
}
|
@@ -105905,7 +105967,7 @@ module.exports={
|
|
105905
105967
|
],
|
105906
105968
|
"members": {
|
105907
105969
|
"HostIdSet": {
|
105908
|
-
"shape": "
|
105970
|
+
"shape": "S205"
|
105909
105971
|
},
|
105910
105972
|
"OfferingId": {}
|
105911
105973
|
}
|
@@ -105917,7 +105979,7 @@ module.exports={
|
|
105917
105979
|
"locationName": "currencyCode"
|
105918
105980
|
},
|
105919
105981
|
"Purchase": {
|
105920
|
-
"shape": "
|
105982
|
+
"shape": "S207",
|
105921
105983
|
"locationName": "purchase"
|
105922
105984
|
},
|
105923
105985
|
"TotalHourlyPrice": {
|
@@ -105994,11 +106056,11 @@ module.exports={
|
|
105994
106056
|
"type": "boolean"
|
105995
106057
|
},
|
105996
106058
|
"ArchitectureTypes": {
|
105997
|
-
"shape": "
|
106059
|
+
"shape": "S20g",
|
105998
106060
|
"locationName": "ArchitectureType"
|
105999
106061
|
},
|
106000
106062
|
"VirtualizationTypes": {
|
106001
|
-
"shape": "
|
106063
|
+
"shape": "S20h",
|
106002
106064
|
"locationName": "VirtualizationType"
|
106003
106065
|
},
|
106004
106066
|
"InstanceRequirements": {
|
@@ -106531,7 +106593,7 @@ module.exports={
|
|
106531
106593
|
"locationName": "ipamResourceCidrSet",
|
106532
106594
|
"type": "list",
|
106533
106595
|
"member": {
|
106534
|
-
"shape": "
|
106596
|
+
"shape": "S21t",
|
106535
106597
|
"locationName": "item"
|
106536
106598
|
}
|
106537
106599
|
}
|
@@ -106796,7 +106858,7 @@ module.exports={
|
|
106796
106858
|
"locationName": "paymentDue"
|
106797
106859
|
},
|
106798
106860
|
"ReservedInstanceValueRollup": {
|
106799
|
-
"shape": "
|
106861
|
+
"shape": "S22i",
|
106800
106862
|
"locationName": "reservedInstanceValueRollup"
|
106801
106863
|
},
|
106802
106864
|
"ReservedInstanceValueSet": {
|
@@ -106807,7 +106869,7 @@ module.exports={
|
|
106807
106869
|
"type": "structure",
|
106808
106870
|
"members": {
|
106809
106871
|
"ReservationValue": {
|
106810
|
-
"shape": "
|
106872
|
+
"shape": "S22i",
|
106811
106873
|
"locationName": "reservationValue"
|
106812
106874
|
},
|
106813
106875
|
"ReservedInstanceId": {
|
@@ -106817,7 +106879,7 @@ module.exports={
|
|
106817
106879
|
}
|
106818
106880
|
},
|
106819
106881
|
"TargetConfigurationValueRollup": {
|
106820
|
-
"shape": "
|
106882
|
+
"shape": "S22i",
|
106821
106883
|
"locationName": "targetConfigurationValueRollup"
|
106822
106884
|
},
|
106823
106885
|
"TargetConfigurationValueSet": {
|
@@ -106828,7 +106890,7 @@ module.exports={
|
|
106828
106890
|
"type": "structure",
|
106829
106891
|
"members": {
|
106830
106892
|
"ReservationValue": {
|
106831
|
-
"shape": "
|
106893
|
+
"shape": "S22i",
|
106832
106894
|
"locationName": "reservationValue"
|
106833
106895
|
},
|
106834
106896
|
"TargetConfiguration": {
|
@@ -106977,11 +107039,11 @@ module.exports={
|
|
106977
107039
|
"type": "structure",
|
106978
107040
|
"members": {
|
106979
107041
|
"ArchitectureTypes": {
|
106980
|
-
"shape": "
|
107042
|
+
"shape": "S20g",
|
106981
107043
|
"locationName": "ArchitectureType"
|
106982
107044
|
},
|
106983
107045
|
"VirtualizationTypes": {
|
106984
|
-
"shape": "
|
107046
|
+
"shape": "S20h",
|
106985
107047
|
"locationName": "VirtualizationType"
|
106986
107048
|
},
|
106987
107049
|
"InstanceRequirements": {
|
@@ -107052,11 +107114,11 @@ module.exports={
|
|
107052
107114
|
"type": "structure",
|
107053
107115
|
"members": {
|
107054
107116
|
"SubnetIpv4CidrReservations": {
|
107055
|
-
"shape": "
|
107117
|
+
"shape": "S239",
|
107056
107118
|
"locationName": "subnetIpv4CidrReservationSet"
|
107057
107119
|
},
|
107058
107120
|
"SubnetIpv6CidrReservations": {
|
107059
|
-
"shape": "
|
107121
|
+
"shape": "S239",
|
107060
107122
|
"locationName": "subnetIpv6CidrReservationSet"
|
107061
107123
|
},
|
107062
107124
|
"NextToken": {
|
@@ -107633,7 +107695,7 @@ module.exports={
|
|
107633
107695
|
"members": {
|
107634
107696
|
"Architecture": {},
|
107635
107697
|
"ClientData": {
|
107636
|
-
"shape": "
|
107698
|
+
"shape": "S24l"
|
107637
107699
|
},
|
107638
107700
|
"ClientToken": {},
|
107639
107701
|
"Description": {},
|
@@ -107652,7 +107714,7 @@ module.exports={
|
|
107652
107714
|
"shape": "S18v"
|
107653
107715
|
},
|
107654
107716
|
"UserBucket": {
|
107655
|
-
"shape": "
|
107717
|
+
"shape": "S24o"
|
107656
107718
|
}
|
107657
107719
|
}
|
107658
107720
|
}
|
@@ -107762,10 +107824,10 @@ module.exports={
|
|
107762
107824
|
"members": {
|
107763
107825
|
"Description": {},
|
107764
107826
|
"Image": {
|
107765
|
-
"shape": "
|
107827
|
+
"shape": "S24v"
|
107766
107828
|
},
|
107767
107829
|
"Volume": {
|
107768
|
-
"shape": "
|
107830
|
+
"shape": "S24w"
|
107769
107831
|
}
|
107770
107832
|
}
|
107771
107833
|
}
|
@@ -107888,7 +107950,7 @@ module.exports={
|
|
107888
107950
|
"type": "structure",
|
107889
107951
|
"members": {
|
107890
107952
|
"ClientData": {
|
107891
|
-
"shape": "
|
107953
|
+
"shape": "S24l"
|
107892
107954
|
},
|
107893
107955
|
"ClientToken": {},
|
107894
107956
|
"Description": {},
|
@@ -107901,7 +107963,7 @@ module.exports={
|
|
107901
107963
|
"shape": "S18v"
|
107902
107964
|
},
|
107903
107965
|
"UserBucket": {
|
107904
|
-
"shape": "
|
107966
|
+
"shape": "S24o"
|
107905
107967
|
}
|
107906
107968
|
}
|
107907
107969
|
},
|
@@ -107959,11 +108021,11 @@ module.exports={
|
|
107959
108021
|
"type": "boolean"
|
107960
108022
|
},
|
107961
108023
|
"Image": {
|
107962
|
-
"shape": "
|
108024
|
+
"shape": "S24v",
|
107963
108025
|
"locationName": "image"
|
107964
108026
|
},
|
107965
108027
|
"Volume": {
|
107966
|
-
"shape": "
|
108028
|
+
"shape": "S24w",
|
107967
108029
|
"locationName": "volume"
|
107968
108030
|
}
|
107969
108031
|
}
|
@@ -108338,7 +108400,7 @@ module.exports={
|
|
108338
108400
|
"type": "structure",
|
108339
108401
|
"members": {
|
108340
108402
|
"InstanceFamilyCreditSpecification": {
|
108341
|
-
"shape": "
|
108403
|
+
"shape": "S1zo",
|
108342
108404
|
"locationName": "instanceFamilyCreditSpecification"
|
108343
108405
|
}
|
108344
108406
|
}
|
@@ -108412,25 +108474,25 @@ module.exports={
|
|
108412
108474
|
"Attribute": {},
|
108413
108475
|
"OperationType": {},
|
108414
108476
|
"UserIds": {
|
108415
|
-
"shape": "
|
108477
|
+
"shape": "S266",
|
108416
108478
|
"locationName": "UserId"
|
108417
108479
|
},
|
108418
108480
|
"UserGroups": {
|
108419
|
-
"shape": "
|
108481
|
+
"shape": "S267",
|
108420
108482
|
"locationName": "UserGroup"
|
108421
108483
|
},
|
108422
108484
|
"ProductCodes": {
|
108423
|
-
"shape": "
|
108485
|
+
"shape": "S268",
|
108424
108486
|
"locationName": "ProductCode"
|
108425
108487
|
},
|
108426
108488
|
"LoadPermission": {
|
108427
108489
|
"type": "structure",
|
108428
108490
|
"members": {
|
108429
108491
|
"Add": {
|
108430
|
-
"shape": "
|
108492
|
+
"shape": "S26a"
|
108431
108493
|
},
|
108432
108494
|
"Remove": {
|
108433
|
-
"shape": "
|
108495
|
+
"shape": "S26a"
|
108434
108496
|
}
|
108435
108497
|
}
|
108436
108498
|
},
|
@@ -108476,7 +108538,7 @@ module.exports={
|
|
108476
108538
|
"locationName": "successful"
|
108477
108539
|
},
|
108478
108540
|
"Unsuccessful": {
|
108479
|
-
"shape": "
|
108541
|
+
"shape": "S26f",
|
108480
108542
|
"locationName": "unsuccessful"
|
108481
108543
|
}
|
108482
108544
|
}
|
@@ -108544,15 +108606,15 @@ module.exports={
|
|
108544
108606
|
},
|
108545
108607
|
"OperationType": {},
|
108546
108608
|
"ProductCodes": {
|
108547
|
-
"shape": "
|
108609
|
+
"shape": "S268",
|
108548
108610
|
"locationName": "ProductCode"
|
108549
108611
|
},
|
108550
108612
|
"UserGroups": {
|
108551
|
-
"shape": "
|
108613
|
+
"shape": "S267",
|
108552
108614
|
"locationName": "UserGroup"
|
108553
108615
|
},
|
108554
108616
|
"UserIds": {
|
108555
|
-
"shape": "
|
108617
|
+
"shape": "S266",
|
108556
108618
|
"locationName": "UserId"
|
108557
108619
|
},
|
108558
108620
|
"Value": {},
|
@@ -108697,7 +108759,7 @@ module.exports={
|
|
108697
108759
|
"members": {
|
108698
108760
|
"InstanceId": {},
|
108699
108761
|
"CapacityReservationSpecification": {
|
108700
|
-
"shape": "
|
108762
|
+
"shape": "S26s"
|
108701
108763
|
},
|
108702
108764
|
"DryRun": {
|
108703
108765
|
"type": "boolean"
|
@@ -108982,7 +109044,7 @@ module.exports={
|
|
108982
109044
|
"locationName": "AddOperatingRegion"
|
108983
109045
|
},
|
108984
109046
|
"RemoveOperatingRegions": {
|
108985
|
-
"shape": "
|
109047
|
+
"shape": "S27m",
|
108986
109048
|
"locationName": "RemoveOperatingRegion"
|
108987
109049
|
},
|
108988
109050
|
"Tier": {}
|
@@ -109073,7 +109135,7 @@ module.exports={
|
|
109073
109135
|
"type": "structure",
|
109074
109136
|
"members": {
|
109075
109137
|
"IpamResourceCidr": {
|
109076
|
-
"shape": "
|
109138
|
+
"shape": "S21t",
|
109077
109139
|
"locationName": "ipamResourceCidr"
|
109078
109140
|
}
|
109079
109141
|
}
|
@@ -109096,7 +109158,7 @@ module.exports={
|
|
109096
109158
|
"locationName": "AddOperatingRegion"
|
109097
109159
|
},
|
109098
109160
|
"RemoveOperatingRegions": {
|
109099
|
-
"shape": "
|
109161
|
+
"shape": "S27m",
|
109100
109162
|
"locationName": "RemoveOperatingRegion"
|
109101
109163
|
}
|
109102
109164
|
}
|
@@ -109281,6 +109343,9 @@ module.exports={
|
|
109281
109343
|
},
|
109282
109344
|
"ConnectionTrackingSpecification": {
|
109283
109345
|
"shape": "Sha"
|
109346
|
+
},
|
109347
|
+
"AssociatePublicIpAddress": {
|
109348
|
+
"type": "boolean"
|
109284
109349
|
}
|
109285
109350
|
}
|
109286
109351
|
}
|
@@ -109430,7 +109495,7 @@ module.exports={
|
|
109430
109495
|
"OperationType": {},
|
109431
109496
|
"SnapshotId": {},
|
109432
109497
|
"UserIds": {
|
109433
|
-
"shape": "
|
109498
|
+
"shape": "S266",
|
109434
109499
|
"locationName": "UserId"
|
109435
109500
|
},
|
109436
109501
|
"DryRun": {
|
@@ -110387,13 +110452,13 @@ module.exports={
|
|
110387
110452
|
],
|
110388
110453
|
"members": {
|
110389
110454
|
"AccepterPeeringConnectionOptions": {
|
110390
|
-
"shape": "
|
110455
|
+
"shape": "S2ab"
|
110391
110456
|
},
|
110392
110457
|
"DryRun": {
|
110393
110458
|
"type": "boolean"
|
110394
110459
|
},
|
110395
110460
|
"RequesterPeeringConnectionOptions": {
|
110396
|
-
"shape": "
|
110461
|
+
"shape": "S2ab"
|
110397
110462
|
},
|
110398
110463
|
"VpcPeeringConnectionId": {}
|
110399
110464
|
}
|
@@ -110402,11 +110467,11 @@ module.exports={
|
|
110402
110467
|
"type": "structure",
|
110403
110468
|
"members": {
|
110404
110469
|
"AccepterPeeringConnectionOptions": {
|
110405
|
-
"shape": "
|
110470
|
+
"shape": "S2ad",
|
110406
110471
|
"locationName": "accepterPeeringConnectionOptions"
|
110407
110472
|
},
|
110408
110473
|
"RequesterPeeringConnectionOptions": {
|
110409
|
-
"shape": "
|
110474
|
+
"shape": "S2ad",
|
110410
110475
|
"locationName": "requesterPeeringConnectionOptions"
|
110411
110476
|
}
|
110412
110477
|
}
|
@@ -110630,7 +110695,7 @@ module.exports={
|
|
110630
110695
|
"type": "structure",
|
110631
110696
|
"members": {
|
110632
110697
|
"InstanceMonitorings": {
|
110633
|
-
"shape": "
|
110698
|
+
"shape": "S2as",
|
110634
110699
|
"locationName": "instancesSet"
|
110635
110700
|
}
|
110636
110701
|
}
|
@@ -110883,7 +110948,7 @@ module.exports={
|
|
110883
110948
|
"ClientToken": {},
|
110884
110949
|
"CurrencyCode": {},
|
110885
110950
|
"HostIdSet": {
|
110886
|
-
"shape": "
|
110951
|
+
"shape": "S205"
|
110887
110952
|
},
|
110888
110953
|
"LimitPrice": {},
|
110889
110954
|
"OfferingId": {},
|
@@ -110903,7 +110968,7 @@ module.exports={
|
|
110903
110968
|
"locationName": "currencyCode"
|
110904
110969
|
},
|
110905
110970
|
"Purchase": {
|
110906
|
-
"shape": "
|
110971
|
+
"shape": "S207",
|
110907
110972
|
"locationName": "purchase"
|
110908
110973
|
},
|
110909
110974
|
"TotalHourlyPrice": {
|
@@ -111366,7 +111431,7 @@ module.exports={
|
|
111366
111431
|
"locationName": "successful"
|
111367
111432
|
},
|
111368
111433
|
"Unsuccessful": {
|
111369
|
-
"shape": "
|
111434
|
+
"shape": "S26f",
|
111370
111435
|
"locationName": "unsuccessful"
|
111371
111436
|
}
|
111372
111437
|
}
|
@@ -112435,7 +112500,7 @@ module.exports={
|
|
112435
112500
|
}
|
112436
112501
|
},
|
112437
112502
|
"CapacityReservationSpecification": {
|
112438
|
-
"shape": "
|
112503
|
+
"shape": "S26s"
|
112439
112504
|
},
|
112440
112505
|
"HibernationOptions": {
|
112441
112506
|
"type": "structure",
|
@@ -112601,7 +112666,7 @@ module.exports={
|
|
112601
112666
|
"type": "integer"
|
112602
112667
|
},
|
112603
112668
|
"Groups": {
|
112604
|
-
"shape": "
|
112669
|
+
"shape": "S2em",
|
112605
112670
|
"locationName": "Group"
|
112606
112671
|
},
|
112607
112672
|
"Ipv6AddressCount": {
|
@@ -112650,7 +112715,7 @@ module.exports={
|
|
112650
112715
|
},
|
112651
112716
|
"RamdiskId": {},
|
112652
112717
|
"SecurityGroupIds": {
|
112653
|
-
"shape": "
|
112718
|
+
"shape": "S2em",
|
112654
112719
|
"locationName": "SecurityGroupId"
|
112655
112720
|
},
|
112656
112721
|
"SubnetId": {},
|
@@ -112864,7 +112929,7 @@ module.exports={
|
|
112864
112929
|
"type": "structure",
|
112865
112930
|
"members": {
|
112866
112931
|
"StartingInstances": {
|
112867
|
-
"shape": "
|
112932
|
+
"shape": "S2fa",
|
112868
112933
|
"locationName": "instancesSet"
|
112869
112934
|
}
|
112870
112935
|
}
|
@@ -112991,7 +113056,7 @@ module.exports={
|
|
112991
113056
|
"type": "structure",
|
112992
113057
|
"members": {
|
112993
113058
|
"StoppingInstances": {
|
112994
|
-
"shape": "
|
113059
|
+
"shape": "S2fa",
|
112995
113060
|
"locationName": "instancesSet"
|
112996
113061
|
}
|
112997
113062
|
}
|
@@ -113066,7 +113131,7 @@ module.exports={
|
|
113066
113131
|
"type": "structure",
|
113067
113132
|
"members": {
|
113068
113133
|
"TerminatingInstances": {
|
113069
|
-
"shape": "
|
113134
|
+
"shape": "S2fa",
|
113070
113135
|
"locationName": "instancesSet"
|
113071
113136
|
}
|
113072
113137
|
}
|
@@ -113207,7 +113272,7 @@ module.exports={
|
|
113207
113272
|
"type": "structure",
|
113208
113273
|
"members": {
|
113209
113274
|
"InstanceMonitorings": {
|
113210
|
-
"shape": "
|
113275
|
+
"shape": "S2as",
|
113211
113276
|
"locationName": "instancesSet"
|
113212
113277
|
}
|
113213
113278
|
}
|
@@ -113226,7 +113291,7 @@ module.exports={
|
|
113226
113291
|
"shape": "S6x"
|
113227
113292
|
},
|
113228
113293
|
"SecurityGroupRuleDescriptions": {
|
113229
|
-
"shape": "
|
113294
|
+
"shape": "S2g0",
|
113230
113295
|
"locationName": "SecurityGroupRuleDescription"
|
113231
113296
|
}
|
113232
113297
|
}
|
@@ -113254,7 +113319,7 @@ module.exports={
|
|
113254
113319
|
"shape": "S6x"
|
113255
113320
|
},
|
113256
113321
|
"SecurityGroupRuleDescriptions": {
|
113257
|
-
"shape": "
|
113322
|
+
"shape": "S2g0",
|
113258
113323
|
"locationName": "SecurityGroupRuleDescription"
|
113259
113324
|
}
|
113260
113325
|
}
|
@@ -123068,7 +123133,7 @@ module.exports={
|
|
123068
123133
|
"locationName": "AvailabilityZone"
|
123069
123134
|
}
|
123070
123135
|
},
|
123071
|
-
"
|
123136
|
+
"S1w4": {
|
123072
123137
|
"type": "structure",
|
123073
123138
|
"members": {
|
123074
123139
|
"TransitGatewayAttachmentId": {
|
@@ -123091,7 +123156,7 @@ module.exports={
|
|
123091
123156
|
}
|
123092
123157
|
}
|
123093
123158
|
},
|
123094
|
-
"
|
123159
|
+
"S1zo": {
|
123095
123160
|
"type": "structure",
|
123096
123161
|
"members": {
|
123097
123162
|
"InstanceFamily": {
|
@@ -123102,13 +123167,13 @@ module.exports={
|
|
123102
123167
|
}
|
123103
123168
|
}
|
123104
123169
|
},
|
123105
|
-
"
|
123170
|
+
"S205": {
|
123106
123171
|
"type": "list",
|
123107
123172
|
"member": {
|
123108
123173
|
"locationName": "item"
|
123109
123174
|
}
|
123110
123175
|
},
|
123111
|
-
"
|
123176
|
+
"S207": {
|
123112
123177
|
"type": "list",
|
123113
123178
|
"member": {
|
123114
123179
|
"locationName": "item",
|
@@ -123143,19 +123208,19 @@ module.exports={
|
|
123143
123208
|
}
|
123144
123209
|
}
|
123145
123210
|
},
|
123146
|
-
"
|
123211
|
+
"S20g": {
|
123147
123212
|
"type": "list",
|
123148
123213
|
"member": {
|
123149
123214
|
"locationName": "item"
|
123150
123215
|
}
|
123151
123216
|
},
|
123152
|
-
"
|
123217
|
+
"S20h": {
|
123153
123218
|
"type": "list",
|
123154
123219
|
"member": {
|
123155
123220
|
"locationName": "item"
|
123156
123221
|
}
|
123157
123222
|
},
|
123158
|
-
"
|
123223
|
+
"S21t": {
|
123159
123224
|
"type": "structure",
|
123160
123225
|
"members": {
|
123161
123226
|
"IpamId": {
|
@@ -123207,7 +123272,7 @@ module.exports={
|
|
123207
123272
|
}
|
123208
123273
|
}
|
123209
123274
|
},
|
123210
|
-
"
|
123275
|
+
"S22i": {
|
123211
123276
|
"type": "structure",
|
123212
123277
|
"members": {
|
123213
123278
|
"HourlyPrice": {
|
@@ -123221,14 +123286,14 @@ module.exports={
|
|
123221
123286
|
}
|
123222
123287
|
}
|
123223
123288
|
},
|
123224
|
-
"
|
123289
|
+
"S239": {
|
123225
123290
|
"type": "list",
|
123226
123291
|
"member": {
|
123227
123292
|
"shape": "So6",
|
123228
123293
|
"locationName": "item"
|
123229
123294
|
}
|
123230
123295
|
},
|
123231
|
-
"
|
123296
|
+
"S24l": {
|
123232
123297
|
"type": "structure",
|
123233
123298
|
"members": {
|
123234
123299
|
"Comment": {},
|
@@ -123243,14 +123308,14 @@ module.exports={
|
|
123243
123308
|
}
|
123244
123309
|
}
|
123245
123310
|
},
|
123246
|
-
"
|
123311
|
+
"S24o": {
|
123247
123312
|
"type": "structure",
|
123248
123313
|
"members": {
|
123249
123314
|
"S3Bucket": {},
|
123250
123315
|
"S3Key": {}
|
123251
123316
|
}
|
123252
123317
|
},
|
123253
|
-
"
|
123318
|
+
"S24v": {
|
123254
123319
|
"type": "structure",
|
123255
123320
|
"required": [
|
123256
123321
|
"Bytes",
|
@@ -123271,7 +123336,7 @@ module.exports={
|
|
123271
123336
|
}
|
123272
123337
|
}
|
123273
123338
|
},
|
123274
|
-
"
|
123339
|
+
"S24w": {
|
123275
123340
|
"type": "structure",
|
123276
123341
|
"required": [
|
123277
123342
|
"Size"
|
@@ -123283,25 +123348,25 @@ module.exports={
|
|
123283
123348
|
}
|
123284
123349
|
}
|
123285
123350
|
},
|
123286
|
-
"
|
123351
|
+
"S266": {
|
123287
123352
|
"type": "list",
|
123288
123353
|
"member": {
|
123289
123354
|
"locationName": "UserId"
|
123290
123355
|
}
|
123291
123356
|
},
|
123292
|
-
"
|
123357
|
+
"S267": {
|
123293
123358
|
"type": "list",
|
123294
123359
|
"member": {
|
123295
123360
|
"locationName": "UserGroup"
|
123296
123361
|
}
|
123297
123362
|
},
|
123298
|
-
"
|
123363
|
+
"S268": {
|
123299
123364
|
"type": "list",
|
123300
123365
|
"member": {
|
123301
123366
|
"locationName": "ProductCode"
|
123302
123367
|
}
|
123303
123368
|
},
|
123304
|
-
"
|
123369
|
+
"S26a": {
|
123305
123370
|
"type": "list",
|
123306
123371
|
"member": {
|
123307
123372
|
"locationName": "item",
|
@@ -123312,14 +123377,14 @@ module.exports={
|
|
123312
123377
|
}
|
123313
123378
|
}
|
123314
123379
|
},
|
123315
|
-
"
|
123380
|
+
"S26f": {
|
123316
123381
|
"type": "list",
|
123317
123382
|
"member": {
|
123318
123383
|
"shape": "S1i",
|
123319
123384
|
"locationName": "item"
|
123320
123385
|
}
|
123321
123386
|
},
|
123322
|
-
"
|
123387
|
+
"S26s": {
|
123323
123388
|
"type": "structure",
|
123324
123389
|
"members": {
|
123325
123390
|
"CapacityReservationPreference": {},
|
@@ -123328,7 +123393,7 @@ module.exports={
|
|
123328
123393
|
}
|
123329
123394
|
}
|
123330
123395
|
},
|
123331
|
-
"
|
123396
|
+
"S27m": {
|
123332
123397
|
"type": "list",
|
123333
123398
|
"member": {
|
123334
123399
|
"type": "structure",
|
@@ -123337,7 +123402,7 @@ module.exports={
|
|
123337
123402
|
}
|
123338
123403
|
}
|
123339
123404
|
},
|
123340
|
-
"
|
123405
|
+
"S2ab": {
|
123341
123406
|
"type": "structure",
|
123342
123407
|
"members": {
|
123343
123408
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -123351,7 +123416,7 @@ module.exports={
|
|
123351
123416
|
}
|
123352
123417
|
}
|
123353
123418
|
},
|
123354
|
-
"
|
123419
|
+
"S2ad": {
|
123355
123420
|
"type": "structure",
|
123356
123421
|
"members": {
|
123357
123422
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -123368,7 +123433,7 @@ module.exports={
|
|
123368
123433
|
}
|
123369
123434
|
}
|
123370
123435
|
},
|
123371
|
-
"
|
123436
|
+
"S2as": {
|
123372
123437
|
"type": "list",
|
123373
123438
|
"member": {
|
123374
123439
|
"locationName": "item",
|
@@ -123384,13 +123449,13 @@ module.exports={
|
|
123384
123449
|
}
|
123385
123450
|
}
|
123386
123451
|
},
|
123387
|
-
"
|
123452
|
+
"S2em": {
|
123388
123453
|
"type": "list",
|
123389
123454
|
"member": {
|
123390
123455
|
"locationName": "SecurityGroupId"
|
123391
123456
|
}
|
123392
123457
|
},
|
123393
|
-
"
|
123458
|
+
"S2fa": {
|
123394
123459
|
"type": "list",
|
123395
123460
|
"member": {
|
123396
123461
|
"locationName": "item",
|
@@ -123410,7 +123475,7 @@ module.exports={
|
|
123410
123475
|
}
|
123411
123476
|
}
|
123412
123477
|
},
|
123413
|
-
"
|
123478
|
+
"S2g0": {
|
123414
123479
|
"type": "list",
|
123415
123480
|
"member": {
|
123416
123481
|
"locationName": "item",
|
@@ -152577,6 +152642,82 @@ module.exports={
|
|
152577
152642
|
}
|
152578
152643
|
}
|
152579
152644
|
},
|
152645
|
+
"CreateContainerGroupDefinition": {
|
152646
|
+
"input": {
|
152647
|
+
"type": "structure",
|
152648
|
+
"required": [
|
152649
|
+
"Name",
|
152650
|
+
"TotalMemoryLimit",
|
152651
|
+
"TotalCpuLimit",
|
152652
|
+
"ContainerDefinitions",
|
152653
|
+
"OperatingSystem"
|
152654
|
+
],
|
152655
|
+
"members": {
|
152656
|
+
"Name": {},
|
152657
|
+
"SchedulingStrategy": {},
|
152658
|
+
"TotalMemoryLimit": {
|
152659
|
+
"type": "integer"
|
152660
|
+
},
|
152661
|
+
"TotalCpuLimit": {
|
152662
|
+
"type": "integer"
|
152663
|
+
},
|
152664
|
+
"ContainerDefinitions": {
|
152665
|
+
"type": "list",
|
152666
|
+
"member": {
|
152667
|
+
"type": "structure",
|
152668
|
+
"required": [
|
152669
|
+
"ContainerName",
|
152670
|
+
"ImageUri"
|
152671
|
+
],
|
152672
|
+
"members": {
|
152673
|
+
"ContainerName": {},
|
152674
|
+
"ImageUri": {},
|
152675
|
+
"MemoryLimits": {
|
152676
|
+
"shape": "S1n"
|
152677
|
+
},
|
152678
|
+
"PortConfiguration": {
|
152679
|
+
"shape": "S1p"
|
152680
|
+
},
|
152681
|
+
"Cpu": {
|
152682
|
+
"type": "integer"
|
152683
|
+
},
|
152684
|
+
"HealthCheck": {
|
152685
|
+
"shape": "S1v"
|
152686
|
+
},
|
152687
|
+
"Command": {
|
152688
|
+
"shape": "S1w"
|
152689
|
+
},
|
152690
|
+
"Essential": {
|
152691
|
+
"type": "boolean"
|
152692
|
+
},
|
152693
|
+
"EntryPoint": {
|
152694
|
+
"shape": "S23"
|
152695
|
+
},
|
152696
|
+
"WorkingDirectory": {},
|
152697
|
+
"Environment": {
|
152698
|
+
"shape": "S24"
|
152699
|
+
},
|
152700
|
+
"DependsOn": {
|
152701
|
+
"shape": "S26"
|
152702
|
+
}
|
152703
|
+
}
|
152704
|
+
}
|
152705
|
+
},
|
152706
|
+
"OperatingSystem": {},
|
152707
|
+
"Tags": {
|
152708
|
+
"shape": "Su"
|
152709
|
+
}
|
152710
|
+
}
|
152711
|
+
},
|
152712
|
+
"output": {
|
152713
|
+
"type": "structure",
|
152714
|
+
"members": {
|
152715
|
+
"ContainerGroupDefinition": {
|
152716
|
+
"shape": "S2b"
|
152717
|
+
}
|
152718
|
+
}
|
152719
|
+
}
|
152720
|
+
},
|
152580
152721
|
"CreateFleet": {
|
152581
152722
|
"input": {
|
152582
152723
|
"type": "structure",
|
@@ -152591,50 +152732,69 @@ module.exports={
|
|
152591
152732
|
"ServerLaunchPath": {},
|
152592
152733
|
"ServerLaunchParameters": {},
|
152593
152734
|
"LogPaths": {
|
152594
|
-
"shape": "
|
152735
|
+
"shape": "S2m"
|
152595
152736
|
},
|
152596
152737
|
"EC2InstanceType": {},
|
152597
152738
|
"EC2InboundPermissions": {
|
152598
|
-
"shape": "
|
152739
|
+
"shape": "S2o"
|
152599
152740
|
},
|
152600
152741
|
"NewGameSessionProtectionPolicy": {},
|
152601
152742
|
"RuntimeConfiguration": {
|
152602
|
-
"shape": "
|
152743
|
+
"shape": "S2s"
|
152603
152744
|
},
|
152604
152745
|
"ResourceCreationLimitPolicy": {
|
152605
|
-
"shape": "
|
152746
|
+
"shape": "S2y"
|
152606
152747
|
},
|
152607
152748
|
"MetricGroups": {
|
152608
|
-
"shape": "
|
152749
|
+
"shape": "S30"
|
152609
152750
|
},
|
152610
152751
|
"PeerVpcAwsAccountId": {},
|
152611
152752
|
"PeerVpcId": {},
|
152612
152753
|
"FleetType": {},
|
152613
152754
|
"InstanceRoleArn": {},
|
152614
152755
|
"CertificateConfiguration": {
|
152615
|
-
"shape": "
|
152756
|
+
"shape": "S33"
|
152616
152757
|
},
|
152617
152758
|
"Locations": {
|
152618
|
-
"shape": "
|
152759
|
+
"shape": "S35"
|
152619
152760
|
},
|
152620
152761
|
"Tags": {
|
152621
152762
|
"shape": "Su"
|
152622
152763
|
},
|
152623
152764
|
"ComputeType": {},
|
152624
152765
|
"AnywhereConfiguration": {
|
152625
|
-
"shape": "
|
152766
|
+
"shape": "S39"
|
152626
152767
|
},
|
152627
|
-
"InstanceRoleCredentialsProvider": {}
|
152768
|
+
"InstanceRoleCredentialsProvider": {},
|
152769
|
+
"ContainerGroupsConfiguration": {
|
152770
|
+
"type": "structure",
|
152771
|
+
"required": [
|
152772
|
+
"ContainerGroupDefinitionNames",
|
152773
|
+
"ConnectionPortRange"
|
152774
|
+
],
|
152775
|
+
"members": {
|
152776
|
+
"ContainerGroupDefinitionNames": {
|
152777
|
+
"type": "list",
|
152778
|
+
"member": {}
|
152779
|
+
},
|
152780
|
+
"ConnectionPortRange": {
|
152781
|
+
"shape": "S3f"
|
152782
|
+
},
|
152783
|
+
"DesiredReplicaContainerGroupsPerInstance": {
|
152784
|
+
"type": "integer"
|
152785
|
+
}
|
152786
|
+
}
|
152787
|
+
}
|
152628
152788
|
}
|
152629
152789
|
},
|
152630
152790
|
"output": {
|
152631
152791
|
"type": "structure",
|
152632
152792
|
"members": {
|
152633
152793
|
"FleetAttributes": {
|
152634
|
-
"shape": "
|
152794
|
+
"shape": "S3i"
|
152635
152795
|
},
|
152636
152796
|
"LocationStates": {
|
152637
|
-
"shape": "
|
152797
|
+
"shape": "S3t"
|
152638
152798
|
}
|
152639
152799
|
}
|
152640
152800
|
}
|
@@ -152649,7 +152809,7 @@ module.exports={
|
|
152649
152809
|
"members": {
|
152650
152810
|
"FleetId": {},
|
152651
152811
|
"Locations": {
|
152652
|
-
"shape": "
|
152812
|
+
"shape": "S35"
|
152653
152813
|
}
|
152654
152814
|
}
|
152655
152815
|
},
|
@@ -152659,7 +152819,7 @@ module.exports={
|
|
152659
152819
|
"FleetId": {},
|
152660
152820
|
"FleetArn": {},
|
152661
152821
|
"LocationStates": {
|
152662
|
-
"shape": "
|
152822
|
+
"shape": "S3t"
|
152663
152823
|
}
|
152664
152824
|
}
|
152665
152825
|
}
|
@@ -152693,7 +152853,7 @@ module.exports={
|
|
152693
152853
|
}
|
152694
152854
|
},
|
152695
152855
|
"InstanceDefinitions": {
|
152696
|
-
"shape": "
|
152856
|
+
"shape": "S44"
|
152697
152857
|
},
|
152698
152858
|
"AutoScalingPolicy": {
|
152699
152859
|
"type": "structure",
|
@@ -152732,7 +152892,7 @@ module.exports={
|
|
152732
152892
|
"type": "structure",
|
152733
152893
|
"members": {
|
152734
152894
|
"GameServerGroup": {
|
152735
|
-
"shape": "
|
152895
|
+
"shape": "S4g"
|
152736
152896
|
}
|
152737
152897
|
}
|
152738
152898
|
}
|
@@ -152751,7 +152911,7 @@ module.exports={
|
|
152751
152911
|
},
|
152752
152912
|
"Name": {},
|
152753
152913
|
"GameProperties": {
|
152754
|
-
"shape": "
|
152914
|
+
"shape": "S4n"
|
152755
152915
|
},
|
152756
152916
|
"CreatorId": {},
|
152757
152917
|
"GameSessionId": {},
|
@@ -152764,7 +152924,7 @@ module.exports={
|
|
152764
152924
|
"type": "structure",
|
152765
152925
|
"members": {
|
152766
152926
|
"GameSession": {
|
152767
|
-
"shape": "
|
152927
|
+
"shape": "S4u"
|
152768
152928
|
}
|
152769
152929
|
}
|
152770
152930
|
}
|
@@ -152781,16 +152941,16 @@ module.exports={
|
|
152781
152941
|
"type": "integer"
|
152782
152942
|
},
|
152783
152943
|
"PlayerLatencyPolicies": {
|
152784
|
-
"shape": "
|
152944
|
+
"shape": "S53"
|
152785
152945
|
},
|
152786
152946
|
"Destinations": {
|
152787
|
-
"shape": "
|
152947
|
+
"shape": "S55"
|
152788
152948
|
},
|
152789
152949
|
"FilterConfiguration": {
|
152790
|
-
"shape": "
|
152950
|
+
"shape": "S58"
|
152791
152951
|
},
|
152792
152952
|
"PriorityConfiguration": {
|
152793
|
-
"shape": "
|
152953
|
+
"shape": "S5a"
|
152794
152954
|
},
|
152795
152955
|
"CustomEventData": {},
|
152796
152956
|
"NotificationTarget": {},
|
@@ -152803,7 +152963,7 @@ module.exports={
|
|
152803
152963
|
"type": "structure",
|
152804
152964
|
"members": {
|
152805
152965
|
"GameSessionQueue": {
|
152806
|
-
"shape": "
|
152966
|
+
"shape": "S5g"
|
152807
152967
|
}
|
152808
152968
|
}
|
152809
152969
|
}
|
@@ -152825,7 +152985,7 @@ module.exports={
|
|
152825
152985
|
"type": "structure",
|
152826
152986
|
"members": {
|
152827
152987
|
"Location": {
|
152828
|
-
"shape": "
|
152988
|
+
"shape": "S5l"
|
152829
152989
|
}
|
152830
152990
|
}
|
152831
152991
|
}
|
@@ -152843,7 +153003,7 @@ module.exports={
|
|
152843
153003
|
"Name": {},
|
152844
153004
|
"Description": {},
|
152845
153005
|
"GameSessionQueueArns": {
|
152846
|
-
"shape": "
|
153006
|
+
"shape": "S5o"
|
152847
153007
|
},
|
152848
153008
|
"RequestTimeoutSeconds": {
|
152849
153009
|
"type": "integer"
|
@@ -152861,7 +153021,7 @@ module.exports={
|
|
152861
153021
|
},
|
152862
153022
|
"CustomEventData": {},
|
152863
153023
|
"GameProperties": {
|
152864
|
-
"shape": "
|
153024
|
+
"shape": "S4n"
|
152865
153025
|
},
|
152866
153026
|
"GameSessionData": {},
|
152867
153027
|
"BackfillMode": {},
|
@@ -152875,7 +153035,7 @@ module.exports={
|
|
152875
153035
|
"type": "structure",
|
152876
153036
|
"members": {
|
152877
153037
|
"Configuration": {
|
152878
|
-
"shape": "
|
153038
|
+
"shape": "S5y"
|
152879
153039
|
}
|
152880
153040
|
}
|
152881
153041
|
}
|
@@ -152902,7 +153062,7 @@ module.exports={
|
|
152902
153062
|
],
|
152903
153063
|
"members": {
|
152904
153064
|
"RuleSet": {
|
152905
|
-
"shape": "
|
153065
|
+
"shape": "S64"
|
152906
153066
|
}
|
152907
153067
|
}
|
152908
153068
|
}
|
@@ -152926,7 +153086,7 @@ module.exports={
|
|
152926
153086
|
"type": "structure",
|
152927
153087
|
"members": {
|
152928
153088
|
"PlayerSession": {
|
152929
|
-
"shape": "
|
153089
|
+
"shape": "S68"
|
152930
153090
|
}
|
152931
153091
|
}
|
152932
153092
|
}
|
@@ -152958,7 +153118,7 @@ module.exports={
|
|
152958
153118
|
"type": "structure",
|
152959
153119
|
"members": {
|
152960
153120
|
"PlayerSessions": {
|
152961
|
-
"shape": "
|
153121
|
+
"shape": "S6f"
|
152962
153122
|
}
|
152963
153123
|
}
|
152964
153124
|
}
|
@@ -152984,7 +153144,7 @@ module.exports={
|
|
152984
153144
|
"type": "structure",
|
152985
153145
|
"members": {
|
152986
153146
|
"Script": {
|
152987
|
-
"shape": "
|
153147
|
+
"shape": "S6j"
|
152988
153148
|
}
|
152989
153149
|
}
|
152990
153150
|
}
|
@@ -153005,7 +153165,7 @@ module.exports={
|
|
153005
153165
|
"type": "structure",
|
153006
153166
|
"members": {
|
153007
153167
|
"VpcPeeringAuthorization": {
|
153008
|
-
"shape": "
|
153168
|
+
"shape": "S6m"
|
153009
153169
|
}
|
153010
153170
|
}
|
153011
153171
|
}
|
@@ -153051,6 +153211,17 @@ module.exports={
|
|
153051
153211
|
}
|
153052
153212
|
}
|
153053
153213
|
},
|
153214
|
+
"DeleteContainerGroupDefinition": {
|
153215
|
+
"input": {
|
153216
|
+
"type": "structure",
|
153217
|
+
"required": [
|
153218
|
+
"Name"
|
153219
|
+
],
|
153220
|
+
"members": {
|
153221
|
+
"Name": {}
|
153222
|
+
}
|
153223
|
+
}
|
153224
|
+
},
|
153054
153225
|
"DeleteFleet": {
|
153055
153226
|
"input": {
|
153056
153227
|
"type": "structure",
|
@@ -153072,7 +153243,7 @@ module.exports={
|
|
153072
153243
|
"members": {
|
153073
153244
|
"FleetId": {},
|
153074
153245
|
"Locations": {
|
153075
|
-
"shape": "
|
153246
|
+
"shape": "S59"
|
153076
153247
|
}
|
153077
153248
|
}
|
153078
153249
|
},
|
@@ -153082,7 +153253,7 @@ module.exports={
|
|
153082
153253
|
"FleetId": {},
|
153083
153254
|
"FleetArn": {},
|
153084
153255
|
"LocationStates": {
|
153085
|
-
"shape": "
|
153256
|
+
"shape": "S3t"
|
153086
153257
|
}
|
153087
153258
|
}
|
153088
153259
|
}
|
@@ -153102,7 +153273,7 @@ module.exports={
|
|
153102
153273
|
"type": "structure",
|
153103
153274
|
"members": {
|
153104
153275
|
"GameServerGroup": {
|
153105
|
-
"shape": "
|
153276
|
+
"shape": "S4g"
|
153106
153277
|
}
|
153107
153278
|
}
|
153108
153279
|
}
|
@@ -153309,7 +153480,26 @@ module.exports={
|
|
153309
153480
|
"type": "structure",
|
153310
153481
|
"members": {
|
153311
153482
|
"Compute": {
|
153312
|
-
"shape": "
|
153483
|
+
"shape": "S7p"
|
153484
|
+
}
|
153485
|
+
}
|
153486
|
+
}
|
153487
|
+
},
|
153488
|
+
"DescribeContainerGroupDefinition": {
|
153489
|
+
"input": {
|
153490
|
+
"type": "structure",
|
153491
|
+
"required": [
|
153492
|
+
"Name"
|
153493
|
+
],
|
153494
|
+
"members": {
|
153495
|
+
"Name": {}
|
153496
|
+
}
|
153497
|
+
},
|
153498
|
+
"output": {
|
153499
|
+
"type": "structure",
|
153500
|
+
"members": {
|
153501
|
+
"ContainerGroupDefinition": {
|
153502
|
+
"shape": "S2b"
|
153313
153503
|
}
|
153314
153504
|
}
|
153315
153505
|
}
|
@@ -153349,7 +153539,7 @@ module.exports={
|
|
153349
153539
|
"type": "structure",
|
153350
153540
|
"members": {
|
153351
153541
|
"FleetIds": {
|
153352
|
-
"shape": "
|
153542
|
+
"shape": "S86"
|
153353
153543
|
},
|
153354
153544
|
"Limit": {
|
153355
153545
|
"type": "integer"
|
@@ -153363,7 +153553,7 @@ module.exports={
|
|
153363
153553
|
"FleetAttributes": {
|
153364
153554
|
"type": "list",
|
153365
153555
|
"member": {
|
153366
|
-
"shape": "
|
153556
|
+
"shape": "S3i"
|
153367
153557
|
}
|
153368
153558
|
},
|
153369
153559
|
"NextToken": {}
|
@@ -153375,7 +153565,7 @@ module.exports={
|
|
153375
153565
|
"type": "structure",
|
153376
153566
|
"members": {
|
153377
153567
|
"FleetIds": {
|
153378
|
-
"shape": "
|
153568
|
+
"shape": "S86"
|
153379
153569
|
},
|
153380
153570
|
"Limit": {
|
153381
153571
|
"type": "integer"
|
@@ -153389,7 +153579,7 @@ module.exports={
|
|
153389
153579
|
"FleetCapacity": {
|
153390
153580
|
"type": "list",
|
153391
153581
|
"member": {
|
153392
|
-
"shape": "
|
153582
|
+
"shape": "S8c"
|
153393
153583
|
}
|
153394
153584
|
},
|
153395
153585
|
"NextToken": {}
|
@@ -153431,7 +153621,10 @@ module.exports={
|
|
153431
153621
|
"EventTime": {
|
153432
153622
|
"type": "timestamp"
|
153433
153623
|
},
|
153434
|
-
"PreSignedLogUrl": {}
|
153624
|
+
"PreSignedLogUrl": {},
|
153625
|
+
"Count": {
|
153626
|
+
"type": "long"
|
153627
|
+
}
|
153435
153628
|
}
|
153436
153629
|
}
|
153437
153630
|
},
|
@@ -153448,7 +153641,7 @@ module.exports={
|
|
153448
153641
|
"members": {
|
153449
153642
|
"FleetId": {},
|
153450
153643
|
"Locations": {
|
153451
|
-
"shape": "
|
153644
|
+
"shape": "S59"
|
153452
153645
|
},
|
153453
153646
|
"Limit": {
|
153454
153647
|
"type": "integer"
|
@@ -153467,10 +153660,10 @@ module.exports={
|
|
153467
153660
|
"type": "structure",
|
153468
153661
|
"members": {
|
153469
153662
|
"LocationState": {
|
153470
|
-
"shape": "
|
153663
|
+
"shape": "S3u"
|
153471
153664
|
},
|
153472
153665
|
"StoppedActions": {
|
153473
|
-
"shape": "
|
153666
|
+
"shape": "S3n"
|
153474
153667
|
},
|
153475
153668
|
"UpdateStatus": {}
|
153476
153669
|
}
|
@@ -153496,7 +153689,7 @@ module.exports={
|
|
153496
153689
|
"type": "structure",
|
153497
153690
|
"members": {
|
153498
153691
|
"FleetCapacity": {
|
153499
|
-
"shape": "
|
153692
|
+
"shape": "S8c"
|
153500
153693
|
}
|
153501
153694
|
}
|
153502
153695
|
}
|
@@ -153517,7 +153710,7 @@ module.exports={
|
|
153517
153710
|
"type": "structure",
|
153518
153711
|
"members": {
|
153519
153712
|
"FleetUtilization": {
|
153520
|
-
"shape": "
|
153713
|
+
"shape": "S8u"
|
153521
153714
|
}
|
153522
153715
|
}
|
153523
153716
|
}
|
@@ -153539,7 +153732,7 @@ module.exports={
|
|
153539
153732
|
"FleetId": {},
|
153540
153733
|
"FleetArn": {},
|
153541
153734
|
"InboundPermissions": {
|
153542
|
-
"shape": "
|
153735
|
+
"shape": "S2o"
|
153543
153736
|
},
|
153544
153737
|
"UpdateStatus": {},
|
153545
153738
|
"Location": {}
|
@@ -153551,7 +153744,7 @@ module.exports={
|
|
153551
153744
|
"type": "structure",
|
153552
153745
|
"members": {
|
153553
153746
|
"FleetIds": {
|
153554
|
-
"shape": "
|
153747
|
+
"shape": "S86"
|
153555
153748
|
},
|
153556
153749
|
"Limit": {
|
153557
153750
|
"type": "integer"
|
@@ -153565,7 +153758,7 @@ module.exports={
|
|
153565
153758
|
"FleetUtilization": {
|
153566
153759
|
"type": "list",
|
153567
153760
|
"member": {
|
153568
|
-
"shape": "
|
153761
|
+
"shape": "S8u"
|
153569
153762
|
}
|
153570
153763
|
},
|
153571
153764
|
"NextToken": {}
|
@@ -153607,7 +153800,7 @@ module.exports={
|
|
153607
153800
|
"type": "structure",
|
153608
153801
|
"members": {
|
153609
153802
|
"GameServerGroup": {
|
153610
|
-
"shape": "
|
153803
|
+
"shape": "S4g"
|
153611
153804
|
}
|
153612
153805
|
}
|
153613
153806
|
}
|
@@ -153673,7 +153866,7 @@ module.exports={
|
|
153673
153866
|
"type": "structure",
|
153674
153867
|
"members": {
|
153675
153868
|
"GameSession": {
|
153676
|
-
"shape": "
|
153869
|
+
"shape": "S4u"
|
153677
153870
|
},
|
153678
153871
|
"ProtectionPolicy": {}
|
153679
153872
|
}
|
@@ -153697,7 +153890,7 @@ module.exports={
|
|
153697
153890
|
"type": "structure",
|
153698
153891
|
"members": {
|
153699
153892
|
"GameSessionPlacement": {
|
153700
|
-
"shape": "
|
153893
|
+
"shape": "S9g"
|
153701
153894
|
}
|
153702
153895
|
}
|
153703
153896
|
}
|
@@ -153722,7 +153915,7 @@ module.exports={
|
|
153722
153915
|
"GameSessionQueues": {
|
153723
153916
|
"type": "list",
|
153724
153917
|
"member": {
|
153725
|
-
"shape": "
|
153918
|
+
"shape": "S5g"
|
153726
153919
|
}
|
153727
153920
|
},
|
153728
153921
|
"NextToken": {}
|
@@ -153748,7 +153941,7 @@ module.exports={
|
|
153748
153941
|
"type": "structure",
|
153749
153942
|
"members": {
|
153750
153943
|
"GameSessions": {
|
153751
|
-
"shape": "
|
153944
|
+
"shape": "S9t"
|
153752
153945
|
},
|
153753
153946
|
"NextToken": {}
|
153754
153947
|
}
|
@@ -153782,7 +153975,7 @@ module.exports={
|
|
153782
153975
|
"FleetArn": {},
|
153783
153976
|
"InstanceId": {},
|
153784
153977
|
"IpAddress": {
|
153785
|
-
"shape": "
|
153978
|
+
"shape": "S4x"
|
153786
153979
|
},
|
153787
153980
|
"DnsName": {},
|
153788
153981
|
"OperatingSystem": {},
|
@@ -153818,7 +154011,7 @@ module.exports={
|
|
153818
154011
|
"TicketList": {
|
153819
154012
|
"type": "list",
|
153820
154013
|
"member": {
|
153821
|
-
"shape": "
|
154014
|
+
"shape": "Sa3"
|
153822
154015
|
}
|
153823
154016
|
}
|
153824
154017
|
}
|
@@ -153845,7 +154038,7 @@ module.exports={
|
|
153845
154038
|
"Configurations": {
|
153846
154039
|
"type": "list",
|
153847
154040
|
"member": {
|
153848
|
-
"shape": "
|
154041
|
+
"shape": "S5y"
|
153849
154042
|
}
|
153850
154043
|
},
|
153851
154044
|
"NextToken": {}
|
@@ -153875,7 +154068,7 @@ module.exports={
|
|
153875
154068
|
"RuleSets": {
|
153876
154069
|
"type": "list",
|
153877
154070
|
"member": {
|
153878
|
-
"shape": "
|
154071
|
+
"shape": "S64"
|
153879
154072
|
}
|
153880
154073
|
},
|
153881
154074
|
"NextToken": {}
|
@@ -153902,7 +154095,7 @@ module.exports={
|
|
153902
154095
|
"type": "structure",
|
153903
154096
|
"members": {
|
153904
154097
|
"PlayerSessions": {
|
153905
|
-
"shape": "
|
154098
|
+
"shape": "S6f"
|
153906
154099
|
},
|
153907
154100
|
"NextToken": {}
|
153908
154101
|
}
|
@@ -153922,7 +154115,7 @@ module.exports={
|
|
153922
154115
|
"type": "structure",
|
153923
154116
|
"members": {
|
153924
154117
|
"RuntimeConfiguration": {
|
153925
|
-
"shape": "
|
154118
|
+
"shape": "S2s"
|
153926
154119
|
}
|
153927
154120
|
}
|
153928
154121
|
}
|
@@ -153969,7 +154162,7 @@ module.exports={
|
|
153969
154162
|
"MetricName": {},
|
153970
154163
|
"PolicyType": {},
|
153971
154164
|
"TargetConfiguration": {
|
153972
|
-
"shape": "
|
154165
|
+
"shape": "Sb6"
|
153973
154166
|
},
|
153974
154167
|
"UpdateStatus": {},
|
153975
154168
|
"Location": {}
|
@@ -153994,7 +154187,7 @@ module.exports={
|
|
153994
154187
|
"type": "structure",
|
153995
154188
|
"members": {
|
153996
154189
|
"Script": {
|
153997
|
-
"shape": "
|
154190
|
+
"shape": "S6j"
|
153998
154191
|
}
|
153999
154192
|
}
|
154000
154193
|
}
|
@@ -154010,7 +154203,7 @@ module.exports={
|
|
154010
154203
|
"VpcPeeringAuthorizations": {
|
154011
154204
|
"type": "list",
|
154012
154205
|
"member": {
|
154013
|
-
"shape": "
|
154206
|
+
"shape": "S6m"
|
154014
154207
|
}
|
154015
154208
|
}
|
154016
154209
|
}
|
@@ -154071,7 +154264,8 @@ module.exports={
|
|
154071
154264
|
"ComputeArn": {},
|
154072
154265
|
"Credentials": {
|
154073
154266
|
"shape": "S1d"
|
154074
|
-
}
|
154267
|
+
},
|
154268
|
+
"Target": {}
|
154075
154269
|
}
|
154076
154270
|
}
|
154077
154271
|
},
|
@@ -154139,7 +154333,7 @@ module.exports={
|
|
154139
154333
|
"FleetId": {},
|
154140
154334
|
"InstanceId": {},
|
154141
154335
|
"IpAddress": {
|
154142
|
-
"shape": "
|
154336
|
+
"shape": "S4x"
|
154143
154337
|
},
|
154144
154338
|
"OperatingSystem": {},
|
154145
154339
|
"Credentials": {
|
@@ -154225,7 +154419,31 @@ module.exports={
|
|
154225
154419
|
"ComputeList": {
|
154226
154420
|
"type": "list",
|
154227
154421
|
"member": {
|
154228
|
-
"shape": "
|
154422
|
+
"shape": "S7p"
|
154423
|
+
}
|
154424
|
+
},
|
154425
|
+
"NextToken": {}
|
154426
|
+
}
|
154427
|
+
}
|
154428
|
+
},
|
154429
|
+
"ListContainerGroupDefinitions": {
|
154430
|
+
"input": {
|
154431
|
+
"type": "structure",
|
154432
|
+
"members": {
|
154433
|
+
"SchedulingStrategy": {},
|
154434
|
+
"Limit": {
|
154435
|
+
"type": "integer"
|
154436
|
+
},
|
154437
|
+
"NextToken": {}
|
154438
|
+
}
|
154439
|
+
},
|
154440
|
+
"output": {
|
154441
|
+
"type": "structure",
|
154442
|
+
"members": {
|
154443
|
+
"ContainerGroupDefinitions": {
|
154444
|
+
"type": "list",
|
154445
|
+
"member": {
|
154446
|
+
"shape": "S2b"
|
154229
154447
|
}
|
154230
154448
|
},
|
154231
154449
|
"NextToken": {}
|
@@ -154238,6 +154456,7 @@ module.exports={
|
|
154238
154456
|
"members": {
|
154239
154457
|
"BuildId": {},
|
154240
154458
|
"ScriptId": {},
|
154459
|
+
"ContainerGroupDefinitionName": {},
|
154241
154460
|
"Limit": {
|
154242
154461
|
"type": "integer"
|
154243
154462
|
},
|
@@ -154271,7 +154490,7 @@ module.exports={
|
|
154271
154490
|
"GameServerGroups": {
|
154272
154491
|
"type": "list",
|
154273
154492
|
"member": {
|
154274
|
-
"shape": "
|
154493
|
+
"shape": "S4g"
|
154275
154494
|
}
|
154276
154495
|
},
|
154277
154496
|
"NextToken": {}
|
@@ -154326,7 +154545,7 @@ module.exports={
|
|
154326
154545
|
"Locations": {
|
154327
154546
|
"type": "list",
|
154328
154547
|
"member": {
|
154329
|
-
"shape": "
|
154548
|
+
"shape": "S5l"
|
154330
154549
|
}
|
154331
154550
|
},
|
154332
154551
|
"NextToken": {}
|
@@ -154349,7 +154568,7 @@ module.exports={
|
|
154349
154568
|
"Scripts": {
|
154350
154569
|
"type": "list",
|
154351
154570
|
"member": {
|
154352
|
-
"shape": "
|
154571
|
+
"shape": "S6j"
|
154353
154572
|
}
|
154354
154573
|
},
|
154355
154574
|
"NextToken": {}
|
@@ -154400,7 +154619,7 @@ module.exports={
|
|
154400
154619
|
"MetricName": {},
|
154401
154620
|
"PolicyType": {},
|
154402
154621
|
"TargetConfiguration": {
|
154403
|
-
"shape": "
|
154622
|
+
"shape": "Sb6"
|
154404
154623
|
}
|
154405
154624
|
}
|
154406
154625
|
},
|
@@ -154424,7 +154643,7 @@ module.exports={
|
|
154424
154643
|
"CertificatePath": {},
|
154425
154644
|
"DnsName": {},
|
154426
154645
|
"IpAddress": {
|
154427
|
-
"shape": "
|
154646
|
+
"shape": "S4x"
|
154428
154647
|
},
|
154429
154648
|
"Location": {}
|
154430
154649
|
}
|
@@ -154433,7 +154652,7 @@ module.exports={
|
|
154433
154652
|
"type": "structure",
|
154434
154653
|
"members": {
|
154435
154654
|
"Compute": {
|
154436
|
-
"shape": "
|
154655
|
+
"shape": "S7p"
|
154437
154656
|
}
|
154438
154657
|
}
|
154439
154658
|
}
|
@@ -154513,7 +154732,7 @@ module.exports={
|
|
154513
154732
|
"members": {
|
154514
154733
|
"GameServerGroupName": {},
|
154515
154734
|
"ResumeActions": {
|
154516
|
-
"shape": "
|
154735
|
+
"shape": "S4j"
|
154517
154736
|
}
|
154518
154737
|
}
|
154519
154738
|
},
|
@@ -154521,7 +154740,7 @@ module.exports={
|
|
154521
154740
|
"type": "structure",
|
154522
154741
|
"members": {
|
154523
154742
|
"GameServerGroup": {
|
154524
|
-
"shape": "
|
154743
|
+
"shape": "S4g"
|
154525
154744
|
}
|
154526
154745
|
}
|
154527
154746
|
}
|
@@ -154545,7 +154764,7 @@ module.exports={
|
|
154545
154764
|
"type": "structure",
|
154546
154765
|
"members": {
|
154547
154766
|
"GameSessions": {
|
154548
|
-
"shape": "
|
154767
|
+
"shape": "S9t"
|
154549
154768
|
},
|
154550
154769
|
"NextToken": {}
|
154551
154770
|
}
|
@@ -154561,7 +154780,7 @@ module.exports={
|
|
154561
154780
|
"members": {
|
154562
154781
|
"FleetId": {},
|
154563
154782
|
"Actions": {
|
154564
|
-
"shape": "
|
154783
|
+
"shape": "S3n"
|
154565
154784
|
},
|
154566
154785
|
"Location": {}
|
154567
154786
|
}
|
@@ -154586,14 +154805,14 @@ module.exports={
|
|
154586
154805
|
"PlacementId": {},
|
154587
154806
|
"GameSessionQueueName": {},
|
154588
154807
|
"GameProperties": {
|
154589
|
-
"shape": "
|
154808
|
+
"shape": "S4n"
|
154590
154809
|
},
|
154591
154810
|
"MaximumPlayerSessionCount": {
|
154592
154811
|
"type": "integer"
|
154593
154812
|
},
|
154594
154813
|
"GameSessionName": {},
|
154595
154814
|
"PlayerLatencies": {
|
154596
|
-
"shape": "
|
154815
|
+
"shape": "S9i"
|
154597
154816
|
},
|
154598
154817
|
"DesiredPlayerSessions": {
|
154599
154818
|
"type": "list",
|
@@ -154614,7 +154833,7 @@ module.exports={
|
|
154614
154833
|
"type": "structure",
|
154615
154834
|
"members": {
|
154616
154835
|
"GameSessionPlacement": {
|
154617
|
-
"shape": "
|
154836
|
+
"shape": "S9g"
|
154618
154837
|
}
|
154619
154838
|
}
|
154620
154839
|
}
|
@@ -154631,7 +154850,7 @@ module.exports={
|
|
154631
154850
|
"ConfigurationName": {},
|
154632
154851
|
"GameSessionArn": {},
|
154633
154852
|
"Players": {
|
154634
|
-
"shape": "
|
154853
|
+
"shape": "Sa6"
|
154635
154854
|
}
|
154636
154855
|
}
|
154637
154856
|
},
|
@@ -154639,7 +154858,7 @@ module.exports={
|
|
154639
154858
|
"type": "structure",
|
154640
154859
|
"members": {
|
154641
154860
|
"MatchmakingTicket": {
|
154642
|
-
"shape": "
|
154861
|
+
"shape": "Sa3"
|
154643
154862
|
}
|
154644
154863
|
}
|
154645
154864
|
}
|
@@ -154655,7 +154874,7 @@ module.exports={
|
|
154655
154874
|
"TicketId": {},
|
154656
154875
|
"ConfigurationName": {},
|
154657
154876
|
"Players": {
|
154658
|
-
"shape": "
|
154877
|
+
"shape": "Sa6"
|
154659
154878
|
}
|
154660
154879
|
}
|
154661
154880
|
},
|
@@ -154663,7 +154882,7 @@ module.exports={
|
|
154663
154882
|
"type": "structure",
|
154664
154883
|
"members": {
|
154665
154884
|
"MatchmakingTicket": {
|
154666
|
-
"shape": "
|
154885
|
+
"shape": "Sa3"
|
154667
154886
|
}
|
154668
154887
|
}
|
154669
154888
|
}
|
@@ -154678,7 +154897,7 @@ module.exports={
|
|
154678
154897
|
"members": {
|
154679
154898
|
"FleetId": {},
|
154680
154899
|
"Actions": {
|
154681
|
-
"shape": "
|
154900
|
+
"shape": "S3n"
|
154682
154901
|
},
|
154683
154902
|
"Location": {}
|
154684
154903
|
}
|
@@ -154705,7 +154924,7 @@ module.exports={
|
|
154705
154924
|
"type": "structure",
|
154706
154925
|
"members": {
|
154707
154926
|
"GameSessionPlacement": {
|
154708
|
-
"shape": "
|
154927
|
+
"shape": "S9g"
|
154709
154928
|
}
|
154710
154929
|
}
|
154711
154930
|
}
|
@@ -154735,7 +154954,7 @@ module.exports={
|
|
154735
154954
|
"members": {
|
154736
154955
|
"GameServerGroupName": {},
|
154737
154956
|
"SuspendActions": {
|
154738
|
-
"shape": "
|
154957
|
+
"shape": "S4j"
|
154739
154958
|
}
|
154740
154959
|
}
|
154741
154960
|
},
|
@@ -154743,7 +154962,7 @@ module.exports={
|
|
154743
154962
|
"type": "structure",
|
154744
154963
|
"members": {
|
154745
154964
|
"GameServerGroup": {
|
154746
|
-
"shape": "
|
154965
|
+
"shape": "S4g"
|
154747
154966
|
}
|
154748
154967
|
}
|
154749
154968
|
}
|
@@ -154844,13 +155063,13 @@ module.exports={
|
|
154844
155063
|
"Description": {},
|
154845
155064
|
"NewGameSessionProtectionPolicy": {},
|
154846
155065
|
"ResourceCreationLimitPolicy": {
|
154847
|
-
"shape": "
|
155066
|
+
"shape": "S2y"
|
154848
155067
|
},
|
154849
155068
|
"MetricGroups": {
|
154850
|
-
"shape": "
|
155069
|
+
"shape": "S30"
|
154851
155070
|
},
|
154852
155071
|
"AnywhereConfiguration": {
|
154853
|
-
"shape": "
|
155072
|
+
"shape": "S39"
|
154854
155073
|
}
|
154855
155074
|
}
|
154856
155075
|
},
|
@@ -154900,10 +155119,10 @@ module.exports={
|
|
154900
155119
|
"members": {
|
154901
155120
|
"FleetId": {},
|
154902
155121
|
"InboundPermissionAuthorizations": {
|
154903
|
-
"shape": "
|
155122
|
+
"shape": "S2o"
|
154904
155123
|
},
|
154905
155124
|
"InboundPermissionRevocations": {
|
154906
|
-
"shape": "
|
155125
|
+
"shape": "S2o"
|
154907
155126
|
}
|
154908
155127
|
}
|
154909
155128
|
},
|
@@ -154949,7 +155168,7 @@ module.exports={
|
|
154949
155168
|
"GameServerGroupName": {},
|
154950
155169
|
"RoleArn": {},
|
154951
155170
|
"InstanceDefinitions": {
|
154952
|
-
"shape": "
|
155171
|
+
"shape": "S44"
|
154953
155172
|
},
|
154954
155173
|
"GameServerProtectionPolicy": {},
|
154955
155174
|
"BalancingStrategy": {}
|
@@ -154959,7 +155178,7 @@ module.exports={
|
|
154959
155178
|
"type": "structure",
|
154960
155179
|
"members": {
|
154961
155180
|
"GameServerGroup": {
|
154962
|
-
"shape": "
|
155181
|
+
"shape": "S4g"
|
154963
155182
|
}
|
154964
155183
|
}
|
154965
155184
|
}
|
@@ -154979,7 +155198,7 @@ module.exports={
|
|
154979
155198
|
"PlayerSessionCreationPolicy": {},
|
154980
155199
|
"ProtectionPolicy": {},
|
154981
155200
|
"GameProperties": {
|
154982
|
-
"shape": "
|
155201
|
+
"shape": "S4n"
|
154983
155202
|
}
|
154984
155203
|
}
|
154985
155204
|
},
|
@@ -154987,7 +155206,7 @@ module.exports={
|
|
154987
155206
|
"type": "structure",
|
154988
155207
|
"members": {
|
154989
155208
|
"GameSession": {
|
154990
|
-
"shape": "
|
155209
|
+
"shape": "S4u"
|
154991
155210
|
}
|
154992
155211
|
}
|
154993
155212
|
}
|
@@ -155004,16 +155223,16 @@ module.exports={
|
|
155004
155223
|
"type": "integer"
|
155005
155224
|
},
|
155006
155225
|
"PlayerLatencyPolicies": {
|
155007
|
-
"shape": "
|
155226
|
+
"shape": "S53"
|
155008
155227
|
},
|
155009
155228
|
"Destinations": {
|
155010
|
-
"shape": "
|
155229
|
+
"shape": "S55"
|
155011
155230
|
},
|
155012
155231
|
"FilterConfiguration": {
|
155013
|
-
"shape": "
|
155232
|
+
"shape": "S58"
|
155014
155233
|
},
|
155015
155234
|
"PriorityConfiguration": {
|
155016
|
-
"shape": "
|
155235
|
+
"shape": "S5a"
|
155017
155236
|
},
|
155018
155237
|
"CustomEventData": {},
|
155019
155238
|
"NotificationTarget": {}
|
@@ -155023,7 +155242,7 @@ module.exports={
|
|
155023
155242
|
"type": "structure",
|
155024
155243
|
"members": {
|
155025
155244
|
"GameSessionQueue": {
|
155026
|
-
"shape": "
|
155245
|
+
"shape": "S5g"
|
155027
155246
|
}
|
155028
155247
|
}
|
155029
155248
|
}
|
@@ -155038,7 +155257,7 @@ module.exports={
|
|
155038
155257
|
"Name": {},
|
155039
155258
|
"Description": {},
|
155040
155259
|
"GameSessionQueueArns": {
|
155041
|
-
"shape": "
|
155260
|
+
"shape": "S5o"
|
155042
155261
|
},
|
155043
155262
|
"RequestTimeoutSeconds": {
|
155044
155263
|
"type": "integer"
|
@@ -155056,7 +155275,7 @@ module.exports={
|
|
155056
155275
|
},
|
155057
155276
|
"CustomEventData": {},
|
155058
155277
|
"GameProperties": {
|
155059
|
-
"shape": "
|
155278
|
+
"shape": "S4n"
|
155060
155279
|
},
|
155061
155280
|
"GameSessionData": {},
|
155062
155281
|
"BackfillMode": {},
|
@@ -155067,7 +155286,7 @@ module.exports={
|
|
155067
155286
|
"type": "structure",
|
155068
155287
|
"members": {
|
155069
155288
|
"Configuration": {
|
155070
|
-
"shape": "
|
155289
|
+
"shape": "S5y"
|
155071
155290
|
}
|
155072
155291
|
}
|
155073
155292
|
}
|
@@ -155082,7 +155301,7 @@ module.exports={
|
|
155082
155301
|
"members": {
|
155083
155302
|
"FleetId": {},
|
155084
155303
|
"RuntimeConfiguration": {
|
155085
|
-
"shape": "
|
155304
|
+
"shape": "S2s"
|
155086
155305
|
}
|
155087
155306
|
}
|
155088
155307
|
},
|
@@ -155090,7 +155309,7 @@ module.exports={
|
|
155090
155309
|
"type": "structure",
|
155091
155310
|
"members": {
|
155092
155311
|
"RuntimeConfiguration": {
|
155093
|
-
"shape": "
|
155312
|
+
"shape": "S2s"
|
155094
155313
|
}
|
155095
155314
|
}
|
155096
155315
|
}
|
@@ -155117,7 +155336,7 @@ module.exports={
|
|
155117
155336
|
"type": "structure",
|
155118
155337
|
"members": {
|
155119
155338
|
"Script": {
|
155120
|
-
"shape": "
|
155339
|
+
"shape": "S6j"
|
155121
155340
|
}
|
155122
155341
|
}
|
155123
155342
|
}
|
@@ -155245,11 +155464,176 @@ module.exports={
|
|
155245
155464
|
},
|
155246
155465
|
"sensitive": true
|
155247
155466
|
},
|
155248
|
-
"
|
155467
|
+
"S1n": {
|
155468
|
+
"type": "structure",
|
155469
|
+
"members": {
|
155470
|
+
"SoftLimit": {
|
155471
|
+
"type": "integer"
|
155472
|
+
},
|
155473
|
+
"HardLimit": {
|
155474
|
+
"type": "integer"
|
155475
|
+
}
|
155476
|
+
}
|
155477
|
+
},
|
155478
|
+
"S1p": {
|
155479
|
+
"type": "structure",
|
155480
|
+
"required": [
|
155481
|
+
"ContainerPortRanges"
|
155482
|
+
],
|
155483
|
+
"members": {
|
155484
|
+
"ContainerPortRanges": {
|
155485
|
+
"type": "list",
|
155486
|
+
"member": {
|
155487
|
+
"type": "structure",
|
155488
|
+
"required": [
|
155489
|
+
"FromPort",
|
155490
|
+
"ToPort",
|
155491
|
+
"Protocol"
|
155492
|
+
],
|
155493
|
+
"members": {
|
155494
|
+
"FromPort": {
|
155495
|
+
"shape": "S1s"
|
155496
|
+
},
|
155497
|
+
"ToPort": {
|
155498
|
+
"shape": "S1s"
|
155499
|
+
},
|
155500
|
+
"Protocol": {}
|
155501
|
+
}
|
155502
|
+
}
|
155503
|
+
}
|
155504
|
+
}
|
155505
|
+
},
|
155506
|
+
"S1s": {
|
155507
|
+
"type": "integer",
|
155508
|
+
"sensitive": true
|
155509
|
+
},
|
155510
|
+
"S1v": {
|
155511
|
+
"type": "structure",
|
155512
|
+
"required": [
|
155513
|
+
"Command"
|
155514
|
+
],
|
155515
|
+
"members": {
|
155516
|
+
"Command": {
|
155517
|
+
"shape": "S1w"
|
155518
|
+
},
|
155519
|
+
"Interval": {
|
155520
|
+
"type": "integer"
|
155521
|
+
},
|
155522
|
+
"Timeout": {
|
155523
|
+
"type": "integer"
|
155524
|
+
},
|
155525
|
+
"Retries": {
|
155526
|
+
"type": "integer"
|
155527
|
+
},
|
155528
|
+
"StartPeriod": {
|
155529
|
+
"type": "integer"
|
155530
|
+
}
|
155531
|
+
}
|
155532
|
+
},
|
155533
|
+
"S1w": {
|
155249
155534
|
"type": "list",
|
155250
155535
|
"member": {}
|
155251
155536
|
},
|
155252
|
-
"
|
155537
|
+
"S23": {
|
155538
|
+
"type": "list",
|
155539
|
+
"member": {}
|
155540
|
+
},
|
155541
|
+
"S24": {
|
155542
|
+
"type": "list",
|
155543
|
+
"member": {
|
155544
|
+
"type": "structure",
|
155545
|
+
"required": [
|
155546
|
+
"Name",
|
155547
|
+
"Value"
|
155548
|
+
],
|
155549
|
+
"members": {
|
155550
|
+
"Name": {},
|
155551
|
+
"Value": {}
|
155552
|
+
}
|
155553
|
+
}
|
155554
|
+
},
|
155555
|
+
"S26": {
|
155556
|
+
"type": "list",
|
155557
|
+
"member": {
|
155558
|
+
"type": "structure",
|
155559
|
+
"required": [
|
155560
|
+
"ContainerName",
|
155561
|
+
"Condition"
|
155562
|
+
],
|
155563
|
+
"members": {
|
155564
|
+
"ContainerName": {},
|
155565
|
+
"Condition": {}
|
155566
|
+
}
|
155567
|
+
}
|
155568
|
+
},
|
155569
|
+
"S2b": {
|
155570
|
+
"type": "structure",
|
155571
|
+
"members": {
|
155572
|
+
"ContainerGroupDefinitionArn": {},
|
155573
|
+
"CreationTime": {
|
155574
|
+
"type": "timestamp"
|
155575
|
+
},
|
155576
|
+
"OperatingSystem": {},
|
155577
|
+
"Name": {},
|
155578
|
+
"SchedulingStrategy": {},
|
155579
|
+
"TotalMemoryLimit": {
|
155580
|
+
"type": "integer"
|
155581
|
+
},
|
155582
|
+
"TotalCpuLimit": {
|
155583
|
+
"type": "integer"
|
155584
|
+
},
|
155585
|
+
"ContainerDefinitions": {
|
155586
|
+
"type": "list",
|
155587
|
+
"member": {
|
155588
|
+
"type": "structure",
|
155589
|
+
"required": [
|
155590
|
+
"ContainerName",
|
155591
|
+
"ImageUri"
|
155592
|
+
],
|
155593
|
+
"members": {
|
155594
|
+
"ContainerName": {},
|
155595
|
+
"ImageUri": {},
|
155596
|
+
"ResolvedImageDigest": {},
|
155597
|
+
"MemoryLimits": {
|
155598
|
+
"shape": "S1n"
|
155599
|
+
},
|
155600
|
+
"PortConfiguration": {
|
155601
|
+
"shape": "S1p"
|
155602
|
+
},
|
155603
|
+
"Cpu": {
|
155604
|
+
"type": "integer"
|
155605
|
+
},
|
155606
|
+
"HealthCheck": {
|
155607
|
+
"shape": "S1v"
|
155608
|
+
},
|
155609
|
+
"Command": {
|
155610
|
+
"shape": "S1w"
|
155611
|
+
},
|
155612
|
+
"Essential": {
|
155613
|
+
"type": "boolean"
|
155614
|
+
},
|
155615
|
+
"EntryPoint": {
|
155616
|
+
"shape": "S23"
|
155617
|
+
},
|
155618
|
+
"WorkingDirectory": {},
|
155619
|
+
"Environment": {
|
155620
|
+
"shape": "S24"
|
155621
|
+
},
|
155622
|
+
"DependsOn": {
|
155623
|
+
"shape": "S26"
|
155624
|
+
}
|
155625
|
+
}
|
155626
|
+
}
|
155627
|
+
},
|
155628
|
+
"Status": {},
|
155629
|
+
"StatusReason": {}
|
155630
|
+
}
|
155631
|
+
},
|
155632
|
+
"S2m": {
|
155633
|
+
"type": "list",
|
155634
|
+
"member": {}
|
155635
|
+
},
|
155636
|
+
"S2o": {
|
155253
155637
|
"type": "list",
|
155254
155638
|
"member": {
|
155255
155639
|
"type": "structure",
|
@@ -155261,10 +155645,10 @@ module.exports={
|
|
155261
155645
|
],
|
155262
155646
|
"members": {
|
155263
155647
|
"FromPort": {
|
155264
|
-
"shape": "
|
155648
|
+
"shape": "S1s"
|
155265
155649
|
},
|
155266
155650
|
"ToPort": {
|
155267
|
-
"shape": "
|
155651
|
+
"shape": "S1s"
|
155268
155652
|
},
|
155269
155653
|
"IpRange": {
|
155270
155654
|
"type": "string",
|
@@ -155274,11 +155658,7 @@ module.exports={
|
|
155274
155658
|
}
|
155275
155659
|
}
|
155276
155660
|
},
|
155277
|
-
"
|
155278
|
-
"type": "integer",
|
155279
|
-
"sensitive": true
|
155280
|
-
},
|
155281
|
-
"S1r": {
|
155661
|
+
"S2s": {
|
155282
155662
|
"type": "structure",
|
155283
155663
|
"members": {
|
155284
155664
|
"ServerProcesses": {
|
@@ -155306,7 +155686,7 @@ module.exports={
|
|
155306
155686
|
}
|
155307
155687
|
}
|
155308
155688
|
},
|
155309
|
-
"
|
155689
|
+
"S2y": {
|
155310
155690
|
"type": "structure",
|
155311
155691
|
"members": {
|
155312
155692
|
"NewGameSessionsPerCreator": {
|
@@ -155317,11 +155697,11 @@ module.exports={
|
|
155317
155697
|
}
|
155318
155698
|
}
|
155319
155699
|
},
|
155320
|
-
"
|
155700
|
+
"S30": {
|
155321
155701
|
"type": "list",
|
155322
155702
|
"member": {}
|
155323
155703
|
},
|
155324
|
-
"
|
155704
|
+
"S33": {
|
155325
155705
|
"type": "structure",
|
155326
155706
|
"required": [
|
155327
155707
|
"CertificateType"
|
@@ -155330,7 +155710,7 @@ module.exports={
|
|
155330
155710
|
"CertificateType": {}
|
155331
155711
|
}
|
155332
155712
|
},
|
155333
|
-
"
|
155713
|
+
"S35": {
|
155334
155714
|
"type": "list",
|
155335
155715
|
"member": {
|
155336
155716
|
"type": "structure",
|
@@ -155342,7 +155722,7 @@ module.exports={
|
|
155342
155722
|
}
|
155343
155723
|
}
|
155344
155724
|
},
|
155345
|
-
"
|
155725
|
+
"S39": {
|
155346
155726
|
"type": "structure",
|
155347
155727
|
"required": [
|
155348
155728
|
"Cost"
|
@@ -155351,7 +155731,22 @@ module.exports={
|
|
155351
155731
|
"Cost": {}
|
155352
155732
|
}
|
155353
155733
|
},
|
155354
|
-
"
|
155734
|
+
"S3f": {
|
155735
|
+
"type": "structure",
|
155736
|
+
"required": [
|
155737
|
+
"FromPort",
|
155738
|
+
"ToPort"
|
155739
|
+
],
|
155740
|
+
"members": {
|
155741
|
+
"FromPort": {
|
155742
|
+
"shape": "S1s"
|
155743
|
+
},
|
155744
|
+
"ToPort": {
|
155745
|
+
"shape": "S1s"
|
155746
|
+
}
|
155747
|
+
}
|
155748
|
+
},
|
155749
|
+
"S3i": {
|
155355
155750
|
"type": "structure",
|
155356
155751
|
"members": {
|
155357
155752
|
"FleetId": {},
|
@@ -155374,48 +155769,77 @@ module.exports={
|
|
155374
155769
|
"ServerLaunchPath": {},
|
155375
155770
|
"ServerLaunchParameters": {},
|
155376
155771
|
"LogPaths": {
|
155377
|
-
"shape": "
|
155772
|
+
"shape": "S2m"
|
155378
155773
|
},
|
155379
155774
|
"NewGameSessionProtectionPolicy": {},
|
155380
155775
|
"OperatingSystem": {},
|
155381
155776
|
"ResourceCreationLimitPolicy": {
|
155382
|
-
"shape": "
|
155777
|
+
"shape": "S2y"
|
155383
155778
|
},
|
155384
155779
|
"MetricGroups": {
|
155385
|
-
"shape": "
|
155780
|
+
"shape": "S30"
|
155386
155781
|
},
|
155387
155782
|
"StoppedActions": {
|
155388
|
-
"shape": "
|
155783
|
+
"shape": "S3n"
|
155389
155784
|
},
|
155390
155785
|
"InstanceRoleArn": {},
|
155391
155786
|
"CertificateConfiguration": {
|
155392
|
-
"shape": "
|
155787
|
+
"shape": "S33"
|
155393
155788
|
},
|
155394
155789
|
"ComputeType": {},
|
155395
155790
|
"AnywhereConfiguration": {
|
155396
|
-
"shape": "
|
155791
|
+
"shape": "S39"
|
155397
155792
|
},
|
155398
|
-
"InstanceRoleCredentialsProvider": {}
|
155793
|
+
"InstanceRoleCredentialsProvider": {},
|
155794
|
+
"ContainerGroupsAttributes": {
|
155795
|
+
"type": "structure",
|
155796
|
+
"members": {
|
155797
|
+
"ContainerGroupDefinitionProperties": {
|
155798
|
+
"type": "list",
|
155799
|
+
"member": {
|
155800
|
+
"type": "structure",
|
155801
|
+
"members": {
|
155802
|
+
"SchedulingStrategy": {},
|
155803
|
+
"ContainerGroupDefinitionName": {}
|
155804
|
+
}
|
155805
|
+
}
|
155806
|
+
},
|
155807
|
+
"ConnectionPortRange": {
|
155808
|
+
"shape": "S3f"
|
155809
|
+
},
|
155810
|
+
"ContainerGroupsPerInstance": {
|
155811
|
+
"type": "structure",
|
155812
|
+
"members": {
|
155813
|
+
"DesiredReplicaContainerGroupsPerInstance": {
|
155814
|
+
"type": "integer"
|
155815
|
+
},
|
155816
|
+
"MaxReplicaContainerGroupsPerInstance": {
|
155817
|
+
"type": "integer"
|
155818
|
+
}
|
155819
|
+
}
|
155820
|
+
}
|
155821
|
+
}
|
155822
|
+
}
|
155399
155823
|
}
|
155400
155824
|
},
|
155401
|
-
"
|
155825
|
+
"S3n": {
|
155402
155826
|
"type": "list",
|
155403
155827
|
"member": {}
|
155404
155828
|
},
|
155405
|
-
"
|
155829
|
+
"S3t": {
|
155406
155830
|
"type": "list",
|
155407
155831
|
"member": {
|
155408
|
-
"shape": "
|
155832
|
+
"shape": "S3u"
|
155409
155833
|
}
|
155410
155834
|
},
|
155411
|
-
"
|
155835
|
+
"S3u": {
|
155412
155836
|
"type": "structure",
|
155413
155837
|
"members": {
|
155414
155838
|
"Location": {},
|
155415
155839
|
"Status": {}
|
155416
155840
|
}
|
155417
155841
|
},
|
155418
|
-
"
|
155842
|
+
"S44": {
|
155419
155843
|
"type": "list",
|
155420
155844
|
"member": {
|
155421
155845
|
"type": "structure",
|
@@ -155428,14 +155852,14 @@ module.exports={
|
|
155428
155852
|
}
|
155429
155853
|
}
|
155430
155854
|
},
|
155431
|
-
"
|
155855
|
+
"S4g": {
|
155432
155856
|
"type": "structure",
|
155433
155857
|
"members": {
|
155434
155858
|
"GameServerGroupName": {},
|
155435
155859
|
"GameServerGroupArn": {},
|
155436
155860
|
"RoleArn": {},
|
155437
155861
|
"InstanceDefinitions": {
|
155438
|
-
"shape": "
|
155862
|
+
"shape": "S44"
|
155439
155863
|
},
|
155440
155864
|
"BalancingStrategy": {},
|
155441
155865
|
"GameServerProtectionPolicy": {},
|
@@ -155443,7 +155867,7 @@ module.exports={
|
|
155443
155867
|
"Status": {},
|
155444
155868
|
"StatusReason": {},
|
155445
155869
|
"SuspendedActions": {
|
155446
|
-
"shape": "
|
155870
|
+
"shape": "S4j"
|
155447
155871
|
},
|
155448
155872
|
"CreationTime": {
|
155449
155873
|
"type": "timestamp"
|
@@ -155453,11 +155877,11 @@ module.exports={
|
|
155453
155877
|
}
|
155454
155878
|
}
|
155455
155879
|
},
|
155456
|
-
"
|
155880
|
+
"S4j": {
|
155457
155881
|
"type": "list",
|
155458
155882
|
"member": {}
|
155459
155883
|
},
|
155460
|
-
"
|
155884
|
+
"S4n": {
|
155461
155885
|
"type": "list",
|
155462
155886
|
"member": {
|
155463
155887
|
"type": "structure",
|
@@ -155471,7 +155895,7 @@ module.exports={
|
|
155471
155895
|
}
|
155472
155896
|
}
|
155473
155897
|
},
|
155474
|
-
"
|
155898
|
+
"S4u": {
|
155475
155899
|
"type": "structure",
|
155476
155900
|
"members": {
|
155477
155901
|
"GameSessionId": {},
|
@@ -155493,14 +155917,14 @@ module.exports={
|
|
155493
155917
|
"Status": {},
|
155494
155918
|
"StatusReason": {},
|
155495
155919
|
"GameProperties": {
|
155496
|
-
"shape": "
|
155920
|
+
"shape": "S4n"
|
155497
155921
|
},
|
155498
155922
|
"IpAddress": {
|
155499
|
-
"shape": "
|
155923
|
+
"shape": "S4x"
|
155500
155924
|
},
|
155501
155925
|
"DnsName": {},
|
155502
155926
|
"Port": {
|
155503
|
-
"shape": "
|
155927
|
+
"shape": "S1s"
|
155504
155928
|
},
|
155505
155929
|
"PlayerSessionCreationPolicy": {},
|
155506
155930
|
"CreatorId": {},
|
@@ -155509,11 +155933,11 @@ module.exports={
|
|
155509
155933
|
"Location": {}
|
155510
155934
|
}
|
155511
155935
|
},
|
155512
|
-
"
|
155936
|
+
"S4x": {
|
155513
155937
|
"type": "string",
|
155514
155938
|
"sensitive": true
|
155515
155939
|
},
|
155516
|
-
"
|
155940
|
+
"S53": {
|
155517
155941
|
"type": "list",
|
155518
155942
|
"member": {
|
155519
155943
|
"type": "structure",
|
@@ -155527,7 +155951,7 @@ module.exports={
|
|
155527
155951
|
}
|
155528
155952
|
}
|
155529
155953
|
},
|
155530
|
-
"
|
155954
|
+
"S55": {
|
155531
155955
|
"type": "list",
|
155532
155956
|
"member": {
|
155533
155957
|
"type": "structure",
|
@@ -155536,19 +155960,19 @@ module.exports={
|
|
155536
155960
|
}
|
155537
155961
|
}
|
155538
155962
|
},
|
155539
|
-
"
|
155963
|
+
"S58": {
|
155540
155964
|
"type": "structure",
|
155541
155965
|
"members": {
|
155542
155966
|
"AllowedLocations": {
|
155543
|
-
"shape": "
|
155967
|
+
"shape": "S59"
|
155544
155968
|
}
|
155545
155969
|
}
|
155546
155970
|
},
|
155547
|
-
"
|
155971
|
+
"S59": {
|
155548
155972
|
"type": "list",
|
155549
155973
|
"member": {}
|
155550
155974
|
},
|
155551
|
-
"
|
155975
|
+
"S5a": {
|
155552
155976
|
"type": "structure",
|
155553
155977
|
"members": {
|
155554
155978
|
"PriorityOrder": {
|
@@ -155556,11 +155980,11 @@ module.exports={
|
|
155556
155980
|
"member": {}
|
155557
155981
|
},
|
155558
155982
|
"LocationOrder": {
|
155559
|
-
"shape": "
|
155983
|
+
"shape": "S59"
|
155560
155984
|
}
|
155561
155985
|
}
|
155562
155986
|
},
|
155563
|
-
"
|
155987
|
+
"S5g": {
|
155564
155988
|
"type": "structure",
|
155565
155989
|
"members": {
|
155566
155990
|
"Name": {},
|
@@ -155569,40 +155993,40 @@ module.exports={
|
|
155569
155993
|
"type": "integer"
|
155570
155994
|
},
|
155571
155995
|
"PlayerLatencyPolicies": {
|
155572
|
-
"shape": "
|
155996
|
+
"shape": "S53"
|
155573
155997
|
},
|
155574
155998
|
"Destinations": {
|
155575
|
-
"shape": "
|
155999
|
+
"shape": "S55"
|
155576
156000
|
},
|
155577
156001
|
"FilterConfiguration": {
|
155578
|
-
"shape": "
|
156002
|
+
"shape": "S58"
|
155579
156003
|
},
|
155580
156004
|
"PriorityConfiguration": {
|
155581
|
-
"shape": "
|
156005
|
+
"shape": "S5a"
|
155582
156006
|
},
|
155583
156007
|
"CustomEventData": {},
|
155584
156008
|
"NotificationTarget": {}
|
155585
156009
|
}
|
155586
156010
|
},
|
155587
|
-
"
|
156011
|
+
"S5l": {
|
155588
156012
|
"type": "structure",
|
155589
156013
|
"members": {
|
155590
156014
|
"LocationName": {},
|
155591
156015
|
"LocationArn": {}
|
155592
156016
|
}
|
155593
156017
|
},
|
155594
|
-
"
|
156018
|
+
"S5o": {
|
155595
156019
|
"type": "list",
|
155596
156020
|
"member": {}
|
155597
156021
|
},
|
155598
|
-
"
|
156022
|
+
"S5y": {
|
155599
156023
|
"type": "structure",
|
155600
156024
|
"members": {
|
155601
156025
|
"Name": {},
|
155602
156026
|
"ConfigurationArn": {},
|
155603
156027
|
"Description": {},
|
155604
156028
|
"GameSessionQueueArns": {
|
155605
|
-
"shape": "
|
156029
|
+
"shape": "S5o"
|
155606
156030
|
},
|
155607
156031
|
"RequestTimeoutSeconds": {
|
155608
156032
|
"type": "integer"
|
@@ -155624,14 +156048,14 @@ module.exports={
|
|
155624
156048
|
"type": "timestamp"
|
155625
156049
|
},
|
155626
156050
|
"GameProperties": {
|
155627
|
-
"shape": "
|
156051
|
+
"shape": "S4n"
|
155628
156052
|
},
|
155629
156053
|
"GameSessionData": {},
|
155630
156054
|
"BackfillMode": {},
|
155631
156055
|
"FlexMatchMode": {}
|
155632
156056
|
}
|
155633
156057
|
},
|
155634
|
-
"
|
156058
|
+
"S64": {
|
155635
156059
|
"type": "structure",
|
155636
156060
|
"required": [
|
155637
156061
|
"RuleSetBody"
|
@@ -155645,7 +156069,7 @@ module.exports={
|
|
155645
156069
|
}
|
155646
156070
|
}
|
155647
156071
|
},
|
155648
|
-
"
|
156072
|
+
"S68": {
|
155649
156073
|
"type": "structure",
|
155650
156074
|
"members": {
|
155651
156075
|
"PlayerSessionId": {},
|
@@ -155663,22 +156087,22 @@ module.exports={
|
|
155663
156087
|
},
|
155664
156088
|
"Status": {},
|
155665
156089
|
"IpAddress": {
|
155666
|
-
"shape": "
|
156090
|
+
"shape": "S4x"
|
155667
156091
|
},
|
155668
156092
|
"DnsName": {},
|
155669
156093
|
"Port": {
|
155670
|
-
"shape": "
|
156094
|
+
"shape": "S1s"
|
155671
156095
|
},
|
155672
156096
|
"PlayerData": {}
|
155673
156097
|
}
|
155674
156098
|
},
|
155675
|
-
"
|
156099
|
+
"S6f": {
|
155676
156100
|
"type": "list",
|
155677
156101
|
"member": {
|
155678
|
-
"shape": "
|
156102
|
+
"shape": "S68"
|
155679
156103
|
}
|
155680
156104
|
},
|
155681
|
-
"
|
156105
|
+
"S6j": {
|
155682
156106
|
"type": "structure",
|
155683
156107
|
"members": {
|
155684
156108
|
"ScriptId": {},
|
@@ -155696,7 +156120,7 @@ module.exports={
|
|
155696
156120
|
}
|
155697
156121
|
}
|
155698
156122
|
},
|
155699
|
-
"
|
156123
|
+
"S6m": {
|
155700
156124
|
"type": "structure",
|
155701
156125
|
"members": {
|
155702
156126
|
"GameLiftAwsAccountId": {},
|
@@ -155710,7 +156134,7 @@ module.exports={
|
|
155710
156134
|
}
|
155711
156135
|
}
|
155712
156136
|
},
|
155713
|
-
"
|
156137
|
+
"S7p": {
|
155714
156138
|
"type": "structure",
|
155715
156139
|
"members": {
|
155716
156140
|
"FleetId": {},
|
@@ -155718,7 +156142,7 @@ module.exports={
|
|
155718
156142
|
"ComputeName": {},
|
155719
156143
|
"ComputeArn": {},
|
155720
156144
|
"IpAddress": {
|
155721
|
-
"shape": "
|
156145
|
+
"shape": "S4x"
|
155722
156146
|
},
|
155723
156147
|
"DnsName": {},
|
155724
156148
|
"ComputeStatus": {},
|
@@ -155728,14 +156152,36 @@ module.exports={
|
|
155728
156152
|
},
|
155729
156153
|
"OperatingSystem": {},
|
155730
156154
|
"Type": {},
|
155731
|
-
"GameLiftServiceSdkEndpoint": {}
|
156155
|
+
"GameLiftServiceSdkEndpoint": {},
|
156156
|
+
"GameLiftAgentEndpoint": {},
|
156157
|
+
"InstanceId": {},
|
156158
|
+
"ContainerAttributes": {
|
156159
|
+
"type": "structure",
|
156160
|
+
"members": {
|
156161
|
+
"ContainerPortMappings": {
|
156162
|
+
"type": "list",
|
156163
|
+
"member": {
|
156164
|
+
"type": "structure",
|
156165
|
+
"members": {
|
156166
|
+
"ContainerPort": {
|
156167
|
+
"shape": "S1s"
|
156168
|
+
},
|
156169
|
+
"ConnectionPort": {
|
156170
|
+
"shape": "S1s"
|
156171
|
+
},
|
156172
|
+
"Protocol": {}
|
156173
|
+
}
|
156174
|
+
}
|
156175
|
+
}
|
156176
|
+
}
|
156177
|
+
}
|
155732
156178
|
}
|
155733
156179
|
},
|
155734
|
-
"
|
156180
|
+
"S86": {
|
155735
156181
|
"type": "list",
|
155736
156182
|
"member": {}
|
155737
156183
|
},
|
155738
|
-
"
|
156184
|
+
"S8c": {
|
155739
156185
|
"type": "structure",
|
155740
156186
|
"members": {
|
155741
156187
|
"FleetId": {},
|
@@ -155767,10 +156213,27 @@ module.exports={
|
|
155767
156213
|
}
|
155768
156214
|
}
|
155769
156215
|
},
|
155770
|
-
"Location": {}
|
156216
|
+
"Location": {},
|
156217
|
+
"ReplicaContainerGroupCounts": {
|
156218
|
+
"type": "structure",
|
156219
|
+
"members": {
|
156220
|
+
"PENDING": {
|
156221
|
+
"type": "integer"
|
156222
|
+
},
|
156223
|
+
"ACTIVE": {
|
156224
|
+
"type": "integer"
|
156225
|
+
},
|
156226
|
+
"IDLE": {
|
156227
|
+
"type": "integer"
|
156228
|
+
},
|
156229
|
+
"TERMINATING": {
|
156230
|
+
"type": "integer"
|
156231
|
+
}
|
156232
|
+
}
|
156233
|
+
}
|
155771
156234
|
}
|
155772
156235
|
},
|
155773
|
-
"
|
156236
|
+
"S8u": {
|
155774
156237
|
"type": "structure",
|
155775
156238
|
"members": {
|
155776
156239
|
"FleetId": {},
|
@@ -155790,14 +156253,14 @@ module.exports={
|
|
155790
156253
|
"Location": {}
|
155791
156254
|
}
|
155792
156255
|
},
|
155793
|
-
"
|
156256
|
+
"S9g": {
|
155794
156257
|
"type": "structure",
|
155795
156258
|
"members": {
|
155796
156259
|
"PlacementId": {},
|
155797
156260
|
"GameSessionQueueName": {},
|
155798
156261
|
"Status": {},
|
155799
156262
|
"GameProperties": {
|
155800
|
-
"shape": "
|
156263
|
+
"shape": "S4n"
|
155801
156264
|
},
|
155802
156265
|
"MaximumPlayerSessionCount": {
|
155803
156266
|
"type": "integer"
|
@@ -155807,7 +156270,7 @@ module.exports={
|
|
155807
156270
|
"GameSessionArn": {},
|
155808
156271
|
"GameSessionRegion": {},
|
155809
156272
|
"PlayerLatencies": {
|
155810
|
-
"shape": "
|
156273
|
+
"shape": "S9i"
|
155811
156274
|
},
|
155812
156275
|
"StartTime": {
|
155813
156276
|
"type": "timestamp"
|
@@ -155816,11 +156279,11 @@ module.exports={
|
|
155816
156279
|
"type": "timestamp"
|
155817
156280
|
},
|
155818
156281
|
"IpAddress": {
|
155819
|
-
"shape": "
|
156282
|
+
"shape": "S4x"
|
155820
156283
|
},
|
155821
156284
|
"DnsName": {},
|
155822
156285
|
"Port": {
|
155823
|
-
"shape": "
|
156286
|
+
"shape": "S1s"
|
155824
156287
|
},
|
155825
156288
|
"PlacedPlayerSessions": {
|
155826
156289
|
"type": "list",
|
@@ -155838,7 +156301,7 @@ module.exports={
|
|
155838
156301
|
"MatchmakerData": {}
|
155839
156302
|
}
|
155840
156303
|
},
|
155841
|
-
"
|
156304
|
+
"S9i": {
|
155842
156305
|
"type": "list",
|
155843
156306
|
"member": {
|
155844
156307
|
"type": "structure",
|
@@ -155853,13 +156316,13 @@ module.exports={
|
|
155853
156316
|
}
|
155854
156317
|
}
|
155855
156318
|
},
|
155856
|
-
"
|
156319
|
+
"S9t": {
|
155857
156320
|
"type": "list",
|
155858
156321
|
"member": {
|
155859
|
-
"shape": "
|
156322
|
+
"shape": "S4u"
|
155860
156323
|
}
|
155861
156324
|
},
|
155862
|
-
"
|
156325
|
+
"Sa3": {
|
155863
156326
|
"type": "structure",
|
155864
156327
|
"members": {
|
155865
156328
|
"TicketId": {},
|
@@ -155875,14 +156338,14 @@ module.exports={
|
|
155875
156338
|
"type": "timestamp"
|
155876
156339
|
},
|
155877
156340
|
"Players": {
|
155878
|
-
"shape": "
|
156341
|
+
"shape": "Sa6"
|
155879
156342
|
},
|
155880
156343
|
"GameSessionConnectionInfo": {
|
155881
156344
|
"type": "structure",
|
155882
156345
|
"members": {
|
155883
156346
|
"GameSessionArn": {},
|
155884
156347
|
"IpAddress": {
|
155885
|
-
"shape": "
|
156348
|
+
"shape": "S4x"
|
155886
156349
|
},
|
155887
156350
|
"DnsName": {},
|
155888
156351
|
"Port": {
|
@@ -155907,7 +156370,7 @@ module.exports={
|
|
155907
156370
|
}
|
155908
156371
|
}
|
155909
156372
|
},
|
155910
|
-
"
|
156373
|
+
"Sa6": {
|
155911
156374
|
"type": "list",
|
155912
156375
|
"member": {
|
155913
156376
|
"type": "structure",
|
@@ -155950,7 +156413,7 @@ module.exports={
|
|
155950
156413
|
}
|
155951
156414
|
}
|
155952
156415
|
},
|
155953
|
-
"
|
156416
|
+
"Sb6": {
|
155954
156417
|
"type": "structure",
|
155955
156418
|
"required": [
|
155956
156419
|
"TargetValue"
|
@@ -156067,6 +156530,12 @@ module.exports={
|
|
156067
156530
|
"limit_key": "Limit",
|
156068
156531
|
"result_key": "ComputeList"
|
156069
156532
|
},
|
156533
|
+
"ListContainerGroupDefinitions": {
|
156534
|
+
"input_token": "NextToken",
|
156535
|
+
"output_token": "NextToken",
|
156536
|
+
"limit_key": "Limit",
|
156537
|
+
"result_key": "ContainerGroupDefinitions"
|
156538
|
+
},
|
156070
156539
|
"ListFleets": {
|
156071
156540
|
"input_token": "NextToken",
|
156072
156541
|
"output_token": "NextToken",
|
@@ -251765,6 +252234,9 @@ module.exports={
|
|
251765
252234
|
"endpointPrefix": "ssm",
|
251766
252235
|
"jsonVersion": "1.1",
|
251767
252236
|
"protocol": "json",
|
252237
|
+
"protocols": [
|
252238
|
+
"json"
|
252239
|
+
],
|
251768
252240
|
"serviceAbbreviation": "Amazon SSM",
|
251769
252241
|
"serviceFullName": "Amazon Simple Systems Manager (SSM)",
|
251770
252242
|
"serviceId": "SSM",
|
@@ -253143,17 +253615,7 @@ module.exports={
|
|
253143
253615
|
"type": "timestamp"
|
253144
253616
|
},
|
253145
253617
|
"AssociationOverview": {
|
253146
|
-
"
|
253147
|
-
"members": {
|
253148
|
-
"DetailedStatus": {},
|
253149
|
-
"InstanceAssociationStatusAggregatedCount": {
|
253150
|
-
"type": "map",
|
253151
|
-
"key": {},
|
253152
|
-
"value": {
|
253153
|
-
"type": "integer"
|
253154
|
-
}
|
253155
|
-
}
|
253156
|
-
}
|
253618
|
+
"shape": "Scr"
|
253157
253619
|
},
|
253158
253620
|
"SourceId": {},
|
253159
253621
|
"SourceType": {}
|
@@ -253288,6 +253750,102 @@ module.exports={
|
|
253288
253750
|
}
|
253289
253751
|
}
|
253290
253752
|
},
|
253753
|
+
"DescribeInstanceProperties": {
|
253754
|
+
"input": {
|
253755
|
+
"type": "structure",
|
253756
|
+
"members": {
|
253757
|
+
"InstancePropertyFilterList": {
|
253758
|
+
"type": "list",
|
253759
|
+
"member": {
|
253760
|
+
"type": "structure",
|
253761
|
+
"required": [
|
253762
|
+
"key",
|
253763
|
+
"valueSet"
|
253764
|
+
],
|
253765
|
+
"members": {
|
253766
|
+
"key": {},
|
253767
|
+
"valueSet": {
|
253768
|
+
"shape": "Sdz"
|
253769
|
+
}
|
253770
|
+
}
|
253771
|
+
}
|
253772
|
+
},
|
253773
|
+
"FiltersWithOperator": {
|
253774
|
+
"type": "list",
|
253775
|
+
"member": {
|
253776
|
+
"type": "structure",
|
253777
|
+
"required": [
|
253778
|
+
"Key",
|
253779
|
+
"Values"
|
253780
|
+
],
|
253781
|
+
"members": {
|
253782
|
+
"Key": {},
|
253783
|
+
"Values": {
|
253784
|
+
"shape": "Sdz"
|
253785
|
+
},
|
253786
|
+
"Operator": {}
|
253787
|
+
}
|
253788
|
+
}
|
253789
|
+
},
|
253790
|
+
"MaxResults": {
|
253791
|
+
"type": "integer"
|
253792
|
+
},
|
253793
|
+
"NextToken": {}
|
253794
|
+
}
|
253795
|
+
},
|
253796
|
+
"output": {
|
253797
|
+
"type": "structure",
|
253798
|
+
"members": {
|
253799
|
+
"InstanceProperties": {
|
253800
|
+
"type": "list",
|
253801
|
+
"member": {
|
253802
|
+
"type": "structure",
|
253803
|
+
"members": {
|
253804
|
+
"Name": {},
|
253805
|
+
"InstanceId": {},
|
253806
|
+
"InstanceType": {},
|
253807
|
+
"InstanceRole": {},
|
253808
|
+
"KeyName": {},
|
253809
|
+
"InstanceState": {},
|
253810
|
+
"Architecture": {},
|
253811
|
+
"IPAddress": {},
|
253812
|
+
"LaunchTime": {
|
253813
|
+
"type": "timestamp"
|
253814
|
+
},
|
253815
|
+
"PingStatus": {},
|
253816
|
+
"LastPingDateTime": {
|
253817
|
+
"type": "timestamp"
|
253818
|
+
},
|
253819
|
+
"AgentVersion": {},
|
253820
|
+
"PlatformType": {},
|
253821
|
+
"PlatformName": {},
|
253822
|
+
"PlatformVersion": {},
|
253823
|
+
"ActivationId": {},
|
253824
|
+
"IamRole": {},
|
253825
|
+
"RegistrationDate": {
|
253826
|
+
"type": "timestamp"
|
253827
|
+
},
|
253828
|
+
"ResourceType": {},
|
253829
|
+
"ComputerName": {},
|
253830
|
+
"AssociationStatus": {},
|
253831
|
+
"LastAssociationExecutionDate": {
|
253832
|
+
"type": "timestamp"
|
253833
|
+
},
|
253834
|
+
"LastSuccessfulAssociationExecutionDate": {
|
253835
|
+
"type": "timestamp"
|
253836
|
+
},
|
253837
|
+
"AssociationOverview": {
|
253838
|
+
"shape": "Scr"
|
253839
|
+
},
|
253840
|
+
"SourceId": {},
|
253841
|
+
"SourceType": {}
|
253842
|
+
}
|
253843
|
+
}
|
253844
|
+
},
|
253845
|
+
"NextToken": {}
|
253846
|
+
}
|
253847
|
+
}
|
253848
|
+
},
|
253291
253849
|
"DescribeInventoryDeletions": {
|
253292
253850
|
"input": {
|
253293
253851
|
"type": "structure",
|
@@ -253338,7 +253896,7 @@ module.exports={
|
|
253338
253896
|
"WindowExecutionId": {},
|
253339
253897
|
"TaskId": {},
|
253340
253898
|
"Filters": {
|
253341
|
-
"shape": "
|
253899
|
+
"shape": "Ser"
|
253342
253900
|
},
|
253343
253901
|
"MaxResults": {
|
253344
253902
|
"type": "integer"
|
@@ -253360,7 +253918,7 @@ module.exports={
|
|
253360
253918
|
"ExecutionId": {},
|
253361
253919
|
"TaskType": {},
|
253362
253920
|
"Parameters": {
|
253363
|
-
"shape": "
|
253921
|
+
"shape": "Sf3"
|
253364
253922
|
},
|
253365
253923
|
"Status": {},
|
253366
253924
|
"StatusDetails": {},
|
@@ -253390,7 +253948,7 @@ module.exports={
|
|
253390
253948
|
"members": {
|
253391
253949
|
"WindowExecutionId": {},
|
253392
253950
|
"Filters": {
|
253393
|
-
"shape": "
|
253951
|
+
"shape": "Ser"
|
253394
253952
|
},
|
253395
253953
|
"MaxResults": {
|
253396
253954
|
"type": "integer"
|
@@ -253440,7 +253998,7 @@ module.exports={
|
|
253440
253998
|
"members": {
|
253441
253999
|
"WindowId": {},
|
253442
254000
|
"Filters": {
|
253443
|
-
"shape": "
|
254001
|
+
"shape": "Ser"
|
253444
254002
|
},
|
253445
254003
|
"MaxResults": {
|
253446
254004
|
"type": "integer"
|
@@ -253518,7 +254076,7 @@ module.exports={
|
|
253518
254076
|
"members": {
|
253519
254077
|
"WindowId": {},
|
253520
254078
|
"Filters": {
|
253521
|
-
"shape": "
|
254079
|
+
"shape": "Ser"
|
253522
254080
|
},
|
253523
254081
|
"MaxResults": {
|
253524
254082
|
"type": "integer"
|
@@ -253563,7 +254121,7 @@ module.exports={
|
|
253563
254121
|
"members": {
|
253564
254122
|
"WindowId": {},
|
253565
254123
|
"Filters": {
|
253566
|
-
"shape": "
|
254124
|
+
"shape": "Ser"
|
253567
254125
|
},
|
253568
254126
|
"MaxResults": {
|
253569
254127
|
"type": "integer"
|
@@ -253587,13 +254145,13 @@ module.exports={
|
|
253587
254145
|
"shape": "S18"
|
253588
254146
|
},
|
253589
254147
|
"TaskParameters": {
|
253590
|
-
"shape": "
|
254148
|
+
"shape": "Sfu"
|
253591
254149
|
},
|
253592
254150
|
"Priority": {
|
253593
254151
|
"type": "integer"
|
253594
254152
|
},
|
253595
254153
|
"LoggingInfo": {
|
253596
|
-
"shape": "
|
254154
|
+
"shape": "Sg0"
|
253597
254155
|
},
|
253598
254156
|
"ServiceRoleArn": {},
|
253599
254157
|
"MaxConcurrency": {},
|
@@ -253618,7 +254176,7 @@ module.exports={
|
|
253618
254176
|
"type": "structure",
|
253619
254177
|
"members": {
|
253620
254178
|
"Filters": {
|
253621
|
-
"shape": "
|
254179
|
+
"shape": "Ser"
|
253622
254180
|
},
|
253623
254181
|
"MaxResults": {
|
253624
254182
|
"type": "integer"
|
@@ -253797,7 +254355,7 @@ module.exports={
|
|
253797
254355
|
}
|
253798
254356
|
},
|
253799
254357
|
"ParameterFilters": {
|
253800
|
-
"shape": "
|
254358
|
+
"shape": "Sgu"
|
253801
254359
|
},
|
253802
254360
|
"MaxResults": {
|
253803
254361
|
"type": "integer"
|
@@ -253831,7 +254389,7 @@ module.exports={
|
|
253831
254389
|
},
|
253832
254390
|
"Tier": {},
|
253833
254391
|
"Policies": {
|
253834
|
-
"shape": "
|
254392
|
+
"shape": "Sh9"
|
253835
254393
|
},
|
253836
254394
|
"DataType": {}
|
253837
254395
|
}
|
@@ -253860,7 +254418,7 @@ module.exports={
|
|
253860
254418
|
"BaselineIdentities": {
|
253861
254419
|
"type": "list",
|
253862
254420
|
"member": {
|
253863
|
-
"shape": "
|
254421
|
+
"shape": "Shf"
|
253864
254422
|
}
|
253865
254423
|
},
|
253866
254424
|
"NextToken": {}
|
@@ -253942,7 +254500,7 @@ module.exports={
|
|
253942
254500
|
"members": {
|
253943
254501
|
"PatchGroup": {},
|
253944
254502
|
"BaselineIdentity": {
|
253945
|
-
"shape": "
|
254503
|
+
"shape": "Shf"
|
253946
254504
|
}
|
253947
254505
|
}
|
253948
254506
|
}
|
@@ -254225,7 +254783,7 @@ module.exports={
|
|
254225
254783
|
"StandardErrorContent": {},
|
254226
254784
|
"StandardErrorUrl": {},
|
254227
254785
|
"CloudWatchOutputConfig": {
|
254228
|
-
"shape": "
|
254786
|
+
"shape": "Sj0"
|
254229
254787
|
}
|
254230
254788
|
}
|
254231
254789
|
}
|
@@ -254366,10 +254924,10 @@ module.exports={
|
|
254366
254924
|
"type": "structure",
|
254367
254925
|
"members": {
|
254368
254926
|
"Filters": {
|
254369
|
-
"shape": "
|
254927
|
+
"shape": "Sjm"
|
254370
254928
|
},
|
254371
254929
|
"Aggregators": {
|
254372
|
-
"shape": "
|
254930
|
+
"shape": "Sjs"
|
254373
254931
|
},
|
254374
254932
|
"ResultAttributes": {
|
254375
254933
|
"type": "list",
|
@@ -254414,7 +254972,7 @@ module.exports={
|
|
254414
254972
|
"CaptureTime": {},
|
254415
254973
|
"ContentHash": {},
|
254416
254974
|
"Content": {
|
254417
|
-
"shape": "
|
254975
|
+
"shape": "Sk9"
|
254418
254976
|
}
|
254419
254977
|
}
|
254420
254978
|
}
|
@@ -254578,7 +255136,7 @@ module.exports={
|
|
254578
255136
|
"TaskParameters": {
|
254579
255137
|
"type": "list",
|
254580
255138
|
"member": {
|
254581
|
-
"shape": "
|
255139
|
+
"shape": "Sfu"
|
254582
255140
|
},
|
254583
255141
|
"sensitive": true
|
254584
255142
|
},
|
@@ -254627,7 +255185,7 @@ module.exports={
|
|
254627
255185
|
"ExecutionId": {},
|
254628
255186
|
"TaskType": {},
|
254629
255187
|
"Parameters": {
|
254630
|
-
"shape": "
|
255188
|
+
"shape": "Sf3"
|
254631
255189
|
},
|
254632
255190
|
"Status": {},
|
254633
255191
|
"StatusDetails": {},
|
@@ -254668,10 +255226,10 @@ module.exports={
|
|
254668
255226
|
"ServiceRoleArn": {},
|
254669
255227
|
"TaskType": {},
|
254670
255228
|
"TaskParameters": {
|
254671
|
-
"shape": "
|
255229
|
+
"shape": "Sfu"
|
254672
255230
|
},
|
254673
255231
|
"TaskInvocationParameters": {
|
254674
|
-
"shape": "
|
255232
|
+
"shape": "Sl0"
|
254675
255233
|
},
|
254676
255234
|
"Priority": {
|
254677
255235
|
"type": "integer"
|
@@ -254679,7 +255237,7 @@ module.exports={
|
|
254679
255237
|
"MaxConcurrency": {},
|
254680
255238
|
"MaxErrors": {},
|
254681
255239
|
"LoggingInfo": {
|
254682
|
-
"shape": "
|
255240
|
+
"shape": "Sg0"
|
254683
255241
|
},
|
254684
255242
|
"Name": {},
|
254685
255243
|
"Description": {
|
@@ -254787,10 +255345,10 @@ module.exports={
|
|
254787
255345
|
"members": {
|
254788
255346
|
"SyncName": {},
|
254789
255347
|
"Filters": {
|
254790
|
-
"shape": "
|
255348
|
+
"shape": "Sln"
|
254791
255349
|
},
|
254792
255350
|
"Aggregators": {
|
254793
|
-
"shape": "
|
255351
|
+
"shape": "Slt"
|
254794
255352
|
},
|
254795
255353
|
"ResultAttributes": {
|
254796
255354
|
"type": "list",
|
@@ -254861,7 +255419,7 @@ module.exports={
|
|
254861
255419
|
"type": "structure",
|
254862
255420
|
"members": {
|
254863
255421
|
"Parameter": {
|
254864
|
-
"shape": "
|
255422
|
+
"shape": "Smf"
|
254865
255423
|
}
|
254866
255424
|
}
|
254867
255425
|
}
|
@@ -254900,18 +255458,18 @@ module.exports={
|
|
254900
255458
|
"LastModifiedUser": {},
|
254901
255459
|
"Description": {},
|
254902
255460
|
"Value": {
|
254903
|
-
"shape": "
|
255461
|
+
"shape": "Smg"
|
254904
255462
|
},
|
254905
255463
|
"AllowedPattern": {},
|
254906
255464
|
"Version": {
|
254907
255465
|
"type": "long"
|
254908
255466
|
},
|
254909
255467
|
"Labels": {
|
254910
|
-
"shape": "
|
255468
|
+
"shape": "Smm"
|
254911
255469
|
},
|
254912
255470
|
"Tier": {},
|
254913
255471
|
"Policies": {
|
254914
|
-
"shape": "
|
255472
|
+
"shape": "Sh9"
|
254915
255473
|
},
|
254916
255474
|
"DataType": {}
|
254917
255475
|
}
|
@@ -254940,7 +255498,7 @@ module.exports={
|
|
254940
255498
|
"type": "structure",
|
254941
255499
|
"members": {
|
254942
255500
|
"Parameters": {
|
254943
|
-
"shape": "
|
255501
|
+
"shape": "Smq"
|
254944
255502
|
},
|
254945
255503
|
"InvalidParameters": {
|
254946
255504
|
"shape": "S7n"
|
@@ -254960,7 +255518,7 @@ module.exports={
|
|
254960
255518
|
"type": "boolean"
|
254961
255519
|
},
|
254962
255520
|
"ParameterFilters": {
|
254963
|
-
"shape": "
|
255521
|
+
"shape": "Sgu"
|
254964
255522
|
},
|
254965
255523
|
"WithDecryption": {
|
254966
255524
|
"type": "boolean"
|
@@ -254975,7 +255533,7 @@ module.exports={
|
|
254975
255533
|
"type": "structure",
|
254976
255534
|
"members": {
|
254977
255535
|
"Parameters": {
|
254978
|
-
"shape": "
|
255536
|
+
"shape": "Smq"
|
254979
255537
|
},
|
254980
255538
|
"NextToken": {}
|
254981
255539
|
}
|
@@ -255097,7 +255655,7 @@ module.exports={
|
|
255097
255655
|
"type": "structure",
|
255098
255656
|
"members": {
|
255099
255657
|
"ServiceSetting": {
|
255100
|
-
"shape": "
|
255658
|
+
"shape": "Sn8"
|
255101
255659
|
}
|
255102
255660
|
}
|
255103
255661
|
}
|
@@ -255115,7 +255673,7 @@ module.exports={
|
|
255115
255673
|
"type": "long"
|
255116
255674
|
},
|
255117
255675
|
"Labels": {
|
255118
|
-
"shape": "
|
255676
|
+
"shape": "Smm"
|
255119
255677
|
}
|
255120
255678
|
}
|
255121
255679
|
},
|
@@ -255123,7 +255681,7 @@ module.exports={
|
|
255123
255681
|
"type": "structure",
|
255124
255682
|
"members": {
|
255125
255683
|
"InvalidLabels": {
|
255126
|
-
"shape": "
|
255684
|
+
"shape": "Smm"
|
255127
255685
|
},
|
255128
255686
|
"ParameterVersion": {
|
255129
255687
|
"type": "long"
|
@@ -255275,7 +255833,7 @@ module.exports={
|
|
255275
255833
|
},
|
255276
255834
|
"NextToken": {},
|
255277
255835
|
"Filters": {
|
255278
|
-
"shape": "
|
255836
|
+
"shape": "Snq"
|
255279
255837
|
},
|
255280
255838
|
"Details": {
|
255281
255839
|
"type": "boolean"
|
@@ -255332,10 +255890,10 @@ module.exports={
|
|
255332
255890
|
},
|
255333
255891
|
"ServiceRole": {},
|
255334
255892
|
"NotificationConfig": {
|
255335
|
-
"shape": "
|
255893
|
+
"shape": "Sl2"
|
255336
255894
|
},
|
255337
255895
|
"CloudWatchOutputConfig": {
|
255338
|
-
"shape": "
|
255896
|
+
"shape": "Sj0"
|
255339
255897
|
}
|
255340
255898
|
}
|
255341
255899
|
}
|
@@ -255355,7 +255913,7 @@ module.exports={
|
|
255355
255913
|
},
|
255356
255914
|
"NextToken": {},
|
255357
255915
|
"Filters": {
|
255358
|
-
"shape": "
|
255916
|
+
"shape": "Snq"
|
255359
255917
|
}
|
255360
255918
|
}
|
255361
255919
|
},
|
@@ -255365,7 +255923,7 @@ module.exports={
|
|
255365
255923
|
"Commands": {
|
255366
255924
|
"type": "list",
|
255367
255925
|
"member": {
|
255368
|
-
"shape": "
|
255926
|
+
"shape": "So6"
|
255369
255927
|
}
|
255370
255928
|
},
|
255371
255929
|
"NextToken": {}
|
@@ -255377,7 +255935,7 @@ module.exports={
|
|
255377
255935
|
"type": "structure",
|
255378
255936
|
"members": {
|
255379
255937
|
"Filters": {
|
255380
|
-
"shape": "
|
255938
|
+
"shape": "Sod"
|
255381
255939
|
},
|
255382
255940
|
"ResourceIds": {
|
255383
255941
|
"type": "list",
|
@@ -255409,10 +255967,10 @@ module.exports={
|
|
255409
255967
|
"Status": {},
|
255410
255968
|
"Severity": {},
|
255411
255969
|
"ExecutionSummary": {
|
255412
|
-
"shape": "
|
255970
|
+
"shape": "Sov"
|
255413
255971
|
},
|
255414
255972
|
"Details": {
|
255415
|
-
"shape": "
|
255973
|
+
"shape": "Soy"
|
255416
255974
|
}
|
255417
255975
|
}
|
255418
255976
|
}
|
@@ -255426,7 +255984,7 @@ module.exports={
|
|
255426
255984
|
"type": "structure",
|
255427
255985
|
"members": {
|
255428
255986
|
"Filters": {
|
255429
|
-
"shape": "
|
255987
|
+
"shape": "Sod"
|
255430
255988
|
},
|
255431
255989
|
"NextToken": {},
|
255432
255990
|
"MaxResults": {
|
@@ -255444,10 +256002,10 @@ module.exports={
|
|
255444
256002
|
"members": {
|
255445
256003
|
"ComplianceType": {},
|
255446
256004
|
"CompliantSummary": {
|
255447
|
-
"shape": "
|
256005
|
+
"shape": "Sp3"
|
255448
256006
|
},
|
255449
256007
|
"NonCompliantSummary": {
|
255450
|
-
"shape": "
|
256008
|
+
"shape": "Sp6"
|
255451
256009
|
}
|
255452
256010
|
}
|
255453
256011
|
}
|
@@ -255495,7 +256053,7 @@ module.exports={
|
|
255495
256053
|
},
|
255496
256054
|
"ReviewStatus": {},
|
255497
256055
|
"Comment": {
|
255498
|
-
"shape": "
|
256056
|
+
"shape": "Spd"
|
255499
256057
|
},
|
255500
256058
|
"Reviewer": {}
|
255501
256059
|
}
|
@@ -255636,7 +256194,7 @@ module.exports={
|
|
255636
256194
|
"InstanceId": {},
|
255637
256195
|
"TypeName": {},
|
255638
256196
|
"Filters": {
|
255639
|
-
"shape": "
|
256197
|
+
"shape": "Sjm"
|
255640
256198
|
},
|
255641
256199
|
"NextToken": {},
|
255642
256200
|
"MaxResults": {
|
@@ -255652,7 +256210,7 @@ module.exports={
|
|
255652
256210
|
"SchemaVersion": {},
|
255653
256211
|
"CaptureTime": {},
|
255654
256212
|
"Entries": {
|
255655
|
-
"shape": "
|
256213
|
+
"shape": "Sk9"
|
255656
256214
|
},
|
255657
256215
|
"NextToken": {}
|
255658
256216
|
}
|
@@ -255702,7 +256260,7 @@ module.exports={
|
|
255702
256260
|
"DetailType": {},
|
255703
256261
|
"Detail": {},
|
255704
256262
|
"CreatedBy": {
|
255705
|
-
"shape": "
|
256263
|
+
"shape": "Sqb"
|
255706
256264
|
},
|
255707
256265
|
"CreatedTime": {
|
255708
256266
|
"type": "timestamp"
|
@@ -255758,13 +256316,13 @@ module.exports={
|
|
255758
256316
|
"AssociationType": {},
|
255759
256317
|
"ResourceUri": {},
|
255760
256318
|
"CreatedBy": {
|
255761
|
-
"shape": "
|
256319
|
+
"shape": "Sqb"
|
255762
256320
|
},
|
255763
256321
|
"CreatedTime": {
|
255764
256322
|
"type": "timestamp"
|
255765
256323
|
},
|
255766
256324
|
"LastModifiedBy": {
|
255767
|
-
"shape": "
|
256325
|
+
"shape": "Sqb"
|
255768
256326
|
},
|
255769
256327
|
"LastModifiedTime": {
|
255770
256328
|
"type": "timestamp"
|
@@ -255831,7 +256389,7 @@ module.exports={
|
|
255831
256389
|
"type": "structure",
|
255832
256390
|
"members": {
|
255833
256391
|
"Filters": {
|
255834
|
-
"shape": "
|
256392
|
+
"shape": "Sod"
|
255835
256393
|
},
|
255836
256394
|
"NextToken": {},
|
255837
256395
|
"MaxResults": {
|
@@ -255853,13 +256411,13 @@ module.exports={
|
|
255853
256411
|
"Status": {},
|
255854
256412
|
"OverallSeverity": {},
|
255855
256413
|
"ExecutionSummary": {
|
255856
|
-
"shape": "
|
256414
|
+
"shape": "Sov"
|
255857
256415
|
},
|
255858
256416
|
"CompliantSummary": {
|
255859
|
-
"shape": "
|
256417
|
+
"shape": "Sp3"
|
255860
256418
|
},
|
255861
256419
|
"NonCompliantSummary": {
|
255862
|
-
"shape": "
|
256420
|
+
"shape": "Sp6"
|
255863
256421
|
}
|
255864
256422
|
}
|
255865
256423
|
}
|
@@ -255992,7 +256550,7 @@ module.exports={
|
|
255992
256550
|
"ResourceType": {},
|
255993
256551
|
"ComplianceType": {},
|
255994
256552
|
"ExecutionSummary": {
|
255995
|
-
"shape": "
|
256553
|
+
"shape": "Sov"
|
255996
256554
|
},
|
255997
256555
|
"Items": {
|
255998
256556
|
"type": "list",
|
@@ -256008,7 +256566,7 @@ module.exports={
|
|
256008
256566
|
"Severity": {},
|
256009
256567
|
"Status": {},
|
256010
256568
|
"Details": {
|
256011
|
-
"shape": "
|
256569
|
+
"shape": "Soy"
|
256012
256570
|
}
|
256013
256571
|
}
|
256014
256572
|
}
|
@@ -256046,7 +256604,7 @@ module.exports={
|
|
256046
256604
|
"CaptureTime": {},
|
256047
256605
|
"ContentHash": {},
|
256048
256606
|
"Content": {
|
256049
|
-
"shape": "
|
256607
|
+
"shape": "Sk9"
|
256050
256608
|
},
|
256051
256609
|
"Context": {
|
256052
256610
|
"type": "map",
|
@@ -256076,7 +256634,7 @@ module.exports={
|
|
256076
256634
|
"Name": {},
|
256077
256635
|
"Description": {},
|
256078
256636
|
"Value": {
|
256079
|
-
"shape": "
|
256637
|
+
"shape": "Smg"
|
256080
256638
|
},
|
256081
256639
|
"Type": {},
|
256082
256640
|
"KeyId": {},
|
@@ -256211,10 +256769,10 @@ module.exports={
|
|
256211
256769
|
"ServiceRoleArn": {},
|
256212
256770
|
"TaskType": {},
|
256213
256771
|
"TaskParameters": {
|
256214
|
-
"shape": "
|
256772
|
+
"shape": "Sfu"
|
256215
256773
|
},
|
256216
256774
|
"TaskInvocationParameters": {
|
256217
|
-
"shape": "
|
256775
|
+
"shape": "Sl0"
|
256218
256776
|
},
|
256219
256777
|
"Priority": {
|
256220
256778
|
"type": "integer"
|
@@ -256222,7 +256780,7 @@ module.exports={
|
|
256222
256780
|
"MaxConcurrency": {},
|
256223
256781
|
"MaxErrors": {},
|
256224
256782
|
"LoggingInfo": {
|
256225
|
-
"shape": "
|
256783
|
+
"shape": "Sg0"
|
256226
256784
|
},
|
256227
256785
|
"Name": {},
|
256228
256786
|
"Description": {
|
@@ -256280,7 +256838,7 @@ module.exports={
|
|
256280
256838
|
"type": "structure",
|
256281
256839
|
"members": {
|
256282
256840
|
"ServiceSetting": {
|
256283
|
-
"shape": "
|
256841
|
+
"shape": "Sn8"
|
256284
256842
|
}
|
256285
256843
|
}
|
256286
256844
|
}
|
@@ -256355,10 +256913,10 @@ module.exports={
|
|
256355
256913
|
"MaxErrors": {},
|
256356
256914
|
"ServiceRoleArn": {},
|
256357
256915
|
"NotificationConfig": {
|
256358
|
-
"shape": "
|
256916
|
+
"shape": "Sl2"
|
256359
256917
|
},
|
256360
256918
|
"CloudWatchOutputConfig": {
|
256361
|
-
"shape": "
|
256919
|
+
"shape": "Sj0"
|
256362
256920
|
},
|
256363
256921
|
"AlarmConfiguration": {
|
256364
256922
|
"shape": "S1z"
|
@@ -256369,7 +256927,7 @@ module.exports={
|
|
256369
256927
|
"type": "structure",
|
256370
256928
|
"members": {
|
256371
256929
|
"Command": {
|
256372
|
-
"shape": "
|
256930
|
+
"shape": "So6"
|
256373
256931
|
}
|
256374
256932
|
}
|
256375
256933
|
}
|
@@ -256549,7 +257107,7 @@ module.exports={
|
|
256549
257107
|
"type": "long"
|
256550
257108
|
},
|
256551
257109
|
"Labels": {
|
256552
|
-
"shape": "
|
257110
|
+
"shape": "Smm"
|
256553
257111
|
}
|
256554
257112
|
}
|
256555
257113
|
},
|
@@ -256557,10 +257115,10 @@ module.exports={
|
|
256557
257115
|
"type": "structure",
|
256558
257116
|
"members": {
|
256559
257117
|
"RemovedLabels": {
|
256560
|
-
"shape": "
|
257118
|
+
"shape": "Smm"
|
256561
257119
|
},
|
256562
257120
|
"InvalidLabels": {
|
256563
|
-
"shape": "
|
257121
|
+
"shape": "Smm"
|
256564
257122
|
}
|
256565
257123
|
}
|
256566
257124
|
}
|
@@ -256722,7 +257280,7 @@ module.exports={
|
|
256722
257280
|
"members": {
|
256723
257281
|
"Action": {},
|
256724
257282
|
"Comment": {
|
256725
|
-
"shape": "
|
257283
|
+
"shape": "Spd"
|
256726
257284
|
}
|
256727
257285
|
}
|
256728
257286
|
}
|
@@ -256858,10 +257416,10 @@ module.exports={
|
|
256858
257416
|
"TaskArn": {},
|
256859
257417
|
"ServiceRoleArn": {},
|
256860
257418
|
"TaskParameters": {
|
256861
|
-
"shape": "
|
257419
|
+
"shape": "Sfu"
|
256862
257420
|
},
|
256863
257421
|
"TaskInvocationParameters": {
|
256864
|
-
"shape": "
|
257422
|
+
"shape": "Sl0"
|
256865
257423
|
},
|
256866
257424
|
"Priority": {
|
256867
257425
|
"type": "integer"
|
@@ -256869,7 +257427,7 @@ module.exports={
|
|
256869
257427
|
"MaxConcurrency": {},
|
256870
257428
|
"MaxErrors": {},
|
256871
257429
|
"LoggingInfo": {
|
256872
|
-
"shape": "
|
257430
|
+
"shape": "Sg0"
|
256873
257431
|
},
|
256874
257432
|
"Name": {},
|
256875
257433
|
"Description": {
|
@@ -256895,10 +257453,10 @@ module.exports={
|
|
256895
257453
|
"TaskArn": {},
|
256896
257454
|
"ServiceRoleArn": {},
|
256897
257455
|
"TaskParameters": {
|
256898
|
-
"shape": "
|
257456
|
+
"shape": "Sfu"
|
256899
257457
|
},
|
256900
257458
|
"TaskInvocationParameters": {
|
256901
|
-
"shape": "
|
257459
|
+
"shape": "Sl0"
|
256902
257460
|
},
|
256903
257461
|
"Priority": {
|
256904
257462
|
"type": "integer"
|
@@ -256906,7 +257464,7 @@ module.exports={
|
|
256906
257464
|
"MaxConcurrency": {},
|
256907
257465
|
"MaxErrors": {},
|
256908
257466
|
"LoggingInfo": {
|
256909
|
-
"shape": "
|
257467
|
+
"shape": "Sg0"
|
256910
257468
|
},
|
256911
257469
|
"Name": {},
|
256912
257470
|
"Description": {
|
@@ -257922,6 +258480,19 @@ module.exports={
|
|
257922
258480
|
"type": "list",
|
257923
258481
|
"member": {}
|
257924
258482
|
},
|
258483
|
+
"Scr": {
|
258484
|
+
"type": "structure",
|
258485
|
+
"members": {
|
258486
|
+
"DetailedStatus": {},
|
258487
|
+
"InstanceAssociationStatusAggregatedCount": {
|
258488
|
+
"type": "map",
|
258489
|
+
"key": {},
|
258490
|
+
"value": {
|
258491
|
+
"type": "integer"
|
258492
|
+
}
|
258493
|
+
}
|
258494
|
+
}
|
258495
|
+
},
|
257925
258496
|
"Scz": {
|
257926
258497
|
"type": "structure",
|
257927
258498
|
"required": [
|
@@ -257991,7 +258562,11 @@ module.exports={
|
|
257991
258562
|
"type": "string",
|
257992
258563
|
"sensitive": true
|
257993
258564
|
},
|
257994
|
-
"
|
258565
|
+
"Sdz": {
|
258566
|
+
"type": "list",
|
258567
|
+
"member": {}
|
258568
|
+
},
|
258569
|
+
"Ser": {
|
257995
258570
|
"type": "list",
|
257996
258571
|
"member": {
|
257997
258572
|
"type": "structure",
|
@@ -258004,11 +258579,11 @@ module.exports={
|
|
258004
258579
|
}
|
258005
258580
|
}
|
258006
258581
|
},
|
258007
|
-
"
|
258582
|
+
"Sf3": {
|
258008
258583
|
"type": "string",
|
258009
258584
|
"sensitive": true
|
258010
258585
|
},
|
258011
|
-
"
|
258586
|
+
"Sfu": {
|
258012
258587
|
"type": "map",
|
258013
258588
|
"key": {},
|
258014
258589
|
"value": {
|
@@ -258027,7 +258602,7 @@ module.exports={
|
|
258027
258602
|
},
|
258028
258603
|
"sensitive": true
|
258029
258604
|
},
|
258030
|
-
"
|
258605
|
+
"Sg0": {
|
258031
258606
|
"type": "structure",
|
258032
258607
|
"required": [
|
258033
258608
|
"S3BucketName",
|
@@ -258039,7 +258614,7 @@ module.exports={
|
|
258039
258614
|
"S3Region": {}
|
258040
258615
|
}
|
258041
258616
|
},
|
258042
|
-
"
|
258617
|
+
"Sgu": {
|
258043
258618
|
"type": "list",
|
258044
258619
|
"member": {
|
258045
258620
|
"type": "structure",
|
@@ -258056,7 +258631,7 @@ module.exports={
|
|
258056
258631
|
}
|
258057
258632
|
}
|
258058
258633
|
},
|
258059
|
-
"
|
258634
|
+
"Sh9": {
|
258060
258635
|
"type": "list",
|
258061
258636
|
"member": {
|
258062
258637
|
"type": "structure",
|
@@ -258067,7 +258642,7 @@ module.exports={
|
|
258067
258642
|
}
|
258068
258643
|
}
|
258069
258644
|
},
|
258070
|
-
"
|
258645
|
+
"Shf": {
|
258071
258646
|
"type": "structure",
|
258072
258647
|
"members": {
|
258073
258648
|
"BaselineId": {},
|
@@ -258079,7 +258654,7 @@ module.exports={
|
|
258079
258654
|
}
|
258080
258655
|
}
|
258081
258656
|
},
|
258082
|
-
"
|
258657
|
+
"Sj0": {
|
258083
258658
|
"type": "structure",
|
258084
258659
|
"members": {
|
258085
258660
|
"CloudWatchLogGroupName": {},
|
@@ -258088,7 +258663,7 @@ module.exports={
|
|
258088
258663
|
}
|
258089
258664
|
}
|
258090
258665
|
},
|
258091
|
-
"
|
258666
|
+
"Sjm": {
|
258092
258667
|
"type": "list",
|
258093
258668
|
"member": {
|
258094
258669
|
"type": "structure",
|
@@ -258106,14 +258681,14 @@ module.exports={
|
|
258106
258681
|
}
|
258107
258682
|
}
|
258108
258683
|
},
|
258109
|
-
"
|
258684
|
+
"Sjs": {
|
258110
258685
|
"type": "list",
|
258111
258686
|
"member": {
|
258112
258687
|
"type": "structure",
|
258113
258688
|
"members": {
|
258114
258689
|
"Expression": {},
|
258115
258690
|
"Aggregators": {
|
258116
|
-
"shape": "
|
258691
|
+
"shape": "Sjs"
|
258117
258692
|
},
|
258118
258693
|
"Groups": {
|
258119
258694
|
"type": "list",
|
@@ -258126,7 +258701,7 @@ module.exports={
|
|
258126
258701
|
"members": {
|
258127
258702
|
"Name": {},
|
258128
258703
|
"Filters": {
|
258129
|
-
"shape": "
|
258704
|
+
"shape": "Sjm"
|
258130
258705
|
}
|
258131
258706
|
}
|
258132
258707
|
}
|
@@ -258134,7 +258709,7 @@ module.exports={
|
|
258134
258709
|
}
|
258135
258710
|
}
|
258136
258711
|
},
|
258137
|
-
"
|
258712
|
+
"Sk9": {
|
258138
258713
|
"type": "list",
|
258139
258714
|
"member": {
|
258140
258715
|
"type": "map",
|
@@ -258142,7 +258717,7 @@ module.exports={
|
|
258142
258717
|
"value": {}
|
258143
258718
|
}
|
258144
258719
|
},
|
258145
|
-
"
|
258720
|
+
"Sl0": {
|
258146
258721
|
"type": "structure",
|
258147
258722
|
"members": {
|
258148
258723
|
"RunCommand": {
|
@@ -258150,13 +258725,13 @@ module.exports={
|
|
258150
258725
|
"members": {
|
258151
258726
|
"Comment": {},
|
258152
258727
|
"CloudWatchOutputConfig": {
|
258153
|
-
"shape": "
|
258728
|
+
"shape": "Sj0"
|
258154
258729
|
},
|
258155
258730
|
"DocumentHash": {},
|
258156
258731
|
"DocumentHashType": {},
|
258157
258732
|
"DocumentVersion": {},
|
258158
258733
|
"NotificationConfig": {
|
258159
|
-
"shape": "
|
258734
|
+
"shape": "Sl2"
|
258160
258735
|
},
|
258161
258736
|
"OutputS3BucketName": {},
|
258162
258737
|
"OutputS3KeyPrefix": {},
|
@@ -258201,7 +258776,7 @@ module.exports={
|
|
258201
258776
|
}
|
258202
258777
|
}
|
258203
258778
|
},
|
258204
|
-
"
|
258779
|
+
"Sl2": {
|
258205
258780
|
"type": "structure",
|
258206
258781
|
"members": {
|
258207
258782
|
"NotificationArn": {},
|
@@ -258212,7 +258787,7 @@ module.exports={
|
|
258212
258787
|
"NotificationType": {}
|
258213
258788
|
}
|
258214
258789
|
},
|
258215
|
-
"
|
258790
|
+
"Sln": {
|
258216
258791
|
"type": "list",
|
258217
258792
|
"member": {
|
258218
258793
|
"type": "structure",
|
@@ -258230,7 +258805,7 @@ module.exports={
|
|
258230
258805
|
}
|
258231
258806
|
}
|
258232
258807
|
},
|
258233
|
-
"
|
258808
|
+
"Slt": {
|
258234
258809
|
"type": "list",
|
258235
258810
|
"member": {
|
258236
258811
|
"type": "structure",
|
@@ -258244,21 +258819,21 @@ module.exports={
|
|
258244
258819
|
"value": {}
|
258245
258820
|
},
|
258246
258821
|
"Filters": {
|
258247
|
-
"shape": "
|
258822
|
+
"shape": "Sln"
|
258248
258823
|
},
|
258249
258824
|
"Aggregators": {
|
258250
|
-
"shape": "
|
258825
|
+
"shape": "Slt"
|
258251
258826
|
}
|
258252
258827
|
}
|
258253
258828
|
}
|
258254
258829
|
},
|
258255
|
-
"
|
258830
|
+
"Smf": {
|
258256
258831
|
"type": "structure",
|
258257
258832
|
"members": {
|
258258
258833
|
"Name": {},
|
258259
258834
|
"Type": {},
|
258260
258835
|
"Value": {
|
258261
|
-
"shape": "
|
258836
|
+
"shape": "Smg"
|
258262
258837
|
},
|
258263
258838
|
"Version": {
|
258264
258839
|
"type": "long"
|
@@ -258272,21 +258847,21 @@ module.exports={
|
|
258272
258847
|
"DataType": {}
|
258273
258848
|
}
|
258274
258849
|
},
|
258275
|
-
"
|
258850
|
+
"Smg": {
|
258276
258851
|
"type": "string",
|
258277
258852
|
"sensitive": true
|
258278
258853
|
},
|
258279
|
-
"
|
258854
|
+
"Smm": {
|
258280
258855
|
"type": "list",
|
258281
258856
|
"member": {}
|
258282
258857
|
},
|
258283
|
-
"
|
258858
|
+
"Smq": {
|
258284
258859
|
"type": "list",
|
258285
258860
|
"member": {
|
258286
|
-
"shape": "
|
258861
|
+
"shape": "Smf"
|
258287
258862
|
}
|
258288
258863
|
},
|
258289
|
-
"
|
258864
|
+
"Sn8": {
|
258290
258865
|
"type": "structure",
|
258291
258866
|
"members": {
|
258292
258867
|
"SettingId": {},
|
@@ -258299,7 +258874,7 @@ module.exports={
|
|
258299
258874
|
"Status": {}
|
258300
258875
|
}
|
258301
258876
|
},
|
258302
|
-
"
|
258877
|
+
"Snq": {
|
258303
258878
|
"type": "list",
|
258304
258879
|
"member": {
|
258305
258880
|
"type": "structure",
|
@@ -258313,7 +258888,7 @@ module.exports={
|
|
258313
258888
|
}
|
258314
258889
|
}
|
258315
258890
|
},
|
258316
|
-
"
|
258891
|
+
"So6": {
|
258317
258892
|
"type": "structure",
|
258318
258893
|
"members": {
|
258319
258894
|
"CommandId": {},
|
@@ -258356,10 +258931,10 @@ module.exports={
|
|
258356
258931
|
},
|
258357
258932
|
"ServiceRole": {},
|
258358
258933
|
"NotificationConfig": {
|
258359
|
-
"shape": "
|
258934
|
+
"shape": "Sl2"
|
258360
258935
|
},
|
258361
258936
|
"CloudWatchOutputConfig": {
|
258362
|
-
"shape": "
|
258937
|
+
"shape": "Sj0"
|
258363
258938
|
},
|
258364
258939
|
"TimeoutSeconds": {
|
258365
258940
|
"type": "integer"
|
@@ -258372,7 +258947,7 @@ module.exports={
|
|
258372
258947
|
}
|
258373
258948
|
}
|
258374
258949
|
},
|
258375
|
-
"
|
258950
|
+
"Sod": {
|
258376
258951
|
"type": "list",
|
258377
258952
|
"member": {
|
258378
258953
|
"type": "structure",
|
@@ -258386,7 +258961,7 @@ module.exports={
|
|
258386
258961
|
}
|
258387
258962
|
}
|
258388
258963
|
},
|
258389
|
-
"
|
258964
|
+
"Sov": {
|
258390
258965
|
"type": "structure",
|
258391
258966
|
"required": [
|
258392
258967
|
"ExecutionTime"
|
@@ -258399,23 +258974,23 @@ module.exports={
|
|
258399
258974
|
"ExecutionType": {}
|
258400
258975
|
}
|
258401
258976
|
},
|
258402
|
-
"
|
258977
|
+
"Soy": {
|
258403
258978
|
"type": "map",
|
258404
258979
|
"key": {},
|
258405
258980
|
"value": {}
|
258406
258981
|
},
|
258407
|
-
"
|
258982
|
+
"Sp3": {
|
258408
258983
|
"type": "structure",
|
258409
258984
|
"members": {
|
258410
258985
|
"CompliantCount": {
|
258411
258986
|
"type": "integer"
|
258412
258987
|
},
|
258413
258988
|
"SeveritySummary": {
|
258414
|
-
"shape": "
|
258989
|
+
"shape": "Sp5"
|
258415
258990
|
}
|
258416
258991
|
}
|
258417
258992
|
},
|
258418
|
-
"
|
258993
|
+
"Sp5": {
|
258419
258994
|
"type": "structure",
|
258420
258995
|
"members": {
|
258421
258996
|
"CriticalCount": {
|
@@ -258438,18 +259013,18 @@ module.exports={
|
|
258438
259013
|
}
|
258439
259014
|
}
|
258440
259015
|
},
|
258441
|
-
"
|
259016
|
+
"Sp6": {
|
258442
259017
|
"type": "structure",
|
258443
259018
|
"members": {
|
258444
259019
|
"NonCompliantCount": {
|
258445
259020
|
"type": "integer"
|
258446
259021
|
},
|
258447
259022
|
"SeveritySummary": {
|
258448
|
-
"shape": "
|
259023
|
+
"shape": "Sp5"
|
258449
259024
|
}
|
258450
259025
|
}
|
258451
259026
|
},
|
258452
|
-
"
|
259027
|
+
"Spd": {
|
258453
259028
|
"type": "list",
|
258454
259029
|
"member": {
|
258455
259030
|
"type": "structure",
|
@@ -258459,7 +259034,7 @@ module.exports={
|
|
258459
259034
|
}
|
258460
259035
|
}
|
258461
259036
|
},
|
258462
|
-
"
|
259037
|
+
"Sqb": {
|
258463
259038
|
"type": "structure",
|
258464
259039
|
"members": {
|
258465
259040
|
"Arn": {}
|
@@ -258548,6 +259123,12 @@ module.exports={
|
|
258548
259123
|
"output_token": "NextToken",
|
258549
259124
|
"result_key": "Patches"
|
258550
259125
|
},
|
259126
|
+
"DescribeInstanceProperties": {
|
259127
|
+
"input_token": "NextToken",
|
259128
|
+
"limit_key": "MaxResults",
|
259129
|
+
"output_token": "NextToken",
|
259130
|
+
"result_key": "InstanceProperties"
|
259131
|
+
},
|
258551
259132
|
"DescribeInventoryDeletions": {
|
258552
259133
|
"input_token": "NextToken",
|
258553
259134
|
"limit_key": "MaxResults",
|
@@ -273576,7 +274157,7 @@ AWS.util.update(AWS, {
|
|
273576
274157
|
/**
|
273577
274158
|
* @constant
|
273578
274159
|
*/
|
273579
|
-
VERSION: '2.
|
274160
|
+
VERSION: '2.1606.0',
|
273580
274161
|
|
273581
274162
|
/**
|
273582
274163
|
* @api private
|
@@ -295835,7 +296416,7 @@ var LRUCache = /** @class */ (function () {
|
|
295835
296416
|
}());
|
295836
296417
|
exports.LRUCache = LRUCache;
|
295837
296418
|
},{}],467:[function(require,module,exports){
|
295838
|
-
// AWS SDK for JavaScript v2.
|
296419
|
+
// AWS SDK for JavaScript v2.1606.0
|
295839
296420
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295840
296421
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295841
296422
|
require('./browser_loader');
|