aws-sdk 2.801.0 → 2.805.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -1
- package/README.md +1 -1
- package/apis/amplifybackend-2020-08-11.min.json +0 -8
- package/apis/batch-2016-08-10.min.json +81 -21
- package/apis/compute-optimizer-2019-11-01.min.json +110 -0
- package/apis/{profile-2020-08-15.examples.json → customer-profiles-2020-08-15.examples.json} +0 -0
- package/apis/{profile-2020-08-15.min.json → customer-profiles-2020-08-15.min.json} +3 -3
- package/apis/{profile-2020-08-15.paginators.json → customer-profiles-2020-08-15.paginators.json} +0 -0
- package/apis/dms-2016-01-01.min.json +9 -1
- package/apis/ec2-2016-11-15.min.json +4 -0
- package/apis/lambda-2015-03-31.examples.json +6 -6
- package/apis/license-manager-2018-08-01.min.json +957 -51
- package/apis/medialive-2017-10-14.min.json +240 -158
- package/apis/metadata.json +4 -3
- package/apis/rds-2014-10-31.min.json +200 -132
- package/apis/servicecatalog-appregistry-2020-06-24.min.json +80 -0
- package/apis/ssm-2014-11-06.min.json +348 -203
- package/clients/all.d.ts +1 -1
- package/clients/all.js +2 -2
- package/clients/amplifybackend.d.ts +74 -74
- package/clients/batch.d.ts +200 -133
- package/clients/computeoptimizer.d.ts +179 -22
- package/clients/{profile.d.ts → customerprofiles.d.ts} +63 -63
- package/clients/customerprofiles.js +18 -0
- package/clients/directoryservice.d.ts +24 -21
- package/clients/dms.d.ts +16 -0
- package/clients/ec2.d.ts +6 -2
- package/clients/kafka.d.ts +4 -4
- package/clients/lambda.d.ts +10 -10
- package/clients/licensemanager.d.ts +1350 -72
- package/clients/medialive.d.ts +80 -1
- package/clients/rds.d.ts +128 -43
- package/clients/servicecatalogappregistry.d.ts +61 -0
- package/clients/ssm.d.ts +197 -10
- package/clients/workspaces.d.ts +10 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +31 -27
- package/dist/aws-sdk.js +565 -343
- package/dist/aws-sdk.min.js +60 -60
- package/lib/config_service_placeholders.d.ts +2 -2
- package/lib/core.js +1 -1
- package/lib/services/s3.js +6 -2
- package/package.json +1 -1
- package/clients/profile.js +0 -18
package/dist/aws-sdk.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.805.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){
|
|
@@ -66302,6 +66302,10 @@ module.exports={
|
|
|
66302
66302
|
"NoReboot": {
|
|
66303
66303
|
"locationName": "noReboot",
|
|
66304
66304
|
"type": "boolean"
|
|
66305
|
+
},
|
|
66306
|
+
"TagSpecifications": {
|
|
66307
|
+
"shape": "S1o",
|
|
66308
|
+
"locationName": "TagSpecification"
|
|
66305
66309
|
}
|
|
66306
66310
|
}
|
|
66307
66311
|
},
|
|
@@ -143142,12 +143146,13 @@ module.exports={
|
|
|
143142
143146
|
"lookoutvision": {
|
|
143143
143147
|
"name": "LookoutVision"
|
|
143144
143148
|
},
|
|
143145
|
-
"profile": {
|
|
143146
|
-
"name": "Profile"
|
|
143147
|
-
},
|
|
143148
143149
|
"sagemakerfeaturestoreruntime": {
|
|
143149
143150
|
"prefix": "sagemaker-featurestore-runtime",
|
|
143150
143151
|
"name": "SageMakerFeatureStoreRuntime"
|
|
143152
|
+
},
|
|
143153
|
+
"customerprofiles": {
|
|
143154
|
+
"prefix": "customer-profiles",
|
|
143155
|
+
"name": "CustomerProfiles"
|
|
143151
143156
|
}
|
|
143152
143157
|
}
|
|
143153
143158
|
},{}],157:[function(require,module,exports){
|
|
@@ -160448,7 +160453,7 @@ module.exports={
|
|
|
160448
160453
|
"DBProxyName": {},
|
|
160449
160454
|
"EngineFamily": {},
|
|
160450
160455
|
"Auth": {
|
|
160451
|
-
"shape": "
|
|
160456
|
+
"shape": "S3e"
|
|
160452
160457
|
},
|
|
160453
160458
|
"RoleArn": {},
|
|
160454
160459
|
"VpcSubnetIds": {
|
|
@@ -160476,7 +160481,7 @@ module.exports={
|
|
|
160476
160481
|
"type": "structure",
|
|
160477
160482
|
"members": {
|
|
160478
160483
|
"DBProxy": {
|
|
160479
|
-
"shape": "
|
|
160484
|
+
"shape": "S3j"
|
|
160480
160485
|
}
|
|
160481
160486
|
}
|
|
160482
160487
|
}
|
|
@@ -160543,7 +160548,7 @@ module.exports={
|
|
|
160543
160548
|
"DBSubnetGroupName": {},
|
|
160544
160549
|
"DBSubnetGroupDescription": {},
|
|
160545
160550
|
"SubnetIds": {
|
|
160546
|
-
"shape": "
|
|
160551
|
+
"shape": "S3s"
|
|
160547
160552
|
},
|
|
160548
160553
|
"Tags": {
|
|
160549
160554
|
"shape": "Sb"
|
|
@@ -160617,7 +160622,7 @@ module.exports={
|
|
|
160617
160622
|
"type": "structure",
|
|
160618
160623
|
"members": {
|
|
160619
160624
|
"GlobalCluster": {
|
|
160620
|
-
"shape": "
|
|
160625
|
+
"shape": "S3y"
|
|
160621
160626
|
}
|
|
160622
160627
|
}
|
|
160623
160628
|
}
|
|
@@ -160771,11 +160776,9 @@ module.exports={
|
|
|
160771
160776
|
"DeleteDBInstanceAutomatedBackup": {
|
|
160772
160777
|
"input": {
|
|
160773
160778
|
"type": "structure",
|
|
160774
|
-
"required": [
|
|
160775
|
-
"DbiResourceId"
|
|
160776
|
-
],
|
|
160777
160779
|
"members": {
|
|
160778
|
-
"DbiResourceId": {}
|
|
160780
|
+
"DbiResourceId": {},
|
|
160781
|
+
"DBInstanceAutomatedBackupsArn": {}
|
|
160779
160782
|
}
|
|
160780
160783
|
},
|
|
160781
160784
|
"output": {
|
|
@@ -160783,7 +160786,7 @@ module.exports={
|
|
|
160783
160786
|
"type": "structure",
|
|
160784
160787
|
"members": {
|
|
160785
160788
|
"DBInstanceAutomatedBackup": {
|
|
160786
|
-
"shape": "
|
|
160789
|
+
"shape": "S4g"
|
|
160787
160790
|
}
|
|
160788
160791
|
}
|
|
160789
160792
|
}
|
|
@@ -160814,7 +160817,7 @@ module.exports={
|
|
|
160814
160817
|
"type": "structure",
|
|
160815
160818
|
"members": {
|
|
160816
160819
|
"DBProxy": {
|
|
160817
|
-
"shape": "
|
|
160820
|
+
"shape": "S3j"
|
|
160818
160821
|
}
|
|
160819
160822
|
}
|
|
160820
160823
|
}
|
|
@@ -160896,7 +160899,7 @@ module.exports={
|
|
|
160896
160899
|
"type": "structure",
|
|
160897
160900
|
"members": {
|
|
160898
160901
|
"GlobalCluster": {
|
|
160899
|
-
"shape": "
|
|
160902
|
+
"shape": "S3y"
|
|
160900
160903
|
}
|
|
160901
160904
|
}
|
|
160902
160905
|
}
|
|
@@ -160912,7 +160915,7 @@ module.exports={
|
|
|
160912
160915
|
}
|
|
160913
160916
|
},
|
|
160914
160917
|
"output": {
|
|
160915
|
-
"shape": "
|
|
160918
|
+
"shape": "S4u",
|
|
160916
160919
|
"resultWrapper": "DeleteInstallationMediaResult"
|
|
160917
160920
|
}
|
|
160918
160921
|
},
|
|
@@ -160985,7 +160988,7 @@ module.exports={
|
|
|
160985
160988
|
"members": {
|
|
160986
160989
|
"CertificateIdentifier": {},
|
|
160987
160990
|
"Filters": {
|
|
160988
|
-
"shape": "
|
|
160991
|
+
"shape": "S55"
|
|
160989
160992
|
},
|
|
160990
160993
|
"MaxRecords": {
|
|
160991
160994
|
"type": "integer"
|
|
@@ -161000,7 +161003,7 @@ module.exports={
|
|
|
161000
161003
|
"Certificates": {
|
|
161001
161004
|
"type": "list",
|
|
161002
161005
|
"member": {
|
|
161003
|
-
"shape": "
|
|
161006
|
+
"shape": "S5a",
|
|
161004
161007
|
"locationName": "Certificate"
|
|
161005
161008
|
}
|
|
161006
161009
|
},
|
|
@@ -161014,7 +161017,7 @@ module.exports={
|
|
|
161014
161017
|
"members": {
|
|
161015
161018
|
"CustomAvailabilityZoneId": {},
|
|
161016
161019
|
"Filters": {
|
|
161017
|
-
"shape": "
|
|
161020
|
+
"shape": "S55"
|
|
161018
161021
|
},
|
|
161019
161022
|
"MaxRecords": {
|
|
161020
161023
|
"type": "integer"
|
|
@@ -161047,7 +161050,7 @@ module.exports={
|
|
|
161047
161050
|
"DBClusterIdentifier": {},
|
|
161048
161051
|
"BacktrackIdentifier": {},
|
|
161049
161052
|
"Filters": {
|
|
161050
|
-
"shape": "
|
|
161053
|
+
"shape": "S55"
|
|
161051
161054
|
},
|
|
161052
161055
|
"MaxRecords": {
|
|
161053
161056
|
"type": "integer"
|
|
@@ -161077,7 +161080,7 @@ module.exports={
|
|
|
161077
161080
|
"DBClusterIdentifier": {},
|
|
161078
161081
|
"DBClusterEndpointIdentifier": {},
|
|
161079
161082
|
"Filters": {
|
|
161080
|
-
"shape": "
|
|
161083
|
+
"shape": "S55"
|
|
161081
161084
|
},
|
|
161082
161085
|
"MaxRecords": {
|
|
161083
161086
|
"type": "integer"
|
|
@@ -161106,7 +161109,7 @@ module.exports={
|
|
|
161106
161109
|
"members": {
|
|
161107
161110
|
"DBClusterParameterGroupName": {},
|
|
161108
161111
|
"Filters": {
|
|
161109
|
-
"shape": "
|
|
161112
|
+
"shape": "S55"
|
|
161110
161113
|
},
|
|
161111
161114
|
"MaxRecords": {
|
|
161112
161115
|
"type": "integer"
|
|
@@ -161139,7 +161142,7 @@ module.exports={
|
|
|
161139
161142
|
"DBClusterParameterGroupName": {},
|
|
161140
161143
|
"Source": {},
|
|
161141
161144
|
"Filters": {
|
|
161142
|
-
"shape": "
|
|
161145
|
+
"shape": "S55"
|
|
161143
161146
|
},
|
|
161144
161147
|
"MaxRecords": {
|
|
161145
161148
|
"type": "integer"
|
|
@@ -161152,7 +161155,7 @@ module.exports={
|
|
|
161152
161155
|
"type": "structure",
|
|
161153
161156
|
"members": {
|
|
161154
161157
|
"Parameters": {
|
|
161155
|
-
"shape": "
|
|
161158
|
+
"shape": "S5p"
|
|
161156
161159
|
},
|
|
161157
161160
|
"Marker": {}
|
|
161158
161161
|
}
|
|
@@ -161173,7 +161176,7 @@ module.exports={
|
|
|
161173
161176
|
"type": "structure",
|
|
161174
161177
|
"members": {
|
|
161175
161178
|
"DBClusterSnapshotAttributesResult": {
|
|
161176
|
-
"shape": "
|
|
161179
|
+
"shape": "S5v"
|
|
161177
161180
|
}
|
|
161178
161181
|
}
|
|
161179
161182
|
}
|
|
@@ -161186,7 +161189,7 @@ module.exports={
|
|
|
161186
161189
|
"DBClusterSnapshotIdentifier": {},
|
|
161187
161190
|
"SnapshotType": {},
|
|
161188
161191
|
"Filters": {
|
|
161189
|
-
"shape": "
|
|
161192
|
+
"shape": "S55"
|
|
161190
161193
|
},
|
|
161191
161194
|
"MaxRecords": {
|
|
161192
161195
|
"type": "integer"
|
|
@@ -161221,7 +161224,7 @@ module.exports={
|
|
|
161221
161224
|
"members": {
|
|
161222
161225
|
"DBClusterIdentifier": {},
|
|
161223
161226
|
"Filters": {
|
|
161224
|
-
"shape": "
|
|
161227
|
+
"shape": "S55"
|
|
161225
161228
|
},
|
|
161226
161229
|
"MaxRecords": {
|
|
161227
161230
|
"type": "integer"
|
|
@@ -161255,7 +161258,7 @@ module.exports={
|
|
|
161255
161258
|
"EngineVersion": {},
|
|
161256
161259
|
"DBParameterGroupFamily": {},
|
|
161257
161260
|
"Filters": {
|
|
161258
|
-
"shape": "
|
|
161261
|
+
"shape": "S55"
|
|
161259
161262
|
},
|
|
161260
161263
|
"MaxRecords": {
|
|
161261
161264
|
"type": "integer"
|
|
@@ -161292,13 +161295,13 @@ module.exports={
|
|
|
161292
161295
|
"DBEngineDescription": {},
|
|
161293
161296
|
"DBEngineVersionDescription": {},
|
|
161294
161297
|
"DefaultCharacterSet": {
|
|
161295
|
-
"shape": "
|
|
161298
|
+
"shape": "S69"
|
|
161296
161299
|
},
|
|
161297
161300
|
"SupportedCharacterSets": {
|
|
161298
|
-
"shape": "
|
|
161301
|
+
"shape": "S6a"
|
|
161299
161302
|
},
|
|
161300
161303
|
"SupportedNcharCharacterSets": {
|
|
161301
|
-
"shape": "
|
|
161304
|
+
"shape": "S6a"
|
|
161302
161305
|
},
|
|
161303
161306
|
"ValidUpgradeTarget": {
|
|
161304
161307
|
"type": "list",
|
|
@@ -161338,7 +161341,7 @@ module.exports={
|
|
|
161338
161341
|
"type": "boolean"
|
|
161339
161342
|
},
|
|
161340
161343
|
"SupportedEngineModes": {
|
|
161341
|
-
"shape": "
|
|
161344
|
+
"shape": "S5s"
|
|
161342
161345
|
},
|
|
161343
161346
|
"SupportedFeatureNames": {
|
|
161344
161347
|
"type": "list",
|
|
@@ -161364,12 +161367,13 @@ module.exports={
|
|
|
161364
161367
|
"DbiResourceId": {},
|
|
161365
161368
|
"DBInstanceIdentifier": {},
|
|
161366
161369
|
"Filters": {
|
|
161367
|
-
"shape": "
|
|
161370
|
+
"shape": "S55"
|
|
161368
161371
|
},
|
|
161369
161372
|
"MaxRecords": {
|
|
161370
161373
|
"type": "integer"
|
|
161371
161374
|
},
|
|
161372
|
-
"Marker": {}
|
|
161375
|
+
"Marker": {},
|
|
161376
|
+
"DBInstanceAutomatedBackupsArn": {}
|
|
161373
161377
|
}
|
|
161374
161378
|
},
|
|
161375
161379
|
"output": {
|
|
@@ -161380,7 +161384,7 @@ module.exports={
|
|
|
161380
161384
|
"DBInstanceAutomatedBackups": {
|
|
161381
161385
|
"type": "list",
|
|
161382
161386
|
"member": {
|
|
161383
|
-
"shape": "
|
|
161387
|
+
"shape": "S4g",
|
|
161384
161388
|
"locationName": "DBInstanceAutomatedBackup"
|
|
161385
161389
|
}
|
|
161386
161390
|
}
|
|
@@ -161393,7 +161397,7 @@ module.exports={
|
|
|
161393
161397
|
"members": {
|
|
161394
161398
|
"DBInstanceIdentifier": {},
|
|
161395
161399
|
"Filters": {
|
|
161396
|
-
"shape": "
|
|
161400
|
+
"shape": "S55"
|
|
161397
161401
|
},
|
|
161398
161402
|
"MaxRecords": {
|
|
161399
161403
|
"type": "integer"
|
|
@@ -161432,7 +161436,7 @@ module.exports={
|
|
|
161432
161436
|
"type": "long"
|
|
161433
161437
|
},
|
|
161434
161438
|
"Filters": {
|
|
161435
|
-
"shape": "
|
|
161439
|
+
"shape": "S55"
|
|
161436
161440
|
},
|
|
161437
161441
|
"MaxRecords": {
|
|
161438
161442
|
"type": "integer"
|
|
@@ -161470,7 +161474,7 @@ module.exports={
|
|
|
161470
161474
|
"members": {
|
|
161471
161475
|
"DBParameterGroupName": {},
|
|
161472
161476
|
"Filters": {
|
|
161473
|
-
"shape": "
|
|
161477
|
+
"shape": "S55"
|
|
161474
161478
|
},
|
|
161475
161479
|
"MaxRecords": {
|
|
161476
161480
|
"type": "integer"
|
|
@@ -161503,7 +161507,7 @@ module.exports={
|
|
|
161503
161507
|
"DBParameterGroupName": {},
|
|
161504
161508
|
"Source": {},
|
|
161505
161509
|
"Filters": {
|
|
161506
|
-
"shape": "
|
|
161510
|
+
"shape": "S55"
|
|
161507
161511
|
},
|
|
161508
161512
|
"MaxRecords": {
|
|
161509
161513
|
"type": "integer"
|
|
@@ -161516,7 +161520,7 @@ module.exports={
|
|
|
161516
161520
|
"type": "structure",
|
|
161517
161521
|
"members": {
|
|
161518
161522
|
"Parameters": {
|
|
161519
|
-
"shape": "
|
|
161523
|
+
"shape": "S5p"
|
|
161520
161524
|
},
|
|
161521
161525
|
"Marker": {}
|
|
161522
161526
|
}
|
|
@@ -161528,7 +161532,7 @@ module.exports={
|
|
|
161528
161532
|
"members": {
|
|
161529
161533
|
"DBProxyName": {},
|
|
161530
161534
|
"Filters": {
|
|
161531
|
-
"shape": "
|
|
161535
|
+
"shape": "S55"
|
|
161532
161536
|
},
|
|
161533
161537
|
"Marker": {},
|
|
161534
161538
|
"MaxRecords": {
|
|
@@ -161543,7 +161547,7 @@ module.exports={
|
|
|
161543
161547
|
"DBProxies": {
|
|
161544
161548
|
"type": "list",
|
|
161545
161549
|
"member": {
|
|
161546
|
-
"shape": "
|
|
161550
|
+
"shape": "S3j"
|
|
161547
161551
|
}
|
|
161548
161552
|
},
|
|
161549
161553
|
"Marker": {}
|
|
@@ -161560,7 +161564,7 @@ module.exports={
|
|
|
161560
161564
|
"DBProxyName": {},
|
|
161561
161565
|
"TargetGroupName": {},
|
|
161562
161566
|
"Filters": {
|
|
161563
|
-
"shape": "
|
|
161567
|
+
"shape": "S55"
|
|
161564
161568
|
},
|
|
161565
161569
|
"Marker": {},
|
|
161566
161570
|
"MaxRecords": {
|
|
@@ -161575,7 +161579,7 @@ module.exports={
|
|
|
161575
161579
|
"TargetGroups": {
|
|
161576
161580
|
"type": "list",
|
|
161577
161581
|
"member": {
|
|
161578
|
-
"shape": "
|
|
161582
|
+
"shape": "S72"
|
|
161579
161583
|
}
|
|
161580
161584
|
},
|
|
161581
161585
|
"Marker": {}
|
|
@@ -161592,7 +161596,7 @@ module.exports={
|
|
|
161592
161596
|
"DBProxyName": {},
|
|
161593
161597
|
"TargetGroupName": {},
|
|
161594
161598
|
"Filters": {
|
|
161595
|
-
"shape": "
|
|
161599
|
+
"shape": "S55"
|
|
161596
161600
|
},
|
|
161597
161601
|
"Marker": {},
|
|
161598
161602
|
"MaxRecords": {
|
|
@@ -161605,7 +161609,7 @@ module.exports={
|
|
|
161605
161609
|
"type": "structure",
|
|
161606
161610
|
"members": {
|
|
161607
161611
|
"Targets": {
|
|
161608
|
-
"shape": "
|
|
161612
|
+
"shape": "S76"
|
|
161609
161613
|
},
|
|
161610
161614
|
"Marker": {}
|
|
161611
161615
|
}
|
|
@@ -161617,7 +161621,7 @@ module.exports={
|
|
|
161617
161621
|
"members": {
|
|
161618
161622
|
"DBSecurityGroupName": {},
|
|
161619
161623
|
"Filters": {
|
|
161620
|
-
"shape": "
|
|
161624
|
+
"shape": "S55"
|
|
161621
161625
|
},
|
|
161622
161626
|
"MaxRecords": {
|
|
161623
161627
|
"type": "integer"
|
|
@@ -161655,7 +161659,7 @@ module.exports={
|
|
|
161655
161659
|
"type": "structure",
|
|
161656
161660
|
"members": {
|
|
161657
161661
|
"DBSnapshotAttributesResult": {
|
|
161658
|
-
"shape": "
|
|
161662
|
+
"shape": "S7h"
|
|
161659
161663
|
}
|
|
161660
161664
|
}
|
|
161661
161665
|
}
|
|
@@ -161668,7 +161672,7 @@ module.exports={
|
|
|
161668
161672
|
"DBSnapshotIdentifier": {},
|
|
161669
161673
|
"SnapshotType": {},
|
|
161670
161674
|
"Filters": {
|
|
161671
|
-
"shape": "
|
|
161675
|
+
"shape": "S55"
|
|
161672
161676
|
},
|
|
161673
161677
|
"MaxRecords": {
|
|
161674
161678
|
"type": "integer"
|
|
@@ -161704,7 +161708,7 @@ module.exports={
|
|
|
161704
161708
|
"members": {
|
|
161705
161709
|
"DBSubnetGroupName": {},
|
|
161706
161710
|
"Filters": {
|
|
161707
|
-
"shape": "
|
|
161711
|
+
"shape": "S55"
|
|
161708
161712
|
},
|
|
161709
161713
|
"MaxRecords": {
|
|
161710
161714
|
"type": "integer"
|
|
@@ -161736,7 +161740,7 @@ module.exports={
|
|
|
161736
161740
|
"members": {
|
|
161737
161741
|
"DBParameterGroupFamily": {},
|
|
161738
161742
|
"Filters": {
|
|
161739
|
-
"shape": "
|
|
161743
|
+
"shape": "S55"
|
|
161740
161744
|
},
|
|
161741
161745
|
"MaxRecords": {
|
|
161742
161746
|
"type": "integer"
|
|
@@ -161749,7 +161753,7 @@ module.exports={
|
|
|
161749
161753
|
"type": "structure",
|
|
161750
161754
|
"members": {
|
|
161751
161755
|
"EngineDefaults": {
|
|
161752
|
-
"shape": "
|
|
161756
|
+
"shape": "S7s"
|
|
161753
161757
|
}
|
|
161754
161758
|
}
|
|
161755
161759
|
}
|
|
@@ -161763,7 +161767,7 @@ module.exports={
|
|
|
161763
161767
|
"members": {
|
|
161764
161768
|
"DBParameterGroupFamily": {},
|
|
161765
161769
|
"Filters": {
|
|
161766
|
-
"shape": "
|
|
161770
|
+
"shape": "S55"
|
|
161767
161771
|
},
|
|
161768
161772
|
"MaxRecords": {
|
|
161769
161773
|
"type": "integer"
|
|
@@ -161776,7 +161780,7 @@ module.exports={
|
|
|
161776
161780
|
"type": "structure",
|
|
161777
161781
|
"members": {
|
|
161778
161782
|
"EngineDefaults": {
|
|
161779
|
-
"shape": "
|
|
161783
|
+
"shape": "S7s"
|
|
161780
161784
|
}
|
|
161781
161785
|
}
|
|
161782
161786
|
}
|
|
@@ -161787,7 +161791,7 @@ module.exports={
|
|
|
161787
161791
|
"members": {
|
|
161788
161792
|
"SourceType": {},
|
|
161789
161793
|
"Filters": {
|
|
161790
|
-
"shape": "
|
|
161794
|
+
"shape": "S55"
|
|
161791
161795
|
}
|
|
161792
161796
|
}
|
|
161793
161797
|
},
|
|
@@ -161818,7 +161822,7 @@ module.exports={
|
|
|
161818
161822
|
"members": {
|
|
161819
161823
|
"SubscriptionName": {},
|
|
161820
161824
|
"Filters": {
|
|
161821
|
-
"shape": "
|
|
161825
|
+
"shape": "S55"
|
|
161822
161826
|
},
|
|
161823
161827
|
"MaxRecords": {
|
|
161824
161828
|
"type": "integer"
|
|
@@ -161860,7 +161864,7 @@ module.exports={
|
|
|
161860
161864
|
"shape": "S8"
|
|
161861
161865
|
},
|
|
161862
161866
|
"Filters": {
|
|
161863
|
-
"shape": "
|
|
161867
|
+
"shape": "S55"
|
|
161864
161868
|
},
|
|
161865
161869
|
"MaxRecords": {
|
|
161866
161870
|
"type": "integer"
|
|
@@ -161902,7 +161906,7 @@ module.exports={
|
|
|
161902
161906
|
"ExportTaskIdentifier": {},
|
|
161903
161907
|
"SourceArn": {},
|
|
161904
161908
|
"Filters": {
|
|
161905
|
-
"shape": "
|
|
161909
|
+
"shape": "S55"
|
|
161906
161910
|
},
|
|
161907
161911
|
"Marker": {},
|
|
161908
161912
|
"MaxRecords": {
|
|
@@ -161931,7 +161935,7 @@ module.exports={
|
|
|
161931
161935
|
"members": {
|
|
161932
161936
|
"GlobalClusterIdentifier": {},
|
|
161933
161937
|
"Filters": {
|
|
161934
|
-
"shape": "
|
|
161938
|
+
"shape": "S55"
|
|
161935
161939
|
},
|
|
161936
161940
|
"MaxRecords": {
|
|
161937
161941
|
"type": "integer"
|
|
@@ -161947,7 +161951,7 @@ module.exports={
|
|
|
161947
161951
|
"GlobalClusters": {
|
|
161948
161952
|
"type": "list",
|
|
161949
161953
|
"member": {
|
|
161950
|
-
"shape": "
|
|
161954
|
+
"shape": "S3y",
|
|
161951
161955
|
"locationName": "GlobalClusterMember"
|
|
161952
161956
|
}
|
|
161953
161957
|
}
|
|
@@ -161960,7 +161964,7 @@ module.exports={
|
|
|
161960
161964
|
"members": {
|
|
161961
161965
|
"InstallationMediaId": {},
|
|
161962
161966
|
"Filters": {
|
|
161963
|
-
"shape": "
|
|
161967
|
+
"shape": "S55"
|
|
161964
161968
|
},
|
|
161965
161969
|
"MaxRecords": {
|
|
161966
161970
|
"type": "integer"
|
|
@@ -161976,7 +161980,7 @@ module.exports={
|
|
|
161976
161980
|
"InstallationMedia": {
|
|
161977
161981
|
"type": "list",
|
|
161978
161982
|
"member": {
|
|
161979
|
-
"shape": "
|
|
161983
|
+
"shape": "S4u",
|
|
161980
161984
|
"locationName": "InstallationMedia"
|
|
161981
161985
|
}
|
|
161982
161986
|
}
|
|
@@ -161993,7 +161997,7 @@ module.exports={
|
|
|
161993
161997
|
"EngineName": {},
|
|
161994
161998
|
"MajorEngineVersion": {},
|
|
161995
161999
|
"Filters": {
|
|
161996
|
-
"shape": "
|
|
162000
|
+
"shape": "S55"
|
|
161997
162001
|
},
|
|
161998
162002
|
"MaxRecords": {
|
|
161999
162003
|
"type": "integer"
|
|
@@ -162106,7 +162110,7 @@ module.exports={
|
|
|
162106
162110
|
"members": {
|
|
162107
162111
|
"OptionGroupName": {},
|
|
162108
162112
|
"Filters": {
|
|
162109
|
-
"shape": "
|
|
162113
|
+
"shape": "S55"
|
|
162110
162114
|
},
|
|
162111
162115
|
"Marker": {},
|
|
162112
162116
|
"MaxRecords": {
|
|
@@ -162147,7 +162151,7 @@ module.exports={
|
|
|
162147
162151
|
"type": "boolean"
|
|
162148
162152
|
},
|
|
162149
162153
|
"Filters": {
|
|
162150
|
-
"shape": "
|
|
162154
|
+
"shape": "S55"
|
|
162151
162155
|
},
|
|
162152
162156
|
"MaxRecords": {
|
|
162153
162157
|
"type": "integer"
|
|
@@ -162221,10 +162225,10 @@ module.exports={
|
|
|
162221
162225
|
"type": "double"
|
|
162222
162226
|
},
|
|
162223
162227
|
"AvailableProcessorFeatures": {
|
|
162224
|
-
"shape": "
|
|
162228
|
+
"shape": "S91"
|
|
162225
162229
|
},
|
|
162226
162230
|
"SupportedEngineModes": {
|
|
162227
|
-
"shape": "
|
|
162231
|
+
"shape": "S5s"
|
|
162228
162232
|
},
|
|
162229
162233
|
"SupportsStorageAutoscaling": {
|
|
162230
162234
|
"type": "boolean"
|
|
@@ -162252,7 +162256,7 @@ module.exports={
|
|
|
162252
162256
|
"members": {
|
|
162253
162257
|
"ResourceIdentifier": {},
|
|
162254
162258
|
"Filters": {
|
|
162255
|
-
"shape": "
|
|
162259
|
+
"shape": "S55"
|
|
162256
162260
|
},
|
|
162257
162261
|
"Marker": {},
|
|
162258
162262
|
"MaxRecords": {
|
|
@@ -162290,7 +162294,7 @@ module.exports={
|
|
|
162290
162294
|
},
|
|
162291
162295
|
"LeaseId": {},
|
|
162292
162296
|
"Filters": {
|
|
162293
|
-
"shape": "
|
|
162297
|
+
"shape": "S55"
|
|
162294
162298
|
},
|
|
162295
162299
|
"MaxRecords": {
|
|
162296
162300
|
"type": "integer"
|
|
@@ -162306,7 +162310,7 @@ module.exports={
|
|
|
162306
162310
|
"ReservedDBInstances": {
|
|
162307
162311
|
"type": "list",
|
|
162308
162312
|
"member": {
|
|
162309
|
-
"shape": "
|
|
162313
|
+
"shape": "S99",
|
|
162310
162314
|
"locationName": "ReservedDBInstance"
|
|
162311
162315
|
}
|
|
162312
162316
|
}
|
|
@@ -162326,7 +162330,7 @@ module.exports={
|
|
|
162326
162330
|
"type": "boolean"
|
|
162327
162331
|
},
|
|
162328
162332
|
"Filters": {
|
|
162329
|
-
"shape": "
|
|
162333
|
+
"shape": "S55"
|
|
162330
162334
|
},
|
|
162331
162335
|
"MaxRecords": {
|
|
162332
162336
|
"type": "integer"
|
|
@@ -162363,7 +162367,7 @@ module.exports={
|
|
|
162363
162367
|
"type": "boolean"
|
|
162364
162368
|
},
|
|
162365
162369
|
"RecurringCharges": {
|
|
162366
|
-
"shape": "
|
|
162370
|
+
"shape": "S9b"
|
|
162367
162371
|
}
|
|
162368
162372
|
},
|
|
162369
162373
|
"wrapper": true
|
|
@@ -162382,7 +162386,7 @@ module.exports={
|
|
|
162382
162386
|
},
|
|
162383
162387
|
"Marker": {},
|
|
162384
162388
|
"Filters": {
|
|
162385
|
-
"shape": "
|
|
162389
|
+
"shape": "S55"
|
|
162386
162390
|
}
|
|
162387
162391
|
}
|
|
162388
162392
|
},
|
|
@@ -162399,7 +162403,10 @@ module.exports={
|
|
|
162399
162403
|
"members": {
|
|
162400
162404
|
"RegionName": {},
|
|
162401
162405
|
"Endpoint": {},
|
|
162402
|
-
"Status": {}
|
|
162406
|
+
"Status": {},
|
|
162407
|
+
"SupportsDBInstanceAutomatedBackupsReplication": {
|
|
162408
|
+
"type": "boolean"
|
|
162409
|
+
}
|
|
162403
162410
|
}
|
|
162404
162411
|
}
|
|
162405
162412
|
}
|
|
@@ -162431,10 +162438,10 @@ module.exports={
|
|
|
162431
162438
|
"members": {
|
|
162432
162439
|
"StorageType": {},
|
|
162433
162440
|
"StorageSize": {
|
|
162434
|
-
"shape": "
|
|
162441
|
+
"shape": "S9q"
|
|
162435
162442
|
},
|
|
162436
162443
|
"ProvisionedIops": {
|
|
162437
|
-
"shape": "
|
|
162444
|
+
"shape": "S9q"
|
|
162438
162445
|
},
|
|
162439
162446
|
"IopsToStorageRatio": {
|
|
162440
162447
|
"type": "list",
|
|
@@ -162458,7 +162465,7 @@ module.exports={
|
|
|
162458
162465
|
}
|
|
162459
162466
|
},
|
|
162460
162467
|
"ValidProcessorFeatures": {
|
|
162461
|
-
"shape": "
|
|
162468
|
+
"shape": "S91"
|
|
162462
162469
|
}
|
|
162463
162470
|
},
|
|
162464
162471
|
"wrapper": true
|
|
@@ -162534,7 +162541,7 @@ module.exports={
|
|
|
162534
162541
|
}
|
|
162535
162542
|
},
|
|
162536
162543
|
"output": {
|
|
162537
|
-
"shape": "
|
|
162544
|
+
"shape": "S4u",
|
|
162538
162545
|
"resultWrapper": "ImportInstallationMediaResult"
|
|
162539
162546
|
}
|
|
162540
162547
|
},
|
|
@@ -162547,7 +162554,7 @@ module.exports={
|
|
|
162547
162554
|
"members": {
|
|
162548
162555
|
"ResourceName": {},
|
|
162549
162556
|
"Filters": {
|
|
162550
|
-
"shape": "
|
|
162557
|
+
"shape": "S55"
|
|
162551
162558
|
}
|
|
162552
162559
|
}
|
|
162553
162560
|
},
|
|
@@ -162576,7 +162583,7 @@ module.exports={
|
|
|
162576
162583
|
"type": "structure",
|
|
162577
162584
|
"members": {
|
|
162578
162585
|
"Certificate": {
|
|
162579
|
-
"shape": "
|
|
162586
|
+
"shape": "S5a"
|
|
162580
162587
|
}
|
|
162581
162588
|
}
|
|
162582
162589
|
}
|
|
@@ -162649,7 +162656,7 @@ module.exports={
|
|
|
162649
162656
|
"type": "long"
|
|
162650
162657
|
},
|
|
162651
162658
|
"CloudwatchLogsExportConfiguration": {
|
|
162652
|
-
"shape": "
|
|
162659
|
+
"shape": "Sa6"
|
|
162653
162660
|
},
|
|
162654
162661
|
"EngineVersion": {},
|
|
162655
162662
|
"AllowMajorVersionUpgrade": {
|
|
@@ -162717,12 +162724,12 @@ module.exports={
|
|
|
162717
162724
|
"members": {
|
|
162718
162725
|
"DBClusterParameterGroupName": {},
|
|
162719
162726
|
"Parameters": {
|
|
162720
|
-
"shape": "
|
|
162727
|
+
"shape": "S5p"
|
|
162721
162728
|
}
|
|
162722
162729
|
}
|
|
162723
162730
|
},
|
|
162724
162731
|
"output": {
|
|
162725
|
-
"shape": "
|
|
162732
|
+
"shape": "Saa",
|
|
162726
162733
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
|
162727
162734
|
}
|
|
162728
162735
|
},
|
|
@@ -162737,10 +162744,10 @@ module.exports={
|
|
|
162737
162744
|
"DBClusterSnapshotIdentifier": {},
|
|
162738
162745
|
"AttributeName": {},
|
|
162739
162746
|
"ValuesToAdd": {
|
|
162740
|
-
"shape": "
|
|
162747
|
+
"shape": "S5y"
|
|
162741
162748
|
},
|
|
162742
162749
|
"ValuesToRemove": {
|
|
162743
|
-
"shape": "
|
|
162750
|
+
"shape": "S5y"
|
|
162744
162751
|
}
|
|
162745
162752
|
}
|
|
162746
162753
|
},
|
|
@@ -162749,7 +162756,7 @@ module.exports={
|
|
|
162749
162756
|
"type": "structure",
|
|
162750
162757
|
"members": {
|
|
162751
162758
|
"DBClusterSnapshotAttributesResult": {
|
|
162752
|
-
"shape": "
|
|
162759
|
+
"shape": "S5v"
|
|
162753
162760
|
}
|
|
162754
162761
|
}
|
|
162755
162762
|
}
|
|
@@ -162832,7 +162839,7 @@ module.exports={
|
|
|
162832
162839
|
"type": "integer"
|
|
162833
162840
|
},
|
|
162834
162841
|
"CloudwatchLogsExportConfiguration": {
|
|
162835
|
-
"shape": "
|
|
162842
|
+
"shape": "Sa6"
|
|
162836
162843
|
},
|
|
162837
162844
|
"ProcessorFeatures": {
|
|
162838
162845
|
"shape": "S1b"
|
|
@@ -162872,12 +162879,12 @@ module.exports={
|
|
|
162872
162879
|
"members": {
|
|
162873
162880
|
"DBParameterGroupName": {},
|
|
162874
162881
|
"Parameters": {
|
|
162875
|
-
"shape": "
|
|
162882
|
+
"shape": "S5p"
|
|
162876
162883
|
}
|
|
162877
162884
|
}
|
|
162878
162885
|
},
|
|
162879
162886
|
"output": {
|
|
162880
|
-
"shape": "
|
|
162887
|
+
"shape": "Sag",
|
|
162881
162888
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
|
162882
162889
|
}
|
|
162883
162890
|
},
|
|
@@ -162891,7 +162898,7 @@ module.exports={
|
|
|
162891
162898
|
"DBProxyName": {},
|
|
162892
162899
|
"NewDBProxyName": {},
|
|
162893
162900
|
"Auth": {
|
|
162894
|
-
"shape": "
|
|
162901
|
+
"shape": "S3e"
|
|
162895
162902
|
},
|
|
162896
162903
|
"RequireTLS": {
|
|
162897
162904
|
"type": "boolean"
|
|
@@ -162913,7 +162920,7 @@ module.exports={
|
|
|
162913
162920
|
"type": "structure",
|
|
162914
162921
|
"members": {
|
|
162915
162922
|
"DBProxy": {
|
|
162916
|
-
"shape": "
|
|
162923
|
+
"shape": "S3j"
|
|
162917
162924
|
}
|
|
162918
162925
|
}
|
|
162919
162926
|
}
|
|
@@ -162954,7 +162961,7 @@ module.exports={
|
|
|
162954
162961
|
"type": "structure",
|
|
162955
162962
|
"members": {
|
|
162956
162963
|
"DBProxyTargetGroup": {
|
|
162957
|
-
"shape": "
|
|
162964
|
+
"shape": "S72"
|
|
162958
162965
|
}
|
|
162959
162966
|
}
|
|
162960
162967
|
}
|
|
@@ -162992,10 +162999,10 @@ module.exports={
|
|
|
162992
162999
|
"DBSnapshotIdentifier": {},
|
|
162993
163000
|
"AttributeName": {},
|
|
162994
163001
|
"ValuesToAdd": {
|
|
162995
|
-
"shape": "
|
|
163002
|
+
"shape": "S5y"
|
|
162996
163003
|
},
|
|
162997
163004
|
"ValuesToRemove": {
|
|
162998
|
-
"shape": "
|
|
163005
|
+
"shape": "S5y"
|
|
162999
163006
|
}
|
|
163000
163007
|
}
|
|
163001
163008
|
},
|
|
@@ -163004,7 +163011,7 @@ module.exports={
|
|
|
163004
163011
|
"type": "structure",
|
|
163005
163012
|
"members": {
|
|
163006
163013
|
"DBSnapshotAttributesResult": {
|
|
163007
|
-
"shape": "
|
|
163014
|
+
"shape": "S7h"
|
|
163008
163015
|
}
|
|
163009
163016
|
}
|
|
163010
163017
|
}
|
|
@@ -163020,7 +163027,7 @@ module.exports={
|
|
|
163020
163027
|
"DBSubnetGroupName": {},
|
|
163021
163028
|
"DBSubnetGroupDescription": {},
|
|
163022
163029
|
"SubnetIds": {
|
|
163023
|
-
"shape": "
|
|
163030
|
+
"shape": "S3s"
|
|
163024
163031
|
}
|
|
163025
163032
|
}
|
|
163026
163033
|
},
|
|
@@ -163078,7 +163085,7 @@ module.exports={
|
|
|
163078
163085
|
"type": "structure",
|
|
163079
163086
|
"members": {
|
|
163080
163087
|
"GlobalCluster": {
|
|
163081
|
-
"shape": "
|
|
163088
|
+
"shape": "S3y"
|
|
163082
163089
|
}
|
|
163083
163090
|
}
|
|
163084
163091
|
}
|
|
@@ -163206,7 +163213,7 @@ module.exports={
|
|
|
163206
163213
|
"type": "structure",
|
|
163207
163214
|
"members": {
|
|
163208
163215
|
"ReservedDBInstance": {
|
|
163209
|
-
"shape": "
|
|
163216
|
+
"shape": "S99"
|
|
163210
163217
|
}
|
|
163211
163218
|
}
|
|
163212
163219
|
}
|
|
@@ -163256,7 +163263,7 @@ module.exports={
|
|
|
163256
163263
|
"type": "structure",
|
|
163257
163264
|
"members": {
|
|
163258
163265
|
"DBProxyTargets": {
|
|
163259
|
-
"shape": "
|
|
163266
|
+
"shape": "S76"
|
|
163260
163267
|
}
|
|
163261
163268
|
}
|
|
163262
163269
|
}
|
|
@@ -163274,7 +163281,7 @@ module.exports={
|
|
|
163274
163281
|
"type": "structure",
|
|
163275
163282
|
"members": {
|
|
163276
163283
|
"GlobalCluster": {
|
|
163277
|
-
"shape": "
|
|
163284
|
+
"shape": "S3y"
|
|
163278
163285
|
}
|
|
163279
163286
|
}
|
|
163280
163287
|
}
|
|
@@ -163358,12 +163365,12 @@ module.exports={
|
|
|
163358
163365
|
"type": "boolean"
|
|
163359
163366
|
},
|
|
163360
163367
|
"Parameters": {
|
|
163361
|
-
"shape": "
|
|
163368
|
+
"shape": "S5p"
|
|
163362
163369
|
}
|
|
163363
163370
|
}
|
|
163364
163371
|
},
|
|
163365
163372
|
"output": {
|
|
163366
|
-
"shape": "
|
|
163373
|
+
"shape": "Saa",
|
|
163367
163374
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
|
163368
163375
|
}
|
|
163369
163376
|
},
|
|
@@ -163379,12 +163386,12 @@ module.exports={
|
|
|
163379
163386
|
"type": "boolean"
|
|
163380
163387
|
},
|
|
163381
163388
|
"Parameters": {
|
|
163382
|
-
"shape": "
|
|
163389
|
+
"shape": "S5p"
|
|
163383
163390
|
}
|
|
163384
163391
|
}
|
|
163385
163392
|
},
|
|
163386
163393
|
"output": {
|
|
163387
|
-
"shape": "
|
|
163394
|
+
"shape": "Sag",
|
|
163388
163395
|
"resultWrapper": "ResetDBParameterGroupResult"
|
|
163389
163396
|
}
|
|
163390
163397
|
},
|
|
@@ -163844,7 +163851,8 @@ module.exports={
|
|
|
163844
163851
|
"SourceDbiResourceId": {},
|
|
163845
163852
|
"MaxAllocatedStorage": {
|
|
163846
163853
|
"type": "integer"
|
|
163847
|
-
}
|
|
163854
|
+
},
|
|
163855
|
+
"SourceDBInstanceAutomatedBackupsArn": {}
|
|
163848
163856
|
}
|
|
163849
163857
|
},
|
|
163850
163858
|
"output": {
|
|
@@ -163952,6 +163960,31 @@ module.exports={
|
|
|
163952
163960
|
}
|
|
163953
163961
|
}
|
|
163954
163962
|
},
|
|
163963
|
+
"StartDBInstanceAutomatedBackupsReplication": {
|
|
163964
|
+
"input": {
|
|
163965
|
+
"type": "structure",
|
|
163966
|
+
"required": [
|
|
163967
|
+
"SourceDBInstanceArn"
|
|
163968
|
+
],
|
|
163969
|
+
"members": {
|
|
163970
|
+
"SourceDBInstanceArn": {},
|
|
163971
|
+
"BackupRetentionPeriod": {
|
|
163972
|
+
"type": "integer"
|
|
163973
|
+
},
|
|
163974
|
+
"KmsKeyId": {},
|
|
163975
|
+
"PreSignedUrl": {}
|
|
163976
|
+
}
|
|
163977
|
+
},
|
|
163978
|
+
"output": {
|
|
163979
|
+
"resultWrapper": "StartDBInstanceAutomatedBackupsReplicationResult",
|
|
163980
|
+
"type": "structure",
|
|
163981
|
+
"members": {
|
|
163982
|
+
"DBInstanceAutomatedBackup": {
|
|
163983
|
+
"shape": "S4g"
|
|
163984
|
+
}
|
|
163985
|
+
}
|
|
163986
|
+
}
|
|
163987
|
+
},
|
|
163955
163988
|
"StartExportTask": {
|
|
163956
163989
|
"input": {
|
|
163957
163990
|
"type": "structure",
|
|
@@ -164042,6 +164075,26 @@ module.exports={
|
|
|
164042
164075
|
}
|
|
164043
164076
|
}
|
|
164044
164077
|
}
|
|
164078
|
+
},
|
|
164079
|
+
"StopDBInstanceAutomatedBackupsReplication": {
|
|
164080
|
+
"input": {
|
|
164081
|
+
"type": "structure",
|
|
164082
|
+
"required": [
|
|
164083
|
+
"SourceDBInstanceArn"
|
|
164084
|
+
],
|
|
164085
|
+
"members": {
|
|
164086
|
+
"SourceDBInstanceArn": {}
|
|
164087
|
+
}
|
|
164088
|
+
},
|
|
164089
|
+
"output": {
|
|
164090
|
+
"resultWrapper": "StopDBInstanceAutomatedBackupsReplicationResult",
|
|
164091
|
+
"type": "structure",
|
|
164092
|
+
"members": {
|
|
164093
|
+
"DBInstanceAutomatedBackup": {
|
|
164094
|
+
"shape": "S4g"
|
|
164095
|
+
}
|
|
164096
|
+
}
|
|
164097
|
+
}
|
|
164045
164098
|
}
|
|
164046
164099
|
},
|
|
164047
164100
|
"shapes": {
|
|
@@ -164903,6 +164956,9 @@ module.exports={
|
|
|
164903
164956
|
},
|
|
164904
164957
|
"TagList": {
|
|
164905
164958
|
"shape": "Sb"
|
|
164959
|
+
},
|
|
164960
|
+
"DBInstanceAutomatedBackupsReplications": {
|
|
164961
|
+
"shape": "S36"
|
|
164906
164962
|
}
|
|
164907
164963
|
},
|
|
164908
164964
|
"wrapper": true
|
|
@@ -164955,7 +165011,17 @@ module.exports={
|
|
|
164955
165011
|
},
|
|
164956
165012
|
"wrapper": true
|
|
164957
165013
|
},
|
|
164958
|
-
"
|
|
165014
|
+
"S36": {
|
|
165015
|
+
"type": "list",
|
|
165016
|
+
"member": {
|
|
165017
|
+
"locationName": "DBInstanceAutomatedBackupsReplication",
|
|
165018
|
+
"type": "structure",
|
|
165019
|
+
"members": {
|
|
165020
|
+
"DBInstanceAutomatedBackupsArn": {}
|
|
165021
|
+
}
|
|
165022
|
+
}
|
|
165023
|
+
},
|
|
165024
|
+
"S3e": {
|
|
164959
165025
|
"type": "list",
|
|
164960
165026
|
"member": {
|
|
164961
165027
|
"type": "structure",
|
|
@@ -164968,7 +165034,7 @@ module.exports={
|
|
|
164968
165034
|
}
|
|
164969
165035
|
}
|
|
164970
165036
|
},
|
|
164971
|
-
"
|
|
165037
|
+
"S3j": {
|
|
164972
165038
|
"type": "structure",
|
|
164973
165039
|
"members": {
|
|
164974
165040
|
"DBProxyName": {},
|
|
@@ -165013,13 +165079,13 @@ module.exports={
|
|
|
165013
165079
|
}
|
|
165014
165080
|
}
|
|
165015
165081
|
},
|
|
165016
|
-
"
|
|
165082
|
+
"S3s": {
|
|
165017
165083
|
"type": "list",
|
|
165018
165084
|
"member": {
|
|
165019
165085
|
"locationName": "SubnetIdentifier"
|
|
165020
165086
|
}
|
|
165021
165087
|
},
|
|
165022
|
-
"
|
|
165088
|
+
"S3y": {
|
|
165023
165089
|
"type": "structure",
|
|
165024
165090
|
"members": {
|
|
165025
165091
|
"GlobalClusterIdentifier": {},
|
|
@@ -165057,7 +165123,7 @@ module.exports={
|
|
|
165057
165123
|
},
|
|
165058
165124
|
"wrapper": true
|
|
165059
165125
|
},
|
|
165060
|
-
"
|
|
165126
|
+
"S4g": {
|
|
165061
165127
|
"type": "structure",
|
|
165062
165128
|
"members": {
|
|
165063
165129
|
"DBInstanceArn": {},
|
|
@@ -165104,11 +165170,18 @@ module.exports={
|
|
|
165104
165170
|
"Timezone": {},
|
|
165105
165171
|
"IAMDatabaseAuthenticationEnabled": {
|
|
165106
165172
|
"type": "boolean"
|
|
165173
|
+
},
|
|
165174
|
+
"BackupRetentionPeriod": {
|
|
165175
|
+
"type": "integer"
|
|
165176
|
+
},
|
|
165177
|
+
"DBInstanceAutomatedBackupsArn": {},
|
|
165178
|
+
"DBInstanceAutomatedBackupsReplications": {
|
|
165179
|
+
"shape": "S36"
|
|
165107
165180
|
}
|
|
165108
165181
|
},
|
|
165109
165182
|
"wrapper": true
|
|
165110
165183
|
},
|
|
165111
|
-
"
|
|
165184
|
+
"S4u": {
|
|
165112
165185
|
"type": "structure",
|
|
165113
165186
|
"members": {
|
|
165114
165187
|
"InstallationMediaId": {},
|
|
@@ -165126,7 +165199,7 @@ module.exports={
|
|
|
165126
165199
|
}
|
|
165127
165200
|
}
|
|
165128
165201
|
},
|
|
165129
|
-
"
|
|
165202
|
+
"S55": {
|
|
165130
165203
|
"type": "list",
|
|
165131
165204
|
"member": {
|
|
165132
165205
|
"locationName": "Filter",
|
|
@@ -165146,7 +165219,7 @@ module.exports={
|
|
|
165146
165219
|
}
|
|
165147
165220
|
}
|
|
165148
165221
|
},
|
|
165149
|
-
"
|
|
165222
|
+
"S5a": {
|
|
165150
165223
|
"type": "structure",
|
|
165151
165224
|
"members": {
|
|
165152
165225
|
"CertificateIdentifier": {},
|
|
@@ -165168,7 +165241,7 @@ module.exports={
|
|
|
165168
165241
|
},
|
|
165169
165242
|
"wrapper": true
|
|
165170
165243
|
},
|
|
165171
|
-
"
|
|
165244
|
+
"S5p": {
|
|
165172
165245
|
"type": "list",
|
|
165173
165246
|
"member": {
|
|
165174
165247
|
"locationName": "Parameter",
|
|
@@ -165187,16 +165260,16 @@ module.exports={
|
|
|
165187
165260
|
"MinimumEngineVersion": {},
|
|
165188
165261
|
"ApplyMethod": {},
|
|
165189
165262
|
"SupportedEngineModes": {
|
|
165190
|
-
"shape": "
|
|
165263
|
+
"shape": "S5s"
|
|
165191
165264
|
}
|
|
165192
165265
|
}
|
|
165193
165266
|
}
|
|
165194
165267
|
},
|
|
165195
|
-
"
|
|
165268
|
+
"S5s": {
|
|
165196
165269
|
"type": "list",
|
|
165197
165270
|
"member": {}
|
|
165198
165271
|
},
|
|
165199
|
-
"
|
|
165272
|
+
"S5v": {
|
|
165200
165273
|
"type": "structure",
|
|
165201
165274
|
"members": {
|
|
165202
165275
|
"DBClusterSnapshotIdentifier": {},
|
|
@@ -165208,7 +165281,7 @@ module.exports={
|
|
|
165208
165281
|
"members": {
|
|
165209
165282
|
"AttributeName": {},
|
|
165210
165283
|
"AttributeValues": {
|
|
165211
|
-
"shape": "
|
|
165284
|
+
"shape": "S5y"
|
|
165212
165285
|
}
|
|
165213
165286
|
}
|
|
165214
165287
|
}
|
|
@@ -165216,27 +165289,27 @@ module.exports={
|
|
|
165216
165289
|
},
|
|
165217
165290
|
"wrapper": true
|
|
165218
165291
|
},
|
|
165219
|
-
"
|
|
165292
|
+
"S5y": {
|
|
165220
165293
|
"type": "list",
|
|
165221
165294
|
"member": {
|
|
165222
165295
|
"locationName": "AttributeValue"
|
|
165223
165296
|
}
|
|
165224
165297
|
},
|
|
165225
|
-
"
|
|
165298
|
+
"S69": {
|
|
165226
165299
|
"type": "structure",
|
|
165227
165300
|
"members": {
|
|
165228
165301
|
"CharacterSetName": {},
|
|
165229
165302
|
"CharacterSetDescription": {}
|
|
165230
165303
|
}
|
|
165231
165304
|
},
|
|
165232
|
-
"
|
|
165305
|
+
"S6a": {
|
|
165233
165306
|
"type": "list",
|
|
165234
165307
|
"member": {
|
|
165235
|
-
"shape": "
|
|
165308
|
+
"shape": "S69",
|
|
165236
165309
|
"locationName": "CharacterSet"
|
|
165237
165310
|
}
|
|
165238
165311
|
},
|
|
165239
|
-
"
|
|
165312
|
+
"S72": {
|
|
165240
165313
|
"type": "structure",
|
|
165241
165314
|
"members": {
|
|
165242
165315
|
"DBProxyName": {},
|
|
@@ -165272,7 +165345,7 @@ module.exports={
|
|
|
165272
165345
|
}
|
|
165273
165346
|
}
|
|
165274
165347
|
},
|
|
165275
|
-
"
|
|
165348
|
+
"S76": {
|
|
165276
165349
|
"type": "list",
|
|
165277
165350
|
"member": {
|
|
165278
165351
|
"type": "structure",
|
|
@@ -165296,7 +165369,7 @@ module.exports={
|
|
|
165296
165369
|
}
|
|
165297
165370
|
}
|
|
165298
165371
|
},
|
|
165299
|
-
"
|
|
165372
|
+
"S7h": {
|
|
165300
165373
|
"type": "structure",
|
|
165301
165374
|
"members": {
|
|
165302
165375
|
"DBSnapshotIdentifier": {},
|
|
@@ -165308,7 +165381,7 @@ module.exports={
|
|
|
165308
165381
|
"members": {
|
|
165309
165382
|
"AttributeName": {},
|
|
165310
165383
|
"AttributeValues": {
|
|
165311
|
-
"shape": "
|
|
165384
|
+
"shape": "S5y"
|
|
165312
165385
|
}
|
|
165313
165386
|
},
|
|
165314
165387
|
"wrapper": true
|
|
@@ -165317,18 +165390,18 @@ module.exports={
|
|
|
165317
165390
|
},
|
|
165318
165391
|
"wrapper": true
|
|
165319
165392
|
},
|
|
165320
|
-
"
|
|
165393
|
+
"S7s": {
|
|
165321
165394
|
"type": "structure",
|
|
165322
165395
|
"members": {
|
|
165323
165396
|
"DBParameterGroupFamily": {},
|
|
165324
165397
|
"Marker": {},
|
|
165325
165398
|
"Parameters": {
|
|
165326
|
-
"shape": "
|
|
165399
|
+
"shape": "S5p"
|
|
165327
165400
|
}
|
|
165328
165401
|
},
|
|
165329
165402
|
"wrapper": true
|
|
165330
165403
|
},
|
|
165331
|
-
"
|
|
165404
|
+
"S91": {
|
|
165332
165405
|
"type": "list",
|
|
165333
165406
|
"member": {
|
|
165334
165407
|
"locationName": "AvailableProcessorFeature",
|
|
@@ -165340,7 +165413,7 @@ module.exports={
|
|
|
165340
165413
|
}
|
|
165341
165414
|
}
|
|
165342
165415
|
},
|
|
165343
|
-
"
|
|
165416
|
+
"S99": {
|
|
165344
165417
|
"type": "structure",
|
|
165345
165418
|
"members": {
|
|
165346
165419
|
"ReservedDBInstanceId": {},
|
|
@@ -165369,14 +165442,14 @@ module.exports={
|
|
|
165369
165442
|
},
|
|
165370
165443
|
"State": {},
|
|
165371
165444
|
"RecurringCharges": {
|
|
165372
|
-
"shape": "
|
|
165445
|
+
"shape": "S9b"
|
|
165373
165446
|
},
|
|
165374
165447
|
"ReservedDBInstanceArn": {},
|
|
165375
165448
|
"LeaseId": {}
|
|
165376
165449
|
},
|
|
165377
165450
|
"wrapper": true
|
|
165378
165451
|
},
|
|
165379
|
-
"
|
|
165452
|
+
"S9b": {
|
|
165380
165453
|
"type": "list",
|
|
165381
165454
|
"member": {
|
|
165382
165455
|
"locationName": "RecurringCharge",
|
|
@@ -165390,7 +165463,7 @@ module.exports={
|
|
|
165390
165463
|
"wrapper": true
|
|
165391
165464
|
}
|
|
165392
165465
|
},
|
|
165393
|
-
"
|
|
165466
|
+
"S9q": {
|
|
165394
165467
|
"type": "list",
|
|
165395
165468
|
"member": {
|
|
165396
165469
|
"locationName": "Range",
|
|
@@ -165408,7 +165481,7 @@ module.exports={
|
|
|
165408
165481
|
}
|
|
165409
165482
|
}
|
|
165410
165483
|
},
|
|
165411
|
-
"
|
|
165484
|
+
"Sa6": {
|
|
165412
165485
|
"type": "structure",
|
|
165413
165486
|
"members": {
|
|
165414
165487
|
"EnableLogTypes": {
|
|
@@ -165419,13 +165492,13 @@ module.exports={
|
|
|
165419
165492
|
}
|
|
165420
165493
|
}
|
|
165421
165494
|
},
|
|
165422
|
-
"
|
|
165495
|
+
"Saa": {
|
|
165423
165496
|
"type": "structure",
|
|
165424
165497
|
"members": {
|
|
165425
165498
|
"DBClusterParameterGroupName": {}
|
|
165426
165499
|
}
|
|
165427
165500
|
},
|
|
165428
|
-
"
|
|
165501
|
+
"Sag": {
|
|
165429
165502
|
"type": "structure",
|
|
165430
165503
|
"members": {
|
|
165431
165504
|
"DBParameterGroupName": {}
|
|
@@ -188608,6 +188681,26 @@ module.exports={
|
|
|
188608
188681
|
}
|
|
188609
188682
|
}
|
|
188610
188683
|
},
|
|
188684
|
+
"CreateOpsMetadata": {
|
|
188685
|
+
"input": {
|
|
188686
|
+
"type": "structure",
|
|
188687
|
+
"required": [
|
|
188688
|
+
"ResourceId"
|
|
188689
|
+
],
|
|
188690
|
+
"members": {
|
|
188691
|
+
"ResourceId": {},
|
|
188692
|
+
"Metadata": {
|
|
188693
|
+
"shape": "S3y"
|
|
188694
|
+
}
|
|
188695
|
+
}
|
|
188696
|
+
},
|
|
188697
|
+
"output": {
|
|
188698
|
+
"type": "structure",
|
|
188699
|
+
"members": {
|
|
188700
|
+
"OpsMetadataArn": {}
|
|
188701
|
+
}
|
|
188702
|
+
}
|
|
188703
|
+
},
|
|
188611
188704
|
"CreatePatchBaseline": {
|
|
188612
188705
|
"input": {
|
|
188613
188706
|
"type": "structure",
|
|
@@ -188618,25 +188711,25 @@ module.exports={
|
|
|
188618
188711
|
"OperatingSystem": {},
|
|
188619
188712
|
"Name": {},
|
|
188620
188713
|
"GlobalFilters": {
|
|
188621
|
-
"shape": "
|
|
188714
|
+
"shape": "S47"
|
|
188622
188715
|
},
|
|
188623
188716
|
"ApprovalRules": {
|
|
188624
|
-
"shape": "
|
|
188717
|
+
"shape": "S4d"
|
|
188625
188718
|
},
|
|
188626
188719
|
"ApprovedPatches": {
|
|
188627
|
-
"shape": "
|
|
188720
|
+
"shape": "S4k"
|
|
188628
188721
|
},
|
|
188629
188722
|
"ApprovedPatchesComplianceLevel": {},
|
|
188630
188723
|
"ApprovedPatchesEnableNonSecurity": {
|
|
188631
188724
|
"type": "boolean"
|
|
188632
188725
|
},
|
|
188633
188726
|
"RejectedPatches": {
|
|
188634
|
-
"shape": "
|
|
188727
|
+
"shape": "S4k"
|
|
188635
188728
|
},
|
|
188636
188729
|
"RejectedPatchesAction": {},
|
|
188637
188730
|
"Description": {},
|
|
188638
188731
|
"Sources": {
|
|
188639
|
-
"shape": "
|
|
188732
|
+
"shape": "S4o"
|
|
188640
188733
|
},
|
|
188641
188734
|
"ClientToken": {
|
|
188642
188735
|
"idempotencyToken": true
|
|
@@ -188662,11 +188755,11 @@ module.exports={
|
|
|
188662
188755
|
"members": {
|
|
188663
188756
|
"SyncName": {},
|
|
188664
188757
|
"S3Destination": {
|
|
188665
|
-
"shape": "
|
|
188758
|
+
"shape": "S4y"
|
|
188666
188759
|
},
|
|
188667
188760
|
"SyncType": {},
|
|
188668
188761
|
"SyncSource": {
|
|
188669
|
-
"shape": "
|
|
188762
|
+
"shape": "S57"
|
|
188670
188763
|
}
|
|
188671
188764
|
}
|
|
188672
188765
|
},
|
|
@@ -188747,7 +188840,7 @@ module.exports={
|
|
|
188747
188840
|
"DeletionId": {},
|
|
188748
188841
|
"TypeName": {},
|
|
188749
188842
|
"DeletionSummary": {
|
|
188750
|
-
"shape": "
|
|
188843
|
+
"shape": "S5u"
|
|
188751
188844
|
}
|
|
188752
188845
|
}
|
|
188753
188846
|
}
|
|
@@ -188769,6 +188862,21 @@ module.exports={
|
|
|
188769
188862
|
}
|
|
188770
188863
|
}
|
|
188771
188864
|
},
|
|
188865
|
+
"DeleteOpsMetadata": {
|
|
188866
|
+
"input": {
|
|
188867
|
+
"type": "structure",
|
|
188868
|
+
"required": [
|
|
188869
|
+
"OpsMetadataArn"
|
|
188870
|
+
],
|
|
188871
|
+
"members": {
|
|
188872
|
+
"OpsMetadataArn": {}
|
|
188873
|
+
}
|
|
188874
|
+
},
|
|
188875
|
+
"output": {
|
|
188876
|
+
"type": "structure",
|
|
188877
|
+
"members": {}
|
|
188878
|
+
}
|
|
188879
|
+
},
|
|
188772
188880
|
"DeleteParameter": {
|
|
188773
188881
|
"input": {
|
|
188774
188882
|
"type": "structure",
|
|
@@ -188792,7 +188900,7 @@ module.exports={
|
|
|
188792
188900
|
],
|
|
188793
188901
|
"members": {
|
|
188794
188902
|
"Names": {
|
|
188795
|
-
"shape": "
|
|
188903
|
+
"shape": "S69"
|
|
188796
188904
|
}
|
|
188797
188905
|
}
|
|
188798
188906
|
},
|
|
@@ -188800,10 +188908,10 @@ module.exports={
|
|
|
188800
188908
|
"type": "structure",
|
|
188801
188909
|
"members": {
|
|
188802
188910
|
"DeletedParameters": {
|
|
188803
|
-
"shape": "
|
|
188911
|
+
"shape": "S69"
|
|
188804
188912
|
},
|
|
188805
188913
|
"InvalidParameters": {
|
|
188806
|
-
"shape": "
|
|
188914
|
+
"shape": "S69"
|
|
188807
188915
|
}
|
|
188808
188916
|
}
|
|
188809
188917
|
}
|
|
@@ -189165,7 +189273,7 @@ module.exports={
|
|
|
189165
189273
|
"ExecutedBy": {},
|
|
189166
189274
|
"LogFile": {},
|
|
189167
189275
|
"Outputs": {
|
|
189168
|
-
"shape": "
|
|
189276
|
+
"shape": "S84"
|
|
189169
189277
|
},
|
|
189170
189278
|
"Mode": {},
|
|
189171
189279
|
"ParentAutomationExecutionId": {},
|
|
@@ -189177,10 +189285,10 @@ module.exports={
|
|
|
189177
189285
|
"shape": "Sx"
|
|
189178
189286
|
},
|
|
189179
189287
|
"TargetMaps": {
|
|
189180
|
-
"shape": "
|
|
189288
|
+
"shape": "S89"
|
|
189181
189289
|
},
|
|
189182
189290
|
"ResolvedTargets": {
|
|
189183
|
-
"shape": "
|
|
189291
|
+
"shape": "S8e"
|
|
189184
189292
|
},
|
|
189185
189293
|
"MaxConcurrency": {},
|
|
189186
189294
|
"MaxErrors": {},
|
|
@@ -189231,7 +189339,7 @@ module.exports={
|
|
|
189231
189339
|
"type": "structure",
|
|
189232
189340
|
"members": {
|
|
189233
189341
|
"StepExecutions": {
|
|
189234
|
-
"shape": "
|
|
189342
|
+
"shape": "S8o"
|
|
189235
189343
|
},
|
|
189236
189344
|
"NextToken": {}
|
|
189237
189345
|
}
|
|
@@ -189242,7 +189350,7 @@ module.exports={
|
|
|
189242
189350
|
"type": "structure",
|
|
189243
189351
|
"members": {
|
|
189244
189352
|
"Filters": {
|
|
189245
|
-
"shape": "
|
|
189353
|
+
"shape": "S94"
|
|
189246
189354
|
},
|
|
189247
189355
|
"MaxResults": {
|
|
189248
189356
|
"type": "integer"
|
|
@@ -189256,7 +189364,7 @@ module.exports={
|
|
|
189256
189364
|
"Patches": {
|
|
189257
189365
|
"type": "list",
|
|
189258
189366
|
"member": {
|
|
189259
|
-
"shape": "
|
|
189367
|
+
"shape": "S9c"
|
|
189260
189368
|
}
|
|
189261
189369
|
},
|
|
189262
189370
|
"NextToken": {}
|
|
@@ -189300,7 +189408,7 @@ module.exports={
|
|
|
189300
189408
|
"type": "structure",
|
|
189301
189409
|
"members": {
|
|
189302
189410
|
"AccountIds": {
|
|
189303
|
-
"shape": "
|
|
189411
|
+
"shape": "Sa6"
|
|
189304
189412
|
},
|
|
189305
189413
|
"AccountSharingInfoList": {
|
|
189306
189414
|
"type": "list",
|
|
@@ -189371,7 +189479,7 @@ module.exports={
|
|
|
189371
189479
|
"type": "structure",
|
|
189372
189480
|
"members": {
|
|
189373
189481
|
"Patch": {
|
|
189374
|
-
"shape": "
|
|
189482
|
+
"shape": "S9c"
|
|
189375
189483
|
},
|
|
189376
189484
|
"PatchStatus": {
|
|
189377
189485
|
"type": "structure",
|
|
@@ -189458,7 +189566,7 @@ module.exports={
|
|
|
189458
189566
|
"members": {
|
|
189459
189567
|
"key": {},
|
|
189460
189568
|
"valueSet": {
|
|
189461
|
-
"shape": "
|
|
189569
|
+
"shape": "Saz"
|
|
189462
189570
|
}
|
|
189463
189571
|
}
|
|
189464
189572
|
}
|
|
@@ -189474,7 +189582,7 @@ module.exports={
|
|
|
189474
189582
|
"members": {
|
|
189475
189583
|
"Key": {},
|
|
189476
189584
|
"Values": {
|
|
189477
|
-
"shape": "
|
|
189585
|
+
"shape": "Saz"
|
|
189478
189586
|
}
|
|
189479
189587
|
}
|
|
189480
189588
|
}
|
|
@@ -189563,7 +189671,7 @@ module.exports={
|
|
|
189563
189671
|
"InstancePatchStates": {
|
|
189564
189672
|
"type": "list",
|
|
189565
189673
|
"member": {
|
|
189566
|
-
"shape": "
|
|
189674
|
+
"shape": "Sbj"
|
|
189567
189675
|
}
|
|
189568
189676
|
},
|
|
189569
189677
|
"NextToken": {}
|
|
@@ -189609,7 +189717,7 @@ module.exports={
|
|
|
189609
189717
|
"InstancePatchStates": {
|
|
189610
189718
|
"type": "list",
|
|
189611
189719
|
"member": {
|
|
189612
|
-
"shape": "
|
|
189720
|
+
"shape": "Sbj"
|
|
189613
189721
|
}
|
|
189614
189722
|
},
|
|
189615
189723
|
"NextToken": {}
|
|
@@ -189625,7 +189733,7 @@ module.exports={
|
|
|
189625
189733
|
"members": {
|
|
189626
189734
|
"InstanceId": {},
|
|
189627
189735
|
"Filters": {
|
|
189628
|
-
"shape": "
|
|
189736
|
+
"shape": "S94"
|
|
189629
189737
|
},
|
|
189630
189738
|
"NextToken": {},
|
|
189631
189739
|
"MaxResults": {
|
|
@@ -189692,7 +189800,7 @@ module.exports={
|
|
|
189692
189800
|
"LastStatus": {},
|
|
189693
189801
|
"LastStatusMessage": {},
|
|
189694
189802
|
"DeletionSummary": {
|
|
189695
|
-
"shape": "
|
|
189803
|
+
"shape": "S5u"
|
|
189696
189804
|
},
|
|
189697
189805
|
"LastStatusUpdateTime": {
|
|
189698
189806
|
"type": "timestamp"
|
|
@@ -189715,7 +189823,7 @@ module.exports={
|
|
|
189715
189823
|
"WindowExecutionId": {},
|
|
189716
189824
|
"TaskId": {},
|
|
189717
189825
|
"Filters": {
|
|
189718
|
-
"shape": "
|
|
189826
|
+
"shape": "Scm"
|
|
189719
189827
|
},
|
|
189720
189828
|
"MaxResults": {
|
|
189721
189829
|
"type": "integer"
|
|
@@ -189737,7 +189845,7 @@ module.exports={
|
|
|
189737
189845
|
"ExecutionId": {},
|
|
189738
189846
|
"TaskType": {},
|
|
189739
189847
|
"Parameters": {
|
|
189740
|
-
"shape": "
|
|
189848
|
+
"shape": "Scy"
|
|
189741
189849
|
},
|
|
189742
189850
|
"Status": {},
|
|
189743
189851
|
"StatusDetails": {},
|
|
@@ -189748,7 +189856,7 @@ module.exports={
|
|
|
189748
189856
|
"type": "timestamp"
|
|
189749
189857
|
},
|
|
189750
189858
|
"OwnerInformation": {
|
|
189751
|
-
"shape": "
|
|
189859
|
+
"shape": "Sbm"
|
|
189752
189860
|
},
|
|
189753
189861
|
"WindowTargetId": {}
|
|
189754
189862
|
}
|
|
@@ -189767,7 +189875,7 @@ module.exports={
|
|
|
189767
189875
|
"members": {
|
|
189768
189876
|
"WindowExecutionId": {},
|
|
189769
189877
|
"Filters": {
|
|
189770
|
-
"shape": "
|
|
189878
|
+
"shape": "Scm"
|
|
189771
189879
|
},
|
|
189772
189880
|
"MaxResults": {
|
|
189773
189881
|
"type": "integer"
|
|
@@ -189811,7 +189919,7 @@ module.exports={
|
|
|
189811
189919
|
"members": {
|
|
189812
189920
|
"WindowId": {},
|
|
189813
189921
|
"Filters": {
|
|
189814
|
-
"shape": "
|
|
189922
|
+
"shape": "Scm"
|
|
189815
189923
|
},
|
|
189816
189924
|
"MaxResults": {
|
|
189817
189925
|
"type": "integer"
|
|
@@ -189854,7 +189962,7 @@ module.exports={
|
|
|
189854
189962
|
},
|
|
189855
189963
|
"ResourceType": {},
|
|
189856
189964
|
"Filters": {
|
|
189857
|
-
"shape": "
|
|
189965
|
+
"shape": "S94"
|
|
189858
189966
|
},
|
|
189859
189967
|
"MaxResults": {
|
|
189860
189968
|
"type": "integer"
|
|
@@ -189889,7 +189997,7 @@ module.exports={
|
|
|
189889
189997
|
"members": {
|
|
189890
189998
|
"WindowId": {},
|
|
189891
189999
|
"Filters": {
|
|
189892
|
-
"shape": "
|
|
190000
|
+
"shape": "Scm"
|
|
189893
190001
|
},
|
|
189894
190002
|
"MaxResults": {
|
|
189895
190003
|
"type": "integer"
|
|
@@ -189912,7 +190020,7 @@ module.exports={
|
|
|
189912
190020
|
"shape": "Sx"
|
|
189913
190021
|
},
|
|
189914
190022
|
"OwnerInformation": {
|
|
189915
|
-
"shape": "
|
|
190023
|
+
"shape": "Sbm"
|
|
189916
190024
|
},
|
|
189917
190025
|
"Name": {},
|
|
189918
190026
|
"Description": {
|
|
@@ -189934,7 +190042,7 @@ module.exports={
|
|
|
189934
190042
|
"members": {
|
|
189935
190043
|
"WindowId": {},
|
|
189936
190044
|
"Filters": {
|
|
189937
|
-
"shape": "
|
|
190045
|
+
"shape": "Scm"
|
|
189938
190046
|
},
|
|
189939
190047
|
"MaxResults": {
|
|
189940
190048
|
"type": "integer"
|
|
@@ -189958,13 +190066,13 @@ module.exports={
|
|
|
189958
190066
|
"shape": "Sx"
|
|
189959
190067
|
},
|
|
189960
190068
|
"TaskParameters": {
|
|
189961
|
-
"shape": "
|
|
190069
|
+
"shape": "Sdp"
|
|
189962
190070
|
},
|
|
189963
190071
|
"Priority": {
|
|
189964
190072
|
"type": "integer"
|
|
189965
190073
|
},
|
|
189966
190074
|
"LoggingInfo": {
|
|
189967
|
-
"shape": "
|
|
190075
|
+
"shape": "Sdv"
|
|
189968
190076
|
},
|
|
189969
190077
|
"ServiceRoleArn": {},
|
|
189970
190078
|
"MaxConcurrency": {},
|
|
@@ -189985,7 +190093,7 @@ module.exports={
|
|
|
189985
190093
|
"type": "structure",
|
|
189986
190094
|
"members": {
|
|
189987
190095
|
"Filters": {
|
|
189988
|
-
"shape": "
|
|
190096
|
+
"shape": "Scm"
|
|
189989
190097
|
},
|
|
189990
190098
|
"MaxResults": {
|
|
189991
190099
|
"type": "integer"
|
|
@@ -190151,7 +190259,7 @@ module.exports={
|
|
|
190151
190259
|
}
|
|
190152
190260
|
},
|
|
190153
190261
|
"ParameterFilters": {
|
|
190154
|
-
"shape": "
|
|
190262
|
+
"shape": "Sep"
|
|
190155
190263
|
},
|
|
190156
190264
|
"MaxResults": {
|
|
190157
190265
|
"type": "integer"
|
|
@@ -190181,7 +190289,7 @@ module.exports={
|
|
|
190181
190289
|
},
|
|
190182
190290
|
"Tier": {},
|
|
190183
190291
|
"Policies": {
|
|
190184
|
-
"shape": "
|
|
190292
|
+
"shape": "Sf4"
|
|
190185
190293
|
},
|
|
190186
190294
|
"DataType": {}
|
|
190187
190295
|
}
|
|
@@ -190196,7 +190304,7 @@ module.exports={
|
|
|
190196
190304
|
"type": "structure",
|
|
190197
190305
|
"members": {
|
|
190198
190306
|
"Filters": {
|
|
190199
|
-
"shape": "
|
|
190307
|
+
"shape": "S94"
|
|
190200
190308
|
},
|
|
190201
190309
|
"MaxResults": {
|
|
190202
190310
|
"type": "integer"
|
|
@@ -190210,7 +190318,7 @@ module.exports={
|
|
|
190210
190318
|
"BaselineIdentities": {
|
|
190211
190319
|
"type": "list",
|
|
190212
190320
|
"member": {
|
|
190213
|
-
"shape": "
|
|
190321
|
+
"shape": "Sfa"
|
|
190214
190322
|
}
|
|
190215
190323
|
},
|
|
190216
190324
|
"NextToken": {}
|
|
@@ -190268,7 +190376,7 @@ module.exports={
|
|
|
190268
190376
|
"type": "integer"
|
|
190269
190377
|
},
|
|
190270
190378
|
"Filters": {
|
|
190271
|
-
"shape": "
|
|
190379
|
+
"shape": "S94"
|
|
190272
190380
|
},
|
|
190273
190381
|
"NextToken": {}
|
|
190274
190382
|
}
|
|
@@ -190283,7 +190391,7 @@ module.exports={
|
|
|
190283
190391
|
"members": {
|
|
190284
190392
|
"PatchGroup": {},
|
|
190285
190393
|
"BaselineIdentity": {
|
|
190286
|
-
"shape": "
|
|
190394
|
+
"shape": "Sfa"
|
|
190287
190395
|
}
|
|
190288
190396
|
}
|
|
190289
190397
|
}
|
|
@@ -190413,16 +190521,16 @@ module.exports={
|
|
|
190413
190521
|
},
|
|
190414
190522
|
"AutomationExecutionStatus": {},
|
|
190415
190523
|
"StepExecutions": {
|
|
190416
|
-
"shape": "
|
|
190524
|
+
"shape": "S8o"
|
|
190417
190525
|
},
|
|
190418
190526
|
"StepExecutionsTruncated": {
|
|
190419
190527
|
"type": "boolean"
|
|
190420
190528
|
},
|
|
190421
190529
|
"Parameters": {
|
|
190422
|
-
"shape": "
|
|
190530
|
+
"shape": "S84"
|
|
190423
190531
|
},
|
|
190424
190532
|
"Outputs": {
|
|
190425
|
-
"shape": "
|
|
190533
|
+
"shape": "S84"
|
|
190426
190534
|
},
|
|
190427
190535
|
"FailureMessage": {},
|
|
190428
190536
|
"Mode": {},
|
|
@@ -190435,16 +190543,16 @@ module.exports={
|
|
|
190435
190543
|
"shape": "Sx"
|
|
190436
190544
|
},
|
|
190437
190545
|
"TargetMaps": {
|
|
190438
|
-
"shape": "
|
|
190546
|
+
"shape": "S89"
|
|
190439
190547
|
},
|
|
190440
190548
|
"ResolvedTargets": {
|
|
190441
|
-
"shape": "
|
|
190549
|
+
"shape": "S8e"
|
|
190442
190550
|
},
|
|
190443
190551
|
"MaxConcurrency": {},
|
|
190444
190552
|
"MaxErrors": {},
|
|
190445
190553
|
"Target": {},
|
|
190446
190554
|
"TargetLocations": {
|
|
190447
|
-
"shape": "
|
|
190555
|
+
"shape": "Sgc"
|
|
190448
190556
|
},
|
|
190449
190557
|
"ProgressCounters": {
|
|
190450
190558
|
"type": "structure",
|
|
@@ -190529,7 +190637,7 @@ module.exports={
|
|
|
190529
190637
|
"StandardErrorContent": {},
|
|
190530
190638
|
"StandardErrorUrl": {},
|
|
190531
190639
|
"CloudWatchOutputConfig": {
|
|
190532
|
-
"shape": "
|
|
190640
|
+
"shape": "Sgu"
|
|
190533
190641
|
}
|
|
190534
190642
|
}
|
|
190535
190643
|
}
|
|
@@ -190639,10 +190747,10 @@ module.exports={
|
|
|
190639
190747
|
"type": "structure",
|
|
190640
190748
|
"members": {
|
|
190641
190749
|
"Filters": {
|
|
190642
|
-
"shape": "
|
|
190750
|
+
"shape": "Shf"
|
|
190643
190751
|
},
|
|
190644
190752
|
"Aggregators": {
|
|
190645
|
-
"shape": "
|
|
190753
|
+
"shape": "Shl"
|
|
190646
190754
|
},
|
|
190647
190755
|
"ResultAttributes": {
|
|
190648
190756
|
"type": "list",
|
|
@@ -190687,7 +190795,7 @@ module.exports={
|
|
|
190687
190795
|
"CaptureTime": {},
|
|
190688
190796
|
"ContentHash": {},
|
|
190689
190797
|
"Content": {
|
|
190690
|
-
"shape": "
|
|
190798
|
+
"shape": "Si2"
|
|
190691
190799
|
}
|
|
190692
190800
|
}
|
|
190693
190801
|
}
|
|
@@ -190851,7 +190959,7 @@ module.exports={
|
|
|
190851
190959
|
"TaskParameters": {
|
|
190852
190960
|
"type": "list",
|
|
190853
190961
|
"member": {
|
|
190854
|
-
"shape": "
|
|
190962
|
+
"shape": "Sdp"
|
|
190855
190963
|
},
|
|
190856
190964
|
"sensitive": true
|
|
190857
190965
|
},
|
|
@@ -190894,7 +191002,7 @@ module.exports={
|
|
|
190894
191002
|
"ExecutionId": {},
|
|
190895
191003
|
"TaskType": {},
|
|
190896
191004
|
"Parameters": {
|
|
190897
|
-
"shape": "
|
|
191005
|
+
"shape": "Scy"
|
|
190898
191006
|
},
|
|
190899
191007
|
"Status": {},
|
|
190900
191008
|
"StatusDetails": {},
|
|
@@ -190905,7 +191013,7 @@ module.exports={
|
|
|
190905
191013
|
"type": "timestamp"
|
|
190906
191014
|
},
|
|
190907
191015
|
"OwnerInformation": {
|
|
190908
|
-
"shape": "
|
|
191016
|
+
"shape": "Sbm"
|
|
190909
191017
|
},
|
|
190910
191018
|
"WindowTargetId": {}
|
|
190911
191019
|
}
|
|
@@ -190935,10 +191043,10 @@ module.exports={
|
|
|
190935
191043
|
"ServiceRoleArn": {},
|
|
190936
191044
|
"TaskType": {},
|
|
190937
191045
|
"TaskParameters": {
|
|
190938
|
-
"shape": "
|
|
191046
|
+
"shape": "Sdp"
|
|
190939
191047
|
},
|
|
190940
191048
|
"TaskInvocationParameters": {
|
|
190941
|
-
"shape": "
|
|
191049
|
+
"shape": "Sit"
|
|
190942
191050
|
},
|
|
190943
191051
|
"Priority": {
|
|
190944
191052
|
"type": "integer"
|
|
@@ -190946,7 +191054,7 @@ module.exports={
|
|
|
190946
191054
|
"MaxConcurrency": {},
|
|
190947
191055
|
"MaxErrors": {},
|
|
190948
191056
|
"LoggingInfo": {
|
|
190949
|
-
"shape": "
|
|
191057
|
+
"shape": "Sdv"
|
|
190950
191058
|
},
|
|
190951
191059
|
"Name": {},
|
|
190952
191060
|
"Description": {
|
|
@@ -191004,16 +191112,41 @@ module.exports={
|
|
|
191004
191112
|
}
|
|
191005
191113
|
}
|
|
191006
191114
|
},
|
|
191115
|
+
"GetOpsMetadata": {
|
|
191116
|
+
"input": {
|
|
191117
|
+
"type": "structure",
|
|
191118
|
+
"required": [
|
|
191119
|
+
"OpsMetadataArn"
|
|
191120
|
+
],
|
|
191121
|
+
"members": {
|
|
191122
|
+
"OpsMetadataArn": {},
|
|
191123
|
+
"MaxResults": {
|
|
191124
|
+
"type": "integer"
|
|
191125
|
+
},
|
|
191126
|
+
"NextToken": {}
|
|
191127
|
+
}
|
|
191128
|
+
},
|
|
191129
|
+
"output": {
|
|
191130
|
+
"type": "structure",
|
|
191131
|
+
"members": {
|
|
191132
|
+
"ResourceId": {},
|
|
191133
|
+
"Metadata": {
|
|
191134
|
+
"shape": "S3y"
|
|
191135
|
+
},
|
|
191136
|
+
"NextToken": {}
|
|
191137
|
+
}
|
|
191138
|
+
}
|
|
191139
|
+
},
|
|
191007
191140
|
"GetOpsSummary": {
|
|
191008
191141
|
"input": {
|
|
191009
191142
|
"type": "structure",
|
|
191010
191143
|
"members": {
|
|
191011
191144
|
"SyncName": {},
|
|
191012
191145
|
"Filters": {
|
|
191013
|
-
"shape": "
|
|
191146
|
+
"shape": "Sjg"
|
|
191014
191147
|
},
|
|
191015
191148
|
"Aggregators": {
|
|
191016
|
-
"shape": "
|
|
191149
|
+
"shape": "Sjm"
|
|
191017
191150
|
},
|
|
191018
191151
|
"ResultAttributes": {
|
|
191019
191152
|
"type": "list",
|
|
@@ -191084,7 +191217,7 @@ module.exports={
|
|
|
191084
191217
|
"type": "structure",
|
|
191085
191218
|
"members": {
|
|
191086
191219
|
"Parameter": {
|
|
191087
|
-
"shape": "
|
|
191220
|
+
"shape": "Sk8"
|
|
191088
191221
|
}
|
|
191089
191222
|
}
|
|
191090
191223
|
}
|
|
@@ -191128,11 +191261,11 @@ module.exports={
|
|
|
191128
191261
|
"type": "long"
|
|
191129
191262
|
},
|
|
191130
191263
|
"Labels": {
|
|
191131
|
-
"shape": "
|
|
191264
|
+
"shape": "Skf"
|
|
191132
191265
|
},
|
|
191133
191266
|
"Tier": {},
|
|
191134
191267
|
"Policies": {
|
|
191135
|
-
"shape": "
|
|
191268
|
+
"shape": "Sf4"
|
|
191136
191269
|
},
|
|
191137
191270
|
"DataType": {}
|
|
191138
191271
|
}
|
|
@@ -191150,7 +191283,7 @@ module.exports={
|
|
|
191150
191283
|
],
|
|
191151
191284
|
"members": {
|
|
191152
191285
|
"Names": {
|
|
191153
|
-
"shape": "
|
|
191286
|
+
"shape": "S69"
|
|
191154
191287
|
},
|
|
191155
191288
|
"WithDecryption": {
|
|
191156
191289
|
"type": "boolean"
|
|
@@ -191161,10 +191294,10 @@ module.exports={
|
|
|
191161
191294
|
"type": "structure",
|
|
191162
191295
|
"members": {
|
|
191163
191296
|
"Parameters": {
|
|
191164
|
-
"shape": "
|
|
191297
|
+
"shape": "Skj"
|
|
191165
191298
|
},
|
|
191166
191299
|
"InvalidParameters": {
|
|
191167
|
-
"shape": "
|
|
191300
|
+
"shape": "S69"
|
|
191168
191301
|
}
|
|
191169
191302
|
}
|
|
191170
191303
|
}
|
|
@@ -191181,7 +191314,7 @@ module.exports={
|
|
|
191181
191314
|
"type": "boolean"
|
|
191182
191315
|
},
|
|
191183
191316
|
"ParameterFilters": {
|
|
191184
|
-
"shape": "
|
|
191317
|
+
"shape": "Sep"
|
|
191185
191318
|
},
|
|
191186
191319
|
"WithDecryption": {
|
|
191187
191320
|
"type": "boolean"
|
|
@@ -191196,7 +191329,7 @@ module.exports={
|
|
|
191196
191329
|
"type": "structure",
|
|
191197
191330
|
"members": {
|
|
191198
191331
|
"Parameters": {
|
|
191199
|
-
"shape": "
|
|
191332
|
+
"shape": "Skj"
|
|
191200
191333
|
},
|
|
191201
191334
|
"NextToken": {}
|
|
191202
191335
|
}
|
|
@@ -191219,20 +191352,20 @@ module.exports={
|
|
|
191219
191352
|
"Name": {},
|
|
191220
191353
|
"OperatingSystem": {},
|
|
191221
191354
|
"GlobalFilters": {
|
|
191222
|
-
"shape": "
|
|
191355
|
+
"shape": "S47"
|
|
191223
191356
|
},
|
|
191224
191357
|
"ApprovalRules": {
|
|
191225
|
-
"shape": "
|
|
191358
|
+
"shape": "S4d"
|
|
191226
191359
|
},
|
|
191227
191360
|
"ApprovedPatches": {
|
|
191228
|
-
"shape": "
|
|
191361
|
+
"shape": "S4k"
|
|
191229
191362
|
},
|
|
191230
191363
|
"ApprovedPatchesComplianceLevel": {},
|
|
191231
191364
|
"ApprovedPatchesEnableNonSecurity": {
|
|
191232
191365
|
"type": "boolean"
|
|
191233
191366
|
},
|
|
191234
191367
|
"RejectedPatches": {
|
|
191235
|
-
"shape": "
|
|
191368
|
+
"shape": "S4k"
|
|
191236
191369
|
},
|
|
191237
191370
|
"RejectedPatchesAction": {},
|
|
191238
191371
|
"PatchGroups": {
|
|
@@ -191247,7 +191380,7 @@ module.exports={
|
|
|
191247
191380
|
},
|
|
191248
191381
|
"Description": {},
|
|
191249
191382
|
"Sources": {
|
|
191250
|
-
"shape": "
|
|
191383
|
+
"shape": "S4o"
|
|
191251
191384
|
}
|
|
191252
191385
|
}
|
|
191253
191386
|
}
|
|
@@ -191286,7 +191419,7 @@ module.exports={
|
|
|
191286
191419
|
"type": "structure",
|
|
191287
191420
|
"members": {
|
|
191288
191421
|
"ServiceSetting": {
|
|
191289
|
-
"shape": "
|
|
191422
|
+
"shape": "Skv"
|
|
191290
191423
|
}
|
|
191291
191424
|
}
|
|
191292
191425
|
}
|
|
@@ -191304,7 +191437,7 @@ module.exports={
|
|
|
191304
191437
|
"type": "long"
|
|
191305
191438
|
},
|
|
191306
191439
|
"Labels": {
|
|
191307
|
-
"shape": "
|
|
191440
|
+
"shape": "Skf"
|
|
191308
191441
|
}
|
|
191309
191442
|
}
|
|
191310
191443
|
},
|
|
@@ -191312,7 +191445,7 @@ module.exports={
|
|
|
191312
191445
|
"type": "structure",
|
|
191313
191446
|
"members": {
|
|
191314
191447
|
"InvalidLabels": {
|
|
191315
|
-
"shape": "
|
|
191448
|
+
"shape": "Skf"
|
|
191316
191449
|
},
|
|
191317
191450
|
"ParameterVersion": {
|
|
191318
191451
|
"type": "long"
|
|
@@ -191440,7 +191573,7 @@ module.exports={
|
|
|
191440
191573
|
},
|
|
191441
191574
|
"NextToken": {},
|
|
191442
191575
|
"Filters": {
|
|
191443
|
-
"shape": "
|
|
191576
|
+
"shape": "Sld"
|
|
191444
191577
|
},
|
|
191445
191578
|
"Details": {
|
|
191446
191579
|
"type": "boolean"
|
|
@@ -191497,10 +191630,10 @@ module.exports={
|
|
|
191497
191630
|
},
|
|
191498
191631
|
"ServiceRole": {},
|
|
191499
191632
|
"NotificationConfig": {
|
|
191500
|
-
"shape": "
|
|
191633
|
+
"shape": "Siv"
|
|
191501
191634
|
},
|
|
191502
191635
|
"CloudWatchOutputConfig": {
|
|
191503
|
-
"shape": "
|
|
191636
|
+
"shape": "Sgu"
|
|
191504
191637
|
}
|
|
191505
191638
|
}
|
|
191506
191639
|
}
|
|
@@ -191520,7 +191653,7 @@ module.exports={
|
|
|
191520
191653
|
},
|
|
191521
191654
|
"NextToken": {},
|
|
191522
191655
|
"Filters": {
|
|
191523
|
-
"shape": "
|
|
191656
|
+
"shape": "Sld"
|
|
191524
191657
|
}
|
|
191525
191658
|
}
|
|
191526
191659
|
},
|
|
@@ -191530,7 +191663,7 @@ module.exports={
|
|
|
191530
191663
|
"Commands": {
|
|
191531
191664
|
"type": "list",
|
|
191532
191665
|
"member": {
|
|
191533
|
-
"shape": "
|
|
191666
|
+
"shape": "Slt"
|
|
191534
191667
|
}
|
|
191535
191668
|
},
|
|
191536
191669
|
"NextToken": {}
|
|
@@ -191542,7 +191675,7 @@ module.exports={
|
|
|
191542
191675
|
"type": "structure",
|
|
191543
191676
|
"members": {
|
|
191544
191677
|
"Filters": {
|
|
191545
|
-
"shape": "
|
|
191678
|
+
"shape": "Sm0"
|
|
191546
191679
|
},
|
|
191547
191680
|
"ResourceIds": {
|
|
191548
191681
|
"type": "list",
|
|
@@ -191574,10 +191707,10 @@ module.exports={
|
|
|
191574
191707
|
"Status": {},
|
|
191575
191708
|
"Severity": {},
|
|
191576
191709
|
"ExecutionSummary": {
|
|
191577
|
-
"shape": "
|
|
191710
|
+
"shape": "Smi"
|
|
191578
191711
|
},
|
|
191579
191712
|
"Details": {
|
|
191580
|
-
"shape": "
|
|
191713
|
+
"shape": "Sml"
|
|
191581
191714
|
}
|
|
191582
191715
|
}
|
|
191583
191716
|
}
|
|
@@ -191591,7 +191724,7 @@ module.exports={
|
|
|
191591
191724
|
"type": "structure",
|
|
191592
191725
|
"members": {
|
|
191593
191726
|
"Filters": {
|
|
191594
|
-
"shape": "
|
|
191727
|
+
"shape": "Sm0"
|
|
191595
191728
|
},
|
|
191596
191729
|
"NextToken": {},
|
|
191597
191730
|
"MaxResults": {
|
|
@@ -191609,10 +191742,10 @@ module.exports={
|
|
|
191609
191742
|
"members": {
|
|
191610
191743
|
"ComplianceType": {},
|
|
191611
191744
|
"CompliantSummary": {
|
|
191612
|
-
"shape": "
|
|
191745
|
+
"shape": "Smq"
|
|
191613
191746
|
},
|
|
191614
191747
|
"NonCompliantSummary": {
|
|
191615
|
-
"shape": "
|
|
191748
|
+
"shape": "Smt"
|
|
191616
191749
|
}
|
|
191617
191750
|
}
|
|
191618
191751
|
}
|
|
@@ -191742,7 +191875,7 @@ module.exports={
|
|
|
191742
191875
|
"InstanceId": {},
|
|
191743
191876
|
"TypeName": {},
|
|
191744
191877
|
"Filters": {
|
|
191745
|
-
"shape": "
|
|
191878
|
+
"shape": "Shf"
|
|
191746
191879
|
},
|
|
191747
191880
|
"NextToken": {},
|
|
191748
191881
|
"MaxResults": {
|
|
@@ -191758,7 +191891,58 @@ module.exports={
|
|
|
191758
191891
|
"SchemaVersion": {},
|
|
191759
191892
|
"CaptureTime": {},
|
|
191760
191893
|
"Entries": {
|
|
191761
|
-
"shape": "
|
|
191894
|
+
"shape": "Si2"
|
|
191895
|
+
},
|
|
191896
|
+
"NextToken": {}
|
|
191897
|
+
}
|
|
191898
|
+
}
|
|
191899
|
+
},
|
|
191900
|
+
"ListOpsMetadata": {
|
|
191901
|
+
"input": {
|
|
191902
|
+
"type": "structure",
|
|
191903
|
+
"members": {
|
|
191904
|
+
"Filters": {
|
|
191905
|
+
"type": "list",
|
|
191906
|
+
"member": {
|
|
191907
|
+
"type": "structure",
|
|
191908
|
+
"required": [
|
|
191909
|
+
"Key",
|
|
191910
|
+
"Values"
|
|
191911
|
+
],
|
|
191912
|
+
"members": {
|
|
191913
|
+
"Key": {},
|
|
191914
|
+
"Values": {
|
|
191915
|
+
"type": "list",
|
|
191916
|
+
"member": {}
|
|
191917
|
+
}
|
|
191918
|
+
}
|
|
191919
|
+
}
|
|
191920
|
+
},
|
|
191921
|
+
"MaxResults": {
|
|
191922
|
+
"type": "integer"
|
|
191923
|
+
},
|
|
191924
|
+
"NextToken": {}
|
|
191925
|
+
}
|
|
191926
|
+
},
|
|
191927
|
+
"output": {
|
|
191928
|
+
"type": "structure",
|
|
191929
|
+
"members": {
|
|
191930
|
+
"OpsMetadataList": {
|
|
191931
|
+
"type": "list",
|
|
191932
|
+
"member": {
|
|
191933
|
+
"type": "structure",
|
|
191934
|
+
"members": {
|
|
191935
|
+
"ResourceId": {},
|
|
191936
|
+
"OpsMetadataArn": {},
|
|
191937
|
+
"LastModifiedDate": {
|
|
191938
|
+
"type": "timestamp"
|
|
191939
|
+
},
|
|
191940
|
+
"LastModifiedUser": {},
|
|
191941
|
+
"CreationDate": {
|
|
191942
|
+
"type": "timestamp"
|
|
191943
|
+
}
|
|
191944
|
+
}
|
|
191945
|
+
}
|
|
191762
191946
|
},
|
|
191763
191947
|
"NextToken": {}
|
|
191764
191948
|
}
|
|
@@ -191769,7 +191953,7 @@ module.exports={
|
|
|
191769
191953
|
"type": "structure",
|
|
191770
191954
|
"members": {
|
|
191771
191955
|
"Filters": {
|
|
191772
|
-
"shape": "
|
|
191956
|
+
"shape": "Sm0"
|
|
191773
191957
|
},
|
|
191774
191958
|
"NextToken": {},
|
|
191775
191959
|
"MaxResults": {
|
|
@@ -191791,13 +191975,13 @@ module.exports={
|
|
|
191791
191975
|
"Status": {},
|
|
191792
191976
|
"OverallSeverity": {},
|
|
191793
191977
|
"ExecutionSummary": {
|
|
191794
|
-
"shape": "
|
|
191978
|
+
"shape": "Smi"
|
|
191795
191979
|
},
|
|
191796
191980
|
"CompliantSummary": {
|
|
191797
|
-
"shape": "
|
|
191981
|
+
"shape": "Smq"
|
|
191798
191982
|
},
|
|
191799
191983
|
"NonCompliantSummary": {
|
|
191800
|
-
"shape": "
|
|
191984
|
+
"shape": "Smt"
|
|
191801
191985
|
}
|
|
191802
191986
|
}
|
|
191803
191987
|
}
|
|
@@ -191832,10 +192016,10 @@ module.exports={
|
|
|
191832
192016
|
"members": {
|
|
191833
192017
|
"SourceType": {},
|
|
191834
192018
|
"AwsOrganizationsSource": {
|
|
191835
|
-
"shape": "
|
|
192019
|
+
"shape": "S59"
|
|
191836
192020
|
},
|
|
191837
192021
|
"SourceRegions": {
|
|
191838
|
-
"shape": "
|
|
192022
|
+
"shape": "S5e"
|
|
191839
192023
|
},
|
|
191840
192024
|
"IncludeFutureRegions": {
|
|
191841
192025
|
"type": "boolean"
|
|
@@ -191844,7 +192028,7 @@ module.exports={
|
|
|
191844
192028
|
}
|
|
191845
192029
|
},
|
|
191846
192030
|
"S3Destination": {
|
|
191847
|
-
"shape": "
|
|
192031
|
+
"shape": "S4y"
|
|
191848
192032
|
},
|
|
191849
192033
|
"LastSyncTime": {
|
|
191850
192034
|
"type": "timestamp"
|
|
@@ -191899,10 +192083,10 @@ module.exports={
|
|
|
191899
192083
|
"Name": {},
|
|
191900
192084
|
"PermissionType": {},
|
|
191901
192085
|
"AccountIdsToAdd": {
|
|
191902
|
-
"shape": "
|
|
192086
|
+
"shape": "Sa6"
|
|
191903
192087
|
},
|
|
191904
192088
|
"AccountIdsToRemove": {
|
|
191905
|
-
"shape": "
|
|
192089
|
+
"shape": "Sa6"
|
|
191906
192090
|
},
|
|
191907
192091
|
"SharedDocumentVersion": {}
|
|
191908
192092
|
}
|
|
@@ -191927,7 +192111,7 @@ module.exports={
|
|
|
191927
192111
|
"ResourceType": {},
|
|
191928
192112
|
"ComplianceType": {},
|
|
191929
192113
|
"ExecutionSummary": {
|
|
191930
|
-
"shape": "
|
|
192114
|
+
"shape": "Smi"
|
|
191931
192115
|
},
|
|
191932
192116
|
"Items": {
|
|
191933
192117
|
"type": "list",
|
|
@@ -191943,7 +192127,7 @@ module.exports={
|
|
|
191943
192127
|
"Severity": {},
|
|
191944
192128
|
"Status": {},
|
|
191945
192129
|
"Details": {
|
|
191946
|
-
"shape": "
|
|
192130
|
+
"shape": "Sml"
|
|
191947
192131
|
}
|
|
191948
192132
|
}
|
|
191949
192133
|
}
|
|
@@ -191981,7 +192165,7 @@ module.exports={
|
|
|
191981
192165
|
"CaptureTime": {},
|
|
191982
192166
|
"ContentHash": {},
|
|
191983
192167
|
"Content": {
|
|
191984
|
-
"shape": "
|
|
192168
|
+
"shape": "Si2"
|
|
191985
192169
|
},
|
|
191986
192170
|
"Context": {
|
|
191987
192171
|
"type": "map",
|
|
@@ -192087,7 +192271,7 @@ module.exports={
|
|
|
192087
192271
|
"shape": "Sx"
|
|
192088
192272
|
},
|
|
192089
192273
|
"OwnerInformation": {
|
|
192090
|
-
"shape": "
|
|
192274
|
+
"shape": "Sbm"
|
|
192091
192275
|
},
|
|
192092
192276
|
"Name": {},
|
|
192093
192277
|
"Description": {
|
|
@@ -192125,10 +192309,10 @@ module.exports={
|
|
|
192125
192309
|
"ServiceRoleArn": {},
|
|
192126
192310
|
"TaskType": {},
|
|
192127
192311
|
"TaskParameters": {
|
|
192128
|
-
"shape": "
|
|
192312
|
+
"shape": "Sdp"
|
|
192129
192313
|
},
|
|
192130
192314
|
"TaskInvocationParameters": {
|
|
192131
|
-
"shape": "
|
|
192315
|
+
"shape": "Sit"
|
|
192132
192316
|
},
|
|
192133
192317
|
"Priority": {
|
|
192134
192318
|
"type": "integer"
|
|
@@ -192136,7 +192320,7 @@ module.exports={
|
|
|
192136
192320
|
"MaxConcurrency": {},
|
|
192137
192321
|
"MaxErrors": {},
|
|
192138
192322
|
"LoggingInfo": {
|
|
192139
|
-
"shape": "
|
|
192323
|
+
"shape": "Sdv"
|
|
192140
192324
|
},
|
|
192141
192325
|
"Name": {},
|
|
192142
192326
|
"Description": {
|
|
@@ -192190,7 +192374,7 @@ module.exports={
|
|
|
192190
192374
|
"type": "structure",
|
|
192191
192375
|
"members": {
|
|
192192
192376
|
"ServiceSetting": {
|
|
192193
|
-
"shape": "
|
|
192377
|
+
"shape": "Skv"
|
|
192194
192378
|
}
|
|
192195
192379
|
}
|
|
192196
192380
|
}
|
|
@@ -192225,7 +192409,7 @@ module.exports={
|
|
|
192225
192409
|
"AutomationExecutionId": {},
|
|
192226
192410
|
"SignalType": {},
|
|
192227
192411
|
"Payload": {
|
|
192228
|
-
"shape": "
|
|
192412
|
+
"shape": "S84"
|
|
192229
192413
|
}
|
|
192230
192414
|
}
|
|
192231
192415
|
},
|
|
@@ -192265,10 +192449,10 @@ module.exports={
|
|
|
192265
192449
|
"MaxErrors": {},
|
|
192266
192450
|
"ServiceRoleArn": {},
|
|
192267
192451
|
"NotificationConfig": {
|
|
192268
|
-
"shape": "
|
|
192452
|
+
"shape": "Siv"
|
|
192269
192453
|
},
|
|
192270
192454
|
"CloudWatchOutputConfig": {
|
|
192271
|
-
"shape": "
|
|
192455
|
+
"shape": "Sgu"
|
|
192272
192456
|
}
|
|
192273
192457
|
}
|
|
192274
192458
|
},
|
|
@@ -192276,7 +192460,7 @@ module.exports={
|
|
|
192276
192460
|
"type": "structure",
|
|
192277
192461
|
"members": {
|
|
192278
192462
|
"Command": {
|
|
192279
|
-
"shape": "
|
|
192463
|
+
"shape": "Slt"
|
|
192280
192464
|
}
|
|
192281
192465
|
}
|
|
192282
192466
|
}
|
|
@@ -192309,7 +192493,7 @@ module.exports={
|
|
|
192309
192493
|
"DocumentName": {},
|
|
192310
192494
|
"DocumentVersion": {},
|
|
192311
192495
|
"Parameters": {
|
|
192312
|
-
"shape": "
|
|
192496
|
+
"shape": "S84"
|
|
192313
192497
|
},
|
|
192314
192498
|
"ClientToken": {},
|
|
192315
192499
|
"Mode": {},
|
|
@@ -192318,12 +192502,12 @@ module.exports={
|
|
|
192318
192502
|
"shape": "Sx"
|
|
192319
192503
|
},
|
|
192320
192504
|
"TargetMaps": {
|
|
192321
|
-
"shape": "
|
|
192505
|
+
"shape": "S89"
|
|
192322
192506
|
},
|
|
192323
192507
|
"MaxConcurrency": {},
|
|
192324
192508
|
"MaxErrors": {},
|
|
192325
192509
|
"TargetLocations": {
|
|
192326
|
-
"shape": "
|
|
192510
|
+
"shape": "Sgc"
|
|
192327
192511
|
},
|
|
192328
192512
|
"Tags": {
|
|
192329
192513
|
"shape": "S4"
|
|
@@ -192598,7 +192782,7 @@ module.exports={
|
|
|
192598
192782
|
"shape": "Sx"
|
|
192599
192783
|
},
|
|
192600
192784
|
"OwnerInformation": {
|
|
192601
|
-
"shape": "
|
|
192785
|
+
"shape": "Sbm"
|
|
192602
192786
|
},
|
|
192603
192787
|
"Name": {},
|
|
192604
192788
|
"Description": {
|
|
@@ -192618,7 +192802,7 @@ module.exports={
|
|
|
192618
192802
|
"shape": "Sx"
|
|
192619
192803
|
},
|
|
192620
192804
|
"OwnerInformation": {
|
|
192621
|
-
"shape": "
|
|
192805
|
+
"shape": "Sbm"
|
|
192622
192806
|
},
|
|
192623
192807
|
"Name": {},
|
|
192624
192808
|
"Description": {
|
|
@@ -192643,10 +192827,10 @@ module.exports={
|
|
|
192643
192827
|
"TaskArn": {},
|
|
192644
192828
|
"ServiceRoleArn": {},
|
|
192645
192829
|
"TaskParameters": {
|
|
192646
|
-
"shape": "
|
|
192830
|
+
"shape": "Sdp"
|
|
192647
192831
|
},
|
|
192648
192832
|
"TaskInvocationParameters": {
|
|
192649
|
-
"shape": "
|
|
192833
|
+
"shape": "Sit"
|
|
192650
192834
|
},
|
|
192651
192835
|
"Priority": {
|
|
192652
192836
|
"type": "integer"
|
|
@@ -192654,7 +192838,7 @@ module.exports={
|
|
|
192654
192838
|
"MaxConcurrency": {},
|
|
192655
192839
|
"MaxErrors": {},
|
|
192656
192840
|
"LoggingInfo": {
|
|
192657
|
-
"shape": "
|
|
192841
|
+
"shape": "Sdv"
|
|
192658
192842
|
},
|
|
192659
192843
|
"Name": {},
|
|
192660
192844
|
"Description": {
|
|
@@ -192676,10 +192860,10 @@ module.exports={
|
|
|
192676
192860
|
"TaskArn": {},
|
|
192677
192861
|
"ServiceRoleArn": {},
|
|
192678
192862
|
"TaskParameters": {
|
|
192679
|
-
"shape": "
|
|
192863
|
+
"shape": "Sdp"
|
|
192680
192864
|
},
|
|
192681
192865
|
"TaskInvocationParameters": {
|
|
192682
|
-
"shape": "
|
|
192866
|
+
"shape": "Sit"
|
|
192683
192867
|
},
|
|
192684
192868
|
"Priority": {
|
|
192685
192869
|
"type": "integer"
|
|
@@ -192687,7 +192871,7 @@ module.exports={
|
|
|
192687
192871
|
"MaxConcurrency": {},
|
|
192688
192872
|
"MaxErrors": {},
|
|
192689
192873
|
"LoggingInfo": {
|
|
192690
|
-
"shape": "
|
|
192874
|
+
"shape": "Sdv"
|
|
192691
192875
|
},
|
|
192692
192876
|
"Name": {},
|
|
192693
192877
|
"Description": {
|
|
@@ -192749,6 +192933,30 @@ module.exports={
|
|
|
192749
192933
|
"members": {}
|
|
192750
192934
|
}
|
|
192751
192935
|
},
|
|
192936
|
+
"UpdateOpsMetadata": {
|
|
192937
|
+
"input": {
|
|
192938
|
+
"type": "structure",
|
|
192939
|
+
"required": [
|
|
192940
|
+
"OpsMetadataArn"
|
|
192941
|
+
],
|
|
192942
|
+
"members": {
|
|
192943
|
+
"OpsMetadataArn": {},
|
|
192944
|
+
"MetadataToUpdate": {
|
|
192945
|
+
"shape": "S3y"
|
|
192946
|
+
},
|
|
192947
|
+
"KeysToDelete": {
|
|
192948
|
+
"type": "list",
|
|
192949
|
+
"member": {}
|
|
192950
|
+
}
|
|
192951
|
+
}
|
|
192952
|
+
},
|
|
192953
|
+
"output": {
|
|
192954
|
+
"type": "structure",
|
|
192955
|
+
"members": {
|
|
192956
|
+
"OpsMetadataArn": {}
|
|
192957
|
+
}
|
|
192958
|
+
}
|
|
192959
|
+
},
|
|
192752
192960
|
"UpdatePatchBaseline": {
|
|
192753
192961
|
"input": {
|
|
192754
192962
|
"type": "structure",
|
|
@@ -192759,25 +192967,25 @@ module.exports={
|
|
|
192759
192967
|
"BaselineId": {},
|
|
192760
192968
|
"Name": {},
|
|
192761
192969
|
"GlobalFilters": {
|
|
192762
|
-
"shape": "
|
|
192970
|
+
"shape": "S47"
|
|
192763
192971
|
},
|
|
192764
192972
|
"ApprovalRules": {
|
|
192765
|
-
"shape": "
|
|
192973
|
+
"shape": "S4d"
|
|
192766
192974
|
},
|
|
192767
192975
|
"ApprovedPatches": {
|
|
192768
|
-
"shape": "
|
|
192976
|
+
"shape": "S4k"
|
|
192769
192977
|
},
|
|
192770
192978
|
"ApprovedPatchesComplianceLevel": {},
|
|
192771
192979
|
"ApprovedPatchesEnableNonSecurity": {
|
|
192772
192980
|
"type": "boolean"
|
|
192773
192981
|
},
|
|
192774
192982
|
"RejectedPatches": {
|
|
192775
|
-
"shape": "
|
|
192983
|
+
"shape": "S4k"
|
|
192776
192984
|
},
|
|
192777
192985
|
"RejectedPatchesAction": {},
|
|
192778
192986
|
"Description": {},
|
|
192779
192987
|
"Sources": {
|
|
192780
|
-
"shape": "
|
|
192988
|
+
"shape": "S4o"
|
|
192781
192989
|
},
|
|
192782
192990
|
"Replace": {
|
|
192783
192991
|
"type": "boolean"
|
|
@@ -192791,20 +192999,20 @@ module.exports={
|
|
|
192791
192999
|
"Name": {},
|
|
192792
193000
|
"OperatingSystem": {},
|
|
192793
193001
|
"GlobalFilters": {
|
|
192794
|
-
"shape": "
|
|
193002
|
+
"shape": "S47"
|
|
192795
193003
|
},
|
|
192796
193004
|
"ApprovalRules": {
|
|
192797
|
-
"shape": "
|
|
193005
|
+
"shape": "S4d"
|
|
192798
193006
|
},
|
|
192799
193007
|
"ApprovedPatches": {
|
|
192800
|
-
"shape": "
|
|
193008
|
+
"shape": "S4k"
|
|
192801
193009
|
},
|
|
192802
193010
|
"ApprovedPatchesComplianceLevel": {},
|
|
192803
193011
|
"ApprovedPatchesEnableNonSecurity": {
|
|
192804
193012
|
"type": "boolean"
|
|
192805
193013
|
},
|
|
192806
193014
|
"RejectedPatches": {
|
|
192807
|
-
"shape": "
|
|
193015
|
+
"shape": "S4k"
|
|
192808
193016
|
},
|
|
192809
193017
|
"RejectedPatchesAction": {},
|
|
192810
193018
|
"CreatedDate": {
|
|
@@ -192815,7 +193023,7 @@ module.exports={
|
|
|
192815
193023
|
},
|
|
192816
193024
|
"Description": {},
|
|
192817
193025
|
"Sources": {
|
|
192818
|
-
"shape": "
|
|
193026
|
+
"shape": "S4o"
|
|
192819
193027
|
}
|
|
192820
193028
|
}
|
|
192821
193029
|
}
|
|
@@ -192832,7 +193040,7 @@ module.exports={
|
|
|
192832
193040
|
"SyncName": {},
|
|
192833
193041
|
"SyncType": {},
|
|
192834
193042
|
"SyncSource": {
|
|
192835
|
-
"shape": "
|
|
193043
|
+
"shape": "S57"
|
|
192836
193044
|
}
|
|
192837
193045
|
}
|
|
192838
193046
|
},
|
|
@@ -193140,7 +193348,17 @@ module.exports={
|
|
|
193140
193348
|
}
|
|
193141
193349
|
}
|
|
193142
193350
|
},
|
|
193143
|
-
"
|
|
193351
|
+
"S3y": {
|
|
193352
|
+
"type": "map",
|
|
193353
|
+
"key": {},
|
|
193354
|
+
"value": {
|
|
193355
|
+
"type": "structure",
|
|
193356
|
+
"members": {
|
|
193357
|
+
"Value": {}
|
|
193358
|
+
}
|
|
193359
|
+
}
|
|
193360
|
+
},
|
|
193361
|
+
"S47": {
|
|
193144
193362
|
"type": "structure",
|
|
193145
193363
|
"required": [
|
|
193146
193364
|
"PatchFilters"
|
|
@@ -193165,7 +193383,7 @@ module.exports={
|
|
|
193165
193383
|
}
|
|
193166
193384
|
}
|
|
193167
193385
|
},
|
|
193168
|
-
"
|
|
193386
|
+
"S4d": {
|
|
193169
193387
|
"type": "structure",
|
|
193170
193388
|
"required": [
|
|
193171
193389
|
"PatchRules"
|
|
@@ -193180,7 +193398,7 @@ module.exports={
|
|
|
193180
193398
|
],
|
|
193181
193399
|
"members": {
|
|
193182
193400
|
"PatchFilterGroup": {
|
|
193183
|
-
"shape": "
|
|
193401
|
+
"shape": "S47"
|
|
193184
193402
|
},
|
|
193185
193403
|
"ComplianceLevel": {},
|
|
193186
193404
|
"ApproveAfterDays": {
|
|
@@ -193195,11 +193413,11 @@ module.exports={
|
|
|
193195
193413
|
}
|
|
193196
193414
|
}
|
|
193197
193415
|
},
|
|
193198
|
-
"
|
|
193416
|
+
"S4k": {
|
|
193199
193417
|
"type": "list",
|
|
193200
193418
|
"member": {}
|
|
193201
193419
|
},
|
|
193202
|
-
"
|
|
193420
|
+
"S4o": {
|
|
193203
193421
|
"type": "list",
|
|
193204
193422
|
"member": {
|
|
193205
193423
|
"type": "structure",
|
|
@@ -193221,7 +193439,7 @@ module.exports={
|
|
|
193221
193439
|
}
|
|
193222
193440
|
}
|
|
193223
193441
|
},
|
|
193224
|
-
"
|
|
193442
|
+
"S4y": {
|
|
193225
193443
|
"type": "structure",
|
|
193226
193444
|
"required": [
|
|
193227
193445
|
"BucketName",
|
|
@@ -193242,7 +193460,7 @@ module.exports={
|
|
|
193242
193460
|
}
|
|
193243
193461
|
}
|
|
193244
193462
|
},
|
|
193245
|
-
"
|
|
193463
|
+
"S57": {
|
|
193246
193464
|
"type": "structure",
|
|
193247
193465
|
"required": [
|
|
193248
193466
|
"SourceType",
|
|
@@ -193251,17 +193469,17 @@ module.exports={
|
|
|
193251
193469
|
"members": {
|
|
193252
193470
|
"SourceType": {},
|
|
193253
193471
|
"AwsOrganizationsSource": {
|
|
193254
|
-
"shape": "
|
|
193472
|
+
"shape": "S59"
|
|
193255
193473
|
},
|
|
193256
193474
|
"SourceRegions": {
|
|
193257
|
-
"shape": "
|
|
193475
|
+
"shape": "S5e"
|
|
193258
193476
|
},
|
|
193259
193477
|
"IncludeFutureRegions": {
|
|
193260
193478
|
"type": "boolean"
|
|
193261
193479
|
}
|
|
193262
193480
|
}
|
|
193263
193481
|
},
|
|
193264
|
-
"
|
|
193482
|
+
"S59": {
|
|
193265
193483
|
"type": "structure",
|
|
193266
193484
|
"required": [
|
|
193267
193485
|
"OrganizationSourceType"
|
|
@@ -193279,11 +193497,11 @@ module.exports={
|
|
|
193279
193497
|
}
|
|
193280
193498
|
}
|
|
193281
193499
|
},
|
|
193282
|
-
"
|
|
193500
|
+
"S5e": {
|
|
193283
193501
|
"type": "list",
|
|
193284
193502
|
"member": {}
|
|
193285
193503
|
},
|
|
193286
|
-
"
|
|
193504
|
+
"S5u": {
|
|
193287
193505
|
"type": "structure",
|
|
193288
193506
|
"members": {
|
|
193289
193507
|
"TotalCount": {
|
|
@@ -193309,11 +193527,11 @@ module.exports={
|
|
|
193309
193527
|
}
|
|
193310
193528
|
}
|
|
193311
193529
|
},
|
|
193312
|
-
"
|
|
193530
|
+
"S69": {
|
|
193313
193531
|
"type": "list",
|
|
193314
193532
|
"member": {}
|
|
193315
193533
|
},
|
|
193316
|
-
"
|
|
193534
|
+
"S84": {
|
|
193317
193535
|
"type": "map",
|
|
193318
193536
|
"key": {},
|
|
193319
193537
|
"value": {
|
|
@@ -193321,7 +193539,7 @@ module.exports={
|
|
|
193321
193539
|
"member": {}
|
|
193322
193540
|
}
|
|
193323
193541
|
},
|
|
193324
|
-
"
|
|
193542
|
+
"S89": {
|
|
193325
193543
|
"type": "list",
|
|
193326
193544
|
"member": {
|
|
193327
193545
|
"type": "map",
|
|
@@ -193332,7 +193550,7 @@ module.exports={
|
|
|
193332
193550
|
}
|
|
193333
193551
|
}
|
|
193334
193552
|
},
|
|
193335
|
-
"
|
|
193553
|
+
"S8e": {
|
|
193336
193554
|
"type": "structure",
|
|
193337
193555
|
"members": {
|
|
193338
193556
|
"ParameterValues": {
|
|
@@ -193344,7 +193562,7 @@ module.exports={
|
|
|
193344
193562
|
}
|
|
193345
193563
|
}
|
|
193346
193564
|
},
|
|
193347
|
-
"
|
|
193565
|
+
"S8o": {
|
|
193348
193566
|
"type": "list",
|
|
193349
193567
|
"member": {
|
|
193350
193568
|
"type": "structure",
|
|
@@ -193372,7 +193590,7 @@ module.exports={
|
|
|
193372
193590
|
"value": {}
|
|
193373
193591
|
},
|
|
193374
193592
|
"Outputs": {
|
|
193375
|
-
"shape": "
|
|
193593
|
+
"shape": "S84"
|
|
193376
193594
|
},
|
|
193377
193595
|
"Response": {},
|
|
193378
193596
|
"FailureMessage": {},
|
|
@@ -193382,13 +193600,13 @@ module.exports={
|
|
|
193382
193600
|
"FailureStage": {},
|
|
193383
193601
|
"FailureType": {},
|
|
193384
193602
|
"Details": {
|
|
193385
|
-
"shape": "
|
|
193603
|
+
"shape": "S84"
|
|
193386
193604
|
}
|
|
193387
193605
|
}
|
|
193388
193606
|
},
|
|
193389
193607
|
"StepExecutionId": {},
|
|
193390
193608
|
"OverriddenParameters": {
|
|
193391
|
-
"shape": "
|
|
193609
|
+
"shape": "S84"
|
|
193392
193610
|
},
|
|
193393
193611
|
"IsEnd": {
|
|
193394
193612
|
"type": "boolean"
|
|
@@ -193405,12 +193623,12 @@ module.exports={
|
|
|
193405
193623
|
"shape": "Sx"
|
|
193406
193624
|
},
|
|
193407
193625
|
"TargetLocation": {
|
|
193408
|
-
"shape": "
|
|
193626
|
+
"shape": "S8x"
|
|
193409
193627
|
}
|
|
193410
193628
|
}
|
|
193411
193629
|
}
|
|
193412
193630
|
},
|
|
193413
|
-
"
|
|
193631
|
+
"S8x": {
|
|
193414
193632
|
"type": "structure",
|
|
193415
193633
|
"members": {
|
|
193416
193634
|
"Accounts": {
|
|
@@ -193426,7 +193644,7 @@ module.exports={
|
|
|
193426
193644
|
"ExecutionRoleName": {}
|
|
193427
193645
|
}
|
|
193428
193646
|
},
|
|
193429
|
-
"
|
|
193647
|
+
"S94": {
|
|
193430
193648
|
"type": "list",
|
|
193431
193649
|
"member": {
|
|
193432
193650
|
"type": "structure",
|
|
@@ -193439,7 +193657,7 @@ module.exports={
|
|
|
193439
193657
|
}
|
|
193440
193658
|
}
|
|
193441
193659
|
},
|
|
193442
|
-
"
|
|
193660
|
+
"S9c": {
|
|
193443
193661
|
"type": "structure",
|
|
193444
193662
|
"members": {
|
|
193445
193663
|
"Id": {},
|
|
@@ -193480,15 +193698,15 @@ module.exports={
|
|
|
193480
193698
|
"Repository": {}
|
|
193481
193699
|
}
|
|
193482
193700
|
},
|
|
193483
|
-
"
|
|
193701
|
+
"Sa6": {
|
|
193484
193702
|
"type": "list",
|
|
193485
193703
|
"member": {}
|
|
193486
193704
|
},
|
|
193487
|
-
"
|
|
193705
|
+
"Saz": {
|
|
193488
193706
|
"type": "list",
|
|
193489
193707
|
"member": {}
|
|
193490
193708
|
},
|
|
193491
|
-
"
|
|
193709
|
+
"Sbj": {
|
|
193492
193710
|
"type": "structure",
|
|
193493
193711
|
"required": [
|
|
193494
193712
|
"InstanceId",
|
|
@@ -193505,7 +193723,7 @@ module.exports={
|
|
|
193505
193723
|
"SnapshotId": {},
|
|
193506
193724
|
"InstallOverrideList": {},
|
|
193507
193725
|
"OwnerInformation": {
|
|
193508
|
-
"shape": "
|
|
193726
|
+
"shape": "Sbm"
|
|
193509
193727
|
},
|
|
193510
193728
|
"InstalledCount": {
|
|
193511
193729
|
"type": "integer"
|
|
@@ -193544,11 +193762,11 @@ module.exports={
|
|
|
193544
193762
|
"RebootOption": {}
|
|
193545
193763
|
}
|
|
193546
193764
|
},
|
|
193547
|
-
"
|
|
193765
|
+
"Sbm": {
|
|
193548
193766
|
"type": "string",
|
|
193549
193767
|
"sensitive": true
|
|
193550
193768
|
},
|
|
193551
|
-
"
|
|
193769
|
+
"Scm": {
|
|
193552
193770
|
"type": "list",
|
|
193553
193771
|
"member": {
|
|
193554
193772
|
"type": "structure",
|
|
@@ -193561,11 +193779,11 @@ module.exports={
|
|
|
193561
193779
|
}
|
|
193562
193780
|
}
|
|
193563
193781
|
},
|
|
193564
|
-
"
|
|
193782
|
+
"Scy": {
|
|
193565
193783
|
"type": "string",
|
|
193566
193784
|
"sensitive": true
|
|
193567
193785
|
},
|
|
193568
|
-
"
|
|
193786
|
+
"Sdp": {
|
|
193569
193787
|
"type": "map",
|
|
193570
193788
|
"key": {},
|
|
193571
193789
|
"value": {
|
|
@@ -193584,7 +193802,7 @@ module.exports={
|
|
|
193584
193802
|
},
|
|
193585
193803
|
"sensitive": true
|
|
193586
193804
|
},
|
|
193587
|
-
"
|
|
193805
|
+
"Sdv": {
|
|
193588
193806
|
"type": "structure",
|
|
193589
193807
|
"required": [
|
|
193590
193808
|
"S3BucketName",
|
|
@@ -193596,7 +193814,7 @@ module.exports={
|
|
|
193596
193814
|
"S3Region": {}
|
|
193597
193815
|
}
|
|
193598
193816
|
},
|
|
193599
|
-
"
|
|
193817
|
+
"Sep": {
|
|
193600
193818
|
"type": "list",
|
|
193601
193819
|
"member": {
|
|
193602
193820
|
"type": "structure",
|
|
@@ -193613,7 +193831,7 @@ module.exports={
|
|
|
193613
193831
|
}
|
|
193614
193832
|
}
|
|
193615
193833
|
},
|
|
193616
|
-
"
|
|
193834
|
+
"Sf4": {
|
|
193617
193835
|
"type": "list",
|
|
193618
193836
|
"member": {
|
|
193619
193837
|
"type": "structure",
|
|
@@ -193624,7 +193842,7 @@ module.exports={
|
|
|
193624
193842
|
}
|
|
193625
193843
|
}
|
|
193626
193844
|
},
|
|
193627
|
-
"
|
|
193845
|
+
"Sfa": {
|
|
193628
193846
|
"type": "structure",
|
|
193629
193847
|
"members": {
|
|
193630
193848
|
"BaselineId": {},
|
|
@@ -193636,13 +193854,13 @@ module.exports={
|
|
|
193636
193854
|
}
|
|
193637
193855
|
}
|
|
193638
193856
|
},
|
|
193639
|
-
"
|
|
193857
|
+
"Sgc": {
|
|
193640
193858
|
"type": "list",
|
|
193641
193859
|
"member": {
|
|
193642
|
-
"shape": "
|
|
193860
|
+
"shape": "S8x"
|
|
193643
193861
|
}
|
|
193644
193862
|
},
|
|
193645
|
-
"
|
|
193863
|
+
"Sgu": {
|
|
193646
193864
|
"type": "structure",
|
|
193647
193865
|
"members": {
|
|
193648
193866
|
"CloudWatchLogGroupName": {},
|
|
@@ -193651,7 +193869,7 @@ module.exports={
|
|
|
193651
193869
|
}
|
|
193652
193870
|
}
|
|
193653
193871
|
},
|
|
193654
|
-
"
|
|
193872
|
+
"Shf": {
|
|
193655
193873
|
"type": "list",
|
|
193656
193874
|
"member": {
|
|
193657
193875
|
"type": "structure",
|
|
@@ -193669,14 +193887,14 @@ module.exports={
|
|
|
193669
193887
|
}
|
|
193670
193888
|
}
|
|
193671
193889
|
},
|
|
193672
|
-
"
|
|
193890
|
+
"Shl": {
|
|
193673
193891
|
"type": "list",
|
|
193674
193892
|
"member": {
|
|
193675
193893
|
"type": "structure",
|
|
193676
193894
|
"members": {
|
|
193677
193895
|
"Expression": {},
|
|
193678
193896
|
"Aggregators": {
|
|
193679
|
-
"shape": "
|
|
193897
|
+
"shape": "Shl"
|
|
193680
193898
|
},
|
|
193681
193899
|
"Groups": {
|
|
193682
193900
|
"type": "list",
|
|
@@ -193689,7 +193907,7 @@ module.exports={
|
|
|
193689
193907
|
"members": {
|
|
193690
193908
|
"Name": {},
|
|
193691
193909
|
"Filters": {
|
|
193692
|
-
"shape": "
|
|
193910
|
+
"shape": "Shf"
|
|
193693
193911
|
}
|
|
193694
193912
|
}
|
|
193695
193913
|
}
|
|
@@ -193697,7 +193915,7 @@ module.exports={
|
|
|
193697
193915
|
}
|
|
193698
193916
|
}
|
|
193699
193917
|
},
|
|
193700
|
-
"
|
|
193918
|
+
"Si2": {
|
|
193701
193919
|
"type": "list",
|
|
193702
193920
|
"member": {
|
|
193703
193921
|
"type": "map",
|
|
@@ -193705,7 +193923,7 @@ module.exports={
|
|
|
193705
193923
|
"value": {}
|
|
193706
193924
|
}
|
|
193707
193925
|
},
|
|
193708
|
-
"
|
|
193926
|
+
"Sit": {
|
|
193709
193927
|
"type": "structure",
|
|
193710
193928
|
"members": {
|
|
193711
193929
|
"RunCommand": {
|
|
@@ -193713,13 +193931,13 @@ module.exports={
|
|
|
193713
193931
|
"members": {
|
|
193714
193932
|
"Comment": {},
|
|
193715
193933
|
"CloudWatchOutputConfig": {
|
|
193716
|
-
"shape": "
|
|
193934
|
+
"shape": "Sgu"
|
|
193717
193935
|
},
|
|
193718
193936
|
"DocumentHash": {},
|
|
193719
193937
|
"DocumentHashType": {},
|
|
193720
193938
|
"DocumentVersion": {},
|
|
193721
193939
|
"NotificationConfig": {
|
|
193722
|
-
"shape": "
|
|
193940
|
+
"shape": "Siv"
|
|
193723
193941
|
},
|
|
193724
193942
|
"OutputS3BucketName": {},
|
|
193725
193943
|
"OutputS3KeyPrefix": {},
|
|
@@ -193737,7 +193955,7 @@ module.exports={
|
|
|
193737
193955
|
"members": {
|
|
193738
193956
|
"DocumentVersion": {},
|
|
193739
193957
|
"Parameters": {
|
|
193740
|
-
"shape": "
|
|
193958
|
+
"shape": "S84"
|
|
193741
193959
|
}
|
|
193742
193960
|
}
|
|
193743
193961
|
},
|
|
@@ -193764,7 +193982,7 @@ module.exports={
|
|
|
193764
193982
|
}
|
|
193765
193983
|
}
|
|
193766
193984
|
},
|
|
193767
|
-
"
|
|
193985
|
+
"Siv": {
|
|
193768
193986
|
"type": "structure",
|
|
193769
193987
|
"members": {
|
|
193770
193988
|
"NotificationArn": {},
|
|
@@ -193775,7 +193993,7 @@ module.exports={
|
|
|
193775
193993
|
"NotificationType": {}
|
|
193776
193994
|
}
|
|
193777
193995
|
},
|
|
193778
|
-
"
|
|
193996
|
+
"Sjg": {
|
|
193779
193997
|
"type": "list",
|
|
193780
193998
|
"member": {
|
|
193781
193999
|
"type": "structure",
|
|
@@ -193793,7 +194011,7 @@ module.exports={
|
|
|
193793
194011
|
}
|
|
193794
194012
|
}
|
|
193795
194013
|
},
|
|
193796
|
-
"
|
|
194014
|
+
"Sjm": {
|
|
193797
194015
|
"type": "list",
|
|
193798
194016
|
"member": {
|
|
193799
194017
|
"type": "structure",
|
|
@@ -193807,15 +194025,15 @@ module.exports={
|
|
|
193807
194025
|
"value": {}
|
|
193808
194026
|
},
|
|
193809
194027
|
"Filters": {
|
|
193810
|
-
"shape": "
|
|
194028
|
+
"shape": "Sjg"
|
|
193811
194029
|
},
|
|
193812
194030
|
"Aggregators": {
|
|
193813
|
-
"shape": "
|
|
194031
|
+
"shape": "Sjm"
|
|
193814
194032
|
}
|
|
193815
194033
|
}
|
|
193816
194034
|
}
|
|
193817
194035
|
},
|
|
193818
|
-
"
|
|
194036
|
+
"Sk8": {
|
|
193819
194037
|
"type": "structure",
|
|
193820
194038
|
"members": {
|
|
193821
194039
|
"Name": {},
|
|
@@ -193833,17 +194051,17 @@ module.exports={
|
|
|
193833
194051
|
"DataType": {}
|
|
193834
194052
|
}
|
|
193835
194053
|
},
|
|
193836
|
-
"
|
|
194054
|
+
"Skf": {
|
|
193837
194055
|
"type": "list",
|
|
193838
194056
|
"member": {}
|
|
193839
194057
|
},
|
|
193840
|
-
"
|
|
194058
|
+
"Skj": {
|
|
193841
194059
|
"type": "list",
|
|
193842
194060
|
"member": {
|
|
193843
|
-
"shape": "
|
|
194061
|
+
"shape": "Sk8"
|
|
193844
194062
|
}
|
|
193845
194063
|
},
|
|
193846
|
-
"
|
|
194064
|
+
"Skv": {
|
|
193847
194065
|
"type": "structure",
|
|
193848
194066
|
"members": {
|
|
193849
194067
|
"SettingId": {},
|
|
@@ -193856,7 +194074,7 @@ module.exports={
|
|
|
193856
194074
|
"Status": {}
|
|
193857
194075
|
}
|
|
193858
194076
|
},
|
|
193859
|
-
"
|
|
194077
|
+
"Sld": {
|
|
193860
194078
|
"type": "list",
|
|
193861
194079
|
"member": {
|
|
193862
194080
|
"type": "structure",
|
|
@@ -193870,7 +194088,7 @@ module.exports={
|
|
|
193870
194088
|
}
|
|
193871
194089
|
}
|
|
193872
194090
|
},
|
|
193873
|
-
"
|
|
194091
|
+
"Slt": {
|
|
193874
194092
|
"type": "structure",
|
|
193875
194093
|
"members": {
|
|
193876
194094
|
"CommandId": {},
|
|
@@ -193913,17 +194131,17 @@ module.exports={
|
|
|
193913
194131
|
},
|
|
193914
194132
|
"ServiceRole": {},
|
|
193915
194133
|
"NotificationConfig": {
|
|
193916
|
-
"shape": "
|
|
194134
|
+
"shape": "Siv"
|
|
193917
194135
|
},
|
|
193918
194136
|
"CloudWatchOutputConfig": {
|
|
193919
|
-
"shape": "
|
|
194137
|
+
"shape": "Sgu"
|
|
193920
194138
|
},
|
|
193921
194139
|
"TimeoutSeconds": {
|
|
193922
194140
|
"type": "integer"
|
|
193923
194141
|
}
|
|
193924
194142
|
}
|
|
193925
194143
|
},
|
|
193926
|
-
"
|
|
194144
|
+
"Sm0": {
|
|
193927
194145
|
"type": "list",
|
|
193928
194146
|
"member": {
|
|
193929
194147
|
"type": "structure",
|
|
@@ -193937,7 +194155,7 @@ module.exports={
|
|
|
193937
194155
|
}
|
|
193938
194156
|
}
|
|
193939
194157
|
},
|
|
193940
|
-
"
|
|
194158
|
+
"Smi": {
|
|
193941
194159
|
"type": "structure",
|
|
193942
194160
|
"required": [
|
|
193943
194161
|
"ExecutionTime"
|
|
@@ -193950,23 +194168,23 @@ module.exports={
|
|
|
193950
194168
|
"ExecutionType": {}
|
|
193951
194169
|
}
|
|
193952
194170
|
},
|
|
193953
|
-
"
|
|
194171
|
+
"Sml": {
|
|
193954
194172
|
"type": "map",
|
|
193955
194173
|
"key": {},
|
|
193956
194174
|
"value": {}
|
|
193957
194175
|
},
|
|
193958
|
-
"
|
|
194176
|
+
"Smq": {
|
|
193959
194177
|
"type": "structure",
|
|
193960
194178
|
"members": {
|
|
193961
194179
|
"CompliantCount": {
|
|
193962
194180
|
"type": "integer"
|
|
193963
194181
|
},
|
|
193964
194182
|
"SeveritySummary": {
|
|
193965
|
-
"shape": "
|
|
194183
|
+
"shape": "Sms"
|
|
193966
194184
|
}
|
|
193967
194185
|
}
|
|
193968
194186
|
},
|
|
193969
|
-
"
|
|
194187
|
+
"Sms": {
|
|
193970
194188
|
"type": "structure",
|
|
193971
194189
|
"members": {
|
|
193972
194190
|
"CriticalCount": {
|
|
@@ -193989,14 +194207,14 @@ module.exports={
|
|
|
193989
194207
|
}
|
|
193990
194208
|
}
|
|
193991
194209
|
},
|
|
193992
|
-
"
|
|
194210
|
+
"Smt": {
|
|
193993
194211
|
"type": "structure",
|
|
193994
194212
|
"members": {
|
|
193995
194213
|
"NonCompliantCount": {
|
|
193996
194214
|
"type": "integer"
|
|
193997
194215
|
},
|
|
193998
194216
|
"SeveritySummary": {
|
|
193999
|
-
"shape": "
|
|
194217
|
+
"shape": "Sms"
|
|
194000
194218
|
}
|
|
194001
194219
|
}
|
|
194002
194220
|
}
|
|
@@ -207954,7 +208172,7 @@ AWS.util.update(AWS, {
|
|
|
207954
208172
|
/**
|
|
207955
208173
|
* @constant
|
|
207956
208174
|
*/
|
|
207957
|
-
VERSION: '2.
|
|
208175
|
+
VERSION: '2.805.0',
|
|
207958
208176
|
|
|
207959
208177
|
/**
|
|
207960
208178
|
* @api private
|
|
@@ -219245,9 +219463,13 @@ AWS.util.update(AWS.S3.prototype, {
|
|
|
219245
219463
|
config.getCredentials(function (err) {
|
|
219246
219464
|
if (err) {
|
|
219247
219465
|
callback(err);
|
|
219466
|
+
} else {
|
|
219467
|
+
try {
|
|
219468
|
+
callback(null, finalizePost());
|
|
219469
|
+
} catch (err) {
|
|
219470
|
+
callback(err);
|
|
219471
|
+
}
|
|
219248
219472
|
}
|
|
219249
|
-
|
|
219250
|
-
callback(null, finalizePost());
|
|
219251
219473
|
});
|
|
219252
219474
|
} else {
|
|
219253
219475
|
return finalizePost();
|
|
@@ -229120,7 +229342,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
229120
229342
|
}());
|
|
229121
229343
|
exports.LRUCache = LRUCache;
|
|
229122
229344
|
},{}],438:[function(require,module,exports){
|
|
229123
|
-
// AWS SDK for JavaScript v2.
|
|
229345
|
+
// AWS SDK for JavaScript v2.805.0
|
|
229124
229346
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
229125
229347
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
229126
229348
|
require('./browser_loader');
|