aws-sdk 2.1389.0 → 2.1391.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 +17 -1
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +55 -39
- package/apis/cloudformation-2010-05-15.min.json +164 -127
- package/apis/cloudtrail-2013-11-01.min.json +34 -1
- package/apis/ec2-2016-11-15.min.json +6 -0
- package/apis/finspace-2021-03-12.min.json +1401 -17
- package/apis/finspace-2021-03-12.paginators.json +21 -0
- package/apis/keyspaces-2022-02-10.min.json +60 -34
- package/apis/kms-2014-11-01.examples.json +117 -9
- package/apis/sagemaker-2017-07-24.min.json +118 -81
- package/apis/wafv2-2019-07-29.min.json +86 -25
- package/clients/athena.d.ts +19 -3
- package/clients/cloudformation.d.ts +124 -61
- package/clients/cloudtrail.d.ts +90 -54
- package/clients/ec2.d.ts +2 -2
- package/clients/finspace.d.ts +1904 -127
- package/clients/frauddetector.d.ts +5 -5
- package/clients/keyspaces.d.ts +34 -1
- package/clients/kms.d.ts +20 -20
- package/clients/lambda.d.ts +10 -10
- package/clients/mwaa.d.ts +5 -5
- package/clients/sagemaker.d.ts +40 -1
- package/clients/wafv2.d.ts +95 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +262 -170
- package/dist/aws-sdk.min.js +99 -99
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1391.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){
|
@@ -7035,6 +7035,22 @@ module.exports={
|
|
7035
7035
|
"members": {}
|
7036
7036
|
}
|
7037
7037
|
},
|
7038
|
+
"DeleteCapacityReservation": {
|
7039
|
+
"input": {
|
7040
|
+
"type": "structure",
|
7041
|
+
"required": [
|
7042
|
+
"Name"
|
7043
|
+
],
|
7044
|
+
"members": {
|
7045
|
+
"Name": {}
|
7046
|
+
}
|
7047
|
+
},
|
7048
|
+
"output": {
|
7049
|
+
"type": "structure",
|
7050
|
+
"members": {}
|
7051
|
+
},
|
7052
|
+
"idempotent": true
|
7053
|
+
},
|
7038
7054
|
"DeleteDataCatalog": {
|
7039
7055
|
"input": {
|
7040
7056
|
"type": "structure",
|
@@ -7133,7 +7149,7 @@ module.exports={
|
|
7133
7149
|
"type": "structure",
|
7134
7150
|
"members": {
|
7135
7151
|
"NotebookMetadata": {
|
7136
|
-
"shape": "
|
7152
|
+
"shape": "S34"
|
7137
7153
|
},
|
7138
7154
|
"Payload": {}
|
7139
7155
|
}
|
@@ -7157,10 +7173,10 @@ module.exports={
|
|
7157
7173
|
"Description": {},
|
7158
7174
|
"WorkingDirectory": {},
|
7159
7175
|
"Status": {
|
7160
|
-
"shape": "
|
7176
|
+
"shape": "S3b"
|
7161
7177
|
},
|
7162
7178
|
"Statistics": {
|
7163
|
-
"shape": "
|
7179
|
+
"shape": "S3d"
|
7164
7180
|
},
|
7165
7181
|
"Result": {
|
7166
7182
|
"type": "structure",
|
@@ -7205,10 +7221,10 @@ module.exports={
|
|
7205
7221
|
"type": "structure",
|
7206
7222
|
"members": {
|
7207
7223
|
"Status": {
|
7208
|
-
"shape": "
|
7224
|
+
"shape": "S3b"
|
7209
7225
|
},
|
7210
7226
|
"Statistics": {
|
7211
|
-
"shape": "
|
7227
|
+
"shape": "S3d"
|
7212
7228
|
}
|
7213
7229
|
}
|
7214
7230
|
}
|
@@ -7234,7 +7250,7 @@ module.exports={
|
|
7234
7250
|
"members": {
|
7235
7251
|
"CapacityReservationName": {},
|
7236
7252
|
"CapacityAssignments": {
|
7237
|
-
"shape": "
|
7253
|
+
"shape": "S3o"
|
7238
7254
|
}
|
7239
7255
|
}
|
7240
7256
|
}
|
@@ -7258,7 +7274,7 @@ module.exports={
|
|
7258
7274
|
],
|
7259
7275
|
"members": {
|
7260
7276
|
"CapacityReservation": {
|
7261
|
-
"shape": "
|
7277
|
+
"shape": "S3t"
|
7262
7278
|
}
|
7263
7279
|
}
|
7264
7280
|
}
|
@@ -7310,7 +7326,7 @@ module.exports={
|
|
7310
7326
|
"type": "structure",
|
7311
7327
|
"members": {
|
7312
7328
|
"Database": {
|
7313
|
-
"shape": "
|
7329
|
+
"shape": "S44"
|
7314
7330
|
}
|
7315
7331
|
}
|
7316
7332
|
}
|
@@ -7348,7 +7364,7 @@ module.exports={
|
|
7348
7364
|
"type": "structure",
|
7349
7365
|
"members": {
|
7350
7366
|
"NotebookMetadata": {
|
7351
|
-
"shape": "
|
7367
|
+
"shape": "S34"
|
7352
7368
|
}
|
7353
7369
|
}
|
7354
7370
|
}
|
@@ -7526,7 +7542,7 @@ module.exports={
|
|
7526
7542
|
}
|
7527
7543
|
},
|
7528
7544
|
"OutputStage": {
|
7529
|
-
"shape": "
|
7545
|
+
"shape": "S4x"
|
7530
7546
|
}
|
7531
7547
|
}
|
7532
7548
|
}
|
@@ -7551,7 +7567,7 @@ module.exports={
|
|
7551
7567
|
"WorkGroup": {},
|
7552
7568
|
"EngineVersion": {},
|
7553
7569
|
"EngineConfiguration": {
|
7554
|
-
"shape": "
|
7570
|
+
"shape": "S54"
|
7555
7571
|
},
|
7556
7572
|
"NotebookVersion": {},
|
7557
7573
|
"SessionConfiguration": {
|
@@ -7568,7 +7584,7 @@ module.exports={
|
|
7568
7584
|
}
|
7569
7585
|
},
|
7570
7586
|
"Status": {
|
7571
|
-
"shape": "
|
7587
|
+
"shape": "S59"
|
7572
7588
|
},
|
7573
7589
|
"Statistics": {
|
7574
7590
|
"type": "structure",
|
@@ -7596,7 +7612,7 @@ module.exports={
|
|
7596
7612
|
"members": {
|
7597
7613
|
"SessionId": {},
|
7598
7614
|
"Status": {
|
7599
|
-
"shape": "
|
7615
|
+
"shape": "S59"
|
7600
7616
|
}
|
7601
7617
|
}
|
7602
7618
|
}
|
@@ -7619,7 +7635,7 @@ module.exports={
|
|
7619
7635
|
"type": "structure",
|
7620
7636
|
"members": {
|
7621
7637
|
"TableMetadata": {
|
7622
|
-
"shape": "
|
7638
|
+
"shape": "S5g"
|
7623
7639
|
}
|
7624
7640
|
}
|
7625
7641
|
}
|
@@ -7740,7 +7756,7 @@ module.exports={
|
|
7740
7756
|
"CalculationExecutionId": {},
|
7741
7757
|
"Description": {},
|
7742
7758
|
"Status": {
|
7743
|
-
"shape": "
|
7759
|
+
"shape": "S3b"
|
7744
7760
|
}
|
7745
7761
|
}
|
7746
7762
|
}
|
@@ -7768,7 +7784,7 @@ module.exports={
|
|
7768
7784
|
"CapacityReservations": {
|
7769
7785
|
"type": "list",
|
7770
7786
|
"member": {
|
7771
|
-
"shape": "
|
7787
|
+
"shape": "S3t"
|
7772
7788
|
}
|
7773
7789
|
}
|
7774
7790
|
}
|
@@ -7821,7 +7837,7 @@ module.exports={
|
|
7821
7837
|
"DatabaseList": {
|
7822
7838
|
"type": "list",
|
7823
7839
|
"member": {
|
7824
|
-
"shape": "
|
7840
|
+
"shape": "S44"
|
7825
7841
|
}
|
7826
7842
|
},
|
7827
7843
|
"NextToken": {}
|
@@ -7948,7 +7964,7 @@ module.exports={
|
|
7948
7964
|
"NotebookMetadataList": {
|
7949
7965
|
"type": "list",
|
7950
7966
|
"member": {
|
7951
|
-
"shape": "
|
7967
|
+
"shape": "S34"
|
7952
7968
|
}
|
7953
7969
|
}
|
7954
7970
|
}
|
@@ -8075,7 +8091,7 @@ module.exports={
|
|
8075
8091
|
},
|
8076
8092
|
"NotebookVersion": {},
|
8077
8093
|
"Status": {
|
8078
|
-
"shape": "
|
8094
|
+
"shape": "S59"
|
8079
8095
|
}
|
8080
8096
|
}
|
8081
8097
|
}
|
@@ -8106,7 +8122,7 @@ module.exports={
|
|
8106
8122
|
"TableMetadataList": {
|
8107
8123
|
"type": "list",
|
8108
8124
|
"member": {
|
8109
|
-
"shape": "
|
8125
|
+
"shape": "S5g"
|
8110
8126
|
}
|
8111
8127
|
},
|
8112
8128
|
"NextToken": {}
|
@@ -8181,7 +8197,7 @@ module.exports={
|
|
8181
8197
|
"members": {
|
8182
8198
|
"CapacityReservationName": {},
|
8183
8199
|
"CapacityAssignments": {
|
8184
|
-
"shape": "
|
8200
|
+
"shape": "S3o"
|
8185
8201
|
}
|
8186
8202
|
}
|
8187
8203
|
},
|
@@ -8265,7 +8281,7 @@ module.exports={
|
|
8265
8281
|
"Description": {},
|
8266
8282
|
"WorkGroup": {},
|
8267
8283
|
"EngineConfiguration": {
|
8268
|
-
"shape": "
|
8284
|
+
"shape": "S54"
|
8269
8285
|
},
|
8270
8286
|
"NotebookVersion": {},
|
8271
8287
|
"SessionIdleTimeoutInMinutes": {
|
@@ -8819,7 +8835,7 @@ module.exports={
|
|
8819
8835
|
"KmsKey": {}
|
8820
8836
|
}
|
8821
8837
|
},
|
8822
|
-
"
|
8838
|
+
"S34": {
|
8823
8839
|
"type": "structure",
|
8824
8840
|
"members": {
|
8825
8841
|
"NotebookId": {},
|
@@ -8834,7 +8850,7 @@ module.exports={
|
|
8834
8850
|
}
|
8835
8851
|
}
|
8836
8852
|
},
|
8837
|
-
"
|
8853
|
+
"S3b": {
|
8838
8854
|
"type": "structure",
|
8839
8855
|
"members": {
|
8840
8856
|
"SubmissionDateTime": {
|
@@ -8847,7 +8863,7 @@ module.exports={
|
|
8847
8863
|
"StateChangeReason": {}
|
8848
8864
|
}
|
8849
8865
|
},
|
8850
|
-
"
|
8866
|
+
"S3d": {
|
8851
8867
|
"type": "structure",
|
8852
8868
|
"members": {
|
8853
8869
|
"DpuExecutionInMillis": {
|
@@ -8856,7 +8872,7 @@ module.exports={
|
|
8856
8872
|
"Progress": {}
|
8857
8873
|
}
|
8858
8874
|
},
|
8859
|
-
"
|
8875
|
+
"S3o": {
|
8860
8876
|
"type": "list",
|
8861
8877
|
"member": {
|
8862
8878
|
"type": "structure",
|
@@ -8868,7 +8884,7 @@ module.exports={
|
|
8868
8884
|
}
|
8869
8885
|
}
|
8870
8886
|
},
|
8871
|
-
"
|
8887
|
+
"S3t": {
|
8872
8888
|
"type": "structure",
|
8873
8889
|
"required": [
|
8874
8890
|
"Name",
|
@@ -8911,7 +8927,7 @@ module.exports={
|
|
8911
8927
|
}
|
8912
8928
|
}
|
8913
8929
|
},
|
8914
|
-
"
|
8930
|
+
"S44": {
|
8915
8931
|
"type": "structure",
|
8916
8932
|
"required": [
|
8917
8933
|
"Name"
|
@@ -8924,7 +8940,7 @@ module.exports={
|
|
8924
8940
|
}
|
8925
8941
|
}
|
8926
8942
|
},
|
8927
|
-
"
|
8943
|
+
"S4x": {
|
8928
8944
|
"type": "structure",
|
8929
8945
|
"members": {
|
8930
8946
|
"StageId": {
|
@@ -8947,17 +8963,17 @@ module.exports={
|
|
8947
8963
|
"type": "long"
|
8948
8964
|
},
|
8949
8965
|
"QueryStagePlan": {
|
8950
|
-
"shape": "
|
8966
|
+
"shape": "S4y"
|
8951
8967
|
},
|
8952
8968
|
"SubStages": {
|
8953
8969
|
"type": "list",
|
8954
8970
|
"member": {
|
8955
|
-
"shape": "
|
8971
|
+
"shape": "S4x"
|
8956
8972
|
}
|
8957
8973
|
}
|
8958
8974
|
}
|
8959
8975
|
},
|
8960
|
-
"
|
8976
|
+
"S4y": {
|
8961
8977
|
"type": "structure",
|
8962
8978
|
"members": {
|
8963
8979
|
"Name": {},
|
@@ -8965,7 +8981,7 @@ module.exports={
|
|
8965
8981
|
"Children": {
|
8966
8982
|
"type": "list",
|
8967
8983
|
"member": {
|
8968
|
-
"shape": "
|
8984
|
+
"shape": "S4y"
|
8969
8985
|
}
|
8970
8986
|
},
|
8971
8987
|
"RemoteSources": {
|
@@ -8974,7 +8990,7 @@ module.exports={
|
|
8974
8990
|
}
|
8975
8991
|
}
|
8976
8992
|
},
|
8977
|
-
"
|
8993
|
+
"S54": {
|
8978
8994
|
"type": "structure",
|
8979
8995
|
"required": [
|
8980
8996
|
"MaxConcurrentDpus"
|
@@ -8994,7 +9010,7 @@ module.exports={
|
|
8994
9010
|
}
|
8995
9011
|
}
|
8996
9012
|
},
|
8997
|
-
"
|
9013
|
+
"S59": {
|
8998
9014
|
"type": "structure",
|
8999
9015
|
"members": {
|
9000
9016
|
"StartDateTime": {
|
@@ -9013,7 +9029,7 @@ module.exports={
|
|
9013
9029
|
"StateChangeReason": {}
|
9014
9030
|
}
|
9015
9031
|
},
|
9016
|
-
"
|
9032
|
+
"S5g": {
|
9017
9033
|
"type": "structure",
|
9018
9034
|
"required": [
|
9019
9035
|
"Name"
|
@@ -9028,17 +9044,17 @@ module.exports={
|
|
9028
9044
|
},
|
9029
9045
|
"TableType": {},
|
9030
9046
|
"Columns": {
|
9031
|
-
"shape": "
|
9047
|
+
"shape": "S5i"
|
9032
9048
|
},
|
9033
9049
|
"PartitionKeys": {
|
9034
|
-
"shape": "
|
9050
|
+
"shape": "S5i"
|
9035
9051
|
},
|
9036
9052
|
"Parameters": {
|
9037
9053
|
"shape": "S1z"
|
9038
9054
|
}
|
9039
9055
|
}
|
9040
9056
|
},
|
9041
|
-
"
|
9057
|
+
"S5i": {
|
9042
9058
|
"type": "list",
|
9043
9059
|
"member": {
|
9044
9060
|
"type": "structure",
|
@@ -14219,6 +14235,17 @@ module.exports={
|
|
14219
14235
|
"xmlNamespace": "http://cloudformation.amazonaws.com/doc/2010-05-15/"
|
14220
14236
|
},
|
14221
14237
|
"operations": {
|
14238
|
+
"ActivateOrganizationsAccess": {
|
14239
|
+
"input": {
|
14240
|
+
"type": "structure",
|
14241
|
+
"members": {}
|
14242
|
+
},
|
14243
|
+
"output": {
|
14244
|
+
"resultWrapper": "ActivateOrganizationsAccessResult",
|
14245
|
+
"type": "structure",
|
14246
|
+
"members": {}
|
14247
|
+
}
|
14248
|
+
},
|
14222
14249
|
"ActivateType": {
|
14223
14250
|
"input": {
|
14224
14251
|
"type": "structure",
|
@@ -14232,7 +14259,7 @@ module.exports={
|
|
14232
14259
|
"type": "boolean"
|
14233
14260
|
},
|
14234
14261
|
"LoggingConfig": {
|
14235
|
-
"shape": "
|
14262
|
+
"shape": "S9"
|
14236
14263
|
},
|
14237
14264
|
"ExecutionRoleArn": {},
|
14238
14265
|
"VersionBump": {},
|
@@ -14260,7 +14287,7 @@ module.exports={
|
|
14260
14287
|
"TypeConfigurationIdentifiers": {
|
14261
14288
|
"type": "list",
|
14262
14289
|
"member": {
|
14263
|
-
"shape": "
|
14290
|
+
"shape": "Si"
|
14264
14291
|
}
|
14265
14292
|
}
|
14266
14293
|
}
|
@@ -14277,7 +14304,7 @@ module.exports={
|
|
14277
14304
|
"ErrorCode": {},
|
14278
14305
|
"ErrorMessage": {},
|
14279
14306
|
"TypeConfigurationIdentifier": {
|
14280
|
-
"shape": "
|
14307
|
+
"shape": "Si"
|
14281
14308
|
}
|
14282
14309
|
}
|
14283
14310
|
}
|
@@ -14285,7 +14312,7 @@ module.exports={
|
|
14285
14312
|
"UnprocessedTypeConfigurations": {
|
14286
14313
|
"type": "list",
|
14287
14314
|
"member": {
|
14288
|
-
"shape": "
|
14315
|
+
"shape": "Si"
|
14289
14316
|
}
|
14290
14317
|
},
|
14291
14318
|
"TypeConfigurations": {
|
@@ -14359,23 +14386,23 @@ module.exports={
|
|
14359
14386
|
"type": "boolean"
|
14360
14387
|
},
|
14361
14388
|
"Parameters": {
|
14362
|
-
"shape": "
|
14389
|
+
"shape": "S1a"
|
14363
14390
|
},
|
14364
14391
|
"Capabilities": {
|
14365
|
-
"shape": "
|
14392
|
+
"shape": "S1f"
|
14366
14393
|
},
|
14367
14394
|
"ResourceTypes": {
|
14368
|
-
"shape": "
|
14395
|
+
"shape": "S1h"
|
14369
14396
|
},
|
14370
14397
|
"RoleARN": {},
|
14371
14398
|
"RollbackConfiguration": {
|
14372
|
-
"shape": "
|
14399
|
+
"shape": "S1j"
|
14373
14400
|
},
|
14374
14401
|
"NotificationARNs": {
|
14375
|
-
"shape": "
|
14402
|
+
"shape": "S1p"
|
14376
14403
|
},
|
14377
14404
|
"Tags": {
|
14378
|
-
"shape": "
|
14405
|
+
"shape": "S1r"
|
14379
14406
|
},
|
14380
14407
|
"ChangeSetName": {},
|
14381
14408
|
"ClientToken": {},
|
@@ -14426,32 +14453,32 @@ module.exports={
|
|
14426
14453
|
"TemplateBody": {},
|
14427
14454
|
"TemplateURL": {},
|
14428
14455
|
"Parameters": {
|
14429
|
-
"shape": "
|
14456
|
+
"shape": "S1a"
|
14430
14457
|
},
|
14431
14458
|
"DisableRollback": {
|
14432
14459
|
"type": "boolean"
|
14433
14460
|
},
|
14434
14461
|
"RollbackConfiguration": {
|
14435
|
-
"shape": "
|
14462
|
+
"shape": "S1j"
|
14436
14463
|
},
|
14437
14464
|
"TimeoutInMinutes": {
|
14438
14465
|
"type": "integer"
|
14439
14466
|
},
|
14440
14467
|
"NotificationARNs": {
|
14441
|
-
"shape": "
|
14468
|
+
"shape": "S1p"
|
14442
14469
|
},
|
14443
14470
|
"Capabilities": {
|
14444
|
-
"shape": "
|
14471
|
+
"shape": "S1f"
|
14445
14472
|
},
|
14446
14473
|
"ResourceTypes": {
|
14447
|
-
"shape": "
|
14474
|
+
"shape": "S1h"
|
14448
14475
|
},
|
14449
14476
|
"RoleARN": {},
|
14450
14477
|
"OnFailure": {},
|
14451
14478
|
"StackPolicyBody": {},
|
14452
14479
|
"StackPolicyURL": {},
|
14453
14480
|
"Tags": {
|
14454
|
-
"shape": "
|
14481
|
+
"shape": "S1r"
|
14455
14482
|
},
|
14456
14483
|
"ClientRequestToken": {},
|
14457
14484
|
"EnableTerminationProtection": {
|
@@ -14477,19 +14504,19 @@ module.exports={
|
|
14477
14504
|
"members": {
|
14478
14505
|
"StackSetName": {},
|
14479
14506
|
"Accounts": {
|
14480
|
-
"shape": "
|
14507
|
+
"shape": "S2j"
|
14481
14508
|
},
|
14482
14509
|
"DeploymentTargets": {
|
14483
|
-
"shape": "
|
14510
|
+
"shape": "S2l"
|
14484
14511
|
},
|
14485
14512
|
"Regions": {
|
14486
|
-
"shape": "
|
14513
|
+
"shape": "S2q"
|
14487
14514
|
},
|
14488
14515
|
"ParameterOverrides": {
|
14489
|
-
"shape": "
|
14516
|
+
"shape": "S1a"
|
14490
14517
|
},
|
14491
14518
|
"OperationPreferences": {
|
14492
|
-
"shape": "
|
14519
|
+
"shape": "S2s"
|
14493
14520
|
},
|
14494
14521
|
"OperationId": {
|
14495
14522
|
"idempotencyToken": true
|
@@ -14518,26 +14545,26 @@ module.exports={
|
|
14518
14545
|
"TemplateURL": {},
|
14519
14546
|
"StackId": {},
|
14520
14547
|
"Parameters": {
|
14521
|
-
"shape": "
|
14548
|
+
"shape": "S1a"
|
14522
14549
|
},
|
14523
14550
|
"Capabilities": {
|
14524
|
-
"shape": "
|
14551
|
+
"shape": "S1f"
|
14525
14552
|
},
|
14526
14553
|
"Tags": {
|
14527
|
-
"shape": "
|
14554
|
+
"shape": "S1r"
|
14528
14555
|
},
|
14529
14556
|
"AdministrationRoleARN": {},
|
14530
14557
|
"ExecutionRoleName": {},
|
14531
14558
|
"PermissionModel": {},
|
14532
14559
|
"AutoDeployment": {
|
14533
|
-
"shape": "
|
14560
|
+
"shape": "S33"
|
14534
14561
|
},
|
14535
14562
|
"CallAs": {},
|
14536
14563
|
"ClientRequestToken": {
|
14537
14564
|
"idempotencyToken": true
|
14538
14565
|
},
|
14539
14566
|
"ManagedExecution": {
|
14540
|
-
"shape": "
|
14567
|
+
"shape": "S36"
|
14541
14568
|
}
|
14542
14569
|
}
|
14543
14570
|
},
|
@@ -14549,6 +14576,17 @@ module.exports={
|
|
14549
14576
|
}
|
14550
14577
|
}
|
14551
14578
|
},
|
14579
|
+
"DeactivateOrganizationsAccess": {
|
14580
|
+
"input": {
|
14581
|
+
"type": "structure",
|
14582
|
+
"members": {}
|
14583
|
+
},
|
14584
|
+
"output": {
|
14585
|
+
"resultWrapper": "DeactivateOrganizationsAccessResult",
|
14586
|
+
"type": "structure",
|
14587
|
+
"members": {}
|
14588
|
+
}
|
14589
|
+
},
|
14552
14590
|
"DeactivateType": {
|
14553
14591
|
"input": {
|
14554
14592
|
"type": "structure",
|
@@ -14610,16 +14648,16 @@ module.exports={
|
|
14610
14648
|
"members": {
|
14611
14649
|
"StackSetName": {},
|
14612
14650
|
"Accounts": {
|
14613
|
-
"shape": "
|
14651
|
+
"shape": "S2j"
|
14614
14652
|
},
|
14615
14653
|
"DeploymentTargets": {
|
14616
|
-
"shape": "
|
14654
|
+
"shape": "S2l"
|
14617
14655
|
},
|
14618
14656
|
"Regions": {
|
14619
|
-
"shape": "
|
14657
|
+
"shape": "S2q"
|
14620
14658
|
},
|
14621
14659
|
"OperationPreferences": {
|
14622
|
-
"shape": "
|
14660
|
+
"shape": "S2s"
|
14623
14661
|
},
|
14624
14662
|
"RetainStacks": {
|
14625
14663
|
"type": "boolean"
|
@@ -14721,7 +14759,7 @@ module.exports={
|
|
14721
14759
|
"StackName": {},
|
14722
14760
|
"Description": {},
|
14723
14761
|
"Parameters": {
|
14724
|
-
"shape": "
|
14762
|
+
"shape": "S1a"
|
14725
14763
|
},
|
14726
14764
|
"CreationTime": {
|
14727
14765
|
"type": "timestamp"
|
@@ -14730,16 +14768,16 @@ module.exports={
|
|
14730
14768
|
"Status": {},
|
14731
14769
|
"StatusReason": {},
|
14732
14770
|
"NotificationARNs": {
|
14733
|
-
"shape": "
|
14771
|
+
"shape": "S1p"
|
14734
14772
|
},
|
14735
14773
|
"RollbackConfiguration": {
|
14736
|
-
"shape": "
|
14774
|
+
"shape": "S1j"
|
14737
14775
|
},
|
14738
14776
|
"Capabilities": {
|
14739
|
-
"shape": "
|
14777
|
+
"shape": "S1f"
|
14740
14778
|
},
|
14741
14779
|
"Tags": {
|
14742
|
-
"shape": "
|
14780
|
+
"shape": "S1r"
|
14743
14781
|
},
|
14744
14782
|
"Changes": {
|
14745
14783
|
"type": "list",
|
@@ -14783,7 +14821,7 @@ module.exports={
|
|
14783
14821
|
},
|
14784
14822
|
"ChangeSetId": {},
|
14785
14823
|
"ModuleInfo": {
|
14786
|
-
"shape": "
|
14824
|
+
"shape": "S4n"
|
14787
14825
|
}
|
14788
14826
|
}
|
14789
14827
|
}
|
@@ -14852,6 +14890,21 @@ module.exports={
|
|
14852
14890
|
}
|
14853
14891
|
}
|
14854
14892
|
},
|
14893
|
+
"DescribeOrganizationsAccess": {
|
14894
|
+
"input": {
|
14895
|
+
"type": "structure",
|
14896
|
+
"members": {
|
14897
|
+
"CallAs": {}
|
14898
|
+
}
|
14899
|
+
},
|
14900
|
+
"output": {
|
14901
|
+
"resultWrapper": "DescribeOrganizationsAccessResult",
|
14902
|
+
"type": "structure",
|
14903
|
+
"members": {
|
14904
|
+
"Status": {}
|
14905
|
+
}
|
14906
|
+
}
|
14907
|
+
},
|
14855
14908
|
"DescribePublisher": {
|
14856
14909
|
"input": {
|
14857
14910
|
"type": "structure",
|
@@ -14980,11 +15033,11 @@ module.exports={
|
|
14980
15033
|
"Account": {},
|
14981
15034
|
"StackId": {},
|
14982
15035
|
"ParameterOverrides": {
|
14983
|
-
"shape": "
|
15036
|
+
"shape": "S1a"
|
14984
15037
|
},
|
14985
15038
|
"Status": {},
|
14986
15039
|
"StackInstanceStatus": {
|
14987
|
-
"shape": "
|
15040
|
+
"shape": "S5y"
|
14988
15041
|
},
|
14989
15042
|
"StatusReason": {},
|
14990
15043
|
"OrganizationalUnitId": {},
|
@@ -15036,10 +15089,10 @@ module.exports={
|
|
15036
15089
|
"Description": {},
|
15037
15090
|
"Metadata": {},
|
15038
15091
|
"DriftInformation": {
|
15039
|
-
"shape": "
|
15092
|
+
"shape": "S65"
|
15040
15093
|
},
|
15041
15094
|
"ModuleInfo": {
|
15042
|
-
"shape": "
|
15095
|
+
"shape": "S4n"
|
15043
15096
|
}
|
15044
15097
|
}
|
15045
15098
|
}
|
@@ -15074,7 +15127,7 @@ module.exports={
|
|
15074
15127
|
"StackResourceDrifts": {
|
15075
15128
|
"type": "list",
|
15076
15129
|
"member": {
|
15077
|
-
"shape": "
|
15130
|
+
"shape": "S6c"
|
15078
15131
|
}
|
15079
15132
|
},
|
15080
15133
|
"NextToken": {}
|
@@ -15117,10 +15170,10 @@ module.exports={
|
|
15117
15170
|
"ResourceStatusReason": {},
|
15118
15171
|
"Description": {},
|
15119
15172
|
"DriftInformation": {
|
15120
|
-
"shape": "
|
15173
|
+
"shape": "S65"
|
15121
15174
|
},
|
15122
15175
|
"ModuleInfo": {
|
15123
|
-
"shape": "
|
15176
|
+
"shape": "S4n"
|
15124
15177
|
}
|
15125
15178
|
}
|
15126
15179
|
}
|
@@ -15152,32 +15205,32 @@ module.exports={
|
|
15152
15205
|
"Status": {},
|
15153
15206
|
"TemplateBody": {},
|
15154
15207
|
"Parameters": {
|
15155
|
-
"shape": "
|
15208
|
+
"shape": "S1a"
|
15156
15209
|
},
|
15157
15210
|
"Capabilities": {
|
15158
|
-
"shape": "
|
15211
|
+
"shape": "S1f"
|
15159
15212
|
},
|
15160
15213
|
"Tags": {
|
15161
|
-
"shape": "
|
15214
|
+
"shape": "S1r"
|
15162
15215
|
},
|
15163
15216
|
"StackSetARN": {},
|
15164
15217
|
"AdministrationRoleARN": {},
|
15165
15218
|
"ExecutionRoleName": {},
|
15166
15219
|
"StackSetDriftDetectionDetails": {
|
15167
|
-
"shape": "
|
15220
|
+
"shape": "S6w"
|
15168
15221
|
},
|
15169
15222
|
"AutoDeployment": {
|
15170
|
-
"shape": "
|
15223
|
+
"shape": "S33"
|
15171
15224
|
},
|
15172
15225
|
"PermissionModel": {},
|
15173
15226
|
"OrganizationalUnitIds": {
|
15174
|
-
"shape": "
|
15227
|
+
"shape": "S2n"
|
15175
15228
|
},
|
15176
15229
|
"ManagedExecution": {
|
15177
|
-
"shape": "
|
15230
|
+
"shape": "S36"
|
15178
15231
|
},
|
15179
15232
|
"Regions": {
|
15180
|
-
"shape": "
|
15233
|
+
"shape": "S2q"
|
15181
15234
|
}
|
15182
15235
|
}
|
15183
15236
|
}
|
@@ -15209,7 +15262,7 @@ module.exports={
|
|
15209
15262
|
"Action": {},
|
15210
15263
|
"Status": {},
|
15211
15264
|
"OperationPreferences": {
|
15212
|
-
"shape": "
|
15265
|
+
"shape": "S2s"
|
15213
15266
|
},
|
15214
15267
|
"RetainStacks": {
|
15215
15268
|
"type": "boolean"
|
@@ -15223,14 +15276,14 @@ module.exports={
|
|
15223
15276
|
"type": "timestamp"
|
15224
15277
|
},
|
15225
15278
|
"DeploymentTargets": {
|
15226
|
-
"shape": "
|
15279
|
+
"shape": "S2l"
|
15227
15280
|
},
|
15228
15281
|
"StackSetDriftDetectionDetails": {
|
15229
|
-
"shape": "
|
15282
|
+
"shape": "S6w"
|
15230
15283
|
},
|
15231
15284
|
"StatusReason": {},
|
15232
15285
|
"StatusDetails": {
|
15233
|
-
"shape": "
|
15286
|
+
"shape": "S7b"
|
15234
15287
|
}
|
15235
15288
|
}
|
15236
15289
|
}
|
@@ -15264,7 +15317,7 @@ module.exports={
|
|
15264
15317
|
"ChangeSetId": {},
|
15265
15318
|
"Description": {},
|
15266
15319
|
"Parameters": {
|
15267
|
-
"shape": "
|
15320
|
+
"shape": "S1a"
|
15268
15321
|
},
|
15269
15322
|
"CreationTime": {
|
15270
15323
|
"type": "timestamp"
|
@@ -15276,7 +15329,7 @@ module.exports={
|
|
15276
15329
|
"type": "timestamp"
|
15277
15330
|
},
|
15278
15331
|
"RollbackConfiguration": {
|
15279
|
-
"shape": "
|
15332
|
+
"shape": "S1j"
|
15280
15333
|
},
|
15281
15334
|
"StackStatus": {},
|
15282
15335
|
"StackStatusReason": {},
|
@@ -15284,13 +15337,13 @@ module.exports={
|
|
15284
15337
|
"type": "boolean"
|
15285
15338
|
},
|
15286
15339
|
"NotificationARNs": {
|
15287
|
-
"shape": "
|
15340
|
+
"shape": "S1p"
|
15288
15341
|
},
|
15289
15342
|
"TimeoutInMinutes": {
|
15290
15343
|
"type": "integer"
|
15291
15344
|
},
|
15292
15345
|
"Capabilities": {
|
15293
|
-
"shape": "
|
15346
|
+
"shape": "S1f"
|
15294
15347
|
},
|
15295
15348
|
"Outputs": {
|
15296
15349
|
"type": "list",
|
@@ -15306,7 +15359,7 @@ module.exports={
|
|
15306
15359
|
},
|
15307
15360
|
"RoleARN": {},
|
15308
15361
|
"Tags": {
|
15309
|
-
"shape": "
|
15362
|
+
"shape": "S1r"
|
15310
15363
|
},
|
15311
15364
|
"EnableTerminationProtection": {
|
15312
15365
|
"type": "boolean"
|
@@ -15362,7 +15415,7 @@ module.exports={
|
|
15362
15415
|
"ProvisioningType": {},
|
15363
15416
|
"DeprecatedStatus": {},
|
15364
15417
|
"LoggingConfig": {
|
15365
|
-
"shape": "
|
15418
|
+
"shape": "S9"
|
15366
15419
|
},
|
15367
15420
|
"RequiredActivatedTypes": {
|
15368
15421
|
"type": "list",
|
@@ -15438,7 +15491,7 @@ module.exports={
|
|
15438
15491
|
"members": {
|
15439
15492
|
"StackName": {},
|
15440
15493
|
"LogicalResourceIds": {
|
15441
|
-
"shape": "
|
15494
|
+
"shape": "S8c"
|
15442
15495
|
}
|
15443
15496
|
}
|
15444
15497
|
},
|
@@ -15473,7 +15526,7 @@ module.exports={
|
|
15473
15526
|
],
|
15474
15527
|
"members": {
|
15475
15528
|
"StackResourceDrift": {
|
15476
|
-
"shape": "
|
15529
|
+
"shape": "S6c"
|
15477
15530
|
}
|
15478
15531
|
}
|
15479
15532
|
}
|
@@ -15487,7 +15540,7 @@ module.exports={
|
|
15487
15540
|
"members": {
|
15488
15541
|
"StackSetName": {},
|
15489
15542
|
"OperationPreferences": {
|
15490
|
-
"shape": "
|
15543
|
+
"shape": "S2s"
|
15491
15544
|
},
|
15492
15545
|
"OperationId": {
|
15493
15546
|
"idempotencyToken": true
|
@@ -15510,7 +15563,7 @@ module.exports={
|
|
15510
15563
|
"TemplateBody": {},
|
15511
15564
|
"TemplateURL": {},
|
15512
15565
|
"Parameters": {
|
15513
|
-
"shape": "
|
15566
|
+
"shape": "S1a"
|
15514
15567
|
}
|
15515
15568
|
}
|
15516
15569
|
},
|
@@ -15623,16 +15676,16 @@ module.exports={
|
|
15623
15676
|
},
|
15624
15677
|
"Description": {},
|
15625
15678
|
"Capabilities": {
|
15626
|
-
"shape": "
|
15679
|
+
"shape": "S1f"
|
15627
15680
|
},
|
15628
15681
|
"CapabilitiesReason": {},
|
15629
15682
|
"ResourceTypes": {
|
15630
|
-
"shape": "
|
15683
|
+
"shape": "S1h"
|
15631
15684
|
},
|
15632
15685
|
"Version": {},
|
15633
15686
|
"Metadata": {},
|
15634
15687
|
"DeclaredTransforms": {
|
15635
|
-
"shape": "
|
15688
|
+
"shape": "S95"
|
15636
15689
|
},
|
15637
15690
|
"ResourceIdentifierSummaries": {
|
15638
15691
|
"type": "list",
|
@@ -15641,7 +15694,7 @@ module.exports={
|
|
15641
15694
|
"members": {
|
15642
15695
|
"ResourceType": {},
|
15643
15696
|
"LogicalResourceIds": {
|
15644
|
-
"shape": "
|
15697
|
+
"shape": "S8c"
|
15645
15698
|
},
|
15646
15699
|
"ResourceIdentifiers": {
|
15647
15700
|
"type": "list",
|
@@ -15667,10 +15720,10 @@ module.exports={
|
|
15667
15720
|
},
|
15668
15721
|
"StackIdsUrl": {},
|
15669
15722
|
"OrganizationalUnitIds": {
|
15670
|
-
"shape": "
|
15723
|
+
"shape": "S2n"
|
15671
15724
|
},
|
15672
15725
|
"OperationPreferences": {
|
15673
|
-
"shape": "
|
15726
|
+
"shape": "S2s"
|
15674
15727
|
},
|
15675
15728
|
"OperationId": {
|
15676
15729
|
"idempotencyToken": true
|
@@ -15821,7 +15874,7 @@ module.exports={
|
|
15821
15874
|
"Status": {},
|
15822
15875
|
"StatusReason": {},
|
15823
15876
|
"StackInstanceStatus": {
|
15824
|
-
"shape": "
|
15877
|
+
"shape": "S5y"
|
15825
15878
|
},
|
15826
15879
|
"OrganizationalUnitId": {},
|
15827
15880
|
"DriftStatus": {},
|
@@ -15883,7 +15936,7 @@ module.exports={
|
|
15883
15936
|
}
|
15884
15937
|
},
|
15885
15938
|
"ModuleInfo": {
|
15886
|
-
"shape": "
|
15939
|
+
"shape": "S4n"
|
15887
15940
|
}
|
15888
15941
|
}
|
15889
15942
|
}
|
@@ -15982,10 +16035,10 @@ module.exports={
|
|
15982
16035
|
},
|
15983
16036
|
"StatusReason": {},
|
15984
16037
|
"StatusDetails": {
|
15985
|
-
"shape": "
|
16038
|
+
"shape": "S7b"
|
15986
16039
|
},
|
15987
16040
|
"OperationPreferences": {
|
15988
|
-
"shape": "
|
16041
|
+
"shape": "S2s"
|
15989
16042
|
}
|
15990
16043
|
}
|
15991
16044
|
}
|
@@ -16020,7 +16073,7 @@ module.exports={
|
|
16020
16073
|
"Description": {},
|
16021
16074
|
"Status": {},
|
16022
16075
|
"AutoDeployment": {
|
16023
|
-
"shape": "
|
16076
|
+
"shape": "S33"
|
16024
16077
|
},
|
16025
16078
|
"PermissionModel": {},
|
16026
16079
|
"DriftStatus": {},
|
@@ -16028,7 +16081,7 @@ module.exports={
|
|
16028
16081
|
"type": "timestamp"
|
16029
16082
|
},
|
16030
16083
|
"ManagedExecution": {
|
16031
|
-
"shape": "
|
16084
|
+
"shape": "S36"
|
16032
16085
|
}
|
16033
16086
|
}
|
16034
16087
|
}
|
@@ -16298,7 +16351,7 @@ module.exports={
|
|
16298
16351
|
"TypeName": {},
|
16299
16352
|
"SchemaHandlerPackage": {},
|
16300
16353
|
"LoggingConfig": {
|
16301
|
-
"shape": "
|
16354
|
+
"shape": "S9"
|
16302
16355
|
},
|
16303
16356
|
"ExecutionRoleArn": {},
|
16304
16357
|
"ClientRequestToken": {}
|
@@ -16457,25 +16510,25 @@ module.exports={
|
|
16457
16510
|
"StackPolicyDuringUpdateBody": {},
|
16458
16511
|
"StackPolicyDuringUpdateURL": {},
|
16459
16512
|
"Parameters": {
|
16460
|
-
"shape": "
|
16513
|
+
"shape": "S1a"
|
16461
16514
|
},
|
16462
16515
|
"Capabilities": {
|
16463
|
-
"shape": "
|
16516
|
+
"shape": "S1f"
|
16464
16517
|
},
|
16465
16518
|
"ResourceTypes": {
|
16466
|
-
"shape": "
|
16519
|
+
"shape": "S1h"
|
16467
16520
|
},
|
16468
16521
|
"RoleARN": {},
|
16469
16522
|
"RollbackConfiguration": {
|
16470
|
-
"shape": "
|
16523
|
+
"shape": "S1j"
|
16471
16524
|
},
|
16472
16525
|
"StackPolicyBody": {},
|
16473
16526
|
"StackPolicyURL": {},
|
16474
16527
|
"NotificationARNs": {
|
16475
|
-
"shape": "
|
16528
|
+
"shape": "S1p"
|
16476
16529
|
},
|
16477
16530
|
"Tags": {
|
16478
|
-
"shape": "
|
16531
|
+
"shape": "S1r"
|
16479
16532
|
},
|
16480
16533
|
"DisableRollback": {
|
16481
16534
|
"type": "boolean"
|
@@ -16501,19 +16554,19 @@ module.exports={
|
|
16501
16554
|
"members": {
|
16502
16555
|
"StackSetName": {},
|
16503
16556
|
"Accounts": {
|
16504
|
-
"shape": "
|
16557
|
+
"shape": "S2j"
|
16505
16558
|
},
|
16506
16559
|
"DeploymentTargets": {
|
16507
|
-
"shape": "
|
16560
|
+
"shape": "S2l"
|
16508
16561
|
},
|
16509
16562
|
"Regions": {
|
16510
|
-
"shape": "
|
16563
|
+
"shape": "S2q"
|
16511
16564
|
},
|
16512
16565
|
"ParameterOverrides": {
|
16513
|
-
"shape": "
|
16566
|
+
"shape": "S1a"
|
16514
16567
|
},
|
16515
16568
|
"OperationPreferences": {
|
16516
|
-
"shape": "
|
16569
|
+
"shape": "S2s"
|
16517
16570
|
},
|
16518
16571
|
"OperationId": {
|
16519
16572
|
"idempotencyToken": true
|
@@ -16544,38 +16597,38 @@ module.exports={
|
|
16544
16597
|
"type": "boolean"
|
16545
16598
|
},
|
16546
16599
|
"Parameters": {
|
16547
|
-
"shape": "
|
16600
|
+
"shape": "S1a"
|
16548
16601
|
},
|
16549
16602
|
"Capabilities": {
|
16550
|
-
"shape": "
|
16603
|
+
"shape": "S1f"
|
16551
16604
|
},
|
16552
16605
|
"Tags": {
|
16553
|
-
"shape": "
|
16606
|
+
"shape": "S1r"
|
16554
16607
|
},
|
16555
16608
|
"OperationPreferences": {
|
16556
|
-
"shape": "
|
16609
|
+
"shape": "S2s"
|
16557
16610
|
},
|
16558
16611
|
"AdministrationRoleARN": {},
|
16559
16612
|
"ExecutionRoleName": {},
|
16560
16613
|
"DeploymentTargets": {
|
16561
|
-
"shape": "
|
16614
|
+
"shape": "S2l"
|
16562
16615
|
},
|
16563
16616
|
"PermissionModel": {},
|
16564
16617
|
"AutoDeployment": {
|
16565
|
-
"shape": "
|
16618
|
+
"shape": "S33"
|
16566
16619
|
},
|
16567
16620
|
"OperationId": {
|
16568
16621
|
"idempotencyToken": true
|
16569
16622
|
},
|
16570
16623
|
"Accounts": {
|
16571
|
-
"shape": "
|
16624
|
+
"shape": "S2j"
|
16572
16625
|
},
|
16573
16626
|
"Regions": {
|
16574
|
-
"shape": "
|
16627
|
+
"shape": "S2q"
|
16575
16628
|
},
|
16576
16629
|
"CallAs": {},
|
16577
16630
|
"ManagedExecution": {
|
16578
|
-
"shape": "
|
16631
|
+
"shape": "S36"
|
16579
16632
|
}
|
16580
16633
|
}
|
16581
16634
|
},
|
@@ -16637,18 +16690,18 @@ module.exports={
|
|
16637
16690
|
},
|
16638
16691
|
"Description": {},
|
16639
16692
|
"Capabilities": {
|
16640
|
-
"shape": "
|
16693
|
+
"shape": "S1f"
|
16641
16694
|
},
|
16642
16695
|
"CapabilitiesReason": {},
|
16643
16696
|
"DeclaredTransforms": {
|
16644
|
-
"shape": "
|
16697
|
+
"shape": "S95"
|
16645
16698
|
}
|
16646
16699
|
}
|
16647
16700
|
}
|
16648
16701
|
}
|
16649
16702
|
},
|
16650
16703
|
"shapes": {
|
16651
|
-
"
|
16704
|
+
"S9": {
|
16652
16705
|
"type": "structure",
|
16653
16706
|
"required": [
|
16654
16707
|
"LogRoleArn",
|
@@ -16659,7 +16712,7 @@ module.exports={
|
|
16659
16712
|
"LogGroupName": {}
|
16660
16713
|
}
|
16661
16714
|
},
|
16662
|
-
"
|
16715
|
+
"Si": {
|
16663
16716
|
"type": "structure",
|
16664
16717
|
"members": {
|
16665
16718
|
"TypeArn": {},
|
@@ -16669,7 +16722,7 @@ module.exports={
|
|
16669
16722
|
"TypeName": {}
|
16670
16723
|
}
|
16671
16724
|
},
|
16672
|
-
"
|
16725
|
+
"S1a": {
|
16673
16726
|
"type": "list",
|
16674
16727
|
"member": {
|
16675
16728
|
"type": "structure",
|
@@ -16683,15 +16736,15 @@ module.exports={
|
|
16683
16736
|
}
|
16684
16737
|
}
|
16685
16738
|
},
|
16686
|
-
"
|
16739
|
+
"S1f": {
|
16687
16740
|
"type": "list",
|
16688
16741
|
"member": {}
|
16689
16742
|
},
|
16690
|
-
"
|
16743
|
+
"S1h": {
|
16691
16744
|
"type": "list",
|
16692
16745
|
"member": {}
|
16693
16746
|
},
|
16694
|
-
"
|
16747
|
+
"S1j": {
|
16695
16748
|
"type": "structure",
|
16696
16749
|
"members": {
|
16697
16750
|
"RollbackTriggers": {
|
@@ -16713,11 +16766,11 @@ module.exports={
|
|
16713
16766
|
}
|
16714
16767
|
}
|
16715
16768
|
},
|
16716
|
-
"
|
16769
|
+
"S1p": {
|
16717
16770
|
"type": "list",
|
16718
16771
|
"member": {}
|
16719
16772
|
},
|
16720
|
-
"
|
16773
|
+
"S1r": {
|
16721
16774
|
"type": "list",
|
16722
16775
|
"member": {
|
16723
16776
|
"type": "structure",
|
@@ -16731,37 +16784,37 @@ module.exports={
|
|
16731
16784
|
}
|
16732
16785
|
}
|
16733
16786
|
},
|
16734
|
-
"
|
16787
|
+
"S2j": {
|
16735
16788
|
"type": "list",
|
16736
16789
|
"member": {}
|
16737
16790
|
},
|
16738
|
-
"
|
16791
|
+
"S2l": {
|
16739
16792
|
"type": "structure",
|
16740
16793
|
"members": {
|
16741
16794
|
"Accounts": {
|
16742
|
-
"shape": "
|
16795
|
+
"shape": "S2j"
|
16743
16796
|
},
|
16744
16797
|
"AccountsUrl": {},
|
16745
16798
|
"OrganizationalUnitIds": {
|
16746
|
-
"shape": "
|
16799
|
+
"shape": "S2n"
|
16747
16800
|
},
|
16748
16801
|
"AccountFilterType": {}
|
16749
16802
|
}
|
16750
16803
|
},
|
16751
|
-
"
|
16804
|
+
"S2n": {
|
16752
16805
|
"type": "list",
|
16753
16806
|
"member": {}
|
16754
16807
|
},
|
16755
|
-
"
|
16808
|
+
"S2q": {
|
16756
16809
|
"type": "list",
|
16757
16810
|
"member": {}
|
16758
16811
|
},
|
16759
|
-
"
|
16812
|
+
"S2s": {
|
16760
16813
|
"type": "structure",
|
16761
16814
|
"members": {
|
16762
16815
|
"RegionConcurrencyType": {},
|
16763
16816
|
"RegionOrder": {
|
16764
|
-
"shape": "
|
16817
|
+
"shape": "S2q"
|
16765
16818
|
},
|
16766
16819
|
"FailureToleranceCount": {
|
16767
16820
|
"type": "integer"
|
@@ -16777,7 +16830,7 @@ module.exports={
|
|
16777
16830
|
}
|
16778
16831
|
}
|
16779
16832
|
},
|
16780
|
-
"
|
16833
|
+
"S33": {
|
16781
16834
|
"type": "structure",
|
16782
16835
|
"members": {
|
16783
16836
|
"Enabled": {
|
@@ -16788,7 +16841,7 @@ module.exports={
|
|
16788
16841
|
}
|
16789
16842
|
}
|
16790
16843
|
},
|
16791
|
-
"
|
16844
|
+
"S36": {
|
16792
16845
|
"type": "structure",
|
16793
16846
|
"members": {
|
16794
16847
|
"Active": {
|
@@ -16796,20 +16849,20 @@ module.exports={
|
|
16796
16849
|
}
|
16797
16850
|
}
|
16798
16851
|
},
|
16799
|
-
"
|
16852
|
+
"S4n": {
|
16800
16853
|
"type": "structure",
|
16801
16854
|
"members": {
|
16802
16855
|
"TypeHierarchy": {},
|
16803
16856
|
"LogicalIdHierarchy": {}
|
16804
16857
|
}
|
16805
16858
|
},
|
16806
|
-
"
|
16859
|
+
"S5y": {
|
16807
16860
|
"type": "structure",
|
16808
16861
|
"members": {
|
16809
16862
|
"DetailedStatus": {}
|
16810
16863
|
}
|
16811
16864
|
},
|
16812
|
-
"
|
16865
|
+
"S65": {
|
16813
16866
|
"type": "structure",
|
16814
16867
|
"required": [
|
16815
16868
|
"StackResourceDriftStatus"
|
@@ -16821,7 +16874,7 @@ module.exports={
|
|
16821
16874
|
}
|
16822
16875
|
}
|
16823
16876
|
},
|
16824
|
-
"
|
16877
|
+
"S6c": {
|
16825
16878
|
"type": "structure",
|
16826
16879
|
"required": [
|
16827
16880
|
"StackId",
|
@@ -16874,11 +16927,11 @@ module.exports={
|
|
16874
16927
|
"type": "timestamp"
|
16875
16928
|
},
|
16876
16929
|
"ModuleInfo": {
|
16877
|
-
"shape": "
|
16930
|
+
"shape": "S4n"
|
16878
16931
|
}
|
16879
16932
|
}
|
16880
16933
|
},
|
16881
|
-
"
|
16934
|
+
"S6w": {
|
16882
16935
|
"type": "structure",
|
16883
16936
|
"members": {
|
16884
16937
|
"DriftStatus": {},
|
@@ -16903,7 +16956,7 @@ module.exports={
|
|
16903
16956
|
}
|
16904
16957
|
}
|
16905
16958
|
},
|
16906
|
-
"
|
16959
|
+
"S7b": {
|
16907
16960
|
"type": "structure",
|
16908
16961
|
"members": {
|
16909
16962
|
"FailedStackInstancesCount": {
|
@@ -16911,11 +16964,11 @@ module.exports={
|
|
16911
16964
|
}
|
16912
16965
|
}
|
16913
16966
|
},
|
16914
|
-
"
|
16967
|
+
"S8c": {
|
16915
16968
|
"type": "list",
|
16916
16969
|
"member": {}
|
16917
16970
|
},
|
16918
|
-
"
|
16971
|
+
"S95": {
|
16919
16972
|
"type": "list",
|
16920
16973
|
"member": {}
|
16921
16974
|
}
|
@@ -40176,7 +40229,10 @@ module.exports={
|
|
40176
40229
|
"TagsList": {
|
40177
40230
|
"shape": "S3"
|
40178
40231
|
},
|
40179
|
-
"KmsKeyId": {}
|
40232
|
+
"KmsKeyId": {},
|
40233
|
+
"StartIngestion": {
|
40234
|
+
"type": "boolean"
|
40235
|
+
}
|
40180
40236
|
}
|
40181
40237
|
},
|
40182
40238
|
"output": {
|
@@ -41271,6 +41327,21 @@ module.exports={
|
|
41271
41327
|
}
|
41272
41328
|
}
|
41273
41329
|
},
|
41330
|
+
"StartEventDataStoreIngestion": {
|
41331
|
+
"input": {
|
41332
|
+
"type": "structure",
|
41333
|
+
"required": [
|
41334
|
+
"EventDataStore"
|
41335
|
+
],
|
41336
|
+
"members": {
|
41337
|
+
"EventDataStore": {}
|
41338
|
+
}
|
41339
|
+
},
|
41340
|
+
"output": {
|
41341
|
+
"type": "structure",
|
41342
|
+
"members": {}
|
41343
|
+
}
|
41344
|
+
},
|
41274
41345
|
"StartImport": {
|
41275
41346
|
"input": {
|
41276
41347
|
"type": "structure",
|
@@ -41351,6 +41422,21 @@ module.exports={
|
|
41351
41422
|
},
|
41352
41423
|
"idempotent": true
|
41353
41424
|
},
|
41425
|
+
"StopEventDataStoreIngestion": {
|
41426
|
+
"input": {
|
41427
|
+
"type": "structure",
|
41428
|
+
"required": [
|
41429
|
+
"EventDataStore"
|
41430
|
+
],
|
41431
|
+
"members": {
|
41432
|
+
"EventDataStore": {}
|
41433
|
+
}
|
41434
|
+
},
|
41435
|
+
"output": {
|
41436
|
+
"type": "structure",
|
41437
|
+
"members": {}
|
41438
|
+
}
|
41439
|
+
},
|
41354
41440
|
"StopImport": {
|
41355
41441
|
"input": {
|
41356
41442
|
"type": "structure",
|
@@ -88549,6 +88635,9 @@ module.exports={
|
|
88549
88635
|
"DeregisterInstanceEventNotificationAttributes": {
|
88550
88636
|
"input": {
|
88551
88637
|
"type": "structure",
|
88638
|
+
"required": [
|
88639
|
+
"InstanceTagAttribute"
|
88640
|
+
],
|
88552
88641
|
"members": {
|
88553
88642
|
"DryRun": {
|
88554
88643
|
"type": "boolean"
|
@@ -103865,6 +103954,9 @@ module.exports={
|
|
103865
103954
|
"RegisterInstanceEventNotificationAttributes": {
|
103866
103955
|
"input": {
|
103867
103956
|
"type": "structure",
|
103957
|
+
"required": [
|
103958
|
+
"InstanceTagAttribute"
|
103959
|
+
],
|
103868
103960
|
"members": {
|
103869
103961
|
"DryRun": {
|
103870
103962
|
"type": "boolean"
|
@@ -257985,7 +258077,7 @@ AWS.util.update(AWS, {
|
|
257985
258077
|
/**
|
257986
258078
|
* @constant
|
257987
258079
|
*/
|
257988
|
-
VERSION: '2.
|
258080
|
+
VERSION: '2.1391.0',
|
257989
258081
|
|
257990
258082
|
/**
|
257991
258083
|
* @api private
|
@@ -280154,7 +280246,7 @@ var LRUCache = /** @class */ (function () {
|
|
280154
280246
|
}());
|
280155
280247
|
exports.LRUCache = LRUCache;
|
280156
280248
|
},{}],466:[function(require,module,exports){
|
280157
|
-
// AWS SDK for JavaScript v2.
|
280249
|
+
// AWS SDK for JavaScript v2.1391.0
|
280158
280250
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
280159
280251
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
280160
280252
|
require('./browser_loader');
|