@pgarbe/cdk-ecr-sync 0.5.30 → 0.5.31
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 +4 -4
- package/CHANGELOG.md +91 -1
- package/lib/ecr-sync.d.ts +0 -1
- package/lib/ecr-sync.js +4 -5
- package/lib/image.d.ts +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/lambda/docker-adapter.d.ts +0 -1
- package/lib/lambda/docker-adapter.js +2 -3
- package/lib/lambda/ecr-adapter.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.js +3 -4
- package/node_modules/aws-sdk/CHANGELOG.md +57 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +25 -24
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +4 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +58 -8
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +79 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +126 -33
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +124 -53
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +637 -93
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +767 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +385 -52
- package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +81 -50
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +179 -61
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +105 -48
- package/node_modules/aws-sdk/apis/m2-2021-04-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +1820 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.paginators.json +58 -0
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +146 -143
- package/node_modules/aws-sdk/apis/metadata.json +9 -0
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +293 -100
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +451 -139
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.waiters2.json +33 -0
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +39 -5
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +333 -78
- package/node_modules/aws-sdk/apis/route53-2013-04-01.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +67 -53
- package/node_modules/aws-sdk/clients/all.d.ts +3 -0
- package/node_modules/aws-sdk/clients/all.js +4 -1
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +38 -3
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +77 -2
- package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +82 -1
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +81 -5
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +93 -93
- package/node_modules/aws-sdk/clients/connect.d.ts +708 -11
- package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +446 -0
- package/node_modules/aws-sdk/clients/connectcampaigns.js +18 -0
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +219 -113
- package/node_modules/aws-sdk/clients/dms.d.ts +532 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +18 -18
- package/node_modules/aws-sdk/clients/dynamodbstreams.d.ts +1 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +63 -8
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
- package/node_modules/aws-sdk/clients/iam.d.ts +2 -2
- package/node_modules/aws-sdk/clients/kendra.d.ts +157 -4
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +69 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +1840 -0
- package/node_modules/aws-sdk/clients/m2.js +18 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +6 -1
- package/node_modules/aws-sdk/clients/neptune.d.ts +233 -0
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
- package/node_modules/aws-sdk/clients/proton.d.ts +492 -72
- package/node_modules/aws-sdk/clients/redshift.d.ts +41 -1
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +267 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +6 -6
- package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
- package/node_modules/aws-sdk/clients/voiceid.d.ts +46 -23
- package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +37 -10
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +197 -51
- package/node_modules/aws-sdk/dist/aws-sdk.js +1251 -237
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +11 -11
- package/node_modules/aws-sdk/lib/event_listeners.js +18 -0
- package/node_modules/aws-sdk/lib/util.js +15 -7
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +13 -13
- package/lib/ecr-sync.d.ts.map +0 -1
- package/lib/image.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/lambda/docker-adapter.d.ts.map +0 -1
- package/lib/lambda/ecr-adapter.d.ts.map +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts.map +0 -1
- package/releasetag.txt +0 -1
- package/version.txt +0 -1
|
@@ -82,6 +82,61 @@
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
|
+
"ChangeCidrCollection": {
|
|
86
|
+
"http": {
|
|
87
|
+
"requestUri": "/2013-04-01/cidrcollection/{CidrCollectionId}"
|
|
88
|
+
},
|
|
89
|
+
"input": {
|
|
90
|
+
"locationName": "ChangeCidrCollectionRequest",
|
|
91
|
+
"xmlNamespace": {
|
|
92
|
+
"uri": "https://route53.amazonaws.com/doc/2013-04-01/"
|
|
93
|
+
},
|
|
94
|
+
"type": "structure",
|
|
95
|
+
"required": [
|
|
96
|
+
"Id",
|
|
97
|
+
"Changes"
|
|
98
|
+
],
|
|
99
|
+
"members": {
|
|
100
|
+
"Id": {
|
|
101
|
+
"location": "uri",
|
|
102
|
+
"locationName": "CidrCollectionId"
|
|
103
|
+
},
|
|
104
|
+
"CollectionVersion": {
|
|
105
|
+
"type": "long"
|
|
106
|
+
},
|
|
107
|
+
"Changes": {
|
|
108
|
+
"type": "list",
|
|
109
|
+
"member": {
|
|
110
|
+
"type": "structure",
|
|
111
|
+
"required": [
|
|
112
|
+
"LocationName",
|
|
113
|
+
"Action",
|
|
114
|
+
"CidrList"
|
|
115
|
+
],
|
|
116
|
+
"members": {
|
|
117
|
+
"LocationName": {},
|
|
118
|
+
"Action": {},
|
|
119
|
+
"CidrList": {
|
|
120
|
+
"type": "list",
|
|
121
|
+
"member": {
|
|
122
|
+
"locationName": "Cidr"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"output": {
|
|
131
|
+
"type": "structure",
|
|
132
|
+
"required": [
|
|
133
|
+
"Id"
|
|
134
|
+
],
|
|
135
|
+
"members": {
|
|
136
|
+
"Id": {}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
85
140
|
"ChangeResourceRecordSets": {
|
|
86
141
|
"http": {
|
|
87
142
|
"requestUri": "/2013-04-01/hostedzone/{Id}/rrset/"
|
|
@@ -120,7 +175,7 @@
|
|
|
120
175
|
"members": {
|
|
121
176
|
"Action": {},
|
|
122
177
|
"ResourceRecordSet": {
|
|
123
|
-
"shape": "
|
|
178
|
+
"shape": "Sv"
|
|
124
179
|
}
|
|
125
180
|
}
|
|
126
181
|
}
|
|
@@ -165,7 +220,7 @@
|
|
|
165
220
|
"locationName": "ResourceId"
|
|
166
221
|
},
|
|
167
222
|
"AddTags": {
|
|
168
|
-
"shape": "
|
|
223
|
+
"shape": "S1l"
|
|
169
224
|
},
|
|
170
225
|
"RemoveTagKeys": {
|
|
171
226
|
"type": "list",
|
|
@@ -180,6 +235,47 @@
|
|
|
180
235
|
"members": {}
|
|
181
236
|
}
|
|
182
237
|
},
|
|
238
|
+
"CreateCidrCollection": {
|
|
239
|
+
"http": {
|
|
240
|
+
"requestUri": "/2013-04-01/cidrcollection",
|
|
241
|
+
"responseCode": 201
|
|
242
|
+
},
|
|
243
|
+
"input": {
|
|
244
|
+
"locationName": "CreateCidrCollectionRequest",
|
|
245
|
+
"xmlNamespace": {
|
|
246
|
+
"uri": "https://route53.amazonaws.com/doc/2013-04-01/"
|
|
247
|
+
},
|
|
248
|
+
"type": "structure",
|
|
249
|
+
"required": [
|
|
250
|
+
"Name",
|
|
251
|
+
"CallerReference"
|
|
252
|
+
],
|
|
253
|
+
"members": {
|
|
254
|
+
"Name": {},
|
|
255
|
+
"CallerReference": {}
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
"output": {
|
|
259
|
+
"type": "structure",
|
|
260
|
+
"members": {
|
|
261
|
+
"Collection": {
|
|
262
|
+
"type": "structure",
|
|
263
|
+
"members": {
|
|
264
|
+
"Arn": {},
|
|
265
|
+
"Id": {},
|
|
266
|
+
"Name": {},
|
|
267
|
+
"Version": {
|
|
268
|
+
"type": "long"
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"Location": {
|
|
273
|
+
"location": "header",
|
|
274
|
+
"locationName": "Location"
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
},
|
|
183
279
|
"CreateHealthCheck": {
|
|
184
280
|
"http": {
|
|
185
281
|
"requestUri": "/2013-04-01/healthcheck",
|
|
@@ -198,7 +294,7 @@
|
|
|
198
294
|
"members": {
|
|
199
295
|
"CallerReference": {},
|
|
200
296
|
"HealthCheckConfig": {
|
|
201
|
-
"shape": "
|
|
297
|
+
"shape": "S20"
|
|
202
298
|
}
|
|
203
299
|
}
|
|
204
300
|
},
|
|
@@ -210,7 +306,7 @@
|
|
|
210
306
|
],
|
|
211
307
|
"members": {
|
|
212
308
|
"HealthCheck": {
|
|
213
|
-
"shape": "
|
|
309
|
+
"shape": "S2n"
|
|
214
310
|
},
|
|
215
311
|
"Location": {
|
|
216
312
|
"location": "header",
|
|
@@ -241,7 +337,7 @@
|
|
|
241
337
|
},
|
|
242
338
|
"CallerReference": {},
|
|
243
339
|
"HostedZoneConfig": {
|
|
244
|
-
"shape": "
|
|
340
|
+
"shape": "S34"
|
|
245
341
|
},
|
|
246
342
|
"DelegationSetId": {}
|
|
247
343
|
}
|
|
@@ -256,13 +352,13 @@
|
|
|
256
352
|
],
|
|
257
353
|
"members": {
|
|
258
354
|
"HostedZone": {
|
|
259
|
-
"shape": "
|
|
355
|
+
"shape": "S37"
|
|
260
356
|
},
|
|
261
357
|
"ChangeInfo": {
|
|
262
358
|
"shape": "S5"
|
|
263
359
|
},
|
|
264
360
|
"DelegationSet": {
|
|
265
|
-
"shape": "
|
|
361
|
+
"shape": "S39"
|
|
266
362
|
},
|
|
267
363
|
"VPC": {
|
|
268
364
|
"shape": "Sa"
|
|
@@ -312,7 +408,7 @@
|
|
|
312
408
|
"shape": "S5"
|
|
313
409
|
},
|
|
314
410
|
"KeySigningKey": {
|
|
315
|
-
"shape": "
|
|
411
|
+
"shape": "S3f"
|
|
316
412
|
},
|
|
317
413
|
"Location": {
|
|
318
414
|
"location": "header",
|
|
@@ -349,7 +445,7 @@
|
|
|
349
445
|
],
|
|
350
446
|
"members": {
|
|
351
447
|
"QueryLoggingConfig": {
|
|
352
|
-
"shape": "
|
|
448
|
+
"shape": "S3m"
|
|
353
449
|
},
|
|
354
450
|
"Location": {
|
|
355
451
|
"location": "header",
|
|
@@ -385,7 +481,7 @@
|
|
|
385
481
|
],
|
|
386
482
|
"members": {
|
|
387
483
|
"DelegationSet": {
|
|
388
|
-
"shape": "
|
|
484
|
+
"shape": "S39"
|
|
389
485
|
},
|
|
390
486
|
"Location": {
|
|
391
487
|
"location": "header",
|
|
@@ -423,7 +519,7 @@
|
|
|
423
519
|
],
|
|
424
520
|
"members": {
|
|
425
521
|
"TrafficPolicy": {
|
|
426
|
-
"shape": "
|
|
522
|
+
"shape": "S3v"
|
|
427
523
|
},
|
|
428
524
|
"Location": {
|
|
429
525
|
"location": "header",
|
|
@@ -470,7 +566,7 @@
|
|
|
470
566
|
],
|
|
471
567
|
"members": {
|
|
472
568
|
"TrafficPolicyInstance": {
|
|
473
|
-
"shape": "
|
|
569
|
+
"shape": "S40"
|
|
474
570
|
},
|
|
475
571
|
"Location": {
|
|
476
572
|
"location": "header",
|
|
@@ -511,7 +607,7 @@
|
|
|
511
607
|
],
|
|
512
608
|
"members": {
|
|
513
609
|
"TrafficPolicy": {
|
|
514
|
-
"shape": "
|
|
610
|
+
"shape": "S3v"
|
|
515
611
|
},
|
|
516
612
|
"Location": {
|
|
517
613
|
"location": "header",
|
|
@@ -591,6 +687,28 @@
|
|
|
591
687
|
}
|
|
592
688
|
}
|
|
593
689
|
},
|
|
690
|
+
"DeleteCidrCollection": {
|
|
691
|
+
"http": {
|
|
692
|
+
"method": "DELETE",
|
|
693
|
+
"requestUri": "/2013-04-01/cidrcollection/{CidrCollectionId}"
|
|
694
|
+
},
|
|
695
|
+
"input": {
|
|
696
|
+
"type": "structure",
|
|
697
|
+
"required": [
|
|
698
|
+
"Id"
|
|
699
|
+
],
|
|
700
|
+
"members": {
|
|
701
|
+
"Id": {
|
|
702
|
+
"location": "uri",
|
|
703
|
+
"locationName": "CidrCollectionId"
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"output": {
|
|
708
|
+
"type": "structure",
|
|
709
|
+
"members": {}
|
|
710
|
+
}
|
|
711
|
+
},
|
|
594
712
|
"DeleteHealthCheck": {
|
|
595
713
|
"http": {
|
|
596
714
|
"method": "DELETE",
|
|
@@ -1020,7 +1138,7 @@
|
|
|
1020
1138
|
"KeySigningKeys": {
|
|
1021
1139
|
"type": "list",
|
|
1022
1140
|
"member": {
|
|
1023
|
-
"shape": "
|
|
1141
|
+
"shape": "S3f"
|
|
1024
1142
|
}
|
|
1025
1143
|
}
|
|
1026
1144
|
}
|
|
@@ -1055,7 +1173,7 @@
|
|
|
1055
1173
|
],
|
|
1056
1174
|
"members": {
|
|
1057
1175
|
"GeoLocationDetails": {
|
|
1058
|
-
"shape": "
|
|
1176
|
+
"shape": "S5h"
|
|
1059
1177
|
}
|
|
1060
1178
|
}
|
|
1061
1179
|
}
|
|
@@ -1084,7 +1202,7 @@
|
|
|
1084
1202
|
],
|
|
1085
1203
|
"members": {
|
|
1086
1204
|
"HealthCheck": {
|
|
1087
|
-
"shape": "
|
|
1205
|
+
"shape": "S2n"
|
|
1088
1206
|
}
|
|
1089
1207
|
}
|
|
1090
1208
|
}
|
|
@@ -1134,7 +1252,7 @@
|
|
|
1134
1252
|
],
|
|
1135
1253
|
"members": {
|
|
1136
1254
|
"HealthCheckObservations": {
|
|
1137
|
-
"shape": "
|
|
1255
|
+
"shape": "S5s"
|
|
1138
1256
|
}
|
|
1139
1257
|
}
|
|
1140
1258
|
}
|
|
@@ -1163,7 +1281,7 @@
|
|
|
1163
1281
|
],
|
|
1164
1282
|
"members": {
|
|
1165
1283
|
"HealthCheckObservations": {
|
|
1166
|
-
"shape": "
|
|
1284
|
+
"shape": "S5s"
|
|
1167
1285
|
}
|
|
1168
1286
|
}
|
|
1169
1287
|
}
|
|
@@ -1192,13 +1310,13 @@
|
|
|
1192
1310
|
],
|
|
1193
1311
|
"members": {
|
|
1194
1312
|
"HostedZone": {
|
|
1195
|
-
"shape": "
|
|
1313
|
+
"shape": "S37"
|
|
1196
1314
|
},
|
|
1197
1315
|
"DelegationSet": {
|
|
1198
|
-
"shape": "
|
|
1316
|
+
"shape": "S39"
|
|
1199
1317
|
},
|
|
1200
1318
|
"VPCs": {
|
|
1201
|
-
"shape": "
|
|
1319
|
+
"shape": "S60"
|
|
1202
1320
|
}
|
|
1203
1321
|
}
|
|
1204
1322
|
}
|
|
@@ -1296,7 +1414,7 @@
|
|
|
1296
1414
|
],
|
|
1297
1415
|
"members": {
|
|
1298
1416
|
"QueryLoggingConfig": {
|
|
1299
|
-
"shape": "
|
|
1417
|
+
"shape": "S3m"
|
|
1300
1418
|
}
|
|
1301
1419
|
}
|
|
1302
1420
|
}
|
|
@@ -1325,7 +1443,7 @@
|
|
|
1325
1443
|
],
|
|
1326
1444
|
"members": {
|
|
1327
1445
|
"DelegationSet": {
|
|
1328
|
-
"shape": "
|
|
1446
|
+
"shape": "S39"
|
|
1329
1447
|
}
|
|
1330
1448
|
}
|
|
1331
1449
|
}
|
|
@@ -1408,7 +1526,7 @@
|
|
|
1408
1526
|
],
|
|
1409
1527
|
"members": {
|
|
1410
1528
|
"TrafficPolicy": {
|
|
1411
|
-
"shape": "
|
|
1529
|
+
"shape": "S3v"
|
|
1412
1530
|
}
|
|
1413
1531
|
}
|
|
1414
1532
|
}
|
|
@@ -1437,7 +1555,7 @@
|
|
|
1437
1555
|
],
|
|
1438
1556
|
"members": {
|
|
1439
1557
|
"TrafficPolicyInstance": {
|
|
1440
|
-
"shape": "
|
|
1558
|
+
"shape": "S40"
|
|
1441
1559
|
}
|
|
1442
1560
|
}
|
|
1443
1561
|
}
|
|
@@ -1463,6 +1581,132 @@
|
|
|
1463
1581
|
}
|
|
1464
1582
|
}
|
|
1465
1583
|
},
|
|
1584
|
+
"ListCidrBlocks": {
|
|
1585
|
+
"http": {
|
|
1586
|
+
"method": "GET",
|
|
1587
|
+
"requestUri": "/2013-04-01/cidrcollection/{CidrCollectionId}/cidrblocks"
|
|
1588
|
+
},
|
|
1589
|
+
"input": {
|
|
1590
|
+
"type": "structure",
|
|
1591
|
+
"required": [
|
|
1592
|
+
"CollectionId"
|
|
1593
|
+
],
|
|
1594
|
+
"members": {
|
|
1595
|
+
"CollectionId": {
|
|
1596
|
+
"location": "uri",
|
|
1597
|
+
"locationName": "CidrCollectionId"
|
|
1598
|
+
},
|
|
1599
|
+
"LocationName": {
|
|
1600
|
+
"location": "querystring",
|
|
1601
|
+
"locationName": "location"
|
|
1602
|
+
},
|
|
1603
|
+
"NextToken": {
|
|
1604
|
+
"location": "querystring",
|
|
1605
|
+
"locationName": "nexttoken"
|
|
1606
|
+
},
|
|
1607
|
+
"MaxResults": {
|
|
1608
|
+
"location": "querystring",
|
|
1609
|
+
"locationName": "maxresults"
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
"output": {
|
|
1614
|
+
"type": "structure",
|
|
1615
|
+
"members": {
|
|
1616
|
+
"NextToken": {},
|
|
1617
|
+
"CidrBlocks": {
|
|
1618
|
+
"type": "list",
|
|
1619
|
+
"member": {
|
|
1620
|
+
"type": "structure",
|
|
1621
|
+
"members": {
|
|
1622
|
+
"CidrBlock": {},
|
|
1623
|
+
"LocationName": {}
|
|
1624
|
+
}
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1627
|
+
}
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
"ListCidrCollections": {
|
|
1631
|
+
"http": {
|
|
1632
|
+
"method": "GET",
|
|
1633
|
+
"requestUri": "/2013-04-01/cidrcollection"
|
|
1634
|
+
},
|
|
1635
|
+
"input": {
|
|
1636
|
+
"type": "structure",
|
|
1637
|
+
"members": {
|
|
1638
|
+
"NextToken": {
|
|
1639
|
+
"location": "querystring",
|
|
1640
|
+
"locationName": "nexttoken"
|
|
1641
|
+
},
|
|
1642
|
+
"MaxResults": {
|
|
1643
|
+
"location": "querystring",
|
|
1644
|
+
"locationName": "maxresults"
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1648
|
+
"output": {
|
|
1649
|
+
"type": "structure",
|
|
1650
|
+
"members": {
|
|
1651
|
+
"NextToken": {},
|
|
1652
|
+
"CidrCollections": {
|
|
1653
|
+
"type": "list",
|
|
1654
|
+
"member": {
|
|
1655
|
+
"type": "structure",
|
|
1656
|
+
"members": {
|
|
1657
|
+
"Arn": {},
|
|
1658
|
+
"Id": {},
|
|
1659
|
+
"Name": {},
|
|
1660
|
+
"Version": {
|
|
1661
|
+
"type": "long"
|
|
1662
|
+
}
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
"ListCidrLocations": {
|
|
1670
|
+
"http": {
|
|
1671
|
+
"method": "GET",
|
|
1672
|
+
"requestUri": "/2013-04-01/cidrcollection/{CidrCollectionId}"
|
|
1673
|
+
},
|
|
1674
|
+
"input": {
|
|
1675
|
+
"type": "structure",
|
|
1676
|
+
"required": [
|
|
1677
|
+
"CollectionId"
|
|
1678
|
+
],
|
|
1679
|
+
"members": {
|
|
1680
|
+
"CollectionId": {
|
|
1681
|
+
"location": "uri",
|
|
1682
|
+
"locationName": "CidrCollectionId"
|
|
1683
|
+
},
|
|
1684
|
+
"NextToken": {
|
|
1685
|
+
"location": "querystring",
|
|
1686
|
+
"locationName": "nexttoken"
|
|
1687
|
+
},
|
|
1688
|
+
"MaxResults": {
|
|
1689
|
+
"location": "querystring",
|
|
1690
|
+
"locationName": "maxresults"
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"output": {
|
|
1695
|
+
"type": "structure",
|
|
1696
|
+
"members": {
|
|
1697
|
+
"NextToken": {},
|
|
1698
|
+
"CidrLocations": {
|
|
1699
|
+
"type": "list",
|
|
1700
|
+
"member": {
|
|
1701
|
+
"type": "structure",
|
|
1702
|
+
"members": {
|
|
1703
|
+
"LocationName": {}
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1466
1710
|
"ListGeoLocations": {
|
|
1467
1711
|
"http": {
|
|
1468
1712
|
"method": "GET",
|
|
@@ -1500,7 +1744,7 @@
|
|
|
1500
1744
|
"GeoLocationDetailsList": {
|
|
1501
1745
|
"type": "list",
|
|
1502
1746
|
"member": {
|
|
1503
|
-
"shape": "
|
|
1747
|
+
"shape": "S5h",
|
|
1504
1748
|
"locationName": "GeoLocationDetails"
|
|
1505
1749
|
}
|
|
1506
1750
|
},
|
|
@@ -1544,7 +1788,7 @@
|
|
|
1544
1788
|
"HealthChecks": {
|
|
1545
1789
|
"type": "list",
|
|
1546
1790
|
"member": {
|
|
1547
|
-
"shape": "
|
|
1791
|
+
"shape": "S2n",
|
|
1548
1792
|
"locationName": "HealthCheck"
|
|
1549
1793
|
}
|
|
1550
1794
|
},
|
|
@@ -1589,7 +1833,7 @@
|
|
|
1589
1833
|
],
|
|
1590
1834
|
"members": {
|
|
1591
1835
|
"HostedZones": {
|
|
1592
|
-
"shape": "
|
|
1836
|
+
"shape": "S7c"
|
|
1593
1837
|
},
|
|
1594
1838
|
"Marker": {},
|
|
1595
1839
|
"IsTruncated": {
|
|
@@ -1631,7 +1875,7 @@
|
|
|
1631
1875
|
],
|
|
1632
1876
|
"members": {
|
|
1633
1877
|
"HostedZones": {
|
|
1634
|
-
"shape": "
|
|
1878
|
+
"shape": "S7c"
|
|
1635
1879
|
},
|
|
1636
1880
|
"DNSName": {},
|
|
1637
1881
|
"HostedZoneId": {},
|
|
@@ -1740,7 +1984,7 @@
|
|
|
1740
1984
|
"QueryLoggingConfigs": {
|
|
1741
1985
|
"type": "list",
|
|
1742
1986
|
"member": {
|
|
1743
|
-
"shape": "
|
|
1987
|
+
"shape": "S3m",
|
|
1744
1988
|
"locationName": "QueryLoggingConfig"
|
|
1745
1989
|
}
|
|
1746
1990
|
},
|
|
@@ -1792,7 +2036,7 @@
|
|
|
1792
2036
|
"ResourceRecordSets": {
|
|
1793
2037
|
"type": "list",
|
|
1794
2038
|
"member": {
|
|
1795
|
-
"shape": "
|
|
2039
|
+
"shape": "Sv",
|
|
1796
2040
|
"locationName": "ResourceRecordSet"
|
|
1797
2041
|
}
|
|
1798
2042
|
},
|
|
@@ -1836,7 +2080,7 @@
|
|
|
1836
2080
|
"DelegationSets": {
|
|
1837
2081
|
"type": "list",
|
|
1838
2082
|
"member": {
|
|
1839
|
-
"shape": "
|
|
2083
|
+
"shape": "S39",
|
|
1840
2084
|
"locationName": "DelegationSet"
|
|
1841
2085
|
}
|
|
1842
2086
|
},
|
|
@@ -1878,7 +2122,7 @@
|
|
|
1878
2122
|
],
|
|
1879
2123
|
"members": {
|
|
1880
2124
|
"ResourceTagSet": {
|
|
1881
|
-
"shape": "
|
|
2125
|
+
"shape": "S7x"
|
|
1882
2126
|
}
|
|
1883
2127
|
}
|
|
1884
2128
|
}
|
|
@@ -1919,7 +2163,7 @@
|
|
|
1919
2163
|
"ResourceTagSets": {
|
|
1920
2164
|
"type": "list",
|
|
1921
2165
|
"member": {
|
|
1922
|
-
"shape": "
|
|
2166
|
+
"shape": "S7x",
|
|
1923
2167
|
"locationName": "ResourceTagSet"
|
|
1924
2168
|
}
|
|
1925
2169
|
}
|
|
@@ -2021,7 +2265,7 @@
|
|
|
2021
2265
|
],
|
|
2022
2266
|
"members": {
|
|
2023
2267
|
"TrafficPolicyInstances": {
|
|
2024
|
-
"shape": "
|
|
2268
|
+
"shape": "S88"
|
|
2025
2269
|
},
|
|
2026
2270
|
"HostedZoneIdMarker": {},
|
|
2027
2271
|
"TrafficPolicyInstanceNameMarker": {},
|
|
@@ -2071,7 +2315,7 @@
|
|
|
2071
2315
|
],
|
|
2072
2316
|
"members": {
|
|
2073
2317
|
"TrafficPolicyInstances": {
|
|
2074
|
-
"shape": "
|
|
2318
|
+
"shape": "S88"
|
|
2075
2319
|
},
|
|
2076
2320
|
"TrafficPolicyInstanceNameMarker": {},
|
|
2077
2321
|
"TrafficPolicyInstanceTypeMarker": {},
|
|
@@ -2130,7 +2374,7 @@
|
|
|
2130
2374
|
],
|
|
2131
2375
|
"members": {
|
|
2132
2376
|
"TrafficPolicyInstances": {
|
|
2133
|
-
"shape": "
|
|
2377
|
+
"shape": "S88"
|
|
2134
2378
|
},
|
|
2135
2379
|
"HostedZoneIdMarker": {},
|
|
2136
2380
|
"TrafficPolicyInstanceNameMarker": {},
|
|
@@ -2179,7 +2423,7 @@
|
|
|
2179
2423
|
"TrafficPolicies": {
|
|
2180
2424
|
"type": "list",
|
|
2181
2425
|
"member": {
|
|
2182
|
-
"shape": "
|
|
2426
|
+
"shape": "S3v",
|
|
2183
2427
|
"locationName": "TrafficPolicy"
|
|
2184
2428
|
}
|
|
2185
2429
|
},
|
|
@@ -2226,7 +2470,7 @@
|
|
|
2226
2470
|
"HostedZoneId": {},
|
|
2227
2471
|
"NextToken": {},
|
|
2228
2472
|
"VPCs": {
|
|
2229
|
-
"shape": "
|
|
2473
|
+
"shape": "S60"
|
|
2230
2474
|
}
|
|
2231
2475
|
}
|
|
2232
2476
|
}
|
|
@@ -2336,16 +2580,16 @@
|
|
|
2336
2580
|
"type": "integer"
|
|
2337
2581
|
},
|
|
2338
2582
|
"ChildHealthChecks": {
|
|
2339
|
-
"shape": "
|
|
2583
|
+
"shape": "S2d"
|
|
2340
2584
|
},
|
|
2341
2585
|
"EnableSNI": {
|
|
2342
2586
|
"type": "boolean"
|
|
2343
2587
|
},
|
|
2344
2588
|
"Regions": {
|
|
2345
|
-
"shape": "
|
|
2589
|
+
"shape": "S2f"
|
|
2346
2590
|
},
|
|
2347
2591
|
"AlarmIdentifier": {
|
|
2348
|
-
"shape": "
|
|
2592
|
+
"shape": "S2h"
|
|
2349
2593
|
},
|
|
2350
2594
|
"InsufficientDataHealthStatus": {},
|
|
2351
2595
|
"ResetElements": {
|
|
@@ -2363,7 +2607,7 @@
|
|
|
2363
2607
|
],
|
|
2364
2608
|
"members": {
|
|
2365
2609
|
"HealthCheck": {
|
|
2366
|
-
"shape": "
|
|
2610
|
+
"shape": "S2n"
|
|
2367
2611
|
}
|
|
2368
2612
|
}
|
|
2369
2613
|
}
|
|
@@ -2396,7 +2640,7 @@
|
|
|
2396
2640
|
],
|
|
2397
2641
|
"members": {
|
|
2398
2642
|
"HostedZone": {
|
|
2399
|
-
"shape": "
|
|
2643
|
+
"shape": "S37"
|
|
2400
2644
|
}
|
|
2401
2645
|
}
|
|
2402
2646
|
}
|
|
@@ -2436,7 +2680,7 @@
|
|
|
2436
2680
|
],
|
|
2437
2681
|
"members": {
|
|
2438
2682
|
"TrafficPolicy": {
|
|
2439
|
-
"shape": "
|
|
2683
|
+
"shape": "S3v"
|
|
2440
2684
|
}
|
|
2441
2685
|
}
|
|
2442
2686
|
}
|
|
@@ -2478,7 +2722,7 @@
|
|
|
2478
2722
|
],
|
|
2479
2723
|
"members": {
|
|
2480
2724
|
"TrafficPolicyInstance": {
|
|
2481
|
-
"shape": "
|
|
2725
|
+
"shape": "S40"
|
|
2482
2726
|
}
|
|
2483
2727
|
}
|
|
2484
2728
|
}
|
|
@@ -2508,7 +2752,7 @@
|
|
|
2508
2752
|
"VPCId": {}
|
|
2509
2753
|
}
|
|
2510
2754
|
},
|
|
2511
|
-
"
|
|
2755
|
+
"Sv": {
|
|
2512
2756
|
"type": "structure",
|
|
2513
2757
|
"required": [
|
|
2514
2758
|
"Name",
|
|
@@ -2566,10 +2810,21 @@
|
|
|
2566
2810
|
}
|
|
2567
2811
|
},
|
|
2568
2812
|
"HealthCheckId": {},
|
|
2569
|
-
"TrafficPolicyInstanceId": {}
|
|
2813
|
+
"TrafficPolicyInstanceId": {},
|
|
2814
|
+
"CidrRoutingConfig": {
|
|
2815
|
+
"type": "structure",
|
|
2816
|
+
"required": [
|
|
2817
|
+
"CollectionId",
|
|
2818
|
+
"LocationName"
|
|
2819
|
+
],
|
|
2820
|
+
"members": {
|
|
2821
|
+
"CollectionId": {},
|
|
2822
|
+
"LocationName": {}
|
|
2823
|
+
}
|
|
2824
|
+
}
|
|
2570
2825
|
}
|
|
2571
2826
|
},
|
|
2572
|
-
"
|
|
2827
|
+
"S1l": {
|
|
2573
2828
|
"type": "list",
|
|
2574
2829
|
"member": {
|
|
2575
2830
|
"locationName": "Tag",
|
|
@@ -2580,7 +2835,7 @@
|
|
|
2580
2835
|
}
|
|
2581
2836
|
}
|
|
2582
2837
|
},
|
|
2583
|
-
"
|
|
2838
|
+
"S20": {
|
|
2584
2839
|
"type": "structure",
|
|
2585
2840
|
"required": [
|
|
2586
2841
|
"Type"
|
|
@@ -2613,34 +2868,34 @@
|
|
|
2613
2868
|
"type": "integer"
|
|
2614
2869
|
},
|
|
2615
2870
|
"ChildHealthChecks": {
|
|
2616
|
-
"shape": "
|
|
2871
|
+
"shape": "S2d"
|
|
2617
2872
|
},
|
|
2618
2873
|
"EnableSNI": {
|
|
2619
2874
|
"type": "boolean"
|
|
2620
2875
|
},
|
|
2621
2876
|
"Regions": {
|
|
2622
|
-
"shape": "
|
|
2877
|
+
"shape": "S2f"
|
|
2623
2878
|
},
|
|
2624
2879
|
"AlarmIdentifier": {
|
|
2625
|
-
"shape": "
|
|
2880
|
+
"shape": "S2h"
|
|
2626
2881
|
},
|
|
2627
2882
|
"InsufficientDataHealthStatus": {},
|
|
2628
2883
|
"RoutingControlArn": {}
|
|
2629
2884
|
}
|
|
2630
2885
|
},
|
|
2631
|
-
"
|
|
2886
|
+
"S2d": {
|
|
2632
2887
|
"type": "list",
|
|
2633
2888
|
"member": {
|
|
2634
2889
|
"locationName": "ChildHealthCheck"
|
|
2635
2890
|
}
|
|
2636
2891
|
},
|
|
2637
|
-
"
|
|
2892
|
+
"S2f": {
|
|
2638
2893
|
"type": "list",
|
|
2639
2894
|
"member": {
|
|
2640
2895
|
"locationName": "Region"
|
|
2641
2896
|
}
|
|
2642
2897
|
},
|
|
2643
|
-
"
|
|
2898
|
+
"S2h": {
|
|
2644
2899
|
"type": "structure",
|
|
2645
2900
|
"required": [
|
|
2646
2901
|
"Region",
|
|
@@ -2651,7 +2906,7 @@
|
|
|
2651
2906
|
"Name": {}
|
|
2652
2907
|
}
|
|
2653
2908
|
},
|
|
2654
|
-
"
|
|
2909
|
+
"S2n": {
|
|
2655
2910
|
"type": "structure",
|
|
2656
2911
|
"required": [
|
|
2657
2912
|
"Id",
|
|
@@ -2663,10 +2918,10 @@
|
|
|
2663
2918
|
"Id": {},
|
|
2664
2919
|
"CallerReference": {},
|
|
2665
2920
|
"LinkedService": {
|
|
2666
|
-
"shape": "
|
|
2921
|
+
"shape": "S2o"
|
|
2667
2922
|
},
|
|
2668
2923
|
"HealthCheckConfig": {
|
|
2669
|
-
"shape": "
|
|
2924
|
+
"shape": "S20"
|
|
2670
2925
|
},
|
|
2671
2926
|
"HealthCheckVersion": {
|
|
2672
2927
|
"type": "long"
|
|
@@ -2715,14 +2970,14 @@
|
|
|
2715
2970
|
}
|
|
2716
2971
|
}
|
|
2717
2972
|
},
|
|
2718
|
-
"
|
|
2973
|
+
"S2o": {
|
|
2719
2974
|
"type": "structure",
|
|
2720
2975
|
"members": {
|
|
2721
2976
|
"ServicePrincipal": {},
|
|
2722
2977
|
"Description": {}
|
|
2723
2978
|
}
|
|
2724
2979
|
},
|
|
2725
|
-
"
|
|
2980
|
+
"S34": {
|
|
2726
2981
|
"type": "structure",
|
|
2727
2982
|
"members": {
|
|
2728
2983
|
"Comment": {},
|
|
@@ -2731,7 +2986,7 @@
|
|
|
2731
2986
|
}
|
|
2732
2987
|
}
|
|
2733
2988
|
},
|
|
2734
|
-
"
|
|
2989
|
+
"S37": {
|
|
2735
2990
|
"type": "structure",
|
|
2736
2991
|
"required": [
|
|
2737
2992
|
"Id",
|
|
@@ -2743,17 +2998,17 @@
|
|
|
2743
2998
|
"Name": {},
|
|
2744
2999
|
"CallerReference": {},
|
|
2745
3000
|
"Config": {
|
|
2746
|
-
"shape": "
|
|
3001
|
+
"shape": "S34"
|
|
2747
3002
|
},
|
|
2748
3003
|
"ResourceRecordSetCount": {
|
|
2749
3004
|
"type": "long"
|
|
2750
3005
|
},
|
|
2751
3006
|
"LinkedService": {
|
|
2752
|
-
"shape": "
|
|
3007
|
+
"shape": "S2o"
|
|
2753
3008
|
}
|
|
2754
3009
|
}
|
|
2755
3010
|
},
|
|
2756
|
-
"
|
|
3011
|
+
"S39": {
|
|
2757
3012
|
"type": "structure",
|
|
2758
3013
|
"required": [
|
|
2759
3014
|
"NameServers"
|
|
@@ -2769,7 +3024,7 @@
|
|
|
2769
3024
|
}
|
|
2770
3025
|
}
|
|
2771
3026
|
},
|
|
2772
|
-
"
|
|
3027
|
+
"S3f": {
|
|
2773
3028
|
"type": "structure",
|
|
2774
3029
|
"members": {
|
|
2775
3030
|
"Name": {},
|
|
@@ -2802,7 +3057,7 @@
|
|
|
2802
3057
|
}
|
|
2803
3058
|
}
|
|
2804
3059
|
},
|
|
2805
|
-
"
|
|
3060
|
+
"S3m": {
|
|
2806
3061
|
"type": "structure",
|
|
2807
3062
|
"required": [
|
|
2808
3063
|
"Id",
|
|
@@ -2815,7 +3070,7 @@
|
|
|
2815
3070
|
"CloudWatchLogsLogGroupArn": {}
|
|
2816
3071
|
}
|
|
2817
3072
|
},
|
|
2818
|
-
"
|
|
3073
|
+
"S3v": {
|
|
2819
3074
|
"type": "structure",
|
|
2820
3075
|
"required": [
|
|
2821
3076
|
"Id",
|
|
@@ -2835,7 +3090,7 @@
|
|
|
2835
3090
|
"Comment": {}
|
|
2836
3091
|
}
|
|
2837
3092
|
},
|
|
2838
|
-
"
|
|
3093
|
+
"S40": {
|
|
2839
3094
|
"type": "structure",
|
|
2840
3095
|
"required": [
|
|
2841
3096
|
"Id",
|
|
@@ -2864,7 +3119,7 @@
|
|
|
2864
3119
|
"TrafficPolicyType": {}
|
|
2865
3120
|
}
|
|
2866
3121
|
},
|
|
2867
|
-
"
|
|
3122
|
+
"S5h": {
|
|
2868
3123
|
"type": "structure",
|
|
2869
3124
|
"members": {
|
|
2870
3125
|
"ContinentCode": {},
|
|
@@ -2875,7 +3130,7 @@
|
|
|
2875
3130
|
"SubdivisionName": {}
|
|
2876
3131
|
}
|
|
2877
3132
|
},
|
|
2878
|
-
"
|
|
3133
|
+
"S5s": {
|
|
2879
3134
|
"type": "list",
|
|
2880
3135
|
"member": {
|
|
2881
3136
|
"locationName": "HealthCheckObservation",
|
|
@@ -2895,34 +3150,34 @@
|
|
|
2895
3150
|
}
|
|
2896
3151
|
}
|
|
2897
3152
|
},
|
|
2898
|
-
"
|
|
3153
|
+
"S60": {
|
|
2899
3154
|
"type": "list",
|
|
2900
3155
|
"member": {
|
|
2901
3156
|
"shape": "Sa",
|
|
2902
3157
|
"locationName": "VPC"
|
|
2903
3158
|
}
|
|
2904
3159
|
},
|
|
2905
|
-
"
|
|
3160
|
+
"S7c": {
|
|
2906
3161
|
"type": "list",
|
|
2907
3162
|
"member": {
|
|
2908
|
-
"shape": "
|
|
3163
|
+
"shape": "S37",
|
|
2909
3164
|
"locationName": "HostedZone"
|
|
2910
3165
|
}
|
|
2911
3166
|
},
|
|
2912
|
-
"
|
|
3167
|
+
"S7x": {
|
|
2913
3168
|
"type": "structure",
|
|
2914
3169
|
"members": {
|
|
2915
3170
|
"ResourceType": {},
|
|
2916
3171
|
"ResourceId": {},
|
|
2917
3172
|
"Tags": {
|
|
2918
|
-
"shape": "
|
|
3173
|
+
"shape": "S1l"
|
|
2919
3174
|
}
|
|
2920
3175
|
}
|
|
2921
3176
|
},
|
|
2922
|
-
"
|
|
3177
|
+
"S88": {
|
|
2923
3178
|
"type": "list",
|
|
2924
3179
|
"member": {
|
|
2925
|
-
"shape": "
|
|
3180
|
+
"shape": "S40",
|
|
2926
3181
|
"locationName": "TrafficPolicyInstance"
|
|
2927
3182
|
}
|
|
2928
3183
|
}
|