cdk-docker-image-deployment 0.0.117 → 0.0.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +160 -145
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +54 -19
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +50 -49
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +242 -236
- package/node_modules/aws-sdk/apis/route53-recovery-control-config-2020-11-02.paginators.json +10 -5
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +18 -9
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +48 -48
- package/node_modules/aws-sdk/clients/apigateway.d.ts +3 -3
- package/node_modules/aws-sdk/clients/elasticache.d.ts +46 -9
- package/node_modules/aws-sdk/clients/emr.d.ts +67 -23
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +6 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +27 -5
- package/node_modules/aws-sdk/clients/route53recoverycontrolconfig.d.ts +10 -10
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +13 -9
- package/node_modules/aws-sdk/clients/wisdom.d.ts +4 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +477 -412
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +57 -57
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"type": "structure",
|
|
142
142
|
"members": {
|
|
143
143
|
"Snapshot": {
|
|
144
|
-
"shape": "
|
|
144
|
+
"shape": "S1t"
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
}
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"AZMode": {},
|
|
159
159
|
"PreferredAvailabilityZone": {},
|
|
160
160
|
"PreferredAvailabilityZones": {
|
|
161
|
-
"shape": "
|
|
161
|
+
"shape": "S22"
|
|
162
162
|
},
|
|
163
163
|
"NumCacheNodes": {
|
|
164
164
|
"type": "integer"
|
|
@@ -169,16 +169,16 @@
|
|
|
169
169
|
"CacheParameterGroupName": {},
|
|
170
170
|
"CacheSubnetGroupName": {},
|
|
171
171
|
"CacheSecurityGroupNames": {
|
|
172
|
-
"shape": "
|
|
172
|
+
"shape": "S23"
|
|
173
173
|
},
|
|
174
174
|
"SecurityGroupIds": {
|
|
175
|
-
"shape": "
|
|
175
|
+
"shape": "S24"
|
|
176
176
|
},
|
|
177
177
|
"Tags": {
|
|
178
178
|
"shape": "S3"
|
|
179
179
|
},
|
|
180
180
|
"SnapshotArns": {
|
|
181
|
-
"shape": "
|
|
181
|
+
"shape": "S25"
|
|
182
182
|
},
|
|
183
183
|
"SnapshotName": {},
|
|
184
184
|
"PreferredMaintenanceWindow": {},
|
|
@@ -197,10 +197,10 @@
|
|
|
197
197
|
"OutpostMode": {},
|
|
198
198
|
"PreferredOutpostArn": {},
|
|
199
199
|
"PreferredOutpostArns": {
|
|
200
|
-
"shape": "
|
|
200
|
+
"shape": "S27"
|
|
201
201
|
},
|
|
202
202
|
"LogDeliveryConfigurations": {
|
|
203
|
-
"shape": "
|
|
203
|
+
"shape": "S28"
|
|
204
204
|
},
|
|
205
205
|
"TransitEncryptionEnabled": {
|
|
206
206
|
"type": "boolean"
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"type": "structure",
|
|
215
215
|
"members": {
|
|
216
216
|
"CacheCluster": {
|
|
217
|
-
"shape": "
|
|
217
|
+
"shape": "S2b"
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
}
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"type": "structure",
|
|
242
242
|
"members": {
|
|
243
243
|
"CacheParameterGroup": {
|
|
244
|
-
"shape": "
|
|
244
|
+
"shape": "S2o"
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
247
|
}
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"CacheSubnetGroupName": {},
|
|
284
284
|
"CacheSubnetGroupDescription": {},
|
|
285
285
|
"SubnetIds": {
|
|
286
|
-
"shape": "
|
|
286
|
+
"shape": "S2s"
|
|
287
287
|
},
|
|
288
288
|
"Tags": {
|
|
289
289
|
"shape": "S3"
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"type": "structure",
|
|
296
296
|
"members": {
|
|
297
297
|
"CacheSubnetGroup": {
|
|
298
|
-
"shape": "
|
|
298
|
+
"shape": "S2u"
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
301
|
}
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"type": "structure",
|
|
319
319
|
"members": {
|
|
320
320
|
"GlobalReplicationGroup": {
|
|
321
|
-
"shape": "
|
|
321
|
+
"shape": "S32"
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
}
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"type": "integer"
|
|
346
346
|
},
|
|
347
347
|
"PreferredCacheClusterAZs": {
|
|
348
|
-
"shape": "
|
|
348
|
+
"shape": "S1y"
|
|
349
349
|
},
|
|
350
350
|
"NumNodeGroups": {
|
|
351
351
|
"type": "integer"
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
"NodeGroupConfiguration": {
|
|
357
357
|
"type": "list",
|
|
358
358
|
"member": {
|
|
359
|
-
"shape": "
|
|
359
|
+
"shape": "S1w",
|
|
360
360
|
"locationName": "NodeGroupConfiguration"
|
|
361
361
|
}
|
|
362
362
|
},
|
|
@@ -366,16 +366,16 @@
|
|
|
366
366
|
"CacheParameterGroupName": {},
|
|
367
367
|
"CacheSubnetGroupName": {},
|
|
368
368
|
"CacheSecurityGroupNames": {
|
|
369
|
-
"shape": "
|
|
369
|
+
"shape": "S23"
|
|
370
370
|
},
|
|
371
371
|
"SecurityGroupIds": {
|
|
372
|
-
"shape": "
|
|
372
|
+
"shape": "S24"
|
|
373
373
|
},
|
|
374
374
|
"Tags": {
|
|
375
375
|
"shape": "S3"
|
|
376
376
|
},
|
|
377
377
|
"SnapshotArns": {
|
|
378
|
-
"shape": "
|
|
378
|
+
"shape": "S25"
|
|
379
379
|
},
|
|
380
380
|
"SnapshotName": {},
|
|
381
381
|
"PreferredMaintenanceWindow": {},
|
|
@@ -403,13 +403,14 @@
|
|
|
403
403
|
"member": {}
|
|
404
404
|
},
|
|
405
405
|
"LogDeliveryConfigurations": {
|
|
406
|
-
"shape": "
|
|
406
|
+
"shape": "S28"
|
|
407
407
|
},
|
|
408
408
|
"DataTieringEnabled": {
|
|
409
409
|
"type": "boolean"
|
|
410
410
|
},
|
|
411
411
|
"NetworkType": {},
|
|
412
|
-
"IpDiscovery": {}
|
|
412
|
+
"IpDiscovery": {},
|
|
413
|
+
"TransitEncryptionMode": {}
|
|
413
414
|
}
|
|
414
415
|
},
|
|
415
416
|
"output": {
|
|
@@ -443,7 +444,7 @@
|
|
|
443
444
|
"type": "structure",
|
|
444
445
|
"members": {
|
|
445
446
|
"Snapshot": {
|
|
446
|
-
"shape": "
|
|
447
|
+
"shape": "S1t"
|
|
447
448
|
}
|
|
448
449
|
}
|
|
449
450
|
}
|
|
@@ -462,7 +463,7 @@
|
|
|
462
463
|
"UserName": {},
|
|
463
464
|
"Engine": {},
|
|
464
465
|
"Passwords": {
|
|
465
|
-
"shape": "
|
|
466
|
+
"shape": "S3h"
|
|
466
467
|
},
|
|
467
468
|
"AccessString": {},
|
|
468
469
|
"NoPasswordRequired": {
|
|
@@ -472,12 +473,12 @@
|
|
|
472
473
|
"shape": "S3"
|
|
473
474
|
},
|
|
474
475
|
"AuthenticationMode": {
|
|
475
|
-
"shape": "
|
|
476
|
+
"shape": "S3j"
|
|
476
477
|
}
|
|
477
478
|
}
|
|
478
479
|
},
|
|
479
480
|
"output": {
|
|
480
|
-
"shape": "
|
|
481
|
+
"shape": "S3l",
|
|
481
482
|
"resultWrapper": "CreateUserResult"
|
|
482
483
|
}
|
|
483
484
|
},
|
|
@@ -492,7 +493,7 @@
|
|
|
492
493
|
"UserGroupId": {},
|
|
493
494
|
"Engine": {},
|
|
494
495
|
"UserIds": {
|
|
495
|
-
"shape": "
|
|
496
|
+
"shape": "S3p"
|
|
496
497
|
},
|
|
497
498
|
"Tags": {
|
|
498
499
|
"shape": "S3"
|
|
@@ -500,7 +501,7 @@
|
|
|
500
501
|
}
|
|
501
502
|
},
|
|
502
503
|
"output": {
|
|
503
|
-
"shape": "
|
|
504
|
+
"shape": "S3q",
|
|
504
505
|
"resultWrapper": "CreateUserGroupResult"
|
|
505
506
|
}
|
|
506
507
|
},
|
|
@@ -518,10 +519,10 @@
|
|
|
518
519
|
"type": "integer"
|
|
519
520
|
},
|
|
520
521
|
"GlobalNodeGroupsToRemove": {
|
|
521
|
-
"shape": "
|
|
522
|
+
"shape": "S3v"
|
|
522
523
|
},
|
|
523
524
|
"GlobalNodeGroupsToRetain": {
|
|
524
|
-
"shape": "
|
|
525
|
+
"shape": "S3v"
|
|
525
526
|
},
|
|
526
527
|
"ApplyImmediately": {
|
|
527
528
|
"type": "boolean"
|
|
@@ -533,7 +534,7 @@
|
|
|
533
534
|
"type": "structure",
|
|
534
535
|
"members": {
|
|
535
536
|
"GlobalReplicationGroup": {
|
|
536
|
-
"shape": "
|
|
537
|
+
"shape": "S32"
|
|
537
538
|
}
|
|
538
539
|
}
|
|
539
540
|
}
|
|
@@ -551,7 +552,7 @@
|
|
|
551
552
|
"type": "integer"
|
|
552
553
|
},
|
|
553
554
|
"ReplicaConfiguration": {
|
|
554
|
-
"shape": "
|
|
555
|
+
"shape": "S3y"
|
|
555
556
|
},
|
|
556
557
|
"ReplicasToRemove": {
|
|
557
558
|
"type": "list",
|
|
@@ -588,7 +589,7 @@
|
|
|
588
589
|
"type": "structure",
|
|
589
590
|
"members": {
|
|
590
591
|
"CacheCluster": {
|
|
591
|
-
"shape": "
|
|
592
|
+
"shape": "S2b"
|
|
592
593
|
}
|
|
593
594
|
}
|
|
594
595
|
}
|
|
@@ -645,7 +646,7 @@
|
|
|
645
646
|
"type": "structure",
|
|
646
647
|
"members": {
|
|
647
648
|
"GlobalReplicationGroup": {
|
|
648
|
-
"shape": "
|
|
649
|
+
"shape": "S32"
|
|
649
650
|
}
|
|
650
651
|
}
|
|
651
652
|
}
|
|
@@ -689,7 +690,7 @@
|
|
|
689
690
|
"type": "structure",
|
|
690
691
|
"members": {
|
|
691
692
|
"Snapshot": {
|
|
692
|
-
"shape": "
|
|
693
|
+
"shape": "S1t"
|
|
693
694
|
}
|
|
694
695
|
}
|
|
695
696
|
}
|
|
@@ -705,7 +706,7 @@
|
|
|
705
706
|
}
|
|
706
707
|
},
|
|
707
708
|
"output": {
|
|
708
|
-
"shape": "
|
|
709
|
+
"shape": "S3l",
|
|
709
710
|
"resultWrapper": "DeleteUserResult"
|
|
710
711
|
}
|
|
711
712
|
},
|
|
@@ -720,7 +721,7 @@
|
|
|
720
721
|
}
|
|
721
722
|
},
|
|
722
723
|
"output": {
|
|
723
|
-
"shape": "
|
|
724
|
+
"shape": "S3q",
|
|
724
725
|
"resultWrapper": "DeleteUserGroupResult"
|
|
725
726
|
}
|
|
726
727
|
},
|
|
@@ -749,7 +750,7 @@
|
|
|
749
750
|
"CacheClusters": {
|
|
750
751
|
"type": "list",
|
|
751
752
|
"member": {
|
|
752
|
-
"shape": "
|
|
753
|
+
"shape": "S2b",
|
|
753
754
|
"locationName": "CacheCluster"
|
|
754
755
|
}
|
|
755
756
|
}
|
|
@@ -813,7 +814,7 @@
|
|
|
813
814
|
"CacheParameterGroups": {
|
|
814
815
|
"type": "list",
|
|
815
816
|
"member": {
|
|
816
|
-
"shape": "
|
|
817
|
+
"shape": "S2o",
|
|
817
818
|
"locationName": "CacheParameterGroup"
|
|
818
819
|
}
|
|
819
820
|
}
|
|
@@ -841,10 +842,10 @@
|
|
|
841
842
|
"members": {
|
|
842
843
|
"Marker": {},
|
|
843
844
|
"Parameters": {
|
|
844
|
-
"shape": "
|
|
845
|
+
"shape": "S4r"
|
|
845
846
|
},
|
|
846
847
|
"CacheNodeTypeSpecificParameters": {
|
|
847
|
-
"shape": "
|
|
848
|
+
"shape": "S4u"
|
|
848
849
|
}
|
|
849
850
|
}
|
|
850
851
|
}
|
|
@@ -894,7 +895,7 @@
|
|
|
894
895
|
"CacheSubnetGroups": {
|
|
895
896
|
"type": "list",
|
|
896
897
|
"member": {
|
|
897
|
-
"shape": "
|
|
898
|
+
"shape": "S2u",
|
|
898
899
|
"locationName": "CacheSubnetGroup"
|
|
899
900
|
}
|
|
900
901
|
}
|
|
@@ -925,10 +926,10 @@
|
|
|
925
926
|
"CacheParameterGroupFamily": {},
|
|
926
927
|
"Marker": {},
|
|
927
928
|
"Parameters": {
|
|
928
|
-
"shape": "
|
|
929
|
+
"shape": "S4r"
|
|
929
930
|
},
|
|
930
931
|
"CacheNodeTypeSpecificParameters": {
|
|
931
|
-
"shape": "
|
|
932
|
+
"shape": "S4u"
|
|
932
933
|
}
|
|
933
934
|
},
|
|
934
935
|
"wrapper": true
|
|
@@ -1002,7 +1003,7 @@
|
|
|
1002
1003
|
"GlobalReplicationGroups": {
|
|
1003
1004
|
"type": "list",
|
|
1004
1005
|
"member": {
|
|
1005
|
-
"shape": "
|
|
1006
|
+
"shape": "S32",
|
|
1006
1007
|
"locationName": "GlobalReplicationGroup"
|
|
1007
1008
|
}
|
|
1008
1009
|
}
|
|
@@ -1059,7 +1060,7 @@
|
|
|
1059
1060
|
"ReservedCacheNodes": {
|
|
1060
1061
|
"type": "list",
|
|
1061
1062
|
"member": {
|
|
1062
|
-
"shape": "
|
|
1063
|
+
"shape": "S5l",
|
|
1063
1064
|
"locationName": "ReservedCacheNode"
|
|
1064
1065
|
}
|
|
1065
1066
|
}
|
|
@@ -1106,7 +1107,7 @@
|
|
|
1106
1107
|
"ProductDescription": {},
|
|
1107
1108
|
"OfferingType": {},
|
|
1108
1109
|
"RecurringCharges": {
|
|
1109
|
-
"shape": "
|
|
1110
|
+
"shape": "S5m"
|
|
1110
1111
|
}
|
|
1111
1112
|
},
|
|
1112
1113
|
"wrapper": true
|
|
@@ -1121,7 +1122,7 @@
|
|
|
1121
1122
|
"members": {
|
|
1122
1123
|
"ServiceUpdateName": {},
|
|
1123
1124
|
"ServiceUpdateStatus": {
|
|
1124
|
-
"shape": "
|
|
1125
|
+
"shape": "S5t"
|
|
1125
1126
|
},
|
|
1126
1127
|
"MaxRecords": {
|
|
1127
1128
|
"type": "integer"
|
|
@@ -1191,7 +1192,7 @@
|
|
|
1191
1192
|
"Snapshots": {
|
|
1192
1193
|
"type": "list",
|
|
1193
1194
|
"member": {
|
|
1194
|
-
"shape": "
|
|
1195
|
+
"shape": "S1t",
|
|
1195
1196
|
"locationName": "Snapshot"
|
|
1196
1197
|
}
|
|
1197
1198
|
}
|
|
@@ -1211,7 +1212,7 @@
|
|
|
1211
1212
|
},
|
|
1212
1213
|
"Engine": {},
|
|
1213
1214
|
"ServiceUpdateStatus": {
|
|
1214
|
-
"shape": "
|
|
1215
|
+
"shape": "S5t"
|
|
1215
1216
|
},
|
|
1216
1217
|
"ServiceUpdateTimeRange": {
|
|
1217
1218
|
"type": "structure",
|
|
@@ -1360,7 +1361,7 @@
|
|
|
1360
1361
|
"UserGroups": {
|
|
1361
1362
|
"type": "list",
|
|
1362
1363
|
"member": {
|
|
1363
|
-
"shape": "
|
|
1364
|
+
"shape": "S3q"
|
|
1364
1365
|
}
|
|
1365
1366
|
},
|
|
1366
1367
|
"Marker": {}
|
|
@@ -1403,7 +1404,7 @@
|
|
|
1403
1404
|
"Users": {
|
|
1404
1405
|
"type": "list",
|
|
1405
1406
|
"member": {
|
|
1406
|
-
"shape": "
|
|
1407
|
+
"shape": "S3l"
|
|
1407
1408
|
}
|
|
1408
1409
|
},
|
|
1409
1410
|
"Marker": {}
|
|
@@ -1429,7 +1430,7 @@
|
|
|
1429
1430
|
"type": "structure",
|
|
1430
1431
|
"members": {
|
|
1431
1432
|
"GlobalReplicationGroup": {
|
|
1432
|
-
"shape": "
|
|
1433
|
+
"shape": "S32"
|
|
1433
1434
|
}
|
|
1434
1435
|
}
|
|
1435
1436
|
}
|
|
@@ -1453,7 +1454,7 @@
|
|
|
1453
1454
|
"type": "structure",
|
|
1454
1455
|
"members": {
|
|
1455
1456
|
"GlobalReplicationGroup": {
|
|
1456
|
-
"shape": "
|
|
1457
|
+
"shape": "S32"
|
|
1457
1458
|
}
|
|
1458
1459
|
}
|
|
1459
1460
|
}
|
|
@@ -1485,7 +1486,7 @@
|
|
|
1485
1486
|
"ReplicationGroupId": {},
|
|
1486
1487
|
"ReplicationGroupRegion": {},
|
|
1487
1488
|
"ReshardingConfiguration": {
|
|
1488
|
-
"shape": "
|
|
1489
|
+
"shape": "S70"
|
|
1489
1490
|
}
|
|
1490
1491
|
}
|
|
1491
1492
|
}
|
|
@@ -1500,7 +1501,7 @@
|
|
|
1500
1501
|
"type": "structure",
|
|
1501
1502
|
"members": {
|
|
1502
1503
|
"GlobalReplicationGroup": {
|
|
1503
|
-
"shape": "
|
|
1504
|
+
"shape": "S32"
|
|
1504
1505
|
}
|
|
1505
1506
|
}
|
|
1506
1507
|
}
|
|
@@ -1518,7 +1519,7 @@
|
|
|
1518
1519
|
"type": "integer"
|
|
1519
1520
|
},
|
|
1520
1521
|
"ReplicaConfiguration": {
|
|
1521
|
-
"shape": "
|
|
1522
|
+
"shape": "S3y"
|
|
1522
1523
|
},
|
|
1523
1524
|
"ApplyImmediately": {
|
|
1524
1525
|
"type": "boolean"
|
|
@@ -1548,10 +1549,10 @@
|
|
|
1548
1549
|
"type": "structure",
|
|
1549
1550
|
"members": {
|
|
1550
1551
|
"ScaleUpModifications": {
|
|
1551
|
-
"shape": "
|
|
1552
|
+
"shape": "S77"
|
|
1552
1553
|
},
|
|
1553
1554
|
"ScaleDownModifications": {
|
|
1554
|
-
"shape": "
|
|
1555
|
+
"shape": "S77"
|
|
1555
1556
|
}
|
|
1556
1557
|
}
|
|
1557
1558
|
}
|
|
@@ -1583,17 +1584,17 @@
|
|
|
1583
1584
|
"type": "integer"
|
|
1584
1585
|
},
|
|
1585
1586
|
"CacheNodeIdsToRemove": {
|
|
1586
|
-
"shape": "
|
|
1587
|
+
"shape": "S2d"
|
|
1587
1588
|
},
|
|
1588
1589
|
"AZMode": {},
|
|
1589
1590
|
"NewAvailabilityZones": {
|
|
1590
|
-
"shape": "
|
|
1591
|
+
"shape": "S22"
|
|
1591
1592
|
},
|
|
1592
1593
|
"CacheSecurityGroupNames": {
|
|
1593
|
-
"shape": "
|
|
1594
|
+
"shape": "S23"
|
|
1594
1595
|
},
|
|
1595
1596
|
"SecurityGroupIds": {
|
|
1596
|
-
"shape": "
|
|
1597
|
+
"shape": "S24"
|
|
1597
1598
|
},
|
|
1598
1599
|
"PreferredMaintenanceWindow": {},
|
|
1599
1600
|
"NotificationTopicArn": {},
|
|
@@ -1614,7 +1615,7 @@
|
|
|
1614
1615
|
"AuthToken": {},
|
|
1615
1616
|
"AuthTokenUpdateStrategy": {},
|
|
1616
1617
|
"LogDeliveryConfigurations": {
|
|
1617
|
-
"shape": "
|
|
1618
|
+
"shape": "S28"
|
|
1618
1619
|
},
|
|
1619
1620
|
"IpDiscovery": {}
|
|
1620
1621
|
}
|
|
@@ -1624,7 +1625,7 @@
|
|
|
1624
1625
|
"type": "structure",
|
|
1625
1626
|
"members": {
|
|
1626
1627
|
"CacheCluster": {
|
|
1627
|
-
"shape": "
|
|
1628
|
+
"shape": "S2b"
|
|
1628
1629
|
}
|
|
1629
1630
|
}
|
|
1630
1631
|
}
|
|
@@ -1639,12 +1640,12 @@
|
|
|
1639
1640
|
"members": {
|
|
1640
1641
|
"CacheParameterGroupName": {},
|
|
1641
1642
|
"ParameterNameValues": {
|
|
1642
|
-
"shape": "
|
|
1643
|
+
"shape": "S7d"
|
|
1643
1644
|
}
|
|
1644
1645
|
}
|
|
1645
1646
|
},
|
|
1646
1647
|
"output": {
|
|
1647
|
-
"shape": "
|
|
1648
|
+
"shape": "S7f",
|
|
1648
1649
|
"resultWrapper": "ModifyCacheParameterGroupResult"
|
|
1649
1650
|
}
|
|
1650
1651
|
},
|
|
@@ -1658,7 +1659,7 @@
|
|
|
1658
1659
|
"CacheSubnetGroupName": {},
|
|
1659
1660
|
"CacheSubnetGroupDescription": {},
|
|
1660
1661
|
"SubnetIds": {
|
|
1661
|
-
"shape": "
|
|
1662
|
+
"shape": "S2s"
|
|
1662
1663
|
}
|
|
1663
1664
|
}
|
|
1664
1665
|
},
|
|
@@ -1667,7 +1668,7 @@
|
|
|
1667
1668
|
"type": "structure",
|
|
1668
1669
|
"members": {
|
|
1669
1670
|
"CacheSubnetGroup": {
|
|
1670
|
-
"shape": "
|
|
1671
|
+
"shape": "S2u"
|
|
1671
1672
|
}
|
|
1672
1673
|
}
|
|
1673
1674
|
}
|
|
@@ -1698,7 +1699,7 @@
|
|
|
1698
1699
|
"type": "structure",
|
|
1699
1700
|
"members": {
|
|
1700
1701
|
"GlobalReplicationGroup": {
|
|
1701
|
-
"shape": "
|
|
1702
|
+
"shape": "S32"
|
|
1702
1703
|
}
|
|
1703
1704
|
}
|
|
1704
1705
|
}
|
|
@@ -1724,10 +1725,10 @@
|
|
|
1724
1725
|
"deprecated": true
|
|
1725
1726
|
},
|
|
1726
1727
|
"CacheSecurityGroupNames": {
|
|
1727
|
-
"shape": "
|
|
1728
|
+
"shape": "S23"
|
|
1728
1729
|
},
|
|
1729
1730
|
"SecurityGroupIds": {
|
|
1730
|
-
"shape": "
|
|
1731
|
+
"shape": "S24"
|
|
1731
1732
|
},
|
|
1732
1733
|
"PreferredMaintenanceWindow": {},
|
|
1733
1734
|
"NotificationTopicArn": {},
|
|
@@ -1757,9 +1758,13 @@
|
|
|
1757
1758
|
"type": "boolean"
|
|
1758
1759
|
},
|
|
1759
1760
|
"LogDeliveryConfigurations": {
|
|
1760
|
-
"shape": "
|
|
1761
|
+
"shape": "S28"
|
|
1761
1762
|
},
|
|
1762
|
-
"IpDiscovery": {}
|
|
1763
|
+
"IpDiscovery": {},
|
|
1764
|
+
"TransitEncryptionEnabled": {
|
|
1765
|
+
"type": "boolean"
|
|
1766
|
+
},
|
|
1767
|
+
"TransitEncryptionMode": {}
|
|
1763
1768
|
}
|
|
1764
1769
|
},
|
|
1765
1770
|
"output": {
|
|
@@ -1789,7 +1794,7 @@
|
|
|
1789
1794
|
"type": "boolean"
|
|
1790
1795
|
},
|
|
1791
1796
|
"ReshardingConfiguration": {
|
|
1792
|
-
"shape": "
|
|
1797
|
+
"shape": "S70"
|
|
1793
1798
|
},
|
|
1794
1799
|
"NodeGroupsToRemove": {
|
|
1795
1800
|
"type": "list",
|
|
@@ -1826,18 +1831,18 @@
|
|
|
1826
1831
|
"AccessString": {},
|
|
1827
1832
|
"AppendAccessString": {},
|
|
1828
1833
|
"Passwords": {
|
|
1829
|
-
"shape": "
|
|
1834
|
+
"shape": "S3h"
|
|
1830
1835
|
},
|
|
1831
1836
|
"NoPasswordRequired": {
|
|
1832
1837
|
"type": "boolean"
|
|
1833
1838
|
},
|
|
1834
1839
|
"AuthenticationMode": {
|
|
1835
|
-
"shape": "
|
|
1840
|
+
"shape": "S3j"
|
|
1836
1841
|
}
|
|
1837
1842
|
}
|
|
1838
1843
|
},
|
|
1839
1844
|
"output": {
|
|
1840
|
-
"shape": "
|
|
1845
|
+
"shape": "S3l",
|
|
1841
1846
|
"resultWrapper": "ModifyUserResult"
|
|
1842
1847
|
}
|
|
1843
1848
|
},
|
|
@@ -1850,15 +1855,15 @@
|
|
|
1850
1855
|
"members": {
|
|
1851
1856
|
"UserGroupId": {},
|
|
1852
1857
|
"UserIdsToAdd": {
|
|
1853
|
-
"shape": "
|
|
1858
|
+
"shape": "S3p"
|
|
1854
1859
|
},
|
|
1855
1860
|
"UserIdsToRemove": {
|
|
1856
|
-
"shape": "
|
|
1861
|
+
"shape": "S3p"
|
|
1857
1862
|
}
|
|
1858
1863
|
}
|
|
1859
1864
|
},
|
|
1860
1865
|
"output": {
|
|
1861
|
-
"shape": "
|
|
1866
|
+
"shape": "S3q",
|
|
1862
1867
|
"resultWrapper": "ModifyUserGroupResult"
|
|
1863
1868
|
}
|
|
1864
1869
|
},
|
|
@@ -1884,7 +1889,7 @@
|
|
|
1884
1889
|
"type": "structure",
|
|
1885
1890
|
"members": {
|
|
1886
1891
|
"ReservedCacheNode": {
|
|
1887
|
-
"shape": "
|
|
1892
|
+
"shape": "S5l"
|
|
1888
1893
|
}
|
|
1889
1894
|
}
|
|
1890
1895
|
}
|
|
@@ -1908,7 +1913,7 @@
|
|
|
1908
1913
|
"type": "structure",
|
|
1909
1914
|
"members": {
|
|
1910
1915
|
"GlobalReplicationGroup": {
|
|
1911
|
-
"shape": "
|
|
1916
|
+
"shape": "S32"
|
|
1912
1917
|
}
|
|
1913
1918
|
}
|
|
1914
1919
|
}
|
|
@@ -1923,7 +1928,7 @@
|
|
|
1923
1928
|
"members": {
|
|
1924
1929
|
"CacheClusterId": {},
|
|
1925
1930
|
"CacheNodeIdsToReboot": {
|
|
1926
|
-
"shape": "
|
|
1931
|
+
"shape": "S2d"
|
|
1927
1932
|
}
|
|
1928
1933
|
}
|
|
1929
1934
|
},
|
|
@@ -1932,7 +1937,7 @@
|
|
|
1932
1937
|
"type": "structure",
|
|
1933
1938
|
"members": {
|
|
1934
1939
|
"CacheCluster": {
|
|
1935
|
-
"shape": "
|
|
1940
|
+
"shape": "S2b"
|
|
1936
1941
|
}
|
|
1937
1942
|
}
|
|
1938
1943
|
}
|
|
@@ -1969,12 +1974,12 @@
|
|
|
1969
1974
|
"type": "boolean"
|
|
1970
1975
|
},
|
|
1971
1976
|
"ParameterNameValues": {
|
|
1972
|
-
"shape": "
|
|
1977
|
+
"shape": "S7d"
|
|
1973
1978
|
}
|
|
1974
1979
|
}
|
|
1975
1980
|
},
|
|
1976
1981
|
"output": {
|
|
1977
|
-
"shape": "
|
|
1982
|
+
"shape": "S7f",
|
|
1978
1983
|
"resultWrapper": "ResetCacheParameterGroupResult"
|
|
1979
1984
|
}
|
|
1980
1985
|
},
|
|
@@ -2185,7 +2190,11 @@
|
|
|
2185
2190
|
},
|
|
2186
2191
|
"LogDeliveryConfigurations": {
|
|
2187
2192
|
"shape": "Sz"
|
|
2188
|
-
}
|
|
2193
|
+
},
|
|
2194
|
+
"TransitEncryptionEnabled": {
|
|
2195
|
+
"type": "boolean"
|
|
2196
|
+
},
|
|
2197
|
+
"TransitEncryptionMode": {}
|
|
2189
2198
|
}
|
|
2190
2199
|
},
|
|
2191
2200
|
"MemberClusters": {
|
|
@@ -2203,10 +2212,10 @@
|
|
|
2203
2212
|
"NodeGroupId": {},
|
|
2204
2213
|
"Status": {},
|
|
2205
2214
|
"PrimaryEndpoint": {
|
|
2206
|
-
"shape": "
|
|
2215
|
+
"shape": "S1c"
|
|
2207
2216
|
},
|
|
2208
2217
|
"ReaderEndpoint": {
|
|
2209
|
-
"shape": "
|
|
2218
|
+
"shape": "S1c"
|
|
2210
2219
|
},
|
|
2211
2220
|
"Slots": {},
|
|
2212
2221
|
"NodeGroupMembers": {
|
|
@@ -2218,7 +2227,7 @@
|
|
|
2218
2227
|
"CacheClusterId": {},
|
|
2219
2228
|
"CacheNodeId": {},
|
|
2220
2229
|
"ReadEndpoint": {
|
|
2221
|
-
"shape": "
|
|
2230
|
+
"shape": "S1c"
|
|
2222
2231
|
},
|
|
2223
2232
|
"PreferredAvailabilityZone": {},
|
|
2224
2233
|
"PreferredOutpostArn": {},
|
|
@@ -2233,7 +2242,7 @@
|
|
|
2233
2242
|
"AutomaticFailover": {},
|
|
2234
2243
|
"MultiAZ": {},
|
|
2235
2244
|
"ConfigurationEndpoint": {
|
|
2236
|
-
"shape": "
|
|
2245
|
+
"shape": "S1c"
|
|
2237
2246
|
},
|
|
2238
2247
|
"SnapshotRetentionLimit": {
|
|
2239
2248
|
"type": "integer"
|
|
@@ -2267,7 +2276,7 @@
|
|
|
2267
2276
|
"shape": "Sx"
|
|
2268
2277
|
},
|
|
2269
2278
|
"LogDeliveryConfigurations": {
|
|
2270
|
-
"shape": "
|
|
2279
|
+
"shape": "S1l"
|
|
2271
2280
|
},
|
|
2272
2281
|
"ReplicationGroupCreateTime": {
|
|
2273
2282
|
"type": "timestamp"
|
|
@@ -2277,7 +2286,8 @@
|
|
|
2277
2286
|
"type": "boolean"
|
|
2278
2287
|
},
|
|
2279
2288
|
"NetworkType": {},
|
|
2280
|
-
"IpDiscovery": {}
|
|
2289
|
+
"IpDiscovery": {},
|
|
2290
|
+
"TransitEncryptionMode": {}
|
|
2281
2291
|
},
|
|
2282
2292
|
"wrapper": true
|
|
2283
2293
|
},
|
|
@@ -2317,7 +2327,7 @@
|
|
|
2317
2327
|
}
|
|
2318
2328
|
}
|
|
2319
2329
|
},
|
|
2320
|
-
"
|
|
2330
|
+
"S1c": {
|
|
2321
2331
|
"type": "structure",
|
|
2322
2332
|
"members": {
|
|
2323
2333
|
"Address": {},
|
|
@@ -2326,7 +2336,7 @@
|
|
|
2326
2336
|
}
|
|
2327
2337
|
}
|
|
2328
2338
|
},
|
|
2329
|
-
"
|
|
2339
|
+
"S1l": {
|
|
2330
2340
|
"type": "list",
|
|
2331
2341
|
"member": {
|
|
2332
2342
|
"locationName": "LogDeliveryConfiguration",
|
|
@@ -2343,7 +2353,7 @@
|
|
|
2343
2353
|
}
|
|
2344
2354
|
}
|
|
2345
2355
|
},
|
|
2346
|
-
"
|
|
2356
|
+
"S1t": {
|
|
2347
2357
|
"type": "structure",
|
|
2348
2358
|
"members": {
|
|
2349
2359
|
"SnapshotName": {},
|
|
@@ -2392,7 +2402,7 @@
|
|
|
2392
2402
|
"NodeGroupId": {},
|
|
2393
2403
|
"CacheNodeId": {},
|
|
2394
2404
|
"NodeGroupConfiguration": {
|
|
2395
|
-
"shape": "
|
|
2405
|
+
"shape": "S1w"
|
|
2396
2406
|
},
|
|
2397
2407
|
"CacheSize": {},
|
|
2398
2408
|
"CacheNodeCreateTime": {
|
|
@@ -2411,7 +2421,7 @@
|
|
|
2411
2421
|
},
|
|
2412
2422
|
"wrapper": true
|
|
2413
2423
|
},
|
|
2414
|
-
"
|
|
2424
|
+
"S1w": {
|
|
2415
2425
|
"type": "structure",
|
|
2416
2426
|
"members": {
|
|
2417
2427
|
"NodeGroupId": {},
|
|
@@ -2421,7 +2431,7 @@
|
|
|
2421
2431
|
},
|
|
2422
2432
|
"PrimaryAvailabilityZone": {},
|
|
2423
2433
|
"ReplicaAvailabilityZones": {
|
|
2424
|
-
"shape": "
|
|
2434
|
+
"shape": "S1y"
|
|
2425
2435
|
},
|
|
2426
2436
|
"PrimaryOutpostArn": {},
|
|
2427
2437
|
"ReplicaOutpostArns": {
|
|
@@ -2432,43 +2442,43 @@
|
|
|
2432
2442
|
}
|
|
2433
2443
|
}
|
|
2434
2444
|
},
|
|
2435
|
-
"
|
|
2445
|
+
"S1y": {
|
|
2436
2446
|
"type": "list",
|
|
2437
2447
|
"member": {
|
|
2438
2448
|
"locationName": "AvailabilityZone"
|
|
2439
2449
|
}
|
|
2440
2450
|
},
|
|
2441
|
-
"
|
|
2451
|
+
"S22": {
|
|
2442
2452
|
"type": "list",
|
|
2443
2453
|
"member": {
|
|
2444
2454
|
"locationName": "PreferredAvailabilityZone"
|
|
2445
2455
|
}
|
|
2446
2456
|
},
|
|
2447
|
-
"
|
|
2457
|
+
"S23": {
|
|
2448
2458
|
"type": "list",
|
|
2449
2459
|
"member": {
|
|
2450
2460
|
"locationName": "CacheSecurityGroupName"
|
|
2451
2461
|
}
|
|
2452
2462
|
},
|
|
2453
|
-
"
|
|
2463
|
+
"S24": {
|
|
2454
2464
|
"type": "list",
|
|
2455
2465
|
"member": {
|
|
2456
2466
|
"locationName": "SecurityGroupId"
|
|
2457
2467
|
}
|
|
2458
2468
|
},
|
|
2459
|
-
"
|
|
2469
|
+
"S25": {
|
|
2460
2470
|
"type": "list",
|
|
2461
2471
|
"member": {
|
|
2462
2472
|
"locationName": "SnapshotArn"
|
|
2463
2473
|
}
|
|
2464
2474
|
},
|
|
2465
|
-
"
|
|
2475
|
+
"S27": {
|
|
2466
2476
|
"type": "list",
|
|
2467
2477
|
"member": {
|
|
2468
2478
|
"locationName": "PreferredOutpostArn"
|
|
2469
2479
|
}
|
|
2470
2480
|
},
|
|
2471
|
-
"
|
|
2481
|
+
"S28": {
|
|
2472
2482
|
"type": "list",
|
|
2473
2483
|
"member": {
|
|
2474
2484
|
"locationName": "LogDeliveryConfigurationRequest",
|
|
@@ -2486,12 +2496,12 @@
|
|
|
2486
2496
|
}
|
|
2487
2497
|
}
|
|
2488
2498
|
},
|
|
2489
|
-
"
|
|
2499
|
+
"S2b": {
|
|
2490
2500
|
"type": "structure",
|
|
2491
2501
|
"members": {
|
|
2492
2502
|
"CacheClusterId": {},
|
|
2493
2503
|
"ConfigurationEndpoint": {
|
|
2494
|
-
"shape": "
|
|
2504
|
+
"shape": "S1c"
|
|
2495
2505
|
},
|
|
2496
2506
|
"ClientDownloadLandingPage": {},
|
|
2497
2507
|
"CacheNodeType": {},
|
|
@@ -2514,14 +2524,18 @@
|
|
|
2514
2524
|
"type": "integer"
|
|
2515
2525
|
},
|
|
2516
2526
|
"CacheNodeIdsToRemove": {
|
|
2517
|
-
"shape": "
|
|
2527
|
+
"shape": "S2d"
|
|
2518
2528
|
},
|
|
2519
2529
|
"EngineVersion": {},
|
|
2520
2530
|
"CacheNodeType": {},
|
|
2521
2531
|
"AuthTokenStatus": {},
|
|
2522
2532
|
"LogDeliveryConfigurations": {
|
|
2523
2533
|
"shape": "Sz"
|
|
2524
|
-
}
|
|
2534
|
+
},
|
|
2535
|
+
"TransitEncryptionEnabled": {
|
|
2536
|
+
"type": "boolean"
|
|
2537
|
+
},
|
|
2538
|
+
"TransitEncryptionMode": {}
|
|
2525
2539
|
}
|
|
2526
2540
|
},
|
|
2527
2541
|
"NotificationConfiguration": {
|
|
@@ -2548,7 +2562,7 @@
|
|
|
2548
2562
|
"CacheParameterGroupName": {},
|
|
2549
2563
|
"ParameterApplyStatus": {},
|
|
2550
2564
|
"CacheNodeIdsToReboot": {
|
|
2551
|
-
"shape": "
|
|
2565
|
+
"shape": "S2d"
|
|
2552
2566
|
}
|
|
2553
2567
|
}
|
|
2554
2568
|
},
|
|
@@ -2565,7 +2579,7 @@
|
|
|
2565
2579
|
"type": "timestamp"
|
|
2566
2580
|
},
|
|
2567
2581
|
"Endpoint": {
|
|
2568
|
-
"shape": "
|
|
2582
|
+
"shape": "S1c"
|
|
2569
2583
|
},
|
|
2570
2584
|
"ParameterGroupStatus": {},
|
|
2571
2585
|
"SourceCacheNodeId": {},
|
|
@@ -2609,20 +2623,21 @@
|
|
|
2609
2623
|
"type": "boolean"
|
|
2610
2624
|
},
|
|
2611
2625
|
"LogDeliveryConfigurations": {
|
|
2612
|
-
"shape": "
|
|
2626
|
+
"shape": "S1l"
|
|
2613
2627
|
},
|
|
2614
2628
|
"NetworkType": {},
|
|
2615
|
-
"IpDiscovery": {}
|
|
2629
|
+
"IpDiscovery": {},
|
|
2630
|
+
"TransitEncryptionMode": {}
|
|
2616
2631
|
},
|
|
2617
2632
|
"wrapper": true
|
|
2618
2633
|
},
|
|
2619
|
-
"
|
|
2634
|
+
"S2d": {
|
|
2620
2635
|
"type": "list",
|
|
2621
2636
|
"member": {
|
|
2622
2637
|
"locationName": "CacheNodeId"
|
|
2623
2638
|
}
|
|
2624
2639
|
},
|
|
2625
|
-
"
|
|
2640
|
+
"S2o": {
|
|
2626
2641
|
"type": "structure",
|
|
2627
2642
|
"members": {
|
|
2628
2643
|
"CacheParameterGroupName": {},
|
|
@@ -2635,13 +2650,13 @@
|
|
|
2635
2650
|
},
|
|
2636
2651
|
"wrapper": true
|
|
2637
2652
|
},
|
|
2638
|
-
"
|
|
2653
|
+
"S2s": {
|
|
2639
2654
|
"type": "list",
|
|
2640
2655
|
"member": {
|
|
2641
2656
|
"locationName": "SubnetIdentifier"
|
|
2642
2657
|
}
|
|
2643
2658
|
},
|
|
2644
|
-
"
|
|
2659
|
+
"S2u": {
|
|
2645
2660
|
"type": "structure",
|
|
2646
2661
|
"members": {
|
|
2647
2662
|
"CacheSubnetGroupName": {},
|
|
@@ -2668,23 +2683,23 @@
|
|
|
2668
2683
|
}
|
|
2669
2684
|
},
|
|
2670
2685
|
"SupportedNetworkTypes": {
|
|
2671
|
-
"shape": "
|
|
2686
|
+
"shape": "S2z"
|
|
2672
2687
|
}
|
|
2673
2688
|
}
|
|
2674
2689
|
}
|
|
2675
2690
|
},
|
|
2676
2691
|
"ARN": {},
|
|
2677
2692
|
"SupportedNetworkTypes": {
|
|
2678
|
-
"shape": "
|
|
2693
|
+
"shape": "S2z"
|
|
2679
2694
|
}
|
|
2680
2695
|
},
|
|
2681
2696
|
"wrapper": true
|
|
2682
2697
|
},
|
|
2683
|
-
"
|
|
2698
|
+
"S2z": {
|
|
2684
2699
|
"type": "list",
|
|
2685
2700
|
"member": {}
|
|
2686
2701
|
},
|
|
2687
|
-
"
|
|
2702
|
+
"S32": {
|
|
2688
2703
|
"type": "structure",
|
|
2689
2704
|
"members": {
|
|
2690
2705
|
"GlobalReplicationGroupId": {},
|
|
@@ -2735,20 +2750,20 @@
|
|
|
2735
2750
|
},
|
|
2736
2751
|
"wrapper": true
|
|
2737
2752
|
},
|
|
2738
|
-
"
|
|
2753
|
+
"S3h": {
|
|
2739
2754
|
"type": "list",
|
|
2740
2755
|
"member": {}
|
|
2741
2756
|
},
|
|
2742
|
-
"
|
|
2757
|
+
"S3j": {
|
|
2743
2758
|
"type": "structure",
|
|
2744
2759
|
"members": {
|
|
2745
2760
|
"Type": {},
|
|
2746
2761
|
"Passwords": {
|
|
2747
|
-
"shape": "
|
|
2762
|
+
"shape": "S3h"
|
|
2748
2763
|
}
|
|
2749
2764
|
}
|
|
2750
2765
|
},
|
|
2751
|
-
"
|
|
2766
|
+
"S3l": {
|
|
2752
2767
|
"type": "structure",
|
|
2753
2768
|
"members": {
|
|
2754
2769
|
"UserId": {},
|
|
@@ -2772,28 +2787,28 @@
|
|
|
2772
2787
|
"ARN": {}
|
|
2773
2788
|
}
|
|
2774
2789
|
},
|
|
2775
|
-
"
|
|
2790
|
+
"S3p": {
|
|
2776
2791
|
"type": "list",
|
|
2777
2792
|
"member": {}
|
|
2778
2793
|
},
|
|
2779
|
-
"
|
|
2794
|
+
"S3q": {
|
|
2780
2795
|
"type": "structure",
|
|
2781
2796
|
"members": {
|
|
2782
2797
|
"UserGroupId": {},
|
|
2783
2798
|
"Status": {},
|
|
2784
2799
|
"Engine": {},
|
|
2785
2800
|
"UserIds": {
|
|
2786
|
-
"shape": "
|
|
2801
|
+
"shape": "S3r"
|
|
2787
2802
|
},
|
|
2788
2803
|
"MinimumEngineVersion": {},
|
|
2789
2804
|
"PendingChanges": {
|
|
2790
2805
|
"type": "structure",
|
|
2791
2806
|
"members": {
|
|
2792
2807
|
"UserIdsToRemove": {
|
|
2793
|
-
"shape": "
|
|
2808
|
+
"shape": "S3r"
|
|
2794
2809
|
},
|
|
2795
2810
|
"UserIdsToAdd": {
|
|
2796
|
-
"shape": "
|
|
2811
|
+
"shape": "S3r"
|
|
2797
2812
|
}
|
|
2798
2813
|
}
|
|
2799
2814
|
},
|
|
@@ -2804,17 +2819,17 @@
|
|
|
2804
2819
|
"ARN": {}
|
|
2805
2820
|
}
|
|
2806
2821
|
},
|
|
2807
|
-
"
|
|
2822
|
+
"S3r": {
|
|
2808
2823
|
"type": "list",
|
|
2809
2824
|
"member": {}
|
|
2810
2825
|
},
|
|
2811
|
-
"
|
|
2826
|
+
"S3v": {
|
|
2812
2827
|
"type": "list",
|
|
2813
2828
|
"member": {
|
|
2814
2829
|
"locationName": "GlobalNodeGroupId"
|
|
2815
2830
|
}
|
|
2816
2831
|
},
|
|
2817
|
-
"
|
|
2832
|
+
"S3y": {
|
|
2818
2833
|
"type": "list",
|
|
2819
2834
|
"member": {
|
|
2820
2835
|
"locationName": "ConfigureShard",
|
|
@@ -2829,15 +2844,15 @@
|
|
|
2829
2844
|
"type": "integer"
|
|
2830
2845
|
},
|
|
2831
2846
|
"PreferredAvailabilityZones": {
|
|
2832
|
-
"shape": "
|
|
2847
|
+
"shape": "S22"
|
|
2833
2848
|
},
|
|
2834
2849
|
"PreferredOutpostArns": {
|
|
2835
|
-
"shape": "
|
|
2850
|
+
"shape": "S27"
|
|
2836
2851
|
}
|
|
2837
2852
|
}
|
|
2838
2853
|
}
|
|
2839
2854
|
},
|
|
2840
|
-
"
|
|
2855
|
+
"S4r": {
|
|
2841
2856
|
"type": "list",
|
|
2842
2857
|
"member": {
|
|
2843
2858
|
"locationName": "Parameter",
|
|
@@ -2857,7 +2872,7 @@
|
|
|
2857
2872
|
}
|
|
2858
2873
|
}
|
|
2859
2874
|
},
|
|
2860
|
-
"
|
|
2875
|
+
"S4u": {
|
|
2861
2876
|
"type": "list",
|
|
2862
2877
|
"member": {
|
|
2863
2878
|
"locationName": "CacheNodeTypeSpecificParameter",
|
|
@@ -2887,7 +2902,7 @@
|
|
|
2887
2902
|
}
|
|
2888
2903
|
}
|
|
2889
2904
|
},
|
|
2890
|
-
"
|
|
2905
|
+
"S5l": {
|
|
2891
2906
|
"type": "structure",
|
|
2892
2907
|
"members": {
|
|
2893
2908
|
"ReservedCacheNodeId": {},
|
|
@@ -2912,13 +2927,13 @@
|
|
|
2912
2927
|
"OfferingType": {},
|
|
2913
2928
|
"State": {},
|
|
2914
2929
|
"RecurringCharges": {
|
|
2915
|
-
"shape": "
|
|
2930
|
+
"shape": "S5m"
|
|
2916
2931
|
},
|
|
2917
2932
|
"ReservationARN": {}
|
|
2918
2933
|
},
|
|
2919
2934
|
"wrapper": true
|
|
2920
2935
|
},
|
|
2921
|
-
"
|
|
2936
|
+
"S5m": {
|
|
2922
2937
|
"type": "list",
|
|
2923
2938
|
"member": {
|
|
2924
2939
|
"locationName": "RecurringCharge",
|
|
@@ -2932,11 +2947,11 @@
|
|
|
2932
2947
|
"wrapper": true
|
|
2933
2948
|
}
|
|
2934
2949
|
},
|
|
2935
|
-
"
|
|
2950
|
+
"S5t": {
|
|
2936
2951
|
"type": "list",
|
|
2937
2952
|
"member": {}
|
|
2938
2953
|
},
|
|
2939
|
-
"
|
|
2954
|
+
"S70": {
|
|
2940
2955
|
"type": "list",
|
|
2941
2956
|
"member": {
|
|
2942
2957
|
"locationName": "ReshardingConfiguration",
|
|
@@ -2944,16 +2959,16 @@
|
|
|
2944
2959
|
"members": {
|
|
2945
2960
|
"NodeGroupId": {},
|
|
2946
2961
|
"PreferredAvailabilityZones": {
|
|
2947
|
-
"shape": "
|
|
2962
|
+
"shape": "S1y"
|
|
2948
2963
|
}
|
|
2949
2964
|
}
|
|
2950
2965
|
}
|
|
2951
2966
|
},
|
|
2952
|
-
"
|
|
2967
|
+
"S77": {
|
|
2953
2968
|
"type": "list",
|
|
2954
2969
|
"member": {}
|
|
2955
2970
|
},
|
|
2956
|
-
"
|
|
2971
|
+
"S7d": {
|
|
2957
2972
|
"type": "list",
|
|
2958
2973
|
"member": {
|
|
2959
2974
|
"locationName": "ParameterNameValue",
|
|
@@ -2964,7 +2979,7 @@
|
|
|
2964
2979
|
}
|
|
2965
2980
|
}
|
|
2966
2981
|
},
|
|
2967
|
-
"
|
|
2982
|
+
"S7f": {
|
|
2968
2983
|
"type": "structure",
|
|
2969
2984
|
"members": {
|
|
2970
2985
|
"CacheParameterGroupName": {}
|