cdk-lambda-subminute 2.0.389 → 2.0.391
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +387 -115
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +28 -21
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +140 -105
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +209 -62
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +61 -61
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +12 -12
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.min.json +190 -86
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +268 -186
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +518 -516
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1115 -1099
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +3 -7
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +126 -123
- package/node_modules/aws-sdk/clients/batch.d.ts +395 -36
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +7 -1
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +40 -0
- package/node_modules/aws-sdk/clients/docdbelastic.d.ts +253 -112
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -1
- package/node_modules/aws-sdk/clients/eks.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iot.d.ts +11 -10
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +107 -0
- package/node_modules/aws-sdk/clients/migrationhuborchestrator.d.ts +141 -8
- package/node_modules/aws-sdk/clients/quicksight.d.ts +9 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +39 -10
- package/node_modules/aws-sdk/clients/securitylake.d.ts +9 -5
- package/node_modules/aws-sdk/clients/wafv2.d.ts +5 -0
- 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 +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +216 -181
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +102 -102
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1569.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){
|
@@ -12817,6 +12817,41 @@ module.exports={
|
|
12817
12817
|
}
|
12818
12818
|
}
|
12819
12819
|
},
|
12820
|
+
"GetApproximateUsageRecords": {
|
12821
|
+
"input": {
|
12822
|
+
"type": "structure",
|
12823
|
+
"required": [
|
12824
|
+
"Granularity",
|
12825
|
+
"ApproximationDimension"
|
12826
|
+
],
|
12827
|
+
"members": {
|
12828
|
+
"Granularity": {},
|
12829
|
+
"Services": {
|
12830
|
+
"type": "list",
|
12831
|
+
"member": {}
|
12832
|
+
},
|
12833
|
+
"ApproximationDimension": {}
|
12834
|
+
}
|
12835
|
+
},
|
12836
|
+
"output": {
|
12837
|
+
"type": "structure",
|
12838
|
+
"members": {
|
12839
|
+
"Services": {
|
12840
|
+
"type": "map",
|
12841
|
+
"key": {},
|
12842
|
+
"value": {
|
12843
|
+
"type": "long"
|
12844
|
+
}
|
12845
|
+
},
|
12846
|
+
"TotalRecords": {
|
12847
|
+
"type": "long"
|
12848
|
+
},
|
12849
|
+
"LookbackPeriod": {
|
12850
|
+
"shape": "S2o"
|
12851
|
+
}
|
12852
|
+
}
|
12853
|
+
}
|
12854
|
+
},
|
12820
12855
|
"GetCostAndUsage": {
|
12821
12856
|
"input": {
|
12822
12857
|
"type": "structure",
|
@@ -12827,17 +12862,17 @@ module.exports={
|
|
12827
12862
|
],
|
12828
12863
|
"members": {
|
12829
12864
|
"TimePeriod": {
|
12830
|
-
"shape": "
|
12865
|
+
"shape": "S2o"
|
12831
12866
|
},
|
12832
12867
|
"Granularity": {},
|
12833
12868
|
"Filter": {
|
12834
12869
|
"shape": "S7"
|
12835
12870
|
},
|
12836
12871
|
"Metrics": {
|
12837
|
-
"shape": "
|
12872
|
+
"shape": "S2q"
|
12838
12873
|
},
|
12839
12874
|
"GroupBy": {
|
12840
|
-
"shape": "
|
12875
|
+
"shape": "S2s"
|
12841
12876
|
},
|
12842
12877
|
"NextPageToken": {}
|
12843
12878
|
}
|
@@ -12847,13 +12882,13 @@ module.exports={
|
|
12847
12882
|
"members": {
|
12848
12883
|
"NextPageToken": {},
|
12849
12884
|
"GroupDefinitions": {
|
12850
|
-
"shape": "
|
12885
|
+
"shape": "S2s"
|
12851
12886
|
},
|
12852
12887
|
"ResultsByTime": {
|
12853
|
-
"shape": "
|
12888
|
+
"shape": "S2x"
|
12854
12889
|
},
|
12855
12890
|
"DimensionValueAttributes": {
|
12856
|
-
"shape": "
|
12891
|
+
"shape": "S38"
|
12857
12892
|
}
|
12858
12893
|
}
|
12859
12894
|
}
|
@@ -12868,17 +12903,17 @@ module.exports={
|
|
12868
12903
|
],
|
12869
12904
|
"members": {
|
12870
12905
|
"TimePeriod": {
|
12871
|
-
"shape": "
|
12906
|
+
"shape": "S2o"
|
12872
12907
|
},
|
12873
12908
|
"Granularity": {},
|
12874
12909
|
"Filter": {
|
12875
12910
|
"shape": "S7"
|
12876
12911
|
},
|
12877
12912
|
"Metrics": {
|
12878
|
-
"shape": "
|
12913
|
+
"shape": "S2q"
|
12879
12914
|
},
|
12880
12915
|
"GroupBy": {
|
12881
|
-
"shape": "
|
12916
|
+
"shape": "S2s"
|
12882
12917
|
},
|
12883
12918
|
"NextPageToken": {}
|
12884
12919
|
}
|
@@ -12888,13 +12923,13 @@ module.exports={
|
|
12888
12923
|
"members": {
|
12889
12924
|
"NextPageToken": {},
|
12890
12925
|
"GroupDefinitions": {
|
12891
|
-
"shape": "
|
12926
|
+
"shape": "S2s"
|
12892
12927
|
},
|
12893
12928
|
"ResultsByTime": {
|
12894
|
-
"shape": "
|
12929
|
+
"shape": "S2x"
|
12895
12930
|
},
|
12896
12931
|
"DimensionValueAttributes": {
|
12897
|
-
"shape": "
|
12932
|
+
"shape": "S38"
|
12898
12933
|
}
|
12899
12934
|
}
|
12900
12935
|
}
|
@@ -12908,14 +12943,14 @@ module.exports={
|
|
12908
12943
|
"members": {
|
12909
12944
|
"SearchString": {},
|
12910
12945
|
"TimePeriod": {
|
12911
|
-
"shape": "
|
12946
|
+
"shape": "S2o"
|
12912
12947
|
},
|
12913
12948
|
"CostCategoryName": {},
|
12914
12949
|
"Filter": {
|
12915
12950
|
"shape": "S7"
|
12916
12951
|
},
|
12917
12952
|
"SortBy": {
|
12918
|
-
"shape": "
|
12953
|
+
"shape": "S3h"
|
12919
12954
|
},
|
12920
12955
|
"MaxResults": {
|
12921
12956
|
"type": "integer"
|
@@ -12936,7 +12971,7 @@ module.exports={
|
|
12936
12971
|
"member": {}
|
12937
12972
|
},
|
12938
12973
|
"CostCategoryValues": {
|
12939
|
-
"shape": "
|
12974
|
+
"shape": "S3o"
|
12940
12975
|
},
|
12941
12976
|
"ReturnSize": {
|
12942
12977
|
"type": "integer"
|
@@ -12957,7 +12992,7 @@ module.exports={
|
|
12957
12992
|
],
|
12958
12993
|
"members": {
|
12959
12994
|
"TimePeriod": {
|
12960
|
-
"shape": "
|
12995
|
+
"shape": "S2o"
|
12961
12996
|
},
|
12962
12997
|
"Metric": {},
|
12963
12998
|
"Granularity": {},
|
@@ -12973,10 +13008,10 @@ module.exports={
|
|
12973
13008
|
"type": "structure",
|
12974
13009
|
"members": {
|
12975
13010
|
"Total": {
|
12976
|
-
"shape": "
|
13011
|
+
"shape": "S30"
|
12977
13012
|
},
|
12978
13013
|
"ForecastResultsByTime": {
|
12979
|
-
"shape": "
|
13014
|
+
"shape": "S3t"
|
12980
13015
|
}
|
12981
13016
|
}
|
12982
13017
|
}
|
@@ -12991,7 +13026,7 @@ module.exports={
|
|
12991
13026
|
"members": {
|
12992
13027
|
"SearchString": {},
|
12993
13028
|
"TimePeriod": {
|
12994
|
-
"shape": "
|
13029
|
+
"shape": "S2o"
|
12995
13030
|
},
|
12996
13031
|
"Dimension": {},
|
12997
13032
|
"Context": {},
|
@@ -12999,7 +13034,7 @@ module.exports={
|
|
12999
13034
|
"shape": "S7"
|
13000
13035
|
},
|
13001
13036
|
"SortBy": {
|
13002
|
-
"shape": "
|
13037
|
+
"shape": "S3h"
|
13003
13038
|
},
|
13004
13039
|
"MaxResults": {
|
13005
13040
|
"type": "integer"
|
@@ -13016,7 +13051,7 @@ module.exports={
|
|
13016
13051
|
],
|
13017
13052
|
"members": {
|
13018
13053
|
"DimensionValues": {
|
13019
|
-
"shape": "
|
13054
|
+
"shape": "S38"
|
13020
13055
|
},
|
13021
13056
|
"ReturnSize": {
|
13022
13057
|
"type": "integer"
|
@@ -13036,21 +13071,21 @@ module.exports={
|
|
13036
13071
|
],
|
13037
13072
|
"members": {
|
13038
13073
|
"TimePeriod": {
|
13039
|
-
"shape": "
|
13074
|
+
"shape": "S2o"
|
13040
13075
|
},
|
13041
13076
|
"GroupBy": {
|
13042
|
-
"shape": "
|
13077
|
+
"shape": "S2s"
|
13043
13078
|
},
|
13044
13079
|
"Granularity": {},
|
13045
13080
|
"Filter": {
|
13046
13081
|
"shape": "S7"
|
13047
13082
|
},
|
13048
13083
|
"Metrics": {
|
13049
|
-
"shape": "
|
13084
|
+
"shape": "S2q"
|
13050
13085
|
},
|
13051
13086
|
"NextPageToken": {},
|
13052
13087
|
"SortBy": {
|
13053
|
-
"shape": "
|
13088
|
+
"shape": "S3i"
|
13054
13089
|
},
|
13055
13090
|
"MaxResults": {
|
13056
13091
|
"type": "integer"
|
@@ -13069,7 +13104,7 @@ module.exports={
|
|
13069
13104
|
"type": "structure",
|
13070
13105
|
"members": {
|
13071
13106
|
"TimePeriod": {
|
13072
|
-
"shape": "
|
13107
|
+
"shape": "S2o"
|
13073
13108
|
},
|
13074
13109
|
"Groups": {
|
13075
13110
|
"type": "list",
|
@@ -13077,22 +13112,22 @@ module.exports={
|
|
13077
13112
|
"type": "structure",
|
13078
13113
|
"members": {
|
13079
13114
|
"Attributes": {
|
13080
|
-
"shape": "
|
13115
|
+
"shape": "S3a"
|
13081
13116
|
},
|
13082
13117
|
"Coverage": {
|
13083
|
-
"shape": "
|
13118
|
+
"shape": "S44"
|
13084
13119
|
}
|
13085
13120
|
}
|
13086
13121
|
}
|
13087
13122
|
},
|
13088
13123
|
"Total": {
|
13089
|
-
"shape": "
|
13124
|
+
"shape": "S44"
|
13090
13125
|
}
|
13091
13126
|
}
|
13092
13127
|
}
|
13093
13128
|
},
|
13094
13129
|
"Total": {
|
13095
|
-
"shape": "
|
13130
|
+
"shape": "S44"
|
13096
13131
|
},
|
13097
13132
|
"NextPageToken": {}
|
13098
13133
|
}
|
@@ -13115,7 +13150,7 @@ module.exports={
|
|
13115
13150
|
"TermInYears": {},
|
13116
13151
|
"PaymentOption": {},
|
13117
13152
|
"ServiceSpecification": {
|
13118
|
-
"shape": "
|
13153
|
+
"shape": "S4m"
|
13119
13154
|
},
|
13120
13155
|
"PageSize": {
|
13121
13156
|
"type": "integer"
|
@@ -13143,7 +13178,7 @@ module.exports={
|
|
13143
13178
|
"TermInYears": {},
|
13144
13179
|
"PaymentOption": {},
|
13145
13180
|
"ServiceSpecification": {
|
13146
|
-
"shape": "
|
13181
|
+
"shape": "S4m"
|
13147
13182
|
},
|
13148
13183
|
"RecommendationDetails": {
|
13149
13184
|
"type": "list",
|
@@ -13291,17 +13326,17 @@ module.exports={
|
|
13291
13326
|
],
|
13292
13327
|
"members": {
|
13293
13328
|
"TimePeriod": {
|
13294
|
-
"shape": "
|
13329
|
+
"shape": "S2o"
|
13295
13330
|
},
|
13296
13331
|
"GroupBy": {
|
13297
|
-
"shape": "
|
13332
|
+
"shape": "S2s"
|
13298
13333
|
},
|
13299
13334
|
"Granularity": {},
|
13300
13335
|
"Filter": {
|
13301
13336
|
"shape": "S7"
|
13302
13337
|
},
|
13303
13338
|
"SortBy": {
|
13304
|
-
"shape": "
|
13339
|
+
"shape": "S3i"
|
13305
13340
|
},
|
13306
13341
|
"NextPageToken": {},
|
13307
13342
|
"MaxResults": {
|
@@ -13321,7 +13356,7 @@ module.exports={
|
|
13321
13356
|
"type": "structure",
|
13322
13357
|
"members": {
|
13323
13358
|
"TimePeriod": {
|
13324
|
-
"shape": "
|
13359
|
+
"shape": "S2o"
|
13325
13360
|
},
|
13326
13361
|
"Groups": {
|
13327
13362
|
"type": "list",
|
@@ -13331,22 +13366,22 @@ module.exports={
|
|
13331
13366
|
"Key": {},
|
13332
13367
|
"Value": {},
|
13333
13368
|
"Attributes": {
|
13334
|
-
"shape": "
|
13369
|
+
"shape": "S3a"
|
13335
13370
|
},
|
13336
13371
|
"Utilization": {
|
13337
|
-
"shape": "
|
13372
|
+
"shape": "S5c"
|
13338
13373
|
}
|
13339
13374
|
}
|
13340
13375
|
}
|
13341
13376
|
},
|
13342
13377
|
"Total": {
|
13343
|
-
"shape": "
|
13378
|
+
"shape": "S5c"
|
13344
13379
|
}
|
13345
13380
|
}
|
13346
13381
|
}
|
13347
13382
|
},
|
13348
13383
|
"Total": {
|
13349
|
-
"shape": "
|
13384
|
+
"shape": "S5c"
|
13350
13385
|
},
|
13351
13386
|
"NextPageToken": {}
|
13352
13387
|
}
|
@@ -13363,7 +13398,7 @@ module.exports={
|
|
13363
13398
|
"shape": "S7"
|
13364
13399
|
},
|
13365
13400
|
"Configuration": {
|
13366
|
-
"shape": "
|
13401
|
+
"shape": "S5v"
|
13367
13402
|
},
|
13368
13403
|
"Service": {},
|
13369
13404
|
"PageSize": {
|
@@ -13411,10 +13446,10 @@ module.exports={
|
|
13411
13446
|
}
|
13412
13447
|
},
|
13413
13448
|
"ResourceDetails": {
|
13414
|
-
"shape": "
|
13449
|
+
"shape": "S64"
|
13415
13450
|
},
|
13416
13451
|
"ResourceUtilization": {
|
13417
|
-
"shape": "
|
13452
|
+
"shape": "S66"
|
13418
13453
|
},
|
13419
13454
|
"ReservationCoveredHoursInLookbackPeriod": {},
|
13420
13455
|
"SavingsPlansCoveredHoursInLookbackPeriod": {},
|
@@ -13440,10 +13475,10 @@ module.exports={
|
|
13440
13475
|
"type": "boolean"
|
13441
13476
|
},
|
13442
13477
|
"ResourceDetails": {
|
13443
|
-
"shape": "
|
13478
|
+
"shape": "S64"
|
13444
13479
|
},
|
13445
13480
|
"ExpectedResourceUtilization": {
|
13446
|
-
"shape": "
|
13481
|
+
"shape": "S66"
|
13447
13482
|
},
|
13448
13483
|
"PlatformDifferences": {
|
13449
13484
|
"type": "list",
|
@@ -13470,7 +13505,7 @@ module.exports={
|
|
13470
13505
|
},
|
13471
13506
|
"NextPageToken": {},
|
13472
13507
|
"Configuration": {
|
13473
|
-
"shape": "
|
13508
|
+
"shape": "S5v"
|
13474
13509
|
}
|
13475
13510
|
}
|
13476
13511
|
}
|
@@ -13546,24 +13581,24 @@ module.exports={
|
|
13546
13581
|
],
|
13547
13582
|
"members": {
|
13548
13583
|
"TimePeriod": {
|
13549
|
-
"shape": "
|
13584
|
+
"shape": "S2o"
|
13550
13585
|
},
|
13551
13586
|
"GroupBy": {
|
13552
|
-
"shape": "
|
13587
|
+
"shape": "S2s"
|
13553
13588
|
},
|
13554
13589
|
"Granularity": {},
|
13555
13590
|
"Filter": {
|
13556
13591
|
"shape": "S7"
|
13557
13592
|
},
|
13558
13593
|
"Metrics": {
|
13559
|
-
"shape": "
|
13594
|
+
"shape": "S2q"
|
13560
13595
|
},
|
13561
13596
|
"NextToken": {},
|
13562
13597
|
"MaxResults": {
|
13563
13598
|
"type": "integer"
|
13564
13599
|
},
|
13565
13600
|
"SortBy": {
|
13566
|
-
"shape": "
|
13601
|
+
"shape": "S3i"
|
13567
13602
|
}
|
13568
13603
|
}
|
13569
13604
|
},
|
@@ -13579,7 +13614,7 @@ module.exports={
|
|
13579
13614
|
"type": "structure",
|
13580
13615
|
"members": {
|
13581
13616
|
"Attributes": {
|
13582
|
-
"shape": "
|
13617
|
+
"shape": "S3a"
|
13583
13618
|
},
|
13584
13619
|
"Coverage": {
|
13585
13620
|
"type": "structure",
|
@@ -13591,7 +13626,7 @@ module.exports={
|
|
13591
13626
|
}
|
13592
13627
|
},
|
13593
13628
|
"TimePeriod": {
|
13594
|
-
"shape": "
|
13629
|
+
"shape": "S2o"
|
13595
13630
|
}
|
13596
13631
|
}
|
13597
13632
|
}
|
@@ -13705,14 +13740,14 @@ module.exports={
|
|
13705
13740
|
],
|
13706
13741
|
"members": {
|
13707
13742
|
"TimePeriod": {
|
13708
|
-
"shape": "
|
13743
|
+
"shape": "S2o"
|
13709
13744
|
},
|
13710
13745
|
"Granularity": {},
|
13711
13746
|
"Filter": {
|
13712
13747
|
"shape": "S7"
|
13713
13748
|
},
|
13714
13749
|
"SortBy": {
|
13715
|
-
"shape": "
|
13750
|
+
"shape": "S3i"
|
13716
13751
|
}
|
13717
13752
|
}
|
13718
13753
|
},
|
@@ -13732,22 +13767,22 @@ module.exports={
|
|
13732
13767
|
],
|
13733
13768
|
"members": {
|
13734
13769
|
"TimePeriod": {
|
13735
|
-
"shape": "
|
13770
|
+
"shape": "S2o"
|
13736
13771
|
},
|
13737
13772
|
"Utilization": {
|
13738
|
-
"shape": "
|
13773
|
+
"shape": "S78"
|
13739
13774
|
},
|
13740
13775
|
"Savings": {
|
13741
|
-
"shape": "
|
13776
|
+
"shape": "S79"
|
13742
13777
|
},
|
13743
13778
|
"AmortizedCommitment": {
|
13744
|
-
"shape": "
|
13779
|
+
"shape": "S7a"
|
13745
13780
|
}
|
13746
13781
|
}
|
13747
13782
|
}
|
13748
13783
|
},
|
13749
13784
|
"Total": {
|
13750
|
-
"shape": "
|
13785
|
+
"shape": "S7b"
|
13751
13786
|
}
|
13752
13787
|
}
|
13753
13788
|
}
|
@@ -13760,7 +13795,7 @@ module.exports={
|
|
13760
13795
|
],
|
13761
13796
|
"members": {
|
13762
13797
|
"TimePeriod": {
|
13763
|
-
"shape": "
|
13798
|
+
"shape": "S2o"
|
13764
13799
|
},
|
13765
13800
|
"Filter": {
|
13766
13801
|
"shape": "S7"
|
@@ -13774,7 +13809,7 @@ module.exports={
|
|
13774
13809
|
"type": "integer"
|
13775
13810
|
},
|
13776
13811
|
"SortBy": {
|
13777
|
-
"shape": "
|
13812
|
+
"shape": "S3i"
|
13778
13813
|
}
|
13779
13814
|
}
|
13780
13815
|
},
|
@@ -13792,25 +13827,25 @@ module.exports={
|
|
13792
13827
|
"members": {
|
13793
13828
|
"SavingsPlanArn": {},
|
13794
13829
|
"Attributes": {
|
13795
|
-
"shape": "
|
13830
|
+
"shape": "S3a"
|
13796
13831
|
},
|
13797
13832
|
"Utilization": {
|
13798
|
-
"shape": "
|
13833
|
+
"shape": "S78"
|
13799
13834
|
},
|
13800
13835
|
"Savings": {
|
13801
|
-
"shape": "
|
13836
|
+
"shape": "S79"
|
13802
13837
|
},
|
13803
13838
|
"AmortizedCommitment": {
|
13804
|
-
"shape": "
|
13839
|
+
"shape": "S7a"
|
13805
13840
|
}
|
13806
13841
|
}
|
13807
13842
|
}
|
13808
13843
|
},
|
13809
13844
|
"Total": {
|
13810
|
-
"shape": "
|
13845
|
+
"shape": "S7b"
|
13811
13846
|
},
|
13812
13847
|
"TimePeriod": {
|
13813
|
-
"shape": "
|
13848
|
+
"shape": "S2o"
|
13814
13849
|
},
|
13815
13850
|
"NextToken": {}
|
13816
13851
|
}
|
@@ -13825,14 +13860,14 @@ module.exports={
|
|
13825
13860
|
"members": {
|
13826
13861
|
"SearchString": {},
|
13827
13862
|
"TimePeriod": {
|
13828
|
-
"shape": "
|
13863
|
+
"shape": "S2o"
|
13829
13864
|
},
|
13830
13865
|
"TagKey": {},
|
13831
13866
|
"Filter": {
|
13832
13867
|
"shape": "S7"
|
13833
13868
|
},
|
13834
13869
|
"SortBy": {
|
13835
|
-
"shape": "
|
13870
|
+
"shape": "S3h"
|
13836
13871
|
},
|
13837
13872
|
"MaxResults": {
|
13838
13873
|
"type": "integer"
|
@@ -13872,7 +13907,7 @@ module.exports={
|
|
13872
13907
|
],
|
13873
13908
|
"members": {
|
13874
13909
|
"TimePeriod": {
|
13875
|
-
"shape": "
|
13910
|
+
"shape": "S2o"
|
13876
13911
|
},
|
13877
13912
|
"Metric": {},
|
13878
13913
|
"Granularity": {},
|
@@ -13888,10 +13923,10 @@ module.exports={
|
|
13888
13923
|
"type": "structure",
|
13889
13924
|
"members": {
|
13890
13925
|
"Total": {
|
13891
|
-
"shape": "
|
13926
|
+
"shape": "S30"
|
13892
13927
|
},
|
13893
13928
|
"ForecastResultsByTime": {
|
13894
|
-
"shape": "
|
13929
|
+
"shape": "S3t"
|
13895
13930
|
}
|
13896
13931
|
}
|
13897
13932
|
}
|
@@ -13967,7 +14002,7 @@ module.exports={
|
|
13967
14002
|
"shape": "S1s"
|
13968
14003
|
},
|
13969
14004
|
"Values": {
|
13970
|
-
"shape": "
|
14005
|
+
"shape": "S3o"
|
13971
14006
|
},
|
13972
14007
|
"DefaultValue": {}
|
13973
14008
|
}
|
@@ -14447,7 +14482,7 @@ module.exports={
|
|
14447
14482
|
}
|
14448
14483
|
}
|
14449
14484
|
},
|
14450
|
-
"
|
14485
|
+
"S2o": {
|
14451
14486
|
"type": "structure",
|
14452
14487
|
"required": [
|
14453
14488
|
"Start",
|
@@ -14458,11 +14493,11 @@ module.exports={
|
|
14458
14493
|
"End": {}
|
14459
14494
|
}
|
14460
14495
|
},
|
14461
|
-
"
|
14496
|
+
"S2q": {
|
14462
14497
|
"type": "list",
|
14463
14498
|
"member": {}
|
14464
14499
|
},
|
14465
|
-
"
|
14500
|
+
"S2s": {
|
14466
14501
|
"type": "list",
|
14467
14502
|
"member": {
|
14468
14503
|
"type": "structure",
|
@@ -14472,16 +14507,16 @@ module.exports={
|
|
14472
14507
|
}
|
14473
14508
|
}
|
14474
14509
|
},
|
14475
|
-
"
|
14510
|
+
"S2x": {
|
14476
14511
|
"type": "list",
|
14477
14512
|
"member": {
|
14478
14513
|
"type": "structure",
|
14479
14514
|
"members": {
|
14480
14515
|
"TimePeriod": {
|
14481
|
-
"shape": "
|
14516
|
+
"shape": "S2o"
|
14482
14517
|
},
|
14483
14518
|
"Total": {
|
14484
|
-
"shape": "
|
14519
|
+
"shape": "S2z"
|
14485
14520
|
},
|
14486
14521
|
"Groups": {
|
14487
14522
|
"type": "list",
|
@@ -14493,7 +14528,7 @@ module.exports={
|
|
14493
14528
|
"member": {}
|
14494
14529
|
},
|
14495
14530
|
"Metrics": {
|
14496
|
-
"shape": "
|
14531
|
+
"shape": "S2z"
|
14497
14532
|
}
|
14498
14533
|
}
|
14499
14534
|
}
|
@@ -14504,44 +14539,44 @@ module.exports={
|
|
14504
14539
|
}
|
14505
14540
|
}
|
14506
14541
|
},
|
14507
|
-
"
|
14542
|
+
"S2z": {
|
14508
14543
|
"type": "map",
|
14509
14544
|
"key": {},
|
14510
14545
|
"value": {
|
14511
|
-
"shape": "
|
14546
|
+
"shape": "S30"
|
14512
14547
|
}
|
14513
14548
|
},
|
14514
|
-
"
|
14549
|
+
"S30": {
|
14515
14550
|
"type": "structure",
|
14516
14551
|
"members": {
|
14517
14552
|
"Amount": {},
|
14518
14553
|
"Unit": {}
|
14519
14554
|
}
|
14520
14555
|
},
|
14521
|
-
"
|
14556
|
+
"S38": {
|
14522
14557
|
"type": "list",
|
14523
14558
|
"member": {
|
14524
14559
|
"type": "structure",
|
14525
14560
|
"members": {
|
14526
14561
|
"Value": {},
|
14527
14562
|
"Attributes": {
|
14528
|
-
"shape": "
|
14563
|
+
"shape": "S3a"
|
14529
14564
|
}
|
14530
14565
|
}
|
14531
14566
|
}
|
14532
14567
|
},
|
14533
|
-
"
|
14568
|
+
"S3a": {
|
14534
14569
|
"type": "map",
|
14535
14570
|
"key": {},
|
14536
14571
|
"value": {}
|
14537
14572
|
},
|
14538
|
-
"
|
14573
|
+
"S3h": {
|
14539
14574
|
"type": "list",
|
14540
14575
|
"member": {
|
14541
|
-
"shape": "
|
14576
|
+
"shape": "S3i"
|
14542
14577
|
}
|
14543
14578
|
},
|
14544
|
-
"
|
14579
|
+
"S3i": {
|
14545
14580
|
"type": "structure",
|
14546
14581
|
"required": [
|
14547
14582
|
"Key"
|
@@ -14551,17 +14586,17 @@ module.exports={
|
|
14551
14586
|
"SortOrder": {}
|
14552
14587
|
}
|
14553
14588
|
},
|
14554
|
-
"
|
14589
|
+
"S3o": {
|
14555
14590
|
"type": "list",
|
14556
14591
|
"member": {}
|
14557
14592
|
},
|
14558
|
-
"
|
14593
|
+
"S3t": {
|
14559
14594
|
"type": "list",
|
14560
14595
|
"member": {
|
14561
14596
|
"type": "structure",
|
14562
14597
|
"members": {
|
14563
14598
|
"TimePeriod": {
|
14564
|
-
"shape": "
|
14599
|
+
"shape": "S2o"
|
14565
14600
|
},
|
14566
14601
|
"MeanValue": {},
|
14567
14602
|
"PredictionIntervalLowerBound": {},
|
@@ -14569,7 +14604,7 @@ module.exports={
|
|
14569
14604
|
}
|
14570
14605
|
}
|
14571
14606
|
},
|
14572
|
-
"
|
14607
|
+
"S44": {
|
14573
14608
|
"type": "structure",
|
14574
14609
|
"members": {
|
14575
14610
|
"CoverageHours": {
|
@@ -14598,7 +14633,7 @@ module.exports={
|
|
14598
14633
|
}
|
14599
14634
|
}
|
14600
14635
|
},
|
14601
|
-
"
|
14636
|
+
"S4m": {
|
14602
14637
|
"type": "structure",
|
14603
14638
|
"members": {
|
14604
14639
|
"EC2Specification": {
|
@@ -14609,7 +14644,7 @@ module.exports={
|
|
14609
14644
|
}
|
14610
14645
|
}
|
14611
14646
|
},
|
14612
|
-
"
|
14647
|
+
"S5c": {
|
14613
14648
|
"type": "structure",
|
14614
14649
|
"members": {
|
14615
14650
|
"UtilizationPercentage": {},
|
@@ -14631,7 +14666,7 @@ module.exports={
|
|
14631
14666
|
"UnrealizedSavings": {}
|
14632
14667
|
}
|
14633
14668
|
},
|
14634
|
-
"
|
14669
|
+
"S5v": {
|
14635
14670
|
"type": "structure",
|
14636
14671
|
"required": [
|
14637
14672
|
"RecommendationTarget",
|
@@ -14644,7 +14679,7 @@ module.exports={
|
|
14644
14679
|
}
|
14645
14680
|
}
|
14646
14681
|
},
|
14647
|
-
"
|
14682
|
+
"S64": {
|
14648
14683
|
"type": "structure",
|
14649
14684
|
"members": {
|
14650
14685
|
"EC2ResourceDetails": {
|
@@ -14663,7 +14698,7 @@ module.exports={
|
|
14663
14698
|
}
|
14664
14699
|
}
|
14665
14700
|
},
|
14666
|
-
"
|
14701
|
+
"S66": {
|
14667
14702
|
"type": "structure",
|
14668
14703
|
"members": {
|
14669
14704
|
"EC2ResourceUtilization": {
|
@@ -14703,7 +14738,7 @@ module.exports={
|
|
14703
14738
|
}
|
14704
14739
|
}
|
14705
14740
|
},
|
14706
|
-
"
|
14741
|
+
"S78": {
|
14707
14742
|
"type": "structure",
|
14708
14743
|
"members": {
|
14709
14744
|
"TotalCommitment": {},
|
@@ -14712,14 +14747,14 @@ module.exports={
|
|
14712
14747
|
"UtilizationPercentage": {}
|
14713
14748
|
}
|
14714
14749
|
},
|
14715
|
-
"
|
14750
|
+
"S79": {
|
14716
14751
|
"type": "structure",
|
14717
14752
|
"members": {
|
14718
14753
|
"NetSavings": {},
|
14719
14754
|
"OnDemandCostEquivalent": {}
|
14720
14755
|
}
|
14721
14756
|
},
|
14722
|
-
"
|
14757
|
+
"S7a": {
|
14723
14758
|
"type": "structure",
|
14724
14759
|
"members": {
|
14725
14760
|
"AmortizedRecurringCommitment": {},
|
@@ -14727,20 +14762,20 @@ module.exports={
|
|
14727
14762
|
"TotalAmortizedCommitment": {}
|
14728
14763
|
}
|
14729
14764
|
},
|
14730
|
-
"
|
14765
|
+
"S7b": {
|
14731
14766
|
"type": "structure",
|
14732
14767
|
"required": [
|
14733
14768
|
"Utilization"
|
14734
14769
|
],
|
14735
14770
|
"members": {
|
14736
14771
|
"Utilization": {
|
14737
|
-
"shape": "
|
14772
|
+
"shape": "S78"
|
14738
14773
|
},
|
14739
14774
|
"Savings": {
|
14740
|
-
"shape": "
|
14775
|
+
"shape": "S79"
|
14741
14776
|
},
|
14742
14777
|
"AmortizedCommitment": {
|
14743
|
-
"shape": "
|
14778
|
+
"shape": "S7a"
|
14744
14779
|
}
|
14745
14780
|
}
|
14746
14781
|
}
|
@@ -106357,7 +106392,7 @@ module.exports={
|
|
106357
106392
|
"locationName": "paymentDue"
|
106358
106393
|
},
|
106359
106394
|
"ReservedInstanceValueRollup": {
|
106360
|
-
"shape": "
|
106395
|
+
"shape": "S21k",
|
106361
106396
|
"locationName": "reservedInstanceValueRollup"
|
106362
106397
|
},
|
106363
106398
|
"ReservedInstanceValueSet": {
|
@@ -106368,7 +106403,7 @@ module.exports={
|
|
106368
106403
|
"type": "structure",
|
106369
106404
|
"members": {
|
106370
106405
|
"ReservationValue": {
|
106371
|
-
"shape": "
|
106406
|
+
"shape": "S21k",
|
106372
106407
|
"locationName": "reservationValue"
|
106373
106408
|
},
|
106374
106409
|
"ReservedInstanceId": {
|
@@ -106378,7 +106413,7 @@ module.exports={
|
|
106378
106413
|
}
|
106379
106414
|
},
|
106380
106415
|
"TargetConfigurationValueRollup": {
|
106381
|
-
"shape": "
|
106416
|
+
"shape": "S21k",
|
106382
106417
|
"locationName": "targetConfigurationValueRollup"
|
106383
106418
|
},
|
106384
106419
|
"TargetConfigurationValueSet": {
|
@@ -106389,7 +106424,7 @@ module.exports={
|
|
106389
106424
|
"type": "structure",
|
106390
106425
|
"members": {
|
106391
106426
|
"ReservationValue": {
|
106392
|
-
"shape": "
|
106427
|
+
"shape": "S21k",
|
106393
106428
|
"locationName": "reservationValue"
|
106394
106429
|
},
|
106395
106430
|
"TargetConfiguration": {
|
@@ -106613,11 +106648,11 @@ module.exports={
|
|
106613
106648
|
"type": "structure",
|
106614
106649
|
"members": {
|
106615
106650
|
"SubnetIpv4CidrReservations": {
|
106616
|
-
"shape": "
|
106651
|
+
"shape": "S22b",
|
106617
106652
|
"locationName": "subnetIpv4CidrReservationSet"
|
106618
106653
|
},
|
106619
106654
|
"SubnetIpv6CidrReservations": {
|
106620
|
-
"shape": "
|
106655
|
+
"shape": "S22b",
|
106621
106656
|
"locationName": "subnetIpv6CidrReservationSet"
|
106622
106657
|
},
|
106623
106658
|
"NextToken": {
|
@@ -107194,7 +107229,7 @@ module.exports={
|
|
107194
107229
|
"members": {
|
107195
107230
|
"Architecture": {},
|
107196
107231
|
"ClientData": {
|
107197
|
-
"shape": "
|
107232
|
+
"shape": "S23n"
|
107198
107233
|
},
|
107199
107234
|
"ClientToken": {},
|
107200
107235
|
"Description": {},
|
@@ -107213,7 +107248,7 @@ module.exports={
|
|
107213
107248
|
"shape": "S18v"
|
107214
107249
|
},
|
107215
107250
|
"UserBucket": {
|
107216
|
-
"shape": "
|
107251
|
+
"shape": "S23q"
|
107217
107252
|
}
|
107218
107253
|
}
|
107219
107254
|
}
|
@@ -107323,10 +107358,10 @@ module.exports={
|
|
107323
107358
|
"members": {
|
107324
107359
|
"Description": {},
|
107325
107360
|
"Image": {
|
107326
|
-
"shape": "
|
107361
|
+
"shape": "S23x"
|
107327
107362
|
},
|
107328
107363
|
"Volume": {
|
107329
|
-
"shape": "
|
107364
|
+
"shape": "S23y"
|
107330
107365
|
}
|
107331
107366
|
}
|
107332
107367
|
}
|
@@ -107449,7 +107484,7 @@ module.exports={
|
|
107449
107484
|
"type": "structure",
|
107450
107485
|
"members": {
|
107451
107486
|
"ClientData": {
|
107452
|
-
"shape": "
|
107487
|
+
"shape": "S23n"
|
107453
107488
|
},
|
107454
107489
|
"ClientToken": {},
|
107455
107490
|
"Description": {},
|
@@ -107462,7 +107497,7 @@ module.exports={
|
|
107462
107497
|
"shape": "S18v"
|
107463
107498
|
},
|
107464
107499
|
"UserBucket": {
|
107465
|
-
"shape": "
|
107500
|
+
"shape": "S23q"
|
107466
107501
|
}
|
107467
107502
|
}
|
107468
107503
|
},
|
@@ -107520,11 +107555,11 @@ module.exports={
|
|
107520
107555
|
"type": "boolean"
|
107521
107556
|
},
|
107522
107557
|
"Image": {
|
107523
|
-
"shape": "
|
107558
|
+
"shape": "S23x",
|
107524
107559
|
"locationName": "image"
|
107525
107560
|
},
|
107526
107561
|
"Volume": {
|
107527
|
-
"shape": "
|
107562
|
+
"shape": "S23y",
|
107528
107563
|
"locationName": "volume"
|
107529
107564
|
}
|
107530
107565
|
}
|
@@ -107973,25 +108008,25 @@ module.exports={
|
|
107973
108008
|
"Attribute": {},
|
107974
108009
|
"OperationType": {},
|
107975
108010
|
"UserIds": {
|
107976
|
-
"shape": "
|
108011
|
+
"shape": "S258",
|
107977
108012
|
"locationName": "UserId"
|
107978
108013
|
},
|
107979
108014
|
"UserGroups": {
|
107980
|
-
"shape": "
|
108015
|
+
"shape": "S259",
|
107981
108016
|
"locationName": "UserGroup"
|
107982
108017
|
},
|
107983
108018
|
"ProductCodes": {
|
107984
|
-
"shape": "
|
108019
|
+
"shape": "S25a",
|
107985
108020
|
"locationName": "ProductCode"
|
107986
108021
|
},
|
107987
108022
|
"LoadPermission": {
|
107988
108023
|
"type": "structure",
|
107989
108024
|
"members": {
|
107990
108025
|
"Add": {
|
107991
|
-
"shape": "
|
108026
|
+
"shape": "S25c"
|
107992
108027
|
},
|
107993
108028
|
"Remove": {
|
107994
|
-
"shape": "
|
108029
|
+
"shape": "S25c"
|
107995
108030
|
}
|
107996
108031
|
}
|
107997
108032
|
},
|
@@ -108037,7 +108072,7 @@ module.exports={
|
|
108037
108072
|
"locationName": "successful"
|
108038
108073
|
},
|
108039
108074
|
"Unsuccessful": {
|
108040
|
-
"shape": "
|
108075
|
+
"shape": "S25h",
|
108041
108076
|
"locationName": "unsuccessful"
|
108042
108077
|
}
|
108043
108078
|
}
|
@@ -108105,15 +108140,15 @@ module.exports={
|
|
108105
108140
|
},
|
108106
108141
|
"OperationType": {},
|
108107
108142
|
"ProductCodes": {
|
108108
|
-
"shape": "
|
108143
|
+
"shape": "S25a",
|
108109
108144
|
"locationName": "ProductCode"
|
108110
108145
|
},
|
108111
108146
|
"UserGroups": {
|
108112
|
-
"shape": "
|
108147
|
+
"shape": "S259",
|
108113
108148
|
"locationName": "UserGroup"
|
108114
108149
|
},
|
108115
108150
|
"UserIds": {
|
108116
|
-
"shape": "
|
108151
|
+
"shape": "S258",
|
108117
108152
|
"locationName": "UserId"
|
108118
108153
|
},
|
108119
108154
|
"Value": {},
|
@@ -108258,7 +108293,7 @@ module.exports={
|
|
108258
108293
|
"members": {
|
108259
108294
|
"InstanceId": {},
|
108260
108295
|
"CapacityReservationSpecification": {
|
108261
|
-
"shape": "
|
108296
|
+
"shape": "S25u"
|
108262
108297
|
},
|
108263
108298
|
"DryRun": {
|
108264
108299
|
"type": "boolean"
|
@@ -108518,7 +108553,7 @@ module.exports={
|
|
108518
108553
|
"locationName": "AddOperatingRegion"
|
108519
108554
|
},
|
108520
108555
|
"RemoveOperatingRegions": {
|
108521
|
-
"shape": "
|
108556
|
+
"shape": "S26j",
|
108522
108557
|
"locationName": "RemoveOperatingRegion"
|
108523
108558
|
},
|
108524
108559
|
"Tier": {}
|
@@ -108632,7 +108667,7 @@ module.exports={
|
|
108632
108667
|
"locationName": "AddOperatingRegion"
|
108633
108668
|
},
|
108634
108669
|
"RemoveOperatingRegions": {
|
108635
|
-
"shape": "
|
108670
|
+
"shape": "S26j",
|
108636
108671
|
"locationName": "RemoveOperatingRegion"
|
108637
108672
|
}
|
108638
108673
|
}
|
@@ -108966,7 +109001,7 @@ module.exports={
|
|
108966
109001
|
"OperationType": {},
|
108967
109002
|
"SnapshotId": {},
|
108968
109003
|
"UserIds": {
|
108969
|
-
"shape": "
|
109004
|
+
"shape": "S258",
|
108970
109005
|
"locationName": "UserId"
|
108971
109006
|
},
|
108972
109007
|
"DryRun": {
|
@@ -109923,13 +109958,13 @@ module.exports={
|
|
109923
109958
|
],
|
109924
109959
|
"members": {
|
109925
109960
|
"AccepterPeeringConnectionOptions": {
|
109926
|
-
"shape": "
|
109961
|
+
"shape": "S298"
|
109927
109962
|
},
|
109928
109963
|
"DryRun": {
|
109929
109964
|
"type": "boolean"
|
109930
109965
|
},
|
109931
109966
|
"RequesterPeeringConnectionOptions": {
|
109932
|
-
"shape": "
|
109967
|
+
"shape": "S298"
|
109933
109968
|
},
|
109934
109969
|
"VpcPeeringConnectionId": {}
|
109935
109970
|
}
|
@@ -109938,11 +109973,11 @@ module.exports={
|
|
109938
109973
|
"type": "structure",
|
109939
109974
|
"members": {
|
109940
109975
|
"AccepterPeeringConnectionOptions": {
|
109941
|
-
"shape": "
|
109976
|
+
"shape": "S29a",
|
109942
109977
|
"locationName": "accepterPeeringConnectionOptions"
|
109943
109978
|
},
|
109944
109979
|
"RequesterPeeringConnectionOptions": {
|
109945
|
-
"shape": "
|
109980
|
+
"shape": "S29a",
|
109946
109981
|
"locationName": "requesterPeeringConnectionOptions"
|
109947
109982
|
}
|
109948
109983
|
}
|
@@ -110166,7 +110201,7 @@ module.exports={
|
|
110166
110201
|
"type": "structure",
|
110167
110202
|
"members": {
|
110168
110203
|
"InstanceMonitorings": {
|
110169
|
-
"shape": "
|
110204
|
+
"shape": "S29p",
|
110170
110205
|
"locationName": "instancesSet"
|
110171
110206
|
}
|
110172
110207
|
}
|
@@ -110898,7 +110933,7 @@ module.exports={
|
|
110898
110933
|
"locationName": "successful"
|
110899
110934
|
},
|
110900
110935
|
"Unsuccessful": {
|
110901
|
-
"shape": "
|
110936
|
+
"shape": "S25h",
|
110902
110937
|
"locationName": "unsuccessful"
|
110903
110938
|
}
|
110904
110939
|
}
|
@@ -111967,7 +112002,7 @@ module.exports={
|
|
111967
112002
|
}
|
111968
112003
|
},
|
111969
112004
|
"CapacityReservationSpecification": {
|
111970
|
-
"shape": "
|
112005
|
+
"shape": "S25u"
|
111971
112006
|
},
|
111972
112007
|
"HibernationOptions": {
|
111973
112008
|
"type": "structure",
|
@@ -112133,7 +112168,7 @@ module.exports={
|
|
112133
112168
|
"type": "integer"
|
112134
112169
|
},
|
112135
112170
|
"Groups": {
|
112136
|
-
"shape": "
|
112171
|
+
"shape": "S2dj",
|
112137
112172
|
"locationName": "Group"
|
112138
112173
|
},
|
112139
112174
|
"Ipv6AddressCount": {
|
@@ -112182,7 +112217,7 @@ module.exports={
|
|
112182
112217
|
},
|
112183
112218
|
"RamdiskId": {},
|
112184
112219
|
"SecurityGroupIds": {
|
112185
|
-
"shape": "
|
112220
|
+
"shape": "S2dj",
|
112186
112221
|
"locationName": "SecurityGroupId"
|
112187
112222
|
},
|
112188
112223
|
"SubnetId": {},
|
@@ -112396,7 +112431,7 @@ module.exports={
|
|
112396
112431
|
"type": "structure",
|
112397
112432
|
"members": {
|
112398
112433
|
"StartingInstances": {
|
112399
|
-
"shape": "
|
112434
|
+
"shape": "S2e7",
|
112400
112435
|
"locationName": "instancesSet"
|
112401
112436
|
}
|
112402
112437
|
}
|
@@ -112523,7 +112558,7 @@ module.exports={
|
|
112523
112558
|
"type": "structure",
|
112524
112559
|
"members": {
|
112525
112560
|
"StoppingInstances": {
|
112526
|
-
"shape": "
|
112561
|
+
"shape": "S2e7",
|
112527
112562
|
"locationName": "instancesSet"
|
112528
112563
|
}
|
112529
112564
|
}
|
@@ -112598,7 +112633,7 @@ module.exports={
|
|
112598
112633
|
"type": "structure",
|
112599
112634
|
"members": {
|
112600
112635
|
"TerminatingInstances": {
|
112601
|
-
"shape": "
|
112636
|
+
"shape": "S2e7",
|
112602
112637
|
"locationName": "instancesSet"
|
112603
112638
|
}
|
112604
112639
|
}
|
@@ -112739,7 +112774,7 @@ module.exports={
|
|
112739
112774
|
"type": "structure",
|
112740
112775
|
"members": {
|
112741
112776
|
"InstanceMonitorings": {
|
112742
|
-
"shape": "
|
112777
|
+
"shape": "S29p",
|
112743
112778
|
"locationName": "instancesSet"
|
112744
112779
|
}
|
112745
112780
|
}
|
@@ -112758,7 +112793,7 @@ module.exports={
|
|
112758
112793
|
"shape": "S6x"
|
112759
112794
|
},
|
112760
112795
|
"SecurityGroupRuleDescriptions": {
|
112761
|
-
"shape": "
|
112796
|
+
"shape": "S2ex",
|
112762
112797
|
"locationName": "SecurityGroupRuleDescription"
|
112763
112798
|
}
|
112764
112799
|
}
|
@@ -112786,7 +112821,7 @@ module.exports={
|
|
112786
112821
|
"shape": "S6x"
|
112787
112822
|
},
|
112788
112823
|
"SecurityGroupRuleDescriptions": {
|
112789
|
-
"shape": "
|
112824
|
+
"shape": "S2ex",
|
112790
112825
|
"locationName": "SecurityGroupRuleDescription"
|
112791
112826
|
}
|
112792
112827
|
}
|
@@ -122739,7 +122774,7 @@ module.exports={
|
|
122739
122774
|
}
|
122740
122775
|
}
|
122741
122776
|
},
|
122742
|
-
"
|
122777
|
+
"S21k": {
|
122743
122778
|
"type": "structure",
|
122744
122779
|
"members": {
|
122745
122780
|
"HourlyPrice": {
|
@@ -122753,14 +122788,14 @@ module.exports={
|
|
122753
122788
|
}
|
122754
122789
|
}
|
122755
122790
|
},
|
122756
|
-
"
|
122791
|
+
"S22b": {
|
122757
122792
|
"type": "list",
|
122758
122793
|
"member": {
|
122759
122794
|
"shape": "So6",
|
122760
122795
|
"locationName": "item"
|
122761
122796
|
}
|
122762
122797
|
},
|
122763
|
-
"
|
122798
|
+
"S23n": {
|
122764
122799
|
"type": "structure",
|
122765
122800
|
"members": {
|
122766
122801
|
"Comment": {},
|
@@ -122775,14 +122810,14 @@ module.exports={
|
|
122775
122810
|
}
|
122776
122811
|
}
|
122777
122812
|
},
|
122778
|
-
"
|
122813
|
+
"S23q": {
|
122779
122814
|
"type": "structure",
|
122780
122815
|
"members": {
|
122781
122816
|
"S3Bucket": {},
|
122782
122817
|
"S3Key": {}
|
122783
122818
|
}
|
122784
122819
|
},
|
122785
|
-
"
|
122820
|
+
"S23x": {
|
122786
122821
|
"type": "structure",
|
122787
122822
|
"required": [
|
122788
122823
|
"Bytes",
|
@@ -122803,7 +122838,7 @@ module.exports={
|
|
122803
122838
|
}
|
122804
122839
|
}
|
122805
122840
|
},
|
122806
|
-
"
|
122841
|
+
"S23y": {
|
122807
122842
|
"type": "structure",
|
122808
122843
|
"required": [
|
122809
122844
|
"Size"
|
@@ -122815,25 +122850,25 @@ module.exports={
|
|
122815
122850
|
}
|
122816
122851
|
}
|
122817
122852
|
},
|
122818
|
-
"
|
122853
|
+
"S258": {
|
122819
122854
|
"type": "list",
|
122820
122855
|
"member": {
|
122821
122856
|
"locationName": "UserId"
|
122822
122857
|
}
|
122823
122858
|
},
|
122824
|
-
"
|
122859
|
+
"S259": {
|
122825
122860
|
"type": "list",
|
122826
122861
|
"member": {
|
122827
122862
|
"locationName": "UserGroup"
|
122828
122863
|
}
|
122829
122864
|
},
|
122830
|
-
"
|
122865
|
+
"S25a": {
|
122831
122866
|
"type": "list",
|
122832
122867
|
"member": {
|
122833
122868
|
"locationName": "ProductCode"
|
122834
122869
|
}
|
122835
122870
|
},
|
122836
|
-
"
|
122871
|
+
"S25c": {
|
122837
122872
|
"type": "list",
|
122838
122873
|
"member": {
|
122839
122874
|
"locationName": "item",
|
@@ -122844,14 +122879,14 @@ module.exports={
|
|
122844
122879
|
}
|
122845
122880
|
}
|
122846
122881
|
},
|
122847
|
-
"
|
122882
|
+
"S25h": {
|
122848
122883
|
"type": "list",
|
122849
122884
|
"member": {
|
122850
122885
|
"shape": "S1i",
|
122851
122886
|
"locationName": "item"
|
122852
122887
|
}
|
122853
122888
|
},
|
122854
|
-
"
|
122889
|
+
"S25u": {
|
122855
122890
|
"type": "structure",
|
122856
122891
|
"members": {
|
122857
122892
|
"CapacityReservationPreference": {},
|
@@ -122860,7 +122895,7 @@ module.exports={
|
|
122860
122895
|
}
|
122861
122896
|
}
|
122862
122897
|
},
|
122863
|
-
"
|
122898
|
+
"S26j": {
|
122864
122899
|
"type": "list",
|
122865
122900
|
"member": {
|
122866
122901
|
"type": "structure",
|
@@ -122869,7 +122904,7 @@ module.exports={
|
|
122869
122904
|
}
|
122870
122905
|
}
|
122871
122906
|
},
|
122872
|
-
"
|
122907
|
+
"S298": {
|
122873
122908
|
"type": "structure",
|
122874
122909
|
"members": {
|
122875
122910
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -122883,7 +122918,7 @@ module.exports={
|
|
122883
122918
|
}
|
122884
122919
|
}
|
122885
122920
|
},
|
122886
|
-
"
|
122921
|
+
"S29a": {
|
122887
122922
|
"type": "structure",
|
122888
122923
|
"members": {
|
122889
122924
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -122900,7 +122935,7 @@ module.exports={
|
|
122900
122935
|
}
|
122901
122936
|
}
|
122902
122937
|
},
|
122903
|
-
"
|
122938
|
+
"S29p": {
|
122904
122939
|
"type": "list",
|
122905
122940
|
"member": {
|
122906
122941
|
"locationName": "item",
|
@@ -122916,13 +122951,13 @@ module.exports={
|
|
122916
122951
|
}
|
122917
122952
|
}
|
122918
122953
|
},
|
122919
|
-
"
|
122954
|
+
"S2dj": {
|
122920
122955
|
"type": "list",
|
122921
122956
|
"member": {
|
122922
122957
|
"locationName": "SecurityGroupId"
|
122923
122958
|
}
|
122924
122959
|
},
|
122925
|
-
"
|
122960
|
+
"S2e7": {
|
122926
122961
|
"type": "list",
|
122927
122962
|
"member": {
|
122928
122963
|
"locationName": "item",
|
@@ -122942,7 +122977,7 @@ module.exports={
|
|
122942
122977
|
}
|
122943
122978
|
}
|
122944
122979
|
},
|
122945
|
-
"
|
122980
|
+
"S2ex": {
|
122946
122981
|
"type": "list",
|
122947
122982
|
"member": {
|
122948
122983
|
"locationName": "item",
|
@@ -169487,7 +169522,7 @@ module.exports={
|
|
169487
169522
|
"thingId": {},
|
169488
169523
|
"thingTypeName": {},
|
169489
169524
|
"thingGroupNames": {
|
169490
|
-
"shape": "
|
169525
|
+
"shape": "Sx4"
|
169491
169526
|
},
|
169492
169527
|
"attributes": {
|
169493
169528
|
"shape": "S3y"
|
@@ -169521,7 +169556,7 @@ module.exports={
|
|
169521
169556
|
"shape": "S3y"
|
169522
169557
|
},
|
169523
169558
|
"parentGroupNames": {
|
169524
|
-
"shape": "
|
169559
|
+
"shape": "Sx4"
|
169525
169560
|
}
|
169526
169561
|
}
|
169527
169562
|
}
|
@@ -169818,7 +169853,7 @@ module.exports={
|
|
169818
169853
|
"authInfos": {
|
169819
169854
|
"type": "list",
|
169820
169855
|
"member": {
|
169821
|
-
"shape": "
|
169856
|
+
"shape": "Sxx"
|
169822
169857
|
}
|
169823
169858
|
},
|
169824
169859
|
"clientId": {
|
@@ -169826,10 +169861,10 @@ module.exports={
|
|
169826
169861
|
"locationName": "clientId"
|
169827
169862
|
},
|
169828
169863
|
"policyNamesToAdd": {
|
169829
|
-
"shape": "
|
169864
|
+
"shape": "Sy1"
|
169830
169865
|
},
|
169831
169866
|
"policyNamesToSkip": {
|
169832
|
-
"shape": "
|
169867
|
+
"shape": "Sy1"
|
169833
169868
|
}
|
169834
169869
|
}
|
169835
169870
|
},
|
@@ -169842,7 +169877,7 @@ module.exports={
|
|
169842
169877
|
"type": "structure",
|
169843
169878
|
"members": {
|
169844
169879
|
"authInfo": {
|
169845
|
-
"shape": "
|
169880
|
+
"shape": "Sxx"
|
169846
169881
|
},
|
169847
169882
|
"allowed": {
|
169848
169883
|
"type": "structure",
|
@@ -170885,10 +170920,10 @@ module.exports={
|
|
170885
170920
|
"members": {
|
170886
170921
|
"thingName": {},
|
170887
170922
|
"thingGroupsToAdd": {
|
170888
|
-
"shape": "
|
170923
|
+
"shape": "S10n"
|
170889
170924
|
},
|
170890
170925
|
"thingGroupsToRemove": {
|
170891
|
-
"shape": "
|
170926
|
+
"shape": "S10n"
|
170892
170927
|
},
|
170893
170928
|
"overrideDynamicGroups": {
|
170894
170929
|
"type": "boolean"
|
@@ -172650,11 +172685,11 @@ module.exports={
|
|
172650
172685
|
"targetName": {}
|
172651
172686
|
}
|
172652
172687
|
},
|
172653
|
-
"
|
172688
|
+
"Sx4": {
|
172654
172689
|
"type": "list",
|
172655
172690
|
"member": {}
|
172656
172691
|
},
|
172657
|
-
"
|
172692
|
+
"Sxx": {
|
172658
172693
|
"type": "structure",
|
172659
172694
|
"required": [
|
172660
172695
|
"resources"
|
@@ -172667,11 +172702,11 @@ module.exports={
|
|
172667
172702
|
}
|
172668
172703
|
}
|
172669
172704
|
},
|
172670
|
-
"
|
172705
|
+
"Sy1": {
|
172671
172706
|
"type": "list",
|
172672
172707
|
"member": {}
|
172673
172708
|
},
|
172674
|
-
"
|
172709
|
+
"S10n": {
|
172675
172710
|
"type": "list",
|
172676
172711
|
"member": {}
|
172677
172712
|
}
|
@@ -272912,7 +272947,7 @@ AWS.util.update(AWS, {
|
|
272912
272947
|
/**
|
272913
272948
|
* @constant
|
272914
272949
|
*/
|
272915
|
-
VERSION: '2.
|
272950
|
+
VERSION: '2.1569.0',
|
272916
272951
|
|
272917
272952
|
/**
|
272918
272953
|
* @api private
|
@@ -295161,7 +295196,7 @@ var LRUCache = /** @class */ (function () {
|
|
295161
295196
|
}());
|
295162
295197
|
exports.LRUCache = LRUCache;
|
295163
295198
|
},{}],467:[function(require,module,exports){
|
295164
|
-
// AWS SDK for JavaScript v2.
|
295199
|
+
// AWS SDK for JavaScript v2.1569.0
|
295165
295200
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295166
295201
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295167
295202
|
require('./browser_loader');
|