aws-sdk 2.810.0 → 2.814.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 +35 -1
- package/README.md +2 -3
- package/apis/amp-2020-08-01.examples.json +5 -0
- package/apis/amp-2020-08-01.min.json +211 -0
- package/apis/amp-2020-08-01.paginators.json +10 -0
- package/apis/ce-2017-10-25.min.json +101 -97
- package/apis/config-2014-11-12.min.json +40 -6
- package/apis/dlm-2018-01-12.min.json +104 -16
- package/apis/ec2-2016-11-15.min.json +11 -0
- package/apis/greengrassv2-2020-11-30.examples.json +5 -0
- package/apis/greengrassv2-2020-11-30.min.json +1069 -0
- package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
- package/apis/imagebuilder-2019-12-02.min.json +375 -88
- package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
- package/apis/iot-2015-05-28.min.json +904 -278
- package/apis/iot-2015-05-28.paginators.json +24 -0
- package/apis/iotanalytics-2017-11-27.min.json +79 -27
- package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
- package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
- package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
- package/apis/iotfleethub-2020-11-03.examples.json +5 -0
- package/apis/iotfleethub-2020-11-03.min.json +292 -0
- package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
- package/apis/iotwireless-2020-11-22.examples.json +5 -0
- package/apis/iotwireless-2020-11-22.min.json +1832 -0
- package/apis/iotwireless-2020-11-22.paginators.json +29 -0
- package/apis/kms-2014-11-01.examples.json +7 -4
- package/apis/kms-2014-11-01.min.json +7 -1
- package/apis/lambda-2015-03-31.examples.json +6 -6
- package/apis/lambda-2015-03-31.min.json +140 -100
- package/apis/location-2020-11-19.examples.json +5 -0
- package/apis/location-2020-11-19.min.json +1759 -0
- package/apis/location-2020-11-19.paginators.json +44 -0
- package/apis/metadata.json +21 -0
- package/apis/quicksight-2018-04-01.min.json +120 -119
- package/apis/rds-2014-10-31.min.json +192 -172
- package/apis/route53-2013-04-01.min.json +372 -96
- package/apis/route53resolver-2018-04-01.min.json +81 -6
- package/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/apis/servicecatalog-2015-12-10.min.json +187 -117
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/ssm-2014-11-06.min.json +606 -293
- package/apis/ssm-2014-11-06.paginators.json +12 -0
- package/apis/wellarchitected-2020-03-31.examples.json +5 -0
- package/apis/wellarchitected-2020-03-31.min.json +1329 -0
- package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
- package/clients/all.d.ts +7 -0
- package/clients/all.js +8 -1
- package/clients/amp.d.ts +220 -0
- package/clients/amp.js +18 -0
- package/clients/configservice.d.ts +49 -28
- package/clients/costexplorer.d.ts +3 -2
- package/clients/dlm.d.ts +99 -7
- package/clients/ec2.d.ts +14 -2
- package/clients/greengrassv2.d.ts +1270 -0
- package/clients/greengrassv2.js +18 -0
- package/clients/imagebuilder.d.ts +433 -5
- package/clients/iot.d.ts +770 -60
- package/clients/iotanalytics.d.ts +68 -2
- package/clients/iotdeviceadvisor.d.ts +710 -0
- package/clients/iotdeviceadvisor.js +18 -0
- package/clients/iotfleethub.d.ts +315 -0
- package/clients/iotfleethub.js +18 -0
- package/clients/iotwireless.d.ts +2124 -0
- package/clients/iotwireless.js +18 -0
- package/clients/kms.d.ts +117 -109
- package/clients/lambda.d.ts +63 -17
- package/clients/location.d.ts +1498 -0
- package/clients/location.js +18 -0
- package/clients/quicksight.d.ts +15 -10
- package/clients/rds.d.ts +41 -14
- package/clients/route53.d.ts +247 -1
- package/clients/route53resolver.d.ts +105 -8
- package/clients/servicecatalog.d.ts +122 -14
- package/clients/sqs.d.ts +23 -23
- package/clients/ssm.d.ts +534 -31
- package/clients/wellarchitected.d.ts +871 -0
- package/clients/wellarchitected.js +18 -0
- package/dist/aws-sdk-core-react-native.js +7 -2
- package/dist/aws-sdk-react-native.js +293 -24
- package/dist/aws-sdk.js +2709 -1190
- package/dist/aws-sdk.min.js +81 -81
- package/lib/config_service_placeholders.d.ts +14 -0
- package/lib/core.js +1 -1
- package/lib/util.js +5 -0
- package/package.json +1 -1
|
@@ -12,6 +12,39 @@
|
|
|
12
12
|
"uid": "route53-2013-04-01"
|
|
13
13
|
},
|
|
14
14
|
"operations": {
|
|
15
|
+
"ActivateKeySigningKey": {
|
|
16
|
+
"http": {
|
|
17
|
+
"requestUri": "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/activate"
|
|
18
|
+
},
|
|
19
|
+
"input": {
|
|
20
|
+
"type": "structure",
|
|
21
|
+
"required": [
|
|
22
|
+
"HostedZoneId",
|
|
23
|
+
"Name"
|
|
24
|
+
],
|
|
25
|
+
"members": {
|
|
26
|
+
"HostedZoneId": {
|
|
27
|
+
"location": "uri",
|
|
28
|
+
"locationName": "HostedZoneId"
|
|
29
|
+
},
|
|
30
|
+
"Name": {
|
|
31
|
+
"location": "uri",
|
|
32
|
+
"locationName": "Name"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"output": {
|
|
37
|
+
"type": "structure",
|
|
38
|
+
"required": [
|
|
39
|
+
"ChangeInfo"
|
|
40
|
+
],
|
|
41
|
+
"members": {
|
|
42
|
+
"ChangeInfo": {
|
|
43
|
+
"shape": "S5"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
},
|
|
15
48
|
"AssociateVPCWithHostedZone": {
|
|
16
49
|
"http": {
|
|
17
50
|
"requestUri": "/2013-04-01/hostedzone/{Id}/associatevpc"
|
|
@@ -32,7 +65,7 @@
|
|
|
32
65
|
"locationName": "Id"
|
|
33
66
|
},
|
|
34
67
|
"VPC": {
|
|
35
|
-
"shape": "
|
|
68
|
+
"shape": "Sa"
|
|
36
69
|
},
|
|
37
70
|
"Comment": {}
|
|
38
71
|
}
|
|
@@ -44,7 +77,7 @@
|
|
|
44
77
|
],
|
|
45
78
|
"members": {
|
|
46
79
|
"ChangeInfo": {
|
|
47
|
-
"shape": "
|
|
80
|
+
"shape": "S5"
|
|
48
81
|
}
|
|
49
82
|
}
|
|
50
83
|
}
|
|
@@ -87,7 +120,7 @@
|
|
|
87
120
|
"members": {
|
|
88
121
|
"Action": {},
|
|
89
122
|
"ResourceRecordSet": {
|
|
90
|
-
"shape": "
|
|
123
|
+
"shape": "Sk"
|
|
91
124
|
}
|
|
92
125
|
}
|
|
93
126
|
}
|
|
@@ -103,7 +136,7 @@
|
|
|
103
136
|
],
|
|
104
137
|
"members": {
|
|
105
138
|
"ChangeInfo": {
|
|
106
|
-
"shape": "
|
|
139
|
+
"shape": "S5"
|
|
107
140
|
}
|
|
108
141
|
}
|
|
109
142
|
}
|
|
@@ -132,7 +165,7 @@
|
|
|
132
165
|
"locationName": "ResourceId"
|
|
133
166
|
},
|
|
134
167
|
"AddTags": {
|
|
135
|
-
"shape": "
|
|
168
|
+
"shape": "S18"
|
|
136
169
|
},
|
|
137
170
|
"RemoveTagKeys": {
|
|
138
171
|
"type": "list",
|
|
@@ -165,7 +198,7 @@
|
|
|
165
198
|
"members": {
|
|
166
199
|
"CallerReference": {},
|
|
167
200
|
"HealthCheckConfig": {
|
|
168
|
-
"shape": "
|
|
201
|
+
"shape": "S1g"
|
|
169
202
|
}
|
|
170
203
|
}
|
|
171
204
|
},
|
|
@@ -177,7 +210,7 @@
|
|
|
177
210
|
],
|
|
178
211
|
"members": {
|
|
179
212
|
"HealthCheck": {
|
|
180
|
-
"shape": "
|
|
213
|
+
"shape": "S22"
|
|
181
214
|
},
|
|
182
215
|
"Location": {
|
|
183
216
|
"location": "header",
|
|
@@ -204,11 +237,11 @@
|
|
|
204
237
|
"members": {
|
|
205
238
|
"Name": {},
|
|
206
239
|
"VPC": {
|
|
207
|
-
"shape": "
|
|
240
|
+
"shape": "Sa"
|
|
208
241
|
},
|
|
209
242
|
"CallerReference": {},
|
|
210
243
|
"HostedZoneConfig": {
|
|
211
|
-
"shape": "
|
|
244
|
+
"shape": "S2k"
|
|
212
245
|
},
|
|
213
246
|
"DelegationSetId": {}
|
|
214
247
|
}
|
|
@@ -223,16 +256,63 @@
|
|
|
223
256
|
],
|
|
224
257
|
"members": {
|
|
225
258
|
"HostedZone": {
|
|
226
|
-
"shape": "
|
|
259
|
+
"shape": "S2n"
|
|
227
260
|
},
|
|
228
261
|
"ChangeInfo": {
|
|
229
|
-
"shape": "
|
|
262
|
+
"shape": "S5"
|
|
230
263
|
},
|
|
231
264
|
"DelegationSet": {
|
|
232
|
-
"shape": "
|
|
265
|
+
"shape": "S2p"
|
|
233
266
|
},
|
|
234
267
|
"VPC": {
|
|
235
|
-
"shape": "
|
|
268
|
+
"shape": "Sa"
|
|
269
|
+
},
|
|
270
|
+
"Location": {
|
|
271
|
+
"location": "header",
|
|
272
|
+
"locationName": "Location"
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"CreateKeySigningKey": {
|
|
278
|
+
"http": {
|
|
279
|
+
"requestUri": "/2013-04-01/keysigningkey",
|
|
280
|
+
"responseCode": 201
|
|
281
|
+
},
|
|
282
|
+
"input": {
|
|
283
|
+
"locationName": "CreateKeySigningKeyRequest",
|
|
284
|
+
"xmlNamespace": {
|
|
285
|
+
"uri": "https://route53.amazonaws.com/doc/2013-04-01/"
|
|
286
|
+
},
|
|
287
|
+
"type": "structure",
|
|
288
|
+
"required": [
|
|
289
|
+
"CallerReference",
|
|
290
|
+
"HostedZoneId",
|
|
291
|
+
"KeyManagementServiceArn",
|
|
292
|
+
"Name",
|
|
293
|
+
"Status"
|
|
294
|
+
],
|
|
295
|
+
"members": {
|
|
296
|
+
"CallerReference": {},
|
|
297
|
+
"HostedZoneId": {},
|
|
298
|
+
"KeyManagementServiceArn": {},
|
|
299
|
+
"Name": {},
|
|
300
|
+
"Status": {}
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"output": {
|
|
304
|
+
"type": "structure",
|
|
305
|
+
"required": [
|
|
306
|
+
"ChangeInfo",
|
|
307
|
+
"KeySigningKey",
|
|
308
|
+
"Location"
|
|
309
|
+
],
|
|
310
|
+
"members": {
|
|
311
|
+
"ChangeInfo": {
|
|
312
|
+
"shape": "S5"
|
|
313
|
+
},
|
|
314
|
+
"KeySigningKey": {
|
|
315
|
+
"shape": "S2v"
|
|
236
316
|
},
|
|
237
317
|
"Location": {
|
|
238
318
|
"location": "header",
|
|
@@ -269,7 +349,7 @@
|
|
|
269
349
|
],
|
|
270
350
|
"members": {
|
|
271
351
|
"QueryLoggingConfig": {
|
|
272
|
-
"shape": "
|
|
352
|
+
"shape": "S32"
|
|
273
353
|
},
|
|
274
354
|
"Location": {
|
|
275
355
|
"location": "header",
|
|
@@ -305,7 +385,7 @@
|
|
|
305
385
|
],
|
|
306
386
|
"members": {
|
|
307
387
|
"DelegationSet": {
|
|
308
|
-
"shape": "
|
|
388
|
+
"shape": "S2p"
|
|
309
389
|
},
|
|
310
390
|
"Location": {
|
|
311
391
|
"location": "header",
|
|
@@ -343,7 +423,7 @@
|
|
|
343
423
|
],
|
|
344
424
|
"members": {
|
|
345
425
|
"TrafficPolicy": {
|
|
346
|
-
"shape": "
|
|
426
|
+
"shape": "S3b"
|
|
347
427
|
},
|
|
348
428
|
"Location": {
|
|
349
429
|
"location": "header",
|
|
@@ -390,7 +470,7 @@
|
|
|
390
470
|
],
|
|
391
471
|
"members": {
|
|
392
472
|
"TrafficPolicyInstance": {
|
|
393
|
-
"shape": "
|
|
473
|
+
"shape": "S3g"
|
|
394
474
|
},
|
|
395
475
|
"Location": {
|
|
396
476
|
"location": "header",
|
|
@@ -431,7 +511,7 @@
|
|
|
431
511
|
],
|
|
432
512
|
"members": {
|
|
433
513
|
"TrafficPolicy": {
|
|
434
|
-
"shape": "
|
|
514
|
+
"shape": "S3b"
|
|
435
515
|
},
|
|
436
516
|
"Location": {
|
|
437
517
|
"location": "header",
|
|
@@ -460,7 +540,7 @@
|
|
|
460
540
|
"locationName": "Id"
|
|
461
541
|
},
|
|
462
542
|
"VPC": {
|
|
463
|
-
"shape": "
|
|
543
|
+
"shape": "Sa"
|
|
464
544
|
}
|
|
465
545
|
}
|
|
466
546
|
},
|
|
@@ -473,7 +553,40 @@
|
|
|
473
553
|
"members": {
|
|
474
554
|
"HostedZoneId": {},
|
|
475
555
|
"VPC": {
|
|
476
|
-
"shape": "
|
|
556
|
+
"shape": "Sa"
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
"DeactivateKeySigningKey": {
|
|
562
|
+
"http": {
|
|
563
|
+
"requestUri": "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}/deactivate"
|
|
564
|
+
},
|
|
565
|
+
"input": {
|
|
566
|
+
"type": "structure",
|
|
567
|
+
"required": [
|
|
568
|
+
"HostedZoneId",
|
|
569
|
+
"Name"
|
|
570
|
+
],
|
|
571
|
+
"members": {
|
|
572
|
+
"HostedZoneId": {
|
|
573
|
+
"location": "uri",
|
|
574
|
+
"locationName": "HostedZoneId"
|
|
575
|
+
},
|
|
576
|
+
"Name": {
|
|
577
|
+
"location": "uri",
|
|
578
|
+
"locationName": "Name"
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
"output": {
|
|
583
|
+
"type": "structure",
|
|
584
|
+
"required": [
|
|
585
|
+
"ChangeInfo"
|
|
586
|
+
],
|
|
587
|
+
"members": {
|
|
588
|
+
"ChangeInfo": {
|
|
589
|
+
"shape": "S5"
|
|
477
590
|
}
|
|
478
591
|
}
|
|
479
592
|
}
|
|
@@ -524,7 +637,41 @@
|
|
|
524
637
|
],
|
|
525
638
|
"members": {
|
|
526
639
|
"ChangeInfo": {
|
|
527
|
-
"shape": "
|
|
640
|
+
"shape": "S5"
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"DeleteKeySigningKey": {
|
|
646
|
+
"http": {
|
|
647
|
+
"method": "DELETE",
|
|
648
|
+
"requestUri": "/2013-04-01/keysigningkey/{HostedZoneId}/{Name}"
|
|
649
|
+
},
|
|
650
|
+
"input": {
|
|
651
|
+
"type": "structure",
|
|
652
|
+
"required": [
|
|
653
|
+
"HostedZoneId",
|
|
654
|
+
"Name"
|
|
655
|
+
],
|
|
656
|
+
"members": {
|
|
657
|
+
"HostedZoneId": {
|
|
658
|
+
"location": "uri",
|
|
659
|
+
"locationName": "HostedZoneId"
|
|
660
|
+
},
|
|
661
|
+
"Name": {
|
|
662
|
+
"location": "uri",
|
|
663
|
+
"locationName": "Name"
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
"output": {
|
|
668
|
+
"type": "structure",
|
|
669
|
+
"required": [
|
|
670
|
+
"ChangeInfo"
|
|
671
|
+
],
|
|
672
|
+
"members": {
|
|
673
|
+
"ChangeInfo": {
|
|
674
|
+
"shape": "S5"
|
|
528
675
|
}
|
|
529
676
|
}
|
|
530
677
|
}
|
|
@@ -643,7 +790,7 @@
|
|
|
643
790
|
"locationName": "Id"
|
|
644
791
|
},
|
|
645
792
|
"VPC": {
|
|
646
|
-
"shape": "
|
|
793
|
+
"shape": "Sa"
|
|
647
794
|
}
|
|
648
795
|
}
|
|
649
796
|
},
|
|
@@ -652,6 +799,34 @@
|
|
|
652
799
|
"members": {}
|
|
653
800
|
}
|
|
654
801
|
},
|
|
802
|
+
"DisableHostedZoneDNSSEC": {
|
|
803
|
+
"http": {
|
|
804
|
+
"requestUri": "/2013-04-01/hostedzone/{Id}/disable-dnssec"
|
|
805
|
+
},
|
|
806
|
+
"input": {
|
|
807
|
+
"type": "structure",
|
|
808
|
+
"required": [
|
|
809
|
+
"HostedZoneId"
|
|
810
|
+
],
|
|
811
|
+
"members": {
|
|
812
|
+
"HostedZoneId": {
|
|
813
|
+
"location": "uri",
|
|
814
|
+
"locationName": "Id"
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
"output": {
|
|
819
|
+
"type": "structure",
|
|
820
|
+
"required": [
|
|
821
|
+
"ChangeInfo"
|
|
822
|
+
],
|
|
823
|
+
"members": {
|
|
824
|
+
"ChangeInfo": {
|
|
825
|
+
"shape": "S5"
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
},
|
|
655
830
|
"DisassociateVPCFromHostedZone": {
|
|
656
831
|
"http": {
|
|
657
832
|
"requestUri": "/2013-04-01/hostedzone/{Id}/disassociatevpc"
|
|
@@ -672,7 +847,7 @@
|
|
|
672
847
|
"locationName": "Id"
|
|
673
848
|
},
|
|
674
849
|
"VPC": {
|
|
675
|
-
"shape": "
|
|
850
|
+
"shape": "Sa"
|
|
676
851
|
},
|
|
677
852
|
"Comment": {}
|
|
678
853
|
}
|
|
@@ -684,7 +859,35 @@
|
|
|
684
859
|
],
|
|
685
860
|
"members": {
|
|
686
861
|
"ChangeInfo": {
|
|
687
|
-
"shape": "
|
|
862
|
+
"shape": "S5"
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
"EnableHostedZoneDNSSEC": {
|
|
868
|
+
"http": {
|
|
869
|
+
"requestUri": "/2013-04-01/hostedzone/{Id}/enable-dnssec"
|
|
870
|
+
},
|
|
871
|
+
"input": {
|
|
872
|
+
"type": "structure",
|
|
873
|
+
"required": [
|
|
874
|
+
"HostedZoneId"
|
|
875
|
+
],
|
|
876
|
+
"members": {
|
|
877
|
+
"HostedZoneId": {
|
|
878
|
+
"location": "uri",
|
|
879
|
+
"locationName": "Id"
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
"output": {
|
|
884
|
+
"type": "structure",
|
|
885
|
+
"required": [
|
|
886
|
+
"ChangeInfo"
|
|
887
|
+
],
|
|
888
|
+
"members": {
|
|
889
|
+
"ChangeInfo": {
|
|
890
|
+
"shape": "S5"
|
|
688
891
|
}
|
|
689
892
|
}
|
|
690
893
|
}
|
|
@@ -756,7 +959,7 @@
|
|
|
756
959
|
],
|
|
757
960
|
"members": {
|
|
758
961
|
"ChangeInfo": {
|
|
759
|
-
"shape": "
|
|
962
|
+
"shape": "S5"
|
|
760
963
|
}
|
|
761
964
|
}
|
|
762
965
|
}
|
|
@@ -783,6 +986,46 @@
|
|
|
783
986
|
}
|
|
784
987
|
}
|
|
785
988
|
},
|
|
989
|
+
"GetDNSSEC": {
|
|
990
|
+
"http": {
|
|
991
|
+
"method": "GET",
|
|
992
|
+
"requestUri": "/2013-04-01/hostedzone/{Id}/dnssec"
|
|
993
|
+
},
|
|
994
|
+
"input": {
|
|
995
|
+
"type": "structure",
|
|
996
|
+
"required": [
|
|
997
|
+
"HostedZoneId"
|
|
998
|
+
],
|
|
999
|
+
"members": {
|
|
1000
|
+
"HostedZoneId": {
|
|
1001
|
+
"location": "uri",
|
|
1002
|
+
"locationName": "Id"
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"output": {
|
|
1007
|
+
"type": "structure",
|
|
1008
|
+
"required": [
|
|
1009
|
+
"Status",
|
|
1010
|
+
"KeySigningKeys"
|
|
1011
|
+
],
|
|
1012
|
+
"members": {
|
|
1013
|
+
"Status": {
|
|
1014
|
+
"type": "structure",
|
|
1015
|
+
"members": {
|
|
1016
|
+
"ServeSignature": {},
|
|
1017
|
+
"StatusMessage": {}
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
"KeySigningKeys": {
|
|
1021
|
+
"type": "list",
|
|
1022
|
+
"member": {
|
|
1023
|
+
"shape": "S2v"
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
786
1029
|
"GetGeoLocation": {
|
|
787
1030
|
"http": {
|
|
788
1031
|
"method": "GET",
|
|
@@ -812,7 +1055,7 @@
|
|
|
812
1055
|
],
|
|
813
1056
|
"members": {
|
|
814
1057
|
"GeoLocationDetails": {
|
|
815
|
-
"shape": "
|
|
1058
|
+
"shape": "S4v"
|
|
816
1059
|
}
|
|
817
1060
|
}
|
|
818
1061
|
}
|
|
@@ -841,7 +1084,7 @@
|
|
|
841
1084
|
],
|
|
842
1085
|
"members": {
|
|
843
1086
|
"HealthCheck": {
|
|
844
|
-
"shape": "
|
|
1087
|
+
"shape": "S22"
|
|
845
1088
|
}
|
|
846
1089
|
}
|
|
847
1090
|
}
|
|
@@ -891,7 +1134,7 @@
|
|
|
891
1134
|
],
|
|
892
1135
|
"members": {
|
|
893
1136
|
"HealthCheckObservations": {
|
|
894
|
-
"shape": "
|
|
1137
|
+
"shape": "S56"
|
|
895
1138
|
}
|
|
896
1139
|
}
|
|
897
1140
|
}
|
|
@@ -920,7 +1163,7 @@
|
|
|
920
1163
|
],
|
|
921
1164
|
"members": {
|
|
922
1165
|
"HealthCheckObservations": {
|
|
923
|
-
"shape": "
|
|
1166
|
+
"shape": "S56"
|
|
924
1167
|
}
|
|
925
1168
|
}
|
|
926
1169
|
}
|
|
@@ -949,13 +1192,13 @@
|
|
|
949
1192
|
],
|
|
950
1193
|
"members": {
|
|
951
1194
|
"HostedZone": {
|
|
952
|
-
"shape": "
|
|
1195
|
+
"shape": "S2n"
|
|
953
1196
|
},
|
|
954
1197
|
"DelegationSet": {
|
|
955
|
-
"shape": "
|
|
1198
|
+
"shape": "S2p"
|
|
956
1199
|
},
|
|
957
1200
|
"VPCs": {
|
|
958
|
-
"shape": "
|
|
1201
|
+
"shape": "S5e"
|
|
959
1202
|
}
|
|
960
1203
|
}
|
|
961
1204
|
}
|
|
@@ -1053,7 +1296,7 @@
|
|
|
1053
1296
|
],
|
|
1054
1297
|
"members": {
|
|
1055
1298
|
"QueryLoggingConfig": {
|
|
1056
|
-
"shape": "
|
|
1299
|
+
"shape": "S32"
|
|
1057
1300
|
}
|
|
1058
1301
|
}
|
|
1059
1302
|
}
|
|
@@ -1082,7 +1325,7 @@
|
|
|
1082
1325
|
],
|
|
1083
1326
|
"members": {
|
|
1084
1327
|
"DelegationSet": {
|
|
1085
|
-
"shape": "
|
|
1328
|
+
"shape": "S2p"
|
|
1086
1329
|
}
|
|
1087
1330
|
}
|
|
1088
1331
|
}
|
|
@@ -1165,7 +1408,7 @@
|
|
|
1165
1408
|
],
|
|
1166
1409
|
"members": {
|
|
1167
1410
|
"TrafficPolicy": {
|
|
1168
|
-
"shape": "
|
|
1411
|
+
"shape": "S3b"
|
|
1169
1412
|
}
|
|
1170
1413
|
}
|
|
1171
1414
|
}
|
|
@@ -1194,7 +1437,7 @@
|
|
|
1194
1437
|
],
|
|
1195
1438
|
"members": {
|
|
1196
1439
|
"TrafficPolicyInstance": {
|
|
1197
|
-
"shape": "
|
|
1440
|
+
"shape": "S3g"
|
|
1198
1441
|
}
|
|
1199
1442
|
}
|
|
1200
1443
|
}
|
|
@@ -1257,7 +1500,7 @@
|
|
|
1257
1500
|
"GeoLocationDetailsList": {
|
|
1258
1501
|
"type": "list",
|
|
1259
1502
|
"member": {
|
|
1260
|
-
"shape": "
|
|
1503
|
+
"shape": "S4v",
|
|
1261
1504
|
"locationName": "GeoLocationDetails"
|
|
1262
1505
|
}
|
|
1263
1506
|
},
|
|
@@ -1301,7 +1544,7 @@
|
|
|
1301
1544
|
"HealthChecks": {
|
|
1302
1545
|
"type": "list",
|
|
1303
1546
|
"member": {
|
|
1304
|
-
"shape": "
|
|
1547
|
+
"shape": "S22",
|
|
1305
1548
|
"locationName": "HealthCheck"
|
|
1306
1549
|
}
|
|
1307
1550
|
},
|
|
@@ -1346,7 +1589,7 @@
|
|
|
1346
1589
|
],
|
|
1347
1590
|
"members": {
|
|
1348
1591
|
"HostedZones": {
|
|
1349
|
-
"shape": "
|
|
1592
|
+
"shape": "S6c"
|
|
1350
1593
|
},
|
|
1351
1594
|
"Marker": {},
|
|
1352
1595
|
"IsTruncated": {
|
|
@@ -1388,7 +1631,7 @@
|
|
|
1388
1631
|
],
|
|
1389
1632
|
"members": {
|
|
1390
1633
|
"HostedZones": {
|
|
1391
|
-
"shape": "
|
|
1634
|
+
"shape": "S6c"
|
|
1392
1635
|
},
|
|
1393
1636
|
"DNSName": {},
|
|
1394
1637
|
"HostedZoneId": {},
|
|
@@ -1497,7 +1740,7 @@
|
|
|
1497
1740
|
"QueryLoggingConfigs": {
|
|
1498
1741
|
"type": "list",
|
|
1499
1742
|
"member": {
|
|
1500
|
-
"shape": "
|
|
1743
|
+
"shape": "S32",
|
|
1501
1744
|
"locationName": "QueryLoggingConfig"
|
|
1502
1745
|
}
|
|
1503
1746
|
},
|
|
@@ -1549,7 +1792,7 @@
|
|
|
1549
1792
|
"ResourceRecordSets": {
|
|
1550
1793
|
"type": "list",
|
|
1551
1794
|
"member": {
|
|
1552
|
-
"shape": "
|
|
1795
|
+
"shape": "Sk",
|
|
1553
1796
|
"locationName": "ResourceRecordSet"
|
|
1554
1797
|
}
|
|
1555
1798
|
},
|
|
@@ -1593,7 +1836,7 @@
|
|
|
1593
1836
|
"DelegationSets": {
|
|
1594
1837
|
"type": "list",
|
|
1595
1838
|
"member": {
|
|
1596
|
-
"shape": "
|
|
1839
|
+
"shape": "S2p",
|
|
1597
1840
|
"locationName": "DelegationSet"
|
|
1598
1841
|
}
|
|
1599
1842
|
},
|
|
@@ -1635,7 +1878,7 @@
|
|
|
1635
1878
|
],
|
|
1636
1879
|
"members": {
|
|
1637
1880
|
"ResourceTagSet": {
|
|
1638
|
-
"shape": "
|
|
1881
|
+
"shape": "S6z"
|
|
1639
1882
|
}
|
|
1640
1883
|
}
|
|
1641
1884
|
}
|
|
@@ -1676,7 +1919,7 @@
|
|
|
1676
1919
|
"ResourceTagSets": {
|
|
1677
1920
|
"type": "list",
|
|
1678
1921
|
"member": {
|
|
1679
|
-
"shape": "
|
|
1922
|
+
"shape": "S6z",
|
|
1680
1923
|
"locationName": "ResourceTagSet"
|
|
1681
1924
|
}
|
|
1682
1925
|
}
|
|
@@ -1778,7 +2021,7 @@
|
|
|
1778
2021
|
],
|
|
1779
2022
|
"members": {
|
|
1780
2023
|
"TrafficPolicyInstances": {
|
|
1781
|
-
"shape": "
|
|
2024
|
+
"shape": "S7a"
|
|
1782
2025
|
},
|
|
1783
2026
|
"HostedZoneIdMarker": {},
|
|
1784
2027
|
"TrafficPolicyInstanceNameMarker": {},
|
|
@@ -1828,7 +2071,7 @@
|
|
|
1828
2071
|
],
|
|
1829
2072
|
"members": {
|
|
1830
2073
|
"TrafficPolicyInstances": {
|
|
1831
|
-
"shape": "
|
|
2074
|
+
"shape": "S7a"
|
|
1832
2075
|
},
|
|
1833
2076
|
"TrafficPolicyInstanceNameMarker": {},
|
|
1834
2077
|
"TrafficPolicyInstanceTypeMarker": {},
|
|
@@ -1887,7 +2130,7 @@
|
|
|
1887
2130
|
],
|
|
1888
2131
|
"members": {
|
|
1889
2132
|
"TrafficPolicyInstances": {
|
|
1890
|
-
"shape": "
|
|
2133
|
+
"shape": "S7a"
|
|
1891
2134
|
},
|
|
1892
2135
|
"HostedZoneIdMarker": {},
|
|
1893
2136
|
"TrafficPolicyInstanceNameMarker": {},
|
|
@@ -1936,7 +2179,7 @@
|
|
|
1936
2179
|
"TrafficPolicies": {
|
|
1937
2180
|
"type": "list",
|
|
1938
2181
|
"member": {
|
|
1939
|
-
"shape": "
|
|
2182
|
+
"shape": "S3b",
|
|
1940
2183
|
"locationName": "TrafficPolicy"
|
|
1941
2184
|
}
|
|
1942
2185
|
},
|
|
@@ -1983,7 +2226,7 @@
|
|
|
1983
2226
|
"HostedZoneId": {},
|
|
1984
2227
|
"NextToken": {},
|
|
1985
2228
|
"VPCs": {
|
|
1986
|
-
"shape": "
|
|
2229
|
+
"shape": "S5e"
|
|
1987
2230
|
}
|
|
1988
2231
|
}
|
|
1989
2232
|
}
|
|
@@ -2093,16 +2336,16 @@
|
|
|
2093
2336
|
"type": "integer"
|
|
2094
2337
|
},
|
|
2095
2338
|
"ChildHealthChecks": {
|
|
2096
|
-
"shape": "
|
|
2339
|
+
"shape": "S1t"
|
|
2097
2340
|
},
|
|
2098
2341
|
"EnableSNI": {
|
|
2099
2342
|
"type": "boolean"
|
|
2100
2343
|
},
|
|
2101
2344
|
"Regions": {
|
|
2102
|
-
"shape": "
|
|
2345
|
+
"shape": "S1v"
|
|
2103
2346
|
},
|
|
2104
2347
|
"AlarmIdentifier": {
|
|
2105
|
-
"shape": "
|
|
2348
|
+
"shape": "S1x"
|
|
2106
2349
|
},
|
|
2107
2350
|
"InsufficientDataHealthStatus": {},
|
|
2108
2351
|
"ResetElements": {
|
|
@@ -2120,7 +2363,7 @@
|
|
|
2120
2363
|
],
|
|
2121
2364
|
"members": {
|
|
2122
2365
|
"HealthCheck": {
|
|
2123
|
-
"shape": "
|
|
2366
|
+
"shape": "S22"
|
|
2124
2367
|
}
|
|
2125
2368
|
}
|
|
2126
2369
|
}
|
|
@@ -2153,7 +2396,7 @@
|
|
|
2153
2396
|
],
|
|
2154
2397
|
"members": {
|
|
2155
2398
|
"HostedZone": {
|
|
2156
|
-
"shape": "
|
|
2399
|
+
"shape": "S2n"
|
|
2157
2400
|
}
|
|
2158
2401
|
}
|
|
2159
2402
|
}
|
|
@@ -2193,7 +2436,7 @@
|
|
|
2193
2436
|
],
|
|
2194
2437
|
"members": {
|
|
2195
2438
|
"TrafficPolicy": {
|
|
2196
|
-
"shape": "
|
|
2439
|
+
"shape": "S3b"
|
|
2197
2440
|
}
|
|
2198
2441
|
}
|
|
2199
2442
|
}
|
|
@@ -2235,21 +2478,14 @@
|
|
|
2235
2478
|
],
|
|
2236
2479
|
"members": {
|
|
2237
2480
|
"TrafficPolicyInstance": {
|
|
2238
|
-
"shape": "
|
|
2481
|
+
"shape": "S3g"
|
|
2239
2482
|
}
|
|
2240
2483
|
}
|
|
2241
2484
|
}
|
|
2242
2485
|
}
|
|
2243
2486
|
},
|
|
2244
2487
|
"shapes": {
|
|
2245
|
-
"
|
|
2246
|
-
"type": "structure",
|
|
2247
|
-
"members": {
|
|
2248
|
-
"VPCRegion": {},
|
|
2249
|
-
"VPCId": {}
|
|
2250
|
-
}
|
|
2251
|
-
},
|
|
2252
|
-
"S8": {
|
|
2488
|
+
"S5": {
|
|
2253
2489
|
"type": "structure",
|
|
2254
2490
|
"required": [
|
|
2255
2491
|
"Id",
|
|
@@ -2265,7 +2501,14 @@
|
|
|
2265
2501
|
"Comment": {}
|
|
2266
2502
|
}
|
|
2267
2503
|
},
|
|
2268
|
-
"
|
|
2504
|
+
"Sa": {
|
|
2505
|
+
"type": "structure",
|
|
2506
|
+
"members": {
|
|
2507
|
+
"VPCRegion": {},
|
|
2508
|
+
"VPCId": {}
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2511
|
+
"Sk": {
|
|
2269
2512
|
"type": "structure",
|
|
2270
2513
|
"required": [
|
|
2271
2514
|
"Name",
|
|
@@ -2326,7 +2569,7 @@
|
|
|
2326
2569
|
"TrafficPolicyInstanceId": {}
|
|
2327
2570
|
}
|
|
2328
2571
|
},
|
|
2329
|
-
"
|
|
2572
|
+
"S18": {
|
|
2330
2573
|
"type": "list",
|
|
2331
2574
|
"member": {
|
|
2332
2575
|
"locationName": "Tag",
|
|
@@ -2337,7 +2580,7 @@
|
|
|
2337
2580
|
}
|
|
2338
2581
|
}
|
|
2339
2582
|
},
|
|
2340
|
-
"
|
|
2583
|
+
"S1g": {
|
|
2341
2584
|
"type": "structure",
|
|
2342
2585
|
"required": [
|
|
2343
2586
|
"Type"
|
|
@@ -2370,33 +2613,33 @@
|
|
|
2370
2613
|
"type": "integer"
|
|
2371
2614
|
},
|
|
2372
2615
|
"ChildHealthChecks": {
|
|
2373
|
-
"shape": "
|
|
2616
|
+
"shape": "S1t"
|
|
2374
2617
|
},
|
|
2375
2618
|
"EnableSNI": {
|
|
2376
2619
|
"type": "boolean"
|
|
2377
2620
|
},
|
|
2378
2621
|
"Regions": {
|
|
2379
|
-
"shape": "
|
|
2622
|
+
"shape": "S1v"
|
|
2380
2623
|
},
|
|
2381
2624
|
"AlarmIdentifier": {
|
|
2382
|
-
"shape": "
|
|
2625
|
+
"shape": "S1x"
|
|
2383
2626
|
},
|
|
2384
2627
|
"InsufficientDataHealthStatus": {}
|
|
2385
2628
|
}
|
|
2386
2629
|
},
|
|
2387
|
-
"
|
|
2630
|
+
"S1t": {
|
|
2388
2631
|
"type": "list",
|
|
2389
2632
|
"member": {
|
|
2390
2633
|
"locationName": "ChildHealthCheck"
|
|
2391
2634
|
}
|
|
2392
2635
|
},
|
|
2393
|
-
"
|
|
2636
|
+
"S1v": {
|
|
2394
2637
|
"type": "list",
|
|
2395
2638
|
"member": {
|
|
2396
2639
|
"locationName": "Region"
|
|
2397
2640
|
}
|
|
2398
2641
|
},
|
|
2399
|
-
"
|
|
2642
|
+
"S1x": {
|
|
2400
2643
|
"type": "structure",
|
|
2401
2644
|
"required": [
|
|
2402
2645
|
"Region",
|
|
@@ -2407,7 +2650,7 @@
|
|
|
2407
2650
|
"Name": {}
|
|
2408
2651
|
}
|
|
2409
2652
|
},
|
|
2410
|
-
"
|
|
2653
|
+
"S22": {
|
|
2411
2654
|
"type": "structure",
|
|
2412
2655
|
"required": [
|
|
2413
2656
|
"Id",
|
|
@@ -2419,10 +2662,10 @@
|
|
|
2419
2662
|
"Id": {},
|
|
2420
2663
|
"CallerReference": {},
|
|
2421
2664
|
"LinkedService": {
|
|
2422
|
-
"shape": "
|
|
2665
|
+
"shape": "S23"
|
|
2423
2666
|
},
|
|
2424
2667
|
"HealthCheckConfig": {
|
|
2425
|
-
"shape": "
|
|
2668
|
+
"shape": "S1g"
|
|
2426
2669
|
},
|
|
2427
2670
|
"HealthCheckVersion": {
|
|
2428
2671
|
"type": "long"
|
|
@@ -2471,14 +2714,14 @@
|
|
|
2471
2714
|
}
|
|
2472
2715
|
}
|
|
2473
2716
|
},
|
|
2474
|
-
"
|
|
2717
|
+
"S23": {
|
|
2475
2718
|
"type": "structure",
|
|
2476
2719
|
"members": {
|
|
2477
2720
|
"ServicePrincipal": {},
|
|
2478
2721
|
"Description": {}
|
|
2479
2722
|
}
|
|
2480
2723
|
},
|
|
2481
|
-
"
|
|
2724
|
+
"S2k": {
|
|
2482
2725
|
"type": "structure",
|
|
2483
2726
|
"members": {
|
|
2484
2727
|
"Comment": {},
|
|
@@ -2487,7 +2730,7 @@
|
|
|
2487
2730
|
}
|
|
2488
2731
|
}
|
|
2489
2732
|
},
|
|
2490
|
-
"
|
|
2733
|
+
"S2n": {
|
|
2491
2734
|
"type": "structure",
|
|
2492
2735
|
"required": [
|
|
2493
2736
|
"Id",
|
|
@@ -2499,17 +2742,17 @@
|
|
|
2499
2742
|
"Name": {},
|
|
2500
2743
|
"CallerReference": {},
|
|
2501
2744
|
"Config": {
|
|
2502
|
-
"shape": "
|
|
2745
|
+
"shape": "S2k"
|
|
2503
2746
|
},
|
|
2504
2747
|
"ResourceRecordSetCount": {
|
|
2505
2748
|
"type": "long"
|
|
2506
2749
|
},
|
|
2507
2750
|
"LinkedService": {
|
|
2508
|
-
"shape": "
|
|
2751
|
+
"shape": "S23"
|
|
2509
2752
|
}
|
|
2510
2753
|
}
|
|
2511
2754
|
},
|
|
2512
|
-
"
|
|
2755
|
+
"S2p": {
|
|
2513
2756
|
"type": "structure",
|
|
2514
2757
|
"required": [
|
|
2515
2758
|
"NameServers"
|
|
@@ -2525,7 +2768,40 @@
|
|
|
2525
2768
|
}
|
|
2526
2769
|
}
|
|
2527
2770
|
},
|
|
2528
|
-
"
|
|
2771
|
+
"S2v": {
|
|
2772
|
+
"type": "structure",
|
|
2773
|
+
"members": {
|
|
2774
|
+
"Name": {},
|
|
2775
|
+
"KmsArn": {},
|
|
2776
|
+
"Flag": {
|
|
2777
|
+
"type": "integer"
|
|
2778
|
+
},
|
|
2779
|
+
"SigningAlgorithmMnemonic": {},
|
|
2780
|
+
"SigningAlgorithmType": {
|
|
2781
|
+
"type": "integer"
|
|
2782
|
+
},
|
|
2783
|
+
"DigestAlgorithmMnemonic": {},
|
|
2784
|
+
"DigestAlgorithmType": {
|
|
2785
|
+
"type": "integer"
|
|
2786
|
+
},
|
|
2787
|
+
"KeyTag": {
|
|
2788
|
+
"type": "integer"
|
|
2789
|
+
},
|
|
2790
|
+
"DigestValue": {},
|
|
2791
|
+
"PublicKey": {},
|
|
2792
|
+
"DSRecord": {},
|
|
2793
|
+
"DNSKEYRecord": {},
|
|
2794
|
+
"Status": {},
|
|
2795
|
+
"StatusMessage": {},
|
|
2796
|
+
"CreatedDate": {
|
|
2797
|
+
"type": "timestamp"
|
|
2798
|
+
},
|
|
2799
|
+
"LastModifiedDate": {
|
|
2800
|
+
"type": "timestamp"
|
|
2801
|
+
}
|
|
2802
|
+
}
|
|
2803
|
+
},
|
|
2804
|
+
"S32": {
|
|
2529
2805
|
"type": "structure",
|
|
2530
2806
|
"required": [
|
|
2531
2807
|
"Id",
|
|
@@ -2538,7 +2814,7 @@
|
|
|
2538
2814
|
"CloudWatchLogsLogGroupArn": {}
|
|
2539
2815
|
}
|
|
2540
2816
|
},
|
|
2541
|
-
"
|
|
2817
|
+
"S3b": {
|
|
2542
2818
|
"type": "structure",
|
|
2543
2819
|
"required": [
|
|
2544
2820
|
"Id",
|
|
@@ -2558,7 +2834,7 @@
|
|
|
2558
2834
|
"Comment": {}
|
|
2559
2835
|
}
|
|
2560
2836
|
},
|
|
2561
|
-
"
|
|
2837
|
+
"S3g": {
|
|
2562
2838
|
"type": "structure",
|
|
2563
2839
|
"required": [
|
|
2564
2840
|
"Id",
|
|
@@ -2587,7 +2863,7 @@
|
|
|
2587
2863
|
"TrafficPolicyType": {}
|
|
2588
2864
|
}
|
|
2589
2865
|
},
|
|
2590
|
-
"
|
|
2866
|
+
"S4v": {
|
|
2591
2867
|
"type": "structure",
|
|
2592
2868
|
"members": {
|
|
2593
2869
|
"ContinentCode": {},
|
|
@@ -2598,7 +2874,7 @@
|
|
|
2598
2874
|
"SubdivisionName": {}
|
|
2599
2875
|
}
|
|
2600
2876
|
},
|
|
2601
|
-
"
|
|
2877
|
+
"S56": {
|
|
2602
2878
|
"type": "list",
|
|
2603
2879
|
"member": {
|
|
2604
2880
|
"locationName": "HealthCheckObservation",
|
|
@@ -2618,34 +2894,34 @@
|
|
|
2618
2894
|
}
|
|
2619
2895
|
}
|
|
2620
2896
|
},
|
|
2621
|
-
"
|
|
2897
|
+
"S5e": {
|
|
2622
2898
|
"type": "list",
|
|
2623
2899
|
"member": {
|
|
2624
|
-
"shape": "
|
|
2900
|
+
"shape": "Sa",
|
|
2625
2901
|
"locationName": "VPC"
|
|
2626
2902
|
}
|
|
2627
2903
|
},
|
|
2628
|
-
"
|
|
2904
|
+
"S6c": {
|
|
2629
2905
|
"type": "list",
|
|
2630
2906
|
"member": {
|
|
2631
|
-
"shape": "
|
|
2907
|
+
"shape": "S2n",
|
|
2632
2908
|
"locationName": "HostedZone"
|
|
2633
2909
|
}
|
|
2634
2910
|
},
|
|
2635
|
-
"
|
|
2911
|
+
"S6z": {
|
|
2636
2912
|
"type": "structure",
|
|
2637
2913
|
"members": {
|
|
2638
2914
|
"ResourceType": {},
|
|
2639
2915
|
"ResourceId": {},
|
|
2640
2916
|
"Tags": {
|
|
2641
|
-
"shape": "
|
|
2917
|
+
"shape": "S18"
|
|
2642
2918
|
}
|
|
2643
2919
|
}
|
|
2644
2920
|
},
|
|
2645
|
-
"
|
|
2921
|
+
"S7a": {
|
|
2646
2922
|
"type": "list",
|
|
2647
2923
|
"member": {
|
|
2648
|
-
"shape": "
|
|
2924
|
+
"shape": "S3g",
|
|
2649
2925
|
"locationName": "TrafficPolicyInstance"
|
|
2650
2926
|
}
|
|
2651
2927
|
}
|