aws-sdk 2.768.0 → 2.772.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 +40 -1
- package/README.md +1 -1
- package/apis/accessanalyzer-2019-11-01.min.json +70 -48
- package/apis/amplify-2017-07-25.min.json +58 -46
- package/apis/budgets-2016-10-20.min.json +411 -0
- package/apis/budgets-2016-10-20.paginators.json +18 -0
- package/apis/ce-2017-10-25.min.json +119 -87
- package/apis/dms-2016-01-01.min.json +15 -3
- package/apis/ec2-2016-11-15.min.json +33 -7
- package/apis/elasticache-2015-02-02.min.json +425 -106
- package/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/apis/eventbridge-2015-10-07.min.json +20 -3
- package/apis/events-2015-10-07.min.json +20 -3
- package/apis/groundstation-2019-05-23.min.json +1 -0
- package/apis/iot-2015-05-28.min.json +4 -1
- package/apis/macie2-2020-01-01.min.json +159 -22
- package/apis/medialive-2017-10-14.min.json +366 -194
- package/apis/mediapackage-2017-10-12.min.json +214 -93
- package/apis/rds-2014-10-31.min.json +20 -2
- package/apis/rekognition-2016-06-27.min.json +206 -76
- package/apis/servicecatalog-2015-12-10.min.json +60 -30
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/snowball-2016-06-30.min.json +61 -9
- package/apis/ssm-2014-11-06.min.json +147 -126
- package/apis/transfer-2018-11-05.min.json +32 -28
- package/apis/workmail-2017-10-01.min.json +93 -30
- package/apis/xray-2016-04-12.min.json +11 -5
- package/apis/xray-2016-04-12.paginators.json +0 -15
- package/clients/accessanalyzer.d.ts +26 -4
- package/clients/amplify.d.ts +17 -0
- package/clients/budgets.d.ts +358 -0
- package/clients/cloudwatchevents.d.ts +27 -0
- package/clients/computeoptimizer.d.ts +15 -15
- package/clients/costexplorer.d.ts +64 -12
- package/clients/dms.d.ts +26 -2
- package/clients/ec2.d.ts +28 -8
- package/clients/eks.d.ts +2 -2
- package/clients/elasticache.d.ts +416 -4
- package/clients/eventbridge.d.ts +27 -0
- package/clients/glue.d.ts +1 -1
- package/clients/groundstation.d.ts +5 -1
- package/clients/iot.d.ts +10 -6
- package/clients/macie2.d.ts +182 -62
- package/clients/medialive.d.ts +206 -4
- package/clients/mediapackage.d.ts +58 -0
- package/clients/rds.d.ts +26 -14
- package/clients/rekognition.d.ts +155 -14
- package/clients/sagemaker.d.ts +5 -5
- package/clients/servicecatalog.d.ts +66 -21
- package/clients/snowball.d.ts +122 -52
- package/clients/sns.d.ts +1 -1
- package/clients/ssm.d.ts +63 -11
- package/clients/transfer.d.ts +77 -71
- package/clients/workmail.d.ts +91 -1
- package/clients/workspaces.d.ts +12 -12
- package/clients/xray.d.ts +29 -21
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +27 -27
- package/dist/aws-sdk.js +1087 -483
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config-base.d.ts +3 -0
- package/lib/core.d.ts +1 -1
- 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.772.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){
|
|
@@ -7751,6 +7751,9 @@ module.exports={
|
|
|
7751
7751
|
"RuleVersion": {},
|
|
7752
7752
|
"Rules": {
|
|
7753
7753
|
"shape": "Sx"
|
|
7754
|
+
},
|
|
7755
|
+
"ProcessingStatus": {
|
|
7756
|
+
"shape": "S1c"
|
|
7754
7757
|
}
|
|
7755
7758
|
}
|
|
7756
7759
|
}
|
|
@@ -7937,17 +7940,17 @@ module.exports={
|
|
|
7937
7940
|
],
|
|
7938
7941
|
"members": {
|
|
7939
7942
|
"TimePeriod": {
|
|
7940
|
-
"shape": "
|
|
7943
|
+
"shape": "S22"
|
|
7941
7944
|
},
|
|
7942
7945
|
"Granularity": {},
|
|
7943
7946
|
"Filter": {
|
|
7944
7947
|
"shape": "S7"
|
|
7945
7948
|
},
|
|
7946
7949
|
"Metrics": {
|
|
7947
|
-
"shape": "
|
|
7950
|
+
"shape": "S24"
|
|
7948
7951
|
},
|
|
7949
7952
|
"GroupBy": {
|
|
7950
|
-
"shape": "
|
|
7953
|
+
"shape": "S26"
|
|
7951
7954
|
},
|
|
7952
7955
|
"NextPageToken": {}
|
|
7953
7956
|
}
|
|
@@ -7957,10 +7960,10 @@ module.exports={
|
|
|
7957
7960
|
"members": {
|
|
7958
7961
|
"NextPageToken": {},
|
|
7959
7962
|
"GroupDefinitions": {
|
|
7960
|
-
"shape": "
|
|
7963
|
+
"shape": "S26"
|
|
7961
7964
|
},
|
|
7962
7965
|
"ResultsByTime": {
|
|
7963
|
-
"shape": "
|
|
7966
|
+
"shape": "S2b"
|
|
7964
7967
|
}
|
|
7965
7968
|
}
|
|
7966
7969
|
}
|
|
@@ -7974,17 +7977,17 @@ module.exports={
|
|
|
7974
7977
|
],
|
|
7975
7978
|
"members": {
|
|
7976
7979
|
"TimePeriod": {
|
|
7977
|
-
"shape": "
|
|
7980
|
+
"shape": "S22"
|
|
7978
7981
|
},
|
|
7979
7982
|
"Granularity": {},
|
|
7980
7983
|
"Filter": {
|
|
7981
7984
|
"shape": "S7"
|
|
7982
7985
|
},
|
|
7983
7986
|
"Metrics": {
|
|
7984
|
-
"shape": "
|
|
7987
|
+
"shape": "S24"
|
|
7985
7988
|
},
|
|
7986
7989
|
"GroupBy": {
|
|
7987
|
-
"shape": "
|
|
7990
|
+
"shape": "S26"
|
|
7988
7991
|
},
|
|
7989
7992
|
"NextPageToken": {}
|
|
7990
7993
|
}
|
|
@@ -7994,10 +7997,10 @@ module.exports={
|
|
|
7994
7997
|
"members": {
|
|
7995
7998
|
"NextPageToken": {},
|
|
7996
7999
|
"GroupDefinitions": {
|
|
7997
|
-
"shape": "
|
|
8000
|
+
"shape": "S26"
|
|
7998
8001
|
},
|
|
7999
8002
|
"ResultsByTime": {
|
|
8000
|
-
"shape": "
|
|
8003
|
+
"shape": "S2b"
|
|
8001
8004
|
}
|
|
8002
8005
|
}
|
|
8003
8006
|
}
|
|
@@ -8012,7 +8015,7 @@ module.exports={
|
|
|
8012
8015
|
],
|
|
8013
8016
|
"members": {
|
|
8014
8017
|
"TimePeriod": {
|
|
8015
|
-
"shape": "
|
|
8018
|
+
"shape": "S22"
|
|
8016
8019
|
},
|
|
8017
8020
|
"Metric": {},
|
|
8018
8021
|
"Granularity": {},
|
|
@@ -8028,10 +8031,10 @@ module.exports={
|
|
|
8028
8031
|
"type": "structure",
|
|
8029
8032
|
"members": {
|
|
8030
8033
|
"Total": {
|
|
8031
|
-
"shape": "
|
|
8034
|
+
"shape": "S2e"
|
|
8032
8035
|
},
|
|
8033
8036
|
"ForecastResultsByTime": {
|
|
8034
|
-
"shape": "
|
|
8037
|
+
"shape": "S2s"
|
|
8035
8038
|
}
|
|
8036
8039
|
}
|
|
8037
8040
|
}
|
|
@@ -8046,7 +8049,7 @@ module.exports={
|
|
|
8046
8049
|
"members": {
|
|
8047
8050
|
"SearchString": {},
|
|
8048
8051
|
"TimePeriod": {
|
|
8049
|
-
"shape": "
|
|
8052
|
+
"shape": "S22"
|
|
8050
8053
|
},
|
|
8051
8054
|
"Dimension": {},
|
|
8052
8055
|
"Context": {},
|
|
@@ -8068,7 +8071,7 @@ module.exports={
|
|
|
8068
8071
|
"members": {
|
|
8069
8072
|
"Value": {},
|
|
8070
8073
|
"Attributes": {
|
|
8071
|
-
"shape": "
|
|
8074
|
+
"shape": "S30"
|
|
8072
8075
|
}
|
|
8073
8076
|
}
|
|
8074
8077
|
}
|
|
@@ -8091,17 +8094,17 @@ module.exports={
|
|
|
8091
8094
|
],
|
|
8092
8095
|
"members": {
|
|
8093
8096
|
"TimePeriod": {
|
|
8094
|
-
"shape": "
|
|
8097
|
+
"shape": "S22"
|
|
8095
8098
|
},
|
|
8096
8099
|
"GroupBy": {
|
|
8097
|
-
"shape": "
|
|
8100
|
+
"shape": "S26"
|
|
8098
8101
|
},
|
|
8099
8102
|
"Granularity": {},
|
|
8100
8103
|
"Filter": {
|
|
8101
8104
|
"shape": "S7"
|
|
8102
8105
|
},
|
|
8103
8106
|
"Metrics": {
|
|
8104
|
-
"shape": "
|
|
8107
|
+
"shape": "S24"
|
|
8105
8108
|
},
|
|
8106
8109
|
"NextPageToken": {}
|
|
8107
8110
|
}
|
|
@@ -8118,7 +8121,7 @@ module.exports={
|
|
|
8118
8121
|
"type": "structure",
|
|
8119
8122
|
"members": {
|
|
8120
8123
|
"TimePeriod": {
|
|
8121
|
-
"shape": "
|
|
8124
|
+
"shape": "S22"
|
|
8122
8125
|
},
|
|
8123
8126
|
"Groups": {
|
|
8124
8127
|
"type": "list",
|
|
@@ -8126,22 +8129,22 @@ module.exports={
|
|
|
8126
8129
|
"type": "structure",
|
|
8127
8130
|
"members": {
|
|
8128
8131
|
"Attributes": {
|
|
8129
|
-
"shape": "
|
|
8132
|
+
"shape": "S30"
|
|
8130
8133
|
},
|
|
8131
8134
|
"Coverage": {
|
|
8132
|
-
"shape": "
|
|
8135
|
+
"shape": "S39"
|
|
8133
8136
|
}
|
|
8134
8137
|
}
|
|
8135
8138
|
}
|
|
8136
8139
|
},
|
|
8137
8140
|
"Total": {
|
|
8138
|
-
"shape": "
|
|
8141
|
+
"shape": "S39"
|
|
8139
8142
|
}
|
|
8140
8143
|
}
|
|
8141
8144
|
}
|
|
8142
8145
|
},
|
|
8143
8146
|
"Total": {
|
|
8144
|
-
"shape": "
|
|
8147
|
+
"shape": "S39"
|
|
8145
8148
|
},
|
|
8146
8149
|
"NextPageToken": {}
|
|
8147
8150
|
}
|
|
@@ -8161,7 +8164,7 @@ module.exports={
|
|
|
8161
8164
|
"TermInYears": {},
|
|
8162
8165
|
"PaymentOption": {},
|
|
8163
8166
|
"ServiceSpecification": {
|
|
8164
|
-
"shape": "
|
|
8167
|
+
"shape": "S3r"
|
|
8165
8168
|
},
|
|
8166
8169
|
"PageSize": {
|
|
8167
8170
|
"type": "integer"
|
|
@@ -8189,7 +8192,7 @@ module.exports={
|
|
|
8189
8192
|
"TermInYears": {},
|
|
8190
8193
|
"PaymentOption": {},
|
|
8191
8194
|
"ServiceSpecification": {
|
|
8192
|
-
"shape": "
|
|
8195
|
+
"shape": "S3r"
|
|
8193
8196
|
},
|
|
8194
8197
|
"RecommendationDetails": {
|
|
8195
8198
|
"type": "list",
|
|
@@ -8323,10 +8326,10 @@ module.exports={
|
|
|
8323
8326
|
],
|
|
8324
8327
|
"members": {
|
|
8325
8328
|
"TimePeriod": {
|
|
8326
|
-
"shape": "
|
|
8329
|
+
"shape": "S22"
|
|
8327
8330
|
},
|
|
8328
8331
|
"GroupBy": {
|
|
8329
|
-
"shape": "
|
|
8332
|
+
"shape": "S26"
|
|
8330
8333
|
},
|
|
8331
8334
|
"Granularity": {},
|
|
8332
8335
|
"Filter": {
|
|
@@ -8347,7 +8350,7 @@ module.exports={
|
|
|
8347
8350
|
"type": "structure",
|
|
8348
8351
|
"members": {
|
|
8349
8352
|
"TimePeriod": {
|
|
8350
|
-
"shape": "
|
|
8353
|
+
"shape": "S22"
|
|
8351
8354
|
},
|
|
8352
8355
|
"Groups": {
|
|
8353
8356
|
"type": "list",
|
|
@@ -8357,22 +8360,22 @@ module.exports={
|
|
|
8357
8360
|
"Key": {},
|
|
8358
8361
|
"Value": {},
|
|
8359
8362
|
"Attributes": {
|
|
8360
|
-
"shape": "
|
|
8363
|
+
"shape": "S30"
|
|
8361
8364
|
},
|
|
8362
8365
|
"Utilization": {
|
|
8363
|
-
"shape": "
|
|
8366
|
+
"shape": "S4g"
|
|
8364
8367
|
}
|
|
8365
8368
|
}
|
|
8366
8369
|
}
|
|
8367
8370
|
},
|
|
8368
8371
|
"Total": {
|
|
8369
|
-
"shape": "
|
|
8372
|
+
"shape": "S4g"
|
|
8370
8373
|
}
|
|
8371
8374
|
}
|
|
8372
8375
|
}
|
|
8373
8376
|
},
|
|
8374
8377
|
"Total": {
|
|
8375
|
-
"shape": "
|
|
8378
|
+
"shape": "S4g"
|
|
8376
8379
|
},
|
|
8377
8380
|
"NextPageToken": {}
|
|
8378
8381
|
}
|
|
@@ -8389,7 +8392,7 @@ module.exports={
|
|
|
8389
8392
|
"shape": "S7"
|
|
8390
8393
|
},
|
|
8391
8394
|
"Configuration": {
|
|
8392
|
-
"shape": "
|
|
8395
|
+
"shape": "S4w"
|
|
8393
8396
|
},
|
|
8394
8397
|
"Service": {},
|
|
8395
8398
|
"PageSize": {
|
|
@@ -8436,10 +8439,10 @@ module.exports={
|
|
|
8436
8439
|
}
|
|
8437
8440
|
},
|
|
8438
8441
|
"ResourceDetails": {
|
|
8439
|
-
"shape": "
|
|
8442
|
+
"shape": "S55"
|
|
8440
8443
|
},
|
|
8441
8444
|
"ResourceUtilization": {
|
|
8442
|
-
"shape": "
|
|
8445
|
+
"shape": "S57"
|
|
8443
8446
|
},
|
|
8444
8447
|
"ReservationCoveredHoursInLookbackPeriod": {},
|
|
8445
8448
|
"SavingsPlansCoveredHoursInLookbackPeriod": {},
|
|
@@ -8465,10 +8468,10 @@ module.exports={
|
|
|
8465
8468
|
"type": "boolean"
|
|
8466
8469
|
},
|
|
8467
8470
|
"ResourceDetails": {
|
|
8468
|
-
"shape": "
|
|
8471
|
+
"shape": "S55"
|
|
8469
8472
|
},
|
|
8470
8473
|
"ExpectedResourceUtilization": {
|
|
8471
|
-
"shape": "
|
|
8474
|
+
"shape": "S57"
|
|
8472
8475
|
}
|
|
8473
8476
|
}
|
|
8474
8477
|
}
|
|
@@ -8487,7 +8490,7 @@ module.exports={
|
|
|
8487
8490
|
},
|
|
8488
8491
|
"NextPageToken": {},
|
|
8489
8492
|
"Configuration": {
|
|
8490
|
-
"shape": "
|
|
8493
|
+
"shape": "S4w"
|
|
8491
8494
|
}
|
|
8492
8495
|
}
|
|
8493
8496
|
}
|
|
@@ -8500,17 +8503,17 @@ module.exports={
|
|
|
8500
8503
|
],
|
|
8501
8504
|
"members": {
|
|
8502
8505
|
"TimePeriod": {
|
|
8503
|
-
"shape": "
|
|
8506
|
+
"shape": "S22"
|
|
8504
8507
|
},
|
|
8505
8508
|
"GroupBy": {
|
|
8506
|
-
"shape": "
|
|
8509
|
+
"shape": "S26"
|
|
8507
8510
|
},
|
|
8508
8511
|
"Granularity": {},
|
|
8509
8512
|
"Filter": {
|
|
8510
8513
|
"shape": "S7"
|
|
8511
8514
|
},
|
|
8512
8515
|
"Metrics": {
|
|
8513
|
-
"shape": "
|
|
8516
|
+
"shape": "S24"
|
|
8514
8517
|
},
|
|
8515
8518
|
"NextToken": {},
|
|
8516
8519
|
"MaxResults": {
|
|
@@ -8530,7 +8533,7 @@ module.exports={
|
|
|
8530
8533
|
"type": "structure",
|
|
8531
8534
|
"members": {
|
|
8532
8535
|
"Attributes": {
|
|
8533
|
-
"shape": "
|
|
8536
|
+
"shape": "S30"
|
|
8534
8537
|
},
|
|
8535
8538
|
"Coverage": {
|
|
8536
8539
|
"type": "structure",
|
|
@@ -8542,7 +8545,7 @@ module.exports={
|
|
|
8542
8545
|
}
|
|
8543
8546
|
},
|
|
8544
8547
|
"TimePeriod": {
|
|
8545
|
-
"shape": "
|
|
8548
|
+
"shape": "S22"
|
|
8546
8549
|
}
|
|
8547
8550
|
}
|
|
8548
8551
|
}
|
|
@@ -8654,7 +8657,7 @@ module.exports={
|
|
|
8654
8657
|
],
|
|
8655
8658
|
"members": {
|
|
8656
8659
|
"TimePeriod": {
|
|
8657
|
-
"shape": "
|
|
8660
|
+
"shape": "S22"
|
|
8658
8661
|
},
|
|
8659
8662
|
"Granularity": {},
|
|
8660
8663
|
"Filter": {
|
|
@@ -8678,22 +8681,22 @@ module.exports={
|
|
|
8678
8681
|
],
|
|
8679
8682
|
"members": {
|
|
8680
8683
|
"TimePeriod": {
|
|
8681
|
-
"shape": "
|
|
8684
|
+
"shape": "S22"
|
|
8682
8685
|
},
|
|
8683
8686
|
"Utilization": {
|
|
8684
|
-
"shape": "
|
|
8687
|
+
"shape": "S5y"
|
|
8685
8688
|
},
|
|
8686
8689
|
"Savings": {
|
|
8687
|
-
"shape": "
|
|
8690
|
+
"shape": "S5z"
|
|
8688
8691
|
},
|
|
8689
8692
|
"AmortizedCommitment": {
|
|
8690
|
-
"shape": "
|
|
8693
|
+
"shape": "S60"
|
|
8691
8694
|
}
|
|
8692
8695
|
}
|
|
8693
8696
|
}
|
|
8694
8697
|
},
|
|
8695
8698
|
"Total": {
|
|
8696
|
-
"shape": "
|
|
8699
|
+
"shape": "S61"
|
|
8697
8700
|
}
|
|
8698
8701
|
}
|
|
8699
8702
|
}
|
|
@@ -8706,7 +8709,7 @@ module.exports={
|
|
|
8706
8709
|
],
|
|
8707
8710
|
"members": {
|
|
8708
8711
|
"TimePeriod": {
|
|
8709
|
-
"shape": "
|
|
8712
|
+
"shape": "S22"
|
|
8710
8713
|
},
|
|
8711
8714
|
"Filter": {
|
|
8712
8715
|
"shape": "S7"
|
|
@@ -8731,25 +8734,25 @@ module.exports={
|
|
|
8731
8734
|
"members": {
|
|
8732
8735
|
"SavingsPlanArn": {},
|
|
8733
8736
|
"Attributes": {
|
|
8734
|
-
"shape": "
|
|
8737
|
+
"shape": "S30"
|
|
8735
8738
|
},
|
|
8736
8739
|
"Utilization": {
|
|
8737
|
-
"shape": "
|
|
8740
|
+
"shape": "S5y"
|
|
8738
8741
|
},
|
|
8739
8742
|
"Savings": {
|
|
8740
|
-
"shape": "
|
|
8743
|
+
"shape": "S5z"
|
|
8741
8744
|
},
|
|
8742
8745
|
"AmortizedCommitment": {
|
|
8743
|
-
"shape": "
|
|
8746
|
+
"shape": "S60"
|
|
8744
8747
|
}
|
|
8745
8748
|
}
|
|
8746
8749
|
}
|
|
8747
8750
|
},
|
|
8748
8751
|
"Total": {
|
|
8749
|
-
"shape": "
|
|
8752
|
+
"shape": "S61"
|
|
8750
8753
|
},
|
|
8751
8754
|
"TimePeriod": {
|
|
8752
|
-
"shape": "
|
|
8755
|
+
"shape": "S22"
|
|
8753
8756
|
},
|
|
8754
8757
|
"NextToken": {}
|
|
8755
8758
|
}
|
|
@@ -8764,7 +8767,7 @@ module.exports={
|
|
|
8764
8767
|
"members": {
|
|
8765
8768
|
"SearchString": {},
|
|
8766
8769
|
"TimePeriod": {
|
|
8767
|
-
"shape": "
|
|
8770
|
+
"shape": "S22"
|
|
8768
8771
|
},
|
|
8769
8772
|
"TagKey": {},
|
|
8770
8773
|
"NextPageToken": {}
|
|
@@ -8802,7 +8805,7 @@ module.exports={
|
|
|
8802
8805
|
],
|
|
8803
8806
|
"members": {
|
|
8804
8807
|
"TimePeriod": {
|
|
8805
|
-
"shape": "
|
|
8808
|
+
"shape": "S22"
|
|
8806
8809
|
},
|
|
8807
8810
|
"Metric": {},
|
|
8808
8811
|
"Granularity": {},
|
|
@@ -8818,10 +8821,10 @@ module.exports={
|
|
|
8818
8821
|
"type": "structure",
|
|
8819
8822
|
"members": {
|
|
8820
8823
|
"Total": {
|
|
8821
|
-
"shape": "
|
|
8824
|
+
"shape": "S2e"
|
|
8822
8825
|
},
|
|
8823
8826
|
"ForecastResultsByTime": {
|
|
8824
|
-
"shape": "
|
|
8827
|
+
"shape": "S2s"
|
|
8825
8828
|
}
|
|
8826
8829
|
}
|
|
8827
8830
|
}
|
|
@@ -8851,6 +8854,13 @@ module.exports={
|
|
|
8851
8854
|
"EffectiveEnd": {},
|
|
8852
8855
|
"NumberOfRules": {
|
|
8853
8856
|
"type": "integer"
|
|
8857
|
+
},
|
|
8858
|
+
"ProcessingStatus": {
|
|
8859
|
+
"shape": "S1c"
|
|
8860
|
+
},
|
|
8861
|
+
"Values": {
|
|
8862
|
+
"type": "list",
|
|
8863
|
+
"member": {}
|
|
8854
8864
|
}
|
|
8855
8865
|
}
|
|
8856
8866
|
}
|
|
@@ -9014,6 +9024,9 @@ module.exports={
|
|
|
9014
9024
|
"Key": {},
|
|
9015
9025
|
"Values": {
|
|
9016
9026
|
"shape": "Sb"
|
|
9027
|
+
},
|
|
9028
|
+
"MatchOptions": {
|
|
9029
|
+
"shape": "Sd"
|
|
9017
9030
|
}
|
|
9018
9031
|
}
|
|
9019
9032
|
}
|
|
@@ -9097,7 +9110,17 @@ module.exports={
|
|
|
9097
9110
|
}
|
|
9098
9111
|
}
|
|
9099
9112
|
},
|
|
9100
|
-
"
|
|
9113
|
+
"S1c": {
|
|
9114
|
+
"type": "list",
|
|
9115
|
+
"member": {
|
|
9116
|
+
"type": "structure",
|
|
9117
|
+
"members": {
|
|
9118
|
+
"Component": {},
|
|
9119
|
+
"Status": {}
|
|
9120
|
+
}
|
|
9121
|
+
}
|
|
9122
|
+
},
|
|
9123
|
+
"S22": {
|
|
9101
9124
|
"type": "structure",
|
|
9102
9125
|
"required": [
|
|
9103
9126
|
"Start",
|
|
@@ -9108,11 +9131,11 @@ module.exports={
|
|
|
9108
9131
|
"End": {}
|
|
9109
9132
|
}
|
|
9110
9133
|
},
|
|
9111
|
-
"
|
|
9134
|
+
"S24": {
|
|
9112
9135
|
"type": "list",
|
|
9113
9136
|
"member": {}
|
|
9114
9137
|
},
|
|
9115
|
-
"
|
|
9138
|
+
"S26": {
|
|
9116
9139
|
"type": "list",
|
|
9117
9140
|
"member": {
|
|
9118
9141
|
"type": "structure",
|
|
@@ -9122,16 +9145,16 @@ module.exports={
|
|
|
9122
9145
|
}
|
|
9123
9146
|
}
|
|
9124
9147
|
},
|
|
9125
|
-
"
|
|
9148
|
+
"S2b": {
|
|
9126
9149
|
"type": "list",
|
|
9127
9150
|
"member": {
|
|
9128
9151
|
"type": "structure",
|
|
9129
9152
|
"members": {
|
|
9130
9153
|
"TimePeriod": {
|
|
9131
|
-
"shape": "
|
|
9154
|
+
"shape": "S22"
|
|
9132
9155
|
},
|
|
9133
9156
|
"Total": {
|
|
9134
|
-
"shape": "
|
|
9157
|
+
"shape": "S2d"
|
|
9135
9158
|
},
|
|
9136
9159
|
"Groups": {
|
|
9137
9160
|
"type": "list",
|
|
@@ -9143,7 +9166,7 @@ module.exports={
|
|
|
9143
9166
|
"member": {}
|
|
9144
9167
|
},
|
|
9145
9168
|
"Metrics": {
|
|
9146
|
-
"shape": "
|
|
9169
|
+
"shape": "S2d"
|
|
9147
9170
|
}
|
|
9148
9171
|
}
|
|
9149
9172
|
}
|
|
@@ -9154,27 +9177,27 @@ module.exports={
|
|
|
9154
9177
|
}
|
|
9155
9178
|
}
|
|
9156
9179
|
},
|
|
9157
|
-
"
|
|
9180
|
+
"S2d": {
|
|
9158
9181
|
"type": "map",
|
|
9159
9182
|
"key": {},
|
|
9160
9183
|
"value": {
|
|
9161
|
-
"shape": "
|
|
9184
|
+
"shape": "S2e"
|
|
9162
9185
|
}
|
|
9163
9186
|
},
|
|
9164
|
-
"
|
|
9187
|
+
"S2e": {
|
|
9165
9188
|
"type": "structure",
|
|
9166
9189
|
"members": {
|
|
9167
9190
|
"Amount": {},
|
|
9168
9191
|
"Unit": {}
|
|
9169
9192
|
}
|
|
9170
9193
|
},
|
|
9171
|
-
"
|
|
9194
|
+
"S2s": {
|
|
9172
9195
|
"type": "list",
|
|
9173
9196
|
"member": {
|
|
9174
9197
|
"type": "structure",
|
|
9175
9198
|
"members": {
|
|
9176
9199
|
"TimePeriod": {
|
|
9177
|
-
"shape": "
|
|
9200
|
+
"shape": "S22"
|
|
9178
9201
|
},
|
|
9179
9202
|
"MeanValue": {},
|
|
9180
9203
|
"PredictionIntervalLowerBound": {},
|
|
@@ -9182,12 +9205,12 @@ module.exports={
|
|
|
9182
9205
|
}
|
|
9183
9206
|
}
|
|
9184
9207
|
},
|
|
9185
|
-
"
|
|
9208
|
+
"S30": {
|
|
9186
9209
|
"type": "map",
|
|
9187
9210
|
"key": {},
|
|
9188
9211
|
"value": {}
|
|
9189
9212
|
},
|
|
9190
|
-
"
|
|
9213
|
+
"S39": {
|
|
9191
9214
|
"type": "structure",
|
|
9192
9215
|
"members": {
|
|
9193
9216
|
"CoverageHours": {
|
|
@@ -9216,7 +9239,7 @@ module.exports={
|
|
|
9216
9239
|
}
|
|
9217
9240
|
}
|
|
9218
9241
|
},
|
|
9219
|
-
"
|
|
9242
|
+
"S3r": {
|
|
9220
9243
|
"type": "structure",
|
|
9221
9244
|
"members": {
|
|
9222
9245
|
"EC2Specification": {
|
|
@@ -9227,7 +9250,7 @@ module.exports={
|
|
|
9227
9250
|
}
|
|
9228
9251
|
}
|
|
9229
9252
|
},
|
|
9230
|
-
"
|
|
9253
|
+
"S4g": {
|
|
9231
9254
|
"type": "structure",
|
|
9232
9255
|
"members": {
|
|
9233
9256
|
"UtilizationPercentage": {},
|
|
@@ -9246,7 +9269,7 @@ module.exports={
|
|
|
9246
9269
|
"TotalAmortizedFee": {}
|
|
9247
9270
|
}
|
|
9248
9271
|
},
|
|
9249
|
-
"
|
|
9272
|
+
"S4w": {
|
|
9250
9273
|
"type": "structure",
|
|
9251
9274
|
"required": [
|
|
9252
9275
|
"RecommendationTarget",
|
|
@@ -9259,7 +9282,7 @@ module.exports={
|
|
|
9259
9282
|
}
|
|
9260
9283
|
}
|
|
9261
9284
|
},
|
|
9262
|
-
"
|
|
9285
|
+
"S55": {
|
|
9263
9286
|
"type": "structure",
|
|
9264
9287
|
"members": {
|
|
9265
9288
|
"EC2ResourceDetails": {
|
|
@@ -9278,7 +9301,7 @@ module.exports={
|
|
|
9278
9301
|
}
|
|
9279
9302
|
}
|
|
9280
9303
|
},
|
|
9281
|
-
"
|
|
9304
|
+
"S57": {
|
|
9282
9305
|
"type": "structure",
|
|
9283
9306
|
"members": {
|
|
9284
9307
|
"EC2ResourceUtilization": {
|
|
@@ -9286,12 +9309,21 @@ module.exports={
|
|
|
9286
9309
|
"members": {
|
|
9287
9310
|
"MaxCpuUtilizationPercentage": {},
|
|
9288
9311
|
"MaxMemoryUtilizationPercentage": {},
|
|
9289
|
-
"MaxStorageUtilizationPercentage": {}
|
|
9312
|
+
"MaxStorageUtilizationPercentage": {},
|
|
9313
|
+
"EBSResourceUtilization": {
|
|
9314
|
+
"type": "structure",
|
|
9315
|
+
"members": {
|
|
9316
|
+
"EbsReadOpsPerSecond": {},
|
|
9317
|
+
"EbsWriteOpsPerSecond": {},
|
|
9318
|
+
"EbsReadBytesPerSecond": {},
|
|
9319
|
+
"EbsWriteBytesPerSecond": {}
|
|
9320
|
+
}
|
|
9321
|
+
}
|
|
9290
9322
|
}
|
|
9291
9323
|
}
|
|
9292
9324
|
}
|
|
9293
9325
|
},
|
|
9294
|
-
"
|
|
9326
|
+
"S5y": {
|
|
9295
9327
|
"type": "structure",
|
|
9296
9328
|
"members": {
|
|
9297
9329
|
"TotalCommitment": {},
|
|
@@ -9300,14 +9332,14 @@ module.exports={
|
|
|
9300
9332
|
"UtilizationPercentage": {}
|
|
9301
9333
|
}
|
|
9302
9334
|
},
|
|
9303
|
-
"
|
|
9335
|
+
"S5z": {
|
|
9304
9336
|
"type": "structure",
|
|
9305
9337
|
"members": {
|
|
9306
9338
|
"NetSavings": {},
|
|
9307
9339
|
"OnDemandCostEquivalent": {}
|
|
9308
9340
|
}
|
|
9309
9341
|
},
|
|
9310
|
-
"
|
|
9342
|
+
"S60": {
|
|
9311
9343
|
"type": "structure",
|
|
9312
9344
|
"members": {
|
|
9313
9345
|
"AmortizedRecurringCommitment": {},
|
|
@@ -9315,20 +9347,20 @@ module.exports={
|
|
|
9315
9347
|
"TotalAmortizedCommitment": {}
|
|
9316
9348
|
}
|
|
9317
9349
|
},
|
|
9318
|
-
"
|
|
9350
|
+
"S61": {
|
|
9319
9351
|
"type": "structure",
|
|
9320
9352
|
"required": [
|
|
9321
9353
|
"Utilization"
|
|
9322
9354
|
],
|
|
9323
9355
|
"members": {
|
|
9324
9356
|
"Utilization": {
|
|
9325
|
-
"shape": "
|
|
9357
|
+
"shape": "S5y"
|
|
9326
9358
|
},
|
|
9327
9359
|
"Savings": {
|
|
9328
|
-
"shape": "
|
|
9360
|
+
"shape": "S5z"
|
|
9329
9361
|
},
|
|
9330
9362
|
"AmortizedCommitment": {
|
|
9331
|
-
"shape": "
|
|
9363
|
+
"shape": "S60"
|
|
9332
9364
|
}
|
|
9333
9365
|
}
|
|
9334
9366
|
}
|
|
@@ -78696,6 +78728,19 @@ module.exports={
|
|
|
78696
78728
|
"locationName": "sourceSecurityGroupOwnerId"
|
|
78697
78729
|
}
|
|
78698
78730
|
}
|
|
78731
|
+
},
|
|
78732
|
+
"output": {
|
|
78733
|
+
"type": "structure",
|
|
78734
|
+
"members": {
|
|
78735
|
+
"Return": {
|
|
78736
|
+
"locationName": "return",
|
|
78737
|
+
"type": "boolean"
|
|
78738
|
+
},
|
|
78739
|
+
"UnknownIpPermissions": {
|
|
78740
|
+
"shape": "S44",
|
|
78741
|
+
"locationName": "unknownIpPermissionSet"
|
|
78742
|
+
}
|
|
78743
|
+
}
|
|
78699
78744
|
}
|
|
78700
78745
|
},
|
|
78701
78746
|
"RevokeSecurityGroupIngress": {
|
|
@@ -78722,6 +78767,19 @@ module.exports={
|
|
|
78722
78767
|
"type": "boolean"
|
|
78723
78768
|
}
|
|
78724
78769
|
}
|
|
78770
|
+
},
|
|
78771
|
+
"output": {
|
|
78772
|
+
"type": "structure",
|
|
78773
|
+
"members": {
|
|
78774
|
+
"Return": {
|
|
78775
|
+
"locationName": "return",
|
|
78776
|
+
"type": "boolean"
|
|
78777
|
+
},
|
|
78778
|
+
"UnknownIpPermissions": {
|
|
78779
|
+
"shape": "S44",
|
|
78780
|
+
"locationName": "unknownIpPermissionSet"
|
|
78781
|
+
}
|
|
78782
|
+
}
|
|
78725
78783
|
}
|
|
78726
78784
|
},
|
|
78727
78785
|
"RunInstances": {
|
|
@@ -79006,7 +79064,7 @@ module.exports={
|
|
|
79006
79064
|
"type": "integer"
|
|
79007
79065
|
},
|
|
79008
79066
|
"Groups": {
|
|
79009
|
-
"shape": "
|
|
79067
|
+
"shape": "S1km",
|
|
79010
79068
|
"locationName": "Group"
|
|
79011
79069
|
},
|
|
79012
79070
|
"Ipv6AddressCount": {
|
|
@@ -79055,7 +79113,7 @@ module.exports={
|
|
|
79055
79113
|
},
|
|
79056
79114
|
"RamdiskId": {},
|
|
79057
79115
|
"SecurityGroupIds": {
|
|
79058
|
-
"shape": "
|
|
79116
|
+
"shape": "S1km",
|
|
79059
79117
|
"locationName": "SecurityGroupId"
|
|
79060
79118
|
},
|
|
79061
79119
|
"SubnetId": {},
|
|
@@ -79263,7 +79321,7 @@ module.exports={
|
|
|
79263
79321
|
"type": "structure",
|
|
79264
79322
|
"members": {
|
|
79265
79323
|
"StartingInstances": {
|
|
79266
|
-
"shape": "
|
|
79324
|
+
"shape": "S1la",
|
|
79267
79325
|
"locationName": "instancesSet"
|
|
79268
79326
|
}
|
|
79269
79327
|
}
|
|
@@ -79320,7 +79378,7 @@ module.exports={
|
|
|
79320
79378
|
"type": "structure",
|
|
79321
79379
|
"members": {
|
|
79322
79380
|
"StoppingInstances": {
|
|
79323
|
-
"shape": "
|
|
79381
|
+
"shape": "S1la",
|
|
79324
79382
|
"locationName": "instancesSet"
|
|
79325
79383
|
}
|
|
79326
79384
|
}
|
|
@@ -79395,7 +79453,7 @@ module.exports={
|
|
|
79395
79453
|
"type": "structure",
|
|
79396
79454
|
"members": {
|
|
79397
79455
|
"TerminatingInstances": {
|
|
79398
|
-
"shape": "
|
|
79456
|
+
"shape": "S1la",
|
|
79399
79457
|
"locationName": "instancesSet"
|
|
79400
79458
|
}
|
|
79401
79459
|
}
|
|
@@ -85492,13 +85550,13 @@ module.exports={
|
|
|
85492
85550
|
}
|
|
85493
85551
|
}
|
|
85494
85552
|
},
|
|
85495
|
-
"
|
|
85553
|
+
"S1km": {
|
|
85496
85554
|
"type": "list",
|
|
85497
85555
|
"member": {
|
|
85498
85556
|
"locationName": "SecurityGroupId"
|
|
85499
85557
|
}
|
|
85500
85558
|
},
|
|
85501
|
-
"
|
|
85559
|
+
"S1la": {
|
|
85502
85560
|
"type": "list",
|
|
85503
85561
|
"member": {
|
|
85504
85562
|
"locationName": "item",
|
|
@@ -90763,7 +90821,7 @@ module.exports={
|
|
|
90763
90821
|
"type": "structure",
|
|
90764
90822
|
"members": {
|
|
90765
90823
|
"Snapshot": {
|
|
90766
|
-
"shape": "
|
|
90824
|
+
"shape": "S1e"
|
|
90767
90825
|
}
|
|
90768
90826
|
}
|
|
90769
90827
|
}
|
|
@@ -90780,7 +90838,7 @@ module.exports={
|
|
|
90780
90838
|
"AZMode": {},
|
|
90781
90839
|
"PreferredAvailabilityZone": {},
|
|
90782
90840
|
"PreferredAvailabilityZones": {
|
|
90783
|
-
"shape": "
|
|
90841
|
+
"shape": "S1n"
|
|
90784
90842
|
},
|
|
90785
90843
|
"NumCacheNodes": {
|
|
90786
90844
|
"type": "integer"
|
|
@@ -90791,16 +90849,16 @@ module.exports={
|
|
|
90791
90849
|
"CacheParameterGroupName": {},
|
|
90792
90850
|
"CacheSubnetGroupName": {},
|
|
90793
90851
|
"CacheSecurityGroupNames": {
|
|
90794
|
-
"shape": "
|
|
90852
|
+
"shape": "S1o"
|
|
90795
90853
|
},
|
|
90796
90854
|
"SecurityGroupIds": {
|
|
90797
|
-
"shape": "
|
|
90855
|
+
"shape": "S1p"
|
|
90798
90856
|
},
|
|
90799
90857
|
"Tags": {
|
|
90800
90858
|
"shape": "S3"
|
|
90801
90859
|
},
|
|
90802
90860
|
"SnapshotArns": {
|
|
90803
|
-
"shape": "
|
|
90861
|
+
"shape": "S1q"
|
|
90804
90862
|
},
|
|
90805
90863
|
"SnapshotName": {},
|
|
90806
90864
|
"PreferredMaintenanceWindow": {},
|
|
@@ -90815,7 +90873,12 @@ module.exports={
|
|
|
90815
90873
|
"type": "integer"
|
|
90816
90874
|
},
|
|
90817
90875
|
"SnapshotWindow": {},
|
|
90818
|
-
"AuthToken": {}
|
|
90876
|
+
"AuthToken": {},
|
|
90877
|
+
"OutpostMode": {},
|
|
90878
|
+
"PreferredOutpostArn": {},
|
|
90879
|
+
"PreferredOutpostArns": {
|
|
90880
|
+
"shape": "S1s"
|
|
90881
|
+
}
|
|
90819
90882
|
}
|
|
90820
90883
|
},
|
|
90821
90884
|
"output": {
|
|
@@ -90823,7 +90886,7 @@ module.exports={
|
|
|
90823
90886
|
"type": "structure",
|
|
90824
90887
|
"members": {
|
|
90825
90888
|
"CacheCluster": {
|
|
90826
|
-
"shape": "
|
|
90889
|
+
"shape": "S1u"
|
|
90827
90890
|
}
|
|
90828
90891
|
}
|
|
90829
90892
|
}
|
|
@@ -90847,7 +90910,7 @@ module.exports={
|
|
|
90847
90910
|
"type": "structure",
|
|
90848
90911
|
"members": {
|
|
90849
90912
|
"CacheParameterGroup": {
|
|
90850
|
-
"shape": "
|
|
90913
|
+
"shape": "S27"
|
|
90851
90914
|
}
|
|
90852
90915
|
}
|
|
90853
90916
|
}
|
|
@@ -90886,7 +90949,7 @@ module.exports={
|
|
|
90886
90949
|
"CacheSubnetGroupName": {},
|
|
90887
90950
|
"CacheSubnetGroupDescription": {},
|
|
90888
90951
|
"SubnetIds": {
|
|
90889
|
-
"shape": "
|
|
90952
|
+
"shape": "S2b"
|
|
90890
90953
|
}
|
|
90891
90954
|
}
|
|
90892
90955
|
},
|
|
@@ -90895,7 +90958,7 @@ module.exports={
|
|
|
90895
90958
|
"type": "structure",
|
|
90896
90959
|
"members": {
|
|
90897
90960
|
"CacheSubnetGroup": {
|
|
90898
|
-
"shape": "
|
|
90961
|
+
"shape": "S2d"
|
|
90899
90962
|
}
|
|
90900
90963
|
}
|
|
90901
90964
|
}
|
|
@@ -90918,7 +90981,7 @@ module.exports={
|
|
|
90918
90981
|
"type": "structure",
|
|
90919
90982
|
"members": {
|
|
90920
90983
|
"GlobalReplicationGroup": {
|
|
90921
|
-
"shape": "
|
|
90984
|
+
"shape": "S2k"
|
|
90922
90985
|
}
|
|
90923
90986
|
}
|
|
90924
90987
|
}
|
|
@@ -90945,7 +91008,7 @@ module.exports={
|
|
|
90945
91008
|
"type": "integer"
|
|
90946
91009
|
},
|
|
90947
91010
|
"PreferredCacheClusterAZs": {
|
|
90948
|
-
"shape": "
|
|
91011
|
+
"shape": "S1j"
|
|
90949
91012
|
},
|
|
90950
91013
|
"NumNodeGroups": {
|
|
90951
91014
|
"type": "integer"
|
|
@@ -90956,7 +91019,7 @@ module.exports={
|
|
|
90956
91019
|
"NodeGroupConfiguration": {
|
|
90957
91020
|
"type": "list",
|
|
90958
91021
|
"member": {
|
|
90959
|
-
"shape": "
|
|
91022
|
+
"shape": "S1h",
|
|
90960
91023
|
"locationName": "NodeGroupConfiguration"
|
|
90961
91024
|
}
|
|
90962
91025
|
},
|
|
@@ -90966,16 +91029,16 @@ module.exports={
|
|
|
90966
91029
|
"CacheParameterGroupName": {},
|
|
90967
91030
|
"CacheSubnetGroupName": {},
|
|
90968
91031
|
"CacheSecurityGroupNames": {
|
|
90969
|
-
"shape": "
|
|
91032
|
+
"shape": "S1o"
|
|
90970
91033
|
},
|
|
90971
91034
|
"SecurityGroupIds": {
|
|
90972
|
-
"shape": "
|
|
91035
|
+
"shape": "S1p"
|
|
90973
91036
|
},
|
|
90974
91037
|
"Tags": {
|
|
90975
91038
|
"shape": "S3"
|
|
90976
91039
|
},
|
|
90977
91040
|
"SnapshotArns": {
|
|
90978
|
-
"shape": "
|
|
91041
|
+
"shape": "S1q"
|
|
90979
91042
|
},
|
|
90980
91043
|
"SnapshotName": {},
|
|
90981
91044
|
"PreferredMaintenanceWindow": {},
|
|
@@ -90997,7 +91060,11 @@ module.exports={
|
|
|
90997
91060
|
"AtRestEncryptionEnabled": {
|
|
90998
91061
|
"type": "boolean"
|
|
90999
91062
|
},
|
|
91000
|
-
"KmsKeyId": {}
|
|
91063
|
+
"KmsKeyId": {},
|
|
91064
|
+
"UserGroupIds": {
|
|
91065
|
+
"type": "list",
|
|
91066
|
+
"member": {}
|
|
91067
|
+
}
|
|
91001
91068
|
}
|
|
91002
91069
|
},
|
|
91003
91070
|
"output": {
|
|
@@ -91028,9 +91095,56 @@ module.exports={
|
|
|
91028
91095
|
"type": "structure",
|
|
91029
91096
|
"members": {
|
|
91030
91097
|
"Snapshot": {
|
|
91031
|
-
"shape": "
|
|
91098
|
+
"shape": "S1e"
|
|
91099
|
+
}
|
|
91100
|
+
}
|
|
91101
|
+
}
|
|
91102
|
+
},
|
|
91103
|
+
"CreateUser": {
|
|
91104
|
+
"input": {
|
|
91105
|
+
"type": "structure",
|
|
91106
|
+
"required": [
|
|
91107
|
+
"UserId",
|
|
91108
|
+
"UserName",
|
|
91109
|
+
"Engine",
|
|
91110
|
+
"AccessString"
|
|
91111
|
+
],
|
|
91112
|
+
"members": {
|
|
91113
|
+
"UserId": {},
|
|
91114
|
+
"UserName": {},
|
|
91115
|
+
"Engine": {},
|
|
91116
|
+
"Passwords": {
|
|
91117
|
+
"shape": "S2z"
|
|
91118
|
+
},
|
|
91119
|
+
"AccessString": {},
|
|
91120
|
+
"NoPasswordRequired": {
|
|
91121
|
+
"type": "boolean"
|
|
91122
|
+
}
|
|
91123
|
+
}
|
|
91124
|
+
},
|
|
91125
|
+
"output": {
|
|
91126
|
+
"shape": "S31",
|
|
91127
|
+
"resultWrapper": "CreateUserResult"
|
|
91128
|
+
}
|
|
91129
|
+
},
|
|
91130
|
+
"CreateUserGroup": {
|
|
91131
|
+
"input": {
|
|
91132
|
+
"type": "structure",
|
|
91133
|
+
"required": [
|
|
91134
|
+
"UserGroupId",
|
|
91135
|
+
"Engine"
|
|
91136
|
+
],
|
|
91137
|
+
"members": {
|
|
91138
|
+
"UserGroupId": {},
|
|
91139
|
+
"Engine": {},
|
|
91140
|
+
"UserIds": {
|
|
91141
|
+
"shape": "S35"
|
|
91032
91142
|
}
|
|
91033
91143
|
}
|
|
91144
|
+
},
|
|
91145
|
+
"output": {
|
|
91146
|
+
"shape": "S36",
|
|
91147
|
+
"resultWrapper": "CreateUserGroupResult"
|
|
91034
91148
|
}
|
|
91035
91149
|
},
|
|
91036
91150
|
"DecreaseNodeGroupsInGlobalReplicationGroup": {
|
|
@@ -91047,10 +91161,10 @@ module.exports={
|
|
|
91047
91161
|
"type": "integer"
|
|
91048
91162
|
},
|
|
91049
91163
|
"GlobalNodeGroupsToRemove": {
|
|
91050
|
-
"shape": "
|
|
91164
|
+
"shape": "S3b"
|
|
91051
91165
|
},
|
|
91052
91166
|
"GlobalNodeGroupsToRetain": {
|
|
91053
|
-
"shape": "
|
|
91167
|
+
"shape": "S3b"
|
|
91054
91168
|
},
|
|
91055
91169
|
"ApplyImmediately": {
|
|
91056
91170
|
"type": "boolean"
|
|
@@ -91062,7 +91176,7 @@ module.exports={
|
|
|
91062
91176
|
"type": "structure",
|
|
91063
91177
|
"members": {
|
|
91064
91178
|
"GlobalReplicationGroup": {
|
|
91065
|
-
"shape": "
|
|
91179
|
+
"shape": "S2k"
|
|
91066
91180
|
}
|
|
91067
91181
|
}
|
|
91068
91182
|
}
|
|
@@ -91080,7 +91194,7 @@ module.exports={
|
|
|
91080
91194
|
"type": "integer"
|
|
91081
91195
|
},
|
|
91082
91196
|
"ReplicaConfiguration": {
|
|
91083
|
-
"shape": "
|
|
91197
|
+
"shape": "S3e"
|
|
91084
91198
|
},
|
|
91085
91199
|
"ReplicasToRemove": {
|
|
91086
91200
|
"type": "list",
|
|
@@ -91117,7 +91231,7 @@ module.exports={
|
|
|
91117
91231
|
"type": "structure",
|
|
91118
91232
|
"members": {
|
|
91119
91233
|
"CacheCluster": {
|
|
91120
|
-
"shape": "
|
|
91234
|
+
"shape": "S1u"
|
|
91121
91235
|
}
|
|
91122
91236
|
}
|
|
91123
91237
|
}
|
|
@@ -91174,7 +91288,7 @@ module.exports={
|
|
|
91174
91288
|
"type": "structure",
|
|
91175
91289
|
"members": {
|
|
91176
91290
|
"GlobalReplicationGroup": {
|
|
91177
|
-
"shape": "
|
|
91291
|
+
"shape": "S2k"
|
|
91178
91292
|
}
|
|
91179
91293
|
}
|
|
91180
91294
|
}
|
|
@@ -91218,11 +91332,41 @@ module.exports={
|
|
|
91218
91332
|
"type": "structure",
|
|
91219
91333
|
"members": {
|
|
91220
91334
|
"Snapshot": {
|
|
91221
|
-
"shape": "
|
|
91335
|
+
"shape": "S1e"
|
|
91222
91336
|
}
|
|
91223
91337
|
}
|
|
91224
91338
|
}
|
|
91225
91339
|
},
|
|
91340
|
+
"DeleteUser": {
|
|
91341
|
+
"input": {
|
|
91342
|
+
"type": "structure",
|
|
91343
|
+
"required": [
|
|
91344
|
+
"UserId"
|
|
91345
|
+
],
|
|
91346
|
+
"members": {
|
|
91347
|
+
"UserId": {}
|
|
91348
|
+
}
|
|
91349
|
+
},
|
|
91350
|
+
"output": {
|
|
91351
|
+
"shape": "S31",
|
|
91352
|
+
"resultWrapper": "DeleteUserResult"
|
|
91353
|
+
}
|
|
91354
|
+
},
|
|
91355
|
+
"DeleteUserGroup": {
|
|
91356
|
+
"input": {
|
|
91357
|
+
"type": "structure",
|
|
91358
|
+
"required": [
|
|
91359
|
+
"UserGroupId"
|
|
91360
|
+
],
|
|
91361
|
+
"members": {
|
|
91362
|
+
"UserGroupId": {}
|
|
91363
|
+
}
|
|
91364
|
+
},
|
|
91365
|
+
"output": {
|
|
91366
|
+
"shape": "S36",
|
|
91367
|
+
"resultWrapper": "DeleteUserGroupResult"
|
|
91368
|
+
}
|
|
91369
|
+
},
|
|
91226
91370
|
"DescribeCacheClusters": {
|
|
91227
91371
|
"input": {
|
|
91228
91372
|
"type": "structure",
|
|
@@ -91248,7 +91392,7 @@ module.exports={
|
|
|
91248
91392
|
"CacheClusters": {
|
|
91249
91393
|
"type": "list",
|
|
91250
91394
|
"member": {
|
|
91251
|
-
"shape": "
|
|
91395
|
+
"shape": "S1u",
|
|
91252
91396
|
"locationName": "CacheCluster"
|
|
91253
91397
|
}
|
|
91254
91398
|
}
|
|
@@ -91312,7 +91456,7 @@ module.exports={
|
|
|
91312
91456
|
"CacheParameterGroups": {
|
|
91313
91457
|
"type": "list",
|
|
91314
91458
|
"member": {
|
|
91315
|
-
"shape": "
|
|
91459
|
+
"shape": "S27",
|
|
91316
91460
|
"locationName": "CacheParameterGroup"
|
|
91317
91461
|
}
|
|
91318
91462
|
}
|
|
@@ -91340,10 +91484,10 @@ module.exports={
|
|
|
91340
91484
|
"members": {
|
|
91341
91485
|
"Marker": {},
|
|
91342
91486
|
"Parameters": {
|
|
91343
|
-
"shape": "
|
|
91487
|
+
"shape": "S47"
|
|
91344
91488
|
},
|
|
91345
91489
|
"CacheNodeTypeSpecificParameters": {
|
|
91346
|
-
"shape": "
|
|
91490
|
+
"shape": "S4a"
|
|
91347
91491
|
}
|
|
91348
91492
|
}
|
|
91349
91493
|
}
|
|
@@ -91393,7 +91537,7 @@ module.exports={
|
|
|
91393
91537
|
"CacheSubnetGroups": {
|
|
91394
91538
|
"type": "list",
|
|
91395
91539
|
"member": {
|
|
91396
|
-
"shape": "
|
|
91540
|
+
"shape": "S2d",
|
|
91397
91541
|
"locationName": "CacheSubnetGroup"
|
|
91398
91542
|
}
|
|
91399
91543
|
}
|
|
@@ -91424,10 +91568,10 @@ module.exports={
|
|
|
91424
91568
|
"CacheParameterGroupFamily": {},
|
|
91425
91569
|
"Marker": {},
|
|
91426
91570
|
"Parameters": {
|
|
91427
|
-
"shape": "
|
|
91571
|
+
"shape": "S47"
|
|
91428
91572
|
},
|
|
91429
91573
|
"CacheNodeTypeSpecificParameters": {
|
|
91430
|
-
"shape": "
|
|
91574
|
+
"shape": "S4a"
|
|
91431
91575
|
}
|
|
91432
91576
|
},
|
|
91433
91577
|
"wrapper": true
|
|
@@ -91501,7 +91645,7 @@ module.exports={
|
|
|
91501
91645
|
"GlobalReplicationGroups": {
|
|
91502
91646
|
"type": "list",
|
|
91503
91647
|
"member": {
|
|
91504
|
-
"shape": "
|
|
91648
|
+
"shape": "S2k",
|
|
91505
91649
|
"locationName": "GlobalReplicationGroup"
|
|
91506
91650
|
}
|
|
91507
91651
|
}
|
|
@@ -91558,7 +91702,7 @@ module.exports={
|
|
|
91558
91702
|
"ReservedCacheNodes": {
|
|
91559
91703
|
"type": "list",
|
|
91560
91704
|
"member": {
|
|
91561
|
-
"shape": "
|
|
91705
|
+
"shape": "S51",
|
|
91562
91706
|
"locationName": "ReservedCacheNode"
|
|
91563
91707
|
}
|
|
91564
91708
|
}
|
|
@@ -91605,7 +91749,7 @@ module.exports={
|
|
|
91605
91749
|
"ProductDescription": {},
|
|
91606
91750
|
"OfferingType": {},
|
|
91607
91751
|
"RecurringCharges": {
|
|
91608
|
-
"shape": "
|
|
91752
|
+
"shape": "S52"
|
|
91609
91753
|
}
|
|
91610
91754
|
},
|
|
91611
91755
|
"wrapper": true
|
|
@@ -91620,7 +91764,7 @@ module.exports={
|
|
|
91620
91764
|
"members": {
|
|
91621
91765
|
"ServiceUpdateName": {},
|
|
91622
91766
|
"ServiceUpdateStatus": {
|
|
91623
|
-
"shape": "
|
|
91767
|
+
"shape": "S59"
|
|
91624
91768
|
},
|
|
91625
91769
|
"MaxRecords": {
|
|
91626
91770
|
"type": "integer"
|
|
@@ -91690,7 +91834,7 @@ module.exports={
|
|
|
91690
91834
|
"Snapshots": {
|
|
91691
91835
|
"type": "list",
|
|
91692
91836
|
"member": {
|
|
91693
|
-
"shape": "
|
|
91837
|
+
"shape": "S1e",
|
|
91694
91838
|
"locationName": "Snapshot"
|
|
91695
91839
|
}
|
|
91696
91840
|
}
|
|
@@ -91710,7 +91854,7 @@ module.exports={
|
|
|
91710
91854
|
},
|
|
91711
91855
|
"Engine": {},
|
|
91712
91856
|
"ServiceUpdateStatus": {
|
|
91713
|
-
"shape": "
|
|
91857
|
+
"shape": "S59"
|
|
91714
91858
|
},
|
|
91715
91859
|
"ServiceUpdateTimeRange": {
|
|
91716
91860
|
"type": "structure",
|
|
@@ -91841,6 +91985,74 @@ module.exports={
|
|
|
91841
91985
|
}
|
|
91842
91986
|
}
|
|
91843
91987
|
},
|
|
91988
|
+
"DescribeUserGroups": {
|
|
91989
|
+
"input": {
|
|
91990
|
+
"type": "structure",
|
|
91991
|
+
"members": {
|
|
91992
|
+
"UserGroupId": {},
|
|
91993
|
+
"MaxRecords": {
|
|
91994
|
+
"type": "integer"
|
|
91995
|
+
},
|
|
91996
|
+
"Marker": {}
|
|
91997
|
+
}
|
|
91998
|
+
},
|
|
91999
|
+
"output": {
|
|
92000
|
+
"resultWrapper": "DescribeUserGroupsResult",
|
|
92001
|
+
"type": "structure",
|
|
92002
|
+
"members": {
|
|
92003
|
+
"UserGroups": {
|
|
92004
|
+
"type": "list",
|
|
92005
|
+
"member": {
|
|
92006
|
+
"shape": "S36"
|
|
92007
|
+
}
|
|
92008
|
+
},
|
|
92009
|
+
"Marker": {}
|
|
92010
|
+
}
|
|
92011
|
+
}
|
|
92012
|
+
},
|
|
92013
|
+
"DescribeUsers": {
|
|
92014
|
+
"input": {
|
|
92015
|
+
"type": "structure",
|
|
92016
|
+
"members": {
|
|
92017
|
+
"Engine": {},
|
|
92018
|
+
"UserId": {},
|
|
92019
|
+
"Filters": {
|
|
92020
|
+
"type": "list",
|
|
92021
|
+
"member": {
|
|
92022
|
+
"type": "structure",
|
|
92023
|
+
"required": [
|
|
92024
|
+
"Name",
|
|
92025
|
+
"Values"
|
|
92026
|
+
],
|
|
92027
|
+
"members": {
|
|
92028
|
+
"Name": {},
|
|
92029
|
+
"Values": {
|
|
92030
|
+
"type": "list",
|
|
92031
|
+
"member": {}
|
|
92032
|
+
}
|
|
92033
|
+
}
|
|
92034
|
+
}
|
|
92035
|
+
},
|
|
92036
|
+
"MaxRecords": {
|
|
92037
|
+
"type": "integer"
|
|
92038
|
+
},
|
|
92039
|
+
"Marker": {}
|
|
92040
|
+
}
|
|
92041
|
+
},
|
|
92042
|
+
"output": {
|
|
92043
|
+
"resultWrapper": "DescribeUsersResult",
|
|
92044
|
+
"type": "structure",
|
|
92045
|
+
"members": {
|
|
92046
|
+
"Users": {
|
|
92047
|
+
"type": "list",
|
|
92048
|
+
"member": {
|
|
92049
|
+
"shape": "S31"
|
|
92050
|
+
}
|
|
92051
|
+
},
|
|
92052
|
+
"Marker": {}
|
|
92053
|
+
}
|
|
92054
|
+
}
|
|
92055
|
+
},
|
|
91844
92056
|
"DisassociateGlobalReplicationGroup": {
|
|
91845
92057
|
"input": {
|
|
91846
92058
|
"type": "structure",
|
|
@@ -91860,7 +92072,7 @@ module.exports={
|
|
|
91860
92072
|
"type": "structure",
|
|
91861
92073
|
"members": {
|
|
91862
92074
|
"GlobalReplicationGroup": {
|
|
91863
|
-
"shape": "
|
|
92075
|
+
"shape": "S2k"
|
|
91864
92076
|
}
|
|
91865
92077
|
}
|
|
91866
92078
|
}
|
|
@@ -91884,7 +92096,7 @@ module.exports={
|
|
|
91884
92096
|
"type": "structure",
|
|
91885
92097
|
"members": {
|
|
91886
92098
|
"GlobalReplicationGroup": {
|
|
91887
|
-
"shape": "
|
|
92099
|
+
"shape": "S2k"
|
|
91888
92100
|
}
|
|
91889
92101
|
}
|
|
91890
92102
|
}
|
|
@@ -91916,7 +92128,7 @@ module.exports={
|
|
|
91916
92128
|
"ReplicationGroupId": {},
|
|
91917
92129
|
"ReplicationGroupRegion": {},
|
|
91918
92130
|
"ReshardingConfiguration": {
|
|
91919
|
-
"shape": "
|
|
92131
|
+
"shape": "S6g"
|
|
91920
92132
|
}
|
|
91921
92133
|
}
|
|
91922
92134
|
}
|
|
@@ -91931,7 +92143,7 @@ module.exports={
|
|
|
91931
92143
|
"type": "structure",
|
|
91932
92144
|
"members": {
|
|
91933
92145
|
"GlobalReplicationGroup": {
|
|
91934
|
-
"shape": "
|
|
92146
|
+
"shape": "S2k"
|
|
91935
92147
|
}
|
|
91936
92148
|
}
|
|
91937
92149
|
}
|
|
@@ -91949,7 +92161,7 @@ module.exports={
|
|
|
91949
92161
|
"type": "integer"
|
|
91950
92162
|
},
|
|
91951
92163
|
"ReplicaConfiguration": {
|
|
91952
|
-
"shape": "
|
|
92164
|
+
"shape": "S3e"
|
|
91953
92165
|
},
|
|
91954
92166
|
"ApplyImmediately": {
|
|
91955
92167
|
"type": "boolean"
|
|
@@ -91979,10 +92191,10 @@ module.exports={
|
|
|
91979
92191
|
"type": "structure",
|
|
91980
92192
|
"members": {
|
|
91981
92193
|
"ScaleUpModifications": {
|
|
91982
|
-
"shape": "
|
|
92194
|
+
"shape": "S6n"
|
|
91983
92195
|
},
|
|
91984
92196
|
"ScaleDownModifications": {
|
|
91985
|
-
"shape": "
|
|
92197
|
+
"shape": "S6n"
|
|
91986
92198
|
}
|
|
91987
92199
|
}
|
|
91988
92200
|
}
|
|
@@ -92014,17 +92226,17 @@ module.exports={
|
|
|
92014
92226
|
"type": "integer"
|
|
92015
92227
|
},
|
|
92016
92228
|
"CacheNodeIdsToRemove": {
|
|
92017
|
-
"shape": "
|
|
92229
|
+
"shape": "S1w"
|
|
92018
92230
|
},
|
|
92019
92231
|
"AZMode": {},
|
|
92020
92232
|
"NewAvailabilityZones": {
|
|
92021
|
-
"shape": "
|
|
92233
|
+
"shape": "S1n"
|
|
92022
92234
|
},
|
|
92023
92235
|
"CacheSecurityGroupNames": {
|
|
92024
|
-
"shape": "
|
|
92236
|
+
"shape": "S1o"
|
|
92025
92237
|
},
|
|
92026
92238
|
"SecurityGroupIds": {
|
|
92027
|
-
"shape": "
|
|
92239
|
+
"shape": "S1p"
|
|
92028
92240
|
},
|
|
92029
92241
|
"PreferredMaintenanceWindow": {},
|
|
92030
92242
|
"NotificationTopicArn": {},
|
|
@@ -92051,7 +92263,7 @@ module.exports={
|
|
|
92051
92263
|
"type": "structure",
|
|
92052
92264
|
"members": {
|
|
92053
92265
|
"CacheCluster": {
|
|
92054
|
-
"shape": "
|
|
92266
|
+
"shape": "S1u"
|
|
92055
92267
|
}
|
|
92056
92268
|
}
|
|
92057
92269
|
}
|
|
@@ -92066,12 +92278,12 @@ module.exports={
|
|
|
92066
92278
|
"members": {
|
|
92067
92279
|
"CacheParameterGroupName": {},
|
|
92068
92280
|
"ParameterNameValues": {
|
|
92069
|
-
"shape": "
|
|
92281
|
+
"shape": "S6t"
|
|
92070
92282
|
}
|
|
92071
92283
|
}
|
|
92072
92284
|
},
|
|
92073
92285
|
"output": {
|
|
92074
|
-
"shape": "
|
|
92286
|
+
"shape": "S6v",
|
|
92075
92287
|
"resultWrapper": "ModifyCacheParameterGroupResult"
|
|
92076
92288
|
}
|
|
92077
92289
|
},
|
|
@@ -92085,7 +92297,7 @@ module.exports={
|
|
|
92085
92297
|
"CacheSubnetGroupName": {},
|
|
92086
92298
|
"CacheSubnetGroupDescription": {},
|
|
92087
92299
|
"SubnetIds": {
|
|
92088
|
-
"shape": "
|
|
92300
|
+
"shape": "S2b"
|
|
92089
92301
|
}
|
|
92090
92302
|
}
|
|
92091
92303
|
},
|
|
@@ -92094,7 +92306,7 @@ module.exports={
|
|
|
92094
92306
|
"type": "structure",
|
|
92095
92307
|
"members": {
|
|
92096
92308
|
"CacheSubnetGroup": {
|
|
92097
|
-
"shape": "
|
|
92309
|
+
"shape": "S2d"
|
|
92098
92310
|
}
|
|
92099
92311
|
}
|
|
92100
92312
|
}
|
|
@@ -92124,7 +92336,7 @@ module.exports={
|
|
|
92124
92336
|
"type": "structure",
|
|
92125
92337
|
"members": {
|
|
92126
92338
|
"GlobalReplicationGroup": {
|
|
92127
|
-
"shape": "
|
|
92339
|
+
"shape": "S2k"
|
|
92128
92340
|
}
|
|
92129
92341
|
}
|
|
92130
92342
|
}
|
|
@@ -92150,10 +92362,10 @@ module.exports={
|
|
|
92150
92362
|
"deprecated": true
|
|
92151
92363
|
},
|
|
92152
92364
|
"CacheSecurityGroupNames": {
|
|
92153
|
-
"shape": "
|
|
92365
|
+
"shape": "S1o"
|
|
92154
92366
|
},
|
|
92155
92367
|
"SecurityGroupIds": {
|
|
92156
|
-
"shape": "
|
|
92368
|
+
"shape": "S1p"
|
|
92157
92369
|
},
|
|
92158
92370
|
"PreferredMaintenanceWindow": {},
|
|
92159
92371
|
"NotificationTopicArn": {},
|
|
@@ -92172,7 +92384,16 @@ module.exports={
|
|
|
92172
92384
|
"SnapshotWindow": {},
|
|
92173
92385
|
"CacheNodeType": {},
|
|
92174
92386
|
"AuthToken": {},
|
|
92175
|
-
"AuthTokenUpdateStrategy": {}
|
|
92387
|
+
"AuthTokenUpdateStrategy": {},
|
|
92388
|
+
"UserGroupIdsToAdd": {
|
|
92389
|
+
"shape": "Sx"
|
|
92390
|
+
},
|
|
92391
|
+
"UserGroupIdsToRemove": {
|
|
92392
|
+
"shape": "Sx"
|
|
92393
|
+
},
|
|
92394
|
+
"RemoveUserGroups": {
|
|
92395
|
+
"type": "boolean"
|
|
92396
|
+
}
|
|
92176
92397
|
}
|
|
92177
92398
|
},
|
|
92178
92399
|
"output": {
|
|
@@ -92202,7 +92423,7 @@ module.exports={
|
|
|
92202
92423
|
"type": "boolean"
|
|
92203
92424
|
},
|
|
92204
92425
|
"ReshardingConfiguration": {
|
|
92205
|
-
"shape": "
|
|
92426
|
+
"shape": "S6g"
|
|
92206
92427
|
},
|
|
92207
92428
|
"NodeGroupsToRemove": {
|
|
92208
92429
|
"type": "list",
|
|
@@ -92228,6 +92449,50 @@ module.exports={
|
|
|
92228
92449
|
}
|
|
92229
92450
|
}
|
|
92230
92451
|
},
|
|
92452
|
+
"ModifyUser": {
|
|
92453
|
+
"input": {
|
|
92454
|
+
"type": "structure",
|
|
92455
|
+
"required": [
|
|
92456
|
+
"UserId"
|
|
92457
|
+
],
|
|
92458
|
+
"members": {
|
|
92459
|
+
"UserId": {},
|
|
92460
|
+
"AccessString": {},
|
|
92461
|
+
"AppendAccessString": {},
|
|
92462
|
+
"Passwords": {
|
|
92463
|
+
"shape": "S2z"
|
|
92464
|
+
},
|
|
92465
|
+
"NoPasswordRequired": {
|
|
92466
|
+
"type": "boolean"
|
|
92467
|
+
}
|
|
92468
|
+
}
|
|
92469
|
+
},
|
|
92470
|
+
"output": {
|
|
92471
|
+
"shape": "S31",
|
|
92472
|
+
"resultWrapper": "ModifyUserResult"
|
|
92473
|
+
}
|
|
92474
|
+
},
|
|
92475
|
+
"ModifyUserGroup": {
|
|
92476
|
+
"input": {
|
|
92477
|
+
"type": "structure",
|
|
92478
|
+
"required": [
|
|
92479
|
+
"UserGroupId"
|
|
92480
|
+
],
|
|
92481
|
+
"members": {
|
|
92482
|
+
"UserGroupId": {},
|
|
92483
|
+
"UserIdsToAdd": {
|
|
92484
|
+
"shape": "S35"
|
|
92485
|
+
},
|
|
92486
|
+
"UserIdsToRemove": {
|
|
92487
|
+
"shape": "S35"
|
|
92488
|
+
}
|
|
92489
|
+
}
|
|
92490
|
+
},
|
|
92491
|
+
"output": {
|
|
92492
|
+
"shape": "S36",
|
|
92493
|
+
"resultWrapper": "ModifyUserGroupResult"
|
|
92494
|
+
}
|
|
92495
|
+
},
|
|
92231
92496
|
"PurchaseReservedCacheNodesOffering": {
|
|
92232
92497
|
"input": {
|
|
92233
92498
|
"type": "structure",
|
|
@@ -92247,7 +92512,7 @@ module.exports={
|
|
|
92247
92512
|
"type": "structure",
|
|
92248
92513
|
"members": {
|
|
92249
92514
|
"ReservedCacheNode": {
|
|
92250
|
-
"shape": "
|
|
92515
|
+
"shape": "S51"
|
|
92251
92516
|
}
|
|
92252
92517
|
}
|
|
92253
92518
|
}
|
|
@@ -92271,7 +92536,7 @@ module.exports={
|
|
|
92271
92536
|
"type": "structure",
|
|
92272
92537
|
"members": {
|
|
92273
92538
|
"GlobalReplicationGroup": {
|
|
92274
|
-
"shape": "
|
|
92539
|
+
"shape": "S2k"
|
|
92275
92540
|
}
|
|
92276
92541
|
}
|
|
92277
92542
|
}
|
|
@@ -92286,7 +92551,7 @@ module.exports={
|
|
|
92286
92551
|
"members": {
|
|
92287
92552
|
"CacheClusterId": {},
|
|
92288
92553
|
"CacheNodeIdsToReboot": {
|
|
92289
|
-
"shape": "
|
|
92554
|
+
"shape": "S1w"
|
|
92290
92555
|
}
|
|
92291
92556
|
}
|
|
92292
92557
|
},
|
|
@@ -92295,7 +92560,7 @@ module.exports={
|
|
|
92295
92560
|
"type": "structure",
|
|
92296
92561
|
"members": {
|
|
92297
92562
|
"CacheCluster": {
|
|
92298
|
-
"shape": "
|
|
92563
|
+
"shape": "S1u"
|
|
92299
92564
|
}
|
|
92300
92565
|
}
|
|
92301
92566
|
}
|
|
@@ -92332,12 +92597,12 @@ module.exports={
|
|
|
92332
92597
|
"type": "boolean"
|
|
92333
92598
|
},
|
|
92334
92599
|
"ParameterNameValues": {
|
|
92335
|
-
"shape": "
|
|
92600
|
+
"shape": "S6t"
|
|
92336
92601
|
}
|
|
92337
92602
|
}
|
|
92338
92603
|
},
|
|
92339
92604
|
"output": {
|
|
92340
|
-
"shape": "
|
|
92605
|
+
"shape": "S6v",
|
|
92341
92606
|
"resultWrapper": "ResetCacheParameterGroupResult"
|
|
92342
92607
|
}
|
|
92343
92608
|
},
|
|
@@ -92534,7 +92799,18 @@ module.exports={
|
|
|
92534
92799
|
}
|
|
92535
92800
|
}
|
|
92536
92801
|
},
|
|
92537
|
-
"AuthTokenStatus": {}
|
|
92802
|
+
"AuthTokenStatus": {},
|
|
92803
|
+
"UserGroups": {
|
|
92804
|
+
"type": "structure",
|
|
92805
|
+
"members": {
|
|
92806
|
+
"UserGroupIdsToAdd": {
|
|
92807
|
+
"shape": "Sx"
|
|
92808
|
+
},
|
|
92809
|
+
"UserGroupIdsToRemove": {
|
|
92810
|
+
"shape": "Sx"
|
|
92811
|
+
}
|
|
92812
|
+
}
|
|
92813
|
+
}
|
|
92538
92814
|
}
|
|
92539
92815
|
},
|
|
92540
92816
|
"MemberClusters": {
|
|
@@ -92552,10 +92828,10 @@ module.exports={
|
|
|
92552
92828
|
"NodeGroupId": {},
|
|
92553
92829
|
"Status": {},
|
|
92554
92830
|
"PrimaryEndpoint": {
|
|
92555
|
-
"shape": "
|
|
92831
|
+
"shape": "S12"
|
|
92556
92832
|
},
|
|
92557
92833
|
"ReaderEndpoint": {
|
|
92558
|
-
"shape": "
|
|
92834
|
+
"shape": "S12"
|
|
92559
92835
|
},
|
|
92560
92836
|
"Slots": {},
|
|
92561
92837
|
"NodeGroupMembers": {
|
|
@@ -92567,9 +92843,10 @@ module.exports={
|
|
|
92567
92843
|
"CacheClusterId": {},
|
|
92568
92844
|
"CacheNodeId": {},
|
|
92569
92845
|
"ReadEndpoint": {
|
|
92570
|
-
"shape": "
|
|
92846
|
+
"shape": "S12"
|
|
92571
92847
|
},
|
|
92572
92848
|
"PreferredAvailabilityZone": {},
|
|
92849
|
+
"PreferredOutpostArn": {},
|
|
92573
92850
|
"CurrentRole": {}
|
|
92574
92851
|
}
|
|
92575
92852
|
}
|
|
@@ -92581,7 +92858,7 @@ module.exports={
|
|
|
92581
92858
|
"AutomaticFailover": {},
|
|
92582
92859
|
"MultiAZ": {},
|
|
92583
92860
|
"ConfigurationEndpoint": {
|
|
92584
|
-
"shape": "
|
|
92861
|
+
"shape": "S12"
|
|
92585
92862
|
},
|
|
92586
92863
|
"SnapshotRetentionLimit": {
|
|
92587
92864
|
"type": "integer"
|
|
@@ -92603,12 +92880,25 @@ module.exports={
|
|
|
92603
92880
|
"AtRestEncryptionEnabled": {
|
|
92604
92881
|
"type": "boolean"
|
|
92605
92882
|
},
|
|
92883
|
+
"MemberClustersOutpostArns": {
|
|
92884
|
+
"type": "list",
|
|
92885
|
+
"member": {
|
|
92886
|
+
"locationName": "ReplicationGroupOutpostArn"
|
|
92887
|
+
}
|
|
92888
|
+
},
|
|
92606
92889
|
"KmsKeyId": {},
|
|
92607
|
-
"ARN": {}
|
|
92890
|
+
"ARN": {},
|
|
92891
|
+
"UserGroupIds": {
|
|
92892
|
+
"shape": "Sx"
|
|
92893
|
+
}
|
|
92608
92894
|
},
|
|
92609
92895
|
"wrapper": true
|
|
92610
92896
|
},
|
|
92611
|
-
"
|
|
92897
|
+
"Sx": {
|
|
92898
|
+
"type": "list",
|
|
92899
|
+
"member": {}
|
|
92900
|
+
},
|
|
92901
|
+
"S12": {
|
|
92612
92902
|
"type": "structure",
|
|
92613
92903
|
"members": {
|
|
92614
92904
|
"Address": {},
|
|
@@ -92617,7 +92907,7 @@ module.exports={
|
|
|
92617
92907
|
}
|
|
92618
92908
|
}
|
|
92619
92909
|
},
|
|
92620
|
-
"
|
|
92910
|
+
"S1e": {
|
|
92621
92911
|
"type": "structure",
|
|
92622
92912
|
"members": {
|
|
92623
92913
|
"SnapshotName": {},
|
|
@@ -92633,6 +92923,7 @@ module.exports={
|
|
|
92633
92923
|
"type": "integer"
|
|
92634
92924
|
},
|
|
92635
92925
|
"PreferredAvailabilityZone": {},
|
|
92926
|
+
"PreferredOutpostArn": {},
|
|
92636
92927
|
"CacheClusterCreateTime": {
|
|
92637
92928
|
"type": "timestamp"
|
|
92638
92929
|
},
|
|
@@ -92665,7 +92956,7 @@ module.exports={
|
|
|
92665
92956
|
"NodeGroupId": {},
|
|
92666
92957
|
"CacheNodeId": {},
|
|
92667
92958
|
"NodeGroupConfiguration": {
|
|
92668
|
-
"shape": "
|
|
92959
|
+
"shape": "S1h"
|
|
92669
92960
|
},
|
|
92670
92961
|
"CacheSize": {},
|
|
92671
92962
|
"CacheNodeCreateTime": {
|
|
@@ -92683,7 +92974,7 @@ module.exports={
|
|
|
92683
92974
|
},
|
|
92684
92975
|
"wrapper": true
|
|
92685
92976
|
},
|
|
92686
|
-
"
|
|
92977
|
+
"S1h": {
|
|
92687
92978
|
"type": "structure",
|
|
92688
92979
|
"members": {
|
|
92689
92980
|
"NodeGroupId": {},
|
|
@@ -92693,46 +92984,59 @@ module.exports={
|
|
|
92693
92984
|
},
|
|
92694
92985
|
"PrimaryAvailabilityZone": {},
|
|
92695
92986
|
"ReplicaAvailabilityZones": {
|
|
92696
|
-
"shape": "
|
|
92987
|
+
"shape": "S1j"
|
|
92988
|
+
},
|
|
92989
|
+
"PrimaryOutpostArn": {},
|
|
92990
|
+
"ReplicaOutpostArns": {
|
|
92991
|
+
"type": "list",
|
|
92992
|
+
"member": {
|
|
92993
|
+
"locationName": "OutpostArn"
|
|
92994
|
+
}
|
|
92697
92995
|
}
|
|
92698
92996
|
}
|
|
92699
92997
|
},
|
|
92700
|
-
"
|
|
92998
|
+
"S1j": {
|
|
92701
92999
|
"type": "list",
|
|
92702
93000
|
"member": {
|
|
92703
93001
|
"locationName": "AvailabilityZone"
|
|
92704
93002
|
}
|
|
92705
93003
|
},
|
|
92706
|
-
"
|
|
93004
|
+
"S1n": {
|
|
92707
93005
|
"type": "list",
|
|
92708
93006
|
"member": {
|
|
92709
93007
|
"locationName": "PreferredAvailabilityZone"
|
|
92710
93008
|
}
|
|
92711
93009
|
},
|
|
92712
|
-
"
|
|
93010
|
+
"S1o": {
|
|
92713
93011
|
"type": "list",
|
|
92714
93012
|
"member": {
|
|
92715
93013
|
"locationName": "CacheSecurityGroupName"
|
|
92716
93014
|
}
|
|
92717
93015
|
},
|
|
92718
|
-
"
|
|
93016
|
+
"S1p": {
|
|
92719
93017
|
"type": "list",
|
|
92720
93018
|
"member": {
|
|
92721
93019
|
"locationName": "SecurityGroupId"
|
|
92722
93020
|
}
|
|
92723
93021
|
},
|
|
92724
|
-
"
|
|
93022
|
+
"S1q": {
|
|
92725
93023
|
"type": "list",
|
|
92726
93024
|
"member": {
|
|
92727
93025
|
"locationName": "SnapshotArn"
|
|
92728
93026
|
}
|
|
92729
93027
|
},
|
|
92730
|
-
"
|
|
93028
|
+
"S1s": {
|
|
93029
|
+
"type": "list",
|
|
93030
|
+
"member": {
|
|
93031
|
+
"locationName": "PreferredOutpostArn"
|
|
93032
|
+
}
|
|
93033
|
+
},
|
|
93034
|
+
"S1u": {
|
|
92731
93035
|
"type": "structure",
|
|
92732
93036
|
"members": {
|
|
92733
93037
|
"CacheClusterId": {},
|
|
92734
93038
|
"ConfigurationEndpoint": {
|
|
92735
|
-
"shape": "
|
|
93039
|
+
"shape": "S12"
|
|
92736
93040
|
},
|
|
92737
93041
|
"ClientDownloadLandingPage": {},
|
|
92738
93042
|
"CacheNodeType": {},
|
|
@@ -92743,6 +93047,7 @@ module.exports={
|
|
|
92743
93047
|
"type": "integer"
|
|
92744
93048
|
},
|
|
92745
93049
|
"PreferredAvailabilityZone": {},
|
|
93050
|
+
"PreferredOutpostArn": {},
|
|
92746
93051
|
"CacheClusterCreateTime": {
|
|
92747
93052
|
"type": "timestamp"
|
|
92748
93053
|
},
|
|
@@ -92754,7 +93059,7 @@ module.exports={
|
|
|
92754
93059
|
"type": "integer"
|
|
92755
93060
|
},
|
|
92756
93061
|
"CacheNodeIdsToRemove": {
|
|
92757
|
-
"shape": "
|
|
93062
|
+
"shape": "S1w"
|
|
92758
93063
|
},
|
|
92759
93064
|
"EngineVersion": {},
|
|
92760
93065
|
"CacheNodeType": {},
|
|
@@ -92785,7 +93090,7 @@ module.exports={
|
|
|
92785
93090
|
"CacheParameterGroupName": {},
|
|
92786
93091
|
"ParameterApplyStatus": {},
|
|
92787
93092
|
"CacheNodeIdsToReboot": {
|
|
92788
|
-
"shape": "
|
|
93093
|
+
"shape": "S1w"
|
|
92789
93094
|
}
|
|
92790
93095
|
}
|
|
92791
93096
|
},
|
|
@@ -92802,11 +93107,12 @@ module.exports={
|
|
|
92802
93107
|
"type": "timestamp"
|
|
92803
93108
|
},
|
|
92804
93109
|
"Endpoint": {
|
|
92805
|
-
"shape": "
|
|
93110
|
+
"shape": "S12"
|
|
92806
93111
|
},
|
|
92807
93112
|
"ParameterGroupStatus": {},
|
|
92808
93113
|
"SourceCacheNodeId": {},
|
|
92809
|
-
"CustomerAvailabilityZone": {}
|
|
93114
|
+
"CustomerAvailabilityZone": {},
|
|
93115
|
+
"CustomerOutpostArn": {}
|
|
92810
93116
|
}
|
|
92811
93117
|
}
|
|
92812
93118
|
},
|
|
@@ -92844,13 +93150,13 @@ module.exports={
|
|
|
92844
93150
|
},
|
|
92845
93151
|
"wrapper": true
|
|
92846
93152
|
},
|
|
92847
|
-
"
|
|
93153
|
+
"S1w": {
|
|
92848
93154
|
"type": "list",
|
|
92849
93155
|
"member": {
|
|
92850
93156
|
"locationName": "CacheNodeId"
|
|
92851
93157
|
}
|
|
92852
93158
|
},
|
|
92853
|
-
"
|
|
93159
|
+
"S27": {
|
|
92854
93160
|
"type": "structure",
|
|
92855
93161
|
"members": {
|
|
92856
93162
|
"CacheParameterGroupName": {},
|
|
@@ -92863,13 +93169,13 @@ module.exports={
|
|
|
92863
93169
|
},
|
|
92864
93170
|
"wrapper": true
|
|
92865
93171
|
},
|
|
92866
|
-
"
|
|
93172
|
+
"S2b": {
|
|
92867
93173
|
"type": "list",
|
|
92868
93174
|
"member": {
|
|
92869
93175
|
"locationName": "SubnetIdentifier"
|
|
92870
93176
|
}
|
|
92871
93177
|
},
|
|
92872
|
-
"
|
|
93178
|
+
"S2d": {
|
|
92873
93179
|
"type": "structure",
|
|
92874
93180
|
"members": {
|
|
92875
93181
|
"CacheSubnetGroupName": {},
|
|
@@ -92888,6 +93194,12 @@ module.exports={
|
|
|
92888
93194
|
"Name": {}
|
|
92889
93195
|
},
|
|
92890
93196
|
"wrapper": true
|
|
93197
|
+
},
|
|
93198
|
+
"SubnetOutpost": {
|
|
93199
|
+
"type": "structure",
|
|
93200
|
+
"members": {
|
|
93201
|
+
"SubnetOutpostArn": {}
|
|
93202
|
+
}
|
|
92891
93203
|
}
|
|
92892
93204
|
}
|
|
92893
93205
|
}
|
|
@@ -92896,7 +93208,7 @@ module.exports={
|
|
|
92896
93208
|
},
|
|
92897
93209
|
"wrapper": true
|
|
92898
93210
|
},
|
|
92899
|
-
"
|
|
93211
|
+
"S2k": {
|
|
92900
93212
|
"type": "structure",
|
|
92901
93213
|
"members": {
|
|
92902
93214
|
"GlobalReplicationGroupId": {},
|
|
@@ -92947,13 +93259,75 @@ module.exports={
|
|
|
92947
93259
|
},
|
|
92948
93260
|
"wrapper": true
|
|
92949
93261
|
},
|
|
92950
|
-
"
|
|
93262
|
+
"S2z": {
|
|
93263
|
+
"type": "list",
|
|
93264
|
+
"member": {}
|
|
93265
|
+
},
|
|
93266
|
+
"S31": {
|
|
93267
|
+
"type": "structure",
|
|
93268
|
+
"members": {
|
|
93269
|
+
"UserId": {},
|
|
93270
|
+
"UserName": {},
|
|
93271
|
+
"Status": {},
|
|
93272
|
+
"Engine": {},
|
|
93273
|
+
"AccessString": {},
|
|
93274
|
+
"UserGroupIds": {
|
|
93275
|
+
"shape": "Sx"
|
|
93276
|
+
},
|
|
93277
|
+
"Authentication": {
|
|
93278
|
+
"type": "structure",
|
|
93279
|
+
"members": {
|
|
93280
|
+
"Type": {},
|
|
93281
|
+
"PasswordCount": {
|
|
93282
|
+
"type": "integer"
|
|
93283
|
+
}
|
|
93284
|
+
}
|
|
93285
|
+
},
|
|
93286
|
+
"ARN": {}
|
|
93287
|
+
}
|
|
93288
|
+
},
|
|
93289
|
+
"S35": {
|
|
93290
|
+
"type": "list",
|
|
93291
|
+
"member": {}
|
|
93292
|
+
},
|
|
93293
|
+
"S36": {
|
|
93294
|
+
"type": "structure",
|
|
93295
|
+
"members": {
|
|
93296
|
+
"UserGroupId": {},
|
|
93297
|
+
"Status": {},
|
|
93298
|
+
"Engine": {},
|
|
93299
|
+
"UserIds": {
|
|
93300
|
+
"shape": "S37"
|
|
93301
|
+
},
|
|
93302
|
+
"PendingChanges": {
|
|
93303
|
+
"type": "structure",
|
|
93304
|
+
"members": {
|
|
93305
|
+
"UserIdsToRemove": {
|
|
93306
|
+
"shape": "S37"
|
|
93307
|
+
},
|
|
93308
|
+
"UserIdsToAdd": {
|
|
93309
|
+
"shape": "S37"
|
|
93310
|
+
}
|
|
93311
|
+
}
|
|
93312
|
+
},
|
|
93313
|
+
"ReplicationGroups": {
|
|
93314
|
+
"type": "list",
|
|
93315
|
+
"member": {}
|
|
93316
|
+
},
|
|
93317
|
+
"ARN": {}
|
|
93318
|
+
}
|
|
93319
|
+
},
|
|
93320
|
+
"S37": {
|
|
93321
|
+
"type": "list",
|
|
93322
|
+
"member": {}
|
|
93323
|
+
},
|
|
93324
|
+
"S3b": {
|
|
92951
93325
|
"type": "list",
|
|
92952
93326
|
"member": {
|
|
92953
93327
|
"locationName": "GlobalNodeGroupId"
|
|
92954
93328
|
}
|
|
92955
93329
|
},
|
|
92956
|
-
"
|
|
93330
|
+
"S3e": {
|
|
92957
93331
|
"type": "list",
|
|
92958
93332
|
"member": {
|
|
92959
93333
|
"locationName": "ConfigureShard",
|
|
@@ -92968,12 +93342,15 @@ module.exports={
|
|
|
92968
93342
|
"type": "integer"
|
|
92969
93343
|
},
|
|
92970
93344
|
"PreferredAvailabilityZones": {
|
|
92971
|
-
"shape": "
|
|
93345
|
+
"shape": "S1n"
|
|
93346
|
+
},
|
|
93347
|
+
"PreferredOutpostArns": {
|
|
93348
|
+
"shape": "S1s"
|
|
92972
93349
|
}
|
|
92973
93350
|
}
|
|
92974
93351
|
}
|
|
92975
93352
|
},
|
|
92976
|
-
"
|
|
93353
|
+
"S47": {
|
|
92977
93354
|
"type": "list",
|
|
92978
93355
|
"member": {
|
|
92979
93356
|
"locationName": "Parameter",
|
|
@@ -92993,7 +93370,7 @@ module.exports={
|
|
|
92993
93370
|
}
|
|
92994
93371
|
}
|
|
92995
93372
|
},
|
|
92996
|
-
"
|
|
93373
|
+
"S4a": {
|
|
92997
93374
|
"type": "list",
|
|
92998
93375
|
"member": {
|
|
92999
93376
|
"locationName": "CacheNodeTypeSpecificParameter",
|
|
@@ -93023,7 +93400,7 @@ module.exports={
|
|
|
93023
93400
|
}
|
|
93024
93401
|
}
|
|
93025
93402
|
},
|
|
93026
|
-
"
|
|
93403
|
+
"S51": {
|
|
93027
93404
|
"type": "structure",
|
|
93028
93405
|
"members": {
|
|
93029
93406
|
"ReservedCacheNodeId": {},
|
|
@@ -93048,13 +93425,13 @@ module.exports={
|
|
|
93048
93425
|
"OfferingType": {},
|
|
93049
93426
|
"State": {},
|
|
93050
93427
|
"RecurringCharges": {
|
|
93051
|
-
"shape": "
|
|
93428
|
+
"shape": "S52"
|
|
93052
93429
|
},
|
|
93053
93430
|
"ReservationARN": {}
|
|
93054
93431
|
},
|
|
93055
93432
|
"wrapper": true
|
|
93056
93433
|
},
|
|
93057
|
-
"
|
|
93434
|
+
"S52": {
|
|
93058
93435
|
"type": "list",
|
|
93059
93436
|
"member": {
|
|
93060
93437
|
"locationName": "RecurringCharge",
|
|
@@ -93068,11 +93445,11 @@ module.exports={
|
|
|
93068
93445
|
"wrapper": true
|
|
93069
93446
|
}
|
|
93070
93447
|
},
|
|
93071
|
-
"
|
|
93448
|
+
"S59": {
|
|
93072
93449
|
"type": "list",
|
|
93073
93450
|
"member": {}
|
|
93074
93451
|
},
|
|
93075
|
-
"
|
|
93452
|
+
"S6g": {
|
|
93076
93453
|
"type": "list",
|
|
93077
93454
|
"member": {
|
|
93078
93455
|
"locationName": "ReshardingConfiguration",
|
|
@@ -93080,16 +93457,16 @@ module.exports={
|
|
|
93080
93457
|
"members": {
|
|
93081
93458
|
"NodeGroupId": {},
|
|
93082
93459
|
"PreferredAvailabilityZones": {
|
|
93083
|
-
"shape": "
|
|
93460
|
+
"shape": "S1j"
|
|
93084
93461
|
}
|
|
93085
93462
|
}
|
|
93086
93463
|
}
|
|
93087
93464
|
},
|
|
93088
|
-
"
|
|
93465
|
+
"S6n": {
|
|
93089
93466
|
"type": "list",
|
|
93090
93467
|
"member": {}
|
|
93091
93468
|
},
|
|
93092
|
-
"
|
|
93469
|
+
"S6t": {
|
|
93093
93470
|
"type": "list",
|
|
93094
93471
|
"member": {
|
|
93095
93472
|
"locationName": "ParameterNameValue",
|
|
@@ -93100,7 +93477,7 @@ module.exports={
|
|
|
93100
93477
|
}
|
|
93101
93478
|
}
|
|
93102
93479
|
},
|
|
93103
|
-
"
|
|
93480
|
+
"S6v": {
|
|
93104
93481
|
"type": "structure",
|
|
93105
93482
|
"members": {
|
|
93106
93483
|
"CacheParameterGroupName": {}
|
|
@@ -93200,6 +93577,18 @@ module.exports={
|
|
|
93200
93577
|
"limit_key": "MaxRecords",
|
|
93201
93578
|
"output_token": "Marker",
|
|
93202
93579
|
"result_key": "UpdateActions"
|
|
93580
|
+
},
|
|
93581
|
+
"DescribeUserGroups": {
|
|
93582
|
+
"input_token": "Marker",
|
|
93583
|
+
"limit_key": "MaxRecords",
|
|
93584
|
+
"output_token": "Marker",
|
|
93585
|
+
"result_key": "UserGroups"
|
|
93586
|
+
},
|
|
93587
|
+
"DescribeUsers": {
|
|
93588
|
+
"input_token": "Marker",
|
|
93589
|
+
"limit_key": "MaxRecords",
|
|
93590
|
+
"output_token": "Marker",
|
|
93591
|
+
"result_key": "Users"
|
|
93203
93592
|
}
|
|
93204
93593
|
}
|
|
93205
93594
|
}
|
|
@@ -104634,7 +105023,7 @@ module.exports={
|
|
|
104634
105023
|
},
|
|
104635
105024
|
"Source": {},
|
|
104636
105025
|
"Resources": {
|
|
104637
|
-
"shape": "
|
|
105026
|
+
"shape": "S3i"
|
|
104638
105027
|
},
|
|
104639
105028
|
"DetailType": {},
|
|
104640
105029
|
"Detail": {},
|
|
@@ -104681,7 +105070,7 @@ module.exports={
|
|
|
104681
105070
|
},
|
|
104682
105071
|
"Source": {},
|
|
104683
105072
|
"Resources": {
|
|
104684
|
-
"shape": "
|
|
105073
|
+
"shape": "S3i"
|
|
104685
105074
|
},
|
|
104686
105075
|
"DetailType": {},
|
|
104687
105076
|
"Detail": {}
|
|
@@ -105092,6 +105481,23 @@ module.exports={
|
|
|
105092
105481
|
"type": "boolean"
|
|
105093
105482
|
}
|
|
105094
105483
|
}
|
|
105484
|
+
},
|
|
105485
|
+
"DeadLetterConfig": {
|
|
105486
|
+
"type": "structure",
|
|
105487
|
+
"members": {
|
|
105488
|
+
"Arn": {}
|
|
105489
|
+
}
|
|
105490
|
+
},
|
|
105491
|
+
"RetryPolicy": {
|
|
105492
|
+
"type": "structure",
|
|
105493
|
+
"members": {
|
|
105494
|
+
"MaximumRetryAttempts": {
|
|
105495
|
+
"type": "integer"
|
|
105496
|
+
},
|
|
105497
|
+
"MaximumEventAgeInSeconds": {
|
|
105498
|
+
"type": "integer"
|
|
105499
|
+
}
|
|
105500
|
+
}
|
|
105095
105501
|
}
|
|
105096
105502
|
}
|
|
105097
105503
|
}
|
|
@@ -105100,7 +105506,7 @@ module.exports={
|
|
|
105100
105506
|
"type": "list",
|
|
105101
105507
|
"member": {}
|
|
105102
105508
|
},
|
|
105103
|
-
"
|
|
105509
|
+
"S3i": {
|
|
105104
105510
|
"type": "list",
|
|
105105
105511
|
"member": {}
|
|
105106
105512
|
}
|
|
@@ -118915,7 +119321,10 @@ module.exports={
|
|
|
118915
119321
|
},
|
|
118916
119322
|
"domainConfigurationStatus": {},
|
|
118917
119323
|
"serviceType": {},
|
|
118918
|
-
"domainType": {}
|
|
119324
|
+
"domainType": {},
|
|
119325
|
+
"lastStatusChangeDate": {
|
|
119326
|
+
"type": "timestamp"
|
|
119327
|
+
}
|
|
118919
119328
|
}
|
|
118920
119329
|
}
|
|
118921
119330
|
},
|
|
@@ -159283,6 +159692,9 @@ module.exports={
|
|
|
159283
159692
|
},
|
|
159284
159693
|
"DeletionProtection": {
|
|
159285
159694
|
"type": "boolean"
|
|
159695
|
+
},
|
|
159696
|
+
"MaxAllocatedStorage": {
|
|
159697
|
+
"type": "integer"
|
|
159286
159698
|
}
|
|
159287
159699
|
}
|
|
159288
159700
|
},
|
|
@@ -159363,7 +159775,10 @@ module.exports={
|
|
|
159363
159775
|
"DeletionProtection": {
|
|
159364
159776
|
"type": "boolean"
|
|
159365
159777
|
},
|
|
159366
|
-
"SourceDbiResourceId": {}
|
|
159778
|
+
"SourceDbiResourceId": {},
|
|
159779
|
+
"MaxAllocatedStorage": {
|
|
159780
|
+
"type": "integer"
|
|
159781
|
+
}
|
|
159367
159782
|
}
|
|
159368
159783
|
},
|
|
159369
159784
|
"output": {
|
|
@@ -159773,6 +160188,9 @@ module.exports={
|
|
|
159773
160188
|
"SourceDBClusterSnapshotArn": {},
|
|
159774
160189
|
"IAMDatabaseAuthenticationEnabled": {
|
|
159775
160190
|
"type": "boolean"
|
|
160191
|
+
},
|
|
160192
|
+
"TagList": {
|
|
160193
|
+
"shape": "Sb"
|
|
159776
160194
|
}
|
|
159777
160195
|
},
|
|
159778
160196
|
"wrapper": true
|
|
@@ -159841,7 +160259,10 @@ module.exports={
|
|
|
159841
160259
|
"ProcessorFeatures": {
|
|
159842
160260
|
"shape": "S1b"
|
|
159843
160261
|
},
|
|
159844
|
-
"DbiResourceId": {}
|
|
160262
|
+
"DbiResourceId": {},
|
|
160263
|
+
"TagList": {
|
|
160264
|
+
"shape": "Sb"
|
|
160265
|
+
}
|
|
159845
160266
|
},
|
|
159846
160267
|
"wrapper": true
|
|
159847
160268
|
},
|
|
@@ -160155,6 +160576,9 @@ module.exports={
|
|
|
160155
160576
|
"DomainMemberships": {
|
|
160156
160577
|
"shape": "S2a"
|
|
160157
160578
|
},
|
|
160579
|
+
"TagList": {
|
|
160580
|
+
"shape": "Sb"
|
|
160581
|
+
},
|
|
160158
160582
|
"GlobalWriteForwardingStatus": {},
|
|
160159
160583
|
"GlobalWriteForwardingRequested": {
|
|
160160
160584
|
"type": "boolean"
|
|
@@ -160410,6 +160834,9 @@ module.exports={
|
|
|
160410
160834
|
},
|
|
160411
160835
|
"MaxAllocatedStorage": {
|
|
160412
160836
|
"type": "integer"
|
|
160837
|
+
},
|
|
160838
|
+
"TagList": {
|
|
160839
|
+
"shape": "Sb"
|
|
160413
160840
|
}
|
|
160414
160841
|
},
|
|
160415
160842
|
"wrapper": true
|
|
@@ -165421,6 +165848,9 @@ module.exports={
|
|
|
165421
165848
|
},
|
|
165422
165849
|
"Output": {
|
|
165423
165850
|
"shape": "S12"
|
|
165851
|
+
},
|
|
165852
|
+
"Validation": {
|
|
165853
|
+
"shape": "S2f"
|
|
165424
165854
|
}
|
|
165425
165855
|
}
|
|
165426
165856
|
},
|
|
@@ -165432,6 +165862,9 @@ module.exports={
|
|
|
165432
165862
|
},
|
|
165433
165863
|
"Output": {
|
|
165434
165864
|
"shape": "S16"
|
|
165865
|
+
},
|
|
165866
|
+
"Validation": {
|
|
165867
|
+
"shape": "S2f"
|
|
165435
165868
|
}
|
|
165436
165869
|
}
|
|
165437
165870
|
},
|
|
@@ -165450,6 +165883,9 @@ module.exports={
|
|
|
165450
165883
|
}
|
|
165451
165884
|
}
|
|
165452
165885
|
}
|
|
165886
|
+
},
|
|
165887
|
+
"ManifestSummary": {
|
|
165888
|
+
"shape": "S15"
|
|
165453
165889
|
}
|
|
165454
165890
|
}
|
|
165455
165891
|
}
|
|
@@ -165557,7 +165993,7 @@ module.exports={
|
|
|
165557
165993
|
"type": "float"
|
|
165558
165994
|
},
|
|
165559
165995
|
"Geometry": {
|
|
165560
|
-
"shape": "
|
|
165996
|
+
"shape": "S2v"
|
|
165561
165997
|
}
|
|
165562
165998
|
}
|
|
165563
165999
|
}
|
|
@@ -165576,7 +166012,7 @@ module.exports={
|
|
|
165576
166012
|
"shape": "S2"
|
|
165577
166013
|
},
|
|
165578
166014
|
"Attributes": {
|
|
165579
|
-
"shape": "
|
|
166015
|
+
"shape": "S2z"
|
|
165580
166016
|
}
|
|
165581
166017
|
}
|
|
165582
166018
|
},
|
|
@@ -165586,7 +166022,7 @@ module.exports={
|
|
|
165586
166022
|
"FaceDetails": {
|
|
165587
166023
|
"type": "list",
|
|
165588
166024
|
"member": {
|
|
165589
|
-
"shape": "
|
|
166025
|
+
"shape": "S33"
|
|
165590
166026
|
}
|
|
165591
166027
|
},
|
|
165592
166028
|
"OrientationCorrection": {}
|
|
@@ -165617,7 +166053,7 @@ module.exports={
|
|
|
165617
166053
|
"Labels": {
|
|
165618
166054
|
"type": "list",
|
|
165619
166055
|
"member": {
|
|
165620
|
-
"shape": "
|
|
166056
|
+
"shape": "S3k"
|
|
165621
166057
|
}
|
|
165622
166058
|
},
|
|
165623
166059
|
"OrientationCorrection": {},
|
|
@@ -165666,7 +166102,7 @@ module.exports={
|
|
|
165666
166102
|
"ModerationLabels": {
|
|
165667
166103
|
"type": "list",
|
|
165668
166104
|
"member": {
|
|
165669
|
-
"shape": "
|
|
166105
|
+
"shape": "S3y"
|
|
165670
166106
|
}
|
|
165671
166107
|
},
|
|
165672
166108
|
"ModerationModelVersion": {},
|
|
@@ -165686,6 +166122,110 @@ module.exports={
|
|
|
165686
166122
|
}
|
|
165687
166123
|
}
|
|
165688
166124
|
},
|
|
166125
|
+
"DetectProtectiveEquipment": {
|
|
166126
|
+
"input": {
|
|
166127
|
+
"type": "structure",
|
|
166128
|
+
"required": [
|
|
166129
|
+
"Image"
|
|
166130
|
+
],
|
|
166131
|
+
"members": {
|
|
166132
|
+
"Image": {
|
|
166133
|
+
"shape": "S2"
|
|
166134
|
+
},
|
|
166135
|
+
"SummarizationAttributes": {
|
|
166136
|
+
"type": "structure",
|
|
166137
|
+
"required": [
|
|
166138
|
+
"MinConfidence",
|
|
166139
|
+
"RequiredEquipmentTypes"
|
|
166140
|
+
],
|
|
166141
|
+
"members": {
|
|
166142
|
+
"MinConfidence": {
|
|
166143
|
+
"type": "float"
|
|
166144
|
+
},
|
|
166145
|
+
"RequiredEquipmentTypes": {
|
|
166146
|
+
"type": "list",
|
|
166147
|
+
"member": {}
|
|
166148
|
+
}
|
|
166149
|
+
}
|
|
166150
|
+
}
|
|
166151
|
+
}
|
|
166152
|
+
},
|
|
166153
|
+
"output": {
|
|
166154
|
+
"type": "structure",
|
|
166155
|
+
"members": {
|
|
166156
|
+
"ProtectiveEquipmentModelVersion": {},
|
|
166157
|
+
"Persons": {
|
|
166158
|
+
"type": "list",
|
|
166159
|
+
"member": {
|
|
166160
|
+
"type": "structure",
|
|
166161
|
+
"members": {
|
|
166162
|
+
"BodyParts": {
|
|
166163
|
+
"type": "list",
|
|
166164
|
+
"member": {
|
|
166165
|
+
"type": "structure",
|
|
166166
|
+
"members": {
|
|
166167
|
+
"Name": {},
|
|
166168
|
+
"Confidence": {
|
|
166169
|
+
"type": "float"
|
|
166170
|
+
},
|
|
166171
|
+
"EquipmentDetections": {
|
|
166172
|
+
"type": "list",
|
|
166173
|
+
"member": {
|
|
166174
|
+
"type": "structure",
|
|
166175
|
+
"members": {
|
|
166176
|
+
"BoundingBox": {
|
|
166177
|
+
"shape": "Sc"
|
|
166178
|
+
},
|
|
166179
|
+
"Confidence": {
|
|
166180
|
+
"type": "float"
|
|
166181
|
+
},
|
|
166182
|
+
"Type": {},
|
|
166183
|
+
"CoversBodyPart": {
|
|
166184
|
+
"type": "structure",
|
|
166185
|
+
"members": {
|
|
166186
|
+
"Confidence": {
|
|
166187
|
+
"type": "float"
|
|
166188
|
+
},
|
|
166189
|
+
"Value": {
|
|
166190
|
+
"type": "boolean"
|
|
166191
|
+
}
|
|
166192
|
+
}
|
|
166193
|
+
}
|
|
166194
|
+
}
|
|
166195
|
+
}
|
|
166196
|
+
}
|
|
166197
|
+
}
|
|
166198
|
+
}
|
|
166199
|
+
},
|
|
166200
|
+
"BoundingBox": {
|
|
166201
|
+
"shape": "Sc"
|
|
166202
|
+
},
|
|
166203
|
+
"Confidence": {
|
|
166204
|
+
"type": "float"
|
|
166205
|
+
},
|
|
166206
|
+
"Id": {
|
|
166207
|
+
"type": "integer"
|
|
166208
|
+
}
|
|
166209
|
+
}
|
|
166210
|
+
}
|
|
166211
|
+
},
|
|
166212
|
+
"Summary": {
|
|
166213
|
+
"type": "structure",
|
|
166214
|
+
"members": {
|
|
166215
|
+
"PersonsWithRequiredEquipment": {
|
|
166216
|
+
"shape": "S4i"
|
|
166217
|
+
},
|
|
166218
|
+
"PersonsWithoutRequiredEquipment": {
|
|
166219
|
+
"shape": "S4i"
|
|
166220
|
+
},
|
|
166221
|
+
"PersonsIndeterminate": {
|
|
166222
|
+
"shape": "S4i"
|
|
166223
|
+
}
|
|
166224
|
+
}
|
|
166225
|
+
}
|
|
166226
|
+
}
|
|
166227
|
+
}
|
|
166228
|
+
},
|
|
165689
166229
|
"DetectText": {
|
|
165690
166230
|
"input": {
|
|
165691
166231
|
"type": "structure",
|
|
@@ -165700,10 +166240,10 @@ module.exports={
|
|
|
165700
166240
|
"type": "structure",
|
|
165701
166241
|
"members": {
|
|
165702
166242
|
"WordFilter": {
|
|
165703
|
-
"shape": "
|
|
166243
|
+
"shape": "S4l"
|
|
165704
166244
|
},
|
|
165705
166245
|
"RegionsOfInterest": {
|
|
165706
|
-
"shape": "
|
|
166246
|
+
"shape": "S4o"
|
|
165707
166247
|
}
|
|
165708
166248
|
}
|
|
165709
166249
|
}
|
|
@@ -165715,7 +166255,7 @@ module.exports={
|
|
|
165715
166255
|
"TextDetections": {
|
|
165716
166256
|
"type": "list",
|
|
165717
166257
|
"member": {
|
|
165718
|
-
"shape": "
|
|
166258
|
+
"shape": "S4s"
|
|
165719
166259
|
}
|
|
165720
166260
|
},
|
|
165721
166261
|
"TextModelVersion": {}
|
|
@@ -165736,7 +166276,7 @@ module.exports={
|
|
|
165736
166276
|
"type": "structure",
|
|
165737
166277
|
"members": {
|
|
165738
166278
|
"Urls": {
|
|
165739
|
-
"shape": "
|
|
166279
|
+
"shape": "S4x"
|
|
165740
166280
|
},
|
|
165741
166281
|
"Name": {}
|
|
165742
166282
|
}
|
|
@@ -165763,7 +166303,7 @@ module.exports={
|
|
|
165763
166303
|
"JobStatus": {},
|
|
165764
166304
|
"StatusMessage": {},
|
|
165765
166305
|
"VideoMetadata": {
|
|
165766
|
-
"shape": "
|
|
166306
|
+
"shape": "S56"
|
|
165767
166307
|
},
|
|
165768
166308
|
"NextToken": {},
|
|
165769
166309
|
"Celebrities": {
|
|
@@ -165778,7 +166318,7 @@ module.exports={
|
|
|
165778
166318
|
"type": "structure",
|
|
165779
166319
|
"members": {
|
|
165780
166320
|
"Urls": {
|
|
165781
|
-
"shape": "
|
|
166321
|
+
"shape": "S4x"
|
|
165782
166322
|
},
|
|
165783
166323
|
"Name": {},
|
|
165784
166324
|
"Id": {},
|
|
@@ -165789,7 +166329,7 @@ module.exports={
|
|
|
165789
166329
|
"shape": "Sc"
|
|
165790
166330
|
},
|
|
165791
166331
|
"Face": {
|
|
165792
|
-
"shape": "
|
|
166332
|
+
"shape": "S33"
|
|
165793
166333
|
}
|
|
165794
166334
|
}
|
|
165795
166335
|
}
|
|
@@ -165820,7 +166360,7 @@ module.exports={
|
|
|
165820
166360
|
"JobStatus": {},
|
|
165821
166361
|
"StatusMessage": {},
|
|
165822
166362
|
"VideoMetadata": {
|
|
165823
|
-
"shape": "
|
|
166363
|
+
"shape": "S56"
|
|
165824
166364
|
},
|
|
165825
166365
|
"ModerationLabels": {
|
|
165826
166366
|
"type": "list",
|
|
@@ -165831,7 +166371,7 @@ module.exports={
|
|
|
165831
166371
|
"type": "long"
|
|
165832
166372
|
},
|
|
165833
166373
|
"ModerationLabel": {
|
|
165834
|
-
"shape": "
|
|
166374
|
+
"shape": "S3y"
|
|
165835
166375
|
}
|
|
165836
166376
|
}
|
|
165837
166377
|
}
|
|
@@ -165861,7 +166401,7 @@ module.exports={
|
|
|
165861
166401
|
"JobStatus": {},
|
|
165862
166402
|
"StatusMessage": {},
|
|
165863
166403
|
"VideoMetadata": {
|
|
165864
|
-
"shape": "
|
|
166404
|
+
"shape": "S56"
|
|
165865
166405
|
},
|
|
165866
166406
|
"NextToken": {},
|
|
165867
166407
|
"Faces": {
|
|
@@ -165873,7 +166413,7 @@ module.exports={
|
|
|
165873
166413
|
"type": "long"
|
|
165874
166414
|
},
|
|
165875
166415
|
"Face": {
|
|
165876
|
-
"shape": "
|
|
166416
|
+
"shape": "S33"
|
|
165877
166417
|
}
|
|
165878
166418
|
}
|
|
165879
166419
|
}
|
|
@@ -165903,7 +166443,7 @@ module.exports={
|
|
|
165903
166443
|
"StatusMessage": {},
|
|
165904
166444
|
"NextToken": {},
|
|
165905
166445
|
"VideoMetadata": {
|
|
165906
|
-
"shape": "
|
|
166446
|
+
"shape": "S56"
|
|
165907
166447
|
},
|
|
165908
166448
|
"Persons": {
|
|
165909
166449
|
"type": "list",
|
|
@@ -165914,10 +166454,10 @@ module.exports={
|
|
|
165914
166454
|
"type": "long"
|
|
165915
166455
|
},
|
|
165916
166456
|
"Person": {
|
|
165917
|
-
"shape": "
|
|
166457
|
+
"shape": "S5p"
|
|
165918
166458
|
},
|
|
165919
166459
|
"FaceMatches": {
|
|
165920
|
-
"shape": "
|
|
166460
|
+
"shape": "S5r"
|
|
165921
166461
|
}
|
|
165922
166462
|
}
|
|
165923
166463
|
}
|
|
@@ -165946,7 +166486,7 @@ module.exports={
|
|
|
165946
166486
|
"JobStatus": {},
|
|
165947
166487
|
"StatusMessage": {},
|
|
165948
166488
|
"VideoMetadata": {
|
|
165949
|
-
"shape": "
|
|
166489
|
+
"shape": "S56"
|
|
165950
166490
|
},
|
|
165951
166491
|
"NextToken": {},
|
|
165952
166492
|
"Labels": {
|
|
@@ -165958,7 +166498,7 @@ module.exports={
|
|
|
165958
166498
|
"type": "long"
|
|
165959
166499
|
},
|
|
165960
166500
|
"Label": {
|
|
165961
|
-
"shape": "
|
|
166501
|
+
"shape": "S3k"
|
|
165962
166502
|
}
|
|
165963
166503
|
}
|
|
165964
166504
|
}
|
|
@@ -165988,7 +166528,7 @@ module.exports={
|
|
|
165988
166528
|
"JobStatus": {},
|
|
165989
166529
|
"StatusMessage": {},
|
|
165990
166530
|
"VideoMetadata": {
|
|
165991
|
-
"shape": "
|
|
166531
|
+
"shape": "S56"
|
|
165992
166532
|
},
|
|
165993
166533
|
"NextToken": {},
|
|
165994
166534
|
"Persons": {
|
|
@@ -166000,7 +166540,7 @@ module.exports={
|
|
|
166000
166540
|
"type": "long"
|
|
166001
166541
|
},
|
|
166002
166542
|
"Person": {
|
|
166003
|
-
"shape": "
|
|
166543
|
+
"shape": "S5p"
|
|
166004
166544
|
}
|
|
166005
166545
|
}
|
|
166006
166546
|
}
|
|
@@ -166030,7 +166570,7 @@ module.exports={
|
|
|
166030
166570
|
"VideoMetadata": {
|
|
166031
166571
|
"type": "list",
|
|
166032
166572
|
"member": {
|
|
166033
|
-
"shape": "
|
|
166573
|
+
"shape": "S56"
|
|
166034
166574
|
}
|
|
166035
166575
|
},
|
|
166036
166576
|
"AudioMetadata": {
|
|
@@ -166126,7 +166666,7 @@ module.exports={
|
|
|
166126
166666
|
"JobStatus": {},
|
|
166127
166667
|
"StatusMessage": {},
|
|
166128
166668
|
"VideoMetadata": {
|
|
166129
|
-
"shape": "
|
|
166669
|
+
"shape": "S56"
|
|
166130
166670
|
},
|
|
166131
166671
|
"TextDetections": {
|
|
166132
166672
|
"type": "list",
|
|
@@ -166137,7 +166677,7 @@ module.exports={
|
|
|
166137
166677
|
"type": "long"
|
|
166138
166678
|
},
|
|
166139
166679
|
"TextDetection": {
|
|
166140
|
-
"shape": "
|
|
166680
|
+
"shape": "S4s"
|
|
166141
166681
|
}
|
|
166142
166682
|
}
|
|
166143
166683
|
}
|
|
@@ -166161,7 +166701,7 @@ module.exports={
|
|
|
166161
166701
|
},
|
|
166162
166702
|
"ExternalImageId": {},
|
|
166163
166703
|
"DetectionAttributes": {
|
|
166164
|
-
"shape": "
|
|
166704
|
+
"shape": "S2z"
|
|
166165
166705
|
},
|
|
166166
166706
|
"MaxFaces": {
|
|
166167
166707
|
"type": "integer"
|
|
@@ -166178,10 +166718,10 @@ module.exports={
|
|
|
166178
166718
|
"type": "structure",
|
|
166179
166719
|
"members": {
|
|
166180
166720
|
"Face": {
|
|
166181
|
-
"shape": "
|
|
166721
|
+
"shape": "S5t"
|
|
166182
166722
|
},
|
|
166183
166723
|
"FaceDetail": {
|
|
166184
|
-
"shape": "
|
|
166724
|
+
"shape": "S33"
|
|
166185
166725
|
}
|
|
166186
166726
|
}
|
|
166187
166727
|
}
|
|
@@ -166198,7 +166738,7 @@ module.exports={
|
|
|
166198
166738
|
"member": {}
|
|
166199
166739
|
},
|
|
166200
166740
|
"FaceDetail": {
|
|
166201
|
-
"shape": "
|
|
166741
|
+
"shape": "S33"
|
|
166202
166742
|
}
|
|
166203
166743
|
}
|
|
166204
166744
|
}
|
|
@@ -166251,7 +166791,7 @@ module.exports={
|
|
|
166251
166791
|
"Faces": {
|
|
166252
166792
|
"type": "list",
|
|
166253
166793
|
"member": {
|
|
166254
|
-
"shape": "
|
|
166794
|
+
"shape": "S5t"
|
|
166255
166795
|
}
|
|
166256
166796
|
},
|
|
166257
166797
|
"NextToken": {},
|
|
@@ -166307,7 +166847,7 @@ module.exports={
|
|
|
166307
166847
|
"type": "structure",
|
|
166308
166848
|
"members": {
|
|
166309
166849
|
"Urls": {
|
|
166310
|
-
"shape": "
|
|
166850
|
+
"shape": "S4x"
|
|
166311
166851
|
},
|
|
166312
166852
|
"Name": {},
|
|
166313
166853
|
"Id": {},
|
|
@@ -166353,7 +166893,7 @@ module.exports={
|
|
|
166353
166893
|
"members": {
|
|
166354
166894
|
"SearchedFaceId": {},
|
|
166355
166895
|
"FaceMatches": {
|
|
166356
|
-
"shape": "
|
|
166896
|
+
"shape": "S5r"
|
|
166357
166897
|
},
|
|
166358
166898
|
"FaceModelVersion": {}
|
|
166359
166899
|
}
|
|
@@ -166390,7 +166930,7 @@ module.exports={
|
|
|
166390
166930
|
"type": "float"
|
|
166391
166931
|
},
|
|
166392
166932
|
"FaceMatches": {
|
|
166393
|
-
"shape": "
|
|
166933
|
+
"shape": "S5r"
|
|
166394
166934
|
},
|
|
166395
166935
|
"FaceModelVersion": {}
|
|
166396
166936
|
}
|
|
@@ -166404,11 +166944,11 @@ module.exports={
|
|
|
166404
166944
|
],
|
|
166405
166945
|
"members": {
|
|
166406
166946
|
"Video": {
|
|
166407
|
-
"shape": "
|
|
166947
|
+
"shape": "S7l"
|
|
166408
166948
|
},
|
|
166409
166949
|
"ClientRequestToken": {},
|
|
166410
166950
|
"NotificationChannel": {
|
|
166411
|
-
"shape": "
|
|
166951
|
+
"shape": "S7n"
|
|
166412
166952
|
},
|
|
166413
166953
|
"JobTag": {}
|
|
166414
166954
|
}
|
|
@@ -166429,14 +166969,14 @@ module.exports={
|
|
|
166429
166969
|
],
|
|
166430
166970
|
"members": {
|
|
166431
166971
|
"Video": {
|
|
166432
|
-
"shape": "
|
|
166972
|
+
"shape": "S7l"
|
|
166433
166973
|
},
|
|
166434
166974
|
"MinConfidence": {
|
|
166435
166975
|
"type": "float"
|
|
166436
166976
|
},
|
|
166437
166977
|
"ClientRequestToken": {},
|
|
166438
166978
|
"NotificationChannel": {
|
|
166439
|
-
"shape": "
|
|
166979
|
+
"shape": "S7n"
|
|
166440
166980
|
},
|
|
166441
166981
|
"JobTag": {}
|
|
166442
166982
|
}
|
|
@@ -166457,11 +166997,11 @@ module.exports={
|
|
|
166457
166997
|
],
|
|
166458
166998
|
"members": {
|
|
166459
166999
|
"Video": {
|
|
166460
|
-
"shape": "
|
|
167000
|
+
"shape": "S7l"
|
|
166461
167001
|
},
|
|
166462
167002
|
"ClientRequestToken": {},
|
|
166463
167003
|
"NotificationChannel": {
|
|
166464
|
-
"shape": "
|
|
167004
|
+
"shape": "S7n"
|
|
166465
167005
|
},
|
|
166466
167006
|
"FaceAttributes": {},
|
|
166467
167007
|
"JobTag": {}
|
|
@@ -166484,7 +167024,7 @@ module.exports={
|
|
|
166484
167024
|
],
|
|
166485
167025
|
"members": {
|
|
166486
167026
|
"Video": {
|
|
166487
|
-
"shape": "
|
|
167027
|
+
"shape": "S7l"
|
|
166488
167028
|
},
|
|
166489
167029
|
"ClientRequestToken": {},
|
|
166490
167030
|
"FaceMatchThreshold": {
|
|
@@ -166492,7 +167032,7 @@ module.exports={
|
|
|
166492
167032
|
},
|
|
166493
167033
|
"CollectionId": {},
|
|
166494
167034
|
"NotificationChannel": {
|
|
166495
|
-
"shape": "
|
|
167035
|
+
"shape": "S7n"
|
|
166496
167036
|
},
|
|
166497
167037
|
"JobTag": {}
|
|
166498
167038
|
}
|
|
@@ -166513,14 +167053,14 @@ module.exports={
|
|
|
166513
167053
|
],
|
|
166514
167054
|
"members": {
|
|
166515
167055
|
"Video": {
|
|
166516
|
-
"shape": "
|
|
167056
|
+
"shape": "S7l"
|
|
166517
167057
|
},
|
|
166518
167058
|
"ClientRequestToken": {},
|
|
166519
167059
|
"MinConfidence": {
|
|
166520
167060
|
"type": "float"
|
|
166521
167061
|
},
|
|
166522
167062
|
"NotificationChannel": {
|
|
166523
|
-
"shape": "
|
|
167063
|
+
"shape": "S7n"
|
|
166524
167064
|
},
|
|
166525
167065
|
"JobTag": {}
|
|
166526
167066
|
}
|
|
@@ -166541,11 +167081,11 @@ module.exports={
|
|
|
166541
167081
|
],
|
|
166542
167082
|
"members": {
|
|
166543
167083
|
"Video": {
|
|
166544
|
-
"shape": "
|
|
167084
|
+
"shape": "S7l"
|
|
166545
167085
|
},
|
|
166546
167086
|
"ClientRequestToken": {},
|
|
166547
167087
|
"NotificationChannel": {
|
|
166548
|
-
"shape": "
|
|
167088
|
+
"shape": "S7n"
|
|
166549
167089
|
},
|
|
166550
167090
|
"JobTag": {}
|
|
166551
167091
|
}
|
|
@@ -166588,11 +167128,11 @@ module.exports={
|
|
|
166588
167128
|
],
|
|
166589
167129
|
"members": {
|
|
166590
167130
|
"Video": {
|
|
166591
|
-
"shape": "
|
|
167131
|
+
"shape": "S7l"
|
|
166592
167132
|
},
|
|
166593
167133
|
"ClientRequestToken": {},
|
|
166594
167134
|
"NotificationChannel": {
|
|
166595
|
-
"shape": "
|
|
167135
|
+
"shape": "S7n"
|
|
166596
167136
|
},
|
|
166597
167137
|
"JobTag": {},
|
|
166598
167138
|
"Filters": {
|
|
@@ -166653,21 +167193,21 @@ module.exports={
|
|
|
166653
167193
|
],
|
|
166654
167194
|
"members": {
|
|
166655
167195
|
"Video": {
|
|
166656
|
-
"shape": "
|
|
167196
|
+
"shape": "S7l"
|
|
166657
167197
|
},
|
|
166658
167198
|
"ClientRequestToken": {},
|
|
166659
167199
|
"NotificationChannel": {
|
|
166660
|
-
"shape": "
|
|
167200
|
+
"shape": "S7n"
|
|
166661
167201
|
},
|
|
166662
167202
|
"JobTag": {},
|
|
166663
167203
|
"Filters": {
|
|
166664
167204
|
"type": "structure",
|
|
166665
167205
|
"members": {
|
|
166666
167206
|
"WordFilter": {
|
|
166667
|
-
"shape": "
|
|
167207
|
+
"shape": "S4l"
|
|
166668
167208
|
},
|
|
166669
167209
|
"RegionsOfInterest": {
|
|
166670
|
-
"shape": "
|
|
167210
|
+
"shape": "S4o"
|
|
166671
167211
|
}
|
|
166672
167212
|
}
|
|
166673
167213
|
}
|
|
@@ -166832,16 +167372,19 @@ module.exports={
|
|
|
166832
167372
|
"type": "structure",
|
|
166833
167373
|
"members": {
|
|
166834
167374
|
"GroundTruthManifest": {
|
|
166835
|
-
"
|
|
166836
|
-
"members": {
|
|
166837
|
-
"S3Object": {
|
|
166838
|
-
"shape": "S4"
|
|
166839
|
-
}
|
|
166840
|
-
}
|
|
167375
|
+
"shape": "S15"
|
|
166841
167376
|
}
|
|
166842
167377
|
}
|
|
166843
167378
|
}
|
|
166844
167379
|
},
|
|
167380
|
+
"S15": {
|
|
167381
|
+
"type": "structure",
|
|
167382
|
+
"members": {
|
|
167383
|
+
"S3Object": {
|
|
167384
|
+
"shape": "S4"
|
|
167385
|
+
}
|
|
167386
|
+
}
|
|
167387
|
+
},
|
|
166845
167388
|
"S16": {
|
|
166846
167389
|
"type": "structure",
|
|
166847
167390
|
"members": {
|
|
@@ -166893,7 +167436,15 @@ module.exports={
|
|
|
166893
167436
|
"type": "list",
|
|
166894
167437
|
"member": {}
|
|
166895
167438
|
},
|
|
166896
|
-
"
|
|
167439
|
+
"S2f": {
|
|
167440
|
+
"type": "structure",
|
|
167441
|
+
"members": {
|
|
167442
|
+
"Assets": {
|
|
167443
|
+
"shape": "S13"
|
|
167444
|
+
}
|
|
167445
|
+
}
|
|
167446
|
+
},
|
|
167447
|
+
"S2v": {
|
|
166897
167448
|
"type": "structure",
|
|
166898
167449
|
"members": {
|
|
166899
167450
|
"BoundingBox": {
|
|
@@ -166915,11 +167466,11 @@ module.exports={
|
|
|
166915
167466
|
}
|
|
166916
167467
|
}
|
|
166917
167468
|
},
|
|
166918
|
-
"
|
|
167469
|
+
"S2z": {
|
|
166919
167470
|
"type": "list",
|
|
166920
167471
|
"member": {}
|
|
166921
167472
|
},
|
|
166922
|
-
"
|
|
167473
|
+
"S33": {
|
|
166923
167474
|
"type": "structure",
|
|
166924
167475
|
"members": {
|
|
166925
167476
|
"BoundingBox": {
|
|
@@ -167048,7 +167599,7 @@ module.exports={
|
|
|
167048
167599
|
}
|
|
167049
167600
|
}
|
|
167050
167601
|
},
|
|
167051
|
-
"
|
|
167602
|
+
"S3k": {
|
|
167052
167603
|
"type": "structure",
|
|
167053
167604
|
"members": {
|
|
167054
167605
|
"Name": {},
|
|
@@ -167080,7 +167631,7 @@ module.exports={
|
|
|
167080
167631
|
}
|
|
167081
167632
|
}
|
|
167082
167633
|
},
|
|
167083
|
-
"
|
|
167634
|
+
"S3y": {
|
|
167084
167635
|
"type": "structure",
|
|
167085
167636
|
"members": {
|
|
167086
167637
|
"Confidence": {
|
|
@@ -167090,7 +167641,13 @@ module.exports={
|
|
|
167090
167641
|
"ParentName": {}
|
|
167091
167642
|
}
|
|
167092
167643
|
},
|
|
167093
|
-
"
|
|
167644
|
+
"S4i": {
|
|
167645
|
+
"type": "list",
|
|
167646
|
+
"member": {
|
|
167647
|
+
"type": "integer"
|
|
167648
|
+
}
|
|
167649
|
+
},
|
|
167650
|
+
"S4l": {
|
|
167094
167651
|
"type": "structure",
|
|
167095
167652
|
"members": {
|
|
167096
167653
|
"MinConfidence": {
|
|
@@ -167104,7 +167661,7 @@ module.exports={
|
|
|
167104
167661
|
}
|
|
167105
167662
|
}
|
|
167106
167663
|
},
|
|
167107
|
-
"
|
|
167664
|
+
"S4o": {
|
|
167108
167665
|
"type": "list",
|
|
167109
167666
|
"member": {
|
|
167110
167667
|
"type": "structure",
|
|
@@ -167115,7 +167672,7 @@ module.exports={
|
|
|
167115
167672
|
}
|
|
167116
167673
|
}
|
|
167117
167674
|
},
|
|
167118
|
-
"
|
|
167675
|
+
"S4s": {
|
|
167119
167676
|
"type": "structure",
|
|
167120
167677
|
"members": {
|
|
167121
167678
|
"DetectedText": {},
|
|
@@ -167130,15 +167687,15 @@ module.exports={
|
|
|
167130
167687
|
"type": "float"
|
|
167131
167688
|
},
|
|
167132
167689
|
"Geometry": {
|
|
167133
|
-
"shape": "
|
|
167690
|
+
"shape": "S2v"
|
|
167134
167691
|
}
|
|
167135
167692
|
}
|
|
167136
167693
|
},
|
|
167137
|
-
"
|
|
167694
|
+
"S4x": {
|
|
167138
167695
|
"type": "list",
|
|
167139
167696
|
"member": {}
|
|
167140
167697
|
},
|
|
167141
|
-
"
|
|
167698
|
+
"S56": {
|
|
167142
167699
|
"type": "structure",
|
|
167143
167700
|
"members": {
|
|
167144
167701
|
"Codec": {},
|
|
@@ -167157,7 +167714,7 @@ module.exports={
|
|
|
167157
167714
|
}
|
|
167158
167715
|
}
|
|
167159
167716
|
},
|
|
167160
|
-
"
|
|
167717
|
+
"S5p": {
|
|
167161
167718
|
"type": "structure",
|
|
167162
167719
|
"members": {
|
|
167163
167720
|
"Index": {
|
|
@@ -167167,11 +167724,11 @@ module.exports={
|
|
|
167167
167724
|
"shape": "Sc"
|
|
167168
167725
|
},
|
|
167169
167726
|
"Face": {
|
|
167170
|
-
"shape": "
|
|
167727
|
+
"shape": "S33"
|
|
167171
167728
|
}
|
|
167172
167729
|
}
|
|
167173
167730
|
},
|
|
167174
|
-
"
|
|
167731
|
+
"S5r": {
|
|
167175
167732
|
"type": "list",
|
|
167176
167733
|
"member": {
|
|
167177
167734
|
"type": "structure",
|
|
@@ -167180,12 +167737,12 @@ module.exports={
|
|
|
167180
167737
|
"type": "float"
|
|
167181
167738
|
},
|
|
167182
167739
|
"Face": {
|
|
167183
|
-
"shape": "
|
|
167740
|
+
"shape": "S5t"
|
|
167184
167741
|
}
|
|
167185
167742
|
}
|
|
167186
167743
|
}
|
|
167187
167744
|
},
|
|
167188
|
-
"
|
|
167745
|
+
"S5t": {
|
|
167189
167746
|
"type": "structure",
|
|
167190
167747
|
"members": {
|
|
167191
167748
|
"FaceId": {},
|
|
@@ -167199,7 +167756,7 @@ module.exports={
|
|
|
167199
167756
|
}
|
|
167200
167757
|
}
|
|
167201
167758
|
},
|
|
167202
|
-
"
|
|
167759
|
+
"S7l": {
|
|
167203
167760
|
"type": "structure",
|
|
167204
167761
|
"members": {
|
|
167205
167762
|
"S3Object": {
|
|
@@ -167207,7 +167764,7 @@ module.exports={
|
|
|
167207
167764
|
}
|
|
167208
167765
|
}
|
|
167209
167766
|
},
|
|
167210
|
-
"
|
|
167767
|
+
"S7n": {
|
|
167211
167768
|
"type": "structure",
|
|
167212
167769
|
"required": [
|
|
167213
167770
|
"SNSTopicArn",
|
|
@@ -180012,15 +180569,7 @@ module.exports={
|
|
|
180012
180569
|
"shape": "S6r"
|
|
180013
180570
|
},
|
|
180014
180571
|
"RecordOutputs": {
|
|
180015
|
-
"
|
|
180016
|
-
"member": {
|
|
180017
|
-
"type": "structure",
|
|
180018
|
-
"members": {
|
|
180019
|
-
"OutputKey": {},
|
|
180020
|
-
"OutputValue": {},
|
|
180021
|
-
"Description": {}
|
|
180022
|
-
}
|
|
180023
|
-
}
|
|
180572
|
+
"shape": "S72"
|
|
180024
180573
|
},
|
|
180025
180574
|
"NextPageToken": {}
|
|
180026
180575
|
}
|
|
@@ -180276,6 +180825,33 @@ module.exports={
|
|
|
180276
180825
|
}
|
|
180277
180826
|
}
|
|
180278
180827
|
},
|
|
180828
|
+
"GetProvisionedProductOutputs": {
|
|
180829
|
+
"input": {
|
|
180830
|
+
"type": "structure",
|
|
180831
|
+
"members": {
|
|
180832
|
+
"AcceptLanguage": {},
|
|
180833
|
+
"ProvisionedProductId": {},
|
|
180834
|
+
"ProvisionedProductName": {},
|
|
180835
|
+
"OutputKeys": {
|
|
180836
|
+
"type": "list",
|
|
180837
|
+
"member": {}
|
|
180838
|
+
},
|
|
180839
|
+
"PageSize": {
|
|
180840
|
+
"type": "integer"
|
|
180841
|
+
},
|
|
180842
|
+
"PageToken": {}
|
|
180843
|
+
}
|
|
180844
|
+
},
|
|
180845
|
+
"output": {
|
|
180846
|
+
"type": "structure",
|
|
180847
|
+
"members": {
|
|
180848
|
+
"Outputs": {
|
|
180849
|
+
"shape": "S72"
|
|
180850
|
+
},
|
|
180851
|
+
"NextPageToken": {}
|
|
180852
|
+
}
|
|
180853
|
+
}
|
|
180854
|
+
},
|
|
180279
180855
|
"ListAcceptedPortfolioShares": {
|
|
180280
180856
|
"input": {
|
|
180281
180857
|
"type": "structure",
|
|
@@ -180292,7 +180868,7 @@ module.exports={
|
|
|
180292
180868
|
"type": "structure",
|
|
180293
180869
|
"members": {
|
|
180294
180870
|
"PortfolioDetails": {
|
|
180295
|
-
"shape": "
|
|
180871
|
+
"shape": "S89"
|
|
180296
180872
|
},
|
|
180297
180873
|
"NextPageToken": {}
|
|
180298
180874
|
}
|
|
@@ -180462,7 +181038,7 @@ module.exports={
|
|
|
180462
181038
|
"type": "structure",
|
|
180463
181039
|
"members": {
|
|
180464
181040
|
"PortfolioDetails": {
|
|
180465
|
-
"shape": "
|
|
181041
|
+
"shape": "S89"
|
|
180466
181042
|
},
|
|
180467
181043
|
"NextPageToken": {}
|
|
180468
181044
|
}
|
|
@@ -180487,7 +181063,7 @@ module.exports={
|
|
|
180487
181063
|
"type": "structure",
|
|
180488
181064
|
"members": {
|
|
180489
181065
|
"PortfolioDetails": {
|
|
180490
|
-
"shape": "
|
|
181066
|
+
"shape": "S89"
|
|
180491
181067
|
},
|
|
180492
181068
|
"NextPageToken": {}
|
|
180493
181069
|
}
|
|
@@ -180536,7 +181112,7 @@ module.exports={
|
|
|
180536
181112
|
},
|
|
180537
181113
|
"PageToken": {},
|
|
180538
181114
|
"AccessLevelFilter": {
|
|
180539
|
-
"shape": "
|
|
181115
|
+
"shape": "S8y"
|
|
180540
181116
|
}
|
|
180541
181117
|
}
|
|
180542
181118
|
},
|
|
@@ -180627,7 +181203,7 @@ module.exports={
|
|
|
180627
181203
|
"members": {
|
|
180628
181204
|
"AcceptLanguage": {},
|
|
180629
181205
|
"AccessLevelFilter": {
|
|
180630
|
-
"shape": "
|
|
181206
|
+
"shape": "S8y"
|
|
180631
181207
|
},
|
|
180632
181208
|
"SearchFilter": {
|
|
180633
181209
|
"type": "structure",
|
|
@@ -180707,7 +181283,7 @@ module.exports={
|
|
|
180707
181283
|
"type": "structure",
|
|
180708
181284
|
"members": {
|
|
180709
181285
|
"ServiceActionSummaries": {
|
|
180710
|
-
"shape": "
|
|
181286
|
+
"shape": "S9t"
|
|
180711
181287
|
},
|
|
180712
181288
|
"NextPageToken": {}
|
|
180713
181289
|
}
|
|
@@ -180734,7 +181310,7 @@ module.exports={
|
|
|
180734
181310
|
"type": "structure",
|
|
180735
181311
|
"members": {
|
|
180736
181312
|
"ServiceActionSummaries": {
|
|
180737
|
-
"shape": "
|
|
181313
|
+
"shape": "S9t"
|
|
180738
181314
|
},
|
|
180739
181315
|
"NextPageToken": {}
|
|
180740
181316
|
}
|
|
@@ -180895,7 +181471,7 @@ module.exports={
|
|
|
180895
181471
|
"members": {
|
|
180896
181472
|
"AcceptLanguage": {},
|
|
180897
181473
|
"AccessLevelFilter": {
|
|
180898
|
-
"shape": "
|
|
181474
|
+
"shape": "S8y"
|
|
180899
181475
|
},
|
|
180900
181476
|
"PageSize": {
|
|
180901
181477
|
"type": "integer"
|
|
@@ -180922,7 +181498,7 @@ module.exports={
|
|
|
180922
181498
|
"members": {
|
|
180923
181499
|
"AcceptLanguage": {},
|
|
180924
181500
|
"Filters": {
|
|
180925
|
-
"shape": "
|
|
181501
|
+
"shape": "Saj"
|
|
180926
181502
|
},
|
|
180927
181503
|
"PageSize": {
|
|
180928
181504
|
"type": "integer"
|
|
@@ -180968,7 +181544,7 @@ module.exports={
|
|
|
180968
181544
|
"AcceptLanguage": {},
|
|
180969
181545
|
"PortfolioId": {},
|
|
180970
181546
|
"Filters": {
|
|
180971
|
-
"shape": "
|
|
181547
|
+
"shape": "Saj"
|
|
180972
181548
|
},
|
|
180973
181549
|
"SortBy": {},
|
|
180974
181550
|
"SortOrder": {},
|
|
@@ -180998,7 +181574,7 @@ module.exports={
|
|
|
180998
181574
|
"members": {
|
|
180999
181575
|
"AcceptLanguage": {},
|
|
181000
181576
|
"AccessLevelFilter": {
|
|
181001
|
-
"shape": "
|
|
181577
|
+
"shape": "S8y"
|
|
181002
181578
|
},
|
|
181003
181579
|
"Filters": {
|
|
181004
181580
|
"type": "map",
|
|
@@ -181124,7 +181700,7 @@ module.exports={
|
|
|
181124
181700
|
"shape": "S1i"
|
|
181125
181701
|
},
|
|
181126
181702
|
"RemoveTags": {
|
|
181127
|
-
"shape": "
|
|
181703
|
+
"shape": "Sbk"
|
|
181128
181704
|
}
|
|
181129
181705
|
}
|
|
181130
181706
|
},
|
|
@@ -181160,7 +181736,7 @@ module.exports={
|
|
|
181160
181736
|
"shape": "S1i"
|
|
181161
181737
|
},
|
|
181162
181738
|
"RemoveTags": {
|
|
181163
|
-
"shape": "
|
|
181739
|
+
"shape": "Sbk"
|
|
181164
181740
|
}
|
|
181165
181741
|
}
|
|
181166
181742
|
},
|
|
@@ -181248,7 +181824,7 @@ module.exports={
|
|
|
181248
181824
|
"AcceptLanguage": {},
|
|
181249
181825
|
"ProvisionedProductId": {},
|
|
181250
181826
|
"ProvisionedProductProperties": {
|
|
181251
|
-
"shape": "
|
|
181827
|
+
"shape": "Sbt"
|
|
181252
181828
|
},
|
|
181253
181829
|
"IdempotencyToken": {
|
|
181254
181830
|
"idempotencyToken": true
|
|
@@ -181260,7 +181836,7 @@ module.exports={
|
|
|
181260
181836
|
"members": {
|
|
181261
181837
|
"ProvisionedProductId": {},
|
|
181262
181838
|
"ProvisionedProductProperties": {
|
|
181263
|
-
"shape": "
|
|
181839
|
+
"shape": "Sbt"
|
|
181264
181840
|
},
|
|
181265
181841
|
"RecordId": {},
|
|
181266
181842
|
"Status": {}
|
|
@@ -181665,30 +182241,41 @@ module.exports={
|
|
|
181665
182241
|
}
|
|
181666
182242
|
}
|
|
181667
182243
|
},
|
|
182244
|
+
"S72": {
|
|
182245
|
+
"type": "list",
|
|
182246
|
+
"member": {
|
|
182247
|
+
"type": "structure",
|
|
182248
|
+
"members": {
|
|
182249
|
+
"OutputKey": {},
|
|
182250
|
+
"OutputValue": {},
|
|
182251
|
+
"Description": {}
|
|
182252
|
+
}
|
|
182253
|
+
}
|
|
182254
|
+
},
|
|
181668
182255
|
"S7e": {
|
|
181669
182256
|
"type": "list",
|
|
181670
182257
|
"member": {}
|
|
181671
182258
|
},
|
|
181672
|
-
"
|
|
182259
|
+
"S89": {
|
|
181673
182260
|
"type": "list",
|
|
181674
182261
|
"member": {
|
|
181675
182262
|
"shape": "S1n"
|
|
181676
182263
|
}
|
|
181677
182264
|
},
|
|
181678
|
-
"
|
|
182265
|
+
"S8y": {
|
|
181679
182266
|
"type": "structure",
|
|
181680
182267
|
"members": {
|
|
181681
182268
|
"Key": {},
|
|
181682
182269
|
"Value": {}
|
|
181683
182270
|
}
|
|
181684
182271
|
},
|
|
181685
|
-
"
|
|
182272
|
+
"S9t": {
|
|
181686
182273
|
"type": "list",
|
|
181687
182274
|
"member": {
|
|
181688
182275
|
"shape": "S37"
|
|
181689
182276
|
}
|
|
181690
182277
|
},
|
|
181691
|
-
"
|
|
182278
|
+
"Saj": {
|
|
181692
182279
|
"type": "map",
|
|
181693
182280
|
"key": {},
|
|
181694
182281
|
"value": {
|
|
@@ -181696,11 +182283,11 @@ module.exports={
|
|
|
181696
182283
|
"member": {}
|
|
181697
182284
|
}
|
|
181698
182285
|
},
|
|
181699
|
-
"
|
|
182286
|
+
"Sbk": {
|
|
181700
182287
|
"type": "list",
|
|
181701
182288
|
"member": {}
|
|
181702
182289
|
},
|
|
181703
|
-
"
|
|
182290
|
+
"Sbt": {
|
|
181704
182291
|
"type": "map",
|
|
181705
182292
|
"key": {},
|
|
181706
182293
|
"value": {}
|
|
@@ -181710,6 +182297,11 @@ module.exports={
|
|
|
181710
182297
|
},{}],209:[function(require,module,exports){
|
|
181711
182298
|
module.exports={
|
|
181712
182299
|
"pagination": {
|
|
182300
|
+
"GetProvisionedProductOutputs": {
|
|
182301
|
+
"input_token": "PageToken",
|
|
182302
|
+
"output_token": "NextPageToken",
|
|
182303
|
+
"limit_key": "PageSize"
|
|
182304
|
+
},
|
|
181713
182305
|
"ListAcceptedPortfolioShares": {
|
|
181714
182306
|
"input_token": "PageToken",
|
|
181715
182307
|
"output_token": "NextPageToken",
|
|
@@ -184281,7 +184873,7 @@ module.exports={
|
|
|
184281
184873
|
"type": "structure",
|
|
184282
184874
|
"members": {
|
|
184283
184875
|
"AccountIds": {
|
|
184284
|
-
"shape": "
|
|
184876
|
+
"shape": "S9w"
|
|
184285
184877
|
},
|
|
184286
184878
|
"AccountSharingInfoList": {
|
|
184287
184879
|
"type": "list",
|
|
@@ -184439,7 +185031,7 @@ module.exports={
|
|
|
184439
185031
|
"members": {
|
|
184440
185032
|
"key": {},
|
|
184441
185033
|
"valueSet": {
|
|
184442
|
-
"shape": "
|
|
185034
|
+
"shape": "Sap"
|
|
184443
185035
|
}
|
|
184444
185036
|
}
|
|
184445
185037
|
}
|
|
@@ -184455,7 +185047,7 @@ module.exports={
|
|
|
184455
185047
|
"members": {
|
|
184456
185048
|
"Key": {},
|
|
184457
185049
|
"Values": {
|
|
184458
|
-
"shape": "
|
|
185050
|
+
"shape": "Sap"
|
|
184459
185051
|
}
|
|
184460
185052
|
}
|
|
184461
185053
|
}
|
|
@@ -184544,7 +185136,7 @@ module.exports={
|
|
|
184544
185136
|
"InstancePatchStates": {
|
|
184545
185137
|
"type": "list",
|
|
184546
185138
|
"member": {
|
|
184547
|
-
"shape": "
|
|
185139
|
+
"shape": "Sb9"
|
|
184548
185140
|
}
|
|
184549
185141
|
},
|
|
184550
185142
|
"NextToken": {}
|
|
@@ -184590,7 +185182,7 @@ module.exports={
|
|
|
184590
185182
|
"InstancePatchStates": {
|
|
184591
185183
|
"type": "list",
|
|
184592
185184
|
"member": {
|
|
184593
|
-
"shape": "
|
|
185185
|
+
"shape": "Sb9"
|
|
184594
185186
|
}
|
|
184595
185187
|
},
|
|
184596
185188
|
"NextToken": {}
|
|
@@ -184695,7 +185287,7 @@ module.exports={
|
|
|
184695
185287
|
"WindowExecutionId": {},
|
|
184696
185288
|
"TaskId": {},
|
|
184697
185289
|
"Filters": {
|
|
184698
|
-
"shape": "
|
|
185290
|
+
"shape": "Scb"
|
|
184699
185291
|
},
|
|
184700
185292
|
"MaxResults": {
|
|
184701
185293
|
"type": "integer"
|
|
@@ -184717,7 +185309,7 @@ module.exports={
|
|
|
184717
185309
|
"ExecutionId": {},
|
|
184718
185310
|
"TaskType": {},
|
|
184719
185311
|
"Parameters": {
|
|
184720
|
-
"shape": "
|
|
185312
|
+
"shape": "Scn"
|
|
184721
185313
|
},
|
|
184722
185314
|
"Status": {},
|
|
184723
185315
|
"StatusDetails": {},
|
|
@@ -184728,7 +185320,7 @@ module.exports={
|
|
|
184728
185320
|
"type": "timestamp"
|
|
184729
185321
|
},
|
|
184730
185322
|
"OwnerInformation": {
|
|
184731
|
-
"shape": "
|
|
185323
|
+
"shape": "Sbc"
|
|
184732
185324
|
},
|
|
184733
185325
|
"WindowTargetId": {}
|
|
184734
185326
|
}
|
|
@@ -184747,7 +185339,7 @@ module.exports={
|
|
|
184747
185339
|
"members": {
|
|
184748
185340
|
"WindowExecutionId": {},
|
|
184749
185341
|
"Filters": {
|
|
184750
|
-
"shape": "
|
|
185342
|
+
"shape": "Scb"
|
|
184751
185343
|
},
|
|
184752
185344
|
"MaxResults": {
|
|
184753
185345
|
"type": "integer"
|
|
@@ -184791,7 +185383,7 @@ module.exports={
|
|
|
184791
185383
|
"members": {
|
|
184792
185384
|
"WindowId": {},
|
|
184793
185385
|
"Filters": {
|
|
184794
|
-
"shape": "
|
|
185386
|
+
"shape": "Scb"
|
|
184795
185387
|
},
|
|
184796
185388
|
"MaxResults": {
|
|
184797
185389
|
"type": "integer"
|
|
@@ -184869,7 +185461,7 @@ module.exports={
|
|
|
184869
185461
|
"members": {
|
|
184870
185462
|
"WindowId": {},
|
|
184871
185463
|
"Filters": {
|
|
184872
|
-
"shape": "
|
|
185464
|
+
"shape": "Scb"
|
|
184873
185465
|
},
|
|
184874
185466
|
"MaxResults": {
|
|
184875
185467
|
"type": "integer"
|
|
@@ -184892,7 +185484,7 @@ module.exports={
|
|
|
184892
185484
|
"shape": "Sx"
|
|
184893
185485
|
},
|
|
184894
185486
|
"OwnerInformation": {
|
|
184895
|
-
"shape": "
|
|
185487
|
+
"shape": "Sbc"
|
|
184896
185488
|
},
|
|
184897
185489
|
"Name": {},
|
|
184898
185490
|
"Description": {
|
|
@@ -184914,7 +185506,7 @@ module.exports={
|
|
|
184914
185506
|
"members": {
|
|
184915
185507
|
"WindowId": {},
|
|
184916
185508
|
"Filters": {
|
|
184917
|
-
"shape": "
|
|
185509
|
+
"shape": "Scb"
|
|
184918
185510
|
},
|
|
184919
185511
|
"MaxResults": {
|
|
184920
185512
|
"type": "integer"
|
|
@@ -184938,13 +185530,13 @@ module.exports={
|
|
|
184938
185530
|
"shape": "Sx"
|
|
184939
185531
|
},
|
|
184940
185532
|
"TaskParameters": {
|
|
184941
|
-
"shape": "
|
|
185533
|
+
"shape": "Sde"
|
|
184942
185534
|
},
|
|
184943
185535
|
"Priority": {
|
|
184944
185536
|
"type": "integer"
|
|
184945
185537
|
},
|
|
184946
185538
|
"LoggingInfo": {
|
|
184947
|
-
"shape": "
|
|
185539
|
+
"shape": "Sdk"
|
|
184948
185540
|
},
|
|
184949
185541
|
"ServiceRoleArn": {},
|
|
184950
185542
|
"MaxConcurrency": {},
|
|
@@ -184965,7 +185557,7 @@ module.exports={
|
|
|
184965
185557
|
"type": "structure",
|
|
184966
185558
|
"members": {
|
|
184967
185559
|
"Filters": {
|
|
184968
|
-
"shape": "
|
|
185560
|
+
"shape": "Scb"
|
|
184969
185561
|
},
|
|
184970
185562
|
"MaxResults": {
|
|
184971
185563
|
"type": "integer"
|
|
@@ -185131,7 +185723,7 @@ module.exports={
|
|
|
185131
185723
|
}
|
|
185132
185724
|
},
|
|
185133
185725
|
"ParameterFilters": {
|
|
185134
|
-
"shape": "
|
|
185726
|
+
"shape": "See"
|
|
185135
185727
|
},
|
|
185136
185728
|
"MaxResults": {
|
|
185137
185729
|
"type": "integer"
|
|
@@ -185161,7 +185753,7 @@ module.exports={
|
|
|
185161
185753
|
},
|
|
185162
185754
|
"Tier": {},
|
|
185163
185755
|
"Policies": {
|
|
185164
|
-
"shape": "
|
|
185756
|
+
"shape": "Set"
|
|
185165
185757
|
},
|
|
185166
185758
|
"DataType": {}
|
|
185167
185759
|
}
|
|
@@ -185190,7 +185782,7 @@ module.exports={
|
|
|
185190
185782
|
"BaselineIdentities": {
|
|
185191
185783
|
"type": "list",
|
|
185192
185784
|
"member": {
|
|
185193
|
-
"shape": "
|
|
185785
|
+
"shape": "Sez"
|
|
185194
185786
|
}
|
|
185195
185787
|
},
|
|
185196
185788
|
"NextToken": {}
|
|
@@ -185263,7 +185855,7 @@ module.exports={
|
|
|
185263
185855
|
"members": {
|
|
185264
185856
|
"PatchGroup": {},
|
|
185265
185857
|
"BaselineIdentity": {
|
|
185266
|
-
"shape": "
|
|
185858
|
+
"shape": "Sez"
|
|
185267
185859
|
}
|
|
185268
185860
|
}
|
|
185269
185861
|
}
|
|
@@ -185424,7 +186016,7 @@ module.exports={
|
|
|
185424
186016
|
"MaxErrors": {},
|
|
185425
186017
|
"Target": {},
|
|
185426
186018
|
"TargetLocations": {
|
|
185427
|
-
"shape": "
|
|
186019
|
+
"shape": "Sg1"
|
|
185428
186020
|
},
|
|
185429
186021
|
"ProgressCounters": {
|
|
185430
186022
|
"type": "structure",
|
|
@@ -185509,7 +186101,7 @@ module.exports={
|
|
|
185509
186101
|
"StandardErrorContent": {},
|
|
185510
186102
|
"StandardErrorUrl": {},
|
|
185511
186103
|
"CloudWatchOutputConfig": {
|
|
185512
|
-
"shape": "
|
|
186104
|
+
"shape": "Sgj"
|
|
185513
186105
|
}
|
|
185514
186106
|
}
|
|
185515
186107
|
}
|
|
@@ -185619,10 +186211,10 @@ module.exports={
|
|
|
185619
186211
|
"type": "structure",
|
|
185620
186212
|
"members": {
|
|
185621
186213
|
"Filters": {
|
|
185622
|
-
"shape": "
|
|
186214
|
+
"shape": "Sh4"
|
|
185623
186215
|
},
|
|
185624
186216
|
"Aggregators": {
|
|
185625
|
-
"shape": "
|
|
186217
|
+
"shape": "Sha"
|
|
185626
186218
|
},
|
|
185627
186219
|
"ResultAttributes": {
|
|
185628
186220
|
"type": "list",
|
|
@@ -185667,7 +186259,7 @@ module.exports={
|
|
|
185667
186259
|
"CaptureTime": {},
|
|
185668
186260
|
"ContentHash": {},
|
|
185669
186261
|
"Content": {
|
|
185670
|
-
"shape": "
|
|
186262
|
+
"shape": "Shr"
|
|
185671
186263
|
}
|
|
185672
186264
|
}
|
|
185673
186265
|
}
|
|
@@ -185831,7 +186423,7 @@ module.exports={
|
|
|
185831
186423
|
"TaskParameters": {
|
|
185832
186424
|
"type": "list",
|
|
185833
186425
|
"member": {
|
|
185834
|
-
"shape": "
|
|
186426
|
+
"shape": "Sde"
|
|
185835
186427
|
},
|
|
185836
186428
|
"sensitive": true
|
|
185837
186429
|
},
|
|
@@ -185874,7 +186466,7 @@ module.exports={
|
|
|
185874
186466
|
"ExecutionId": {},
|
|
185875
186467
|
"TaskType": {},
|
|
185876
186468
|
"Parameters": {
|
|
185877
|
-
"shape": "
|
|
186469
|
+
"shape": "Scn"
|
|
185878
186470
|
},
|
|
185879
186471
|
"Status": {},
|
|
185880
186472
|
"StatusDetails": {},
|
|
@@ -185885,7 +186477,7 @@ module.exports={
|
|
|
185885
186477
|
"type": "timestamp"
|
|
185886
186478
|
},
|
|
185887
186479
|
"OwnerInformation": {
|
|
185888
|
-
"shape": "
|
|
186480
|
+
"shape": "Sbc"
|
|
185889
186481
|
},
|
|
185890
186482
|
"WindowTargetId": {}
|
|
185891
186483
|
}
|
|
@@ -185915,10 +186507,10 @@ module.exports={
|
|
|
185915
186507
|
"ServiceRoleArn": {},
|
|
185916
186508
|
"TaskType": {},
|
|
185917
186509
|
"TaskParameters": {
|
|
185918
|
-
"shape": "
|
|
186510
|
+
"shape": "Sde"
|
|
185919
186511
|
},
|
|
185920
186512
|
"TaskInvocationParameters": {
|
|
185921
|
-
"shape": "
|
|
186513
|
+
"shape": "Sii"
|
|
185922
186514
|
},
|
|
185923
186515
|
"Priority": {
|
|
185924
186516
|
"type": "integer"
|
|
@@ -185926,7 +186518,7 @@ module.exports={
|
|
|
185926
186518
|
"MaxConcurrency": {},
|
|
185927
186519
|
"MaxErrors": {},
|
|
185928
186520
|
"LoggingInfo": {
|
|
185929
|
-
"shape": "
|
|
186521
|
+
"shape": "Sdk"
|
|
185930
186522
|
},
|
|
185931
186523
|
"Name": {},
|
|
185932
186524
|
"Description": {
|
|
@@ -185990,10 +186582,10 @@ module.exports={
|
|
|
185990
186582
|
"members": {
|
|
185991
186583
|
"SyncName": {},
|
|
185992
186584
|
"Filters": {
|
|
185993
|
-
"shape": "
|
|
186585
|
+
"shape": "Sj2"
|
|
185994
186586
|
},
|
|
185995
186587
|
"Aggregators": {
|
|
185996
|
-
"shape": "
|
|
186588
|
+
"shape": "Sj8"
|
|
185997
186589
|
},
|
|
185998
186590
|
"ResultAttributes": {
|
|
185999
186591
|
"type": "list",
|
|
@@ -186064,7 +186656,7 @@ module.exports={
|
|
|
186064
186656
|
"type": "structure",
|
|
186065
186657
|
"members": {
|
|
186066
186658
|
"Parameter": {
|
|
186067
|
-
"shape": "
|
|
186659
|
+
"shape": "Sju"
|
|
186068
186660
|
}
|
|
186069
186661
|
}
|
|
186070
186662
|
}
|
|
@@ -186108,11 +186700,11 @@ module.exports={
|
|
|
186108
186700
|
"type": "long"
|
|
186109
186701
|
},
|
|
186110
186702
|
"Labels": {
|
|
186111
|
-
"shape": "
|
|
186703
|
+
"shape": "Sk1"
|
|
186112
186704
|
},
|
|
186113
186705
|
"Tier": {},
|
|
186114
186706
|
"Policies": {
|
|
186115
|
-
"shape": "
|
|
186707
|
+
"shape": "Set"
|
|
186116
186708
|
},
|
|
186117
186709
|
"DataType": {}
|
|
186118
186710
|
}
|
|
@@ -186141,7 +186733,7 @@ module.exports={
|
|
|
186141
186733
|
"type": "structure",
|
|
186142
186734
|
"members": {
|
|
186143
186735
|
"Parameters": {
|
|
186144
|
-
"shape": "
|
|
186736
|
+
"shape": "Sk5"
|
|
186145
186737
|
},
|
|
186146
186738
|
"InvalidParameters": {
|
|
186147
186739
|
"shape": "S5z"
|
|
@@ -186161,7 +186753,7 @@ module.exports={
|
|
|
186161
186753
|
"type": "boolean"
|
|
186162
186754
|
},
|
|
186163
186755
|
"ParameterFilters": {
|
|
186164
|
-
"shape": "
|
|
186756
|
+
"shape": "See"
|
|
186165
186757
|
},
|
|
186166
186758
|
"WithDecryption": {
|
|
186167
186759
|
"type": "boolean"
|
|
@@ -186176,7 +186768,7 @@ module.exports={
|
|
|
186176
186768
|
"type": "structure",
|
|
186177
186769
|
"members": {
|
|
186178
186770
|
"Parameters": {
|
|
186179
|
-
"shape": "
|
|
186771
|
+
"shape": "Sk5"
|
|
186180
186772
|
},
|
|
186181
186773
|
"NextToken": {}
|
|
186182
186774
|
}
|
|
@@ -186266,7 +186858,7 @@ module.exports={
|
|
|
186266
186858
|
"type": "structure",
|
|
186267
186859
|
"members": {
|
|
186268
186860
|
"ServiceSetting": {
|
|
186269
|
-
"shape": "
|
|
186861
|
+
"shape": "Skh"
|
|
186270
186862
|
}
|
|
186271
186863
|
}
|
|
186272
186864
|
}
|
|
@@ -186284,7 +186876,7 @@ module.exports={
|
|
|
186284
186876
|
"type": "long"
|
|
186285
186877
|
},
|
|
186286
186878
|
"Labels": {
|
|
186287
|
-
"shape": "
|
|
186879
|
+
"shape": "Sk1"
|
|
186288
186880
|
}
|
|
186289
186881
|
}
|
|
186290
186882
|
},
|
|
@@ -186292,7 +186884,7 @@ module.exports={
|
|
|
186292
186884
|
"type": "structure",
|
|
186293
186885
|
"members": {
|
|
186294
186886
|
"InvalidLabels": {
|
|
186295
|
-
"shape": "
|
|
186887
|
+
"shape": "Sk1"
|
|
186296
186888
|
},
|
|
186297
186889
|
"ParameterVersion": {
|
|
186298
186890
|
"type": "long"
|
|
@@ -186420,7 +187012,7 @@ module.exports={
|
|
|
186420
187012
|
},
|
|
186421
187013
|
"NextToken": {},
|
|
186422
187014
|
"Filters": {
|
|
186423
|
-
"shape": "
|
|
187015
|
+
"shape": "Skz"
|
|
186424
187016
|
},
|
|
186425
187017
|
"Details": {
|
|
186426
187018
|
"type": "boolean"
|
|
@@ -186477,10 +187069,10 @@ module.exports={
|
|
|
186477
187069
|
},
|
|
186478
187070
|
"ServiceRole": {},
|
|
186479
187071
|
"NotificationConfig": {
|
|
186480
|
-
"shape": "
|
|
187072
|
+
"shape": "Sik"
|
|
186481
187073
|
},
|
|
186482
187074
|
"CloudWatchOutputConfig": {
|
|
186483
|
-
"shape": "
|
|
187075
|
+
"shape": "Sgj"
|
|
186484
187076
|
}
|
|
186485
187077
|
}
|
|
186486
187078
|
}
|
|
@@ -186500,7 +187092,7 @@ module.exports={
|
|
|
186500
187092
|
},
|
|
186501
187093
|
"NextToken": {},
|
|
186502
187094
|
"Filters": {
|
|
186503
|
-
"shape": "
|
|
187095
|
+
"shape": "Skz"
|
|
186504
187096
|
}
|
|
186505
187097
|
}
|
|
186506
187098
|
},
|
|
@@ -186510,7 +187102,7 @@ module.exports={
|
|
|
186510
187102
|
"Commands": {
|
|
186511
187103
|
"type": "list",
|
|
186512
187104
|
"member": {
|
|
186513
|
-
"shape": "
|
|
187105
|
+
"shape": "Slf"
|
|
186514
187106
|
}
|
|
186515
187107
|
},
|
|
186516
187108
|
"NextToken": {}
|
|
@@ -186522,7 +187114,7 @@ module.exports={
|
|
|
186522
187114
|
"type": "structure",
|
|
186523
187115
|
"members": {
|
|
186524
187116
|
"Filters": {
|
|
186525
|
-
"shape": "
|
|
187117
|
+
"shape": "Slm"
|
|
186526
187118
|
},
|
|
186527
187119
|
"ResourceIds": {
|
|
186528
187120
|
"type": "list",
|
|
@@ -186554,10 +187146,10 @@ module.exports={
|
|
|
186554
187146
|
"Status": {},
|
|
186555
187147
|
"Severity": {},
|
|
186556
187148
|
"ExecutionSummary": {
|
|
186557
|
-
"shape": "
|
|
187149
|
+
"shape": "Sm4"
|
|
186558
187150
|
},
|
|
186559
187151
|
"Details": {
|
|
186560
|
-
"shape": "
|
|
187152
|
+
"shape": "Sm7"
|
|
186561
187153
|
}
|
|
186562
187154
|
}
|
|
186563
187155
|
}
|
|
@@ -186571,7 +187163,7 @@ module.exports={
|
|
|
186571
187163
|
"type": "structure",
|
|
186572
187164
|
"members": {
|
|
186573
187165
|
"Filters": {
|
|
186574
|
-
"shape": "
|
|
187166
|
+
"shape": "Slm"
|
|
186575
187167
|
},
|
|
186576
187168
|
"NextToken": {},
|
|
186577
187169
|
"MaxResults": {
|
|
@@ -186589,10 +187181,10 @@ module.exports={
|
|
|
186589
187181
|
"members": {
|
|
186590
187182
|
"ComplianceType": {},
|
|
186591
187183
|
"CompliantSummary": {
|
|
186592
|
-
"shape": "
|
|
187184
|
+
"shape": "Smc"
|
|
186593
187185
|
},
|
|
186594
187186
|
"NonCompliantSummary": {
|
|
186595
|
-
"shape": "
|
|
187187
|
+
"shape": "Smf"
|
|
186596
187188
|
}
|
|
186597
187189
|
}
|
|
186598
187190
|
}
|
|
@@ -186722,7 +187314,7 @@ module.exports={
|
|
|
186722
187314
|
"InstanceId": {},
|
|
186723
187315
|
"TypeName": {},
|
|
186724
187316
|
"Filters": {
|
|
186725
|
-
"shape": "
|
|
187317
|
+
"shape": "Sh4"
|
|
186726
187318
|
},
|
|
186727
187319
|
"NextToken": {},
|
|
186728
187320
|
"MaxResults": {
|
|
@@ -186738,7 +187330,7 @@ module.exports={
|
|
|
186738
187330
|
"SchemaVersion": {},
|
|
186739
187331
|
"CaptureTime": {},
|
|
186740
187332
|
"Entries": {
|
|
186741
|
-
"shape": "
|
|
187333
|
+
"shape": "Shr"
|
|
186742
187334
|
},
|
|
186743
187335
|
"NextToken": {}
|
|
186744
187336
|
}
|
|
@@ -186749,7 +187341,7 @@ module.exports={
|
|
|
186749
187341
|
"type": "structure",
|
|
186750
187342
|
"members": {
|
|
186751
187343
|
"Filters": {
|
|
186752
|
-
"shape": "
|
|
187344
|
+
"shape": "Slm"
|
|
186753
187345
|
},
|
|
186754
187346
|
"NextToken": {},
|
|
186755
187347
|
"MaxResults": {
|
|
@@ -186771,13 +187363,13 @@ module.exports={
|
|
|
186771
187363
|
"Status": {},
|
|
186772
187364
|
"OverallSeverity": {},
|
|
186773
187365
|
"ExecutionSummary": {
|
|
186774
|
-
"shape": "
|
|
187366
|
+
"shape": "Sm4"
|
|
186775
187367
|
},
|
|
186776
187368
|
"CompliantSummary": {
|
|
186777
|
-
"shape": "
|
|
187369
|
+
"shape": "Smc"
|
|
186778
187370
|
},
|
|
186779
187371
|
"NonCompliantSummary": {
|
|
186780
|
-
"shape": "
|
|
187372
|
+
"shape": "Smf"
|
|
186781
187373
|
}
|
|
186782
187374
|
}
|
|
186783
187375
|
}
|
|
@@ -186879,10 +187471,10 @@ module.exports={
|
|
|
186879
187471
|
"Name": {},
|
|
186880
187472
|
"PermissionType": {},
|
|
186881
187473
|
"AccountIdsToAdd": {
|
|
186882
|
-
"shape": "
|
|
187474
|
+
"shape": "S9w"
|
|
186883
187475
|
},
|
|
186884
187476
|
"AccountIdsToRemove": {
|
|
186885
|
-
"shape": "
|
|
187477
|
+
"shape": "S9w"
|
|
186886
187478
|
},
|
|
186887
187479
|
"SharedDocumentVersion": {}
|
|
186888
187480
|
}
|
|
@@ -186907,7 +187499,7 @@ module.exports={
|
|
|
186907
187499
|
"ResourceType": {},
|
|
186908
187500
|
"ComplianceType": {},
|
|
186909
187501
|
"ExecutionSummary": {
|
|
186910
|
-
"shape": "
|
|
187502
|
+
"shape": "Sm4"
|
|
186911
187503
|
},
|
|
186912
187504
|
"Items": {
|
|
186913
187505
|
"type": "list",
|
|
@@ -186923,7 +187515,7 @@ module.exports={
|
|
|
186923
187515
|
"Severity": {},
|
|
186924
187516
|
"Status": {},
|
|
186925
187517
|
"Details": {
|
|
186926
|
-
"shape": "
|
|
187518
|
+
"shape": "Sm7"
|
|
186927
187519
|
}
|
|
186928
187520
|
}
|
|
186929
187521
|
}
|
|
@@ -186961,7 +187553,7 @@ module.exports={
|
|
|
186961
187553
|
"CaptureTime": {},
|
|
186962
187554
|
"ContentHash": {},
|
|
186963
187555
|
"Content": {
|
|
186964
|
-
"shape": "
|
|
187556
|
+
"shape": "Shr"
|
|
186965
187557
|
},
|
|
186966
187558
|
"Context": {
|
|
186967
187559
|
"type": "map",
|
|
@@ -187067,7 +187659,7 @@ module.exports={
|
|
|
187067
187659
|
"shape": "Sx"
|
|
187068
187660
|
},
|
|
187069
187661
|
"OwnerInformation": {
|
|
187070
|
-
"shape": "
|
|
187662
|
+
"shape": "Sbc"
|
|
187071
187663
|
},
|
|
187072
187664
|
"Name": {},
|
|
187073
187665
|
"Description": {
|
|
@@ -187105,10 +187697,10 @@ module.exports={
|
|
|
187105
187697
|
"ServiceRoleArn": {},
|
|
187106
187698
|
"TaskType": {},
|
|
187107
187699
|
"TaskParameters": {
|
|
187108
|
-
"shape": "
|
|
187700
|
+
"shape": "Sde"
|
|
187109
187701
|
},
|
|
187110
187702
|
"TaskInvocationParameters": {
|
|
187111
|
-
"shape": "
|
|
187703
|
+
"shape": "Sii"
|
|
187112
187704
|
},
|
|
187113
187705
|
"Priority": {
|
|
187114
187706
|
"type": "integer"
|
|
@@ -187116,7 +187708,7 @@ module.exports={
|
|
|
187116
187708
|
"MaxConcurrency": {},
|
|
187117
187709
|
"MaxErrors": {},
|
|
187118
187710
|
"LoggingInfo": {
|
|
187119
|
-
"shape": "
|
|
187711
|
+
"shape": "Sdk"
|
|
187120
187712
|
},
|
|
187121
187713
|
"Name": {},
|
|
187122
187714
|
"Description": {
|
|
@@ -187170,7 +187762,7 @@ module.exports={
|
|
|
187170
187762
|
"type": "structure",
|
|
187171
187763
|
"members": {
|
|
187172
187764
|
"ServiceSetting": {
|
|
187173
|
-
"shape": "
|
|
187765
|
+
"shape": "Skh"
|
|
187174
187766
|
}
|
|
187175
187767
|
}
|
|
187176
187768
|
}
|
|
@@ -187245,10 +187837,10 @@ module.exports={
|
|
|
187245
187837
|
"MaxErrors": {},
|
|
187246
187838
|
"ServiceRoleArn": {},
|
|
187247
187839
|
"NotificationConfig": {
|
|
187248
|
-
"shape": "
|
|
187840
|
+
"shape": "Sik"
|
|
187249
187841
|
},
|
|
187250
187842
|
"CloudWatchOutputConfig": {
|
|
187251
|
-
"shape": "
|
|
187843
|
+
"shape": "Sgj"
|
|
187252
187844
|
}
|
|
187253
187845
|
}
|
|
187254
187846
|
},
|
|
@@ -187256,7 +187848,7 @@ module.exports={
|
|
|
187256
187848
|
"type": "structure",
|
|
187257
187849
|
"members": {
|
|
187258
187850
|
"Command": {
|
|
187259
|
-
"shape": "
|
|
187851
|
+
"shape": "Slf"
|
|
187260
187852
|
}
|
|
187261
187853
|
}
|
|
187262
187854
|
}
|
|
@@ -187303,7 +187895,7 @@ module.exports={
|
|
|
187303
187895
|
"MaxConcurrency": {},
|
|
187304
187896
|
"MaxErrors": {},
|
|
187305
187897
|
"TargetLocations": {
|
|
187306
|
-
"shape": "
|
|
187898
|
+
"shape": "Sg1"
|
|
187307
187899
|
},
|
|
187308
187900
|
"Tags": {
|
|
187309
187901
|
"shape": "S4"
|
|
@@ -187578,7 +188170,7 @@ module.exports={
|
|
|
187578
188170
|
"shape": "Sx"
|
|
187579
188171
|
},
|
|
187580
188172
|
"OwnerInformation": {
|
|
187581
|
-
"shape": "
|
|
188173
|
+
"shape": "Sbc"
|
|
187582
188174
|
},
|
|
187583
188175
|
"Name": {},
|
|
187584
188176
|
"Description": {
|
|
@@ -187598,7 +188190,7 @@ module.exports={
|
|
|
187598
188190
|
"shape": "Sx"
|
|
187599
188191
|
},
|
|
187600
188192
|
"OwnerInformation": {
|
|
187601
|
-
"shape": "
|
|
188193
|
+
"shape": "Sbc"
|
|
187602
188194
|
},
|
|
187603
188195
|
"Name": {},
|
|
187604
188196
|
"Description": {
|
|
@@ -187623,10 +188215,10 @@ module.exports={
|
|
|
187623
188215
|
"TaskArn": {},
|
|
187624
188216
|
"ServiceRoleArn": {},
|
|
187625
188217
|
"TaskParameters": {
|
|
187626
|
-
"shape": "
|
|
188218
|
+
"shape": "Sde"
|
|
187627
188219
|
},
|
|
187628
188220
|
"TaskInvocationParameters": {
|
|
187629
|
-
"shape": "
|
|
188221
|
+
"shape": "Sii"
|
|
187630
188222
|
},
|
|
187631
188223
|
"Priority": {
|
|
187632
188224
|
"type": "integer"
|
|
@@ -187634,7 +188226,7 @@ module.exports={
|
|
|
187634
188226
|
"MaxConcurrency": {},
|
|
187635
188227
|
"MaxErrors": {},
|
|
187636
188228
|
"LoggingInfo": {
|
|
187637
|
-
"shape": "
|
|
188229
|
+
"shape": "Sdk"
|
|
187638
188230
|
},
|
|
187639
188231
|
"Name": {},
|
|
187640
188232
|
"Description": {
|
|
@@ -187656,10 +188248,10 @@ module.exports={
|
|
|
187656
188248
|
"TaskArn": {},
|
|
187657
188249
|
"ServiceRoleArn": {},
|
|
187658
188250
|
"TaskParameters": {
|
|
187659
|
-
"shape": "
|
|
188251
|
+
"shape": "Sde"
|
|
187660
188252
|
},
|
|
187661
188253
|
"TaskInvocationParameters": {
|
|
187662
|
-
"shape": "
|
|
188254
|
+
"shape": "Sii"
|
|
187663
188255
|
},
|
|
187664
188256
|
"Priority": {
|
|
187665
188257
|
"type": "integer"
|
|
@@ -187667,7 +188259,7 @@ module.exports={
|
|
|
187667
188259
|
"MaxConcurrency": {},
|
|
187668
188260
|
"MaxErrors": {},
|
|
187669
188261
|
"LoggingInfo": {
|
|
187670
|
-
"shape": "
|
|
188262
|
+
"shape": "Sdk"
|
|
187671
188263
|
},
|
|
187672
188264
|
"Name": {},
|
|
187673
188265
|
"Description": {
|
|
@@ -188436,18 +189028,39 @@ module.exports={
|
|
|
188436
189028
|
"MsrcSeverity": {},
|
|
188437
189029
|
"KbNumber": {},
|
|
188438
189030
|
"MsrcNumber": {},
|
|
188439
|
-
"Language": {}
|
|
189031
|
+
"Language": {},
|
|
189032
|
+
"AdvisoryIds": {
|
|
189033
|
+
"type": "list",
|
|
189034
|
+
"member": {}
|
|
189035
|
+
},
|
|
189036
|
+
"BugzillaIds": {
|
|
189037
|
+
"type": "list",
|
|
189038
|
+
"member": {}
|
|
189039
|
+
},
|
|
189040
|
+
"CVEIds": {
|
|
189041
|
+
"type": "list",
|
|
189042
|
+
"member": {}
|
|
189043
|
+
},
|
|
189044
|
+
"Name": {},
|
|
189045
|
+
"Epoch": {
|
|
189046
|
+
"type": "integer"
|
|
189047
|
+
},
|
|
189048
|
+
"Version": {},
|
|
189049
|
+
"Release": {},
|
|
189050
|
+
"Arch": {},
|
|
189051
|
+
"Severity": {},
|
|
189052
|
+
"Repository": {}
|
|
188440
189053
|
}
|
|
188441
189054
|
},
|
|
188442
|
-
"
|
|
189055
|
+
"S9w": {
|
|
188443
189056
|
"type": "list",
|
|
188444
189057
|
"member": {}
|
|
188445
189058
|
},
|
|
188446
|
-
"
|
|
189059
|
+
"Sap": {
|
|
188447
189060
|
"type": "list",
|
|
188448
189061
|
"member": {}
|
|
188449
189062
|
},
|
|
188450
|
-
"
|
|
189063
|
+
"Sb9": {
|
|
188451
189064
|
"type": "structure",
|
|
188452
189065
|
"required": [
|
|
188453
189066
|
"InstanceId",
|
|
@@ -188464,7 +189077,7 @@ module.exports={
|
|
|
188464
189077
|
"SnapshotId": {},
|
|
188465
189078
|
"InstallOverrideList": {},
|
|
188466
189079
|
"OwnerInformation": {
|
|
188467
|
-
"shape": "
|
|
189080
|
+
"shape": "Sbc"
|
|
188468
189081
|
},
|
|
188469
189082
|
"InstalledCount": {
|
|
188470
189083
|
"type": "integer"
|
|
@@ -188503,11 +189116,11 @@ module.exports={
|
|
|
188503
189116
|
"RebootOption": {}
|
|
188504
189117
|
}
|
|
188505
189118
|
},
|
|
188506
|
-
"
|
|
189119
|
+
"Sbc": {
|
|
188507
189120
|
"type": "string",
|
|
188508
189121
|
"sensitive": true
|
|
188509
189122
|
},
|
|
188510
|
-
"
|
|
189123
|
+
"Scb": {
|
|
188511
189124
|
"type": "list",
|
|
188512
189125
|
"member": {
|
|
188513
189126
|
"type": "structure",
|
|
@@ -188520,11 +189133,11 @@ module.exports={
|
|
|
188520
189133
|
}
|
|
188521
189134
|
}
|
|
188522
189135
|
},
|
|
188523
|
-
"
|
|
189136
|
+
"Scn": {
|
|
188524
189137
|
"type": "string",
|
|
188525
189138
|
"sensitive": true
|
|
188526
189139
|
},
|
|
188527
|
-
"
|
|
189140
|
+
"Sde": {
|
|
188528
189141
|
"type": "map",
|
|
188529
189142
|
"key": {},
|
|
188530
189143
|
"value": {
|
|
@@ -188543,7 +189156,7 @@ module.exports={
|
|
|
188543
189156
|
},
|
|
188544
189157
|
"sensitive": true
|
|
188545
189158
|
},
|
|
188546
|
-
"
|
|
189159
|
+
"Sdk": {
|
|
188547
189160
|
"type": "structure",
|
|
188548
189161
|
"required": [
|
|
188549
189162
|
"S3BucketName",
|
|
@@ -188555,7 +189168,7 @@ module.exports={
|
|
|
188555
189168
|
"S3Region": {}
|
|
188556
189169
|
}
|
|
188557
189170
|
},
|
|
188558
|
-
"
|
|
189171
|
+
"See": {
|
|
188559
189172
|
"type": "list",
|
|
188560
189173
|
"member": {
|
|
188561
189174
|
"type": "structure",
|
|
@@ -188572,7 +189185,7 @@ module.exports={
|
|
|
188572
189185
|
}
|
|
188573
189186
|
}
|
|
188574
189187
|
},
|
|
188575
|
-
"
|
|
189188
|
+
"Set": {
|
|
188576
189189
|
"type": "list",
|
|
188577
189190
|
"member": {
|
|
188578
189191
|
"type": "structure",
|
|
@@ -188583,7 +189196,7 @@ module.exports={
|
|
|
188583
189196
|
}
|
|
188584
189197
|
}
|
|
188585
189198
|
},
|
|
188586
|
-
"
|
|
189199
|
+
"Sez": {
|
|
188587
189200
|
"type": "structure",
|
|
188588
189201
|
"members": {
|
|
188589
189202
|
"BaselineId": {},
|
|
@@ -188595,13 +189208,13 @@ module.exports={
|
|
|
188595
189208
|
}
|
|
188596
189209
|
}
|
|
188597
189210
|
},
|
|
188598
|
-
"
|
|
189211
|
+
"Sg1": {
|
|
188599
189212
|
"type": "list",
|
|
188600
189213
|
"member": {
|
|
188601
189214
|
"shape": "S8n"
|
|
188602
189215
|
}
|
|
188603
189216
|
},
|
|
188604
|
-
"
|
|
189217
|
+
"Sgj": {
|
|
188605
189218
|
"type": "structure",
|
|
188606
189219
|
"members": {
|
|
188607
189220
|
"CloudWatchLogGroupName": {},
|
|
@@ -188610,7 +189223,7 @@ module.exports={
|
|
|
188610
189223
|
}
|
|
188611
189224
|
}
|
|
188612
189225
|
},
|
|
188613
|
-
"
|
|
189226
|
+
"Sh4": {
|
|
188614
189227
|
"type": "list",
|
|
188615
189228
|
"member": {
|
|
188616
189229
|
"type": "structure",
|
|
@@ -188628,14 +189241,14 @@ module.exports={
|
|
|
188628
189241
|
}
|
|
188629
189242
|
}
|
|
188630
189243
|
},
|
|
188631
|
-
"
|
|
189244
|
+
"Sha": {
|
|
188632
189245
|
"type": "list",
|
|
188633
189246
|
"member": {
|
|
188634
189247
|
"type": "structure",
|
|
188635
189248
|
"members": {
|
|
188636
189249
|
"Expression": {},
|
|
188637
189250
|
"Aggregators": {
|
|
188638
|
-
"shape": "
|
|
189251
|
+
"shape": "Sha"
|
|
188639
189252
|
},
|
|
188640
189253
|
"Groups": {
|
|
188641
189254
|
"type": "list",
|
|
@@ -188648,7 +189261,7 @@ module.exports={
|
|
|
188648
189261
|
"members": {
|
|
188649
189262
|
"Name": {},
|
|
188650
189263
|
"Filters": {
|
|
188651
|
-
"shape": "
|
|
189264
|
+
"shape": "Sh4"
|
|
188652
189265
|
}
|
|
188653
189266
|
}
|
|
188654
189267
|
}
|
|
@@ -188656,7 +189269,7 @@ module.exports={
|
|
|
188656
189269
|
}
|
|
188657
189270
|
}
|
|
188658
189271
|
},
|
|
188659
|
-
"
|
|
189272
|
+
"Shr": {
|
|
188660
189273
|
"type": "list",
|
|
188661
189274
|
"member": {
|
|
188662
189275
|
"type": "map",
|
|
@@ -188664,7 +189277,7 @@ module.exports={
|
|
|
188664
189277
|
"value": {}
|
|
188665
189278
|
}
|
|
188666
189279
|
},
|
|
188667
|
-
"
|
|
189280
|
+
"Sii": {
|
|
188668
189281
|
"type": "structure",
|
|
188669
189282
|
"members": {
|
|
188670
189283
|
"RunCommand": {
|
|
@@ -188672,13 +189285,13 @@ module.exports={
|
|
|
188672
189285
|
"members": {
|
|
188673
189286
|
"Comment": {},
|
|
188674
189287
|
"CloudWatchOutputConfig": {
|
|
188675
|
-
"shape": "
|
|
189288
|
+
"shape": "Sgj"
|
|
188676
189289
|
},
|
|
188677
189290
|
"DocumentHash": {},
|
|
188678
189291
|
"DocumentHashType": {},
|
|
188679
189292
|
"DocumentVersion": {},
|
|
188680
189293
|
"NotificationConfig": {
|
|
188681
|
-
"shape": "
|
|
189294
|
+
"shape": "Sik"
|
|
188682
189295
|
},
|
|
188683
189296
|
"OutputS3BucketName": {},
|
|
188684
189297
|
"OutputS3KeyPrefix": {},
|
|
@@ -188723,7 +189336,7 @@ module.exports={
|
|
|
188723
189336
|
}
|
|
188724
189337
|
}
|
|
188725
189338
|
},
|
|
188726
|
-
"
|
|
189339
|
+
"Sik": {
|
|
188727
189340
|
"type": "structure",
|
|
188728
189341
|
"members": {
|
|
188729
189342
|
"NotificationArn": {},
|
|
@@ -188734,7 +189347,7 @@ module.exports={
|
|
|
188734
189347
|
"NotificationType": {}
|
|
188735
189348
|
}
|
|
188736
189349
|
},
|
|
188737
|
-
"
|
|
189350
|
+
"Sj2": {
|
|
188738
189351
|
"type": "list",
|
|
188739
189352
|
"member": {
|
|
188740
189353
|
"type": "structure",
|
|
@@ -188752,7 +189365,7 @@ module.exports={
|
|
|
188752
189365
|
}
|
|
188753
189366
|
}
|
|
188754
189367
|
},
|
|
188755
|
-
"
|
|
189368
|
+
"Sj8": {
|
|
188756
189369
|
"type": "list",
|
|
188757
189370
|
"member": {
|
|
188758
189371
|
"type": "structure",
|
|
@@ -188766,15 +189379,15 @@ module.exports={
|
|
|
188766
189379
|
"value": {}
|
|
188767
189380
|
},
|
|
188768
189381
|
"Filters": {
|
|
188769
|
-
"shape": "
|
|
189382
|
+
"shape": "Sj2"
|
|
188770
189383
|
},
|
|
188771
189384
|
"Aggregators": {
|
|
188772
|
-
"shape": "
|
|
189385
|
+
"shape": "Sj8"
|
|
188773
189386
|
}
|
|
188774
189387
|
}
|
|
188775
189388
|
}
|
|
188776
189389
|
},
|
|
188777
|
-
"
|
|
189390
|
+
"Sju": {
|
|
188778
189391
|
"type": "structure",
|
|
188779
189392
|
"members": {
|
|
188780
189393
|
"Name": {},
|
|
@@ -188792,17 +189405,17 @@ module.exports={
|
|
|
188792
189405
|
"DataType": {}
|
|
188793
189406
|
}
|
|
188794
189407
|
},
|
|
188795
|
-
"
|
|
189408
|
+
"Sk1": {
|
|
188796
189409
|
"type": "list",
|
|
188797
189410
|
"member": {}
|
|
188798
189411
|
},
|
|
188799
|
-
"
|
|
189412
|
+
"Sk5": {
|
|
188800
189413
|
"type": "list",
|
|
188801
189414
|
"member": {
|
|
188802
|
-
"shape": "
|
|
189415
|
+
"shape": "Sju"
|
|
188803
189416
|
}
|
|
188804
189417
|
},
|
|
188805
|
-
"
|
|
189418
|
+
"Skh": {
|
|
188806
189419
|
"type": "structure",
|
|
188807
189420
|
"members": {
|
|
188808
189421
|
"SettingId": {},
|
|
@@ -188815,7 +189428,7 @@ module.exports={
|
|
|
188815
189428
|
"Status": {}
|
|
188816
189429
|
}
|
|
188817
189430
|
},
|
|
188818
|
-
"
|
|
189431
|
+
"Skz": {
|
|
188819
189432
|
"type": "list",
|
|
188820
189433
|
"member": {
|
|
188821
189434
|
"type": "structure",
|
|
@@ -188829,7 +189442,7 @@ module.exports={
|
|
|
188829
189442
|
}
|
|
188830
189443
|
}
|
|
188831
189444
|
},
|
|
188832
|
-
"
|
|
189445
|
+
"Slf": {
|
|
188833
189446
|
"type": "structure",
|
|
188834
189447
|
"members": {
|
|
188835
189448
|
"CommandId": {},
|
|
@@ -188872,17 +189485,17 @@ module.exports={
|
|
|
188872
189485
|
},
|
|
188873
189486
|
"ServiceRole": {},
|
|
188874
189487
|
"NotificationConfig": {
|
|
188875
|
-
"shape": "
|
|
189488
|
+
"shape": "Sik"
|
|
188876
189489
|
},
|
|
188877
189490
|
"CloudWatchOutputConfig": {
|
|
188878
|
-
"shape": "
|
|
189491
|
+
"shape": "Sgj"
|
|
188879
189492
|
},
|
|
188880
189493
|
"TimeoutSeconds": {
|
|
188881
189494
|
"type": "integer"
|
|
188882
189495
|
}
|
|
188883
189496
|
}
|
|
188884
189497
|
},
|
|
188885
|
-
"
|
|
189498
|
+
"Slm": {
|
|
188886
189499
|
"type": "list",
|
|
188887
189500
|
"member": {
|
|
188888
189501
|
"type": "structure",
|
|
@@ -188896,7 +189509,7 @@ module.exports={
|
|
|
188896
189509
|
}
|
|
188897
189510
|
}
|
|
188898
189511
|
},
|
|
188899
|
-
"
|
|
189512
|
+
"Sm4": {
|
|
188900
189513
|
"type": "structure",
|
|
188901
189514
|
"required": [
|
|
188902
189515
|
"ExecutionTime"
|
|
@@ -188909,23 +189522,23 @@ module.exports={
|
|
|
188909
189522
|
"ExecutionType": {}
|
|
188910
189523
|
}
|
|
188911
189524
|
},
|
|
188912
|
-
"
|
|
189525
|
+
"Sm7": {
|
|
188913
189526
|
"type": "map",
|
|
188914
189527
|
"key": {},
|
|
188915
189528
|
"value": {}
|
|
188916
189529
|
},
|
|
188917
|
-
"
|
|
189530
|
+
"Smc": {
|
|
188918
189531
|
"type": "structure",
|
|
188919
189532
|
"members": {
|
|
188920
189533
|
"CompliantCount": {
|
|
188921
189534
|
"type": "integer"
|
|
188922
189535
|
},
|
|
188923
189536
|
"SeveritySummary": {
|
|
188924
|
-
"shape": "
|
|
189537
|
+
"shape": "Sme"
|
|
188925
189538
|
}
|
|
188926
189539
|
}
|
|
188927
189540
|
},
|
|
188928
|
-
"
|
|
189541
|
+
"Sme": {
|
|
188929
189542
|
"type": "structure",
|
|
188930
189543
|
"members": {
|
|
188931
189544
|
"CriticalCount": {
|
|
@@ -188948,14 +189561,14 @@ module.exports={
|
|
|
188948
189561
|
}
|
|
188949
189562
|
}
|
|
188950
189563
|
},
|
|
188951
|
-
"
|
|
189564
|
+
"Smf": {
|
|
188952
189565
|
"type": "structure",
|
|
188953
189566
|
"members": {
|
|
188954
189567
|
"NonCompliantCount": {
|
|
188955
189568
|
"type": "integer"
|
|
188956
189569
|
},
|
|
188957
189570
|
"SeveritySummary": {
|
|
188958
|
-
"shape": "
|
|
189571
|
+
"shape": "Sme"
|
|
188959
189572
|
}
|
|
188960
189573
|
}
|
|
188961
189574
|
}
|
|
@@ -197222,6 +197835,9 @@ module.exports={
|
|
|
197222
197835
|
"Duration": {
|
|
197223
197836
|
"type": "double"
|
|
197224
197837
|
},
|
|
197838
|
+
"LimitExceeded": {
|
|
197839
|
+
"type": "boolean"
|
|
197840
|
+
},
|
|
197225
197841
|
"Segments": {
|
|
197226
197842
|
"type": "list",
|
|
197227
197843
|
"member": {
|
|
@@ -197256,7 +197872,7 @@ module.exports={
|
|
|
197256
197872
|
"GroupName": {},
|
|
197257
197873
|
"FilterExpression": {},
|
|
197258
197874
|
"InsightsConfiguration": {
|
|
197259
|
-
"shape": "
|
|
197875
|
+
"shape": "Si"
|
|
197260
197876
|
},
|
|
197261
197877
|
"Tags": {
|
|
197262
197878
|
"shape": "Sj"
|
|
@@ -197394,7 +198010,7 @@ module.exports={
|
|
|
197394
198010
|
"GroupARN": {},
|
|
197395
198011
|
"FilterExpression": {},
|
|
197396
198012
|
"InsightsConfiguration": {
|
|
197397
|
-
"shape": "
|
|
198013
|
+
"shape": "Si"
|
|
197398
198014
|
}
|
|
197399
198015
|
}
|
|
197400
198016
|
}
|
|
@@ -198167,7 +198783,7 @@ module.exports={
|
|
|
198167
198783
|
"GroupARN": {},
|
|
198168
198784
|
"FilterExpression": {},
|
|
198169
198785
|
"InsightsConfiguration": {
|
|
198170
|
-
"shape": "
|
|
198786
|
+
"shape": "Si"
|
|
198171
198787
|
}
|
|
198172
198788
|
}
|
|
198173
198789
|
},
|
|
@@ -198232,11 +198848,14 @@ module.exports={
|
|
|
198232
198848
|
"type": "list",
|
|
198233
198849
|
"member": {}
|
|
198234
198850
|
},
|
|
198235
|
-
"
|
|
198851
|
+
"Si": {
|
|
198236
198852
|
"type": "structure",
|
|
198237
198853
|
"members": {
|
|
198238
198854
|
"InsightsEnabled": {
|
|
198239
198855
|
"type": "boolean"
|
|
198856
|
+
},
|
|
198857
|
+
"NotificationsEnabled": {
|
|
198858
|
+
"type": "boolean"
|
|
198240
198859
|
}
|
|
198241
198860
|
}
|
|
198242
198861
|
},
|
|
@@ -198261,7 +198880,7 @@ module.exports={
|
|
|
198261
198880
|
"GroupARN": {},
|
|
198262
198881
|
"FilterExpression": {},
|
|
198263
198882
|
"InsightsConfiguration": {
|
|
198264
|
-
"shape": "
|
|
198883
|
+
"shape": "Si"
|
|
198265
198884
|
}
|
|
198266
198885
|
}
|
|
198267
198886
|
},
|
|
@@ -198522,9 +199141,6 @@ module.exports={
|
|
|
198522
199141
|
"pagination": {
|
|
198523
199142
|
"BatchGetTraces": {
|
|
198524
199143
|
"input_token": "NextToken",
|
|
198525
|
-
"non_aggregate_keys": [
|
|
198526
|
-
"UnprocessedTraceIds"
|
|
198527
|
-
],
|
|
198528
199144
|
"output_token": "NextToken",
|
|
198529
199145
|
"result_key": "Traces"
|
|
198530
199146
|
},
|
|
@@ -198545,19 +199161,11 @@ module.exports={
|
|
|
198545
199161
|
},
|
|
198546
199162
|
"GetServiceGraph": {
|
|
198547
199163
|
"input_token": "NextToken",
|
|
198548
|
-
"non_aggregate_keys": [
|
|
198549
|
-
"StartTime",
|
|
198550
|
-
"EndTime",
|
|
198551
|
-
"ContainsOldGroupVersions"
|
|
198552
|
-
],
|
|
198553
199164
|
"output_token": "NextToken",
|
|
198554
199165
|
"result_key": "Services"
|
|
198555
199166
|
},
|
|
198556
199167
|
"GetTimeSeriesServiceStatistics": {
|
|
198557
199168
|
"input_token": "NextToken",
|
|
198558
|
-
"non_aggregate_keys": [
|
|
198559
|
-
"ContainsOldGroupVersions"
|
|
198560
|
-
],
|
|
198561
199169
|
"output_token": "NextToken",
|
|
198562
199170
|
"result_key": "TimeSeriesServiceStatistics"
|
|
198563
199171
|
},
|
|
@@ -198568,10 +199176,6 @@ module.exports={
|
|
|
198568
199176
|
},
|
|
198569
199177
|
"GetTraceSummaries": {
|
|
198570
199178
|
"input_token": "NextToken",
|
|
198571
|
-
"non_aggregate_keys": [
|
|
198572
|
-
"TracesProcessedCount",
|
|
198573
|
-
"ApproximateTime"
|
|
198574
|
-
],
|
|
198575
199179
|
"output_token": "NextToken",
|
|
198576
199180
|
"result_key": "TraceSummaries"
|
|
198577
199181
|
}
|
|
@@ -201330,7 +201934,7 @@ Sha256.prototype.hashBuffer = function () {
|
|
|
201330
201934
|
};
|
|
201331
201935
|
|
|
201332
201936
|
},{"./browserHashUtils":320,"buffer/":413}],325:[function(require,module,exports){
|
|
201333
|
-
(function (process){
|
|
201937
|
+
(function (process){(function (){
|
|
201334
201938
|
var util = require('./util');
|
|
201335
201939
|
|
|
201336
201940
|
// browser specific modules
|
|
@@ -201371,7 +201975,7 @@ if (typeof process === 'undefined') {
|
|
|
201371
201975
|
};
|
|
201372
201976
|
}
|
|
201373
201977
|
|
|
201374
|
-
}).call(this,require('_process'))
|
|
201978
|
+
}).call(this)}).call(this,require('_process'))
|
|
201375
201979
|
},{"./browserCryptoLib":319,"./core":329,"./credentials":330,"./credentials/chainable_temporary_credentials":331,"./credentials/cognito_identity_credentials":332,"./credentials/credential_provider_chain":333,"./credentials/saml_credentials":334,"./credentials/temporary_credentials":335,"./credentials/web_identity_credentials":336,"./event-stream/buffered-create-event-stream":344,"./http/xhr":352,"./realclock/browserClock":371,"./util":404,"./xml/browser_parser":405,"_process":418,"buffer/":413,"querystring/":425,"url/":427}],326:[function(require,module,exports){
|
|
201376
201980
|
var AWS = require('../core'),
|
|
201377
201981
|
url = AWS.util.url,
|
|
@@ -202205,7 +202809,7 @@ AWS.Config = AWS.util.inherit({
|
|
|
202205
202809
|
AWS.config = new AWS.Config();
|
|
202206
202810
|
|
|
202207
202811
|
},{"./core":329,"./credentials":330,"./credentials/credential_provider_chain":333}],328:[function(require,module,exports){
|
|
202208
|
-
(function (process){
|
|
202812
|
+
(function (process){(function (){
|
|
202209
202813
|
var AWS = require('./core');
|
|
202210
202814
|
/**
|
|
202211
202815
|
* @api private
|
|
@@ -202274,7 +202878,7 @@ function resolveRegionalEndpointsFlag(originalConfig, options) {
|
|
|
202274
202878
|
|
|
202275
202879
|
module.exports = resolveRegionalEndpointsFlag;
|
|
202276
202880
|
|
|
202277
|
-
}).call(this,require('_process'))
|
|
202881
|
+
}).call(this)}).call(this,require('_process'))
|
|
202278
202882
|
},{"./core":329,"_process":418}],329:[function(require,module,exports){
|
|
202279
202883
|
/**
|
|
202280
202884
|
* The main AWS namespace
|
|
@@ -202298,7 +202902,7 @@ AWS.util.update(AWS, {
|
|
|
202298
202902
|
/**
|
|
202299
202903
|
* @constant
|
|
202300
202904
|
*/
|
|
202301
|
-
VERSION: '2.
|
|
202905
|
+
VERSION: '2.772.0',
|
|
202302
202906
|
|
|
202303
202907
|
/**
|
|
202304
202908
|
* @api private
|
|
@@ -203749,7 +204353,7 @@ AWS.WebIdentityCredentials = AWS.util.inherit(AWS.Credentials, {
|
|
|
203749
204353
|
});
|
|
203750
204354
|
|
|
203751
204355
|
},{"../../clients/sts":313,"../core":329}],337:[function(require,module,exports){
|
|
203752
|
-
(function (process){
|
|
204356
|
+
(function (process){(function (){
|
|
203753
204357
|
var AWS = require('./core');
|
|
203754
204358
|
var util = require('./util');
|
|
203755
204359
|
var endpointDiscoveryEnabledEnvs = ['AWS_ENABLE_ENDPOINT_DISCOVERY', 'AWS_ENDPOINT_DISCOVERY_ENABLED'];
|
|
@@ -204128,7 +204732,7 @@ module.exports = {
|
|
|
204128
204732
|
invalidateCachedEndpoint: invalidateCachedEndpoints,
|
|
204129
204733
|
};
|
|
204130
204734
|
|
|
204131
|
-
}).call(this,require('_process'))
|
|
204735
|
+
}).call(this)}).call(this,require('_process'))
|
|
204132
204736
|
},{"./core":329,"./util":404,"_process":418}],338:[function(require,module,exports){
|
|
204133
204737
|
var AWS = require('../core');
|
|
204134
204738
|
var util = AWS.util;
|
|
@@ -209053,7 +209657,7 @@ module.exports={
|
|
|
209053
209657
|
}
|
|
209054
209658
|
|
|
209055
209659
|
},{}],374:[function(require,module,exports){
|
|
209056
|
-
(function (process){
|
|
209660
|
+
(function (process){(function (){
|
|
209057
209661
|
var AWS = require('./core');
|
|
209058
209662
|
var AcceptorStateMachine = require('./state_machine');
|
|
209059
209663
|
var inherit = AWS.util.inherit;
|
|
@@ -209866,7 +210470,7 @@ AWS.util.addPromises(AWS.Request);
|
|
|
209866
210470
|
|
|
209867
210471
|
AWS.util.mixin(AWS.Request, AWS.SequentialExecutor);
|
|
209868
210472
|
|
|
209869
|
-
}).call(this,require('_process'))
|
|
210473
|
+
}).call(this)}).call(this,require('_process'))
|
|
209870
210474
|
},{"./core":329,"./state_machine":403,"_process":418,"jmespath":417}],375:[function(require,module,exports){
|
|
209871
210475
|
/**
|
|
209872
210476
|
* Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
@@ -211242,7 +211846,7 @@ AWS.SequentialExecutor.prototype.addListener = AWS.SequentialExecutor.prototype.
|
|
|
211242
211846
|
module.exports = AWS.SequentialExecutor;
|
|
211243
211847
|
|
|
211244
211848
|
},{"./core":329}],379:[function(require,module,exports){
|
|
211245
|
-
(function (process){
|
|
211849
|
+
(function (process){(function (){
|
|
211246
211850
|
var AWS = require('./core');
|
|
211247
211851
|
var Api = require('./model/api');
|
|
211248
211852
|
var regionConfig = require('./region_config');
|
|
@@ -212077,7 +212681,7 @@ AWS.util.mixin(AWS.Service, AWS.SequentialExecutor);
|
|
|
212077
212681
|
*/
|
|
212078
212682
|
module.exports = AWS.Service;
|
|
212079
212683
|
|
|
212080
|
-
}).call(this,require('_process'))
|
|
212684
|
+
}).call(this)}).call(this,require('_process'))
|
|
212081
212685
|
},{"./core":329,"./model/api":355,"./region_config":372,"_process":418}],380:[function(require,module,exports){
|
|
212082
212686
|
var AWS = require('../core');
|
|
212083
212687
|
|
|
@@ -213782,7 +214386,7 @@ AWS.S3.deletePromisesFromClass = function deletePromisesFromClass() {
|
|
|
213782
214386
|
AWS.util.addPromises(AWS.S3);
|
|
213783
214387
|
|
|
213784
214388
|
},{"../config_regional_endpoint":328,"../core":329,"../region_config":372,"../s3/managed_upload":377,"../signers/v4_credentials":402,"./s3util":392}],392:[function(require,module,exports){
|
|
213785
|
-
(function (process){
|
|
214389
|
+
(function (process){(function (){
|
|
213786
214390
|
var AWS = require('../core');
|
|
213787
214391
|
var regionUtil = require('../region_config');
|
|
213788
214392
|
|
|
@@ -214050,7 +214654,7 @@ var s3util = {
|
|
|
214050
214654
|
*/
|
|
214051
214655
|
module.exports = s3util;
|
|
214052
214656
|
|
|
214053
|
-
}).call(this,require('_process'))
|
|
214657
|
+
}).call(this)}).call(this,require('_process'))
|
|
214054
214658
|
},{"../core":329,"../region_config":372,"_process":418}],393:[function(require,module,exports){
|
|
214055
214659
|
var AWS = require('../core');
|
|
214056
214660
|
|
|
@@ -215134,7 +215738,7 @@ AcceptorStateMachine.prototype.addState = function addState(name, acceptState, f
|
|
|
215134
215738
|
module.exports = AcceptorStateMachine;
|
|
215135
215739
|
|
|
215136
215740
|
},{}],404:[function(require,module,exports){
|
|
215137
|
-
(function (process,setImmediate){
|
|
215741
|
+
(function (process,setImmediate){(function (){
|
|
215138
215742
|
/* eslint guard-for-in:0 */
|
|
215139
215743
|
var AWS;
|
|
215140
215744
|
|
|
@@ -216186,7 +216790,7 @@ var util = {
|
|
|
216186
216790
|
*/
|
|
216187
216791
|
module.exports = util;
|
|
216188
216792
|
|
|
216189
|
-
}).call(this,require('_process'),require("timers").setImmediate)
|
|
216793
|
+
}).call(this)}).call(this,require('_process'),require("timers").setImmediate)
|
|
216190
216794
|
},{"../apis/metadata.json":156,"./core":329,"_process":418,"fs":412,"timers":426,"uuid":431}],405:[function(require,module,exports){
|
|
216191
216795
|
var util = require('../util');
|
|
216192
216796
|
var Shape = require('../model/shape');
|
|
@@ -216750,7 +217354,7 @@ function fromByteArray (uint8) {
|
|
|
216750
217354
|
},{}],412:[function(require,module,exports){
|
|
216751
217355
|
|
|
216752
217356
|
},{}],413:[function(require,module,exports){
|
|
216753
|
-
(function (global,Buffer){
|
|
217357
|
+
(function (global,Buffer){(function (){
|
|
216754
217358
|
/*!
|
|
216755
217359
|
* The buffer module from node.js, for the browser.
|
|
216756
217360
|
*
|
|
@@ -218541,7 +219145,7 @@ function isnan (val) {
|
|
|
218541
219145
|
return val !== val // eslint-disable-line no-self-compare
|
|
218542
219146
|
}
|
|
218543
219147
|
|
|
218544
|
-
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer)
|
|
219148
|
+
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer)
|
|
218545
219149
|
},{"base64-js":411,"buffer":413,"ieee754":415,"isarray":416}],414:[function(require,module,exports){
|
|
218546
219150
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
218547
219151
|
//
|
|
@@ -220795,7 +221399,7 @@ process.chdir = function (dir) {
|
|
|
220795
221399
|
process.umask = function() { return 0; };
|
|
220796
221400
|
|
|
220797
221401
|
},{}],419:[function(require,module,exports){
|
|
220798
|
-
(function (global){
|
|
221402
|
+
(function (global){(function (){
|
|
220799
221403
|
/*! https://mths.be/punycode v1.3.2 by @mathias */
|
|
220800
221404
|
;(function(root) {
|
|
220801
221405
|
|
|
@@ -221327,7 +221931,7 @@ process.umask = function() { return 0; };
|
|
|
221327
221931
|
|
|
221328
221932
|
}(this));
|
|
221329
221933
|
|
|
221330
|
-
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
221934
|
+
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
221331
221935
|
},{}],420:[function(require,module,exports){
|
|
221332
221936
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
221333
221937
|
//
|
|
@@ -221658,7 +222262,7 @@ module.exports = function(obj, sep, eq, name) {
|
|
|
221658
222262
|
},{}],425:[function(require,module,exports){
|
|
221659
222263
|
arguments[4][422][0].apply(exports,arguments)
|
|
221660
222264
|
},{"./decode":423,"./encode":424,"dup":422}],426:[function(require,module,exports){
|
|
221661
|
-
(function (setImmediate,clearImmediate){
|
|
222265
|
+
(function (setImmediate,clearImmediate){(function (){
|
|
221662
222266
|
var nextTick = require('process/browser.js').nextTick;
|
|
221663
222267
|
var apply = Function.prototype.apply;
|
|
221664
222268
|
var slice = Array.prototype.slice;
|
|
@@ -221735,7 +222339,7 @@ exports.setImmediate = typeof setImmediate === "function" ? setImmediate : funct
|
|
|
221735
222339
|
exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate : function(id) {
|
|
221736
222340
|
delete immediateIds[id];
|
|
221737
222341
|
};
|
|
221738
|
-
}).call(this,require("timers").setImmediate,require("timers").clearImmediate)
|
|
222342
|
+
}).call(this)}).call(this,require("timers").setImmediate,require("timers").clearImmediate)
|
|
221739
222343
|
},{"process/browser.js":418,"timers":426}],427:[function(require,module,exports){
|
|
221740
222344
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
221741
222345
|
//
|
|
@@ -222478,7 +223082,7 @@ module.exports = function isBuffer(arg) {
|
|
|
222478
223082
|
&& typeof arg.readUInt8 === 'function';
|
|
222479
223083
|
}
|
|
222480
223084
|
},{}],430:[function(require,module,exports){
|
|
222481
|
-
(function (process,global){
|
|
223085
|
+
(function (process,global){(function (){
|
|
222482
223086
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
222483
223087
|
//
|
|
222484
223088
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -223066,7 +223670,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
223066
223670
|
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
223067
223671
|
}
|
|
223068
223672
|
|
|
223069
|
-
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
223673
|
+
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
223070
223674
|
},{"./support/isBuffer":429,"_process":418,"inherits":428}],431:[function(require,module,exports){
|
|
223071
223675
|
var v1 = require('./v1');
|
|
223072
223676
|
var v4 = require('./v4');
|
|
@@ -223460,7 +224064,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
223460
224064
|
}());
|
|
223461
224065
|
exports.LRUCache = LRUCache;
|
|
223462
224066
|
},{}],438:[function(require,module,exports){
|
|
223463
|
-
// AWS SDK for JavaScript v2.
|
|
224067
|
+
// AWS SDK for JavaScript v2.772.0
|
|
223464
224068
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
223465
224069
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
223466
224070
|
require('./browser_loader');
|