cdk-lambda-subminute 2.0.291 → 2.0.293
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +3 -0
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +29 -16
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +39 -13
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +217 -52
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +82 -76
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +25 -21
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +330 -108
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json +49 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +9 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +48 -24
- package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +46 -117
- package/node_modules/aws-sdk/apis/sqs-2012-11-05.paginators.json +3 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connectcases.d.ts +17 -2
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +2 -1
- package/node_modules/aws-sdk/clients/dlm.d.ts +40 -2
- package/node_modules/aws-sdk/clients/guardduty.d.ts +168 -2
- package/node_modules/aws-sdk/clients/lambda.d.ts +8 -8
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +8 -0
- package/node_modules/aws-sdk/clients/omics.d.ts +17 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +347 -8
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +12 -0
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +40 -2
- package/node_modules/aws-sdk/clients/sqs.d.ts +15 -13
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +446 -230
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +33 -33
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1491.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){
|
@@ -71304,6 +71304,9 @@ module.exports={
|
|
71304
71304
|
},
|
71305
71305
|
"input": {
|
71306
71306
|
"type": "structure",
|
71307
|
+
"required": [
|
71308
|
+
"InstanceId"
|
71309
|
+
],
|
71307
71310
|
"members": {
|
71308
71311
|
"InstanceId": {},
|
71309
71312
|
"NextToken": {},
|
@@ -206491,6 +206494,9 @@ module.exports={
|
|
206491
206494
|
"DBSystemId": {},
|
206492
206495
|
"DedicatedLogVolume": {
|
206493
206496
|
"type": "boolean"
|
206497
|
+
},
|
206498
|
+
"MultiTenant": {
|
206499
|
+
"type": "boolean"
|
206494
206500
|
}
|
206495
206501
|
}
|
206496
206502
|
},
|
@@ -206917,6 +206923,39 @@ module.exports={
|
|
206917
206923
|
}
|
206918
206924
|
}
|
206919
206925
|
},
|
206926
|
+
"CreateTenantDatabase": {
|
206927
|
+
"input": {
|
206928
|
+
"type": "structure",
|
206929
|
+
"required": [
|
206930
|
+
"DBInstanceIdentifier",
|
206931
|
+
"TenantDBName",
|
206932
|
+
"MasterUsername",
|
206933
|
+
"MasterUserPassword"
|
206934
|
+
],
|
206935
|
+
"members": {
|
206936
|
+
"DBInstanceIdentifier": {},
|
206937
|
+
"TenantDBName": {},
|
206938
|
+
"MasterUsername": {},
|
206939
|
+
"MasterUserPassword": {
|
206940
|
+
"shape": "S5y"
|
206941
|
+
},
|
206942
|
+
"CharacterSetName": {},
|
206943
|
+
"NcharCharacterSetName": {},
|
206944
|
+
"Tags": {
|
206945
|
+
"shape": "Sb"
|
206946
|
+
}
|
206947
|
+
}
|
206948
|
+
},
|
206949
|
+
"output": {
|
206950
|
+
"resultWrapper": "CreateTenantDatabaseResult",
|
206951
|
+
"type": "structure",
|
206952
|
+
"members": {
|
206953
|
+
"TenantDatabase": {
|
206954
|
+
"shape": "S60"
|
206955
|
+
}
|
206956
|
+
}
|
206957
|
+
}
|
206958
|
+
},
|
206920
206959
|
"DeleteBlueGreenDeployment": {
|
206921
206960
|
"input": {
|
206922
206961
|
"type": "structure",
|
@@ -206999,7 +207038,7 @@ module.exports={
|
|
206999
207038
|
"type": "structure",
|
207000
207039
|
"members": {
|
207001
207040
|
"DBClusterAutomatedBackup": {
|
207002
|
-
"shape": "
|
207041
|
+
"shape": "S69"
|
207003
207042
|
}
|
207004
207043
|
}
|
207005
207044
|
}
|
@@ -207090,7 +207129,7 @@ module.exports={
|
|
207090
207129
|
"type": "structure",
|
207091
207130
|
"members": {
|
207092
207131
|
"DBInstanceAutomatedBackup": {
|
207093
|
-
"shape": "
|
207132
|
+
"shape": "S6j"
|
207094
207133
|
}
|
207095
207134
|
}
|
207096
207135
|
}
|
@@ -207254,6 +207293,32 @@ module.exports={
|
|
207254
207293
|
}
|
207255
207294
|
}
|
207256
207295
|
},
|
207296
|
+
"DeleteTenantDatabase": {
|
207297
|
+
"input": {
|
207298
|
+
"type": "structure",
|
207299
|
+
"required": [
|
207300
|
+
"DBInstanceIdentifier",
|
207301
|
+
"TenantDBName"
|
207302
|
+
],
|
207303
|
+
"members": {
|
207304
|
+
"DBInstanceIdentifier": {},
|
207305
|
+
"TenantDBName": {},
|
207306
|
+
"SkipFinalSnapshot": {
|
207307
|
+
"type": "boolean"
|
207308
|
+
},
|
207309
|
+
"FinalDBSnapshotIdentifier": {}
|
207310
|
+
}
|
207311
|
+
},
|
207312
|
+
"output": {
|
207313
|
+
"resultWrapper": "DeleteTenantDatabaseResult",
|
207314
|
+
"type": "structure",
|
207315
|
+
"members": {
|
207316
|
+
"TenantDatabase": {
|
207317
|
+
"shape": "S60"
|
207318
|
+
}
|
207319
|
+
}
|
207320
|
+
}
|
207321
|
+
},
|
207257
207322
|
"DeregisterDBProxyTargets": {
|
207258
207323
|
"input": {
|
207259
207324
|
"type": "structure",
|
@@ -207312,7 +207377,7 @@ module.exports={
|
|
207312
207377
|
"members": {
|
207313
207378
|
"BlueGreenDeploymentIdentifier": {},
|
207314
207379
|
"Filters": {
|
207315
|
-
"shape": "
|
207380
|
+
"shape": "S7a"
|
207316
207381
|
},
|
207317
207382
|
"Marker": {},
|
207318
207383
|
"MaxRecords": {
|
@@ -207340,7 +207405,7 @@ module.exports={
|
|
207340
207405
|
"members": {
|
207341
207406
|
"CertificateIdentifier": {},
|
207342
207407
|
"Filters": {
|
207343
|
-
"shape": "
|
207408
|
+
"shape": "S7a"
|
207344
207409
|
},
|
207345
207410
|
"MaxRecords": {
|
207346
207411
|
"type": "integer"
|
@@ -207356,7 +207421,7 @@ module.exports={
|
|
207356
207421
|
"Certificates": {
|
207357
207422
|
"type": "list",
|
207358
207423
|
"member": {
|
207359
|
-
"shape": "
|
207424
|
+
"shape": "S7j",
|
207360
207425
|
"locationName": "Certificate"
|
207361
207426
|
}
|
207362
207427
|
},
|
@@ -207371,7 +207436,7 @@ module.exports={
|
|
207371
207436
|
"DbClusterResourceId": {},
|
207372
207437
|
"DBClusterIdentifier": {},
|
207373
207438
|
"Filters": {
|
207374
|
-
"shape": "
|
207439
|
+
"shape": "S7a"
|
207375
207440
|
},
|
207376
207441
|
"MaxRecords": {
|
207377
207442
|
"type": "integer"
|
@@ -207387,7 +207452,7 @@ module.exports={
|
|
207387
207452
|
"DBClusterAutomatedBackups": {
|
207388
207453
|
"type": "list",
|
207389
207454
|
"member": {
|
207390
|
-
"shape": "
|
207455
|
+
"shape": "S69",
|
207391
207456
|
"locationName": "DBClusterAutomatedBackup"
|
207392
207457
|
}
|
207393
207458
|
}
|
@@ -207404,7 +207469,7 @@ module.exports={
|
|
207404
207469
|
"DBClusterIdentifier": {},
|
207405
207470
|
"BacktrackIdentifier": {},
|
207406
207471
|
"Filters": {
|
207407
|
-
"shape": "
|
207472
|
+
"shape": "S7a"
|
207408
207473
|
},
|
207409
207474
|
"MaxRecords": {
|
207410
207475
|
"type": "integer"
|
@@ -207434,7 +207499,7 @@ module.exports={
|
|
207434
207499
|
"DBClusterIdentifier": {},
|
207435
207500
|
"DBClusterEndpointIdentifier": {},
|
207436
207501
|
"Filters": {
|
207437
|
-
"shape": "
|
207502
|
+
"shape": "S7a"
|
207438
207503
|
},
|
207439
207504
|
"MaxRecords": {
|
207440
207505
|
"type": "integer"
|
@@ -207463,7 +207528,7 @@ module.exports={
|
|
207463
207528
|
"members": {
|
207464
207529
|
"DBClusterParameterGroupName": {},
|
207465
207530
|
"Filters": {
|
207466
|
-
"shape": "
|
207531
|
+
"shape": "S7a"
|
207467
207532
|
},
|
207468
207533
|
"MaxRecords": {
|
207469
207534
|
"type": "integer"
|
@@ -207496,7 +207561,7 @@ module.exports={
|
|
207496
207561
|
"DBClusterParameterGroupName": {},
|
207497
207562
|
"Source": {},
|
207498
207563
|
"Filters": {
|
207499
|
-
"shape": "
|
207564
|
+
"shape": "S7a"
|
207500
207565
|
},
|
207501
207566
|
"MaxRecords": {
|
207502
207567
|
"type": "integer"
|
@@ -207509,7 +207574,7 @@ module.exports={
|
|
207509
207574
|
"type": "structure",
|
207510
207575
|
"members": {
|
207511
207576
|
"Parameters": {
|
207512
|
-
"shape": "
|
207577
|
+
"shape": "S7y"
|
207513
207578
|
},
|
207514
207579
|
"Marker": {}
|
207515
207580
|
}
|
@@ -207530,7 +207595,7 @@ module.exports={
|
|
207530
207595
|
"type": "structure",
|
207531
207596
|
"members": {
|
207532
207597
|
"DBClusterSnapshotAttributesResult": {
|
207533
|
-
"shape": "
|
207598
|
+
"shape": "S83"
|
207534
207599
|
}
|
207535
207600
|
}
|
207536
207601
|
}
|
@@ -207543,7 +207608,7 @@ module.exports={
|
|
207543
207608
|
"DBClusterSnapshotIdentifier": {},
|
207544
207609
|
"SnapshotType": {},
|
207545
207610
|
"Filters": {
|
207546
|
-
"shape": "
|
207611
|
+
"shape": "S7a"
|
207547
207612
|
},
|
207548
207613
|
"MaxRecords": {
|
207549
207614
|
"type": "integer"
|
@@ -207579,7 +207644,7 @@ module.exports={
|
|
207579
207644
|
"members": {
|
207580
207645
|
"DBClusterIdentifier": {},
|
207581
207646
|
"Filters": {
|
207582
|
-
"shape": "
|
207647
|
+
"shape": "S7a"
|
207583
207648
|
},
|
207584
207649
|
"MaxRecords": {
|
207585
207650
|
"type": "integer"
|
@@ -207613,7 +207678,7 @@ module.exports={
|
|
207613
207678
|
"EngineVersion": {},
|
207614
207679
|
"DBParameterGroupFamily": {},
|
207615
207680
|
"Filters": {
|
207616
|
-
"shape": "
|
207681
|
+
"shape": "S7a"
|
207617
207682
|
},
|
207618
207683
|
"MaxRecords": {
|
207619
207684
|
"type": "integer"
|
@@ -207655,7 +207720,7 @@ module.exports={
|
|
207655
207720
|
"DbiResourceId": {},
|
207656
207721
|
"DBInstanceIdentifier": {},
|
207657
207722
|
"Filters": {
|
207658
|
-
"shape": "
|
207723
|
+
"shape": "S7a"
|
207659
207724
|
},
|
207660
207725
|
"MaxRecords": {
|
207661
207726
|
"type": "integer"
|
@@ -207672,7 +207737,7 @@ module.exports={
|
|
207672
207737
|
"DBInstanceAutomatedBackups": {
|
207673
207738
|
"type": "list",
|
207674
207739
|
"member": {
|
207675
|
-
"shape": "
|
207740
|
+
"shape": "S6j",
|
207676
207741
|
"locationName": "DBInstanceAutomatedBackup"
|
207677
207742
|
}
|
207678
207743
|
}
|
@@ -207685,7 +207750,7 @@ module.exports={
|
|
207685
207750
|
"members": {
|
207686
207751
|
"DBInstanceIdentifier": {},
|
207687
207752
|
"Filters": {
|
207688
|
-
"shape": "
|
207753
|
+
"shape": "S7a"
|
207689
207754
|
},
|
207690
207755
|
"MaxRecords": {
|
207691
207756
|
"type": "integer"
|
@@ -207724,7 +207789,7 @@ module.exports={
|
|
207724
207789
|
"type": "long"
|
207725
207790
|
},
|
207726
207791
|
"Filters": {
|
207727
|
-
"shape": "
|
207792
|
+
"shape": "S7a"
|
207728
207793
|
},
|
207729
207794
|
"MaxRecords": {
|
207730
207795
|
"type": "integer"
|
@@ -207762,7 +207827,7 @@ module.exports={
|
|
207762
207827
|
"members": {
|
207763
207828
|
"DBParameterGroupName": {},
|
207764
207829
|
"Filters": {
|
207765
|
-
"shape": "
|
207830
|
+
"shape": "S7a"
|
207766
207831
|
},
|
207767
207832
|
"MaxRecords": {
|
207768
207833
|
"type": "integer"
|
@@ -207795,7 +207860,7 @@ module.exports={
|
|
207795
207860
|
"DBParameterGroupName": {},
|
207796
207861
|
"Source": {},
|
207797
207862
|
"Filters": {
|
207798
|
-
"shape": "
|
207863
|
+
"shape": "S7a"
|
207799
207864
|
},
|
207800
207865
|
"MaxRecords": {
|
207801
207866
|
"type": "integer"
|
@@ -207808,7 +207873,7 @@ module.exports={
|
|
207808
207873
|
"type": "structure",
|
207809
207874
|
"members": {
|
207810
207875
|
"Parameters": {
|
207811
|
-
"shape": "
|
207876
|
+
"shape": "S7y"
|
207812
207877
|
},
|
207813
207878
|
"Marker": {}
|
207814
207879
|
}
|
@@ -207820,7 +207885,7 @@ module.exports={
|
|
207820
207885
|
"members": {
|
207821
207886
|
"DBProxyName": {},
|
207822
207887
|
"Filters": {
|
207823
|
-
"shape": "
|
207888
|
+
"shape": "S7a"
|
207824
207889
|
},
|
207825
207890
|
"Marker": {},
|
207826
207891
|
"MaxRecords": {
|
@@ -207849,7 +207914,7 @@ module.exports={
|
|
207849
207914
|
"DBProxyName": {},
|
207850
207915
|
"DBProxyEndpointName": {},
|
207851
207916
|
"Filters": {
|
207852
|
-
"shape": "
|
207917
|
+
"shape": "S7a"
|
207853
207918
|
},
|
207854
207919
|
"Marker": {},
|
207855
207920
|
"MaxRecords": {
|
@@ -207881,7 +207946,7 @@ module.exports={
|
|
207881
207946
|
"DBProxyName": {},
|
207882
207947
|
"TargetGroupName": {},
|
207883
207948
|
"Filters": {
|
207884
|
-
"shape": "
|
207949
|
+
"shape": "S7a"
|
207885
207950
|
},
|
207886
207951
|
"Marker": {},
|
207887
207952
|
"MaxRecords": {
|
@@ -207896,7 +207961,7 @@ module.exports={
|
|
207896
207961
|
"TargetGroups": {
|
207897
207962
|
"type": "list",
|
207898
207963
|
"member": {
|
207899
|
-
"shape": "
|
207964
|
+
"shape": "S94"
|
207900
207965
|
}
|
207901
207966
|
},
|
207902
207967
|
"Marker": {}
|
@@ -207913,7 +207978,7 @@ module.exports={
|
|
207913
207978
|
"DBProxyName": {},
|
207914
207979
|
"TargetGroupName": {},
|
207915
207980
|
"Filters": {
|
207916
|
-
"shape": "
|
207981
|
+
"shape": "S7a"
|
207917
207982
|
},
|
207918
207983
|
"Marker": {},
|
207919
207984
|
"MaxRecords": {
|
@@ -207926,7 +207991,7 @@ module.exports={
|
|
207926
207991
|
"type": "structure",
|
207927
207992
|
"members": {
|
207928
207993
|
"Targets": {
|
207929
|
-
"shape": "
|
207994
|
+
"shape": "S98"
|
207930
207995
|
},
|
207931
207996
|
"Marker": {}
|
207932
207997
|
}
|
@@ -207938,7 +208003,7 @@ module.exports={
|
|
207938
208003
|
"members": {
|
207939
208004
|
"DBSecurityGroupName": {},
|
207940
208005
|
"Filters": {
|
207941
|
-
"shape": "
|
208006
|
+
"shape": "S7a"
|
207942
208007
|
},
|
207943
208008
|
"MaxRecords": {
|
207944
208009
|
"type": "integer"
|
@@ -207976,7 +208041,59 @@ module.exports={
|
|
207976
208041
|
"type": "structure",
|
207977
208042
|
"members": {
|
207978
208043
|
"DBSnapshotAttributesResult": {
|
207979
|
-
"shape": "
|
208044
|
+
"shape": "S9k"
|
208045
|
+
}
|
208046
|
+
}
|
208047
|
+
}
|
208048
|
+
},
|
208049
|
+
"DescribeDBSnapshotTenantDatabases": {
|
208050
|
+
"input": {
|
208051
|
+
"type": "structure",
|
208052
|
+
"members": {
|
208053
|
+
"DBInstanceIdentifier": {},
|
208054
|
+
"DBSnapshotIdentifier": {},
|
208055
|
+
"SnapshotType": {},
|
208056
|
+
"Filters": {
|
208057
|
+
"shape": "S7a"
|
208058
|
+
},
|
208059
|
+
"MaxRecords": {
|
208060
|
+
"type": "integer"
|
208061
|
+
},
|
208062
|
+
"Marker": {},
|
208063
|
+
"DbiResourceId": {}
|
208064
|
+
}
|
208065
|
+
},
|
208066
|
+
"output": {
|
208067
|
+
"resultWrapper": "DescribeDBSnapshotTenantDatabasesResult",
|
208068
|
+
"type": "structure",
|
208069
|
+
"members": {
|
208070
|
+
"Marker": {},
|
208071
|
+
"DBSnapshotTenantDatabases": {
|
208072
|
+
"type": "list",
|
208073
|
+
"member": {
|
208074
|
+
"locationName": "DBSnapshotTenantDatabase",
|
208075
|
+
"type": "structure",
|
208076
|
+
"members": {
|
208077
|
+
"DBSnapshotIdentifier": {},
|
208078
|
+
"DBInstanceIdentifier": {},
|
208079
|
+
"DbiResourceId": {},
|
208080
|
+
"EngineName": {},
|
208081
|
+
"SnapshotType": {},
|
208082
|
+
"TenantDatabaseCreateTime": {
|
208083
|
+
"type": "timestamp"
|
208084
|
+
},
|
208085
|
+
"TenantDBName": {},
|
208086
|
+
"MasterUsername": {},
|
208087
|
+
"TenantDatabaseResourceId": {},
|
208088
|
+
"CharacterSetName": {},
|
208089
|
+
"DBSnapshotTenantDatabaseARN": {},
|
208090
|
+
"NcharCharacterSetName": {},
|
208091
|
+
"TagList": {
|
208092
|
+
"shape": "Sb"
|
208093
|
+
}
|
208094
|
+
},
|
208095
|
+
"wrapper": true
|
208096
|
+
}
|
207980
208097
|
}
|
207981
208098
|
}
|
207982
208099
|
}
|
@@ -207989,7 +208106,7 @@ module.exports={
|
|
207989
208106
|
"DBSnapshotIdentifier": {},
|
207990
208107
|
"SnapshotType": {},
|
207991
208108
|
"Filters": {
|
207992
|
-
"shape": "
|
208109
|
+
"shape": "S7a"
|
207993
208110
|
},
|
207994
208111
|
"MaxRecords": {
|
207995
208112
|
"type": "integer"
|
@@ -208025,7 +208142,7 @@ module.exports={
|
|
208025
208142
|
"members": {
|
208026
208143
|
"DBSubnetGroupName": {},
|
208027
208144
|
"Filters": {
|
208028
|
-
"shape": "
|
208145
|
+
"shape": "S7a"
|
208029
208146
|
},
|
208030
208147
|
"MaxRecords": {
|
208031
208148
|
"type": "integer"
|
@@ -208057,7 +208174,7 @@ module.exports={
|
|
208057
208174
|
"members": {
|
208058
208175
|
"DBParameterGroupFamily": {},
|
208059
208176
|
"Filters": {
|
208060
|
-
"shape": "
|
208177
|
+
"shape": "S7a"
|
208061
208178
|
},
|
208062
208179
|
"MaxRecords": {
|
208063
208180
|
"type": "integer"
|
@@ -208070,7 +208187,7 @@ module.exports={
|
|
208070
208187
|
"type": "structure",
|
208071
208188
|
"members": {
|
208072
208189
|
"EngineDefaults": {
|
208073
|
-
"shape": "
|
208190
|
+
"shape": "S9z"
|
208074
208191
|
}
|
208075
208192
|
}
|
208076
208193
|
}
|
@@ -208084,7 +208201,7 @@ module.exports={
|
|
208084
208201
|
"members": {
|
208085
208202
|
"DBParameterGroupFamily": {},
|
208086
208203
|
"Filters": {
|
208087
|
-
"shape": "
|
208204
|
+
"shape": "S7a"
|
208088
208205
|
},
|
208089
208206
|
"MaxRecords": {
|
208090
208207
|
"type": "integer"
|
@@ -208097,7 +208214,7 @@ module.exports={
|
|
208097
208214
|
"type": "structure",
|
208098
208215
|
"members": {
|
208099
208216
|
"EngineDefaults": {
|
208100
|
-
"shape": "
|
208217
|
+
"shape": "S9z"
|
208101
208218
|
}
|
208102
208219
|
}
|
208103
208220
|
}
|
@@ -208108,7 +208225,7 @@ module.exports={
|
|
208108
208225
|
"members": {
|
208109
208226
|
"SourceType": {},
|
208110
208227
|
"Filters": {
|
208111
|
-
"shape": "
|
208228
|
+
"shape": "S7a"
|
208112
208229
|
}
|
208113
208230
|
}
|
208114
208231
|
},
|
@@ -208139,7 +208256,7 @@ module.exports={
|
|
208139
208256
|
"members": {
|
208140
208257
|
"SubscriptionName": {},
|
208141
208258
|
"Filters": {
|
208142
|
-
"shape": "
|
208259
|
+
"shape": "S7a"
|
208143
208260
|
},
|
208144
208261
|
"MaxRecords": {
|
208145
208262
|
"type": "integer"
|
@@ -208181,7 +208298,7 @@ module.exports={
|
|
208181
208298
|
"shape": "S8"
|
208182
208299
|
},
|
208183
208300
|
"Filters": {
|
208184
|
-
"shape": "
|
208301
|
+
"shape": "S7a"
|
208185
208302
|
},
|
208186
208303
|
"MaxRecords": {
|
208187
208304
|
"type": "integer"
|
@@ -208223,7 +208340,7 @@ module.exports={
|
|
208223
208340
|
"ExportTaskIdentifier": {},
|
208224
208341
|
"SourceArn": {},
|
208225
208342
|
"Filters": {
|
208226
|
-
"shape": "
|
208343
|
+
"shape": "S7a"
|
208227
208344
|
},
|
208228
208345
|
"Marker": {},
|
208229
208346
|
"MaxRecords": {
|
@@ -208253,7 +208370,7 @@ module.exports={
|
|
208253
208370
|
"members": {
|
208254
208371
|
"GlobalClusterIdentifier": {},
|
208255
208372
|
"Filters": {
|
208256
|
-
"shape": "
|
208373
|
+
"shape": "S7a"
|
208257
208374
|
},
|
208258
208375
|
"MaxRecords": {
|
208259
208376
|
"type": "integer"
|
@@ -208282,7 +208399,7 @@ module.exports={
|
|
208282
208399
|
"members": {
|
208283
208400
|
"IntegrationIdentifier": {},
|
208284
208401
|
"Filters": {
|
208285
|
-
"shape": "
|
208402
|
+
"shape": "S7a"
|
208286
208403
|
},
|
208287
208404
|
"MaxRecords": {
|
208288
208405
|
"type": "integer"
|
@@ -208315,7 +208432,7 @@ module.exports={
|
|
208315
208432
|
"EngineName": {},
|
208316
208433
|
"MajorEngineVersion": {},
|
208317
208434
|
"Filters": {
|
208318
|
-
"shape": "
|
208435
|
+
"shape": "S7a"
|
208319
208436
|
},
|
208320
208437
|
"MaxRecords": {
|
208321
208438
|
"type": "integer"
|
@@ -208431,7 +208548,7 @@ module.exports={
|
|
208431
208548
|
"members": {
|
208432
208549
|
"OptionGroupName": {},
|
208433
208550
|
"Filters": {
|
208434
|
-
"shape": "
|
208551
|
+
"shape": "S7a"
|
208435
208552
|
},
|
208436
208553
|
"Marker": {},
|
208437
208554
|
"MaxRecords": {
|
@@ -208472,7 +208589,7 @@ module.exports={
|
|
208472
208589
|
"type": "boolean"
|
208473
208590
|
},
|
208474
208591
|
"Filters": {
|
208475
|
-
"shape": "
|
208592
|
+
"shape": "S7a"
|
208476
208593
|
},
|
208477
208594
|
"MaxRecords": {
|
208478
208595
|
"type": "integer"
|
@@ -208546,7 +208663,7 @@ module.exports={
|
|
208546
208663
|
"type": "double"
|
208547
208664
|
},
|
208548
208665
|
"AvailableProcessorFeatures": {
|
208549
|
-
"shape": "
|
208666
|
+
"shape": "Sb8"
|
208550
208667
|
},
|
208551
208668
|
"SupportedEngineModes": {
|
208552
208669
|
"shape": "S2m"
|
@@ -208605,7 +208722,7 @@ module.exports={
|
|
208605
208722
|
"members": {
|
208606
208723
|
"ResourceIdentifier": {},
|
208607
208724
|
"Filters": {
|
208608
|
-
"shape": "
|
208725
|
+
"shape": "S7a"
|
208609
208726
|
},
|
208610
208727
|
"Marker": {},
|
208611
208728
|
"MaxRecords": {
|
@@ -208643,7 +208760,7 @@ module.exports={
|
|
208643
208760
|
},
|
208644
208761
|
"LeaseId": {},
|
208645
208762
|
"Filters": {
|
208646
|
-
"shape": "
|
208763
|
+
"shape": "S7a"
|
208647
208764
|
},
|
208648
208765
|
"MaxRecords": {
|
208649
208766
|
"type": "integer"
|
@@ -208659,7 +208776,7 @@ module.exports={
|
|
208659
208776
|
"ReservedDBInstances": {
|
208660
208777
|
"type": "list",
|
208661
208778
|
"member": {
|
208662
|
-
"shape": "
|
208779
|
+
"shape": "Sbh",
|
208663
208780
|
"locationName": "ReservedDBInstance"
|
208664
208781
|
}
|
208665
208782
|
}
|
@@ -208679,7 +208796,7 @@ module.exports={
|
|
208679
208796
|
"type": "boolean"
|
208680
208797
|
},
|
208681
208798
|
"Filters": {
|
208682
|
-
"shape": "
|
208799
|
+
"shape": "S7a"
|
208683
208800
|
},
|
208684
208801
|
"MaxRecords": {
|
208685
208802
|
"type": "integer"
|
@@ -208716,7 +208833,7 @@ module.exports={
|
|
208716
208833
|
"type": "boolean"
|
208717
208834
|
},
|
208718
208835
|
"RecurringCharges": {
|
208719
|
-
"shape": "
|
208836
|
+
"shape": "Sbj"
|
208720
208837
|
}
|
208721
208838
|
},
|
208722
208839
|
"wrapper": true
|
@@ -208735,7 +208852,7 @@ module.exports={
|
|
208735
208852
|
},
|
208736
208853
|
"Marker": {},
|
208737
208854
|
"Filters": {
|
208738
|
-
"shape": "
|
208855
|
+
"shape": "S7a"
|
208739
208856
|
}
|
208740
208857
|
}
|
208741
208858
|
},
|
@@ -208762,6 +208879,36 @@ module.exports={
|
|
208762
208879
|
}
|
208763
208880
|
}
|
208764
208881
|
},
|
208882
|
+
"DescribeTenantDatabases": {
|
208883
|
+
"input": {
|
208884
|
+
"type": "structure",
|
208885
|
+
"members": {
|
208886
|
+
"DBInstanceIdentifier": {},
|
208887
|
+
"TenantDBName": {},
|
208888
|
+
"Filters": {
|
208889
|
+
"shape": "S7a"
|
208890
|
+
},
|
208891
|
+
"Marker": {},
|
208892
|
+
"MaxRecords": {
|
208893
|
+
"type": "integer"
|
208894
|
+
}
|
208895
|
+
}
|
208896
|
+
},
|
208897
|
+
"output": {
|
208898
|
+
"resultWrapper": "DescribeTenantDatabasesResult",
|
208899
|
+
"type": "structure",
|
208900
|
+
"members": {
|
208901
|
+
"Marker": {},
|
208902
|
+
"TenantDatabases": {
|
208903
|
+
"type": "list",
|
208904
|
+
"member": {
|
208905
|
+
"shape": "S60",
|
208906
|
+
"locationName": "TenantDatabase"
|
208907
|
+
}
|
208908
|
+
}
|
208909
|
+
}
|
208910
|
+
}
|
208911
|
+
},
|
208765
208912
|
"DescribeValidDBInstanceModifications": {
|
208766
208913
|
"input": {
|
208767
208914
|
"type": "structure",
|
@@ -208787,28 +208934,28 @@ module.exports={
|
|
208787
208934
|
"members": {
|
208788
208935
|
"StorageType": {},
|
208789
208936
|
"StorageSize": {
|
208790
|
-
"shape": "
|
208937
|
+
"shape": "Sc1"
|
208791
208938
|
},
|
208792
208939
|
"ProvisionedIops": {
|
208793
|
-
"shape": "
|
208940
|
+
"shape": "Sc1"
|
208794
208941
|
},
|
208795
208942
|
"IopsToStorageRatio": {
|
208796
|
-
"shape": "
|
208943
|
+
"shape": "Sc3"
|
208797
208944
|
},
|
208798
208945
|
"SupportsStorageAutoscaling": {
|
208799
208946
|
"type": "boolean"
|
208800
208947
|
},
|
208801
208948
|
"ProvisionedStorageThroughput": {
|
208802
|
-
"shape": "
|
208949
|
+
"shape": "Sc1"
|
208803
208950
|
},
|
208804
208951
|
"StorageThroughputToIopsRatio": {
|
208805
|
-
"shape": "
|
208952
|
+
"shape": "Sc3"
|
208806
208953
|
}
|
208807
208954
|
}
|
208808
208955
|
}
|
208809
208956
|
},
|
208810
208957
|
"ValidProcessorFeatures": {
|
208811
|
-
"shape": "
|
208958
|
+
"shape": "Sb8"
|
208812
208959
|
},
|
208813
208960
|
"SupportsDedicatedLogVolume": {
|
208814
208961
|
"type": "boolean"
|
@@ -208905,7 +209052,7 @@ module.exports={
|
|
208905
209052
|
"members": {
|
208906
209053
|
"ResourceName": {},
|
208907
209054
|
"Filters": {
|
208908
|
-
"shape": "
|
209055
|
+
"shape": "S7a"
|
208909
209056
|
}
|
208910
209057
|
}
|
208911
209058
|
},
|
@@ -208957,7 +209104,7 @@ module.exports={
|
|
208957
209104
|
"type": "structure",
|
208958
209105
|
"members": {
|
208959
209106
|
"Certificate": {
|
208960
|
-
"shape": "
|
209107
|
+
"shape": "S7j"
|
208961
209108
|
}
|
208962
209109
|
}
|
208963
209110
|
}
|
@@ -209049,7 +209196,7 @@ module.exports={
|
|
209049
209196
|
"type": "long"
|
209050
209197
|
},
|
209051
209198
|
"CloudwatchLogsExportConfiguration": {
|
209052
|
-
"shape": "
|
209199
|
+
"shape": "Scp"
|
209053
209200
|
},
|
209054
209201
|
"EngineVersion": {},
|
209055
209202
|
"AllowMajorVersionUpgrade": {
|
@@ -209158,12 +209305,12 @@ module.exports={
|
|
209158
209305
|
"members": {
|
209159
209306
|
"DBClusterParameterGroupName": {},
|
209160
209307
|
"Parameters": {
|
209161
|
-
"shape": "
|
209308
|
+
"shape": "S7y"
|
209162
209309
|
}
|
209163
209310
|
}
|
209164
209311
|
},
|
209165
209312
|
"output": {
|
209166
|
-
"shape": "
|
209313
|
+
"shape": "Scu",
|
209167
209314
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
209168
209315
|
}
|
209169
209316
|
},
|
@@ -209178,10 +209325,10 @@ module.exports={
|
|
209178
209325
|
"DBClusterSnapshotIdentifier": {},
|
209179
209326
|
"AttributeName": {},
|
209180
209327
|
"ValuesToAdd": {
|
209181
|
-
"shape": "
|
209328
|
+
"shape": "S86"
|
209182
209329
|
},
|
209183
209330
|
"ValuesToRemove": {
|
209184
|
-
"shape": "
|
209331
|
+
"shape": "S86"
|
209185
209332
|
}
|
209186
209333
|
}
|
209187
209334
|
},
|
@@ -209190,7 +209337,7 @@ module.exports={
|
|
209190
209337
|
"type": "structure",
|
209191
209338
|
"members": {
|
209192
209339
|
"DBClusterSnapshotAttributesResult": {
|
209193
|
-
"shape": "
|
209340
|
+
"shape": "S83"
|
209194
209341
|
}
|
209195
209342
|
}
|
209196
209343
|
}
|
@@ -209282,7 +209429,7 @@ module.exports={
|
|
209282
209429
|
"type": "integer"
|
209283
209430
|
},
|
209284
209431
|
"CloudwatchLogsExportConfiguration": {
|
209285
|
-
"shape": "
|
209432
|
+
"shape": "Scp"
|
209286
209433
|
},
|
209287
209434
|
"ProcessorFeatures": {
|
209288
209435
|
"shape": "S1c"
|
@@ -209322,6 +209469,9 @@ module.exports={
|
|
209322
209469
|
"Engine": {},
|
209323
209470
|
"DedicatedLogVolume": {
|
209324
209471
|
"type": "boolean"
|
209472
|
+
},
|
209473
|
+
"MultiTenant": {
|
209474
|
+
"type": "boolean"
|
209325
209475
|
}
|
209326
209476
|
}
|
209327
209477
|
},
|
@@ -209345,12 +209495,12 @@ module.exports={
|
|
209345
209495
|
"members": {
|
209346
209496
|
"DBParameterGroupName": {},
|
209347
209497
|
"Parameters": {
|
209348
|
-
"shape": "
|
209498
|
+
"shape": "S7y"
|
209349
209499
|
}
|
209350
209500
|
}
|
209351
209501
|
},
|
209352
209502
|
"output": {
|
209353
|
-
"shape": "
|
209503
|
+
"shape": "Sd0",
|
209354
209504
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
209355
209505
|
}
|
209356
209506
|
},
|
@@ -209451,7 +209601,7 @@ module.exports={
|
|
209451
209601
|
"type": "structure",
|
209452
209602
|
"members": {
|
209453
209603
|
"DBProxyTargetGroup": {
|
209454
|
-
"shape": "
|
209604
|
+
"shape": "S94"
|
209455
209605
|
}
|
209456
209606
|
}
|
209457
209607
|
}
|
@@ -209489,10 +209639,10 @@ module.exports={
|
|
209489
209639
|
"DBSnapshotIdentifier": {},
|
209490
209640
|
"AttributeName": {},
|
209491
209641
|
"ValuesToAdd": {
|
209492
|
-
"shape": "
|
209642
|
+
"shape": "S86"
|
209493
209643
|
},
|
209494
209644
|
"ValuesToRemove": {
|
209495
|
-
"shape": "
|
209645
|
+
"shape": "S86"
|
209496
209646
|
}
|
209497
209647
|
}
|
209498
209648
|
},
|
@@ -209501,7 +209651,7 @@ module.exports={
|
|
209501
209651
|
"type": "structure",
|
209502
209652
|
"members": {
|
209503
209653
|
"DBSnapshotAttributesResult": {
|
209504
|
-
"shape": "
|
209654
|
+
"shape": "S9k"
|
209505
209655
|
}
|
209506
209656
|
}
|
209507
209657
|
}
|
@@ -209641,6 +209791,32 @@ module.exports={
|
|
209641
209791
|
}
|
209642
209792
|
}
|
209643
209793
|
},
|
209794
|
+
"ModifyTenantDatabase": {
|
209795
|
+
"input": {
|
209796
|
+
"type": "structure",
|
209797
|
+
"required": [
|
209798
|
+
"DBInstanceIdentifier",
|
209799
|
+
"TenantDBName"
|
209800
|
+
],
|
209801
|
+
"members": {
|
209802
|
+
"DBInstanceIdentifier": {},
|
209803
|
+
"TenantDBName": {},
|
209804
|
+
"MasterUserPassword": {
|
209805
|
+
"shape": "S5y"
|
209806
|
+
},
|
209807
|
+
"NewTenantDBName": {}
|
209808
|
+
}
|
209809
|
+
},
|
209810
|
+
"output": {
|
209811
|
+
"resultWrapper": "ModifyTenantDatabaseResult",
|
209812
|
+
"type": "structure",
|
209813
|
+
"members": {
|
209814
|
+
"TenantDatabase": {
|
209815
|
+
"shape": "S60"
|
209816
|
+
}
|
209817
|
+
}
|
209818
|
+
}
|
209819
|
+
},
|
209644
209820
|
"PromoteReadReplica": {
|
209645
209821
|
"input": {
|
209646
209822
|
"type": "structure",
|
@@ -209707,7 +209883,7 @@ module.exports={
|
|
209707
209883
|
"type": "structure",
|
209708
209884
|
"members": {
|
209709
209885
|
"ReservedDBInstance": {
|
209710
|
-
"shape": "
|
209886
|
+
"shape": "Sbh"
|
209711
209887
|
}
|
209712
209888
|
}
|
209713
209889
|
}
|
@@ -209777,7 +209953,7 @@ module.exports={
|
|
209777
209953
|
"type": "structure",
|
209778
209954
|
"members": {
|
209779
209955
|
"DBProxyTargets": {
|
209780
|
-
"shape": "
|
209956
|
+
"shape": "S98"
|
209781
209957
|
}
|
209782
209958
|
}
|
209783
209959
|
}
|
@@ -209879,12 +210055,12 @@ module.exports={
|
|
209879
210055
|
"type": "boolean"
|
209880
210056
|
},
|
209881
210057
|
"Parameters": {
|
209882
|
-
"shape": "
|
210058
|
+
"shape": "S7y"
|
209883
210059
|
}
|
209884
210060
|
}
|
209885
210061
|
},
|
209886
210062
|
"output": {
|
209887
|
-
"shape": "
|
210063
|
+
"shape": "Scu",
|
209888
210064
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
209889
210065
|
}
|
209890
210066
|
},
|
@@ -209900,12 +210076,12 @@ module.exports={
|
|
209900
210076
|
"type": "boolean"
|
209901
210077
|
},
|
209902
210078
|
"Parameters": {
|
209903
|
-
"shape": "
|
210079
|
+
"shape": "S7y"
|
209904
210080
|
}
|
209905
210081
|
}
|
209906
210082
|
},
|
209907
210083
|
"output": {
|
209908
|
-
"shape": "
|
210084
|
+
"shape": "Sd0",
|
209909
210085
|
"resultWrapper": "ResetDBParameterGroupResult"
|
209910
210086
|
}
|
209911
210087
|
},
|
@@ -210595,7 +210771,7 @@ module.exports={
|
|
210595
210771
|
"type": "structure",
|
210596
210772
|
"members": {
|
210597
210773
|
"DBInstanceAutomatedBackup": {
|
210598
|
-
"shape": "
|
210774
|
+
"shape": "S6j"
|
210599
210775
|
}
|
210600
210776
|
}
|
210601
210777
|
}
|
@@ -210706,7 +210882,7 @@ module.exports={
|
|
210706
210882
|
"type": "structure",
|
210707
210883
|
"members": {
|
210708
210884
|
"DBInstanceAutomatedBackup": {
|
210709
|
-
"shape": "
|
210885
|
+
"shape": "S6j"
|
210710
210886
|
}
|
210711
210887
|
}
|
210712
210888
|
}
|
@@ -211080,6 +211256,9 @@ module.exports={
|
|
211080
211256
|
"DBSystemId": {},
|
211081
211257
|
"DedicatedLogVolume": {
|
211082
211258
|
"type": "boolean"
|
211259
|
+
},
|
211260
|
+
"MultiTenant": {
|
211261
|
+
"type": "boolean"
|
211083
211262
|
}
|
211084
211263
|
},
|
211085
211264
|
"wrapper": true
|
@@ -211823,6 +212002,9 @@ module.exports={
|
|
211823
212002
|
"Engine": {},
|
211824
212003
|
"DedicatedLogVolume": {
|
211825
212004
|
"type": "boolean"
|
212005
|
+
},
|
212006
|
+
"MultiTenant": {
|
212007
|
+
"type": "boolean"
|
211826
212008
|
}
|
211827
212009
|
}
|
211828
212010
|
},
|
@@ -211999,6 +212181,9 @@ module.exports={
|
|
211999
212181
|
},
|
212000
212182
|
"IsStorageConfigUpgradeAvailable": {
|
212001
212183
|
"type": "boolean"
|
212184
|
+
},
|
212185
|
+
"MultiTenant": {
|
212186
|
+
"type": "boolean"
|
212002
212187
|
}
|
212003
212188
|
},
|
212004
212189
|
"wrapper": true
|
@@ -212245,7 +212430,44 @@ module.exports={
|
|
212245
212430
|
}
|
212246
212431
|
}
|
212247
212432
|
},
|
212248
|
-
"
|
212433
|
+
"S5y": {
|
212434
|
+
"type": "string",
|
212435
|
+
"sensitive": true
|
212436
|
+
},
|
212437
|
+
"S60": {
|
212438
|
+
"type": "structure",
|
212439
|
+
"members": {
|
212440
|
+
"TenantDatabaseCreateTime": {
|
212441
|
+
"type": "timestamp"
|
212442
|
+
},
|
212443
|
+
"DBInstanceIdentifier": {},
|
212444
|
+
"TenantDBName": {},
|
212445
|
+
"Status": {},
|
212446
|
+
"MasterUsername": {},
|
212447
|
+
"DbiResourceId": {},
|
212448
|
+
"TenantDatabaseResourceId": {},
|
212449
|
+
"TenantDatabaseARN": {},
|
212450
|
+
"CharacterSetName": {},
|
212451
|
+
"NcharCharacterSetName": {},
|
212452
|
+
"DeletionProtection": {
|
212453
|
+
"type": "boolean"
|
212454
|
+
},
|
212455
|
+
"PendingModifiedValues": {
|
212456
|
+
"type": "structure",
|
212457
|
+
"members": {
|
212458
|
+
"MasterUserPassword": {
|
212459
|
+
"shape": "S5y"
|
212460
|
+
},
|
212461
|
+
"TenantDBName": {}
|
212462
|
+
}
|
212463
|
+
},
|
212464
|
+
"TagList": {
|
212465
|
+
"shape": "Sb"
|
212466
|
+
}
|
212467
|
+
},
|
212468
|
+
"wrapper": true
|
212469
|
+
},
|
212470
|
+
"S69": {
|
212249
212471
|
"type": "structure",
|
212250
212472
|
"members": {
|
212251
212473
|
"Engine": {},
|
@@ -212253,7 +212475,7 @@ module.exports={
|
|
212253
212475
|
"DBClusterAutomatedBackupsArn": {},
|
212254
212476
|
"DBClusterIdentifier": {},
|
212255
212477
|
"RestoreWindow": {
|
212256
|
-
"shape": "
|
212478
|
+
"shape": "S6a"
|
212257
212479
|
},
|
212258
212480
|
"MasterUsername": {},
|
212259
212481
|
"DbClusterResourceId": {},
|
@@ -212293,7 +212515,7 @@ module.exports={
|
|
212293
212515
|
},
|
212294
212516
|
"wrapper": true
|
212295
212517
|
},
|
212296
|
-
"
|
212518
|
+
"S6a": {
|
212297
212519
|
"type": "structure",
|
212298
212520
|
"members": {
|
212299
212521
|
"EarliestTime": {
|
@@ -212304,7 +212526,7 @@ module.exports={
|
|
212304
212526
|
}
|
212305
212527
|
}
|
212306
212528
|
},
|
212307
|
-
"
|
212529
|
+
"S6j": {
|
212308
212530
|
"type": "structure",
|
212309
212531
|
"members": {
|
212310
212532
|
"DBInstanceArn": {},
|
@@ -212312,7 +212534,7 @@ module.exports={
|
|
212312
212534
|
"Region": {},
|
212313
212535
|
"DBInstanceIdentifier": {},
|
212314
212536
|
"RestoreWindow": {
|
212315
|
-
"shape": "
|
212537
|
+
"shape": "S6a"
|
212316
212538
|
},
|
212317
212539
|
"AllocatedStorage": {
|
212318
212540
|
"type": "integer"
|
@@ -212358,11 +212580,14 @@ module.exports={
|
|
212358
212580
|
"AwsBackupRecoveryPointArn": {},
|
212359
212581
|
"DedicatedLogVolume": {
|
212360
212582
|
"type": "boolean"
|
212583
|
+
},
|
212584
|
+
"MultiTenant": {
|
212585
|
+
"type": "boolean"
|
212361
212586
|
}
|
212362
212587
|
},
|
212363
212588
|
"wrapper": true
|
212364
212589
|
},
|
212365
|
-
"
|
212590
|
+
"S7a": {
|
212366
212591
|
"type": "list",
|
212367
212592
|
"member": {
|
212368
212593
|
"locationName": "Filter",
|
@@ -212382,7 +212607,7 @@ module.exports={
|
|
212382
212607
|
}
|
212383
212608
|
}
|
212384
212609
|
},
|
212385
|
-
"
|
212610
|
+
"S7j": {
|
212386
212611
|
"type": "structure",
|
212387
212612
|
"members": {
|
212388
212613
|
"CertificateIdentifier": {},
|
@@ -212404,7 +212629,7 @@ module.exports={
|
|
212404
212629
|
},
|
212405
212630
|
"wrapper": true
|
212406
212631
|
},
|
212407
|
-
"
|
212632
|
+
"S7y": {
|
212408
212633
|
"type": "list",
|
212409
212634
|
"member": {
|
212410
212635
|
"locationName": "Parameter",
|
@@ -212428,7 +212653,7 @@ module.exports={
|
|
212428
212653
|
}
|
212429
212654
|
}
|
212430
212655
|
},
|
212431
|
-
"
|
212656
|
+
"S83": {
|
212432
212657
|
"type": "structure",
|
212433
212658
|
"members": {
|
212434
212659
|
"DBClusterSnapshotIdentifier": {},
|
@@ -212440,7 +212665,7 @@ module.exports={
|
|
212440
212665
|
"members": {
|
212441
212666
|
"AttributeName": {},
|
212442
212667
|
"AttributeValues": {
|
212443
|
-
"shape": "
|
212668
|
+
"shape": "S86"
|
212444
212669
|
}
|
212445
212670
|
}
|
212446
212671
|
}
|
@@ -212448,13 +212673,13 @@ module.exports={
|
|
212448
212673
|
},
|
212449
212674
|
"wrapper": true
|
212450
212675
|
},
|
212451
|
-
"
|
212676
|
+
"S86": {
|
212452
212677
|
"type": "list",
|
212453
212678
|
"member": {
|
212454
212679
|
"locationName": "AttributeValue"
|
212455
212680
|
}
|
212456
212681
|
},
|
212457
|
-
"
|
212682
|
+
"S94": {
|
212458
212683
|
"type": "structure",
|
212459
212684
|
"members": {
|
212460
212685
|
"DBProxyName": {},
|
@@ -212490,7 +212715,7 @@ module.exports={
|
|
212490
212715
|
}
|
212491
212716
|
}
|
212492
212717
|
},
|
212493
|
-
"
|
212718
|
+
"S98": {
|
212494
212719
|
"type": "list",
|
212495
212720
|
"member": {
|
212496
212721
|
"type": "structure",
|
@@ -212515,7 +212740,7 @@ module.exports={
|
|
212515
212740
|
}
|
212516
212741
|
}
|
212517
212742
|
},
|
212518
|
-
"
|
212743
|
+
"S9k": {
|
212519
212744
|
"type": "structure",
|
212520
212745
|
"members": {
|
212521
212746
|
"DBSnapshotIdentifier": {},
|
@@ -212527,7 +212752,7 @@ module.exports={
|
|
212527
212752
|
"members": {
|
212528
212753
|
"AttributeName": {},
|
212529
212754
|
"AttributeValues": {
|
212530
|
-
"shape": "
|
212755
|
+
"shape": "S86"
|
212531
212756
|
}
|
212532
212757
|
},
|
212533
212758
|
"wrapper": true
|
@@ -212536,18 +212761,18 @@ module.exports={
|
|
212536
212761
|
},
|
212537
212762
|
"wrapper": true
|
212538
212763
|
},
|
212539
|
-
"
|
212764
|
+
"S9z": {
|
212540
212765
|
"type": "structure",
|
212541
212766
|
"members": {
|
212542
212767
|
"DBParameterGroupFamily": {},
|
212543
212768
|
"Marker": {},
|
212544
212769
|
"Parameters": {
|
212545
|
-
"shape": "
|
212770
|
+
"shape": "S7y"
|
212546
212771
|
}
|
212547
212772
|
},
|
212548
212773
|
"wrapper": true
|
212549
212774
|
},
|
212550
|
-
"
|
212775
|
+
"Sb8": {
|
212551
212776
|
"type": "list",
|
212552
212777
|
"member": {
|
212553
212778
|
"locationName": "AvailableProcessorFeature",
|
@@ -212559,7 +212784,7 @@ module.exports={
|
|
212559
212784
|
}
|
212560
212785
|
}
|
212561
212786
|
},
|
212562
|
-
"
|
212787
|
+
"Sbh": {
|
212563
212788
|
"type": "structure",
|
212564
212789
|
"members": {
|
212565
212790
|
"ReservedDBInstanceId": {},
|
@@ -212588,14 +212813,14 @@ module.exports={
|
|
212588
212813
|
},
|
212589
212814
|
"State": {},
|
212590
212815
|
"RecurringCharges": {
|
212591
|
-
"shape": "
|
212816
|
+
"shape": "Sbj"
|
212592
212817
|
},
|
212593
212818
|
"ReservedDBInstanceArn": {},
|
212594
212819
|
"LeaseId": {}
|
212595
212820
|
},
|
212596
212821
|
"wrapper": true
|
212597
212822
|
},
|
212598
|
-
"
|
212823
|
+
"Sbj": {
|
212599
212824
|
"type": "list",
|
212600
212825
|
"member": {
|
212601
212826
|
"locationName": "RecurringCharge",
|
@@ -212609,7 +212834,7 @@ module.exports={
|
|
212609
212834
|
"wrapper": true
|
212610
212835
|
}
|
212611
212836
|
},
|
212612
|
-
"
|
212837
|
+
"Sc1": {
|
212613
212838
|
"type": "list",
|
212614
212839
|
"member": {
|
212615
212840
|
"locationName": "Range",
|
@@ -212627,7 +212852,7 @@ module.exports={
|
|
212627
212852
|
}
|
212628
212853
|
}
|
212629
212854
|
},
|
212630
|
-
"
|
212855
|
+
"Sc3": {
|
212631
212856
|
"type": "list",
|
212632
212857
|
"member": {
|
212633
212858
|
"locationName": "DoubleRange",
|
@@ -212642,7 +212867,7 @@ module.exports={
|
|
212642
212867
|
}
|
212643
212868
|
}
|
212644
212869
|
},
|
212645
|
-
"
|
212870
|
+
"Scp": {
|
212646
212871
|
"type": "structure",
|
212647
212872
|
"members": {
|
212648
212873
|
"EnableLogTypes": {
|
@@ -212653,13 +212878,13 @@ module.exports={
|
|
212653
212878
|
}
|
212654
212879
|
}
|
212655
212880
|
},
|
212656
|
-
"
|
212881
|
+
"Scu": {
|
212657
212882
|
"type": "structure",
|
212658
212883
|
"members": {
|
212659
212884
|
"DBClusterParameterGroupName": {}
|
212660
212885
|
}
|
212661
212886
|
},
|
212662
|
-
"
|
212887
|
+
"Sd0": {
|
212663
212888
|
"type": "structure",
|
212664
212889
|
"members": {
|
212665
212890
|
"DBParameterGroupName": {}
|
@@ -212790,6 +213015,12 @@ module.exports={
|
|
212790
213015
|
"output_token": "Marker",
|
212791
213016
|
"result_key": "DBSecurityGroups"
|
212792
213017
|
},
|
213018
|
+
"DescribeDBSnapshotTenantDatabases": {
|
213019
|
+
"input_token": "Marker",
|
213020
|
+
"limit_key": "MaxRecords",
|
213021
|
+
"output_token": "Marker",
|
213022
|
+
"result_key": "DBSnapshotTenantDatabases"
|
213023
|
+
},
|
212793
213024
|
"DescribeDBSnapshots": {
|
212794
213025
|
"input_token": "Marker",
|
212795
213026
|
"limit_key": "MaxRecords",
|
@@ -212880,6 +213111,12 @@ module.exports={
|
|
212880
213111
|
"output_token": "Marker",
|
212881
213112
|
"result_key": "SourceRegions"
|
212882
213113
|
},
|
213114
|
+
"DescribeTenantDatabases": {
|
213115
|
+
"input_token": "Marker",
|
213116
|
+
"limit_key": "MaxRecords",
|
213117
|
+
"output_token": "Marker",
|
213118
|
+
"result_key": "TenantDatabases"
|
213119
|
+
},
|
212883
213120
|
"DownloadDBLogFilePortion": {
|
212884
213121
|
"input_token": "Marker",
|
212885
213122
|
"limit_key": "NumberOfLines",
|
@@ -213235,6 +213472,55 @@ module.exports={
|
|
213235
213472
|
"argument": "DBClusters[].Status"
|
213236
213473
|
}
|
213237
213474
|
]
|
213475
|
+
},
|
213476
|
+
"TenantDatabaseAvailable": {
|
213477
|
+
"delay": 30,
|
213478
|
+
"operation": "DescribeTenantDatabases",
|
213479
|
+
"maxAttempts": 60,
|
213480
|
+
"acceptors": [
|
213481
|
+
{
|
213482
|
+
"expected": "available",
|
213483
|
+
"matcher": "pathAll",
|
213484
|
+
"state": "success",
|
213485
|
+
"argument": "TenantDatabases[].Status"
|
213486
|
+
},
|
213487
|
+
{
|
213488
|
+
"expected": "deleted",
|
213489
|
+
"matcher": "pathAny",
|
213490
|
+
"state": "failure",
|
213491
|
+
"argument": "TenantDatabases[].Status"
|
213492
|
+
},
|
213493
|
+
{
|
213494
|
+
"expected": "incompatible-parameters",
|
213495
|
+
"matcher": "pathAny",
|
213496
|
+
"state": "failure",
|
213497
|
+
"argument": "TenantDatabases[].Status"
|
213498
|
+
},
|
213499
|
+
{
|
213500
|
+
"expected": "incompatible-restore",
|
213501
|
+
"matcher": "pathAny",
|
213502
|
+
"state": "failure",
|
213503
|
+
"argument": "TenantDatabases[].Status"
|
213504
|
+
}
|
213505
|
+
]
|
213506
|
+
},
|
213507
|
+
"TenantDatabaseDeleted": {
|
213508
|
+
"delay": 30,
|
213509
|
+
"operation": "DescribeTenantDatabases",
|
213510
|
+
"maxAttempts": 60,
|
213511
|
+
"acceptors": [
|
213512
|
+
{
|
213513
|
+
"expected": true,
|
213514
|
+
"matcher": "path",
|
213515
|
+
"state": "success",
|
213516
|
+
"argument": "length(TenantDatabases) == `0`"
|
213517
|
+
},
|
213518
|
+
{
|
213519
|
+
"expected": "DBInstanceNotFoundFault",
|
213520
|
+
"matcher": "error",
|
213521
|
+
"state": "success"
|
213522
|
+
}
|
213523
|
+
]
|
213238
213524
|
}
|
213239
213525
|
}
|
213240
213526
|
}
|
@@ -240886,14 +241172,16 @@ module.exports={
|
|
240886
241172
|
"version": "2.0",
|
240887
241173
|
"metadata": {
|
240888
241174
|
"apiVersion": "2012-11-05",
|
241175
|
+
"awsQueryCompatible": {},
|
240889
241176
|
"endpointPrefix": "sqs",
|
240890
|
-
"
|
241177
|
+
"jsonVersion": "1.0",
|
241178
|
+
"protocol": "json",
|
240891
241179
|
"serviceAbbreviation": "Amazon SQS",
|
240892
241180
|
"serviceFullName": "Amazon Simple Queue Service",
|
240893
241181
|
"serviceId": "SQS",
|
240894
241182
|
"signatureVersion": "v4",
|
240895
|
-
"
|
240896
|
-
"
|
241183
|
+
"targetPrefix": "AmazonSQS",
|
241184
|
+
"uid": "sqs-2012-11-05"
|
240897
241185
|
},
|
240898
241186
|
"operations": {
|
240899
241187
|
"AddPermission": {
|
@@ -240910,16 +241198,12 @@ module.exports={
|
|
240910
241198
|
"Label": {},
|
240911
241199
|
"AWSAccountIds": {
|
240912
241200
|
"type": "list",
|
240913
|
-
"member": {
|
240914
|
-
"locationName": "AWSAccountId"
|
240915
|
-
},
|
241201
|
+
"member": {},
|
240916
241202
|
"flattened": true
|
240917
241203
|
},
|
240918
241204
|
"Actions": {
|
240919
241205
|
"type": "list",
|
240920
|
-
"member": {
|
240921
|
-
"locationName": "ActionName"
|
240922
|
-
},
|
241206
|
+
"member": {},
|
240923
241207
|
"flattened": true
|
240924
241208
|
}
|
240925
241209
|
}
|
@@ -240936,7 +241220,6 @@ module.exports={
|
|
240936
241220
|
}
|
240937
241221
|
},
|
240938
241222
|
"output": {
|
240939
|
-
"resultWrapper": "CancelMessageMoveTaskResult",
|
240940
241223
|
"type": "structure",
|
240941
241224
|
"members": {
|
240942
241225
|
"ApproximateNumberOfMessagesMoved": {
|
@@ -240974,7 +241257,6 @@ module.exports={
|
|
240974
241257
|
"Entries": {
|
240975
241258
|
"type": "list",
|
240976
241259
|
"member": {
|
240977
|
-
"locationName": "ChangeMessageVisibilityBatchRequestEntry",
|
240978
241260
|
"type": "structure",
|
240979
241261
|
"required": [
|
240980
241262
|
"Id",
|
@@ -240993,7 +241275,6 @@ module.exports={
|
|
240993
241275
|
}
|
240994
241276
|
},
|
240995
241277
|
"output": {
|
240996
|
-
"resultWrapper": "ChangeMessageVisibilityBatchResult",
|
240997
241278
|
"type": "structure",
|
240998
241279
|
"required": [
|
240999
241280
|
"Successful",
|
@@ -241003,7 +241284,6 @@ module.exports={
|
|
241003
241284
|
"Successful": {
|
241004
241285
|
"type": "list",
|
241005
241286
|
"member": {
|
241006
|
-
"locationName": "ChangeMessageVisibilityBatchResultEntry",
|
241007
241287
|
"type": "structure",
|
241008
241288
|
"required": [
|
241009
241289
|
"Id"
|
@@ -241029,17 +241309,14 @@ module.exports={
|
|
241029
241309
|
"members": {
|
241030
241310
|
"QueueName": {},
|
241031
241311
|
"Attributes": {
|
241032
|
-
"shape": "Sk"
|
241033
|
-
"locationName": "Attribute"
|
241312
|
+
"shape": "Sk"
|
241034
241313
|
},
|
241035
241314
|
"tags": {
|
241036
|
-
"shape": "Sm"
|
241037
|
-
"locationName": "Tag"
|
241315
|
+
"shape": "Sm"
|
241038
241316
|
}
|
241039
241317
|
}
|
241040
241318
|
},
|
241041
241319
|
"output": {
|
241042
|
-
"resultWrapper": "CreateQueueResult",
|
241043
241320
|
"type": "structure",
|
241044
241321
|
"members": {
|
241045
241322
|
"QueueUrl": {}
|
@@ -241071,7 +241348,6 @@ module.exports={
|
|
241071
241348
|
"Entries": {
|
241072
241349
|
"type": "list",
|
241073
241350
|
"member": {
|
241074
|
-
"locationName": "DeleteMessageBatchRequestEntry",
|
241075
241351
|
"type": "structure",
|
241076
241352
|
"required": [
|
241077
241353
|
"Id",
|
@@ -241087,7 +241363,6 @@ module.exports={
|
|
241087
241363
|
}
|
241088
241364
|
},
|
241089
241365
|
"output": {
|
241090
|
-
"resultWrapper": "DeleteMessageBatchResult",
|
241091
241366
|
"type": "structure",
|
241092
241367
|
"required": [
|
241093
241368
|
"Successful",
|
@@ -241097,7 +241372,6 @@ module.exports={
|
|
241097
241372
|
"Successful": {
|
241098
241373
|
"type": "list",
|
241099
241374
|
"member": {
|
241100
|
-
"locationName": "DeleteMessageBatchResultEntry",
|
241101
241375
|
"type": "structure",
|
241102
241376
|
"required": [
|
241103
241377
|
"Id"
|
@@ -241139,12 +241413,10 @@ module.exports={
|
|
241139
241413
|
}
|
241140
241414
|
},
|
241141
241415
|
"output": {
|
241142
|
-
"resultWrapper": "GetQueueAttributesResult",
|
241143
241416
|
"type": "structure",
|
241144
241417
|
"members": {
|
241145
241418
|
"Attributes": {
|
241146
|
-
"shape": "Sk"
|
241147
|
-
"locationName": "Attribute"
|
241419
|
+
"shape": "Sk"
|
241148
241420
|
}
|
241149
241421
|
}
|
241150
241422
|
}
|
@@ -241161,7 +241433,6 @@ module.exports={
|
|
241161
241433
|
}
|
241162
241434
|
},
|
241163
241435
|
"output": {
|
241164
|
-
"resultWrapper": "GetQueueUrlResult",
|
241165
241436
|
"type": "structure",
|
241166
241437
|
"members": {
|
241167
241438
|
"QueueUrl": {}
|
@@ -241183,7 +241454,6 @@ module.exports={
|
|
241183
241454
|
}
|
241184
241455
|
},
|
241185
241456
|
"output": {
|
241186
|
-
"resultWrapper": "ListDeadLetterSourceQueuesResult",
|
241187
241457
|
"type": "structure",
|
241188
241458
|
"required": [
|
241189
241459
|
"queueUrls"
|
@@ -241210,13 +241480,12 @@ module.exports={
|
|
241210
241480
|
}
|
241211
241481
|
},
|
241212
241482
|
"output": {
|
241213
|
-
"resultWrapper": "ListMessageMoveTasksResult",
|
241214
241483
|
"type": "structure",
|
241215
241484
|
"members": {
|
241216
241485
|
"Results": {
|
241486
|
+
"flattened": true,
|
241217
241487
|
"type": "list",
|
241218
241488
|
"member": {
|
241219
|
-
"locationName": "ListMessageMoveTasksResultEntry",
|
241220
241489
|
"type": "structure",
|
241221
241490
|
"members": {
|
241222
241491
|
"TaskHandle": {},
|
@@ -241237,8 +241506,7 @@ module.exports={
|
|
241237
241506
|
"type": "long"
|
241238
241507
|
}
|
241239
241508
|
}
|
241240
|
-
}
|
241241
|
-
"flattened": true
|
241509
|
+
}
|
241242
241510
|
}
|
241243
241511
|
}
|
241244
241512
|
}
|
@@ -241254,12 +241522,10 @@ module.exports={
|
|
241254
241522
|
}
|
241255
241523
|
},
|
241256
241524
|
"output": {
|
241257
|
-
"resultWrapper": "ListQueueTagsResult",
|
241258
241525
|
"type": "structure",
|
241259
241526
|
"members": {
|
241260
241527
|
"Tags": {
|
241261
|
-
"shape": "Sm"
|
241262
|
-
"locationName": "Tag"
|
241528
|
+
"shape": "Sm"
|
241263
241529
|
}
|
241264
241530
|
}
|
241265
241531
|
}
|
@@ -241276,7 +241542,6 @@ module.exports={
|
|
241276
241542
|
}
|
241277
241543
|
},
|
241278
241544
|
"output": {
|
241279
|
-
"resultWrapper": "ListQueuesResult",
|
241280
241545
|
"type": "structure",
|
241281
241546
|
"members": {
|
241282
241547
|
"QueueUrls": {
|
@@ -241310,9 +241575,7 @@ module.exports={
|
|
241310
241575
|
},
|
241311
241576
|
"MessageAttributeNames": {
|
241312
241577
|
"type": "list",
|
241313
|
-
"member": {
|
241314
|
-
"locationName": "MessageAttributeName"
|
241315
|
-
},
|
241578
|
+
"member": {},
|
241316
241579
|
"flattened": true
|
241317
241580
|
},
|
241318
241581
|
"MaxNumberOfMessages": {
|
@@ -241328,13 +241591,11 @@ module.exports={
|
|
241328
241591
|
}
|
241329
241592
|
},
|
241330
241593
|
"output": {
|
241331
|
-
"resultWrapper": "ReceiveMessageResult",
|
241332
241594
|
"type": "structure",
|
241333
241595
|
"members": {
|
241334
241596
|
"Messages": {
|
241335
241597
|
"type": "list",
|
241336
241598
|
"member": {
|
241337
|
-
"locationName": "Message",
|
241338
241599
|
"type": "structure",
|
241339
241600
|
"members": {
|
241340
241601
|
"MessageId": {},
|
@@ -241342,20 +241603,14 @@ module.exports={
|
|
241342
241603
|
"MD5OfBody": {},
|
241343
241604
|
"Body": {},
|
241344
241605
|
"Attributes": {
|
241345
|
-
"locationName": "Attribute",
|
241346
241606
|
"type": "map",
|
241347
|
-
"key": {
|
241348
|
-
|
241349
|
-
},
|
241350
|
-
"value": {
|
241351
|
-
"locationName": "Value"
|
241352
|
-
},
|
241607
|
+
"key": {},
|
241608
|
+
"value": {},
|
241353
241609
|
"flattened": true
|
241354
241610
|
},
|
241355
241611
|
"MD5OfMessageAttributes": {},
|
241356
241612
|
"MessageAttributes": {
|
241357
|
-
"shape": "
|
241358
|
-
"locationName": "MessageAttribute"
|
241613
|
+
"shape": "S1r"
|
241359
241614
|
}
|
241360
241615
|
}
|
241361
241616
|
},
|
@@ -241391,19 +241646,16 @@ module.exports={
|
|
241391
241646
|
"type": "integer"
|
241392
241647
|
},
|
241393
241648
|
"MessageAttributes": {
|
241394
|
-
"shape": "
|
241395
|
-
"locationName": "MessageAttribute"
|
241649
|
+
"shape": "S1r"
|
241396
241650
|
},
|
241397
241651
|
"MessageSystemAttributes": {
|
241398
|
-
"shape": "
|
241399
|
-
"locationName": "MessageSystemAttribute"
|
241652
|
+
"shape": "S1y"
|
241400
241653
|
},
|
241401
241654
|
"MessageDeduplicationId": {},
|
241402
241655
|
"MessageGroupId": {}
|
241403
241656
|
}
|
241404
241657
|
},
|
241405
241658
|
"output": {
|
241406
|
-
"resultWrapper": "SendMessageResult",
|
241407
241659
|
"type": "structure",
|
241408
241660
|
"members": {
|
241409
241661
|
"MD5OfMessageBody": {},
|
@@ -241426,7 +241678,6 @@ module.exports={
|
|
241426
241678
|
"Entries": {
|
241427
241679
|
"type": "list",
|
241428
241680
|
"member": {
|
241429
|
-
"locationName": "SendMessageBatchRequestEntry",
|
241430
241681
|
"type": "structure",
|
241431
241682
|
"required": [
|
241432
241683
|
"Id",
|
@@ -241439,12 +241690,10 @@ module.exports={
|
|
241439
241690
|
"type": "integer"
|
241440
241691
|
},
|
241441
241692
|
"MessageAttributes": {
|
241442
|
-
"shape": "
|
241443
|
-
"locationName": "MessageAttribute"
|
241693
|
+
"shape": "S1r"
|
241444
241694
|
},
|
241445
241695
|
"MessageSystemAttributes": {
|
241446
|
-
"shape": "
|
241447
|
-
"locationName": "MessageSystemAttribute"
|
241696
|
+
"shape": "S1y"
|
241448
241697
|
},
|
241449
241698
|
"MessageDeduplicationId": {},
|
241450
241699
|
"MessageGroupId": {}
|
@@ -241455,7 +241704,6 @@ module.exports={
|
|
241455
241704
|
}
|
241456
241705
|
},
|
241457
241706
|
"output": {
|
241458
|
-
"resultWrapper": "SendMessageBatchResult",
|
241459
241707
|
"type": "structure",
|
241460
241708
|
"required": [
|
241461
241709
|
"Successful",
|
@@ -241465,7 +241713,6 @@ module.exports={
|
|
241465
241713
|
"Successful": {
|
241466
241714
|
"type": "list",
|
241467
241715
|
"member": {
|
241468
|
-
"locationName": "SendMessageBatchResultEntry",
|
241469
241716
|
"type": "structure",
|
241470
241717
|
"required": [
|
241471
241718
|
"Id",
|
@@ -241499,8 +241746,7 @@ module.exports={
|
|
241499
241746
|
"members": {
|
241500
241747
|
"QueueUrl": {},
|
241501
241748
|
"Attributes": {
|
241502
|
-
"shape": "Sk"
|
241503
|
-
"locationName": "Attribute"
|
241749
|
+
"shape": "Sk"
|
241504
241750
|
}
|
241505
241751
|
}
|
241506
241752
|
}
|
@@ -241520,7 +241766,6 @@ module.exports={
|
|
241520
241766
|
}
|
241521
241767
|
},
|
241522
241768
|
"output": {
|
241523
|
-
"resultWrapper": "StartMessageMoveTaskResult",
|
241524
241769
|
"type": "structure",
|
241525
241770
|
"members": {
|
241526
241771
|
"TaskHandle": {}
|
@@ -241553,9 +241798,7 @@ module.exports={
|
|
241553
241798
|
"QueueUrl": {},
|
241554
241799
|
"TagKeys": {
|
241555
241800
|
"type": "list",
|
241556
|
-
"member": {
|
241557
|
-
"locationName": "TagKey"
|
241558
|
-
},
|
241801
|
+
"member": {},
|
241559
241802
|
"flattened": true
|
241560
241803
|
}
|
241561
241804
|
}
|
@@ -241566,7 +241809,6 @@ module.exports={
|
|
241566
241809
|
"Sg": {
|
241567
241810
|
"type": "list",
|
241568
241811
|
"member": {
|
241569
|
-
"locationName": "BatchResultErrorEntry",
|
241570
241812
|
"type": "structure",
|
241571
241813
|
"required": [
|
241572
241814
|
"Id",
|
@@ -241586,47 +241828,30 @@ module.exports={
|
|
241586
241828
|
},
|
241587
241829
|
"Sk": {
|
241588
241830
|
"type": "map",
|
241589
|
-
"key": {
|
241590
|
-
|
241591
|
-
|
241592
|
-
"value": {
|
241593
|
-
"locationName": "Value"
|
241594
|
-
},
|
241595
|
-
"flattened": true,
|
241596
|
-
"locationName": "Attribute"
|
241831
|
+
"key": {},
|
241832
|
+
"value": {},
|
241833
|
+
"flattened": true
|
241597
241834
|
},
|
241598
241835
|
"Sm": {
|
241599
241836
|
"type": "map",
|
241600
|
-
"key": {
|
241601
|
-
|
241602
|
-
|
241603
|
-
"value": {
|
241604
|
-
"locationName": "Value"
|
241605
|
-
},
|
241606
|
-
"flattened": true,
|
241607
|
-
"locationName": "Tag"
|
241837
|
+
"key": {},
|
241838
|
+
"value": {},
|
241839
|
+
"flattened": true
|
241608
241840
|
},
|
241609
241841
|
"Sz": {
|
241610
241842
|
"type": "list",
|
241611
|
-
"member": {
|
241612
|
-
"locationName": "AttributeName"
|
241613
|
-
},
|
241843
|
+
"member": {},
|
241614
241844
|
"flattened": true
|
241615
241845
|
},
|
241616
241846
|
"S17": {
|
241617
241847
|
"type": "list",
|
241618
|
-
"member": {
|
241619
|
-
"locationName": "QueueUrl"
|
241620
|
-
},
|
241848
|
+
"member": {},
|
241621
241849
|
"flattened": true
|
241622
241850
|
},
|
241623
|
-
"
|
241851
|
+
"S1r": {
|
241624
241852
|
"type": "map",
|
241625
|
-
"key": {
|
241626
|
-
"locationName": "Name"
|
241627
|
-
},
|
241853
|
+
"key": {},
|
241628
241854
|
"value": {
|
241629
|
-
"locationName": "Value",
|
241630
241855
|
"type": "structure",
|
241631
241856
|
"required": [
|
241632
241857
|
"DataType"
|
@@ -241637,40 +241862,32 @@ module.exports={
|
|
241637
241862
|
"type": "blob"
|
241638
241863
|
},
|
241639
241864
|
"StringListValues": {
|
241640
|
-
"shape": "
|
241641
|
-
"flattened": true
|
241642
|
-
"locationName": "StringListValue"
|
241865
|
+
"shape": "S1u",
|
241866
|
+
"flattened": true
|
241643
241867
|
},
|
241644
241868
|
"BinaryListValues": {
|
241645
|
-
"shape": "
|
241646
|
-
"flattened": true
|
241647
|
-
"locationName": "BinaryListValue"
|
241869
|
+
"shape": "S1v",
|
241870
|
+
"flattened": true
|
241648
241871
|
},
|
241649
241872
|
"DataType": {}
|
241650
241873
|
}
|
241651
241874
|
},
|
241652
241875
|
"flattened": true
|
241653
241876
|
},
|
241654
|
-
"
|
241877
|
+
"S1u": {
|
241655
241878
|
"type": "list",
|
241656
|
-
"member": {
|
241657
|
-
"locationName": "StringListValue"
|
241658
|
-
}
|
241879
|
+
"member": {}
|
241659
241880
|
},
|
241660
|
-
"
|
241881
|
+
"S1v": {
|
241661
241882
|
"type": "list",
|
241662
241883
|
"member": {
|
241663
|
-
"locationName": "BinaryListValue",
|
241664
241884
|
"type": "blob"
|
241665
241885
|
}
|
241666
241886
|
},
|
241667
|
-
"
|
241887
|
+
"S1y": {
|
241668
241888
|
"type": "map",
|
241669
|
-
"key": {
|
241670
|
-
"locationName": "Name"
|
241671
|
-
},
|
241889
|
+
"key": {},
|
241672
241890
|
"value": {
|
241673
|
-
"locationName": "Value",
|
241674
241891
|
"type": "structure",
|
241675
241892
|
"required": [
|
241676
241893
|
"DataType"
|
@@ -241681,14 +241898,12 @@ module.exports={
|
|
241681
241898
|
"type": "blob"
|
241682
241899
|
},
|
241683
241900
|
"StringListValues": {
|
241684
|
-
"shape": "
|
241685
|
-
"flattened": true
|
241686
|
-
"locationName": "StringListValue"
|
241901
|
+
"shape": "S1u",
|
241902
|
+
"flattened": true
|
241687
241903
|
},
|
241688
241904
|
"BinaryListValues": {
|
241689
|
-
"shape": "
|
241690
|
-
"flattened": true
|
241691
|
-
"locationName": "BinaryListValue"
|
241905
|
+
"shape": "S1v",
|
241906
|
+
"flattened": true
|
241692
241907
|
},
|
241693
241908
|
"DataType": {}
|
241694
241909
|
}
|
@@ -241702,18 +241917,19 @@ module.exports={
|
|
241702
241917
|
"pagination": {
|
241703
241918
|
"ListDeadLetterSourceQueues": {
|
241704
241919
|
"input_token": "NextToken",
|
241705
|
-
"limit_key": "MaxResults",
|
241706
241920
|
"output_token": "NextToken",
|
241921
|
+
"limit_key": "MaxResults",
|
241707
241922
|
"result_key": "queueUrls"
|
241708
241923
|
},
|
241709
241924
|
"ListQueues": {
|
241710
241925
|
"input_token": "NextToken",
|
241711
|
-
"limit_key": "MaxResults",
|
241712
241926
|
"output_token": "NextToken",
|
241927
|
+
"limit_key": "MaxResults",
|
241713
241928
|
"result_key": "QueueUrls"
|
241714
241929
|
}
|
241715
241930
|
}
|
241716
241931
|
}
|
241932
|
+
|
241717
241933
|
},{}],229:[function(require,module,exports){
|
241718
241934
|
module.exports={
|
241719
241935
|
"version": "2.0",
|
@@ -263494,7 +263710,7 @@ AWS.util.update(AWS, {
|
|
263494
263710
|
/**
|
263495
263711
|
* @constant
|
263496
263712
|
*/
|
263497
|
-
VERSION: '2.
|
263713
|
+
VERSION: '2.1491.0',
|
263498
263714
|
|
263499
263715
|
/**
|
263500
263716
|
* @api private
|
@@ -285675,7 +285891,7 @@ var LRUCache = /** @class */ (function () {
|
|
285675
285891
|
}());
|
285676
285892
|
exports.LRUCache = LRUCache;
|
285677
285893
|
},{}],467:[function(require,module,exports){
|
285678
|
-
// AWS SDK for JavaScript v2.
|
285894
|
+
// AWS SDK for JavaScript v2.1491.0
|
285679
285895
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
285680
285896
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
285681
285897
|
require('./browser_loader');
|