cdk-docker-image-deployment 0.0.68 → 0.0.70
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 +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.examples.json +123 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +76 -3
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +457 -137
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +365 -317
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +93 -40
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +88 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +192 -63
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.min.json +701 -0
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +39 -15
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ec2.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +79 -0
- package/node_modules/aws-sdk/clients/es.d.ts +301 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -8
- package/node_modules/aws-sdk/clients/iot.d.ts +60 -3
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +73 -5
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +89 -2
- package/node_modules/aws-sdk/clients/rekognition.d.ts +171 -11
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/scheduler.d.ts +829 -0
- package/node_modules/aws-sdk/clients/scheduler.js +18 -0
- package/node_modules/aws-sdk/clients/securityhub.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +32 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +727 -386
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +58 -58
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +114 -49
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -84,6 +84,36 @@
|
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
|
+
"AuthorizeVpcEndpointAccess": {
|
|
88
|
+
"http": {
|
|
89
|
+
"requestUri": "/2015-01-01/es/domain/{DomainName}/authorizeVpcEndpointAccess"
|
|
90
|
+
},
|
|
91
|
+
"input": {
|
|
92
|
+
"type": "structure",
|
|
93
|
+
"required": [
|
|
94
|
+
"DomainName",
|
|
95
|
+
"Account"
|
|
96
|
+
],
|
|
97
|
+
"members": {
|
|
98
|
+
"DomainName": {
|
|
99
|
+
"location": "uri",
|
|
100
|
+
"locationName": "DomainName"
|
|
101
|
+
},
|
|
102
|
+
"Account": {}
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"output": {
|
|
106
|
+
"type": "structure",
|
|
107
|
+
"required": [
|
|
108
|
+
"AuthorizedPrincipal"
|
|
109
|
+
],
|
|
110
|
+
"members": {
|
|
111
|
+
"AuthorizedPrincipal": {
|
|
112
|
+
"shape": "Sy"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
87
117
|
"CancelElasticsearchServiceSoftwareUpdate": {
|
|
88
118
|
"http": {
|
|
89
119
|
"requestUri": "/2015-01-01/es/serviceSoftwareUpdate/cancel"
|
|
@@ -101,7 +131,7 @@
|
|
|
101
131
|
"type": "structure",
|
|
102
132
|
"members": {
|
|
103
133
|
"ServiceSoftwareOptions": {
|
|
104
|
-
"shape": "
|
|
134
|
+
"shape": "S13"
|
|
105
135
|
}
|
|
106
136
|
}
|
|
107
137
|
}
|
|
@@ -119,45 +149,45 @@
|
|
|
119
149
|
"DomainName": {},
|
|
120
150
|
"ElasticsearchVersion": {},
|
|
121
151
|
"ElasticsearchClusterConfig": {
|
|
122
|
-
"shape": "
|
|
152
|
+
"shape": "S19"
|
|
123
153
|
},
|
|
124
154
|
"EBSOptions": {
|
|
125
|
-
"shape": "
|
|
155
|
+
"shape": "S1f"
|
|
126
156
|
},
|
|
127
157
|
"AccessPolicies": {},
|
|
128
158
|
"SnapshotOptions": {
|
|
129
|
-
"shape": "
|
|
159
|
+
"shape": "S1i"
|
|
130
160
|
},
|
|
131
161
|
"VPCOptions": {
|
|
132
|
-
"shape": "
|
|
162
|
+
"shape": "S1j"
|
|
133
163
|
},
|
|
134
164
|
"CognitoOptions": {
|
|
135
|
-
"shape": "
|
|
165
|
+
"shape": "S1l"
|
|
136
166
|
},
|
|
137
167
|
"EncryptionAtRestOptions": {
|
|
138
|
-
"shape": "
|
|
168
|
+
"shape": "S1p"
|
|
139
169
|
},
|
|
140
170
|
"NodeToNodeEncryptionOptions": {
|
|
141
|
-
"shape": "
|
|
171
|
+
"shape": "S1r"
|
|
142
172
|
},
|
|
143
173
|
"AdvancedOptions": {
|
|
144
|
-
"shape": "
|
|
174
|
+
"shape": "S1s"
|
|
145
175
|
},
|
|
146
176
|
"LogPublishingOptions": {
|
|
147
|
-
"shape": "
|
|
177
|
+
"shape": "S1t"
|
|
148
178
|
},
|
|
149
179
|
"DomainEndpointOptions": {
|
|
150
|
-
"shape": "
|
|
180
|
+
"shape": "S1x"
|
|
151
181
|
},
|
|
152
182
|
"AdvancedSecurityOptions": {
|
|
153
|
-
"shape": "
|
|
183
|
+
"shape": "S20"
|
|
154
184
|
},
|
|
155
185
|
"AutoTuneOptions": {
|
|
156
186
|
"type": "structure",
|
|
157
187
|
"members": {
|
|
158
188
|
"DesiredState": {},
|
|
159
189
|
"MaintenanceSchedules": {
|
|
160
|
-
"shape": "
|
|
190
|
+
"shape": "S2b"
|
|
161
191
|
}
|
|
162
192
|
}
|
|
163
193
|
},
|
|
@@ -170,7 +200,7 @@
|
|
|
170
200
|
"type": "structure",
|
|
171
201
|
"members": {
|
|
172
202
|
"DomainStatus": {
|
|
173
|
-
"shape": "
|
|
203
|
+
"shape": "S2i"
|
|
174
204
|
}
|
|
175
205
|
}
|
|
176
206
|
}
|
|
@@ -207,7 +237,7 @@
|
|
|
207
237
|
},
|
|
208
238
|
"ConnectionAlias": {},
|
|
209
239
|
"ConnectionStatus": {
|
|
210
|
-
"shape": "
|
|
240
|
+
"shape": "S2y"
|
|
211
241
|
},
|
|
212
242
|
"CrossClusterSearchConnectionId": {}
|
|
213
243
|
}
|
|
@@ -229,7 +259,7 @@
|
|
|
229
259
|
"PackageType": {},
|
|
230
260
|
"PackageDescription": {},
|
|
231
261
|
"PackageSource": {
|
|
232
|
-
"shape": "
|
|
262
|
+
"shape": "S32"
|
|
233
263
|
}
|
|
234
264
|
}
|
|
235
265
|
},
|
|
@@ -237,7 +267,37 @@
|
|
|
237
267
|
"type": "structure",
|
|
238
268
|
"members": {
|
|
239
269
|
"PackageDetails": {
|
|
240
|
-
"shape": "
|
|
270
|
+
"shape": "S36"
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"CreateVpcEndpoint": {
|
|
276
|
+
"http": {
|
|
277
|
+
"requestUri": "/2015-01-01/es/vpcEndpoints"
|
|
278
|
+
},
|
|
279
|
+
"input": {
|
|
280
|
+
"type": "structure",
|
|
281
|
+
"required": [
|
|
282
|
+
"DomainArn",
|
|
283
|
+
"VpcOptions"
|
|
284
|
+
],
|
|
285
|
+
"members": {
|
|
286
|
+
"DomainArn": {},
|
|
287
|
+
"VpcOptions": {
|
|
288
|
+
"shape": "S1j"
|
|
289
|
+
},
|
|
290
|
+
"ClientToken": {}
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"output": {
|
|
294
|
+
"type": "structure",
|
|
295
|
+
"required": [
|
|
296
|
+
"VpcEndpoint"
|
|
297
|
+
],
|
|
298
|
+
"members": {
|
|
299
|
+
"VpcEndpoint": {
|
|
300
|
+
"shape": "S3d"
|
|
241
301
|
}
|
|
242
302
|
}
|
|
243
303
|
}
|
|
@@ -263,7 +323,7 @@
|
|
|
263
323
|
"type": "structure",
|
|
264
324
|
"members": {
|
|
265
325
|
"DomainStatus": {
|
|
266
|
-
"shape": "
|
|
326
|
+
"shape": "S2i"
|
|
267
327
|
}
|
|
268
328
|
}
|
|
269
329
|
}
|
|
@@ -321,7 +381,7 @@
|
|
|
321
381
|
"type": "structure",
|
|
322
382
|
"members": {
|
|
323
383
|
"CrossClusterSearchConnection": {
|
|
324
|
-
"shape": "
|
|
384
|
+
"shape": "S3n"
|
|
325
385
|
}
|
|
326
386
|
}
|
|
327
387
|
}
|
|
@@ -347,7 +407,36 @@
|
|
|
347
407
|
"type": "structure",
|
|
348
408
|
"members": {
|
|
349
409
|
"PackageDetails": {
|
|
350
|
-
"shape": "
|
|
410
|
+
"shape": "S36"
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
"DeleteVpcEndpoint": {
|
|
416
|
+
"http": {
|
|
417
|
+
"method": "DELETE",
|
|
418
|
+
"requestUri": "/2015-01-01/es/vpcEndpoints/{VpcEndpointId}"
|
|
419
|
+
},
|
|
420
|
+
"input": {
|
|
421
|
+
"type": "structure",
|
|
422
|
+
"required": [
|
|
423
|
+
"VpcEndpointId"
|
|
424
|
+
],
|
|
425
|
+
"members": {
|
|
426
|
+
"VpcEndpointId": {
|
|
427
|
+
"location": "uri",
|
|
428
|
+
"locationName": "VpcEndpointId"
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"output": {
|
|
433
|
+
"type": "structure",
|
|
434
|
+
"required": [
|
|
435
|
+
"VpcEndpointSummary"
|
|
436
|
+
],
|
|
437
|
+
"members": {
|
|
438
|
+
"VpcEndpointSummary": {
|
|
439
|
+
"shape": "S3s"
|
|
351
440
|
}
|
|
352
441
|
}
|
|
353
442
|
}
|
|
@@ -438,10 +527,10 @@
|
|
|
438
527
|
},
|
|
439
528
|
"Status": {},
|
|
440
529
|
"PendingProperties": {
|
|
441
|
-
"shape": "
|
|
530
|
+
"shape": "S1k"
|
|
442
531
|
},
|
|
443
532
|
"CompletedProperties": {
|
|
444
|
-
"shape": "
|
|
533
|
+
"shape": "S1k"
|
|
445
534
|
},
|
|
446
535
|
"TotalNumberOfStages": {
|
|
447
536
|
"type": "integer"
|
|
@@ -489,7 +578,7 @@
|
|
|
489
578
|
],
|
|
490
579
|
"members": {
|
|
491
580
|
"DomainStatus": {
|
|
492
|
-
"shape": "
|
|
581
|
+
"shape": "S2i"
|
|
493
582
|
}
|
|
494
583
|
}
|
|
495
584
|
}
|
|
@@ -518,7 +607,7 @@
|
|
|
518
607
|
],
|
|
519
608
|
"members": {
|
|
520
609
|
"DomainConfig": {
|
|
521
|
-
"shape": "
|
|
610
|
+
"shape": "S4l"
|
|
522
611
|
}
|
|
523
612
|
}
|
|
524
613
|
}
|
|
@@ -548,7 +637,7 @@
|
|
|
548
637
|
"DomainStatusList": {
|
|
549
638
|
"type": "list",
|
|
550
639
|
"member": {
|
|
551
|
-
"shape": "
|
|
640
|
+
"shape": "S2i"
|
|
552
641
|
}
|
|
553
642
|
}
|
|
554
643
|
}
|
|
@@ -603,7 +692,7 @@
|
|
|
603
692
|
"members": {
|
|
604
693
|
"LimitName": {},
|
|
605
694
|
"LimitValues": {
|
|
606
|
-
"shape": "
|
|
695
|
+
"shape": "S5m"
|
|
607
696
|
}
|
|
608
697
|
}
|
|
609
698
|
}
|
|
@@ -634,7 +723,7 @@
|
|
|
634
723
|
"members": {
|
|
635
724
|
"LimitName": {},
|
|
636
725
|
"LimitValues": {
|
|
637
|
-
"shape": "
|
|
726
|
+
"shape": "S5m"
|
|
638
727
|
}
|
|
639
728
|
}
|
|
640
729
|
}
|
|
@@ -653,7 +742,7 @@
|
|
|
653
742
|
"type": "structure",
|
|
654
743
|
"members": {
|
|
655
744
|
"Filters": {
|
|
656
|
-
"shape": "
|
|
745
|
+
"shape": "S5v"
|
|
657
746
|
},
|
|
658
747
|
"MaxResults": {
|
|
659
748
|
"type": "integer"
|
|
@@ -682,7 +771,7 @@
|
|
|
682
771
|
"type": "structure",
|
|
683
772
|
"members": {
|
|
684
773
|
"Filters": {
|
|
685
|
-
"shape": "
|
|
774
|
+
"shape": "S5v"
|
|
686
775
|
},
|
|
687
776
|
"MaxResults": {
|
|
688
777
|
"type": "integer"
|
|
@@ -696,7 +785,7 @@
|
|
|
696
785
|
"CrossClusterSearchConnections": {
|
|
697
786
|
"type": "list",
|
|
698
787
|
"member": {
|
|
699
|
-
"shape": "
|
|
788
|
+
"shape": "S3n"
|
|
700
789
|
}
|
|
701
790
|
},
|
|
702
791
|
"NextToken": {}
|
|
@@ -735,7 +824,7 @@
|
|
|
735
824
|
"PackageDetailsList": {
|
|
736
825
|
"type": "list",
|
|
737
826
|
"member": {
|
|
738
|
-
"shape": "
|
|
827
|
+
"shape": "S36"
|
|
739
828
|
}
|
|
740
829
|
},
|
|
741
830
|
"NextToken": {}
|
|
@@ -788,7 +877,7 @@
|
|
|
788
877
|
"CurrencyCode": {},
|
|
789
878
|
"PaymentOption": {},
|
|
790
879
|
"RecurringCharges": {
|
|
791
|
-
"shape": "
|
|
880
|
+
"shape": "S6j"
|
|
792
881
|
}
|
|
793
882
|
}
|
|
794
883
|
}
|
|
@@ -851,7 +940,7 @@
|
|
|
851
940
|
"State": {},
|
|
852
941
|
"PaymentOption": {},
|
|
853
942
|
"RecurringCharges": {
|
|
854
|
-
"shape": "
|
|
943
|
+
"shape": "S6j"
|
|
855
944
|
}
|
|
856
945
|
}
|
|
857
946
|
}
|
|
@@ -859,6 +948,49 @@
|
|
|
859
948
|
}
|
|
860
949
|
}
|
|
861
950
|
},
|
|
951
|
+
"DescribeVpcEndpoints": {
|
|
952
|
+
"http": {
|
|
953
|
+
"requestUri": "/2015-01-01/es/vpcEndpoints/describe"
|
|
954
|
+
},
|
|
955
|
+
"input": {
|
|
956
|
+
"type": "structure",
|
|
957
|
+
"required": [
|
|
958
|
+
"VpcEndpointIds"
|
|
959
|
+
],
|
|
960
|
+
"members": {
|
|
961
|
+
"VpcEndpointIds": {
|
|
962
|
+
"type": "list",
|
|
963
|
+
"member": {}
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
"output": {
|
|
968
|
+
"type": "structure",
|
|
969
|
+
"required": [
|
|
970
|
+
"VpcEndpoints",
|
|
971
|
+
"VpcEndpointErrors"
|
|
972
|
+
],
|
|
973
|
+
"members": {
|
|
974
|
+
"VpcEndpoints": {
|
|
975
|
+
"type": "list",
|
|
976
|
+
"member": {
|
|
977
|
+
"shape": "S3d"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"VpcEndpointErrors": {
|
|
981
|
+
"type": "list",
|
|
982
|
+
"member": {
|
|
983
|
+
"type": "structure",
|
|
984
|
+
"members": {
|
|
985
|
+
"VpcEndpointId": {},
|
|
986
|
+
"ErrorCode": {},
|
|
987
|
+
"ErrorMessage": {}
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
},
|
|
862
994
|
"DissociatePackage": {
|
|
863
995
|
"http": {
|
|
864
996
|
"requestUri": "/2015-01-01/packages/dissociate/{PackageID}/{DomainName}"
|
|
@@ -913,7 +1045,7 @@
|
|
|
913
1045
|
"members": {
|
|
914
1046
|
"SourceVersion": {},
|
|
915
1047
|
"TargetVersions": {
|
|
916
|
-
"shape": "
|
|
1048
|
+
"shape": "S73"
|
|
917
1049
|
}
|
|
918
1050
|
}
|
|
919
1051
|
}
|
|
@@ -1117,7 +1249,7 @@
|
|
|
1117
1249
|
"type": "structure",
|
|
1118
1250
|
"members": {
|
|
1119
1251
|
"DomainPackageDetailsList": {
|
|
1120
|
-
"shape": "
|
|
1252
|
+
"shape": "S7u"
|
|
1121
1253
|
},
|
|
1122
1254
|
"NextToken": {}
|
|
1123
1255
|
}
|
|
@@ -1187,7 +1319,7 @@
|
|
|
1187
1319
|
"type": "structure",
|
|
1188
1320
|
"members": {
|
|
1189
1321
|
"ElasticsearchVersions": {
|
|
1190
|
-
"shape": "
|
|
1322
|
+
"shape": "S73"
|
|
1191
1323
|
},
|
|
1192
1324
|
"NextToken": {}
|
|
1193
1325
|
}
|
|
@@ -1223,7 +1355,7 @@
|
|
|
1223
1355
|
"type": "structure",
|
|
1224
1356
|
"members": {
|
|
1225
1357
|
"DomainPackageDetailsList": {
|
|
1226
|
-
"shape": "
|
|
1358
|
+
"shape": "S7u"
|
|
1227
1359
|
},
|
|
1228
1360
|
"NextToken": {}
|
|
1229
1361
|
}
|
|
@@ -1255,6 +1387,107 @@
|
|
|
1255
1387
|
}
|
|
1256
1388
|
}
|
|
1257
1389
|
},
|
|
1390
|
+
"ListVpcEndpointAccess": {
|
|
1391
|
+
"http": {
|
|
1392
|
+
"method": "GET",
|
|
1393
|
+
"requestUri": "/2015-01-01/es/domain/{DomainName}/listVpcEndpointAccess"
|
|
1394
|
+
},
|
|
1395
|
+
"input": {
|
|
1396
|
+
"type": "structure",
|
|
1397
|
+
"required": [
|
|
1398
|
+
"DomainName"
|
|
1399
|
+
],
|
|
1400
|
+
"members": {
|
|
1401
|
+
"DomainName": {
|
|
1402
|
+
"location": "uri",
|
|
1403
|
+
"locationName": "DomainName"
|
|
1404
|
+
},
|
|
1405
|
+
"NextToken": {
|
|
1406
|
+
"location": "querystring",
|
|
1407
|
+
"locationName": "nextToken"
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
"output": {
|
|
1412
|
+
"type": "structure",
|
|
1413
|
+
"required": [
|
|
1414
|
+
"AuthorizedPrincipalList",
|
|
1415
|
+
"NextToken"
|
|
1416
|
+
],
|
|
1417
|
+
"members": {
|
|
1418
|
+
"AuthorizedPrincipalList": {
|
|
1419
|
+
"type": "list",
|
|
1420
|
+
"member": {
|
|
1421
|
+
"shape": "Sy"
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
"NextToken": {}
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1428
|
+
"ListVpcEndpoints": {
|
|
1429
|
+
"http": {
|
|
1430
|
+
"method": "GET",
|
|
1431
|
+
"requestUri": "/2015-01-01/es/vpcEndpoints"
|
|
1432
|
+
},
|
|
1433
|
+
"input": {
|
|
1434
|
+
"type": "structure",
|
|
1435
|
+
"members": {
|
|
1436
|
+
"NextToken": {
|
|
1437
|
+
"location": "querystring",
|
|
1438
|
+
"locationName": "nextToken"
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
"output": {
|
|
1443
|
+
"type": "structure",
|
|
1444
|
+
"required": [
|
|
1445
|
+
"VpcEndpointSummaryList",
|
|
1446
|
+
"NextToken"
|
|
1447
|
+
],
|
|
1448
|
+
"members": {
|
|
1449
|
+
"VpcEndpointSummaryList": {
|
|
1450
|
+
"shape": "S89"
|
|
1451
|
+
},
|
|
1452
|
+
"NextToken": {}
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
"ListVpcEndpointsForDomain": {
|
|
1457
|
+
"http": {
|
|
1458
|
+
"method": "GET",
|
|
1459
|
+
"requestUri": "/2015-01-01/es/domain/{DomainName}/vpcEndpoints"
|
|
1460
|
+
},
|
|
1461
|
+
"input": {
|
|
1462
|
+
"type": "structure",
|
|
1463
|
+
"required": [
|
|
1464
|
+
"DomainName"
|
|
1465
|
+
],
|
|
1466
|
+
"members": {
|
|
1467
|
+
"DomainName": {
|
|
1468
|
+
"location": "uri",
|
|
1469
|
+
"locationName": "DomainName"
|
|
1470
|
+
},
|
|
1471
|
+
"NextToken": {
|
|
1472
|
+
"location": "querystring",
|
|
1473
|
+
"locationName": "nextToken"
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
"output": {
|
|
1478
|
+
"type": "structure",
|
|
1479
|
+
"required": [
|
|
1480
|
+
"VpcEndpointSummaryList",
|
|
1481
|
+
"NextToken"
|
|
1482
|
+
],
|
|
1483
|
+
"members": {
|
|
1484
|
+
"VpcEndpointSummaryList": {
|
|
1485
|
+
"shape": "S89"
|
|
1486
|
+
},
|
|
1487
|
+
"NextToken": {}
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1258
1491
|
"PurchaseReservedElasticsearchInstanceOffering": {
|
|
1259
1492
|
"http": {
|
|
1260
1493
|
"requestUri": "/2015-01-01/es/purchaseReservedInstanceOffering"
|
|
@@ -1320,11 +1553,34 @@
|
|
|
1320
1553
|
"members": {
|
|
1321
1554
|
"ARN": {},
|
|
1322
1555
|
"TagKeys": {
|
|
1323
|
-
"shape": "
|
|
1556
|
+
"shape": "S1k"
|
|
1324
1557
|
}
|
|
1325
1558
|
}
|
|
1326
1559
|
}
|
|
1327
1560
|
},
|
|
1561
|
+
"RevokeVpcEndpointAccess": {
|
|
1562
|
+
"http": {
|
|
1563
|
+
"requestUri": "/2015-01-01/es/domain/{DomainName}/revokeVpcEndpointAccess"
|
|
1564
|
+
},
|
|
1565
|
+
"input": {
|
|
1566
|
+
"type": "structure",
|
|
1567
|
+
"required": [
|
|
1568
|
+
"DomainName",
|
|
1569
|
+
"Account"
|
|
1570
|
+
],
|
|
1571
|
+
"members": {
|
|
1572
|
+
"DomainName": {
|
|
1573
|
+
"location": "uri",
|
|
1574
|
+
"locationName": "DomainName"
|
|
1575
|
+
},
|
|
1576
|
+
"Account": {}
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
"output": {
|
|
1580
|
+
"type": "structure",
|
|
1581
|
+
"members": {}
|
|
1582
|
+
}
|
|
1583
|
+
},
|
|
1328
1584
|
"StartElasticsearchServiceSoftwareUpdate": {
|
|
1329
1585
|
"http": {
|
|
1330
1586
|
"requestUri": "/2015-01-01/es/serviceSoftwareUpdate/start"
|
|
@@ -1342,7 +1598,7 @@
|
|
|
1342
1598
|
"type": "structure",
|
|
1343
1599
|
"members": {
|
|
1344
1600
|
"ServiceSoftwareOptions": {
|
|
1345
|
-
"shape": "
|
|
1601
|
+
"shape": "S13"
|
|
1346
1602
|
}
|
|
1347
1603
|
}
|
|
1348
1604
|
}
|
|
@@ -1362,41 +1618,41 @@
|
|
|
1362
1618
|
"locationName": "DomainName"
|
|
1363
1619
|
},
|
|
1364
1620
|
"ElasticsearchClusterConfig": {
|
|
1365
|
-
"shape": "
|
|
1621
|
+
"shape": "S19"
|
|
1366
1622
|
},
|
|
1367
1623
|
"EBSOptions": {
|
|
1368
|
-
"shape": "
|
|
1624
|
+
"shape": "S1f"
|
|
1369
1625
|
},
|
|
1370
1626
|
"SnapshotOptions": {
|
|
1371
|
-
"shape": "
|
|
1627
|
+
"shape": "S1i"
|
|
1372
1628
|
},
|
|
1373
1629
|
"VPCOptions": {
|
|
1374
|
-
"shape": "
|
|
1630
|
+
"shape": "S1j"
|
|
1375
1631
|
},
|
|
1376
1632
|
"CognitoOptions": {
|
|
1377
|
-
"shape": "
|
|
1633
|
+
"shape": "S1l"
|
|
1378
1634
|
},
|
|
1379
1635
|
"AdvancedOptions": {
|
|
1380
|
-
"shape": "
|
|
1636
|
+
"shape": "S1s"
|
|
1381
1637
|
},
|
|
1382
1638
|
"AccessPolicies": {},
|
|
1383
1639
|
"LogPublishingOptions": {
|
|
1384
|
-
"shape": "
|
|
1640
|
+
"shape": "S1t"
|
|
1385
1641
|
},
|
|
1386
1642
|
"DomainEndpointOptions": {
|
|
1387
|
-
"shape": "
|
|
1643
|
+
"shape": "S1x"
|
|
1388
1644
|
},
|
|
1389
1645
|
"AdvancedSecurityOptions": {
|
|
1390
|
-
"shape": "
|
|
1646
|
+
"shape": "S20"
|
|
1391
1647
|
},
|
|
1392
1648
|
"NodeToNodeEncryptionOptions": {
|
|
1393
|
-
"shape": "
|
|
1649
|
+
"shape": "S1r"
|
|
1394
1650
|
},
|
|
1395
1651
|
"EncryptionAtRestOptions": {
|
|
1396
|
-
"shape": "
|
|
1652
|
+
"shape": "S1p"
|
|
1397
1653
|
},
|
|
1398
1654
|
"AutoTuneOptions": {
|
|
1399
|
-
"shape": "
|
|
1655
|
+
"shape": "S53"
|
|
1400
1656
|
},
|
|
1401
1657
|
"DryRun": {
|
|
1402
1658
|
"type": "boolean"
|
|
@@ -1410,7 +1666,7 @@
|
|
|
1410
1666
|
],
|
|
1411
1667
|
"members": {
|
|
1412
1668
|
"DomainConfig": {
|
|
1413
|
-
"shape": "
|
|
1669
|
+
"shape": "S4l"
|
|
1414
1670
|
},
|
|
1415
1671
|
"DryRunResults": {
|
|
1416
1672
|
"type": "structure",
|
|
@@ -1435,7 +1691,7 @@
|
|
|
1435
1691
|
"members": {
|
|
1436
1692
|
"PackageID": {},
|
|
1437
1693
|
"PackageSource": {
|
|
1438
|
-
"shape": "
|
|
1694
|
+
"shape": "S32"
|
|
1439
1695
|
},
|
|
1440
1696
|
"PackageDescription": {},
|
|
1441
1697
|
"CommitMessage": {}
|
|
@@ -1445,7 +1701,36 @@
|
|
|
1445
1701
|
"type": "structure",
|
|
1446
1702
|
"members": {
|
|
1447
1703
|
"PackageDetails": {
|
|
1448
|
-
"shape": "
|
|
1704
|
+
"shape": "S36"
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
"UpdateVpcEndpoint": {
|
|
1710
|
+
"http": {
|
|
1711
|
+
"requestUri": "/2015-01-01/es/vpcEndpoints/update"
|
|
1712
|
+
},
|
|
1713
|
+
"input": {
|
|
1714
|
+
"type": "structure",
|
|
1715
|
+
"required": [
|
|
1716
|
+
"VpcEndpointId",
|
|
1717
|
+
"VpcOptions"
|
|
1718
|
+
],
|
|
1719
|
+
"members": {
|
|
1720
|
+
"VpcEndpointId": {},
|
|
1721
|
+
"VpcOptions": {
|
|
1722
|
+
"shape": "S1j"
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
"output": {
|
|
1727
|
+
"type": "structure",
|
|
1728
|
+
"required": [
|
|
1729
|
+
"VpcEndpoint"
|
|
1730
|
+
],
|
|
1731
|
+
"members": {
|
|
1732
|
+
"VpcEndpoint": {
|
|
1733
|
+
"shape": "S3d"
|
|
1449
1734
|
}
|
|
1450
1735
|
}
|
|
1451
1736
|
}
|
|
@@ -1477,7 +1762,7 @@
|
|
|
1477
1762
|
"type": "boolean"
|
|
1478
1763
|
},
|
|
1479
1764
|
"ChangeProgressDetails": {
|
|
1480
|
-
"shape": "
|
|
1765
|
+
"shape": "S2s"
|
|
1481
1766
|
}
|
|
1482
1767
|
}
|
|
1483
1768
|
}
|
|
@@ -1553,7 +1838,14 @@
|
|
|
1553
1838
|
"ErrorMessage": {}
|
|
1554
1839
|
}
|
|
1555
1840
|
},
|
|
1556
|
-
"
|
|
1841
|
+
"Sy": {
|
|
1842
|
+
"type": "structure",
|
|
1843
|
+
"members": {
|
|
1844
|
+
"PrincipalType": {},
|
|
1845
|
+
"Principal": {}
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
"S13": {
|
|
1557
1849
|
"type": "structure",
|
|
1558
1850
|
"members": {
|
|
1559
1851
|
"CurrentVersion": {},
|
|
@@ -1574,7 +1866,7 @@
|
|
|
1574
1866
|
}
|
|
1575
1867
|
}
|
|
1576
1868
|
},
|
|
1577
|
-
"
|
|
1869
|
+
"S19": {
|
|
1578
1870
|
"type": "structure",
|
|
1579
1871
|
"members": {
|
|
1580
1872
|
"InstanceType": {},
|
|
@@ -1619,7 +1911,7 @@
|
|
|
1619
1911
|
}
|
|
1620
1912
|
}
|
|
1621
1913
|
},
|
|
1622
|
-
"
|
|
1914
|
+
"S1f": {
|
|
1623
1915
|
"type": "structure",
|
|
1624
1916
|
"members": {
|
|
1625
1917
|
"EBSEnabled": {
|
|
@@ -1637,7 +1929,7 @@
|
|
|
1637
1929
|
}
|
|
1638
1930
|
}
|
|
1639
1931
|
},
|
|
1640
|
-
"
|
|
1932
|
+
"S1i": {
|
|
1641
1933
|
"type": "structure",
|
|
1642
1934
|
"members": {
|
|
1643
1935
|
"AutomatedSnapshotStartHour": {
|
|
@@ -1645,22 +1937,22 @@
|
|
|
1645
1937
|
}
|
|
1646
1938
|
}
|
|
1647
1939
|
},
|
|
1648
|
-
"
|
|
1940
|
+
"S1j": {
|
|
1649
1941
|
"type": "structure",
|
|
1650
1942
|
"members": {
|
|
1651
1943
|
"SubnetIds": {
|
|
1652
|
-
"shape": "
|
|
1944
|
+
"shape": "S1k"
|
|
1653
1945
|
},
|
|
1654
1946
|
"SecurityGroupIds": {
|
|
1655
|
-
"shape": "
|
|
1947
|
+
"shape": "S1k"
|
|
1656
1948
|
}
|
|
1657
1949
|
}
|
|
1658
1950
|
},
|
|
1659
|
-
"
|
|
1951
|
+
"S1k": {
|
|
1660
1952
|
"type": "list",
|
|
1661
1953
|
"member": {}
|
|
1662
1954
|
},
|
|
1663
|
-
"
|
|
1955
|
+
"S1l": {
|
|
1664
1956
|
"type": "structure",
|
|
1665
1957
|
"members": {
|
|
1666
1958
|
"Enabled": {
|
|
@@ -1671,7 +1963,7 @@
|
|
|
1671
1963
|
"RoleArn": {}
|
|
1672
1964
|
}
|
|
1673
1965
|
},
|
|
1674
|
-
"
|
|
1966
|
+
"S1p": {
|
|
1675
1967
|
"type": "structure",
|
|
1676
1968
|
"members": {
|
|
1677
1969
|
"Enabled": {
|
|
@@ -1680,7 +1972,7 @@
|
|
|
1680
1972
|
"KmsKeyId": {}
|
|
1681
1973
|
}
|
|
1682
1974
|
},
|
|
1683
|
-
"
|
|
1975
|
+
"S1r": {
|
|
1684
1976
|
"type": "structure",
|
|
1685
1977
|
"members": {
|
|
1686
1978
|
"Enabled": {
|
|
@@ -1688,12 +1980,12 @@
|
|
|
1688
1980
|
}
|
|
1689
1981
|
}
|
|
1690
1982
|
},
|
|
1691
|
-
"
|
|
1983
|
+
"S1s": {
|
|
1692
1984
|
"type": "map",
|
|
1693
1985
|
"key": {},
|
|
1694
1986
|
"value": {}
|
|
1695
1987
|
},
|
|
1696
|
-
"
|
|
1988
|
+
"S1t": {
|
|
1697
1989
|
"type": "map",
|
|
1698
1990
|
"key": {},
|
|
1699
1991
|
"value": {
|
|
@@ -1706,7 +1998,7 @@
|
|
|
1706
1998
|
}
|
|
1707
1999
|
}
|
|
1708
2000
|
},
|
|
1709
|
-
"
|
|
2001
|
+
"S1x": {
|
|
1710
2002
|
"type": "structure",
|
|
1711
2003
|
"members": {
|
|
1712
2004
|
"EnforceHTTPS": {
|
|
@@ -1720,7 +2012,7 @@
|
|
|
1720
2012
|
"CustomEndpointCertificateArn": {}
|
|
1721
2013
|
}
|
|
1722
2014
|
},
|
|
1723
|
-
"
|
|
2015
|
+
"S20": {
|
|
1724
2016
|
"type": "structure",
|
|
1725
2017
|
"members": {
|
|
1726
2018
|
"Enabled": {
|
|
@@ -1734,7 +2026,7 @@
|
|
|
1734
2026
|
"members": {
|
|
1735
2027
|
"MasterUserARN": {},
|
|
1736
2028
|
"MasterUserName": {
|
|
1737
|
-
"shape": "
|
|
2029
|
+
"shape": "S22"
|
|
1738
2030
|
},
|
|
1739
2031
|
"MasterUserPassword": {
|
|
1740
2032
|
"type": "string",
|
|
@@ -1749,10 +2041,10 @@
|
|
|
1749
2041
|
"type": "boolean"
|
|
1750
2042
|
},
|
|
1751
2043
|
"Idp": {
|
|
1752
|
-
"shape": "
|
|
2044
|
+
"shape": "S25"
|
|
1753
2045
|
},
|
|
1754
2046
|
"MasterUserName": {
|
|
1755
|
-
"shape": "
|
|
2047
|
+
"shape": "S22"
|
|
1756
2048
|
},
|
|
1757
2049
|
"MasterBackendRole": {},
|
|
1758
2050
|
"SubjectKey": {},
|
|
@@ -1767,11 +2059,11 @@
|
|
|
1767
2059
|
}
|
|
1768
2060
|
}
|
|
1769
2061
|
},
|
|
1770
|
-
"
|
|
2062
|
+
"S22": {
|
|
1771
2063
|
"type": "string",
|
|
1772
2064
|
"sensitive": true
|
|
1773
2065
|
},
|
|
1774
|
-
"
|
|
2066
|
+
"S25": {
|
|
1775
2067
|
"type": "structure",
|
|
1776
2068
|
"required": [
|
|
1777
2069
|
"MetadataContent",
|
|
@@ -1782,7 +2074,7 @@
|
|
|
1782
2074
|
"EntityId": {}
|
|
1783
2075
|
}
|
|
1784
2076
|
},
|
|
1785
|
-
"
|
|
2077
|
+
"S2b": {
|
|
1786
2078
|
"type": "list",
|
|
1787
2079
|
"member": {
|
|
1788
2080
|
"type": "structure",
|
|
@@ -1803,7 +2095,7 @@
|
|
|
1803
2095
|
}
|
|
1804
2096
|
}
|
|
1805
2097
|
},
|
|
1806
|
-
"
|
|
2098
|
+
"S2i": {
|
|
1807
2099
|
"type": "structure",
|
|
1808
2100
|
"required": [
|
|
1809
2101
|
"DomainId",
|
|
@@ -1835,41 +2127,41 @@
|
|
|
1835
2127
|
},
|
|
1836
2128
|
"ElasticsearchVersion": {},
|
|
1837
2129
|
"ElasticsearchClusterConfig": {
|
|
1838
|
-
"shape": "
|
|
2130
|
+
"shape": "S19"
|
|
1839
2131
|
},
|
|
1840
2132
|
"EBSOptions": {
|
|
1841
|
-
"shape": "
|
|
2133
|
+
"shape": "S1f"
|
|
1842
2134
|
},
|
|
1843
2135
|
"AccessPolicies": {},
|
|
1844
2136
|
"SnapshotOptions": {
|
|
1845
|
-
"shape": "
|
|
2137
|
+
"shape": "S1i"
|
|
1846
2138
|
},
|
|
1847
2139
|
"VPCOptions": {
|
|
1848
|
-
"shape": "
|
|
2140
|
+
"shape": "S2m"
|
|
1849
2141
|
},
|
|
1850
2142
|
"CognitoOptions": {
|
|
1851
|
-
"shape": "
|
|
2143
|
+
"shape": "S1l"
|
|
1852
2144
|
},
|
|
1853
2145
|
"EncryptionAtRestOptions": {
|
|
1854
|
-
"shape": "
|
|
2146
|
+
"shape": "S1p"
|
|
1855
2147
|
},
|
|
1856
2148
|
"NodeToNodeEncryptionOptions": {
|
|
1857
|
-
"shape": "
|
|
2149
|
+
"shape": "S1r"
|
|
1858
2150
|
},
|
|
1859
2151
|
"AdvancedOptions": {
|
|
1860
|
-
"shape": "
|
|
2152
|
+
"shape": "S1s"
|
|
1861
2153
|
},
|
|
1862
2154
|
"LogPublishingOptions": {
|
|
1863
|
-
"shape": "
|
|
2155
|
+
"shape": "S1t"
|
|
1864
2156
|
},
|
|
1865
2157
|
"ServiceSoftwareOptions": {
|
|
1866
|
-
"shape": "
|
|
2158
|
+
"shape": "S13"
|
|
1867
2159
|
},
|
|
1868
2160
|
"DomainEndpointOptions": {
|
|
1869
|
-
"shape": "
|
|
2161
|
+
"shape": "S1x"
|
|
1870
2162
|
},
|
|
1871
2163
|
"AdvancedSecurityOptions": {
|
|
1872
|
-
"shape": "
|
|
2164
|
+
"shape": "S2n"
|
|
1873
2165
|
},
|
|
1874
2166
|
"AutoTuneOptions": {
|
|
1875
2167
|
"type": "structure",
|
|
@@ -1879,26 +2171,26 @@
|
|
|
1879
2171
|
}
|
|
1880
2172
|
},
|
|
1881
2173
|
"ChangeProgressDetails": {
|
|
1882
|
-
"shape": "
|
|
2174
|
+
"shape": "S2s"
|
|
1883
2175
|
}
|
|
1884
2176
|
}
|
|
1885
2177
|
},
|
|
1886
|
-
"
|
|
2178
|
+
"S2m": {
|
|
1887
2179
|
"type": "structure",
|
|
1888
2180
|
"members": {
|
|
1889
2181
|
"VPCId": {},
|
|
1890
2182
|
"SubnetIds": {
|
|
1891
|
-
"shape": "
|
|
2183
|
+
"shape": "S1k"
|
|
1892
2184
|
},
|
|
1893
2185
|
"AvailabilityZones": {
|
|
1894
|
-
"shape": "
|
|
2186
|
+
"shape": "S1k"
|
|
1895
2187
|
},
|
|
1896
2188
|
"SecurityGroupIds": {
|
|
1897
|
-
"shape": "
|
|
2189
|
+
"shape": "S1k"
|
|
1898
2190
|
}
|
|
1899
2191
|
}
|
|
1900
2192
|
},
|
|
1901
|
-
"
|
|
2193
|
+
"S2n": {
|
|
1902
2194
|
"type": "structure",
|
|
1903
2195
|
"members": {
|
|
1904
2196
|
"Enabled": {
|
|
@@ -1914,7 +2206,7 @@
|
|
|
1914
2206
|
"type": "boolean"
|
|
1915
2207
|
},
|
|
1916
2208
|
"Idp": {
|
|
1917
|
-
"shape": "
|
|
2209
|
+
"shape": "S25"
|
|
1918
2210
|
},
|
|
1919
2211
|
"SubjectKey": {},
|
|
1920
2212
|
"RolesKey": {},
|
|
@@ -1931,28 +2223,28 @@
|
|
|
1931
2223
|
}
|
|
1932
2224
|
}
|
|
1933
2225
|
},
|
|
1934
|
-
"
|
|
2226
|
+
"S2s": {
|
|
1935
2227
|
"type": "structure",
|
|
1936
2228
|
"members": {
|
|
1937
2229
|
"ChangeId": {},
|
|
1938
2230
|
"Message": {}
|
|
1939
2231
|
}
|
|
1940
2232
|
},
|
|
1941
|
-
"
|
|
2233
|
+
"S2y": {
|
|
1942
2234
|
"type": "structure",
|
|
1943
2235
|
"members": {
|
|
1944
2236
|
"StatusCode": {},
|
|
1945
2237
|
"Message": {}
|
|
1946
2238
|
}
|
|
1947
2239
|
},
|
|
1948
|
-
"
|
|
2240
|
+
"S32": {
|
|
1949
2241
|
"type": "structure",
|
|
1950
2242
|
"members": {
|
|
1951
2243
|
"S3BucketName": {},
|
|
1952
2244
|
"S3Key": {}
|
|
1953
2245
|
}
|
|
1954
2246
|
},
|
|
1955
|
-
"
|
|
2247
|
+
"S36": {
|
|
1956
2248
|
"type": "structure",
|
|
1957
2249
|
"members": {
|
|
1958
2250
|
"PackageID": {},
|
|
@@ -1972,7 +2264,20 @@
|
|
|
1972
2264
|
}
|
|
1973
2265
|
}
|
|
1974
2266
|
},
|
|
1975
|
-
"
|
|
2267
|
+
"S3d": {
|
|
2268
|
+
"type": "structure",
|
|
2269
|
+
"members": {
|
|
2270
|
+
"VpcEndpointId": {},
|
|
2271
|
+
"VpcEndpointOwner": {},
|
|
2272
|
+
"DomainArn": {},
|
|
2273
|
+
"VpcOptions": {
|
|
2274
|
+
"shape": "S2m"
|
|
2275
|
+
},
|
|
2276
|
+
"Status": {},
|
|
2277
|
+
"Endpoint": {}
|
|
2278
|
+
}
|
|
2279
|
+
},
|
|
2280
|
+
"S3n": {
|
|
1976
2281
|
"type": "structure",
|
|
1977
2282
|
"members": {
|
|
1978
2283
|
"SourceDomainInfo": {
|
|
@@ -1984,11 +2289,20 @@
|
|
|
1984
2289
|
"CrossClusterSearchConnectionId": {},
|
|
1985
2290
|
"ConnectionAlias": {},
|
|
1986
2291
|
"ConnectionStatus": {
|
|
1987
|
-
"shape": "
|
|
2292
|
+
"shape": "S2y"
|
|
1988
2293
|
}
|
|
1989
2294
|
}
|
|
1990
2295
|
},
|
|
1991
|
-
"
|
|
2296
|
+
"S3s": {
|
|
2297
|
+
"type": "structure",
|
|
2298
|
+
"members": {
|
|
2299
|
+
"VpcEndpointId": {},
|
|
2300
|
+
"VpcEndpointOwner": {},
|
|
2301
|
+
"DomainArn": {},
|
|
2302
|
+
"Status": {}
|
|
2303
|
+
}
|
|
2304
|
+
},
|
|
2305
|
+
"S4l": {
|
|
1992
2306
|
"type": "structure",
|
|
1993
2307
|
"members": {
|
|
1994
2308
|
"ElasticsearchVersion": {
|
|
@@ -2000,7 +2314,7 @@
|
|
|
2000
2314
|
"members": {
|
|
2001
2315
|
"Options": {},
|
|
2002
2316
|
"Status": {
|
|
2003
|
-
"shape": "
|
|
2317
|
+
"shape": "S4n"
|
|
2004
2318
|
}
|
|
2005
2319
|
}
|
|
2006
2320
|
},
|
|
@@ -2012,10 +2326,10 @@
|
|
|
2012
2326
|
],
|
|
2013
2327
|
"members": {
|
|
2014
2328
|
"Options": {
|
|
2015
|
-
"shape": "
|
|
2329
|
+
"shape": "S19"
|
|
2016
2330
|
},
|
|
2017
2331
|
"Status": {
|
|
2018
|
-
"shape": "
|
|
2332
|
+
"shape": "S4n"
|
|
2019
2333
|
}
|
|
2020
2334
|
}
|
|
2021
2335
|
},
|
|
@@ -2027,10 +2341,10 @@
|
|
|
2027
2341
|
],
|
|
2028
2342
|
"members": {
|
|
2029
2343
|
"Options": {
|
|
2030
|
-
"shape": "
|
|
2344
|
+
"shape": "S1f"
|
|
2031
2345
|
},
|
|
2032
2346
|
"Status": {
|
|
2033
|
-
"shape": "
|
|
2347
|
+
"shape": "S4n"
|
|
2034
2348
|
}
|
|
2035
2349
|
}
|
|
2036
2350
|
},
|
|
@@ -2043,7 +2357,7 @@
|
|
|
2043
2357
|
"members": {
|
|
2044
2358
|
"Options": {},
|
|
2045
2359
|
"Status": {
|
|
2046
|
-
"shape": "
|
|
2360
|
+
"shape": "S4n"
|
|
2047
2361
|
}
|
|
2048
2362
|
}
|
|
2049
2363
|
},
|
|
@@ -2055,10 +2369,10 @@
|
|
|
2055
2369
|
],
|
|
2056
2370
|
"members": {
|
|
2057
2371
|
"Options": {
|
|
2058
|
-
"shape": "
|
|
2372
|
+
"shape": "S1i"
|
|
2059
2373
|
},
|
|
2060
2374
|
"Status": {
|
|
2061
|
-
"shape": "
|
|
2375
|
+
"shape": "S4n"
|
|
2062
2376
|
}
|
|
2063
2377
|
}
|
|
2064
2378
|
},
|
|
@@ -2070,10 +2384,10 @@
|
|
|
2070
2384
|
],
|
|
2071
2385
|
"members": {
|
|
2072
2386
|
"Options": {
|
|
2073
|
-
"shape": "
|
|
2387
|
+
"shape": "S2m"
|
|
2074
2388
|
},
|
|
2075
2389
|
"Status": {
|
|
2076
|
-
"shape": "
|
|
2390
|
+
"shape": "S4n"
|
|
2077
2391
|
}
|
|
2078
2392
|
}
|
|
2079
2393
|
},
|
|
@@ -2085,10 +2399,10 @@
|
|
|
2085
2399
|
],
|
|
2086
2400
|
"members": {
|
|
2087
2401
|
"Options": {
|
|
2088
|
-
"shape": "
|
|
2402
|
+
"shape": "S1l"
|
|
2089
2403
|
},
|
|
2090
2404
|
"Status": {
|
|
2091
|
-
"shape": "
|
|
2405
|
+
"shape": "S4n"
|
|
2092
2406
|
}
|
|
2093
2407
|
}
|
|
2094
2408
|
},
|
|
@@ -2100,10 +2414,10 @@
|
|
|
2100
2414
|
],
|
|
2101
2415
|
"members": {
|
|
2102
2416
|
"Options": {
|
|
2103
|
-
"shape": "
|
|
2417
|
+
"shape": "S1p"
|
|
2104
2418
|
},
|
|
2105
2419
|
"Status": {
|
|
2106
|
-
"shape": "
|
|
2420
|
+
"shape": "S4n"
|
|
2107
2421
|
}
|
|
2108
2422
|
}
|
|
2109
2423
|
},
|
|
@@ -2115,10 +2429,10 @@
|
|
|
2115
2429
|
],
|
|
2116
2430
|
"members": {
|
|
2117
2431
|
"Options": {
|
|
2118
|
-
"shape": "
|
|
2432
|
+
"shape": "S1r"
|
|
2119
2433
|
},
|
|
2120
2434
|
"Status": {
|
|
2121
|
-
"shape": "
|
|
2435
|
+
"shape": "S4n"
|
|
2122
2436
|
}
|
|
2123
2437
|
}
|
|
2124
2438
|
},
|
|
@@ -2130,10 +2444,10 @@
|
|
|
2130
2444
|
],
|
|
2131
2445
|
"members": {
|
|
2132
2446
|
"Options": {
|
|
2133
|
-
"shape": "
|
|
2447
|
+
"shape": "S1s"
|
|
2134
2448
|
},
|
|
2135
2449
|
"Status": {
|
|
2136
|
-
"shape": "
|
|
2450
|
+
"shape": "S4n"
|
|
2137
2451
|
}
|
|
2138
2452
|
}
|
|
2139
2453
|
},
|
|
@@ -2141,10 +2455,10 @@
|
|
|
2141
2455
|
"type": "structure",
|
|
2142
2456
|
"members": {
|
|
2143
2457
|
"Options": {
|
|
2144
|
-
"shape": "
|
|
2458
|
+
"shape": "S1t"
|
|
2145
2459
|
},
|
|
2146
2460
|
"Status": {
|
|
2147
|
-
"shape": "
|
|
2461
|
+
"shape": "S4n"
|
|
2148
2462
|
}
|
|
2149
2463
|
}
|
|
2150
2464
|
},
|
|
@@ -2156,10 +2470,10 @@
|
|
|
2156
2470
|
],
|
|
2157
2471
|
"members": {
|
|
2158
2472
|
"Options": {
|
|
2159
|
-
"shape": "
|
|
2473
|
+
"shape": "S1x"
|
|
2160
2474
|
},
|
|
2161
2475
|
"Status": {
|
|
2162
|
-
"shape": "
|
|
2476
|
+
"shape": "S4n"
|
|
2163
2477
|
}
|
|
2164
2478
|
}
|
|
2165
2479
|
},
|
|
@@ -2171,10 +2485,10 @@
|
|
|
2171
2485
|
],
|
|
2172
2486
|
"members": {
|
|
2173
2487
|
"Options": {
|
|
2174
|
-
"shape": "
|
|
2488
|
+
"shape": "S2n"
|
|
2175
2489
|
},
|
|
2176
2490
|
"Status": {
|
|
2177
|
-
"shape": "
|
|
2491
|
+
"shape": "S4n"
|
|
2178
2492
|
}
|
|
2179
2493
|
}
|
|
2180
2494
|
},
|
|
@@ -2182,7 +2496,7 @@
|
|
|
2182
2496
|
"type": "structure",
|
|
2183
2497
|
"members": {
|
|
2184
2498
|
"Options": {
|
|
2185
|
-
"shape": "
|
|
2499
|
+
"shape": "S53"
|
|
2186
2500
|
},
|
|
2187
2501
|
"Status": {
|
|
2188
2502
|
"type": "structure",
|
|
@@ -2211,11 +2525,11 @@
|
|
|
2211
2525
|
}
|
|
2212
2526
|
},
|
|
2213
2527
|
"ChangeProgressDetails": {
|
|
2214
|
-
"shape": "
|
|
2528
|
+
"shape": "S2s"
|
|
2215
2529
|
}
|
|
2216
2530
|
}
|
|
2217
2531
|
},
|
|
2218
|
-
"
|
|
2532
|
+
"S4n": {
|
|
2219
2533
|
"type": "structure",
|
|
2220
2534
|
"required": [
|
|
2221
2535
|
"CreationDate",
|
|
@@ -2238,21 +2552,21 @@
|
|
|
2238
2552
|
}
|
|
2239
2553
|
}
|
|
2240
2554
|
},
|
|
2241
|
-
"
|
|
2555
|
+
"S53": {
|
|
2242
2556
|
"type": "structure",
|
|
2243
2557
|
"members": {
|
|
2244
2558
|
"DesiredState": {},
|
|
2245
2559
|
"RollbackOnDisable": {},
|
|
2246
2560
|
"MaintenanceSchedules": {
|
|
2247
|
-
"shape": "
|
|
2561
|
+
"shape": "S2b"
|
|
2248
2562
|
}
|
|
2249
2563
|
}
|
|
2250
2564
|
},
|
|
2251
|
-
"
|
|
2565
|
+
"S5m": {
|
|
2252
2566
|
"type": "list",
|
|
2253
2567
|
"member": {}
|
|
2254
2568
|
},
|
|
2255
|
-
"
|
|
2569
|
+
"S5v": {
|
|
2256
2570
|
"type": "list",
|
|
2257
2571
|
"member": {
|
|
2258
2572
|
"type": "structure",
|
|
@@ -2265,7 +2579,7 @@
|
|
|
2265
2579
|
}
|
|
2266
2580
|
}
|
|
2267
2581
|
},
|
|
2268
|
-
"
|
|
2582
|
+
"S6j": {
|
|
2269
2583
|
"type": "list",
|
|
2270
2584
|
"member": {
|
|
2271
2585
|
"type": "structure",
|
|
@@ -2277,15 +2591,21 @@
|
|
|
2277
2591
|
}
|
|
2278
2592
|
}
|
|
2279
2593
|
},
|
|
2280
|
-
"
|
|
2594
|
+
"S73": {
|
|
2281
2595
|
"type": "list",
|
|
2282
2596
|
"member": {}
|
|
2283
2597
|
},
|
|
2284
|
-
"
|
|
2598
|
+
"S7u": {
|
|
2285
2599
|
"type": "list",
|
|
2286
2600
|
"member": {
|
|
2287
2601
|
"shape": "Sl"
|
|
2288
2602
|
}
|
|
2603
|
+
},
|
|
2604
|
+
"S89": {
|
|
2605
|
+
"type": "list",
|
|
2606
|
+
"member": {
|
|
2607
|
+
"shape": "S3s"
|
|
2608
|
+
}
|
|
2289
2609
|
}
|
|
2290
2610
|
}
|
|
2291
2611
|
}
|