cdk-docker-image-deployment 0.0.124 → 0.0.126
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +3 -0
- package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +38 -14
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +66 -49
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +70 -15
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +226 -209
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +263 -261
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +6 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +58 -30
- package/node_modules/aws-sdk/clients/apprunner.d.ts +13 -2
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +61 -5
- package/node_modules/aws-sdk/clients/lightsail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/mwaa.d.ts +3 -3
- package/node_modules/aws-sdk/clients/rds.d.ts +34 -7
- package/node_modules/aws-sdk/clients/ssm.d.ts +10 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +530 -487
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1289.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){
|
|
@@ -5206,7 +5206,10 @@ module.exports={
|
|
|
5206
5206
|
"MaxResults": {
|
|
5207
5207
|
"type": "integer"
|
|
5208
5208
|
},
|
|
5209
|
-
"NextToken": {}
|
|
5209
|
+
"NextToken": {},
|
|
5210
|
+
"IncludeNotScaledActivities": {
|
|
5211
|
+
"type": "boolean"
|
|
5212
|
+
}
|
|
5210
5213
|
}
|
|
5211
5214
|
},
|
|
5212
5215
|
"output": {
|
|
@@ -5241,7 +5244,28 @@ module.exports={
|
|
|
5241
5244
|
},
|
|
5242
5245
|
"StatusCode": {},
|
|
5243
5246
|
"StatusMessage": {},
|
|
5244
|
-
"Details": {}
|
|
5247
|
+
"Details": {},
|
|
5248
|
+
"NotScaledReasons": {
|
|
5249
|
+
"type": "list",
|
|
5250
|
+
"member": {
|
|
5251
|
+
"type": "structure",
|
|
5252
|
+
"required": [
|
|
5253
|
+
"Code"
|
|
5254
|
+
],
|
|
5255
|
+
"members": {
|
|
5256
|
+
"Code": {},
|
|
5257
|
+
"MaxCapacity": {
|
|
5258
|
+
"type": "integer"
|
|
5259
|
+
},
|
|
5260
|
+
"MinCapacity": {
|
|
5261
|
+
"type": "integer"
|
|
5262
|
+
},
|
|
5263
|
+
"CurrentCapacity": {
|
|
5264
|
+
"type": "integer"
|
|
5265
|
+
}
|
|
5266
|
+
}
|
|
5267
|
+
}
|
|
5268
|
+
}
|
|
5245
5269
|
}
|
|
5246
5270
|
}
|
|
5247
5271
|
},
|
|
@@ -5292,13 +5316,13 @@ module.exports={
|
|
|
5292
5316
|
"ScalableDimension": {},
|
|
5293
5317
|
"PolicyType": {},
|
|
5294
5318
|
"StepScalingPolicyConfiguration": {
|
|
5295
|
-
"shape": "
|
|
5319
|
+
"shape": "S10"
|
|
5296
5320
|
},
|
|
5297
5321
|
"TargetTrackingScalingPolicyConfiguration": {
|
|
5298
|
-
"shape": "
|
|
5322
|
+
"shape": "S19"
|
|
5299
5323
|
},
|
|
5300
5324
|
"Alarms": {
|
|
5301
|
-
"shape": "
|
|
5325
|
+
"shape": "S1n"
|
|
5302
5326
|
},
|
|
5303
5327
|
"CreationTime": {
|
|
5304
5328
|
"type": "timestamp"
|
|
@@ -5359,7 +5383,7 @@ module.exports={
|
|
|
5359
5383
|
"type": "timestamp"
|
|
5360
5384
|
},
|
|
5361
5385
|
"ScalableTargetAction": {
|
|
5362
|
-
"shape": "
|
|
5386
|
+
"shape": "S1u"
|
|
5363
5387
|
},
|
|
5364
5388
|
"CreationTime": {
|
|
5365
5389
|
"type": "timestamp"
|
|
@@ -5387,10 +5411,10 @@ module.exports={
|
|
|
5387
5411
|
"ScalableDimension": {},
|
|
5388
5412
|
"PolicyType": {},
|
|
5389
5413
|
"StepScalingPolicyConfiguration": {
|
|
5390
|
-
"shape": "
|
|
5414
|
+
"shape": "S10"
|
|
5391
5415
|
},
|
|
5392
5416
|
"TargetTrackingScalingPolicyConfiguration": {
|
|
5393
|
-
"shape": "
|
|
5417
|
+
"shape": "S19"
|
|
5394
5418
|
}
|
|
5395
5419
|
}
|
|
5396
5420
|
},
|
|
@@ -5402,7 +5426,7 @@ module.exports={
|
|
|
5402
5426
|
"members": {
|
|
5403
5427
|
"PolicyARN": {},
|
|
5404
5428
|
"Alarms": {
|
|
5405
|
-
"shape": "
|
|
5429
|
+
"shape": "S1n"
|
|
5406
5430
|
}
|
|
5407
5431
|
}
|
|
5408
5432
|
}
|
|
@@ -5430,7 +5454,7 @@ module.exports={
|
|
|
5430
5454
|
"type": "timestamp"
|
|
5431
5455
|
},
|
|
5432
5456
|
"ScalableTargetAction": {
|
|
5433
|
-
"shape": "
|
|
5457
|
+
"shape": "S1u"
|
|
5434
5458
|
}
|
|
5435
5459
|
}
|
|
5436
5460
|
},
|
|
@@ -5488,7 +5512,7 @@ module.exports={
|
|
|
5488
5512
|
}
|
|
5489
5513
|
}
|
|
5490
5514
|
},
|
|
5491
|
-
"
|
|
5515
|
+
"S10": {
|
|
5492
5516
|
"type": "structure",
|
|
5493
5517
|
"members": {
|
|
5494
5518
|
"AdjustmentType": {},
|
|
@@ -5521,7 +5545,7 @@ module.exports={
|
|
|
5521
5545
|
"MetricAggregationType": {}
|
|
5522
5546
|
}
|
|
5523
5547
|
},
|
|
5524
|
-
"
|
|
5548
|
+
"S19": {
|
|
5525
5549
|
"type": "structure",
|
|
5526
5550
|
"required": [
|
|
5527
5551
|
"TargetValue"
|
|
@@ -5579,7 +5603,7 @@ module.exports={
|
|
|
5579
5603
|
}
|
|
5580
5604
|
}
|
|
5581
5605
|
},
|
|
5582
|
-
"
|
|
5606
|
+
"S1n": {
|
|
5583
5607
|
"type": "list",
|
|
5584
5608
|
"member": {
|
|
5585
5609
|
"type": "structure",
|
|
@@ -5593,7 +5617,7 @@ module.exports={
|
|
|
5593
5617
|
}
|
|
5594
5618
|
}
|
|
5595
5619
|
},
|
|
5596
|
-
"
|
|
5620
|
+
"S1u": {
|
|
5597
5621
|
"type": "structure",
|
|
5598
5622
|
"members": {
|
|
5599
5623
|
"MinCapacity": {
|
|
@@ -196543,7 +196567,7 @@ module.exports={
|
|
|
196543
196567
|
"DBClusterIdentifier": {},
|
|
196544
196568
|
"DBClusterParameterGroupName": {},
|
|
196545
196569
|
"VpcSecurityGroupIds": {
|
|
196546
|
-
"shape": "
|
|
196570
|
+
"shape": "S2s"
|
|
196547
196571
|
},
|
|
196548
196572
|
"DBSubnetGroupName": {},
|
|
196549
196573
|
"Engine": {},
|
|
@@ -196576,7 +196600,7 @@ module.exports={
|
|
|
196576
196600
|
},
|
|
196577
196601
|
"EngineMode": {},
|
|
196578
196602
|
"ScalingConfiguration": {
|
|
196579
|
-
"shape": "
|
|
196603
|
+
"shape": "S2u"
|
|
196580
196604
|
},
|
|
196581
196605
|
"DeletionProtection": {
|
|
196582
196606
|
"type": "boolean"
|
|
@@ -196619,7 +196643,7 @@ module.exports={
|
|
|
196619
196643
|
"type": "integer"
|
|
196620
196644
|
},
|
|
196621
196645
|
"ServerlessV2ScalingConfiguration": {
|
|
196622
|
-
"shape": "
|
|
196646
|
+
"shape": "S2v"
|
|
196623
196647
|
},
|
|
196624
196648
|
"NetworkType": {},
|
|
196625
196649
|
"DBSystemId": {},
|
|
@@ -196635,7 +196659,7 @@ module.exports={
|
|
|
196635
196659
|
"type": "structure",
|
|
196636
196660
|
"members": {
|
|
196637
196661
|
"DBCluster": {
|
|
196638
|
-
"shape": "
|
|
196662
|
+
"shape": "S2y"
|
|
196639
196663
|
}
|
|
196640
196664
|
}
|
|
196641
196665
|
}
|
|
@@ -196664,7 +196688,7 @@ module.exports={
|
|
|
196664
196688
|
}
|
|
196665
196689
|
},
|
|
196666
196690
|
"output": {
|
|
196667
|
-
"shape": "
|
|
196691
|
+
"shape": "S3h",
|
|
196668
196692
|
"resultWrapper": "CreateDBClusterEndpointResult"
|
|
196669
196693
|
}
|
|
196670
196694
|
},
|
|
@@ -196739,10 +196763,10 @@ module.exports={
|
|
|
196739
196763
|
"MasterUsername": {},
|
|
196740
196764
|
"MasterUserPassword": {},
|
|
196741
196765
|
"DBSecurityGroups": {
|
|
196742
|
-
"shape": "
|
|
196766
|
+
"shape": "S3n"
|
|
196743
196767
|
},
|
|
196744
196768
|
"VpcSecurityGroupIds": {
|
|
196745
|
-
"shape": "
|
|
196769
|
+
"shape": "S2s"
|
|
196746
196770
|
},
|
|
196747
196771
|
"AvailabilityZone": {},
|
|
196748
196772
|
"DBSubnetGroupName": {},
|
|
@@ -196830,7 +196854,8 @@ module.exports={
|
|
|
196830
196854
|
"ManageMasterUserPassword": {
|
|
196831
196855
|
"type": "boolean"
|
|
196832
196856
|
},
|
|
196833
|
-
"MasterUserSecretKmsKeyId": {}
|
|
196857
|
+
"MasterUserSecretKmsKeyId": {},
|
|
196858
|
+
"CACertificateIdentifier": {}
|
|
196834
196859
|
}
|
|
196835
196860
|
},
|
|
196836
196861
|
"output": {
|
|
@@ -196838,7 +196863,7 @@ module.exports={
|
|
|
196838
196863
|
"type": "structure",
|
|
196839
196864
|
"members": {
|
|
196840
196865
|
"DBInstance": {
|
|
196841
|
-
"shape": "
|
|
196866
|
+
"shape": "S3p"
|
|
196842
196867
|
}
|
|
196843
196868
|
}
|
|
196844
196869
|
}
|
|
@@ -196877,7 +196902,7 @@ module.exports={
|
|
|
196877
196902
|
},
|
|
196878
196903
|
"DBSubnetGroupName": {},
|
|
196879
196904
|
"VpcSecurityGroupIds": {
|
|
196880
|
-
"shape": "
|
|
196905
|
+
"shape": "S2s"
|
|
196881
196906
|
},
|
|
196882
196907
|
"StorageType": {},
|
|
196883
196908
|
"CopyTagsToSnapshot": {
|
|
@@ -196933,7 +196958,7 @@ module.exports={
|
|
|
196933
196958
|
"type": "structure",
|
|
196934
196959
|
"members": {
|
|
196935
196960
|
"DBInstance": {
|
|
196936
|
-
"shape": "
|
|
196961
|
+
"shape": "S3p"
|
|
196937
196962
|
}
|
|
196938
196963
|
}
|
|
196939
196964
|
}
|
|
@@ -196979,7 +197004,7 @@ module.exports={
|
|
|
196979
197004
|
"DBProxyName": {},
|
|
196980
197005
|
"EngineFamily": {},
|
|
196981
197006
|
"Auth": {
|
|
196982
|
-
"shape": "
|
|
197007
|
+
"shape": "S4j"
|
|
196983
197008
|
},
|
|
196984
197009
|
"RoleArn": {},
|
|
196985
197010
|
"VpcSubnetIds": {
|
|
@@ -197007,7 +197032,7 @@ module.exports={
|
|
|
197007
197032
|
"type": "structure",
|
|
197008
197033
|
"members": {
|
|
197009
197034
|
"DBProxy": {
|
|
197010
|
-
"shape": "
|
|
197035
|
+
"shape": "S4p"
|
|
197011
197036
|
}
|
|
197012
197037
|
}
|
|
197013
197038
|
}
|
|
@@ -197040,7 +197065,7 @@ module.exports={
|
|
|
197040
197065
|
"type": "structure",
|
|
197041
197066
|
"members": {
|
|
197042
197067
|
"DBProxyEndpoint": {
|
|
197043
|
-
"shape": "
|
|
197068
|
+
"shape": "S4y"
|
|
197044
197069
|
}
|
|
197045
197070
|
}
|
|
197046
197071
|
}
|
|
@@ -197107,7 +197132,7 @@ module.exports={
|
|
|
197107
197132
|
"DBSubnetGroupName": {},
|
|
197108
197133
|
"DBSubnetGroupDescription": {},
|
|
197109
197134
|
"SubnetIds": {
|
|
197110
|
-
"shape": "
|
|
197135
|
+
"shape": "S55"
|
|
197111
197136
|
},
|
|
197112
197137
|
"Tags": {
|
|
197113
197138
|
"shape": "Sb"
|
|
@@ -197119,7 +197144,7 @@ module.exports={
|
|
|
197119
197144
|
"type": "structure",
|
|
197120
197145
|
"members": {
|
|
197121
197146
|
"DBSubnetGroup": {
|
|
197122
|
-
"shape": "
|
|
197147
|
+
"shape": "S3t"
|
|
197123
197148
|
}
|
|
197124
197149
|
}
|
|
197125
197150
|
}
|
|
@@ -197181,7 +197206,7 @@ module.exports={
|
|
|
197181
197206
|
"type": "structure",
|
|
197182
197207
|
"members": {
|
|
197183
197208
|
"GlobalCluster": {
|
|
197184
|
-
"shape": "
|
|
197209
|
+
"shape": "S5b"
|
|
197185
197210
|
}
|
|
197186
197211
|
}
|
|
197187
197212
|
}
|
|
@@ -197274,7 +197299,7 @@ module.exports={
|
|
|
197274
197299
|
"type": "structure",
|
|
197275
197300
|
"members": {
|
|
197276
197301
|
"DBCluster": {
|
|
197277
|
-
"shape": "
|
|
197302
|
+
"shape": "S2y"
|
|
197278
197303
|
}
|
|
197279
197304
|
}
|
|
197280
197305
|
}
|
|
@@ -197290,7 +197315,7 @@ module.exports={
|
|
|
197290
197315
|
}
|
|
197291
197316
|
},
|
|
197292
197317
|
"output": {
|
|
197293
|
-
"shape": "
|
|
197318
|
+
"shape": "S3h",
|
|
197294
197319
|
"resultWrapper": "DeleteDBClusterEndpointResult"
|
|
197295
197320
|
}
|
|
197296
197321
|
},
|
|
@@ -197347,7 +197372,7 @@ module.exports={
|
|
|
197347
197372
|
"type": "structure",
|
|
197348
197373
|
"members": {
|
|
197349
197374
|
"DBInstance": {
|
|
197350
|
-
"shape": "
|
|
197375
|
+
"shape": "S3p"
|
|
197351
197376
|
}
|
|
197352
197377
|
}
|
|
197353
197378
|
}
|
|
@@ -197365,7 +197390,7 @@ module.exports={
|
|
|
197365
197390
|
"type": "structure",
|
|
197366
197391
|
"members": {
|
|
197367
197392
|
"DBInstanceAutomatedBackup": {
|
|
197368
|
-
"shape": "
|
|
197393
|
+
"shape": "S5w"
|
|
197369
197394
|
}
|
|
197370
197395
|
}
|
|
197371
197396
|
}
|
|
@@ -197396,7 +197421,7 @@ module.exports={
|
|
|
197396
197421
|
"type": "structure",
|
|
197397
197422
|
"members": {
|
|
197398
197423
|
"DBProxy": {
|
|
197399
|
-
"shape": "
|
|
197424
|
+
"shape": "S4p"
|
|
197400
197425
|
}
|
|
197401
197426
|
}
|
|
197402
197427
|
}
|
|
@@ -197416,7 +197441,7 @@ module.exports={
|
|
|
197416
197441
|
"type": "structure",
|
|
197417
197442
|
"members": {
|
|
197418
197443
|
"DBProxyEndpoint": {
|
|
197419
|
-
"shape": "
|
|
197444
|
+
"shape": "S4y"
|
|
197420
197445
|
}
|
|
197421
197446
|
}
|
|
197422
197447
|
}
|
|
@@ -197498,7 +197523,7 @@ module.exports={
|
|
|
197498
197523
|
"type": "structure",
|
|
197499
197524
|
"members": {
|
|
197500
197525
|
"GlobalCluster": {
|
|
197501
|
-
"shape": "
|
|
197526
|
+
"shape": "S5b"
|
|
197502
197527
|
}
|
|
197503
197528
|
}
|
|
197504
197529
|
}
|
|
@@ -197572,7 +197597,7 @@ module.exports={
|
|
|
197572
197597
|
"members": {
|
|
197573
197598
|
"BlueGreenDeploymentIdentifier": {},
|
|
197574
197599
|
"Filters": {
|
|
197575
|
-
"shape": "
|
|
197600
|
+
"shape": "S6k"
|
|
197576
197601
|
},
|
|
197577
197602
|
"Marker": {},
|
|
197578
197603
|
"MaxRecords": {
|
|
@@ -197600,7 +197625,7 @@ module.exports={
|
|
|
197600
197625
|
"members": {
|
|
197601
197626
|
"CertificateIdentifier": {},
|
|
197602
197627
|
"Filters": {
|
|
197603
|
-
"shape": "
|
|
197628
|
+
"shape": "S6k"
|
|
197604
197629
|
},
|
|
197605
197630
|
"MaxRecords": {
|
|
197606
197631
|
"type": "integer"
|
|
@@ -197615,7 +197640,7 @@ module.exports={
|
|
|
197615
197640
|
"Certificates": {
|
|
197616
197641
|
"type": "list",
|
|
197617
197642
|
"member": {
|
|
197618
|
-
"shape": "
|
|
197643
|
+
"shape": "S6t",
|
|
197619
197644
|
"locationName": "Certificate"
|
|
197620
197645
|
}
|
|
197621
197646
|
},
|
|
@@ -197633,7 +197658,7 @@ module.exports={
|
|
|
197633
197658
|
"DBClusterIdentifier": {},
|
|
197634
197659
|
"BacktrackIdentifier": {},
|
|
197635
197660
|
"Filters": {
|
|
197636
|
-
"shape": "
|
|
197661
|
+
"shape": "S6k"
|
|
197637
197662
|
},
|
|
197638
197663
|
"MaxRecords": {
|
|
197639
197664
|
"type": "integer"
|
|
@@ -197663,7 +197688,7 @@ module.exports={
|
|
|
197663
197688
|
"DBClusterIdentifier": {},
|
|
197664
197689
|
"DBClusterEndpointIdentifier": {},
|
|
197665
197690
|
"Filters": {
|
|
197666
|
-
"shape": "
|
|
197691
|
+
"shape": "S6k"
|
|
197667
197692
|
},
|
|
197668
197693
|
"MaxRecords": {
|
|
197669
197694
|
"type": "integer"
|
|
@@ -197679,7 +197704,7 @@ module.exports={
|
|
|
197679
197704
|
"DBClusterEndpoints": {
|
|
197680
197705
|
"type": "list",
|
|
197681
197706
|
"member": {
|
|
197682
|
-
"shape": "
|
|
197707
|
+
"shape": "S3h",
|
|
197683
197708
|
"locationName": "DBClusterEndpointList"
|
|
197684
197709
|
}
|
|
197685
197710
|
}
|
|
@@ -197692,7 +197717,7 @@ module.exports={
|
|
|
197692
197717
|
"members": {
|
|
197693
197718
|
"DBClusterParameterGroupName": {},
|
|
197694
197719
|
"Filters": {
|
|
197695
|
-
"shape": "
|
|
197720
|
+
"shape": "S6k"
|
|
197696
197721
|
},
|
|
197697
197722
|
"MaxRecords": {
|
|
197698
197723
|
"type": "integer"
|
|
@@ -197725,7 +197750,7 @@ module.exports={
|
|
|
197725
197750
|
"DBClusterParameterGroupName": {},
|
|
197726
197751
|
"Source": {},
|
|
197727
197752
|
"Filters": {
|
|
197728
|
-
"shape": "
|
|
197753
|
+
"shape": "S6k"
|
|
197729
197754
|
},
|
|
197730
197755
|
"MaxRecords": {
|
|
197731
197756
|
"type": "integer"
|
|
@@ -197738,7 +197763,7 @@ module.exports={
|
|
|
197738
197763
|
"type": "structure",
|
|
197739
197764
|
"members": {
|
|
197740
197765
|
"Parameters": {
|
|
197741
|
-
"shape": "
|
|
197766
|
+
"shape": "S75"
|
|
197742
197767
|
},
|
|
197743
197768
|
"Marker": {}
|
|
197744
197769
|
}
|
|
@@ -197759,7 +197784,7 @@ module.exports={
|
|
|
197759
197784
|
"type": "structure",
|
|
197760
197785
|
"members": {
|
|
197761
197786
|
"DBClusterSnapshotAttributesResult": {
|
|
197762
|
-
"shape": "
|
|
197787
|
+
"shape": "S7a"
|
|
197763
197788
|
}
|
|
197764
197789
|
}
|
|
197765
197790
|
}
|
|
@@ -197772,7 +197797,7 @@ module.exports={
|
|
|
197772
197797
|
"DBClusterSnapshotIdentifier": {},
|
|
197773
197798
|
"SnapshotType": {},
|
|
197774
197799
|
"Filters": {
|
|
197775
|
-
"shape": "
|
|
197800
|
+
"shape": "S6k"
|
|
197776
197801
|
},
|
|
197777
197802
|
"MaxRecords": {
|
|
197778
197803
|
"type": "integer"
|
|
@@ -197807,7 +197832,7 @@ module.exports={
|
|
|
197807
197832
|
"members": {
|
|
197808
197833
|
"DBClusterIdentifier": {},
|
|
197809
197834
|
"Filters": {
|
|
197810
|
-
"shape": "
|
|
197835
|
+
"shape": "S6k"
|
|
197811
197836
|
},
|
|
197812
197837
|
"MaxRecords": {
|
|
197813
197838
|
"type": "integer"
|
|
@@ -197826,7 +197851,7 @@ module.exports={
|
|
|
197826
197851
|
"DBClusters": {
|
|
197827
197852
|
"type": "list",
|
|
197828
197853
|
"member": {
|
|
197829
|
-
"shape": "
|
|
197854
|
+
"shape": "S2y",
|
|
197830
197855
|
"locationName": "DBCluster"
|
|
197831
197856
|
}
|
|
197832
197857
|
}
|
|
@@ -197841,7 +197866,7 @@ module.exports={
|
|
|
197841
197866
|
"EngineVersion": {},
|
|
197842
197867
|
"DBParameterGroupFamily": {},
|
|
197843
197868
|
"Filters": {
|
|
197844
|
-
"shape": "
|
|
197869
|
+
"shape": "S6k"
|
|
197845
197870
|
},
|
|
197846
197871
|
"MaxRecords": {
|
|
197847
197872
|
"type": "integer"
|
|
@@ -197883,7 +197908,7 @@ module.exports={
|
|
|
197883
197908
|
"DbiResourceId": {},
|
|
197884
197909
|
"DBInstanceIdentifier": {},
|
|
197885
197910
|
"Filters": {
|
|
197886
|
-
"shape": "
|
|
197911
|
+
"shape": "S6k"
|
|
197887
197912
|
},
|
|
197888
197913
|
"MaxRecords": {
|
|
197889
197914
|
"type": "integer"
|
|
@@ -197900,7 +197925,7 @@ module.exports={
|
|
|
197900
197925
|
"DBInstanceAutomatedBackups": {
|
|
197901
197926
|
"type": "list",
|
|
197902
197927
|
"member": {
|
|
197903
|
-
"shape": "
|
|
197928
|
+
"shape": "S5w",
|
|
197904
197929
|
"locationName": "DBInstanceAutomatedBackup"
|
|
197905
197930
|
}
|
|
197906
197931
|
}
|
|
@@ -197913,7 +197938,7 @@ module.exports={
|
|
|
197913
197938
|
"members": {
|
|
197914
197939
|
"DBInstanceIdentifier": {},
|
|
197915
197940
|
"Filters": {
|
|
197916
|
-
"shape": "
|
|
197941
|
+
"shape": "S6k"
|
|
197917
197942
|
},
|
|
197918
197943
|
"MaxRecords": {
|
|
197919
197944
|
"type": "integer"
|
|
@@ -197929,7 +197954,7 @@ module.exports={
|
|
|
197929
197954
|
"DBInstances": {
|
|
197930
197955
|
"type": "list",
|
|
197931
197956
|
"member": {
|
|
197932
|
-
"shape": "
|
|
197957
|
+
"shape": "S3p",
|
|
197933
197958
|
"locationName": "DBInstance"
|
|
197934
197959
|
}
|
|
197935
197960
|
}
|
|
@@ -197952,7 +197977,7 @@ module.exports={
|
|
|
197952
197977
|
"type": "long"
|
|
197953
197978
|
},
|
|
197954
197979
|
"Filters": {
|
|
197955
|
-
"shape": "
|
|
197980
|
+
"shape": "S6k"
|
|
197956
197981
|
},
|
|
197957
197982
|
"MaxRecords": {
|
|
197958
197983
|
"type": "integer"
|
|
@@ -197990,7 +198015,7 @@ module.exports={
|
|
|
197990
198015
|
"members": {
|
|
197991
198016
|
"DBParameterGroupName": {},
|
|
197992
198017
|
"Filters": {
|
|
197993
|
-
"shape": "
|
|
198018
|
+
"shape": "S6k"
|
|
197994
198019
|
},
|
|
197995
198020
|
"MaxRecords": {
|
|
197996
198021
|
"type": "integer"
|
|
@@ -198023,7 +198048,7 @@ module.exports={
|
|
|
198023
198048
|
"DBParameterGroupName": {},
|
|
198024
198049
|
"Source": {},
|
|
198025
198050
|
"Filters": {
|
|
198026
|
-
"shape": "
|
|
198051
|
+
"shape": "S6k"
|
|
198027
198052
|
},
|
|
198028
198053
|
"MaxRecords": {
|
|
198029
198054
|
"type": "integer"
|
|
@@ -198036,7 +198061,7 @@ module.exports={
|
|
|
198036
198061
|
"type": "structure",
|
|
198037
198062
|
"members": {
|
|
198038
198063
|
"Parameters": {
|
|
198039
|
-
"shape": "
|
|
198064
|
+
"shape": "S75"
|
|
198040
198065
|
},
|
|
198041
198066
|
"Marker": {}
|
|
198042
198067
|
}
|
|
@@ -198048,7 +198073,7 @@ module.exports={
|
|
|
198048
198073
|
"members": {
|
|
198049
198074
|
"DBProxyName": {},
|
|
198050
198075
|
"Filters": {
|
|
198051
|
-
"shape": "
|
|
198076
|
+
"shape": "S6k"
|
|
198052
198077
|
},
|
|
198053
198078
|
"Marker": {},
|
|
198054
198079
|
"MaxRecords": {
|
|
@@ -198063,7 +198088,7 @@ module.exports={
|
|
|
198063
198088
|
"DBProxies": {
|
|
198064
198089
|
"type": "list",
|
|
198065
198090
|
"member": {
|
|
198066
|
-
"shape": "
|
|
198091
|
+
"shape": "S4p"
|
|
198067
198092
|
}
|
|
198068
198093
|
},
|
|
198069
198094
|
"Marker": {}
|
|
@@ -198077,7 +198102,7 @@ module.exports={
|
|
|
198077
198102
|
"DBProxyName": {},
|
|
198078
198103
|
"DBProxyEndpointName": {},
|
|
198079
198104
|
"Filters": {
|
|
198080
|
-
"shape": "
|
|
198105
|
+
"shape": "S6k"
|
|
198081
198106
|
},
|
|
198082
198107
|
"Marker": {},
|
|
198083
198108
|
"MaxRecords": {
|
|
@@ -198092,7 +198117,7 @@ module.exports={
|
|
|
198092
198117
|
"DBProxyEndpoints": {
|
|
198093
198118
|
"type": "list",
|
|
198094
198119
|
"member": {
|
|
198095
|
-
"shape": "
|
|
198120
|
+
"shape": "S4y"
|
|
198096
198121
|
}
|
|
198097
198122
|
},
|
|
198098
198123
|
"Marker": {}
|
|
@@ -198109,7 +198134,7 @@ module.exports={
|
|
|
198109
198134
|
"DBProxyName": {},
|
|
198110
198135
|
"TargetGroupName": {},
|
|
198111
198136
|
"Filters": {
|
|
198112
|
-
"shape": "
|
|
198137
|
+
"shape": "S6k"
|
|
198113
198138
|
},
|
|
198114
198139
|
"Marker": {},
|
|
198115
198140
|
"MaxRecords": {
|
|
@@ -198124,7 +198149,7 @@ module.exports={
|
|
|
198124
198149
|
"TargetGroups": {
|
|
198125
198150
|
"type": "list",
|
|
198126
198151
|
"member": {
|
|
198127
|
-
"shape": "
|
|
198152
|
+
"shape": "S8b"
|
|
198128
198153
|
}
|
|
198129
198154
|
},
|
|
198130
198155
|
"Marker": {}
|
|
@@ -198141,7 +198166,7 @@ module.exports={
|
|
|
198141
198166
|
"DBProxyName": {},
|
|
198142
198167
|
"TargetGroupName": {},
|
|
198143
198168
|
"Filters": {
|
|
198144
|
-
"shape": "
|
|
198169
|
+
"shape": "S6k"
|
|
198145
198170
|
},
|
|
198146
198171
|
"Marker": {},
|
|
198147
198172
|
"MaxRecords": {
|
|
@@ -198154,7 +198179,7 @@ module.exports={
|
|
|
198154
198179
|
"type": "structure",
|
|
198155
198180
|
"members": {
|
|
198156
198181
|
"Targets": {
|
|
198157
|
-
"shape": "
|
|
198182
|
+
"shape": "S8f"
|
|
198158
198183
|
},
|
|
198159
198184
|
"Marker": {}
|
|
198160
198185
|
}
|
|
@@ -198166,7 +198191,7 @@ module.exports={
|
|
|
198166
198191
|
"members": {
|
|
198167
198192
|
"DBSecurityGroupName": {},
|
|
198168
198193
|
"Filters": {
|
|
198169
|
-
"shape": "
|
|
198194
|
+
"shape": "S6k"
|
|
198170
198195
|
},
|
|
198171
198196
|
"MaxRecords": {
|
|
198172
198197
|
"type": "integer"
|
|
@@ -198204,7 +198229,7 @@ module.exports={
|
|
|
198204
198229
|
"type": "structure",
|
|
198205
198230
|
"members": {
|
|
198206
198231
|
"DBSnapshotAttributesResult": {
|
|
198207
|
-
"shape": "
|
|
198232
|
+
"shape": "S8r"
|
|
198208
198233
|
}
|
|
198209
198234
|
}
|
|
198210
198235
|
}
|
|
@@ -198217,7 +198242,7 @@ module.exports={
|
|
|
198217
198242
|
"DBSnapshotIdentifier": {},
|
|
198218
198243
|
"SnapshotType": {},
|
|
198219
198244
|
"Filters": {
|
|
198220
|
-
"shape": "
|
|
198245
|
+
"shape": "S6k"
|
|
198221
198246
|
},
|
|
198222
198247
|
"MaxRecords": {
|
|
198223
198248
|
"type": "integer"
|
|
@@ -198253,7 +198278,7 @@ module.exports={
|
|
|
198253
198278
|
"members": {
|
|
198254
198279
|
"DBSubnetGroupName": {},
|
|
198255
198280
|
"Filters": {
|
|
198256
|
-
"shape": "
|
|
198281
|
+
"shape": "S6k"
|
|
198257
198282
|
},
|
|
198258
198283
|
"MaxRecords": {
|
|
198259
198284
|
"type": "integer"
|
|
@@ -198269,7 +198294,7 @@ module.exports={
|
|
|
198269
198294
|
"DBSubnetGroups": {
|
|
198270
198295
|
"type": "list",
|
|
198271
198296
|
"member": {
|
|
198272
|
-
"shape": "
|
|
198297
|
+
"shape": "S3t",
|
|
198273
198298
|
"locationName": "DBSubnetGroup"
|
|
198274
198299
|
}
|
|
198275
198300
|
}
|
|
@@ -198285,7 +198310,7 @@ module.exports={
|
|
|
198285
198310
|
"members": {
|
|
198286
198311
|
"DBParameterGroupFamily": {},
|
|
198287
198312
|
"Filters": {
|
|
198288
|
-
"shape": "
|
|
198313
|
+
"shape": "S6k"
|
|
198289
198314
|
},
|
|
198290
198315
|
"MaxRecords": {
|
|
198291
198316
|
"type": "integer"
|
|
@@ -198298,7 +198323,7 @@ module.exports={
|
|
|
198298
198323
|
"type": "structure",
|
|
198299
198324
|
"members": {
|
|
198300
198325
|
"EngineDefaults": {
|
|
198301
|
-
"shape": "
|
|
198326
|
+
"shape": "S92"
|
|
198302
198327
|
}
|
|
198303
198328
|
}
|
|
198304
198329
|
}
|
|
@@ -198312,7 +198337,7 @@ module.exports={
|
|
|
198312
198337
|
"members": {
|
|
198313
198338
|
"DBParameterGroupFamily": {},
|
|
198314
198339
|
"Filters": {
|
|
198315
|
-
"shape": "
|
|
198340
|
+
"shape": "S6k"
|
|
198316
198341
|
},
|
|
198317
198342
|
"MaxRecords": {
|
|
198318
198343
|
"type": "integer"
|
|
@@ -198325,7 +198350,7 @@ module.exports={
|
|
|
198325
198350
|
"type": "structure",
|
|
198326
198351
|
"members": {
|
|
198327
198352
|
"EngineDefaults": {
|
|
198328
|
-
"shape": "
|
|
198353
|
+
"shape": "S92"
|
|
198329
198354
|
}
|
|
198330
198355
|
}
|
|
198331
198356
|
}
|
|
@@ -198336,7 +198361,7 @@ module.exports={
|
|
|
198336
198361
|
"members": {
|
|
198337
198362
|
"SourceType": {},
|
|
198338
198363
|
"Filters": {
|
|
198339
|
-
"shape": "
|
|
198364
|
+
"shape": "S6k"
|
|
198340
198365
|
}
|
|
198341
198366
|
}
|
|
198342
198367
|
},
|
|
@@ -198367,7 +198392,7 @@ module.exports={
|
|
|
198367
198392
|
"members": {
|
|
198368
198393
|
"SubscriptionName": {},
|
|
198369
198394
|
"Filters": {
|
|
198370
|
-
"shape": "
|
|
198395
|
+
"shape": "S6k"
|
|
198371
198396
|
},
|
|
198372
198397
|
"MaxRecords": {
|
|
198373
198398
|
"type": "integer"
|
|
@@ -198409,7 +198434,7 @@ module.exports={
|
|
|
198409
198434
|
"shape": "S8"
|
|
198410
198435
|
},
|
|
198411
198436
|
"Filters": {
|
|
198412
|
-
"shape": "
|
|
198437
|
+
"shape": "S6k"
|
|
198413
198438
|
},
|
|
198414
198439
|
"MaxRecords": {
|
|
198415
198440
|
"type": "integer"
|
|
@@ -198451,7 +198476,7 @@ module.exports={
|
|
|
198451
198476
|
"ExportTaskIdentifier": {},
|
|
198452
198477
|
"SourceArn": {},
|
|
198453
198478
|
"Filters": {
|
|
198454
|
-
"shape": "
|
|
198479
|
+
"shape": "S6k"
|
|
198455
198480
|
},
|
|
198456
198481
|
"Marker": {},
|
|
198457
198482
|
"MaxRecords": {
|
|
@@ -198481,7 +198506,7 @@ module.exports={
|
|
|
198481
198506
|
"members": {
|
|
198482
198507
|
"GlobalClusterIdentifier": {},
|
|
198483
198508
|
"Filters": {
|
|
198484
|
-
"shape": "
|
|
198509
|
+
"shape": "S6k"
|
|
198485
198510
|
},
|
|
198486
198511
|
"MaxRecords": {
|
|
198487
198512
|
"type": "integer"
|
|
@@ -198497,7 +198522,7 @@ module.exports={
|
|
|
198497
198522
|
"GlobalClusters": {
|
|
198498
198523
|
"type": "list",
|
|
198499
198524
|
"member": {
|
|
198500
|
-
"shape": "
|
|
198525
|
+
"shape": "S5b",
|
|
198501
198526
|
"locationName": "GlobalClusterMember"
|
|
198502
198527
|
}
|
|
198503
198528
|
}
|
|
@@ -198514,7 +198539,7 @@ module.exports={
|
|
|
198514
198539
|
"EngineName": {},
|
|
198515
198540
|
"MajorEngineVersion": {},
|
|
198516
198541
|
"Filters": {
|
|
198517
|
-
"shape": "
|
|
198542
|
+
"shape": "S6k"
|
|
198518
198543
|
},
|
|
198519
198544
|
"MaxRecords": {
|
|
198520
198545
|
"type": "integer"
|
|
@@ -198630,7 +198655,7 @@ module.exports={
|
|
|
198630
198655
|
"members": {
|
|
198631
198656
|
"OptionGroupName": {},
|
|
198632
198657
|
"Filters": {
|
|
198633
|
-
"shape": "
|
|
198658
|
+
"shape": "S6k"
|
|
198634
198659
|
},
|
|
198635
198660
|
"Marker": {},
|
|
198636
198661
|
"MaxRecords": {
|
|
@@ -198671,7 +198696,7 @@ module.exports={
|
|
|
198671
198696
|
"type": "boolean"
|
|
198672
198697
|
},
|
|
198673
198698
|
"Filters": {
|
|
198674
|
-
"shape": "
|
|
198699
|
+
"shape": "S6k"
|
|
198675
198700
|
},
|
|
198676
198701
|
"MaxRecords": {
|
|
198677
198702
|
"type": "integer"
|
|
@@ -198697,7 +198722,7 @@ module.exports={
|
|
|
198697
198722
|
"AvailabilityZones": {
|
|
198698
198723
|
"type": "list",
|
|
198699
198724
|
"member": {
|
|
198700
|
-
"shape": "
|
|
198725
|
+
"shape": "S3w",
|
|
198701
198726
|
"locationName": "AvailabilityZone"
|
|
198702
198727
|
}
|
|
198703
198728
|
},
|
|
@@ -198745,7 +198770,7 @@ module.exports={
|
|
|
198745
198770
|
"type": "double"
|
|
198746
198771
|
},
|
|
198747
198772
|
"AvailableProcessorFeatures": {
|
|
198748
|
-
"shape": "
|
|
198773
|
+
"shape": "Sa7"
|
|
198749
198774
|
},
|
|
198750
198775
|
"SupportedEngineModes": {
|
|
198751
198776
|
"shape": "S2l"
|
|
@@ -198801,7 +198826,7 @@ module.exports={
|
|
|
198801
198826
|
"members": {
|
|
198802
198827
|
"ResourceIdentifier": {},
|
|
198803
198828
|
"Filters": {
|
|
198804
|
-
"shape": "
|
|
198829
|
+
"shape": "S6k"
|
|
198805
198830
|
},
|
|
198806
198831
|
"Marker": {},
|
|
198807
198832
|
"MaxRecords": {
|
|
@@ -198839,7 +198864,7 @@ module.exports={
|
|
|
198839
198864
|
},
|
|
198840
198865
|
"LeaseId": {},
|
|
198841
198866
|
"Filters": {
|
|
198842
|
-
"shape": "
|
|
198867
|
+
"shape": "S6k"
|
|
198843
198868
|
},
|
|
198844
198869
|
"MaxRecords": {
|
|
198845
198870
|
"type": "integer"
|
|
@@ -198855,7 +198880,7 @@ module.exports={
|
|
|
198855
198880
|
"ReservedDBInstances": {
|
|
198856
198881
|
"type": "list",
|
|
198857
198882
|
"member": {
|
|
198858
|
-
"shape": "
|
|
198883
|
+
"shape": "Sag",
|
|
198859
198884
|
"locationName": "ReservedDBInstance"
|
|
198860
198885
|
}
|
|
198861
198886
|
}
|
|
@@ -198875,7 +198900,7 @@ module.exports={
|
|
|
198875
198900
|
"type": "boolean"
|
|
198876
198901
|
},
|
|
198877
198902
|
"Filters": {
|
|
198878
|
-
"shape": "
|
|
198903
|
+
"shape": "S6k"
|
|
198879
198904
|
},
|
|
198880
198905
|
"MaxRecords": {
|
|
198881
198906
|
"type": "integer"
|
|
@@ -198912,7 +198937,7 @@ module.exports={
|
|
|
198912
198937
|
"type": "boolean"
|
|
198913
198938
|
},
|
|
198914
198939
|
"RecurringCharges": {
|
|
198915
|
-
"shape": "
|
|
198940
|
+
"shape": "Sai"
|
|
198916
198941
|
}
|
|
198917
198942
|
},
|
|
198918
198943
|
"wrapper": true
|
|
@@ -198931,7 +198956,7 @@ module.exports={
|
|
|
198931
198956
|
},
|
|
198932
198957
|
"Marker": {},
|
|
198933
198958
|
"Filters": {
|
|
198934
|
-
"shape": "
|
|
198959
|
+
"shape": "S6k"
|
|
198935
198960
|
}
|
|
198936
198961
|
}
|
|
198937
198962
|
},
|
|
@@ -198983,28 +199008,28 @@ module.exports={
|
|
|
198983
199008
|
"members": {
|
|
198984
199009
|
"StorageType": {},
|
|
198985
199010
|
"StorageSize": {
|
|
198986
|
-
"shape": "
|
|
199011
|
+
"shape": "Sax"
|
|
198987
199012
|
},
|
|
198988
199013
|
"ProvisionedIops": {
|
|
198989
|
-
"shape": "
|
|
199014
|
+
"shape": "Sax"
|
|
198990
199015
|
},
|
|
198991
199016
|
"IopsToStorageRatio": {
|
|
198992
|
-
"shape": "
|
|
199017
|
+
"shape": "Saz"
|
|
198993
199018
|
},
|
|
198994
199019
|
"SupportsStorageAutoscaling": {
|
|
198995
199020
|
"type": "boolean"
|
|
198996
199021
|
},
|
|
198997
199022
|
"ProvisionedStorageThroughput": {
|
|
198998
|
-
"shape": "
|
|
199023
|
+
"shape": "Sax"
|
|
198999
199024
|
},
|
|
199000
199025
|
"StorageThroughputToIopsRatio": {
|
|
199001
|
-
"shape": "
|
|
199026
|
+
"shape": "Saz"
|
|
199002
199027
|
}
|
|
199003
199028
|
}
|
|
199004
199029
|
}
|
|
199005
199030
|
},
|
|
199006
199031
|
"ValidProcessorFeatures": {
|
|
199007
|
-
"shape": "
|
|
199032
|
+
"shape": "Sa7"
|
|
199008
199033
|
}
|
|
199009
199034
|
},
|
|
199010
199035
|
"wrapper": true
|
|
@@ -199056,7 +199081,7 @@ module.exports={
|
|
|
199056
199081
|
"type": "structure",
|
|
199057
199082
|
"members": {
|
|
199058
199083
|
"DBCluster": {
|
|
199059
|
-
"shape": "
|
|
199084
|
+
"shape": "S2y"
|
|
199060
199085
|
}
|
|
199061
199086
|
}
|
|
199062
199087
|
}
|
|
@@ -199078,7 +199103,7 @@ module.exports={
|
|
|
199078
199103
|
"type": "structure",
|
|
199079
199104
|
"members": {
|
|
199080
199105
|
"GlobalCluster": {
|
|
199081
|
-
"shape": "
|
|
199106
|
+
"shape": "S5b"
|
|
199082
199107
|
}
|
|
199083
199108
|
}
|
|
199084
199109
|
}
|
|
@@ -199092,7 +199117,7 @@ module.exports={
|
|
|
199092
199117
|
"members": {
|
|
199093
199118
|
"ResourceName": {},
|
|
199094
199119
|
"Filters": {
|
|
199095
|
-
"shape": "
|
|
199120
|
+
"shape": "S6k"
|
|
199096
199121
|
}
|
|
199097
199122
|
}
|
|
199098
199123
|
},
|
|
@@ -199144,7 +199169,7 @@ module.exports={
|
|
|
199144
199169
|
"type": "structure",
|
|
199145
199170
|
"members": {
|
|
199146
199171
|
"Certificate": {
|
|
199147
|
-
"shape": "
|
|
199172
|
+
"shape": "S6t"
|
|
199148
199173
|
}
|
|
199149
199174
|
}
|
|
199150
199175
|
}
|
|
@@ -199220,7 +199245,7 @@ module.exports={
|
|
|
199220
199245
|
},
|
|
199221
199246
|
"DBClusterParameterGroupName": {},
|
|
199222
199247
|
"VpcSecurityGroupIds": {
|
|
199223
|
-
"shape": "
|
|
199248
|
+
"shape": "S2s"
|
|
199224
199249
|
},
|
|
199225
199250
|
"Port": {
|
|
199226
199251
|
"type": "integer"
|
|
@@ -199236,7 +199261,7 @@ module.exports={
|
|
|
199236
199261
|
"type": "long"
|
|
199237
199262
|
},
|
|
199238
199263
|
"CloudwatchLogsExportConfiguration": {
|
|
199239
|
-
"shape": "
|
|
199264
|
+
"shape": "Sbl"
|
|
199240
199265
|
},
|
|
199241
199266
|
"EngineVersion": {},
|
|
199242
199267
|
"AllowMajorVersionUpgrade": {
|
|
@@ -199246,7 +199271,7 @@ module.exports={
|
|
|
199246
199271
|
"Domain": {},
|
|
199247
199272
|
"DomainIAMRoleName": {},
|
|
199248
199273
|
"ScalingConfiguration": {
|
|
199249
|
-
"shape": "
|
|
199274
|
+
"shape": "S2u"
|
|
199250
199275
|
},
|
|
199251
199276
|
"DeletionProtection": {
|
|
199252
199277
|
"type": "boolean"
|
|
@@ -199283,7 +199308,7 @@ module.exports={
|
|
|
199283
199308
|
"type": "integer"
|
|
199284
199309
|
},
|
|
199285
199310
|
"ServerlessV2ScalingConfiguration": {
|
|
199286
|
-
"shape": "
|
|
199311
|
+
"shape": "S2v"
|
|
199287
199312
|
},
|
|
199288
199313
|
"NetworkType": {},
|
|
199289
199314
|
"ManageMasterUserPassword": {
|
|
@@ -199300,7 +199325,7 @@ module.exports={
|
|
|
199300
199325
|
"type": "structure",
|
|
199301
199326
|
"members": {
|
|
199302
199327
|
"DBCluster": {
|
|
199303
|
-
"shape": "
|
|
199328
|
+
"shape": "S2y"
|
|
199304
199329
|
}
|
|
199305
199330
|
}
|
|
199306
199331
|
}
|
|
@@ -199323,7 +199348,7 @@ module.exports={
|
|
|
199323
199348
|
}
|
|
199324
199349
|
},
|
|
199325
199350
|
"output": {
|
|
199326
|
-
"shape": "
|
|
199351
|
+
"shape": "S3h",
|
|
199327
199352
|
"resultWrapper": "ModifyDBClusterEndpointResult"
|
|
199328
199353
|
}
|
|
199329
199354
|
},
|
|
@@ -199337,12 +199362,12 @@ module.exports={
|
|
|
199337
199362
|
"members": {
|
|
199338
199363
|
"DBClusterParameterGroupName": {},
|
|
199339
199364
|
"Parameters": {
|
|
199340
|
-
"shape": "
|
|
199365
|
+
"shape": "S75"
|
|
199341
199366
|
}
|
|
199342
199367
|
}
|
|
199343
199368
|
},
|
|
199344
199369
|
"output": {
|
|
199345
|
-
"shape": "
|
|
199370
|
+
"shape": "Sbp",
|
|
199346
199371
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
|
199347
199372
|
}
|
|
199348
199373
|
},
|
|
@@ -199357,10 +199382,10 @@ module.exports={
|
|
|
199357
199382
|
"DBClusterSnapshotIdentifier": {},
|
|
199358
199383
|
"AttributeName": {},
|
|
199359
199384
|
"ValuesToAdd": {
|
|
199360
|
-
"shape": "
|
|
199385
|
+
"shape": "S7d"
|
|
199361
199386
|
},
|
|
199362
199387
|
"ValuesToRemove": {
|
|
199363
|
-
"shape": "
|
|
199388
|
+
"shape": "S7d"
|
|
199364
199389
|
}
|
|
199365
199390
|
}
|
|
199366
199391
|
},
|
|
@@ -199369,7 +199394,7 @@ module.exports={
|
|
|
199369
199394
|
"type": "structure",
|
|
199370
199395
|
"members": {
|
|
199371
199396
|
"DBClusterSnapshotAttributesResult": {
|
|
199372
|
-
"shape": "
|
|
199397
|
+
"shape": "S7a"
|
|
199373
199398
|
}
|
|
199374
199399
|
}
|
|
199375
199400
|
}
|
|
@@ -199388,10 +199413,10 @@ module.exports={
|
|
|
199388
199413
|
"DBInstanceClass": {},
|
|
199389
199414
|
"DBSubnetGroupName": {},
|
|
199390
199415
|
"DBSecurityGroups": {
|
|
199391
|
-
"shape": "
|
|
199416
|
+
"shape": "S3n"
|
|
199392
199417
|
},
|
|
199393
199418
|
"VpcSecurityGroupIds": {
|
|
199394
|
-
"shape": "
|
|
199419
|
+
"shape": "S2s"
|
|
199395
199420
|
},
|
|
199396
199421
|
"ApplyImmediately": {
|
|
199397
199422
|
"type": "boolean"
|
|
@@ -199452,7 +199477,7 @@ module.exports={
|
|
|
199452
199477
|
"type": "integer"
|
|
199453
199478
|
},
|
|
199454
199479
|
"CloudwatchLogsExportConfiguration": {
|
|
199455
|
-
"shape": "
|
|
199480
|
+
"shape": "Sbl"
|
|
199456
199481
|
},
|
|
199457
199482
|
"ProcessorFeatures": {
|
|
199458
199483
|
"shape": "S1c"
|
|
@@ -199496,7 +199521,7 @@ module.exports={
|
|
|
199496
199521
|
"type": "structure",
|
|
199497
199522
|
"members": {
|
|
199498
199523
|
"DBInstance": {
|
|
199499
|
-
"shape": "
|
|
199524
|
+
"shape": "S3p"
|
|
199500
199525
|
}
|
|
199501
199526
|
}
|
|
199502
199527
|
}
|
|
@@ -199511,12 +199536,12 @@ module.exports={
|
|
|
199511
199536
|
"members": {
|
|
199512
199537
|
"DBParameterGroupName": {},
|
|
199513
199538
|
"Parameters": {
|
|
199514
|
-
"shape": "
|
|
199539
|
+
"shape": "S75"
|
|
199515
199540
|
}
|
|
199516
199541
|
}
|
|
199517
199542
|
},
|
|
199518
199543
|
"output": {
|
|
199519
|
-
"shape": "
|
|
199544
|
+
"shape": "Sbw",
|
|
199520
199545
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
|
199521
199546
|
}
|
|
199522
199547
|
},
|
|
@@ -199530,7 +199555,7 @@ module.exports={
|
|
|
199530
199555
|
"DBProxyName": {},
|
|
199531
199556
|
"NewDBProxyName": {},
|
|
199532
199557
|
"Auth": {
|
|
199533
|
-
"shape": "
|
|
199558
|
+
"shape": "S4j"
|
|
199534
199559
|
},
|
|
199535
199560
|
"RequireTLS": {
|
|
199536
199561
|
"type": "boolean"
|
|
@@ -199552,7 +199577,7 @@ module.exports={
|
|
|
199552
199577
|
"type": "structure",
|
|
199553
199578
|
"members": {
|
|
199554
199579
|
"DBProxy": {
|
|
199555
|
-
"shape": "
|
|
199580
|
+
"shape": "S4p"
|
|
199556
199581
|
}
|
|
199557
199582
|
}
|
|
199558
199583
|
}
|
|
@@ -199576,7 +199601,7 @@ module.exports={
|
|
|
199576
199601
|
"type": "structure",
|
|
199577
199602
|
"members": {
|
|
199578
199603
|
"DBProxyEndpoint": {
|
|
199579
|
-
"shape": "
|
|
199604
|
+
"shape": "S4y"
|
|
199580
199605
|
}
|
|
199581
199606
|
}
|
|
199582
199607
|
}
|
|
@@ -199617,7 +199642,7 @@ module.exports={
|
|
|
199617
199642
|
"type": "structure",
|
|
199618
199643
|
"members": {
|
|
199619
199644
|
"DBProxyTargetGroup": {
|
|
199620
|
-
"shape": "
|
|
199645
|
+
"shape": "S8b"
|
|
199621
199646
|
}
|
|
199622
199647
|
}
|
|
199623
199648
|
}
|
|
@@ -199655,10 +199680,10 @@ module.exports={
|
|
|
199655
199680
|
"DBSnapshotIdentifier": {},
|
|
199656
199681
|
"AttributeName": {},
|
|
199657
199682
|
"ValuesToAdd": {
|
|
199658
|
-
"shape": "
|
|
199683
|
+
"shape": "S7d"
|
|
199659
199684
|
},
|
|
199660
199685
|
"ValuesToRemove": {
|
|
199661
|
-
"shape": "
|
|
199686
|
+
"shape": "S7d"
|
|
199662
199687
|
}
|
|
199663
199688
|
}
|
|
199664
199689
|
},
|
|
@@ -199667,7 +199692,7 @@ module.exports={
|
|
|
199667
199692
|
"type": "structure",
|
|
199668
199693
|
"members": {
|
|
199669
199694
|
"DBSnapshotAttributesResult": {
|
|
199670
|
-
"shape": "
|
|
199695
|
+
"shape": "S8r"
|
|
199671
199696
|
}
|
|
199672
199697
|
}
|
|
199673
199698
|
}
|
|
@@ -199683,7 +199708,7 @@ module.exports={
|
|
|
199683
199708
|
"DBSubnetGroupName": {},
|
|
199684
199709
|
"DBSubnetGroupDescription": {},
|
|
199685
199710
|
"SubnetIds": {
|
|
199686
|
-
"shape": "
|
|
199711
|
+
"shape": "S55"
|
|
199687
199712
|
}
|
|
199688
199713
|
}
|
|
199689
199714
|
},
|
|
@@ -199692,7 +199717,7 @@ module.exports={
|
|
|
199692
199717
|
"type": "structure",
|
|
199693
199718
|
"members": {
|
|
199694
199719
|
"DBSubnetGroup": {
|
|
199695
|
-
"shape": "
|
|
199720
|
+
"shape": "S3t"
|
|
199696
199721
|
}
|
|
199697
199722
|
}
|
|
199698
199723
|
}
|
|
@@ -199745,7 +199770,7 @@ module.exports={
|
|
|
199745
199770
|
"type": "structure",
|
|
199746
199771
|
"members": {
|
|
199747
199772
|
"GlobalCluster": {
|
|
199748
|
-
"shape": "
|
|
199773
|
+
"shape": "S5b"
|
|
199749
199774
|
}
|
|
199750
199775
|
}
|
|
199751
199776
|
}
|
|
@@ -199773,10 +199798,10 @@ module.exports={
|
|
|
199773
199798
|
},
|
|
199774
199799
|
"OptionVersion": {},
|
|
199775
199800
|
"DBSecurityGroupMemberships": {
|
|
199776
|
-
"shape": "
|
|
199801
|
+
"shape": "S3n"
|
|
199777
199802
|
},
|
|
199778
199803
|
"VpcSecurityGroupMemberships": {
|
|
199779
|
-
"shape": "
|
|
199804
|
+
"shape": "S2s"
|
|
199780
199805
|
},
|
|
199781
199806
|
"OptionSettings": {
|
|
199782
199807
|
"type": "list",
|
|
@@ -199826,7 +199851,7 @@ module.exports={
|
|
|
199826
199851
|
"type": "structure",
|
|
199827
199852
|
"members": {
|
|
199828
199853
|
"DBInstance": {
|
|
199829
|
-
"shape": "
|
|
199854
|
+
"shape": "S3p"
|
|
199830
199855
|
}
|
|
199831
199856
|
}
|
|
199832
199857
|
}
|
|
@@ -199846,7 +199871,7 @@ module.exports={
|
|
|
199846
199871
|
"type": "structure",
|
|
199847
199872
|
"members": {
|
|
199848
199873
|
"DBCluster": {
|
|
199849
|
-
"shape": "
|
|
199874
|
+
"shape": "S2y"
|
|
199850
199875
|
}
|
|
199851
199876
|
}
|
|
199852
199877
|
}
|
|
@@ -199873,7 +199898,7 @@ module.exports={
|
|
|
199873
199898
|
"type": "structure",
|
|
199874
199899
|
"members": {
|
|
199875
199900
|
"ReservedDBInstance": {
|
|
199876
|
-
"shape": "
|
|
199901
|
+
"shape": "Sag"
|
|
199877
199902
|
}
|
|
199878
199903
|
}
|
|
199879
199904
|
}
|
|
@@ -199893,7 +199918,7 @@ module.exports={
|
|
|
199893
199918
|
"type": "structure",
|
|
199894
199919
|
"members": {
|
|
199895
199920
|
"DBCluster": {
|
|
199896
|
-
"shape": "
|
|
199921
|
+
"shape": "S2y"
|
|
199897
199922
|
}
|
|
199898
199923
|
}
|
|
199899
199924
|
}
|
|
@@ -199916,7 +199941,7 @@ module.exports={
|
|
|
199916
199941
|
"type": "structure",
|
|
199917
199942
|
"members": {
|
|
199918
199943
|
"DBInstance": {
|
|
199919
|
-
"shape": "
|
|
199944
|
+
"shape": "S3p"
|
|
199920
199945
|
}
|
|
199921
199946
|
}
|
|
199922
199947
|
}
|
|
@@ -199943,7 +199968,7 @@ module.exports={
|
|
|
199943
199968
|
"type": "structure",
|
|
199944
199969
|
"members": {
|
|
199945
199970
|
"DBProxyTargets": {
|
|
199946
|
-
"shape": "
|
|
199971
|
+
"shape": "S8f"
|
|
199947
199972
|
}
|
|
199948
199973
|
}
|
|
199949
199974
|
}
|
|
@@ -199961,7 +199986,7 @@ module.exports={
|
|
|
199961
199986
|
"type": "structure",
|
|
199962
199987
|
"members": {
|
|
199963
199988
|
"GlobalCluster": {
|
|
199964
|
-
"shape": "
|
|
199989
|
+
"shape": "S5b"
|
|
199965
199990
|
}
|
|
199966
199991
|
}
|
|
199967
199992
|
}
|
|
@@ -200045,12 +200070,12 @@ module.exports={
|
|
|
200045
200070
|
"type": "boolean"
|
|
200046
200071
|
},
|
|
200047
200072
|
"Parameters": {
|
|
200048
|
-
"shape": "
|
|
200073
|
+
"shape": "S75"
|
|
200049
200074
|
}
|
|
200050
200075
|
}
|
|
200051
200076
|
},
|
|
200052
200077
|
"output": {
|
|
200053
|
-
"shape": "
|
|
200078
|
+
"shape": "Sbp",
|
|
200054
200079
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
|
200055
200080
|
}
|
|
200056
200081
|
},
|
|
@@ -200066,12 +200091,12 @@ module.exports={
|
|
|
200066
200091
|
"type": "boolean"
|
|
200067
200092
|
},
|
|
200068
200093
|
"Parameters": {
|
|
200069
|
-
"shape": "
|
|
200094
|
+
"shape": "S75"
|
|
200070
200095
|
}
|
|
200071
200096
|
}
|
|
200072
200097
|
},
|
|
200073
200098
|
"output": {
|
|
200074
|
-
"shape": "
|
|
200099
|
+
"shape": "Sbw",
|
|
200075
200100
|
"resultWrapper": "ResetDBParameterGroupResult"
|
|
200076
200101
|
}
|
|
200077
200102
|
},
|
|
@@ -200099,7 +200124,7 @@ module.exports={
|
|
|
200099
200124
|
"DBClusterIdentifier": {},
|
|
200100
200125
|
"DBClusterParameterGroupName": {},
|
|
200101
200126
|
"VpcSecurityGroupIds": {
|
|
200102
|
-
"shape": "
|
|
200127
|
+
"shape": "S2s"
|
|
200103
200128
|
},
|
|
200104
200129
|
"DBSubnetGroupName": {},
|
|
200105
200130
|
"Engine": {},
|
|
@@ -200142,7 +200167,7 @@ module.exports={
|
|
|
200142
200167
|
"Domain": {},
|
|
200143
200168
|
"DomainIAMRoleName": {},
|
|
200144
200169
|
"ServerlessV2ScalingConfiguration": {
|
|
200145
|
-
"shape": "
|
|
200170
|
+
"shape": "S2v"
|
|
200146
200171
|
},
|
|
200147
200172
|
"NetworkType": {},
|
|
200148
200173
|
"ManageMasterUserPassword": {
|
|
@@ -200156,7 +200181,7 @@ module.exports={
|
|
|
200156
200181
|
"type": "structure",
|
|
200157
200182
|
"members": {
|
|
200158
200183
|
"DBCluster": {
|
|
200159
|
-
"shape": "
|
|
200184
|
+
"shape": "S2y"
|
|
200160
200185
|
}
|
|
200161
200186
|
}
|
|
200162
200187
|
}
|
|
@@ -200184,7 +200209,7 @@ module.exports={
|
|
|
200184
200209
|
"DatabaseName": {},
|
|
200185
200210
|
"OptionGroupName": {},
|
|
200186
200211
|
"VpcSecurityGroupIds": {
|
|
200187
|
-
"shape": "
|
|
200212
|
+
"shape": "S2s"
|
|
200188
200213
|
},
|
|
200189
200214
|
"Tags": {
|
|
200190
200215
|
"shape": "Sb"
|
|
@@ -200201,7 +200226,7 @@ module.exports={
|
|
|
200201
200226
|
},
|
|
200202
200227
|
"EngineMode": {},
|
|
200203
200228
|
"ScalingConfiguration": {
|
|
200204
|
-
"shape": "
|
|
200229
|
+
"shape": "S2u"
|
|
200205
200230
|
},
|
|
200206
200231
|
"DBClusterParameterGroupName": {},
|
|
200207
200232
|
"DeletionProtection": {
|
|
@@ -200221,7 +200246,7 @@ module.exports={
|
|
|
200221
200246
|
"type": "boolean"
|
|
200222
200247
|
},
|
|
200223
200248
|
"ServerlessV2ScalingConfiguration": {
|
|
200224
|
-
"shape": "
|
|
200249
|
+
"shape": "S2v"
|
|
200225
200250
|
},
|
|
200226
200251
|
"NetworkType": {}
|
|
200227
200252
|
}
|
|
@@ -200231,7 +200256,7 @@ module.exports={
|
|
|
200231
200256
|
"type": "structure",
|
|
200232
200257
|
"members": {
|
|
200233
200258
|
"DBCluster": {
|
|
200234
|
-
"shape": "
|
|
200259
|
+
"shape": "S2y"
|
|
200235
200260
|
}
|
|
200236
200261
|
}
|
|
200237
200262
|
}
|
|
@@ -200259,7 +200284,7 @@ module.exports={
|
|
|
200259
200284
|
"DBSubnetGroupName": {},
|
|
200260
200285
|
"OptionGroupName": {},
|
|
200261
200286
|
"VpcSecurityGroupIds": {
|
|
200262
|
-
"shape": "
|
|
200287
|
+
"shape": "S2s"
|
|
200263
200288
|
},
|
|
200264
200289
|
"Tags": {
|
|
200265
200290
|
"shape": "Sb"
|
|
@@ -200284,7 +200309,7 @@ module.exports={
|
|
|
200284
200309
|
"Domain": {},
|
|
200285
200310
|
"DomainIAMRoleName": {},
|
|
200286
200311
|
"ScalingConfiguration": {
|
|
200287
|
-
"shape": "
|
|
200312
|
+
"shape": "S2u"
|
|
200288
200313
|
},
|
|
200289
200314
|
"EngineMode": {},
|
|
200290
200315
|
"DBClusterInstanceClass": {},
|
|
@@ -200296,7 +200321,7 @@ module.exports={
|
|
|
200296
200321
|
"type": "integer"
|
|
200297
200322
|
},
|
|
200298
200323
|
"ServerlessV2ScalingConfiguration": {
|
|
200299
|
-
"shape": "
|
|
200324
|
+
"shape": "S2v"
|
|
200300
200325
|
},
|
|
200301
200326
|
"NetworkType": {}
|
|
200302
200327
|
}
|
|
@@ -200306,7 +200331,7 @@ module.exports={
|
|
|
200306
200331
|
"type": "structure",
|
|
200307
200332
|
"members": {
|
|
200308
200333
|
"DBCluster": {
|
|
200309
|
-
"shape": "
|
|
200334
|
+
"shape": "S2y"
|
|
200310
200335
|
}
|
|
200311
200336
|
}
|
|
200312
200337
|
}
|
|
@@ -200349,7 +200374,7 @@ module.exports={
|
|
|
200349
200374
|
"TdeCredentialArn": {},
|
|
200350
200375
|
"TdeCredentialPassword": {},
|
|
200351
200376
|
"VpcSecurityGroupIds": {
|
|
200352
|
-
"shape": "
|
|
200377
|
+
"shape": "S2s"
|
|
200353
200378
|
},
|
|
200354
200379
|
"Domain": {},
|
|
200355
200380
|
"CopyTagsToSnapshot": {
|
|
@@ -200389,7 +200414,7 @@ module.exports={
|
|
|
200389
200414
|
"type": "structure",
|
|
200390
200415
|
"members": {
|
|
200391
200416
|
"DBInstance": {
|
|
200392
|
-
"shape": "
|
|
200417
|
+
"shape": "S3p"
|
|
200393
200418
|
}
|
|
200394
200419
|
}
|
|
200395
200420
|
}
|
|
@@ -200417,10 +200442,10 @@ module.exports={
|
|
|
200417
200442
|
"MasterUsername": {},
|
|
200418
200443
|
"MasterUserPassword": {},
|
|
200419
200444
|
"DBSecurityGroups": {
|
|
200420
|
-
"shape": "
|
|
200445
|
+
"shape": "S3n"
|
|
200421
200446
|
},
|
|
200422
200447
|
"VpcSecurityGroupIds": {
|
|
200423
|
-
"shape": "
|
|
200448
|
+
"shape": "S2s"
|
|
200424
200449
|
},
|
|
200425
200450
|
"AvailabilityZone": {},
|
|
200426
200451
|
"DBSubnetGroupName": {},
|
|
@@ -200508,7 +200533,7 @@ module.exports={
|
|
|
200508
200533
|
"type": "structure",
|
|
200509
200534
|
"members": {
|
|
200510
200535
|
"DBInstance": {
|
|
200511
|
-
"shape": "
|
|
200536
|
+
"shape": "S3p"
|
|
200512
200537
|
}
|
|
200513
200538
|
}
|
|
200514
200539
|
}
|
|
@@ -200560,7 +200585,7 @@ module.exports={
|
|
|
200560
200585
|
"TdeCredentialArn": {},
|
|
200561
200586
|
"TdeCredentialPassword": {},
|
|
200562
200587
|
"VpcSecurityGroupIds": {
|
|
200563
|
-
"shape": "
|
|
200588
|
+
"shape": "S2s"
|
|
200564
200589
|
},
|
|
200565
200590
|
"Domain": {},
|
|
200566
200591
|
"DomainIAMRoleName": {},
|
|
@@ -200601,7 +200626,7 @@ module.exports={
|
|
|
200601
200626
|
"type": "structure",
|
|
200602
200627
|
"members": {
|
|
200603
200628
|
"DBInstance": {
|
|
200604
|
-
"shape": "
|
|
200629
|
+
"shape": "S3p"
|
|
200605
200630
|
}
|
|
200606
200631
|
}
|
|
200607
200632
|
}
|
|
@@ -200682,7 +200707,7 @@ module.exports={
|
|
|
200682
200707
|
"type": "structure",
|
|
200683
200708
|
"members": {
|
|
200684
200709
|
"DBCluster": {
|
|
200685
|
-
"shape": "
|
|
200710
|
+
"shape": "S2y"
|
|
200686
200711
|
}
|
|
200687
200712
|
}
|
|
200688
200713
|
}
|
|
@@ -200702,7 +200727,7 @@ module.exports={
|
|
|
200702
200727
|
"type": "structure",
|
|
200703
200728
|
"members": {
|
|
200704
200729
|
"DBInstance": {
|
|
200705
|
-
"shape": "
|
|
200730
|
+
"shape": "S3p"
|
|
200706
200731
|
}
|
|
200707
200732
|
}
|
|
200708
200733
|
}
|
|
@@ -200727,7 +200752,7 @@ module.exports={
|
|
|
200727
200752
|
"type": "structure",
|
|
200728
200753
|
"members": {
|
|
200729
200754
|
"DBInstanceAutomatedBackup": {
|
|
200730
|
-
"shape": "
|
|
200755
|
+
"shape": "S5w"
|
|
200731
200756
|
}
|
|
200732
200757
|
}
|
|
200733
200758
|
}
|
|
@@ -200797,7 +200822,7 @@ module.exports={
|
|
|
200797
200822
|
"type": "structure",
|
|
200798
200823
|
"members": {
|
|
200799
200824
|
"DBCluster": {
|
|
200800
|
-
"shape": "
|
|
200825
|
+
"shape": "S2y"
|
|
200801
200826
|
}
|
|
200802
200827
|
}
|
|
200803
200828
|
}
|
|
@@ -200818,7 +200843,7 @@ module.exports={
|
|
|
200818
200843
|
"type": "structure",
|
|
200819
200844
|
"members": {
|
|
200820
200845
|
"DBInstance": {
|
|
200821
|
-
"shape": "
|
|
200846
|
+
"shape": "S3p"
|
|
200822
200847
|
}
|
|
200823
200848
|
}
|
|
200824
200849
|
}
|
|
@@ -200838,7 +200863,7 @@ module.exports={
|
|
|
200838
200863
|
"type": "structure",
|
|
200839
200864
|
"members": {
|
|
200840
200865
|
"DBInstanceAutomatedBackup": {
|
|
200841
|
-
"shape": "
|
|
200866
|
+
"shape": "S5w"
|
|
200842
200867
|
}
|
|
200843
200868
|
}
|
|
200844
200869
|
}
|
|
@@ -200881,7 +200906,7 @@ module.exports={
|
|
|
200881
200906
|
"type": "structure",
|
|
200882
200907
|
"members": {
|
|
200883
200908
|
"DBInstance": {
|
|
200884
|
-
"shape": "
|
|
200909
|
+
"shape": "S3p"
|
|
200885
200910
|
}
|
|
200886
200911
|
}
|
|
200887
200912
|
}
|
|
@@ -201436,7 +201461,14 @@ module.exports={
|
|
|
201436
201461
|
"SupportsBabelfish": {
|
|
201437
201462
|
"type": "boolean"
|
|
201438
201463
|
},
|
|
201439
|
-
"CustomDBEngineVersionManifest": {}
|
|
201464
|
+
"CustomDBEngineVersionManifest": {},
|
|
201465
|
+
"SupportsCertificateRotationWithoutRestart": {
|
|
201466
|
+
"type": "boolean"
|
|
201467
|
+
},
|
|
201468
|
+
"SupportedCACertificateIdentifiers": {
|
|
201469
|
+
"type": "list",
|
|
201470
|
+
"member": {}
|
|
201471
|
+
}
|
|
201440
201472
|
}
|
|
201441
201473
|
},
|
|
201442
201474
|
"S2g": {
|
|
@@ -201461,13 +201493,13 @@ module.exports={
|
|
|
201461
201493
|
"type": "list",
|
|
201462
201494
|
"member": {}
|
|
201463
201495
|
},
|
|
201464
|
-
"
|
|
201496
|
+
"S2s": {
|
|
201465
201497
|
"type": "list",
|
|
201466
201498
|
"member": {
|
|
201467
201499
|
"locationName": "VpcSecurityGroupId"
|
|
201468
201500
|
}
|
|
201469
201501
|
},
|
|
201470
|
-
"
|
|
201502
|
+
"S2u": {
|
|
201471
201503
|
"type": "structure",
|
|
201472
201504
|
"members": {
|
|
201473
201505
|
"MinCapacity": {
|
|
@@ -201488,7 +201520,7 @@ module.exports={
|
|
|
201488
201520
|
}
|
|
201489
201521
|
}
|
|
201490
201522
|
},
|
|
201491
|
-
"
|
|
201523
|
+
"S2v": {
|
|
201492
201524
|
"type": "structure",
|
|
201493
201525
|
"members": {
|
|
201494
201526
|
"MinCapacity": {
|
|
@@ -201499,7 +201531,7 @@ module.exports={
|
|
|
201499
201531
|
}
|
|
201500
201532
|
}
|
|
201501
201533
|
},
|
|
201502
|
-
"
|
|
201534
|
+
"S2y": {
|
|
201503
201535
|
"type": "structure",
|
|
201504
201536
|
"members": {
|
|
201505
201537
|
"AllocatedStorage": {
|
|
@@ -201662,7 +201694,7 @@ module.exports={
|
|
|
201662
201694
|
"type": "boolean"
|
|
201663
201695
|
},
|
|
201664
201696
|
"DomainMemberships": {
|
|
201665
|
-
"shape": "
|
|
201697
|
+
"shape": "S39"
|
|
201666
201698
|
},
|
|
201667
201699
|
"TagList": {
|
|
201668
201700
|
"shape": "Sb"
|
|
@@ -201675,7 +201707,7 @@ module.exports={
|
|
|
201675
201707
|
"type": "structure",
|
|
201676
201708
|
"members": {
|
|
201677
201709
|
"PendingCloudwatchLogsExports": {
|
|
201678
|
-
"shape": "
|
|
201710
|
+
"shape": "S3d"
|
|
201679
201711
|
},
|
|
201680
201712
|
"DBClusterIdentifier": {},
|
|
201681
201713
|
"MasterUserPassword": {},
|
|
@@ -201730,12 +201762,12 @@ module.exports={
|
|
|
201730
201762
|
"NetworkType": {},
|
|
201731
201763
|
"DBSystemId": {},
|
|
201732
201764
|
"MasterUserSecret": {
|
|
201733
|
-
"shape": "
|
|
201765
|
+
"shape": "S3f"
|
|
201734
201766
|
}
|
|
201735
201767
|
},
|
|
201736
201768
|
"wrapper": true
|
|
201737
201769
|
},
|
|
201738
|
-
"
|
|
201770
|
+
"S39": {
|
|
201739
201771
|
"type": "list",
|
|
201740
201772
|
"member": {
|
|
201741
201773
|
"locationName": "DomainMembership",
|
|
@@ -201748,7 +201780,7 @@ module.exports={
|
|
|
201748
201780
|
}
|
|
201749
201781
|
}
|
|
201750
201782
|
},
|
|
201751
|
-
"
|
|
201783
|
+
"S3d": {
|
|
201752
201784
|
"type": "structure",
|
|
201753
201785
|
"members": {
|
|
201754
201786
|
"LogTypesToEnable": {
|
|
@@ -201759,7 +201791,7 @@ module.exports={
|
|
|
201759
201791
|
}
|
|
201760
201792
|
}
|
|
201761
201793
|
},
|
|
201762
|
-
"
|
|
201794
|
+
"S3f": {
|
|
201763
201795
|
"type": "structure",
|
|
201764
201796
|
"members": {
|
|
201765
201797
|
"SecretArn": {},
|
|
@@ -201767,7 +201799,7 @@ module.exports={
|
|
|
201767
201799
|
"KmsKeyId": {}
|
|
201768
201800
|
}
|
|
201769
201801
|
},
|
|
201770
|
-
"
|
|
201802
|
+
"S3h": {
|
|
201771
201803
|
"type": "structure",
|
|
201772
201804
|
"members": {
|
|
201773
201805
|
"DBClusterEndpointIdentifier": {},
|
|
@@ -201786,13 +201818,13 @@ module.exports={
|
|
|
201786
201818
|
"DBClusterEndpointArn": {}
|
|
201787
201819
|
}
|
|
201788
201820
|
},
|
|
201789
|
-
"
|
|
201821
|
+
"S3n": {
|
|
201790
201822
|
"type": "list",
|
|
201791
201823
|
"member": {
|
|
201792
201824
|
"locationName": "DBSecurityGroupName"
|
|
201793
201825
|
}
|
|
201794
201826
|
},
|
|
201795
|
-
"
|
|
201827
|
+
"S3p": {
|
|
201796
201828
|
"type": "structure",
|
|
201797
201829
|
"members": {
|
|
201798
201830
|
"DBInstanceIdentifier": {},
|
|
@@ -201805,7 +201837,7 @@ module.exports={
|
|
|
201805
201837
|
"MasterUsername": {},
|
|
201806
201838
|
"DBName": {},
|
|
201807
201839
|
"Endpoint": {
|
|
201808
|
-
"shape": "
|
|
201840
|
+
"shape": "S3q"
|
|
201809
201841
|
},
|
|
201810
201842
|
"AllocatedStorage": {
|
|
201811
201843
|
"type": "integer"
|
|
@@ -201836,7 +201868,7 @@ module.exports={
|
|
|
201836
201868
|
},
|
|
201837
201869
|
"AvailabilityZone": {},
|
|
201838
201870
|
"DBSubnetGroup": {
|
|
201839
|
-
"shape": "
|
|
201871
|
+
"shape": "S3t"
|
|
201840
201872
|
},
|
|
201841
201873
|
"PreferredMaintenanceWindow": {},
|
|
201842
201874
|
"PendingModifiedValues": {
|
|
@@ -201866,7 +201898,7 @@ module.exports={
|
|
|
201866
201898
|
"CACertificateIdentifier": {},
|
|
201867
201899
|
"DBSubnetGroupName": {},
|
|
201868
201900
|
"PendingCloudwatchLogsExports": {
|
|
201869
|
-
"shape": "
|
|
201901
|
+
"shape": "S3d"
|
|
201870
201902
|
},
|
|
201871
201903
|
"ProcessorFeatures": {
|
|
201872
201904
|
"shape": "S1c"
|
|
@@ -201956,7 +201988,7 @@ module.exports={
|
|
|
201956
201988
|
"DbiResourceId": {},
|
|
201957
201989
|
"CACertificateIdentifier": {},
|
|
201958
201990
|
"DomainMemberships": {
|
|
201959
|
-
"shape": "
|
|
201991
|
+
"shape": "S39"
|
|
201960
201992
|
},
|
|
201961
201993
|
"CopyTagsToSnapshot": {
|
|
201962
201994
|
"type": "boolean"
|
|
@@ -202003,7 +202035,7 @@ module.exports={
|
|
|
202003
202035
|
}
|
|
202004
202036
|
},
|
|
202005
202037
|
"ListenerEndpoint": {
|
|
202006
|
-
"shape": "
|
|
202038
|
+
"shape": "S3q"
|
|
202007
202039
|
},
|
|
202008
202040
|
"MaxAllocatedStorage": {
|
|
202009
202041
|
"type": "integer"
|
|
@@ -202012,7 +202044,7 @@ module.exports={
|
|
|
202012
202044
|
"shape": "Sb"
|
|
202013
202045
|
},
|
|
202014
202046
|
"DBInstanceAutomatedBackupsReplications": {
|
|
202015
|
-
"shape": "
|
|
202047
|
+
"shape": "S49"
|
|
202016
202048
|
},
|
|
202017
202049
|
"CustomerOwnedIpEnabled": {
|
|
202018
202050
|
"type": "boolean"
|
|
@@ -202038,12 +202070,21 @@ module.exports={
|
|
|
202038
202070
|
},
|
|
202039
202071
|
"DBSystemId": {},
|
|
202040
202072
|
"MasterUserSecret": {
|
|
202041
|
-
"shape": "
|
|
202073
|
+
"shape": "S3f"
|
|
202074
|
+
},
|
|
202075
|
+
"CertificateDetails": {
|
|
202076
|
+
"type": "structure",
|
|
202077
|
+
"members": {
|
|
202078
|
+
"CAIdentifier": {},
|
|
202079
|
+
"ValidTill": {
|
|
202080
|
+
"type": "timestamp"
|
|
202081
|
+
}
|
|
202082
|
+
}
|
|
202042
202083
|
}
|
|
202043
202084
|
},
|
|
202044
202085
|
"wrapper": true
|
|
202045
202086
|
},
|
|
202046
|
-
"
|
|
202087
|
+
"S3q": {
|
|
202047
202088
|
"type": "structure",
|
|
202048
202089
|
"members": {
|
|
202049
202090
|
"Address": {},
|
|
@@ -202053,7 +202094,7 @@ module.exports={
|
|
|
202053
202094
|
"HostedZoneId": {}
|
|
202054
202095
|
}
|
|
202055
202096
|
},
|
|
202056
|
-
"
|
|
202097
|
+
"S3t": {
|
|
202057
202098
|
"type": "structure",
|
|
202058
202099
|
"members": {
|
|
202059
202100
|
"DBSubnetGroupName": {},
|
|
@@ -202068,7 +202109,7 @@ module.exports={
|
|
|
202068
202109
|
"members": {
|
|
202069
202110
|
"SubnetIdentifier": {},
|
|
202070
202111
|
"SubnetAvailabilityZone": {
|
|
202071
|
-
"shape": "
|
|
202112
|
+
"shape": "S3w"
|
|
202072
202113
|
},
|
|
202073
202114
|
"SubnetOutpost": {
|
|
202074
202115
|
"type": "structure",
|
|
@@ -202087,14 +202128,14 @@ module.exports={
|
|
|
202087
202128
|
},
|
|
202088
202129
|
"wrapper": true
|
|
202089
202130
|
},
|
|
202090
|
-
"
|
|
202131
|
+
"S3w": {
|
|
202091
202132
|
"type": "structure",
|
|
202092
202133
|
"members": {
|
|
202093
202134
|
"Name": {}
|
|
202094
202135
|
},
|
|
202095
202136
|
"wrapper": true
|
|
202096
202137
|
},
|
|
202097
|
-
"
|
|
202138
|
+
"S49": {
|
|
202098
202139
|
"type": "list",
|
|
202099
202140
|
"member": {
|
|
202100
202141
|
"locationName": "DBInstanceAutomatedBackupsReplication",
|
|
@@ -202104,7 +202145,7 @@ module.exports={
|
|
|
202104
202145
|
}
|
|
202105
202146
|
}
|
|
202106
202147
|
},
|
|
202107
|
-
"
|
|
202148
|
+
"S4j": {
|
|
202108
202149
|
"type": "list",
|
|
202109
202150
|
"member": {
|
|
202110
202151
|
"type": "structure",
|
|
@@ -202118,7 +202159,7 @@ module.exports={
|
|
|
202118
202159
|
}
|
|
202119
202160
|
}
|
|
202120
202161
|
},
|
|
202121
|
-
"
|
|
202162
|
+
"S4p": {
|
|
202122
202163
|
"type": "structure",
|
|
202123
202164
|
"members": {
|
|
202124
202165
|
"DBProxyName": {},
|
|
@@ -202165,7 +202206,7 @@ module.exports={
|
|
|
202165
202206
|
}
|
|
202166
202207
|
}
|
|
202167
202208
|
},
|
|
202168
|
-
"
|
|
202209
|
+
"S4y": {
|
|
202169
202210
|
"type": "structure",
|
|
202170
202211
|
"members": {
|
|
202171
202212
|
"DBProxyEndpointName": {},
|
|
@@ -202189,13 +202230,13 @@ module.exports={
|
|
|
202189
202230
|
}
|
|
202190
202231
|
}
|
|
202191
202232
|
},
|
|
202192
|
-
"
|
|
202233
|
+
"S55": {
|
|
202193
202234
|
"type": "list",
|
|
202194
202235
|
"member": {
|
|
202195
202236
|
"locationName": "SubnetIdentifier"
|
|
202196
202237
|
}
|
|
202197
202238
|
},
|
|
202198
|
-
"
|
|
202239
|
+
"S5b": {
|
|
202199
202240
|
"type": "structure",
|
|
202200
202241
|
"members": {
|
|
202201
202242
|
"GlobalClusterIdentifier": {},
|
|
@@ -202242,7 +202283,7 @@ module.exports={
|
|
|
202242
202283
|
},
|
|
202243
202284
|
"wrapper": true
|
|
202244
202285
|
},
|
|
202245
|
-
"
|
|
202286
|
+
"S5w": {
|
|
202246
202287
|
"type": "structure",
|
|
202247
202288
|
"members": {
|
|
202248
202289
|
"DBInstanceArn": {},
|
|
@@ -202295,7 +202336,7 @@ module.exports={
|
|
|
202295
202336
|
},
|
|
202296
202337
|
"DBInstanceAutomatedBackupsArn": {},
|
|
202297
202338
|
"DBInstanceAutomatedBackupsReplications": {
|
|
202298
|
-
"shape": "
|
|
202339
|
+
"shape": "S49"
|
|
202299
202340
|
},
|
|
202300
202341
|
"BackupTarget": {},
|
|
202301
202342
|
"StorageThroughput": {
|
|
@@ -202304,7 +202345,7 @@ module.exports={
|
|
|
202304
202345
|
},
|
|
202305
202346
|
"wrapper": true
|
|
202306
202347
|
},
|
|
202307
|
-
"
|
|
202348
|
+
"S6k": {
|
|
202308
202349
|
"type": "list",
|
|
202309
202350
|
"member": {
|
|
202310
202351
|
"locationName": "Filter",
|
|
@@ -202324,7 +202365,7 @@ module.exports={
|
|
|
202324
202365
|
}
|
|
202325
202366
|
}
|
|
202326
202367
|
},
|
|
202327
|
-
"
|
|
202368
|
+
"S6t": {
|
|
202328
202369
|
"type": "structure",
|
|
202329
202370
|
"members": {
|
|
202330
202371
|
"CertificateIdentifier": {},
|
|
@@ -202346,7 +202387,7 @@ module.exports={
|
|
|
202346
202387
|
},
|
|
202347
202388
|
"wrapper": true
|
|
202348
202389
|
},
|
|
202349
|
-
"
|
|
202390
|
+
"S75": {
|
|
202350
202391
|
"type": "list",
|
|
202351
202392
|
"member": {
|
|
202352
202393
|
"locationName": "Parameter",
|
|
@@ -202370,7 +202411,7 @@ module.exports={
|
|
|
202370
202411
|
}
|
|
202371
202412
|
}
|
|
202372
202413
|
},
|
|
202373
|
-
"
|
|
202414
|
+
"S7a": {
|
|
202374
202415
|
"type": "structure",
|
|
202375
202416
|
"members": {
|
|
202376
202417
|
"DBClusterSnapshotIdentifier": {},
|
|
@@ -202382,7 +202423,7 @@ module.exports={
|
|
|
202382
202423
|
"members": {
|
|
202383
202424
|
"AttributeName": {},
|
|
202384
202425
|
"AttributeValues": {
|
|
202385
|
-
"shape": "
|
|
202426
|
+
"shape": "S7d"
|
|
202386
202427
|
}
|
|
202387
202428
|
}
|
|
202388
202429
|
}
|
|
@@ -202390,13 +202431,13 @@ module.exports={
|
|
|
202390
202431
|
},
|
|
202391
202432
|
"wrapper": true
|
|
202392
202433
|
},
|
|
202393
|
-
"
|
|
202434
|
+
"S7d": {
|
|
202394
202435
|
"type": "list",
|
|
202395
202436
|
"member": {
|
|
202396
202437
|
"locationName": "AttributeValue"
|
|
202397
202438
|
}
|
|
202398
202439
|
},
|
|
202399
|
-
"
|
|
202440
|
+
"S8b": {
|
|
202400
202441
|
"type": "structure",
|
|
202401
202442
|
"members": {
|
|
202402
202443
|
"DBProxyName": {},
|
|
@@ -202432,7 +202473,7 @@ module.exports={
|
|
|
202432
202473
|
}
|
|
202433
202474
|
}
|
|
202434
202475
|
},
|
|
202435
|
-
"
|
|
202476
|
+
"S8f": {
|
|
202436
202477
|
"type": "list",
|
|
202437
202478
|
"member": {
|
|
202438
202479
|
"type": "structure",
|
|
@@ -202457,7 +202498,7 @@ module.exports={
|
|
|
202457
202498
|
}
|
|
202458
202499
|
}
|
|
202459
202500
|
},
|
|
202460
|
-
"
|
|
202501
|
+
"S8r": {
|
|
202461
202502
|
"type": "structure",
|
|
202462
202503
|
"members": {
|
|
202463
202504
|
"DBSnapshotIdentifier": {},
|
|
@@ -202469,7 +202510,7 @@ module.exports={
|
|
|
202469
202510
|
"members": {
|
|
202470
202511
|
"AttributeName": {},
|
|
202471
202512
|
"AttributeValues": {
|
|
202472
|
-
"shape": "
|
|
202513
|
+
"shape": "S7d"
|
|
202473
202514
|
}
|
|
202474
202515
|
},
|
|
202475
202516
|
"wrapper": true
|
|
@@ -202478,18 +202519,18 @@ module.exports={
|
|
|
202478
202519
|
},
|
|
202479
202520
|
"wrapper": true
|
|
202480
202521
|
},
|
|
202481
|
-
"
|
|
202522
|
+
"S92": {
|
|
202482
202523
|
"type": "structure",
|
|
202483
202524
|
"members": {
|
|
202484
202525
|
"DBParameterGroupFamily": {},
|
|
202485
202526
|
"Marker": {},
|
|
202486
202527
|
"Parameters": {
|
|
202487
|
-
"shape": "
|
|
202528
|
+
"shape": "S75"
|
|
202488
202529
|
}
|
|
202489
202530
|
},
|
|
202490
202531
|
"wrapper": true
|
|
202491
202532
|
},
|
|
202492
|
-
"
|
|
202533
|
+
"Sa7": {
|
|
202493
202534
|
"type": "list",
|
|
202494
202535
|
"member": {
|
|
202495
202536
|
"locationName": "AvailableProcessorFeature",
|
|
@@ -202501,7 +202542,7 @@ module.exports={
|
|
|
202501
202542
|
}
|
|
202502
202543
|
}
|
|
202503
202544
|
},
|
|
202504
|
-
"
|
|
202545
|
+
"Sag": {
|
|
202505
202546
|
"type": "structure",
|
|
202506
202547
|
"members": {
|
|
202507
202548
|
"ReservedDBInstanceId": {},
|
|
@@ -202530,14 +202571,14 @@ module.exports={
|
|
|
202530
202571
|
},
|
|
202531
202572
|
"State": {},
|
|
202532
202573
|
"RecurringCharges": {
|
|
202533
|
-
"shape": "
|
|
202574
|
+
"shape": "Sai"
|
|
202534
202575
|
},
|
|
202535
202576
|
"ReservedDBInstanceArn": {},
|
|
202536
202577
|
"LeaseId": {}
|
|
202537
202578
|
},
|
|
202538
202579
|
"wrapper": true
|
|
202539
202580
|
},
|
|
202540
|
-
"
|
|
202581
|
+
"Sai": {
|
|
202541
202582
|
"type": "list",
|
|
202542
202583
|
"member": {
|
|
202543
202584
|
"locationName": "RecurringCharge",
|
|
@@ -202551,7 +202592,7 @@ module.exports={
|
|
|
202551
202592
|
"wrapper": true
|
|
202552
202593
|
}
|
|
202553
202594
|
},
|
|
202554
|
-
"
|
|
202595
|
+
"Sax": {
|
|
202555
202596
|
"type": "list",
|
|
202556
202597
|
"member": {
|
|
202557
202598
|
"locationName": "Range",
|
|
@@ -202569,7 +202610,7 @@ module.exports={
|
|
|
202569
202610
|
}
|
|
202570
202611
|
}
|
|
202571
202612
|
},
|
|
202572
|
-
"
|
|
202613
|
+
"Saz": {
|
|
202573
202614
|
"type": "list",
|
|
202574
202615
|
"member": {
|
|
202575
202616
|
"locationName": "DoubleRange",
|
|
@@ -202584,7 +202625,7 @@ module.exports={
|
|
|
202584
202625
|
}
|
|
202585
202626
|
}
|
|
202586
202627
|
},
|
|
202587
|
-
"
|
|
202628
|
+
"Sbl": {
|
|
202588
202629
|
"type": "structure",
|
|
202589
202630
|
"members": {
|
|
202590
202631
|
"EnableLogTypes": {
|
|
@@ -202595,13 +202636,13 @@ module.exports={
|
|
|
202595
202636
|
}
|
|
202596
202637
|
}
|
|
202597
202638
|
},
|
|
202598
|
-
"
|
|
202639
|
+
"Sbp": {
|
|
202599
202640
|
"type": "structure",
|
|
202600
202641
|
"members": {
|
|
202601
202642
|
"DBClusterParameterGroupName": {}
|
|
202602
202643
|
}
|
|
202603
202644
|
},
|
|
202604
|
-
"
|
|
202645
|
+
"Sbw": {
|
|
202605
202646
|
"type": "structure",
|
|
202606
202647
|
"members": {
|
|
202607
202648
|
"DBParameterGroupName": {}
|
|
@@ -230478,7 +230519,7 @@ module.exports={
|
|
|
230478
230519
|
"shape": "S31"
|
|
230479
230520
|
},
|
|
230480
230521
|
"Attachments": {
|
|
230481
|
-
"shape": "
|
|
230522
|
+
"shape": "S35"
|
|
230482
230523
|
},
|
|
230483
230524
|
"Name": {},
|
|
230484
230525
|
"DisplayName": {},
|
|
@@ -230495,7 +230536,7 @@ module.exports={
|
|
|
230495
230536
|
"type": "structure",
|
|
230496
230537
|
"members": {
|
|
230497
230538
|
"DocumentDescription": {
|
|
230498
|
-
"shape": "
|
|
230539
|
+
"shape": "S3h"
|
|
230499
230540
|
}
|
|
230500
230541
|
}
|
|
230501
230542
|
}
|
|
@@ -230513,7 +230554,7 @@ module.exports={
|
|
|
230513
230554
|
"members": {
|
|
230514
230555
|
"Name": {},
|
|
230515
230556
|
"Description": {
|
|
230516
|
-
"shape": "
|
|
230557
|
+
"shape": "S4b"
|
|
230517
230558
|
},
|
|
230518
230559
|
"StartDate": {},
|
|
230519
230560
|
"EndDate": {},
|
|
@@ -230558,16 +230599,16 @@ module.exports={
|
|
|
230558
230599
|
"Description": {},
|
|
230559
230600
|
"OpsItemType": {},
|
|
230560
230601
|
"OperationalData": {
|
|
230561
|
-
"shape": "
|
|
230602
|
+
"shape": "S4p"
|
|
230562
230603
|
},
|
|
230563
230604
|
"Notifications": {
|
|
230564
|
-
"shape": "
|
|
230605
|
+
"shape": "S4u"
|
|
230565
230606
|
},
|
|
230566
230607
|
"Priority": {
|
|
230567
230608
|
"type": "integer"
|
|
230568
230609
|
},
|
|
230569
230610
|
"RelatedOpsItems": {
|
|
230570
|
-
"shape": "
|
|
230611
|
+
"shape": "S4y"
|
|
230571
230612
|
},
|
|
230572
230613
|
"Source": {},
|
|
230573
230614
|
"Title": {},
|
|
@@ -230608,7 +230649,7 @@ module.exports={
|
|
|
230608
230649
|
"members": {
|
|
230609
230650
|
"ResourceId": {},
|
|
230610
230651
|
"Metadata": {
|
|
230611
|
-
"shape": "
|
|
230652
|
+
"shape": "S59"
|
|
230612
230653
|
},
|
|
230613
230654
|
"Tags": {
|
|
230614
230655
|
"shape": "S4"
|
|
@@ -230632,25 +230673,25 @@ module.exports={
|
|
|
230632
230673
|
"OperatingSystem": {},
|
|
230633
230674
|
"Name": {},
|
|
230634
230675
|
"GlobalFilters": {
|
|
230635
|
-
"shape": "
|
|
230676
|
+
"shape": "S5i"
|
|
230636
230677
|
},
|
|
230637
230678
|
"ApprovalRules": {
|
|
230638
|
-
"shape": "
|
|
230679
|
+
"shape": "S5o"
|
|
230639
230680
|
},
|
|
230640
230681
|
"ApprovedPatches": {
|
|
230641
|
-
"shape": "
|
|
230682
|
+
"shape": "S5u"
|
|
230642
230683
|
},
|
|
230643
230684
|
"ApprovedPatchesComplianceLevel": {},
|
|
230644
230685
|
"ApprovedPatchesEnableNonSecurity": {
|
|
230645
230686
|
"type": "boolean"
|
|
230646
230687
|
},
|
|
230647
230688
|
"RejectedPatches": {
|
|
230648
|
-
"shape": "
|
|
230689
|
+
"shape": "S5u"
|
|
230649
230690
|
},
|
|
230650
230691
|
"RejectedPatchesAction": {},
|
|
230651
230692
|
"Description": {},
|
|
230652
230693
|
"Sources": {
|
|
230653
|
-
"shape": "
|
|
230694
|
+
"shape": "S5y"
|
|
230654
230695
|
},
|
|
230655
230696
|
"ClientToken": {
|
|
230656
230697
|
"idempotencyToken": true
|
|
@@ -230676,11 +230717,11 @@ module.exports={
|
|
|
230676
230717
|
"members": {
|
|
230677
230718
|
"SyncName": {},
|
|
230678
230719
|
"S3Destination": {
|
|
230679
|
-
"shape": "
|
|
230720
|
+
"shape": "S68"
|
|
230680
230721
|
},
|
|
230681
230722
|
"SyncType": {},
|
|
230682
230723
|
"SyncSource": {
|
|
230683
|
-
"shape": "
|
|
230724
|
+
"shape": "S6h"
|
|
230684
230725
|
}
|
|
230685
230726
|
}
|
|
230686
230727
|
},
|
|
@@ -230761,7 +230802,7 @@ module.exports={
|
|
|
230761
230802
|
"DeletionId": {},
|
|
230762
230803
|
"TypeName": {},
|
|
230763
230804
|
"DeletionSummary": {
|
|
230764
|
-
"shape": "
|
|
230805
|
+
"shape": "S75"
|
|
230765
230806
|
}
|
|
230766
230807
|
}
|
|
230767
230808
|
}
|
|
@@ -230821,7 +230862,7 @@ module.exports={
|
|
|
230821
230862
|
],
|
|
230822
230863
|
"members": {
|
|
230823
230864
|
"Names": {
|
|
230824
|
-
"shape": "
|
|
230865
|
+
"shape": "S7k"
|
|
230825
230866
|
}
|
|
230826
230867
|
}
|
|
230827
230868
|
},
|
|
@@ -230829,10 +230870,10 @@ module.exports={
|
|
|
230829
230870
|
"type": "structure",
|
|
230830
230871
|
"members": {
|
|
230831
230872
|
"DeletedParameters": {
|
|
230832
|
-
"shape": "
|
|
230873
|
+
"shape": "S7k"
|
|
230833
230874
|
},
|
|
230834
230875
|
"InvalidParameters": {
|
|
230835
|
-
"shape": "
|
|
230876
|
+
"shape": "S7k"
|
|
230836
230877
|
}
|
|
230837
230878
|
}
|
|
230838
230879
|
}
|
|
@@ -231219,7 +231260,7 @@ module.exports={
|
|
|
231219
231260
|
"ExecutedBy": {},
|
|
231220
231261
|
"LogFile": {},
|
|
231221
231262
|
"Outputs": {
|
|
231222
|
-
"shape": "
|
|
231263
|
+
"shape": "S9k"
|
|
231223
231264
|
},
|
|
231224
231265
|
"Mode": {},
|
|
231225
231266
|
"ParentAutomationExecutionId": {},
|
|
@@ -231234,7 +231275,7 @@ module.exports={
|
|
|
231234
231275
|
"shape": "S25"
|
|
231235
231276
|
},
|
|
231236
231277
|
"ResolvedTargets": {
|
|
231237
|
-
"shape": "
|
|
231278
|
+
"shape": "S9p"
|
|
231238
231279
|
},
|
|
231239
231280
|
"MaxConcurrency": {},
|
|
231240
231281
|
"MaxErrors": {},
|
|
@@ -231251,7 +231292,7 @@ module.exports={
|
|
|
231251
231292
|
"type": "timestamp"
|
|
231252
231293
|
},
|
|
231253
231294
|
"Runbooks": {
|
|
231254
|
-
"shape": "
|
|
231295
|
+
"shape": "S9t"
|
|
231255
231296
|
},
|
|
231256
231297
|
"OpsItemId": {},
|
|
231257
231298
|
"AssociationId": {},
|
|
@@ -231301,7 +231342,7 @@ module.exports={
|
|
|
231301
231342
|
"type": "structure",
|
|
231302
231343
|
"members": {
|
|
231303
231344
|
"StepExecutions": {
|
|
231304
|
-
"shape": "
|
|
231345
|
+
"shape": "Sa3"
|
|
231305
231346
|
},
|
|
231306
231347
|
"NextToken": {}
|
|
231307
231348
|
}
|
|
@@ -231312,7 +231353,7 @@ module.exports={
|
|
|
231312
231353
|
"type": "structure",
|
|
231313
231354
|
"members": {
|
|
231314
231355
|
"Filters": {
|
|
231315
|
-
"shape": "
|
|
231356
|
+
"shape": "Sad"
|
|
231316
231357
|
},
|
|
231317
231358
|
"MaxResults": {
|
|
231318
231359
|
"type": "integer"
|
|
@@ -231326,7 +231367,7 @@ module.exports={
|
|
|
231326
231367
|
"Patches": {
|
|
231327
231368
|
"type": "list",
|
|
231328
231369
|
"member": {
|
|
231329
|
-
"shape": "
|
|
231370
|
+
"shape": "Sal"
|
|
231330
231371
|
}
|
|
231331
231372
|
},
|
|
231332
231373
|
"NextToken": {}
|
|
@@ -231349,7 +231390,7 @@ module.exports={
|
|
|
231349
231390
|
"type": "structure",
|
|
231350
231391
|
"members": {
|
|
231351
231392
|
"Document": {
|
|
231352
|
-
"shape": "
|
|
231393
|
+
"shape": "S3h"
|
|
231353
231394
|
}
|
|
231354
231395
|
}
|
|
231355
231396
|
}
|
|
@@ -231374,7 +231415,7 @@ module.exports={
|
|
|
231374
231415
|
"type": "structure",
|
|
231375
231416
|
"members": {
|
|
231376
231417
|
"AccountIds": {
|
|
231377
|
-
"shape": "
|
|
231418
|
+
"shape": "Sbg"
|
|
231378
231419
|
},
|
|
231379
231420
|
"AccountSharingInfoList": {
|
|
231380
231421
|
"type": "list",
|
|
@@ -231446,7 +231487,7 @@ module.exports={
|
|
|
231446
231487
|
"type": "structure",
|
|
231447
231488
|
"members": {
|
|
231448
231489
|
"Patch": {
|
|
231449
|
-
"shape": "
|
|
231490
|
+
"shape": "Sal"
|
|
231450
231491
|
},
|
|
231451
231492
|
"PatchStatus": {
|
|
231452
231493
|
"type": "structure",
|
|
@@ -231533,7 +231574,7 @@ module.exports={
|
|
|
231533
231574
|
"members": {
|
|
231534
231575
|
"key": {},
|
|
231535
231576
|
"valueSet": {
|
|
231536
|
-
"shape": "
|
|
231577
|
+
"shape": "Sc9"
|
|
231537
231578
|
}
|
|
231538
231579
|
}
|
|
231539
231580
|
}
|
|
@@ -231549,7 +231590,7 @@ module.exports={
|
|
|
231549
231590
|
"members": {
|
|
231550
231591
|
"Key": {},
|
|
231551
231592
|
"Values": {
|
|
231552
|
-
"shape": "
|
|
231593
|
+
"shape": "Sc9"
|
|
231553
231594
|
}
|
|
231554
231595
|
}
|
|
231555
231596
|
}
|
|
@@ -231640,7 +231681,7 @@ module.exports={
|
|
|
231640
231681
|
"InstancePatchStates": {
|
|
231641
231682
|
"type": "list",
|
|
231642
231683
|
"member": {
|
|
231643
|
-
"shape": "
|
|
231684
|
+
"shape": "Scv"
|
|
231644
231685
|
}
|
|
231645
231686
|
},
|
|
231646
231687
|
"NextToken": {}
|
|
@@ -231686,7 +231727,7 @@ module.exports={
|
|
|
231686
231727
|
"InstancePatchStates": {
|
|
231687
231728
|
"type": "list",
|
|
231688
231729
|
"member": {
|
|
231689
|
-
"shape": "
|
|
231730
|
+
"shape": "Scv"
|
|
231690
231731
|
}
|
|
231691
231732
|
},
|
|
231692
231733
|
"NextToken": {}
|
|
@@ -231702,7 +231743,7 @@ module.exports={
|
|
|
231702
231743
|
"members": {
|
|
231703
231744
|
"InstanceId": {},
|
|
231704
231745
|
"Filters": {
|
|
231705
|
-
"shape": "
|
|
231746
|
+
"shape": "Sad"
|
|
231706
231747
|
},
|
|
231707
231748
|
"NextToken": {},
|
|
231708
231749
|
"MaxResults": {
|
|
@@ -231769,7 +231810,7 @@ module.exports={
|
|
|
231769
231810
|
"LastStatus": {},
|
|
231770
231811
|
"LastStatusMessage": {},
|
|
231771
231812
|
"DeletionSummary": {
|
|
231772
|
-
"shape": "
|
|
231813
|
+
"shape": "S75"
|
|
231773
231814
|
},
|
|
231774
231815
|
"LastStatusUpdateTime": {
|
|
231775
231816
|
"type": "timestamp"
|
|
@@ -231792,7 +231833,7 @@ module.exports={
|
|
|
231792
231833
|
"WindowExecutionId": {},
|
|
231793
231834
|
"TaskId": {},
|
|
231794
231835
|
"Filters": {
|
|
231795
|
-
"shape": "
|
|
231836
|
+
"shape": "Se1"
|
|
231796
231837
|
},
|
|
231797
231838
|
"MaxResults": {
|
|
231798
231839
|
"type": "integer"
|
|
@@ -231814,7 +231855,7 @@ module.exports={
|
|
|
231814
231855
|
"ExecutionId": {},
|
|
231815
231856
|
"TaskType": {},
|
|
231816
231857
|
"Parameters": {
|
|
231817
|
-
"shape": "
|
|
231858
|
+
"shape": "Sed"
|
|
231818
231859
|
},
|
|
231819
231860
|
"Status": {},
|
|
231820
231861
|
"StatusDetails": {},
|
|
@@ -231825,7 +231866,7 @@ module.exports={
|
|
|
231825
231866
|
"type": "timestamp"
|
|
231826
231867
|
},
|
|
231827
231868
|
"OwnerInformation": {
|
|
231828
|
-
"shape": "
|
|
231869
|
+
"shape": "Scy"
|
|
231829
231870
|
},
|
|
231830
231871
|
"WindowTargetId": {}
|
|
231831
231872
|
}
|
|
@@ -231844,7 +231885,7 @@ module.exports={
|
|
|
231844
231885
|
"members": {
|
|
231845
231886
|
"WindowExecutionId": {},
|
|
231846
231887
|
"Filters": {
|
|
231847
|
-
"shape": "
|
|
231888
|
+
"shape": "Se1"
|
|
231848
231889
|
},
|
|
231849
231890
|
"MaxResults": {
|
|
231850
231891
|
"type": "integer"
|
|
@@ -231894,7 +231935,7 @@ module.exports={
|
|
|
231894
231935
|
"members": {
|
|
231895
231936
|
"WindowId": {},
|
|
231896
231937
|
"Filters": {
|
|
231897
|
-
"shape": "
|
|
231938
|
+
"shape": "Se1"
|
|
231898
231939
|
},
|
|
231899
231940
|
"MaxResults": {
|
|
231900
231941
|
"type": "integer"
|
|
@@ -231937,7 +231978,7 @@ module.exports={
|
|
|
231937
231978
|
},
|
|
231938
231979
|
"ResourceType": {},
|
|
231939
231980
|
"Filters": {
|
|
231940
|
-
"shape": "
|
|
231981
|
+
"shape": "Sad"
|
|
231941
231982
|
},
|
|
231942
231983
|
"MaxResults": {
|
|
231943
231984
|
"type": "integer"
|
|
@@ -231972,7 +232013,7 @@ module.exports={
|
|
|
231972
232013
|
"members": {
|
|
231973
232014
|
"WindowId": {},
|
|
231974
232015
|
"Filters": {
|
|
231975
|
-
"shape": "
|
|
232016
|
+
"shape": "Se1"
|
|
231976
232017
|
},
|
|
231977
232018
|
"MaxResults": {
|
|
231978
232019
|
"type": "integer"
|
|
@@ -231995,11 +232036,11 @@ module.exports={
|
|
|
231995
232036
|
"shape": "S18"
|
|
231996
232037
|
},
|
|
231997
232038
|
"OwnerInformation": {
|
|
231998
|
-
"shape": "
|
|
232039
|
+
"shape": "Scy"
|
|
231999
232040
|
},
|
|
232000
232041
|
"Name": {},
|
|
232001
232042
|
"Description": {
|
|
232002
|
-
"shape": "
|
|
232043
|
+
"shape": "S4b"
|
|
232003
232044
|
}
|
|
232004
232045
|
}
|
|
232005
232046
|
}
|
|
@@ -232017,7 +232058,7 @@ module.exports={
|
|
|
232017
232058
|
"members": {
|
|
232018
232059
|
"WindowId": {},
|
|
232019
232060
|
"Filters": {
|
|
232020
|
-
"shape": "
|
|
232061
|
+
"shape": "Se1"
|
|
232021
232062
|
},
|
|
232022
232063
|
"MaxResults": {
|
|
232023
232064
|
"type": "integer"
|
|
@@ -232041,20 +232082,20 @@ module.exports={
|
|
|
232041
232082
|
"shape": "S18"
|
|
232042
232083
|
},
|
|
232043
232084
|
"TaskParameters": {
|
|
232044
|
-
"shape": "
|
|
232085
|
+
"shape": "Sf4"
|
|
232045
232086
|
},
|
|
232046
232087
|
"Priority": {
|
|
232047
232088
|
"type": "integer"
|
|
232048
232089
|
},
|
|
232049
232090
|
"LoggingInfo": {
|
|
232050
|
-
"shape": "
|
|
232091
|
+
"shape": "Sfa"
|
|
232051
232092
|
},
|
|
232052
232093
|
"ServiceRoleArn": {},
|
|
232053
232094
|
"MaxConcurrency": {},
|
|
232054
232095
|
"MaxErrors": {},
|
|
232055
232096
|
"Name": {},
|
|
232056
232097
|
"Description": {
|
|
232057
|
-
"shape": "
|
|
232098
|
+
"shape": "S4b"
|
|
232058
232099
|
},
|
|
232059
232100
|
"CutoffBehavior": {},
|
|
232060
232101
|
"AlarmConfiguration": {
|
|
@@ -232072,7 +232113,7 @@ module.exports={
|
|
|
232072
232113
|
"type": "structure",
|
|
232073
232114
|
"members": {
|
|
232074
232115
|
"Filters": {
|
|
232075
|
-
"shape": "
|
|
232116
|
+
"shape": "Se1"
|
|
232076
232117
|
},
|
|
232077
232118
|
"MaxResults": {
|
|
232078
232119
|
"type": "integer"
|
|
@@ -232091,7 +232132,7 @@ module.exports={
|
|
|
232091
232132
|
"WindowId": {},
|
|
232092
232133
|
"Name": {},
|
|
232093
232134
|
"Description": {
|
|
232094
|
-
"shape": "
|
|
232135
|
+
"shape": "S4b"
|
|
232095
232136
|
},
|
|
232096
232137
|
"Enabled": {
|
|
232097
232138
|
"type": "boolean"
|
|
@@ -232206,7 +232247,7 @@ module.exports={
|
|
|
232206
232247
|
"OpsItemId": {},
|
|
232207
232248
|
"Title": {},
|
|
232208
232249
|
"OperationalData": {
|
|
232209
|
-
"shape": "
|
|
232250
|
+
"shape": "S4p"
|
|
232210
232251
|
},
|
|
232211
232252
|
"Category": {},
|
|
232212
232253
|
"Severity": {},
|
|
@@ -232251,7 +232292,7 @@ module.exports={
|
|
|
232251
232292
|
}
|
|
232252
232293
|
},
|
|
232253
232294
|
"ParameterFilters": {
|
|
232254
|
-
"shape": "
|
|
232295
|
+
"shape": "Sg4"
|
|
232255
232296
|
},
|
|
232256
232297
|
"MaxResults": {
|
|
232257
232298
|
"type": "integer"
|
|
@@ -232281,7 +232322,7 @@ module.exports={
|
|
|
232281
232322
|
},
|
|
232282
232323
|
"Tier": {},
|
|
232283
232324
|
"Policies": {
|
|
232284
|
-
"shape": "
|
|
232325
|
+
"shape": "Sgj"
|
|
232285
232326
|
},
|
|
232286
232327
|
"DataType": {}
|
|
232287
232328
|
}
|
|
@@ -232296,7 +232337,7 @@ module.exports={
|
|
|
232296
232337
|
"type": "structure",
|
|
232297
232338
|
"members": {
|
|
232298
232339
|
"Filters": {
|
|
232299
|
-
"shape": "
|
|
232340
|
+
"shape": "Sad"
|
|
232300
232341
|
},
|
|
232301
232342
|
"MaxResults": {
|
|
232302
232343
|
"type": "integer"
|
|
@@ -232310,7 +232351,7 @@ module.exports={
|
|
|
232310
232351
|
"BaselineIdentities": {
|
|
232311
232352
|
"type": "list",
|
|
232312
232353
|
"member": {
|
|
232313
|
-
"shape": "
|
|
232354
|
+
"shape": "Sgp"
|
|
232314
232355
|
}
|
|
232315
232356
|
},
|
|
232316
232357
|
"NextToken": {}
|
|
@@ -232377,7 +232418,7 @@ module.exports={
|
|
|
232377
232418
|
"type": "integer"
|
|
232378
232419
|
},
|
|
232379
232420
|
"Filters": {
|
|
232380
|
-
"shape": "
|
|
232421
|
+
"shape": "Sad"
|
|
232381
232422
|
},
|
|
232382
232423
|
"NextToken": {}
|
|
232383
232424
|
}
|
|
@@ -232392,7 +232433,7 @@ module.exports={
|
|
|
232392
232433
|
"members": {
|
|
232393
232434
|
"PatchGroup": {},
|
|
232394
232435
|
"BaselineIdentity": {
|
|
232395
|
-
"shape": "
|
|
232436
|
+
"shape": "Sgp"
|
|
232396
232437
|
}
|
|
232397
232438
|
}
|
|
232398
232439
|
}
|
|
@@ -232541,16 +232582,16 @@ module.exports={
|
|
|
232541
232582
|
},
|
|
232542
232583
|
"AutomationExecutionStatus": {},
|
|
232543
232584
|
"StepExecutions": {
|
|
232544
|
-
"shape": "
|
|
232585
|
+
"shape": "Sa3"
|
|
232545
232586
|
},
|
|
232546
232587
|
"StepExecutionsTruncated": {
|
|
232547
232588
|
"type": "boolean"
|
|
232548
232589
|
},
|
|
232549
232590
|
"Parameters": {
|
|
232550
|
-
"shape": "
|
|
232591
|
+
"shape": "S9k"
|
|
232551
232592
|
},
|
|
232552
232593
|
"Outputs": {
|
|
232553
|
-
"shape": "
|
|
232594
|
+
"shape": "S9k"
|
|
232554
232595
|
},
|
|
232555
232596
|
"FailureMessage": {},
|
|
232556
232597
|
"Mode": {},
|
|
@@ -232566,7 +232607,7 @@ module.exports={
|
|
|
232566
232607
|
"shape": "S25"
|
|
232567
232608
|
},
|
|
232568
232609
|
"ResolvedTargets": {
|
|
232569
|
-
"shape": "
|
|
232610
|
+
"shape": "S9p"
|
|
232570
232611
|
},
|
|
232571
232612
|
"MaxConcurrency": {},
|
|
232572
232613
|
"MaxErrors": {},
|
|
@@ -232605,7 +232646,7 @@ module.exports={
|
|
|
232605
232646
|
"type": "timestamp"
|
|
232606
232647
|
},
|
|
232607
232648
|
"Runbooks": {
|
|
232608
|
-
"shape": "
|
|
232649
|
+
"shape": "S9t"
|
|
232609
232650
|
},
|
|
232610
232651
|
"OpsItemId": {},
|
|
232611
232652
|
"AssociationId": {},
|
|
@@ -232672,7 +232713,7 @@ module.exports={
|
|
|
232672
232713
|
"StandardErrorContent": {},
|
|
232673
232714
|
"StandardErrorUrl": {},
|
|
232674
232715
|
"CloudWatchOutputConfig": {
|
|
232675
|
-
"shape": "
|
|
232716
|
+
"shape": "Sia"
|
|
232676
232717
|
}
|
|
232677
232718
|
}
|
|
232678
232719
|
}
|
|
@@ -232725,24 +232766,24 @@ module.exports={
|
|
|
232725
232766
|
"members": {
|
|
232726
232767
|
"OperatingSystem": {},
|
|
232727
232768
|
"GlobalFilters": {
|
|
232728
|
-
"shape": "
|
|
232769
|
+
"shape": "S5i"
|
|
232729
232770
|
},
|
|
232730
232771
|
"ApprovalRules": {
|
|
232731
|
-
"shape": "
|
|
232772
|
+
"shape": "S5o"
|
|
232732
232773
|
},
|
|
232733
232774
|
"ApprovedPatches": {
|
|
232734
|
-
"shape": "
|
|
232775
|
+
"shape": "S5u"
|
|
232735
232776
|
},
|
|
232736
232777
|
"ApprovedPatchesComplianceLevel": {},
|
|
232737
232778
|
"RejectedPatches": {
|
|
232738
|
-
"shape": "
|
|
232779
|
+
"shape": "S5u"
|
|
232739
232780
|
},
|
|
232740
232781
|
"RejectedPatchesAction": {},
|
|
232741
232782
|
"ApprovedPatchesEnableNonSecurity": {
|
|
232742
232783
|
"type": "boolean"
|
|
232743
232784
|
},
|
|
232744
232785
|
"Sources": {
|
|
232745
|
-
"shape": "
|
|
232786
|
+
"shape": "S5y"
|
|
232746
232787
|
}
|
|
232747
232788
|
}
|
|
232748
232789
|
}
|
|
@@ -232813,10 +232854,10 @@ module.exports={
|
|
|
232813
232854
|
"type": "structure",
|
|
232814
232855
|
"members": {
|
|
232815
232856
|
"Filters": {
|
|
232816
|
-
"shape": "
|
|
232857
|
+
"shape": "Siw"
|
|
232817
232858
|
},
|
|
232818
232859
|
"Aggregators": {
|
|
232819
|
-
"shape": "
|
|
232860
|
+
"shape": "Sj2"
|
|
232820
232861
|
},
|
|
232821
232862
|
"ResultAttributes": {
|
|
232822
232863
|
"type": "list",
|
|
@@ -232861,7 +232902,7 @@ module.exports={
|
|
|
232861
232902
|
"CaptureTime": {},
|
|
232862
232903
|
"ContentHash": {},
|
|
232863
232904
|
"Content": {
|
|
232864
|
-
"shape": "
|
|
232905
|
+
"shape": "Sjj"
|
|
232865
232906
|
}
|
|
232866
232907
|
}
|
|
232867
232908
|
}
|
|
@@ -232942,7 +232983,7 @@ module.exports={
|
|
|
232942
232983
|
"WindowId": {},
|
|
232943
232984
|
"Name": {},
|
|
232944
232985
|
"Description": {
|
|
232945
|
-
"shape": "
|
|
232986
|
+
"shape": "S4b"
|
|
232946
232987
|
},
|
|
232947
232988
|
"StartDate": {},
|
|
232948
232989
|
"EndDate": {},
|
|
@@ -233025,7 +233066,7 @@ module.exports={
|
|
|
233025
233066
|
"TaskParameters": {
|
|
233026
233067
|
"type": "list",
|
|
233027
233068
|
"member": {
|
|
233028
|
-
"shape": "
|
|
233069
|
+
"shape": "Sf4"
|
|
233029
233070
|
},
|
|
233030
233071
|
"sensitive": true
|
|
233031
233072
|
},
|
|
@@ -233074,7 +233115,7 @@ module.exports={
|
|
|
233074
233115
|
"ExecutionId": {},
|
|
233075
233116
|
"TaskType": {},
|
|
233076
233117
|
"Parameters": {
|
|
233077
|
-
"shape": "
|
|
233118
|
+
"shape": "Sed"
|
|
233078
233119
|
},
|
|
233079
233120
|
"Status": {},
|
|
233080
233121
|
"StatusDetails": {},
|
|
@@ -233085,7 +233126,7 @@ module.exports={
|
|
|
233085
233126
|
"type": "timestamp"
|
|
233086
233127
|
},
|
|
233087
233128
|
"OwnerInformation": {
|
|
233088
|
-
"shape": "
|
|
233129
|
+
"shape": "Scy"
|
|
233089
233130
|
},
|
|
233090
233131
|
"WindowTargetId": {}
|
|
233091
233132
|
}
|
|
@@ -233115,10 +233156,10 @@ module.exports={
|
|
|
233115
233156
|
"ServiceRoleArn": {},
|
|
233116
233157
|
"TaskType": {},
|
|
233117
233158
|
"TaskParameters": {
|
|
233118
|
-
"shape": "
|
|
233159
|
+
"shape": "Sf4"
|
|
233119
233160
|
},
|
|
233120
233161
|
"TaskInvocationParameters": {
|
|
233121
|
-
"shape": "
|
|
233162
|
+
"shape": "Ska"
|
|
233122
233163
|
},
|
|
233123
233164
|
"Priority": {
|
|
233124
233165
|
"type": "integer"
|
|
@@ -233126,11 +233167,11 @@ module.exports={
|
|
|
233126
233167
|
"MaxConcurrency": {},
|
|
233127
233168
|
"MaxErrors": {},
|
|
233128
233169
|
"LoggingInfo": {
|
|
233129
|
-
"shape": "
|
|
233170
|
+
"shape": "Sfa"
|
|
233130
233171
|
},
|
|
233131
233172
|
"Name": {},
|
|
233132
233173
|
"Description": {
|
|
233133
|
-
"shape": "
|
|
233174
|
+
"shape": "S4b"
|
|
233134
233175
|
},
|
|
233135
233176
|
"CutoffBehavior": {},
|
|
233136
233177
|
"AlarmConfiguration": {
|
|
@@ -233167,13 +233208,13 @@ module.exports={
|
|
|
233167
233208
|
"type": "timestamp"
|
|
233168
233209
|
},
|
|
233169
233210
|
"Notifications": {
|
|
233170
|
-
"shape": "
|
|
233211
|
+
"shape": "S4u"
|
|
233171
233212
|
},
|
|
233172
233213
|
"Priority": {
|
|
233173
233214
|
"type": "integer"
|
|
233174
233215
|
},
|
|
233175
233216
|
"RelatedOpsItems": {
|
|
233176
|
-
"shape": "
|
|
233217
|
+
"shape": "S4y"
|
|
233177
233218
|
},
|
|
233178
233219
|
"Status": {},
|
|
233179
233220
|
"OpsItemId": {},
|
|
@@ -233181,7 +233222,7 @@ module.exports={
|
|
|
233181
233222
|
"Title": {},
|
|
233182
233223
|
"Source": {},
|
|
233183
233224
|
"OperationalData": {
|
|
233184
|
-
"shape": "
|
|
233225
|
+
"shape": "S4p"
|
|
233185
233226
|
},
|
|
233186
233227
|
"Category": {},
|
|
233187
233228
|
"Severity": {},
|
|
@@ -233222,7 +233263,7 @@ module.exports={
|
|
|
233222
233263
|
"members": {
|
|
233223
233264
|
"ResourceId": {},
|
|
233224
233265
|
"Metadata": {
|
|
233225
|
-
"shape": "
|
|
233266
|
+
"shape": "S59"
|
|
233226
233267
|
},
|
|
233227
233268
|
"NextToken": {}
|
|
233228
233269
|
}
|
|
@@ -233234,10 +233275,10 @@ module.exports={
|
|
|
233234
233275
|
"members": {
|
|
233235
233276
|
"SyncName": {},
|
|
233236
233277
|
"Filters": {
|
|
233237
|
-
"shape": "
|
|
233278
|
+
"shape": "Skx"
|
|
233238
233279
|
},
|
|
233239
233280
|
"Aggregators": {
|
|
233240
|
-
"shape": "
|
|
233281
|
+
"shape": "Sl3"
|
|
233241
233282
|
},
|
|
233242
233283
|
"ResultAttributes": {
|
|
233243
233284
|
"type": "list",
|
|
@@ -233308,7 +233349,7 @@ module.exports={
|
|
|
233308
233349
|
"type": "structure",
|
|
233309
233350
|
"members": {
|
|
233310
233351
|
"Parameter": {
|
|
233311
|
-
"shape": "
|
|
233352
|
+
"shape": "Slp"
|
|
233312
233353
|
}
|
|
233313
233354
|
}
|
|
233314
233355
|
}
|
|
@@ -233347,18 +233388,18 @@ module.exports={
|
|
|
233347
233388
|
"LastModifiedUser": {},
|
|
233348
233389
|
"Description": {},
|
|
233349
233390
|
"Value": {
|
|
233350
|
-
"shape": "
|
|
233391
|
+
"shape": "Slq"
|
|
233351
233392
|
},
|
|
233352
233393
|
"AllowedPattern": {},
|
|
233353
233394
|
"Version": {
|
|
233354
233395
|
"type": "long"
|
|
233355
233396
|
},
|
|
233356
233397
|
"Labels": {
|
|
233357
|
-
"shape": "
|
|
233398
|
+
"shape": "Slw"
|
|
233358
233399
|
},
|
|
233359
233400
|
"Tier": {},
|
|
233360
233401
|
"Policies": {
|
|
233361
|
-
"shape": "
|
|
233402
|
+
"shape": "Sgj"
|
|
233362
233403
|
},
|
|
233363
233404
|
"DataType": {}
|
|
233364
233405
|
}
|
|
@@ -233376,7 +233417,7 @@ module.exports={
|
|
|
233376
233417
|
],
|
|
233377
233418
|
"members": {
|
|
233378
233419
|
"Names": {
|
|
233379
|
-
"shape": "
|
|
233420
|
+
"shape": "S7k"
|
|
233380
233421
|
},
|
|
233381
233422
|
"WithDecryption": {
|
|
233382
233423
|
"type": "boolean"
|
|
@@ -233387,10 +233428,10 @@ module.exports={
|
|
|
233387
233428
|
"type": "structure",
|
|
233388
233429
|
"members": {
|
|
233389
233430
|
"Parameters": {
|
|
233390
|
-
"shape": "
|
|
233431
|
+
"shape": "Sm0"
|
|
233391
233432
|
},
|
|
233392
233433
|
"InvalidParameters": {
|
|
233393
|
-
"shape": "
|
|
233434
|
+
"shape": "S7k"
|
|
233394
233435
|
}
|
|
233395
233436
|
}
|
|
233396
233437
|
}
|
|
@@ -233407,7 +233448,7 @@ module.exports={
|
|
|
233407
233448
|
"type": "boolean"
|
|
233408
233449
|
},
|
|
233409
233450
|
"ParameterFilters": {
|
|
233410
|
-
"shape": "
|
|
233451
|
+
"shape": "Sg4"
|
|
233411
233452
|
},
|
|
233412
233453
|
"WithDecryption": {
|
|
233413
233454
|
"type": "boolean"
|
|
@@ -233422,7 +233463,7 @@ module.exports={
|
|
|
233422
233463
|
"type": "structure",
|
|
233423
233464
|
"members": {
|
|
233424
233465
|
"Parameters": {
|
|
233425
|
-
"shape": "
|
|
233466
|
+
"shape": "Sm0"
|
|
233426
233467
|
},
|
|
233427
233468
|
"NextToken": {}
|
|
233428
233469
|
}
|
|
@@ -233445,20 +233486,20 @@ module.exports={
|
|
|
233445
233486
|
"Name": {},
|
|
233446
233487
|
"OperatingSystem": {},
|
|
233447
233488
|
"GlobalFilters": {
|
|
233448
|
-
"shape": "
|
|
233489
|
+
"shape": "S5i"
|
|
233449
233490
|
},
|
|
233450
233491
|
"ApprovalRules": {
|
|
233451
|
-
"shape": "
|
|
233492
|
+
"shape": "S5o"
|
|
233452
233493
|
},
|
|
233453
233494
|
"ApprovedPatches": {
|
|
233454
|
-
"shape": "
|
|
233495
|
+
"shape": "S5u"
|
|
233455
233496
|
},
|
|
233456
233497
|
"ApprovedPatchesComplianceLevel": {},
|
|
233457
233498
|
"ApprovedPatchesEnableNonSecurity": {
|
|
233458
233499
|
"type": "boolean"
|
|
233459
233500
|
},
|
|
233460
233501
|
"RejectedPatches": {
|
|
233461
|
-
"shape": "
|
|
233502
|
+
"shape": "S5u"
|
|
233462
233503
|
},
|
|
233463
233504
|
"RejectedPatchesAction": {},
|
|
233464
233505
|
"PatchGroups": {
|
|
@@ -233473,7 +233514,7 @@ module.exports={
|
|
|
233473
233514
|
},
|
|
233474
233515
|
"Description": {},
|
|
233475
233516
|
"Sources": {
|
|
233476
|
-
"shape": "
|
|
233517
|
+
"shape": "S5y"
|
|
233477
233518
|
}
|
|
233478
233519
|
}
|
|
233479
233520
|
}
|
|
@@ -233544,7 +233585,7 @@ module.exports={
|
|
|
233544
233585
|
"type": "structure",
|
|
233545
233586
|
"members": {
|
|
233546
233587
|
"ServiceSetting": {
|
|
233547
|
-
"shape": "
|
|
233588
|
+
"shape": "Smi"
|
|
233548
233589
|
}
|
|
233549
233590
|
}
|
|
233550
233591
|
}
|
|
@@ -233562,7 +233603,7 @@ module.exports={
|
|
|
233562
233603
|
"type": "long"
|
|
233563
233604
|
},
|
|
233564
233605
|
"Labels": {
|
|
233565
|
-
"shape": "
|
|
233606
|
+
"shape": "Slw"
|
|
233566
233607
|
}
|
|
233567
233608
|
}
|
|
233568
233609
|
},
|
|
@@ -233570,7 +233611,7 @@ module.exports={
|
|
|
233570
233611
|
"type": "structure",
|
|
233571
233612
|
"members": {
|
|
233572
233613
|
"InvalidLabels": {
|
|
233573
|
-
"shape": "
|
|
233614
|
+
"shape": "Slw"
|
|
233574
233615
|
},
|
|
233575
233616
|
"ParameterVersion": {
|
|
233576
233617
|
"type": "long"
|
|
@@ -233716,7 +233757,7 @@ module.exports={
|
|
|
233716
233757
|
},
|
|
233717
233758
|
"NextToken": {},
|
|
233718
233759
|
"Filters": {
|
|
233719
|
-
"shape": "
|
|
233760
|
+
"shape": "Sn0"
|
|
233720
233761
|
},
|
|
233721
233762
|
"Details": {
|
|
233722
233763
|
"type": "boolean"
|
|
@@ -233773,10 +233814,10 @@ module.exports={
|
|
|
233773
233814
|
},
|
|
233774
233815
|
"ServiceRole": {},
|
|
233775
233816
|
"NotificationConfig": {
|
|
233776
|
-
"shape": "
|
|
233817
|
+
"shape": "Skc"
|
|
233777
233818
|
},
|
|
233778
233819
|
"CloudWatchOutputConfig": {
|
|
233779
|
-
"shape": "
|
|
233820
|
+
"shape": "Sia"
|
|
233780
233821
|
}
|
|
233781
233822
|
}
|
|
233782
233823
|
}
|
|
@@ -233796,7 +233837,7 @@ module.exports={
|
|
|
233796
233837
|
},
|
|
233797
233838
|
"NextToken": {},
|
|
233798
233839
|
"Filters": {
|
|
233799
|
-
"shape": "
|
|
233840
|
+
"shape": "Sn0"
|
|
233800
233841
|
}
|
|
233801
233842
|
}
|
|
233802
233843
|
},
|
|
@@ -233806,7 +233847,7 @@ module.exports={
|
|
|
233806
233847
|
"Commands": {
|
|
233807
233848
|
"type": "list",
|
|
233808
233849
|
"member": {
|
|
233809
|
-
"shape": "
|
|
233850
|
+
"shape": "Sng"
|
|
233810
233851
|
}
|
|
233811
233852
|
},
|
|
233812
233853
|
"NextToken": {}
|
|
@@ -233818,7 +233859,7 @@ module.exports={
|
|
|
233818
233859
|
"type": "structure",
|
|
233819
233860
|
"members": {
|
|
233820
233861
|
"Filters": {
|
|
233821
|
-
"shape": "
|
|
233862
|
+
"shape": "Snn"
|
|
233822
233863
|
},
|
|
233823
233864
|
"ResourceIds": {
|
|
233824
233865
|
"type": "list",
|
|
@@ -233850,10 +233891,10 @@ module.exports={
|
|
|
233850
233891
|
"Status": {},
|
|
233851
233892
|
"Severity": {},
|
|
233852
233893
|
"ExecutionSummary": {
|
|
233853
|
-
"shape": "
|
|
233894
|
+
"shape": "So5"
|
|
233854
233895
|
},
|
|
233855
233896
|
"Details": {
|
|
233856
|
-
"shape": "
|
|
233897
|
+
"shape": "So8"
|
|
233857
233898
|
}
|
|
233858
233899
|
}
|
|
233859
233900
|
}
|
|
@@ -233867,7 +233908,7 @@ module.exports={
|
|
|
233867
233908
|
"type": "structure",
|
|
233868
233909
|
"members": {
|
|
233869
233910
|
"Filters": {
|
|
233870
|
-
"shape": "
|
|
233911
|
+
"shape": "Snn"
|
|
233871
233912
|
},
|
|
233872
233913
|
"NextToken": {},
|
|
233873
233914
|
"MaxResults": {
|
|
@@ -233885,10 +233926,10 @@ module.exports={
|
|
|
233885
233926
|
"members": {
|
|
233886
233927
|
"ComplianceType": {},
|
|
233887
233928
|
"CompliantSummary": {
|
|
233888
|
-
"shape": "
|
|
233929
|
+
"shape": "Sod"
|
|
233889
233930
|
},
|
|
233890
233931
|
"NonCompliantSummary": {
|
|
233891
|
-
"shape": "
|
|
233932
|
+
"shape": "Sog"
|
|
233892
233933
|
}
|
|
233893
233934
|
}
|
|
233894
233935
|
}
|
|
@@ -233936,7 +233977,7 @@ module.exports={
|
|
|
233936
233977
|
},
|
|
233937
233978
|
"ReviewStatus": {},
|
|
233938
233979
|
"Comment": {
|
|
233939
|
-
"shape": "
|
|
233980
|
+
"shape": "Son"
|
|
233940
233981
|
},
|
|
233941
233982
|
"Reviewer": {}
|
|
233942
233983
|
}
|
|
@@ -234044,7 +234085,7 @@ module.exports={
|
|
|
234044
234085
|
"Owner": {},
|
|
234045
234086
|
"VersionName": {},
|
|
234046
234087
|
"PlatformTypes": {
|
|
234047
|
-
"shape": "
|
|
234088
|
+
"shape": "S3v"
|
|
234048
234089
|
},
|
|
234049
234090
|
"DocumentVersion": {},
|
|
234050
234091
|
"DocumentType": {},
|
|
@@ -234077,7 +234118,7 @@ module.exports={
|
|
|
234077
234118
|
"InstanceId": {},
|
|
234078
234119
|
"TypeName": {},
|
|
234079
234120
|
"Filters": {
|
|
234080
|
-
"shape": "
|
|
234121
|
+
"shape": "Siw"
|
|
234081
234122
|
},
|
|
234082
234123
|
"NextToken": {},
|
|
234083
234124
|
"MaxResults": {
|
|
@@ -234093,7 +234134,7 @@ module.exports={
|
|
|
234093
234134
|
"SchemaVersion": {},
|
|
234094
234135
|
"CaptureTime": {},
|
|
234095
234136
|
"Entries": {
|
|
234096
|
-
"shape": "
|
|
234137
|
+
"shape": "Sjj"
|
|
234097
234138
|
},
|
|
234098
234139
|
"NextToken": {}
|
|
234099
234140
|
}
|
|
@@ -234143,7 +234184,7 @@ module.exports={
|
|
|
234143
234184
|
"DetailType": {},
|
|
234144
234185
|
"Detail": {},
|
|
234145
234186
|
"CreatedBy": {
|
|
234146
|
-
"shape": "
|
|
234187
|
+
"shape": "Spl"
|
|
234147
234188
|
},
|
|
234148
234189
|
"CreatedTime": {
|
|
234149
234190
|
"type": "timestamp"
|
|
@@ -234199,13 +234240,13 @@ module.exports={
|
|
|
234199
234240
|
"AssociationType": {},
|
|
234200
234241
|
"ResourceUri": {},
|
|
234201
234242
|
"CreatedBy": {
|
|
234202
|
-
"shape": "
|
|
234243
|
+
"shape": "Spl"
|
|
234203
234244
|
},
|
|
234204
234245
|
"CreatedTime": {
|
|
234205
234246
|
"type": "timestamp"
|
|
234206
234247
|
},
|
|
234207
234248
|
"LastModifiedBy": {
|
|
234208
|
-
"shape": "
|
|
234249
|
+
"shape": "Spl"
|
|
234209
234250
|
},
|
|
234210
234251
|
"LastModifiedTime": {
|
|
234211
234252
|
"type": "timestamp"
|
|
@@ -234272,7 +234313,7 @@ module.exports={
|
|
|
234272
234313
|
"type": "structure",
|
|
234273
234314
|
"members": {
|
|
234274
234315
|
"Filters": {
|
|
234275
|
-
"shape": "
|
|
234316
|
+
"shape": "Snn"
|
|
234276
234317
|
},
|
|
234277
234318
|
"NextToken": {},
|
|
234278
234319
|
"MaxResults": {
|
|
@@ -234294,13 +234335,13 @@ module.exports={
|
|
|
234294
234335
|
"Status": {},
|
|
234295
234336
|
"OverallSeverity": {},
|
|
234296
234337
|
"ExecutionSummary": {
|
|
234297
|
-
"shape": "
|
|
234338
|
+
"shape": "So5"
|
|
234298
234339
|
},
|
|
234299
234340
|
"CompliantSummary": {
|
|
234300
|
-
"shape": "
|
|
234341
|
+
"shape": "Sod"
|
|
234301
234342
|
},
|
|
234302
234343
|
"NonCompliantSummary": {
|
|
234303
|
-
"shape": "
|
|
234344
|
+
"shape": "Sog"
|
|
234304
234345
|
}
|
|
234305
234346
|
}
|
|
234306
234347
|
}
|
|
@@ -234335,10 +234376,10 @@ module.exports={
|
|
|
234335
234376
|
"members": {
|
|
234336
234377
|
"SourceType": {},
|
|
234337
234378
|
"AwsOrganizationsSource": {
|
|
234338
|
-
"shape": "
|
|
234379
|
+
"shape": "S6j"
|
|
234339
234380
|
},
|
|
234340
234381
|
"SourceRegions": {
|
|
234341
|
-
"shape": "
|
|
234382
|
+
"shape": "S6o"
|
|
234342
234383
|
},
|
|
234343
234384
|
"IncludeFutureRegions": {
|
|
234344
234385
|
"type": "boolean"
|
|
@@ -234350,7 +234391,7 @@ module.exports={
|
|
|
234350
234391
|
}
|
|
234351
234392
|
},
|
|
234352
234393
|
"S3Destination": {
|
|
234353
|
-
"shape": "
|
|
234394
|
+
"shape": "S68"
|
|
234354
234395
|
},
|
|
234355
234396
|
"LastSyncTime": {
|
|
234356
234397
|
"type": "timestamp"
|
|
@@ -234405,10 +234446,10 @@ module.exports={
|
|
|
234405
234446
|
"Name": {},
|
|
234406
234447
|
"PermissionType": {},
|
|
234407
234448
|
"AccountIdsToAdd": {
|
|
234408
|
-
"shape": "
|
|
234449
|
+
"shape": "Sbg"
|
|
234409
234450
|
},
|
|
234410
234451
|
"AccountIdsToRemove": {
|
|
234411
|
-
"shape": "
|
|
234452
|
+
"shape": "Sbg"
|
|
234412
234453
|
},
|
|
234413
234454
|
"SharedDocumentVersion": {}
|
|
234414
234455
|
}
|
|
@@ -234433,7 +234474,7 @@ module.exports={
|
|
|
234433
234474
|
"ResourceType": {},
|
|
234434
234475
|
"ComplianceType": {},
|
|
234435
234476
|
"ExecutionSummary": {
|
|
234436
|
-
"shape": "
|
|
234477
|
+
"shape": "So5"
|
|
234437
234478
|
},
|
|
234438
234479
|
"Items": {
|
|
234439
234480
|
"type": "list",
|
|
@@ -234449,7 +234490,7 @@ module.exports={
|
|
|
234449
234490
|
"Severity": {},
|
|
234450
234491
|
"Status": {},
|
|
234451
234492
|
"Details": {
|
|
234452
|
-
"shape": "
|
|
234493
|
+
"shape": "So8"
|
|
234453
234494
|
}
|
|
234454
234495
|
}
|
|
234455
234496
|
}
|
|
@@ -234487,7 +234528,7 @@ module.exports={
|
|
|
234487
234528
|
"CaptureTime": {},
|
|
234488
234529
|
"ContentHash": {},
|
|
234489
234530
|
"Content": {
|
|
234490
|
-
"shape": "
|
|
234531
|
+
"shape": "Sjj"
|
|
234491
234532
|
},
|
|
234492
234533
|
"Context": {
|
|
234493
234534
|
"type": "map",
|
|
@@ -234517,7 +234558,7 @@ module.exports={
|
|
|
234517
234558
|
"Name": {},
|
|
234518
234559
|
"Description": {},
|
|
234519
234560
|
"Value": {
|
|
234520
|
-
"shape": "
|
|
234561
|
+
"shape": "Slq"
|
|
234521
234562
|
},
|
|
234522
234563
|
"Type": {},
|
|
234523
234564
|
"KeyId": {},
|
|
@@ -234617,11 +234658,11 @@ module.exports={
|
|
|
234617
234658
|
"shape": "S18"
|
|
234618
234659
|
},
|
|
234619
234660
|
"OwnerInformation": {
|
|
234620
|
-
"shape": "
|
|
234661
|
+
"shape": "Scy"
|
|
234621
234662
|
},
|
|
234622
234663
|
"Name": {},
|
|
234623
234664
|
"Description": {
|
|
234624
|
-
"shape": "
|
|
234665
|
+
"shape": "S4b"
|
|
234625
234666
|
},
|
|
234626
234667
|
"ClientToken": {
|
|
234627
234668
|
"idempotencyToken": true
|
|
@@ -234652,10 +234693,10 @@ module.exports={
|
|
|
234652
234693
|
"ServiceRoleArn": {},
|
|
234653
234694
|
"TaskType": {},
|
|
234654
234695
|
"TaskParameters": {
|
|
234655
|
-
"shape": "
|
|
234696
|
+
"shape": "Sf4"
|
|
234656
234697
|
},
|
|
234657
234698
|
"TaskInvocationParameters": {
|
|
234658
|
-
"shape": "
|
|
234699
|
+
"shape": "Ska"
|
|
234659
234700
|
},
|
|
234660
234701
|
"Priority": {
|
|
234661
234702
|
"type": "integer"
|
|
@@ -234663,11 +234704,11 @@ module.exports={
|
|
|
234663
234704
|
"MaxConcurrency": {},
|
|
234664
234705
|
"MaxErrors": {},
|
|
234665
234706
|
"LoggingInfo": {
|
|
234666
|
-
"shape": "
|
|
234707
|
+
"shape": "Sfa"
|
|
234667
234708
|
},
|
|
234668
234709
|
"Name": {},
|
|
234669
234710
|
"Description": {
|
|
234670
|
-
"shape": "
|
|
234711
|
+
"shape": "S4b"
|
|
234671
234712
|
},
|
|
234672
234713
|
"ClientToken": {
|
|
234673
234714
|
"idempotencyToken": true
|
|
@@ -234721,7 +234762,7 @@ module.exports={
|
|
|
234721
234762
|
"type": "structure",
|
|
234722
234763
|
"members": {
|
|
234723
234764
|
"ServiceSetting": {
|
|
234724
|
-
"shape": "
|
|
234765
|
+
"shape": "Smi"
|
|
234725
234766
|
}
|
|
234726
234767
|
}
|
|
234727
234768
|
}
|
|
@@ -234756,7 +234797,7 @@ module.exports={
|
|
|
234756
234797
|
"AutomationExecutionId": {},
|
|
234757
234798
|
"SignalType": {},
|
|
234758
234799
|
"Payload": {
|
|
234759
|
-
"shape": "
|
|
234800
|
+
"shape": "S9k"
|
|
234760
234801
|
}
|
|
234761
234802
|
}
|
|
234762
234803
|
},
|
|
@@ -234796,10 +234837,10 @@ module.exports={
|
|
|
234796
234837
|
"MaxErrors": {},
|
|
234797
234838
|
"ServiceRoleArn": {},
|
|
234798
234839
|
"NotificationConfig": {
|
|
234799
|
-
"shape": "
|
|
234840
|
+
"shape": "Skc"
|
|
234800
234841
|
},
|
|
234801
234842
|
"CloudWatchOutputConfig": {
|
|
234802
|
-
"shape": "
|
|
234843
|
+
"shape": "Sia"
|
|
234803
234844
|
},
|
|
234804
234845
|
"AlarmConfiguration": {
|
|
234805
234846
|
"shape": "S1z"
|
|
@@ -234810,7 +234851,7 @@ module.exports={
|
|
|
234810
234851
|
"type": "structure",
|
|
234811
234852
|
"members": {
|
|
234812
234853
|
"Command": {
|
|
234813
|
-
"shape": "
|
|
234854
|
+
"shape": "Sng"
|
|
234814
234855
|
}
|
|
234815
234856
|
}
|
|
234816
234857
|
}
|
|
@@ -234843,7 +234884,7 @@ module.exports={
|
|
|
234843
234884
|
"DocumentName": {},
|
|
234844
234885
|
"DocumentVersion": {},
|
|
234845
234886
|
"Parameters": {
|
|
234846
|
-
"shape": "
|
|
234887
|
+
"shape": "S9k"
|
|
234847
234888
|
},
|
|
234848
234889
|
"ClientToken": {},
|
|
234849
234890
|
"Mode": {},
|
|
@@ -234888,7 +234929,7 @@ module.exports={
|
|
|
234888
234929
|
"DocumentName": {},
|
|
234889
234930
|
"DocumentVersion": {},
|
|
234890
234931
|
"Parameters": {
|
|
234891
|
-
"shape": "
|
|
234932
|
+
"shape": "S9k"
|
|
234892
234933
|
},
|
|
234893
234934
|
"ChangeRequestName": {},
|
|
234894
234935
|
"ClientToken": {},
|
|
@@ -234896,7 +234937,7 @@ module.exports={
|
|
|
234896
234937
|
"type": "boolean"
|
|
234897
234938
|
},
|
|
234898
234939
|
"Runbooks": {
|
|
234899
|
-
"shape": "
|
|
234940
|
+
"shape": "S9t"
|
|
234900
234941
|
},
|
|
234901
234942
|
"Tags": {
|
|
234902
234943
|
"shape": "S4"
|
|
@@ -234990,7 +235031,7 @@ module.exports={
|
|
|
234990
235031
|
"type": "long"
|
|
234991
235032
|
},
|
|
234992
235033
|
"Labels": {
|
|
234993
|
-
"shape": "
|
|
235034
|
+
"shape": "Slw"
|
|
234994
235035
|
}
|
|
234995
235036
|
}
|
|
234996
235037
|
},
|
|
@@ -234998,10 +235039,10 @@ module.exports={
|
|
|
234998
235039
|
"type": "structure",
|
|
234999
235040
|
"members": {
|
|
235000
235041
|
"RemovedLabels": {
|
|
235001
|
-
"shape": "
|
|
235042
|
+
"shape": "Slw"
|
|
235002
235043
|
},
|
|
235003
235044
|
"InvalidLabels": {
|
|
235004
|
-
"shape": "
|
|
235045
|
+
"shape": "Slw"
|
|
235005
235046
|
}
|
|
235006
235047
|
}
|
|
235007
235048
|
}
|
|
@@ -235097,7 +235138,7 @@ module.exports={
|
|
|
235097
235138
|
"members": {
|
|
235098
235139
|
"Content": {},
|
|
235099
235140
|
"Attachments": {
|
|
235100
|
-
"shape": "
|
|
235141
|
+
"shape": "S35"
|
|
235101
235142
|
},
|
|
235102
235143
|
"Name": {},
|
|
235103
235144
|
"DisplayName": {},
|
|
@@ -235111,7 +235152,7 @@ module.exports={
|
|
|
235111
235152
|
"type": "structure",
|
|
235112
235153
|
"members": {
|
|
235113
235154
|
"DocumentDescription": {
|
|
235114
|
-
"shape": "
|
|
235155
|
+
"shape": "S3h"
|
|
235115
235156
|
}
|
|
235116
235157
|
}
|
|
235117
235158
|
}
|
|
@@ -235160,7 +235201,7 @@ module.exports={
|
|
|
235160
235201
|
"members": {
|
|
235161
235202
|
"Action": {},
|
|
235162
235203
|
"Comment": {
|
|
235163
|
-
"shape": "
|
|
235204
|
+
"shape": "Son"
|
|
235164
235205
|
}
|
|
235165
235206
|
}
|
|
235166
235207
|
}
|
|
@@ -235181,7 +235222,7 @@ module.exports={
|
|
|
235181
235222
|
"WindowId": {},
|
|
235182
235223
|
"Name": {},
|
|
235183
235224
|
"Description": {
|
|
235184
|
-
"shape": "
|
|
235225
|
+
"shape": "S4b"
|
|
235185
235226
|
},
|
|
235186
235227
|
"StartDate": {},
|
|
235187
235228
|
"EndDate": {},
|
|
@@ -235213,7 +235254,7 @@ module.exports={
|
|
|
235213
235254
|
"WindowId": {},
|
|
235214
235255
|
"Name": {},
|
|
235215
235256
|
"Description": {
|
|
235216
|
-
"shape": "
|
|
235257
|
+
"shape": "S4b"
|
|
235217
235258
|
},
|
|
235218
235259
|
"StartDate": {},
|
|
235219
235260
|
"EndDate": {},
|
|
@@ -235251,11 +235292,11 @@ module.exports={
|
|
|
235251
235292
|
"shape": "S18"
|
|
235252
235293
|
},
|
|
235253
235294
|
"OwnerInformation": {
|
|
235254
|
-
"shape": "
|
|
235295
|
+
"shape": "Scy"
|
|
235255
235296
|
},
|
|
235256
235297
|
"Name": {},
|
|
235257
235298
|
"Description": {
|
|
235258
|
-
"shape": "
|
|
235299
|
+
"shape": "S4b"
|
|
235259
235300
|
},
|
|
235260
235301
|
"Replace": {
|
|
235261
235302
|
"type": "boolean"
|
|
@@ -235271,11 +235312,11 @@ module.exports={
|
|
|
235271
235312
|
"shape": "S18"
|
|
235272
235313
|
},
|
|
235273
235314
|
"OwnerInformation": {
|
|
235274
|
-
"shape": "
|
|
235315
|
+
"shape": "Scy"
|
|
235275
235316
|
},
|
|
235276
235317
|
"Name": {},
|
|
235277
235318
|
"Description": {
|
|
235278
|
-
"shape": "
|
|
235319
|
+
"shape": "S4b"
|
|
235279
235320
|
}
|
|
235280
235321
|
}
|
|
235281
235322
|
}
|
|
@@ -235296,10 +235337,10 @@ module.exports={
|
|
|
235296
235337
|
"TaskArn": {},
|
|
235297
235338
|
"ServiceRoleArn": {},
|
|
235298
235339
|
"TaskParameters": {
|
|
235299
|
-
"shape": "
|
|
235340
|
+
"shape": "Sf4"
|
|
235300
235341
|
},
|
|
235301
235342
|
"TaskInvocationParameters": {
|
|
235302
|
-
"shape": "
|
|
235343
|
+
"shape": "Ska"
|
|
235303
235344
|
},
|
|
235304
235345
|
"Priority": {
|
|
235305
235346
|
"type": "integer"
|
|
@@ -235307,11 +235348,11 @@ module.exports={
|
|
|
235307
235348
|
"MaxConcurrency": {},
|
|
235308
235349
|
"MaxErrors": {},
|
|
235309
235350
|
"LoggingInfo": {
|
|
235310
|
-
"shape": "
|
|
235351
|
+
"shape": "Sfa"
|
|
235311
235352
|
},
|
|
235312
235353
|
"Name": {},
|
|
235313
235354
|
"Description": {
|
|
235314
|
-
"shape": "
|
|
235355
|
+
"shape": "S4b"
|
|
235315
235356
|
},
|
|
235316
235357
|
"Replace": {
|
|
235317
235358
|
"type": "boolean"
|
|
@@ -235333,10 +235374,10 @@ module.exports={
|
|
|
235333
235374
|
"TaskArn": {},
|
|
235334
235375
|
"ServiceRoleArn": {},
|
|
235335
235376
|
"TaskParameters": {
|
|
235336
|
-
"shape": "
|
|
235377
|
+
"shape": "Sf4"
|
|
235337
235378
|
},
|
|
235338
235379
|
"TaskInvocationParameters": {
|
|
235339
|
-
"shape": "
|
|
235380
|
+
"shape": "Ska"
|
|
235340
235381
|
},
|
|
235341
235382
|
"Priority": {
|
|
235342
235383
|
"type": "integer"
|
|
@@ -235344,11 +235385,11 @@ module.exports={
|
|
|
235344
235385
|
"MaxConcurrency": {},
|
|
235345
235386
|
"MaxErrors": {},
|
|
235346
235387
|
"LoggingInfo": {
|
|
235347
|
-
"shape": "
|
|
235388
|
+
"shape": "Sfa"
|
|
235348
235389
|
},
|
|
235349
235390
|
"Name": {},
|
|
235350
235391
|
"Description": {
|
|
235351
|
-
"shape": "
|
|
235392
|
+
"shape": "S4b"
|
|
235352
235393
|
},
|
|
235353
235394
|
"CutoffBehavior": {},
|
|
235354
235395
|
"AlarmConfiguration": {
|
|
@@ -235383,20 +235424,20 @@ module.exports={
|
|
|
235383
235424
|
"members": {
|
|
235384
235425
|
"Description": {},
|
|
235385
235426
|
"OperationalData": {
|
|
235386
|
-
"shape": "
|
|
235427
|
+
"shape": "S4p"
|
|
235387
235428
|
},
|
|
235388
235429
|
"OperationalDataToDelete": {
|
|
235389
235430
|
"type": "list",
|
|
235390
235431
|
"member": {}
|
|
235391
235432
|
},
|
|
235392
235433
|
"Notifications": {
|
|
235393
|
-
"shape": "
|
|
235434
|
+
"shape": "S4u"
|
|
235394
235435
|
},
|
|
235395
235436
|
"Priority": {
|
|
235396
235437
|
"type": "integer"
|
|
235397
235438
|
},
|
|
235398
235439
|
"RelatedOpsItems": {
|
|
235399
|
-
"shape": "
|
|
235440
|
+
"shape": "S4y"
|
|
235400
235441
|
},
|
|
235401
235442
|
"Status": {},
|
|
235402
235443
|
"OpsItemId": {},
|
|
@@ -235432,7 +235473,7 @@ module.exports={
|
|
|
235432
235473
|
"members": {
|
|
235433
235474
|
"OpsMetadataArn": {},
|
|
235434
235475
|
"MetadataToUpdate": {
|
|
235435
|
-
"shape": "
|
|
235476
|
+
"shape": "S59"
|
|
235436
235477
|
},
|
|
235437
235478
|
"KeysToDelete": {
|
|
235438
235479
|
"type": "list",
|
|
@@ -235457,25 +235498,25 @@ module.exports={
|
|
|
235457
235498
|
"BaselineId": {},
|
|
235458
235499
|
"Name": {},
|
|
235459
235500
|
"GlobalFilters": {
|
|
235460
|
-
"shape": "
|
|
235501
|
+
"shape": "S5i"
|
|
235461
235502
|
},
|
|
235462
235503
|
"ApprovalRules": {
|
|
235463
|
-
"shape": "
|
|
235504
|
+
"shape": "S5o"
|
|
235464
235505
|
},
|
|
235465
235506
|
"ApprovedPatches": {
|
|
235466
|
-
"shape": "
|
|
235507
|
+
"shape": "S5u"
|
|
235467
235508
|
},
|
|
235468
235509
|
"ApprovedPatchesComplianceLevel": {},
|
|
235469
235510
|
"ApprovedPatchesEnableNonSecurity": {
|
|
235470
235511
|
"type": "boolean"
|
|
235471
235512
|
},
|
|
235472
235513
|
"RejectedPatches": {
|
|
235473
|
-
"shape": "
|
|
235514
|
+
"shape": "S5u"
|
|
235474
235515
|
},
|
|
235475
235516
|
"RejectedPatchesAction": {},
|
|
235476
235517
|
"Description": {},
|
|
235477
235518
|
"Sources": {
|
|
235478
|
-
"shape": "
|
|
235519
|
+
"shape": "S5y"
|
|
235479
235520
|
},
|
|
235480
235521
|
"Replace": {
|
|
235481
235522
|
"type": "boolean"
|
|
@@ -235489,20 +235530,20 @@ module.exports={
|
|
|
235489
235530
|
"Name": {},
|
|
235490
235531
|
"OperatingSystem": {},
|
|
235491
235532
|
"GlobalFilters": {
|
|
235492
|
-
"shape": "
|
|
235533
|
+
"shape": "S5i"
|
|
235493
235534
|
},
|
|
235494
235535
|
"ApprovalRules": {
|
|
235495
|
-
"shape": "
|
|
235536
|
+
"shape": "S5o"
|
|
235496
235537
|
},
|
|
235497
235538
|
"ApprovedPatches": {
|
|
235498
|
-
"shape": "
|
|
235539
|
+
"shape": "S5u"
|
|
235499
235540
|
},
|
|
235500
235541
|
"ApprovedPatchesComplianceLevel": {},
|
|
235501
235542
|
"ApprovedPatchesEnableNonSecurity": {
|
|
235502
235543
|
"type": "boolean"
|
|
235503
235544
|
},
|
|
235504
235545
|
"RejectedPatches": {
|
|
235505
|
-
"shape": "
|
|
235546
|
+
"shape": "S5u"
|
|
235506
235547
|
},
|
|
235507
235548
|
"RejectedPatchesAction": {},
|
|
235508
235549
|
"CreatedDate": {
|
|
@@ -235513,7 +235554,7 @@ module.exports={
|
|
|
235513
235554
|
},
|
|
235514
235555
|
"Description": {},
|
|
235515
235556
|
"Sources": {
|
|
235516
|
-
"shape": "
|
|
235557
|
+
"shape": "S5y"
|
|
235517
235558
|
}
|
|
235518
235559
|
}
|
|
235519
235560
|
}
|
|
@@ -235530,7 +235571,7 @@ module.exports={
|
|
|
235530
235571
|
"SyncName": {},
|
|
235531
235572
|
"SyncType": {},
|
|
235532
235573
|
"SyncSource": {
|
|
235533
|
-
"shape": "
|
|
235574
|
+
"shape": "S6h"
|
|
235534
235575
|
}
|
|
235535
235576
|
}
|
|
235536
235577
|
},
|
|
@@ -235837,11 +235878,13 @@ module.exports={
|
|
|
235837
235878
|
],
|
|
235838
235879
|
"members": {
|
|
235839
235880
|
"Name": {},
|
|
235840
|
-
"Version": {}
|
|
235881
|
+
"Version": {},
|
|
235882
|
+
"RequireType": {},
|
|
235883
|
+
"VersionName": {}
|
|
235841
235884
|
}
|
|
235842
235885
|
}
|
|
235843
235886
|
},
|
|
235844
|
-
"
|
|
235887
|
+
"S35": {
|
|
235845
235888
|
"type": "list",
|
|
235846
235889
|
"member": {
|
|
235847
235890
|
"type": "structure",
|
|
@@ -235855,7 +235898,7 @@ module.exports={
|
|
|
235855
235898
|
}
|
|
235856
235899
|
}
|
|
235857
235900
|
},
|
|
235858
|
-
"
|
|
235901
|
+
"S3h": {
|
|
235859
235902
|
"type": "structure",
|
|
235860
235903
|
"members": {
|
|
235861
235904
|
"Sha1": {},
|
|
@@ -235885,7 +235928,7 @@ module.exports={
|
|
|
235885
235928
|
}
|
|
235886
235929
|
},
|
|
235887
235930
|
"PlatformTypes": {
|
|
235888
|
-
"shape": "
|
|
235931
|
+
"shape": "S3v"
|
|
235889
235932
|
},
|
|
235890
235933
|
"DocumentType": {},
|
|
235891
235934
|
"SchemaVersion": {},
|
|
@@ -235935,15 +235978,15 @@ module.exports={
|
|
|
235935
235978
|
}
|
|
235936
235979
|
}
|
|
235937
235980
|
},
|
|
235938
|
-
"
|
|
235981
|
+
"S3v": {
|
|
235939
235982
|
"type": "list",
|
|
235940
235983
|
"member": {}
|
|
235941
235984
|
},
|
|
235942
|
-
"
|
|
235985
|
+
"S4b": {
|
|
235943
235986
|
"type": "string",
|
|
235944
235987
|
"sensitive": true
|
|
235945
235988
|
},
|
|
235946
|
-
"
|
|
235989
|
+
"S4p": {
|
|
235947
235990
|
"type": "map",
|
|
235948
235991
|
"key": {},
|
|
235949
235992
|
"value": {
|
|
@@ -235954,7 +235997,7 @@ module.exports={
|
|
|
235954
235997
|
}
|
|
235955
235998
|
}
|
|
235956
235999
|
},
|
|
235957
|
-
"
|
|
236000
|
+
"S4u": {
|
|
235958
236001
|
"type": "list",
|
|
235959
236002
|
"member": {
|
|
235960
236003
|
"type": "structure",
|
|
@@ -235963,7 +236006,7 @@ module.exports={
|
|
|
235963
236006
|
}
|
|
235964
236007
|
}
|
|
235965
236008
|
},
|
|
235966
|
-
"
|
|
236009
|
+
"S4y": {
|
|
235967
236010
|
"type": "list",
|
|
235968
236011
|
"member": {
|
|
235969
236012
|
"type": "structure",
|
|
@@ -235975,7 +236018,7 @@ module.exports={
|
|
|
235975
236018
|
}
|
|
235976
236019
|
}
|
|
235977
236020
|
},
|
|
235978
|
-
"
|
|
236021
|
+
"S59": {
|
|
235979
236022
|
"type": "map",
|
|
235980
236023
|
"key": {},
|
|
235981
236024
|
"value": {
|
|
@@ -235985,7 +236028,7 @@ module.exports={
|
|
|
235985
236028
|
}
|
|
235986
236029
|
}
|
|
235987
236030
|
},
|
|
235988
|
-
"
|
|
236031
|
+
"S5i": {
|
|
235989
236032
|
"type": "structure",
|
|
235990
236033
|
"required": [
|
|
235991
236034
|
"PatchFilters"
|
|
@@ -236010,7 +236053,7 @@ module.exports={
|
|
|
236010
236053
|
}
|
|
236011
236054
|
}
|
|
236012
236055
|
},
|
|
236013
|
-
"
|
|
236056
|
+
"S5o": {
|
|
236014
236057
|
"type": "structure",
|
|
236015
236058
|
"required": [
|
|
236016
236059
|
"PatchRules"
|
|
@@ -236025,7 +236068,7 @@ module.exports={
|
|
|
236025
236068
|
],
|
|
236026
236069
|
"members": {
|
|
236027
236070
|
"PatchFilterGroup": {
|
|
236028
|
-
"shape": "
|
|
236071
|
+
"shape": "S5i"
|
|
236029
236072
|
},
|
|
236030
236073
|
"ComplianceLevel": {},
|
|
236031
236074
|
"ApproveAfterDays": {
|
|
@@ -236040,11 +236083,11 @@ module.exports={
|
|
|
236040
236083
|
}
|
|
236041
236084
|
}
|
|
236042
236085
|
},
|
|
236043
|
-
"
|
|
236086
|
+
"S5u": {
|
|
236044
236087
|
"type": "list",
|
|
236045
236088
|
"member": {}
|
|
236046
236089
|
},
|
|
236047
|
-
"
|
|
236090
|
+
"S5y": {
|
|
236048
236091
|
"type": "list",
|
|
236049
236092
|
"member": {
|
|
236050
236093
|
"type": "structure",
|
|
@@ -236066,7 +236109,7 @@ module.exports={
|
|
|
236066
236109
|
}
|
|
236067
236110
|
}
|
|
236068
236111
|
},
|
|
236069
|
-
"
|
|
236112
|
+
"S68": {
|
|
236070
236113
|
"type": "structure",
|
|
236071
236114
|
"required": [
|
|
236072
236115
|
"BucketName",
|
|
@@ -236087,7 +236130,7 @@ module.exports={
|
|
|
236087
236130
|
}
|
|
236088
236131
|
}
|
|
236089
236132
|
},
|
|
236090
|
-
"
|
|
236133
|
+
"S6h": {
|
|
236091
236134
|
"type": "structure",
|
|
236092
236135
|
"required": [
|
|
236093
236136
|
"SourceType",
|
|
@@ -236096,10 +236139,10 @@ module.exports={
|
|
|
236096
236139
|
"members": {
|
|
236097
236140
|
"SourceType": {},
|
|
236098
236141
|
"AwsOrganizationsSource": {
|
|
236099
|
-
"shape": "
|
|
236142
|
+
"shape": "S6j"
|
|
236100
236143
|
},
|
|
236101
236144
|
"SourceRegions": {
|
|
236102
|
-
"shape": "
|
|
236145
|
+
"shape": "S6o"
|
|
236103
236146
|
},
|
|
236104
236147
|
"IncludeFutureRegions": {
|
|
236105
236148
|
"type": "boolean"
|
|
@@ -236109,7 +236152,7 @@ module.exports={
|
|
|
236109
236152
|
}
|
|
236110
236153
|
}
|
|
236111
236154
|
},
|
|
236112
|
-
"
|
|
236155
|
+
"S6j": {
|
|
236113
236156
|
"type": "structure",
|
|
236114
236157
|
"required": [
|
|
236115
236158
|
"OrganizationSourceType"
|
|
@@ -236127,11 +236170,11 @@ module.exports={
|
|
|
236127
236170
|
}
|
|
236128
236171
|
}
|
|
236129
236172
|
},
|
|
236130
|
-
"
|
|
236173
|
+
"S6o": {
|
|
236131
236174
|
"type": "list",
|
|
236132
236175
|
"member": {}
|
|
236133
236176
|
},
|
|
236134
|
-
"
|
|
236177
|
+
"S75": {
|
|
236135
236178
|
"type": "structure",
|
|
236136
236179
|
"members": {
|
|
236137
236180
|
"TotalCount": {
|
|
@@ -236157,11 +236200,11 @@ module.exports={
|
|
|
236157
236200
|
}
|
|
236158
236201
|
}
|
|
236159
236202
|
},
|
|
236160
|
-
"
|
|
236203
|
+
"S7k": {
|
|
236161
236204
|
"type": "list",
|
|
236162
236205
|
"member": {}
|
|
236163
236206
|
},
|
|
236164
|
-
"
|
|
236207
|
+
"S9k": {
|
|
236165
236208
|
"type": "map",
|
|
236166
236209
|
"key": {},
|
|
236167
236210
|
"value": {
|
|
@@ -236169,7 +236212,7 @@ module.exports={
|
|
|
236169
236212
|
"member": {}
|
|
236170
236213
|
}
|
|
236171
236214
|
},
|
|
236172
|
-
"
|
|
236215
|
+
"S9p": {
|
|
236173
236216
|
"type": "structure",
|
|
236174
236217
|
"members": {
|
|
236175
236218
|
"ParameterValues": {
|
|
@@ -236181,7 +236224,7 @@ module.exports={
|
|
|
236181
236224
|
}
|
|
236182
236225
|
}
|
|
236183
236226
|
},
|
|
236184
|
-
"
|
|
236227
|
+
"S9t": {
|
|
236185
236228
|
"type": "list",
|
|
236186
236229
|
"member": {
|
|
236187
236230
|
"type": "structure",
|
|
@@ -236192,7 +236235,7 @@ module.exports={
|
|
|
236192
236235
|
"DocumentName": {},
|
|
236193
236236
|
"DocumentVersion": {},
|
|
236194
236237
|
"Parameters": {
|
|
236195
|
-
"shape": "
|
|
236238
|
+
"shape": "S9k"
|
|
236196
236239
|
},
|
|
236197
236240
|
"TargetParameterName": {},
|
|
236198
236241
|
"Targets": {
|
|
@@ -236209,7 +236252,7 @@ module.exports={
|
|
|
236209
236252
|
}
|
|
236210
236253
|
}
|
|
236211
236254
|
},
|
|
236212
|
-
"
|
|
236255
|
+
"Sa3": {
|
|
236213
236256
|
"type": "list",
|
|
236214
236257
|
"member": {
|
|
236215
236258
|
"type": "structure",
|
|
@@ -236237,7 +236280,7 @@ module.exports={
|
|
|
236237
236280
|
"value": {}
|
|
236238
236281
|
},
|
|
236239
236282
|
"Outputs": {
|
|
236240
|
-
"shape": "
|
|
236283
|
+
"shape": "S9k"
|
|
236241
236284
|
},
|
|
236242
236285
|
"Response": {},
|
|
236243
236286
|
"FailureMessage": {},
|
|
@@ -236247,13 +236290,13 @@ module.exports={
|
|
|
236247
236290
|
"FailureStage": {},
|
|
236248
236291
|
"FailureType": {},
|
|
236249
236292
|
"Details": {
|
|
236250
|
-
"shape": "
|
|
236293
|
+
"shape": "S9k"
|
|
236251
236294
|
}
|
|
236252
236295
|
}
|
|
236253
236296
|
},
|
|
236254
236297
|
"StepExecutionId": {},
|
|
236255
236298
|
"OverriddenParameters": {
|
|
236256
|
-
"shape": "
|
|
236299
|
+
"shape": "S9k"
|
|
236257
236300
|
},
|
|
236258
236301
|
"IsEnd": {
|
|
236259
236302
|
"type": "boolean"
|
|
@@ -236278,7 +236321,7 @@ module.exports={
|
|
|
236278
236321
|
}
|
|
236279
236322
|
}
|
|
236280
236323
|
},
|
|
236281
|
-
"
|
|
236324
|
+
"Sad": {
|
|
236282
236325
|
"type": "list",
|
|
236283
236326
|
"member": {
|
|
236284
236327
|
"type": "structure",
|
|
@@ -236291,7 +236334,7 @@ module.exports={
|
|
|
236291
236334
|
}
|
|
236292
236335
|
}
|
|
236293
236336
|
},
|
|
236294
|
-
"
|
|
236337
|
+
"Sal": {
|
|
236295
236338
|
"type": "structure",
|
|
236296
236339
|
"members": {
|
|
236297
236340
|
"Id": {},
|
|
@@ -236332,15 +236375,15 @@ module.exports={
|
|
|
236332
236375
|
"Repository": {}
|
|
236333
236376
|
}
|
|
236334
236377
|
},
|
|
236335
|
-
"
|
|
236378
|
+
"Sbg": {
|
|
236336
236379
|
"type": "list",
|
|
236337
236380
|
"member": {}
|
|
236338
236381
|
},
|
|
236339
|
-
"
|
|
236382
|
+
"Sc9": {
|
|
236340
236383
|
"type": "list",
|
|
236341
236384
|
"member": {}
|
|
236342
236385
|
},
|
|
236343
|
-
"
|
|
236386
|
+
"Scv": {
|
|
236344
236387
|
"type": "structure",
|
|
236345
236388
|
"required": [
|
|
236346
236389
|
"InstanceId",
|
|
@@ -236357,7 +236400,7 @@ module.exports={
|
|
|
236357
236400
|
"SnapshotId": {},
|
|
236358
236401
|
"InstallOverrideList": {},
|
|
236359
236402
|
"OwnerInformation": {
|
|
236360
|
-
"shape": "
|
|
236403
|
+
"shape": "Scy"
|
|
236361
236404
|
},
|
|
236362
236405
|
"InstalledCount": {
|
|
236363
236406
|
"type": "integer"
|
|
@@ -236405,11 +236448,11 @@ module.exports={
|
|
|
236405
236448
|
}
|
|
236406
236449
|
}
|
|
236407
236450
|
},
|
|
236408
|
-
"
|
|
236451
|
+
"Scy": {
|
|
236409
236452
|
"type": "string",
|
|
236410
236453
|
"sensitive": true
|
|
236411
236454
|
},
|
|
236412
|
-
"
|
|
236455
|
+
"Se1": {
|
|
236413
236456
|
"type": "list",
|
|
236414
236457
|
"member": {
|
|
236415
236458
|
"type": "structure",
|
|
@@ -236422,11 +236465,11 @@ module.exports={
|
|
|
236422
236465
|
}
|
|
236423
236466
|
}
|
|
236424
236467
|
},
|
|
236425
|
-
"
|
|
236468
|
+
"Sed": {
|
|
236426
236469
|
"type": "string",
|
|
236427
236470
|
"sensitive": true
|
|
236428
236471
|
},
|
|
236429
|
-
"
|
|
236472
|
+
"Sf4": {
|
|
236430
236473
|
"type": "map",
|
|
236431
236474
|
"key": {},
|
|
236432
236475
|
"value": {
|
|
@@ -236445,7 +236488,7 @@ module.exports={
|
|
|
236445
236488
|
},
|
|
236446
236489
|
"sensitive": true
|
|
236447
236490
|
},
|
|
236448
|
-
"
|
|
236491
|
+
"Sfa": {
|
|
236449
236492
|
"type": "structure",
|
|
236450
236493
|
"required": [
|
|
236451
236494
|
"S3BucketName",
|
|
@@ -236457,7 +236500,7 @@ module.exports={
|
|
|
236457
236500
|
"S3Region": {}
|
|
236458
236501
|
}
|
|
236459
236502
|
},
|
|
236460
|
-
"
|
|
236503
|
+
"Sg4": {
|
|
236461
236504
|
"type": "list",
|
|
236462
236505
|
"member": {
|
|
236463
236506
|
"type": "structure",
|
|
@@ -236474,7 +236517,7 @@ module.exports={
|
|
|
236474
236517
|
}
|
|
236475
236518
|
}
|
|
236476
236519
|
},
|
|
236477
|
-
"
|
|
236520
|
+
"Sgj": {
|
|
236478
236521
|
"type": "list",
|
|
236479
236522
|
"member": {
|
|
236480
236523
|
"type": "structure",
|
|
@@ -236485,7 +236528,7 @@ module.exports={
|
|
|
236485
236528
|
}
|
|
236486
236529
|
}
|
|
236487
236530
|
},
|
|
236488
|
-
"
|
|
236531
|
+
"Sgp": {
|
|
236489
236532
|
"type": "structure",
|
|
236490
236533
|
"members": {
|
|
236491
236534
|
"BaselineId": {},
|
|
@@ -236497,7 +236540,7 @@ module.exports={
|
|
|
236497
236540
|
}
|
|
236498
236541
|
}
|
|
236499
236542
|
},
|
|
236500
|
-
"
|
|
236543
|
+
"Sia": {
|
|
236501
236544
|
"type": "structure",
|
|
236502
236545
|
"members": {
|
|
236503
236546
|
"CloudWatchLogGroupName": {},
|
|
@@ -236506,7 +236549,7 @@ module.exports={
|
|
|
236506
236549
|
}
|
|
236507
236550
|
}
|
|
236508
236551
|
},
|
|
236509
|
-
"
|
|
236552
|
+
"Siw": {
|
|
236510
236553
|
"type": "list",
|
|
236511
236554
|
"member": {
|
|
236512
236555
|
"type": "structure",
|
|
@@ -236524,14 +236567,14 @@ module.exports={
|
|
|
236524
236567
|
}
|
|
236525
236568
|
}
|
|
236526
236569
|
},
|
|
236527
|
-
"
|
|
236570
|
+
"Sj2": {
|
|
236528
236571
|
"type": "list",
|
|
236529
236572
|
"member": {
|
|
236530
236573
|
"type": "structure",
|
|
236531
236574
|
"members": {
|
|
236532
236575
|
"Expression": {},
|
|
236533
236576
|
"Aggregators": {
|
|
236534
|
-
"shape": "
|
|
236577
|
+
"shape": "Sj2"
|
|
236535
236578
|
},
|
|
236536
236579
|
"Groups": {
|
|
236537
236580
|
"type": "list",
|
|
@@ -236544,7 +236587,7 @@ module.exports={
|
|
|
236544
236587
|
"members": {
|
|
236545
236588
|
"Name": {},
|
|
236546
236589
|
"Filters": {
|
|
236547
|
-
"shape": "
|
|
236590
|
+
"shape": "Siw"
|
|
236548
236591
|
}
|
|
236549
236592
|
}
|
|
236550
236593
|
}
|
|
@@ -236552,7 +236595,7 @@ module.exports={
|
|
|
236552
236595
|
}
|
|
236553
236596
|
}
|
|
236554
236597
|
},
|
|
236555
|
-
"
|
|
236598
|
+
"Sjj": {
|
|
236556
236599
|
"type": "list",
|
|
236557
236600
|
"member": {
|
|
236558
236601
|
"type": "map",
|
|
@@ -236560,7 +236603,7 @@ module.exports={
|
|
|
236560
236603
|
"value": {}
|
|
236561
236604
|
}
|
|
236562
236605
|
},
|
|
236563
|
-
"
|
|
236606
|
+
"Ska": {
|
|
236564
236607
|
"type": "structure",
|
|
236565
236608
|
"members": {
|
|
236566
236609
|
"RunCommand": {
|
|
@@ -236568,13 +236611,13 @@ module.exports={
|
|
|
236568
236611
|
"members": {
|
|
236569
236612
|
"Comment": {},
|
|
236570
236613
|
"CloudWatchOutputConfig": {
|
|
236571
|
-
"shape": "
|
|
236614
|
+
"shape": "Sia"
|
|
236572
236615
|
},
|
|
236573
236616
|
"DocumentHash": {},
|
|
236574
236617
|
"DocumentHashType": {},
|
|
236575
236618
|
"DocumentVersion": {},
|
|
236576
236619
|
"NotificationConfig": {
|
|
236577
|
-
"shape": "
|
|
236620
|
+
"shape": "Skc"
|
|
236578
236621
|
},
|
|
236579
236622
|
"OutputS3BucketName": {},
|
|
236580
236623
|
"OutputS3KeyPrefix": {},
|
|
@@ -236592,7 +236635,7 @@ module.exports={
|
|
|
236592
236635
|
"members": {
|
|
236593
236636
|
"DocumentVersion": {},
|
|
236594
236637
|
"Parameters": {
|
|
236595
|
-
"shape": "
|
|
236638
|
+
"shape": "S9k"
|
|
236596
236639
|
}
|
|
236597
236640
|
}
|
|
236598
236641
|
},
|
|
@@ -236619,7 +236662,7 @@ module.exports={
|
|
|
236619
236662
|
}
|
|
236620
236663
|
}
|
|
236621
236664
|
},
|
|
236622
|
-
"
|
|
236665
|
+
"Skc": {
|
|
236623
236666
|
"type": "structure",
|
|
236624
236667
|
"members": {
|
|
236625
236668
|
"NotificationArn": {},
|
|
@@ -236630,7 +236673,7 @@ module.exports={
|
|
|
236630
236673
|
"NotificationType": {}
|
|
236631
236674
|
}
|
|
236632
236675
|
},
|
|
236633
|
-
"
|
|
236676
|
+
"Skx": {
|
|
236634
236677
|
"type": "list",
|
|
236635
236678
|
"member": {
|
|
236636
236679
|
"type": "structure",
|
|
@@ -236648,7 +236691,7 @@ module.exports={
|
|
|
236648
236691
|
}
|
|
236649
236692
|
}
|
|
236650
236693
|
},
|
|
236651
|
-
"
|
|
236694
|
+
"Sl3": {
|
|
236652
236695
|
"type": "list",
|
|
236653
236696
|
"member": {
|
|
236654
236697
|
"type": "structure",
|
|
@@ -236662,21 +236705,21 @@ module.exports={
|
|
|
236662
236705
|
"value": {}
|
|
236663
236706
|
},
|
|
236664
236707
|
"Filters": {
|
|
236665
|
-
"shape": "
|
|
236708
|
+
"shape": "Skx"
|
|
236666
236709
|
},
|
|
236667
236710
|
"Aggregators": {
|
|
236668
|
-
"shape": "
|
|
236711
|
+
"shape": "Sl3"
|
|
236669
236712
|
}
|
|
236670
236713
|
}
|
|
236671
236714
|
}
|
|
236672
236715
|
},
|
|
236673
|
-
"
|
|
236716
|
+
"Slp": {
|
|
236674
236717
|
"type": "structure",
|
|
236675
236718
|
"members": {
|
|
236676
236719
|
"Name": {},
|
|
236677
236720
|
"Type": {},
|
|
236678
236721
|
"Value": {
|
|
236679
|
-
"shape": "
|
|
236722
|
+
"shape": "Slq"
|
|
236680
236723
|
},
|
|
236681
236724
|
"Version": {
|
|
236682
236725
|
"type": "long"
|
|
@@ -236690,21 +236733,21 @@ module.exports={
|
|
|
236690
236733
|
"DataType": {}
|
|
236691
236734
|
}
|
|
236692
236735
|
},
|
|
236693
|
-
"
|
|
236736
|
+
"Slq": {
|
|
236694
236737
|
"type": "string",
|
|
236695
236738
|
"sensitive": true
|
|
236696
236739
|
},
|
|
236697
|
-
"
|
|
236740
|
+
"Slw": {
|
|
236698
236741
|
"type": "list",
|
|
236699
236742
|
"member": {}
|
|
236700
236743
|
},
|
|
236701
|
-
"
|
|
236744
|
+
"Sm0": {
|
|
236702
236745
|
"type": "list",
|
|
236703
236746
|
"member": {
|
|
236704
|
-
"shape": "
|
|
236747
|
+
"shape": "Slp"
|
|
236705
236748
|
}
|
|
236706
236749
|
},
|
|
236707
|
-
"
|
|
236750
|
+
"Smi": {
|
|
236708
236751
|
"type": "structure",
|
|
236709
236752
|
"members": {
|
|
236710
236753
|
"SettingId": {},
|
|
@@ -236717,7 +236760,7 @@ module.exports={
|
|
|
236717
236760
|
"Status": {}
|
|
236718
236761
|
}
|
|
236719
236762
|
},
|
|
236720
|
-
"
|
|
236763
|
+
"Sn0": {
|
|
236721
236764
|
"type": "list",
|
|
236722
236765
|
"member": {
|
|
236723
236766
|
"type": "structure",
|
|
@@ -236731,7 +236774,7 @@ module.exports={
|
|
|
236731
236774
|
}
|
|
236732
236775
|
}
|
|
236733
236776
|
},
|
|
236734
|
-
"
|
|
236777
|
+
"Sng": {
|
|
236735
236778
|
"type": "structure",
|
|
236736
236779
|
"members": {
|
|
236737
236780
|
"CommandId": {},
|
|
@@ -236774,10 +236817,10 @@ module.exports={
|
|
|
236774
236817
|
},
|
|
236775
236818
|
"ServiceRole": {},
|
|
236776
236819
|
"NotificationConfig": {
|
|
236777
|
-
"shape": "
|
|
236820
|
+
"shape": "Skc"
|
|
236778
236821
|
},
|
|
236779
236822
|
"CloudWatchOutputConfig": {
|
|
236780
|
-
"shape": "
|
|
236823
|
+
"shape": "Sia"
|
|
236781
236824
|
},
|
|
236782
236825
|
"TimeoutSeconds": {
|
|
236783
236826
|
"type": "integer"
|
|
@@ -236790,7 +236833,7 @@ module.exports={
|
|
|
236790
236833
|
}
|
|
236791
236834
|
}
|
|
236792
236835
|
},
|
|
236793
|
-
"
|
|
236836
|
+
"Snn": {
|
|
236794
236837
|
"type": "list",
|
|
236795
236838
|
"member": {
|
|
236796
236839
|
"type": "structure",
|
|
@@ -236804,7 +236847,7 @@ module.exports={
|
|
|
236804
236847
|
}
|
|
236805
236848
|
}
|
|
236806
236849
|
},
|
|
236807
|
-
"
|
|
236850
|
+
"So5": {
|
|
236808
236851
|
"type": "structure",
|
|
236809
236852
|
"required": [
|
|
236810
236853
|
"ExecutionTime"
|
|
@@ -236817,23 +236860,23 @@ module.exports={
|
|
|
236817
236860
|
"ExecutionType": {}
|
|
236818
236861
|
}
|
|
236819
236862
|
},
|
|
236820
|
-
"
|
|
236863
|
+
"So8": {
|
|
236821
236864
|
"type": "map",
|
|
236822
236865
|
"key": {},
|
|
236823
236866
|
"value": {}
|
|
236824
236867
|
},
|
|
236825
|
-
"
|
|
236868
|
+
"Sod": {
|
|
236826
236869
|
"type": "structure",
|
|
236827
236870
|
"members": {
|
|
236828
236871
|
"CompliantCount": {
|
|
236829
236872
|
"type": "integer"
|
|
236830
236873
|
},
|
|
236831
236874
|
"SeveritySummary": {
|
|
236832
|
-
"shape": "
|
|
236875
|
+
"shape": "Sof"
|
|
236833
236876
|
}
|
|
236834
236877
|
}
|
|
236835
236878
|
},
|
|
236836
|
-
"
|
|
236879
|
+
"Sof": {
|
|
236837
236880
|
"type": "structure",
|
|
236838
236881
|
"members": {
|
|
236839
236882
|
"CriticalCount": {
|
|
@@ -236856,18 +236899,18 @@ module.exports={
|
|
|
236856
236899
|
}
|
|
236857
236900
|
}
|
|
236858
236901
|
},
|
|
236859
|
-
"
|
|
236902
|
+
"Sog": {
|
|
236860
236903
|
"type": "structure",
|
|
236861
236904
|
"members": {
|
|
236862
236905
|
"NonCompliantCount": {
|
|
236863
236906
|
"type": "integer"
|
|
236864
236907
|
},
|
|
236865
236908
|
"SeveritySummary": {
|
|
236866
|
-
"shape": "
|
|
236909
|
+
"shape": "Sof"
|
|
236867
236910
|
}
|
|
236868
236911
|
}
|
|
236869
236912
|
},
|
|
236870
|
-
"
|
|
236913
|
+
"Son": {
|
|
236871
236914
|
"type": "list",
|
|
236872
236915
|
"member": {
|
|
236873
236916
|
"type": "structure",
|
|
@@ -236877,7 +236920,7 @@ module.exports={
|
|
|
236877
236920
|
}
|
|
236878
236921
|
}
|
|
236879
236922
|
},
|
|
236880
|
-
"
|
|
236923
|
+
"Spl": {
|
|
236881
236924
|
"type": "structure",
|
|
236882
236925
|
"members": {
|
|
236883
236926
|
"Arn": {}
|
|
@@ -251637,7 +251680,7 @@ AWS.util.update(AWS, {
|
|
|
251637
251680
|
/**
|
|
251638
251681
|
* @constant
|
|
251639
251682
|
*/
|
|
251640
|
-
VERSION: '2.
|
|
251683
|
+
VERSION: '2.1289.0',
|
|
251641
251684
|
|
|
251642
251685
|
/**
|
|
251643
251686
|
* @api private
|
|
@@ -273697,7 +273740,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
273697
273740
|
}());
|
|
273698
273741
|
exports.LRUCache = LRUCache;
|
|
273699
273742
|
},{}],461:[function(require,module,exports){
|
|
273700
|
-
// AWS SDK for JavaScript v2.
|
|
273743
|
+
// AWS SDK for JavaScript v2.1289.0
|
|
273701
273744
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
273702
273745
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
273703
273746
|
require('./browser_loader');
|