aws-sdk 2.746.0 → 2.750.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 +23 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +66 -0
- package/apis/cloudfront-2020-05-31.min.json +3 -0
- package/apis/codebuild-2016-10-06.min.json +6 -2
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +53 -50
- package/apis/glue-2017-03-31.min.json +158 -91
- package/apis/glue-2017-03-31.paginators.json +5 -0
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +16 -13
- package/apis/metadata.json +8 -0
- package/apis/quicksight-2018-04-01.min.json +65 -59
- package/apis/redshift-data-2019-12-20.examples.json +5 -0
- package/apis/redshift-data-2019-12-20.min.json +381 -0
- package/apis/redshift-data-2019-12-20.paginators.json +39 -0
- package/apis/s3-2006-03-01.examples.json +117 -117
- package/apis/s3-2006-03-01.min.json +431 -83
- package/apis/sso-admin-2020-07-20.examples.json +5 -0
- package/apis/sso-admin-2020-07-20.min.json +759 -0
- package/apis/sso-admin-2020-07-20.paginators.json +63 -0
- package/apis/workspaces-2015-04-08.min.json +10 -6
- package/apis/xray-2016-04-12.min.json +81 -61
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/apigatewayv2.d.ts +100 -34
- package/clients/cloudfront.d.ts +11 -7
- package/clients/codebuild.d.ts +14 -6
- package/clients/ebs.d.ts +7 -7
- package/clients/elbv2.d.ts +18 -4
- package/clients/glue.d.ts +81 -2
- package/clients/kinesisanalyticsv2.d.ts +2 -1
- package/clients/lexmodelbuildingservice.d.ts +12 -12
- package/clients/quicksight.d.ts +16 -0
- package/clients/redshiftdata.d.ts +614 -0
- package/clients/redshiftdata.js +18 -0
- package/clients/s3.d.ts +389 -41
- package/clients/ssm.d.ts +10 -10
- package/clients/ssoadmin.d.ts +1059 -0
- package/clients/ssoadmin.js +18 -0
- package/clients/workspaces.d.ts +9 -3
- package/clients/xray.d.ts +66 -8
- package/dist/aws-sdk-core-react-native.js +6 -5
- package/dist/aws-sdk-react-native.js +93 -18
- package/dist/aws-sdk.js +589 -202
- package/dist/aws-sdk.min.js +70 -69
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/credentials/ec2_metadata_credentials.d.ts +5 -1
- package/lib/credentials/ec2_metadata_credentials.js +12 -1
- package/lib/protocol/json.js +3 -2
- package/lib/request.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,29 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.750.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.750.0
|
|
6
|
+
* feature: CloudFront: Cloudfront adds support for Brotli. You can enable brotli caching and compression support by enabling it in your Cache Policy.
|
|
7
|
+
* feature: S3: Bucket owner verification feature added. This feature introduces the x-amz-expected-bucket-owner and x-amz-source-expected-bucket-owner headers.
|
|
8
|
+
* feature: SSOAdmin: This is an initial release of AWS Single Sign-On (SSO) Access Management APIs. This release adds support for SSO operations which could be used for managing access to AWS accounts.
|
|
9
|
+
|
|
10
|
+
## 2.749.0
|
|
11
|
+
* feature: Glue: Adding support for partitionIndexes to improve GetPartitions performance.
|
|
12
|
+
* feature: KinesisAnalyticsV2: Kinesis Data Analytics is adding new AUTOSCALING application status for applications during auto scaling and also adding FlinkRunConfigurationDescription in the ApplicationDetails.
|
|
13
|
+
* feature: RedshiftData: The Amazon Redshift Data API is generally available. This release enables querying Amazon Redshift data and listing various database objects.
|
|
14
|
+
|
|
15
|
+
## 2.748.0
|
|
16
|
+
* bugfix: protocol: Allow error code extraction from pascal cased Code attribute in the JSON body response
|
|
17
|
+
* feature: ApiGatewayV2: You can now secure HTTP APIs using Lambda authorizers and IAM authorizers. These options enable you to make flexible auth decisions using a Lambda function, or using IAM policies, respectively.
|
|
18
|
+
* feature: CodeBuild: AWS CodeBuild - Support keyword search for test cases in DecribeTestCases API . Allow deletion of reports in the report group, before deletion of report group using the deleteReports flag.
|
|
19
|
+
* feature: ELBv2: Adds support for Application Load Balancers on Outposts.
|
|
20
|
+
* feature: LexModelBuildingService: Amazon Lex supports en-AU locale
|
|
21
|
+
* feature: QuickSight: Adds tagging support for QuickSight customization resources. A user can now specify a list of tags when creating a customization resource and use a customization ARN in QuickSight's tagging APIs.
|
|
22
|
+
|
|
23
|
+
## 2.747.0
|
|
24
|
+
* feature: WorkSpaces: Adding support for Microsoft Office 2016 and Microsoft Office 2019 in BYOL Images
|
|
25
|
+
* feature: XRay: Enhancing CreateGroup, UpdateGroup, GetGroup and GetGroups APIs to support configuring X-Ray Insights
|
|
26
|
+
|
|
5
27
|
## 2.746.0
|
|
6
28
|
* bugfix: Types: Re-export ConfigBase on previous config typings
|
|
7
29
|
* feature: GuardDuty: GuardDuty findings triggered by failed events now include the error code name within the AwsApiCallAction section.
|
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ version.
|
|
|
25
25
|
To use the SDK in the browser, simply add the following script tag to your
|
|
26
26
|
HTML pages:
|
|
27
27
|
|
|
28
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
28
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.750.0.min.js"></script>
|
|
29
29
|
|
|
30
30
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
31
31
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -183,6 +183,9 @@
|
|
|
183
183
|
"AuthorizerCredentialsArn": {
|
|
184
184
|
"locationName": "authorizerCredentialsArn"
|
|
185
185
|
},
|
|
186
|
+
"AuthorizerPayloadFormatVersion": {
|
|
187
|
+
"locationName": "authorizerPayloadFormatVersion"
|
|
188
|
+
},
|
|
186
189
|
"AuthorizerResultTtlInSeconds": {
|
|
187
190
|
"locationName": "authorizerResultTtlInSeconds",
|
|
188
191
|
"type": "integer"
|
|
@@ -193,6 +196,10 @@
|
|
|
193
196
|
"AuthorizerUri": {
|
|
194
197
|
"locationName": "authorizerUri"
|
|
195
198
|
},
|
|
199
|
+
"EnableSimpleResponses": {
|
|
200
|
+
"locationName": "enableSimpleResponses",
|
|
201
|
+
"type": "boolean"
|
|
202
|
+
},
|
|
196
203
|
"IdentitySource": {
|
|
197
204
|
"shape": "Ss",
|
|
198
205
|
"locationName": "identitySource"
|
|
@@ -224,6 +231,9 @@
|
|
|
224
231
|
"AuthorizerId": {
|
|
225
232
|
"locationName": "authorizerId"
|
|
226
233
|
},
|
|
234
|
+
"AuthorizerPayloadFormatVersion": {
|
|
235
|
+
"locationName": "authorizerPayloadFormatVersion"
|
|
236
|
+
},
|
|
227
237
|
"AuthorizerResultTtlInSeconds": {
|
|
228
238
|
"locationName": "authorizerResultTtlInSeconds",
|
|
229
239
|
"type": "integer"
|
|
@@ -234,6 +244,10 @@
|
|
|
234
244
|
"AuthorizerUri": {
|
|
235
245
|
"locationName": "authorizerUri"
|
|
236
246
|
},
|
|
247
|
+
"EnableSimpleResponses": {
|
|
248
|
+
"locationName": "enableSimpleResponses",
|
|
249
|
+
"type": "boolean"
|
|
250
|
+
},
|
|
237
251
|
"IdentitySource": {
|
|
238
252
|
"shape": "Ss",
|
|
239
253
|
"locationName": "identitySource"
|
|
@@ -1381,6 +1395,30 @@
|
|
|
1381
1395
|
"payload": "body"
|
|
1382
1396
|
}
|
|
1383
1397
|
},
|
|
1398
|
+
"ResetAuthorizersCache": {
|
|
1399
|
+
"http": {
|
|
1400
|
+
"method": "DELETE",
|
|
1401
|
+
"requestUri": "/v2/apis/{apiId}/stages/{stageName}/cache/authorizers",
|
|
1402
|
+
"responseCode": 204
|
|
1403
|
+
},
|
|
1404
|
+
"input": {
|
|
1405
|
+
"type": "structure",
|
|
1406
|
+
"members": {
|
|
1407
|
+
"ApiId": {
|
|
1408
|
+
"location": "uri",
|
|
1409
|
+
"locationName": "apiId"
|
|
1410
|
+
},
|
|
1411
|
+
"StageName": {
|
|
1412
|
+
"location": "uri",
|
|
1413
|
+
"locationName": "stageName"
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
1416
|
+
"required": [
|
|
1417
|
+
"StageName",
|
|
1418
|
+
"ApiId"
|
|
1419
|
+
]
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1384
1422
|
"GetApi": {
|
|
1385
1423
|
"http": {
|
|
1386
1424
|
"method": "GET",
|
|
@@ -1684,6 +1722,9 @@
|
|
|
1684
1722
|
"AuthorizerId": {
|
|
1685
1723
|
"locationName": "authorizerId"
|
|
1686
1724
|
},
|
|
1725
|
+
"AuthorizerPayloadFormatVersion": {
|
|
1726
|
+
"locationName": "authorizerPayloadFormatVersion"
|
|
1727
|
+
},
|
|
1687
1728
|
"AuthorizerResultTtlInSeconds": {
|
|
1688
1729
|
"locationName": "authorizerResultTtlInSeconds",
|
|
1689
1730
|
"type": "integer"
|
|
@@ -1694,6 +1735,10 @@
|
|
|
1694
1735
|
"AuthorizerUri": {
|
|
1695
1736
|
"locationName": "authorizerUri"
|
|
1696
1737
|
},
|
|
1738
|
+
"EnableSimpleResponses": {
|
|
1739
|
+
"locationName": "enableSimpleResponses",
|
|
1740
|
+
"type": "boolean"
|
|
1741
|
+
},
|
|
1697
1742
|
"IdentitySource": {
|
|
1698
1743
|
"shape": "Ss",
|
|
1699
1744
|
"locationName": "identitySource"
|
|
@@ -1752,6 +1797,9 @@
|
|
|
1752
1797
|
"AuthorizerId": {
|
|
1753
1798
|
"locationName": "authorizerId"
|
|
1754
1799
|
},
|
|
1800
|
+
"AuthorizerPayloadFormatVersion": {
|
|
1801
|
+
"locationName": "authorizerPayloadFormatVersion"
|
|
1802
|
+
},
|
|
1755
1803
|
"AuthorizerResultTtlInSeconds": {
|
|
1756
1804
|
"locationName": "authorizerResultTtlInSeconds",
|
|
1757
1805
|
"type": "integer"
|
|
@@ -1762,6 +1810,10 @@
|
|
|
1762
1810
|
"AuthorizerUri": {
|
|
1763
1811
|
"locationName": "authorizerUri"
|
|
1764
1812
|
},
|
|
1813
|
+
"EnableSimpleResponses": {
|
|
1814
|
+
"locationName": "enableSimpleResponses",
|
|
1815
|
+
"type": "boolean"
|
|
1816
|
+
},
|
|
1765
1817
|
"IdentitySource": {
|
|
1766
1818
|
"shape": "Ss",
|
|
1767
1819
|
"locationName": "identitySource"
|
|
@@ -3476,6 +3528,9 @@
|
|
|
3476
3528
|
"location": "uri",
|
|
3477
3529
|
"locationName": "authorizerId"
|
|
3478
3530
|
},
|
|
3531
|
+
"AuthorizerPayloadFormatVersion": {
|
|
3532
|
+
"locationName": "authorizerPayloadFormatVersion"
|
|
3533
|
+
},
|
|
3479
3534
|
"AuthorizerResultTtlInSeconds": {
|
|
3480
3535
|
"locationName": "authorizerResultTtlInSeconds",
|
|
3481
3536
|
"type": "integer"
|
|
@@ -3486,6 +3541,10 @@
|
|
|
3486
3541
|
"AuthorizerUri": {
|
|
3487
3542
|
"locationName": "authorizerUri"
|
|
3488
3543
|
},
|
|
3544
|
+
"EnableSimpleResponses": {
|
|
3545
|
+
"locationName": "enableSimpleResponses",
|
|
3546
|
+
"type": "boolean"
|
|
3547
|
+
},
|
|
3489
3548
|
"IdentitySource": {
|
|
3490
3549
|
"shape": "Ss",
|
|
3491
3550
|
"locationName": "identitySource"
|
|
@@ -3515,6 +3574,9 @@
|
|
|
3515
3574
|
"AuthorizerId": {
|
|
3516
3575
|
"locationName": "authorizerId"
|
|
3517
3576
|
},
|
|
3577
|
+
"AuthorizerPayloadFormatVersion": {
|
|
3578
|
+
"locationName": "authorizerPayloadFormatVersion"
|
|
3579
|
+
},
|
|
3518
3580
|
"AuthorizerResultTtlInSeconds": {
|
|
3519
3581
|
"locationName": "authorizerResultTtlInSeconds",
|
|
3520
3582
|
"type": "integer"
|
|
@@ -3525,6 +3587,10 @@
|
|
|
3525
3587
|
"AuthorizerUri": {
|
|
3526
3588
|
"locationName": "authorizerUri"
|
|
3527
3589
|
},
|
|
3590
|
+
"EnableSimpleResponses": {
|
|
3591
|
+
"locationName": "enableSimpleResponses",
|
|
3592
|
+
"type": "boolean"
|
|
3593
|
+
},
|
|
3528
3594
|
"IdentitySource": {
|
|
3529
3595
|
"shape": "Ss",
|
|
3530
3596
|
"locationName": "identitySource"
|
|
@@ -421,7 +421,10 @@
|
|
|
421
421
|
"arn"
|
|
422
422
|
],
|
|
423
423
|
"members": {
|
|
424
|
-
"arn": {}
|
|
424
|
+
"arn": {},
|
|
425
|
+
"deleteReports": {
|
|
426
|
+
"type": "boolean"
|
|
427
|
+
}
|
|
425
428
|
}
|
|
426
429
|
},
|
|
427
430
|
"output": {
|
|
@@ -552,7 +555,8 @@
|
|
|
552
555
|
"filter": {
|
|
553
556
|
"type": "structure",
|
|
554
557
|
"members": {
|
|
555
|
-
"status": {}
|
|
558
|
+
"status": {},
|
|
559
|
+
"keyword": {}
|
|
556
560
|
}
|
|
557
561
|
}
|
|
558
562
|
}
|
|
@@ -117,7 +117,8 @@
|
|
|
117
117
|
"shape": "Sb"
|
|
118
118
|
},
|
|
119
119
|
"Type": {},
|
|
120
|
-
"IpAddressType": {}
|
|
120
|
+
"IpAddressType": {},
|
|
121
|
+
"CustomerOwnedIpv4Pool": {}
|
|
121
122
|
}
|
|
122
123
|
},
|
|
123
124
|
"output": {
|
|
@@ -125,7 +126,7 @@
|
|
|
125
126
|
"type": "structure",
|
|
126
127
|
"members": {
|
|
127
128
|
"LoadBalancers": {
|
|
128
|
-
"shape": "
|
|
129
|
+
"shape": "S2i"
|
|
129
130
|
}
|
|
130
131
|
}
|
|
131
132
|
}
|
|
@@ -142,7 +143,7 @@
|
|
|
142
143
|
"members": {
|
|
143
144
|
"ListenerArn": {},
|
|
144
145
|
"Conditions": {
|
|
145
|
-
"shape": "
|
|
146
|
+
"shape": "S2z"
|
|
146
147
|
},
|
|
147
148
|
"Priority": {
|
|
148
149
|
"type": "integer"
|
|
@@ -157,7 +158,7 @@
|
|
|
157
158
|
"type": "structure",
|
|
158
159
|
"members": {
|
|
159
160
|
"Rules": {
|
|
160
|
-
"shape": "
|
|
161
|
+
"shape": "S3f"
|
|
161
162
|
}
|
|
162
163
|
}
|
|
163
164
|
}
|
|
@@ -194,7 +195,7 @@
|
|
|
194
195
|
"type": "integer"
|
|
195
196
|
},
|
|
196
197
|
"Matcher": {
|
|
197
|
-
"shape": "
|
|
198
|
+
"shape": "S3s"
|
|
198
199
|
},
|
|
199
200
|
"TargetType": {}
|
|
200
201
|
}
|
|
@@ -204,7 +205,7 @@
|
|
|
204
205
|
"type": "structure",
|
|
205
206
|
"members": {
|
|
206
207
|
"TargetGroups": {
|
|
207
|
-
"shape": "
|
|
208
|
+
"shape": "S3w"
|
|
208
209
|
}
|
|
209
210
|
}
|
|
210
211
|
}
|
|
@@ -283,7 +284,7 @@
|
|
|
283
284
|
"members": {
|
|
284
285
|
"TargetGroupArn": {},
|
|
285
286
|
"Targets": {
|
|
286
|
-
"shape": "
|
|
287
|
+
"shape": "S48"
|
|
287
288
|
}
|
|
288
289
|
}
|
|
289
290
|
},
|
|
@@ -387,7 +388,7 @@
|
|
|
387
388
|
"type": "structure",
|
|
388
389
|
"members": {
|
|
389
390
|
"Attributes": {
|
|
390
|
-
"shape": "
|
|
391
|
+
"shape": "S4r"
|
|
391
392
|
}
|
|
392
393
|
}
|
|
393
394
|
}
|
|
@@ -397,7 +398,7 @@
|
|
|
397
398
|
"type": "structure",
|
|
398
399
|
"members": {
|
|
399
400
|
"LoadBalancerArns": {
|
|
400
|
-
"shape": "
|
|
401
|
+
"shape": "S3y"
|
|
401
402
|
},
|
|
402
403
|
"Names": {
|
|
403
404
|
"type": "list",
|
|
@@ -414,7 +415,7 @@
|
|
|
414
415
|
"type": "structure",
|
|
415
416
|
"members": {
|
|
416
417
|
"LoadBalancers": {
|
|
417
|
-
"shape": "
|
|
418
|
+
"shape": "S2i"
|
|
418
419
|
},
|
|
419
420
|
"NextMarker": {}
|
|
420
421
|
}
|
|
@@ -440,7 +441,7 @@
|
|
|
440
441
|
"type": "structure",
|
|
441
442
|
"members": {
|
|
442
443
|
"Rules": {
|
|
443
|
-
"shape": "
|
|
444
|
+
"shape": "S3f"
|
|
444
445
|
},
|
|
445
446
|
"NextMarker": {}
|
|
446
447
|
}
|
|
@@ -539,7 +540,7 @@
|
|
|
539
540
|
"type": "structure",
|
|
540
541
|
"members": {
|
|
541
542
|
"Attributes": {
|
|
542
|
-
"shape": "
|
|
543
|
+
"shape": "S5i"
|
|
543
544
|
}
|
|
544
545
|
}
|
|
545
546
|
}
|
|
@@ -568,7 +569,7 @@
|
|
|
568
569
|
"type": "structure",
|
|
569
570
|
"members": {
|
|
570
571
|
"TargetGroups": {
|
|
571
|
-
"shape": "
|
|
572
|
+
"shape": "S3w"
|
|
572
573
|
},
|
|
573
574
|
"NextMarker": {}
|
|
574
575
|
}
|
|
@@ -583,7 +584,7 @@
|
|
|
583
584
|
"members": {
|
|
584
585
|
"TargetGroupArn": {},
|
|
585
586
|
"Targets": {
|
|
586
|
-
"shape": "
|
|
587
|
+
"shape": "S48"
|
|
587
588
|
}
|
|
588
589
|
}
|
|
589
590
|
},
|
|
@@ -597,7 +598,7 @@
|
|
|
597
598
|
"type": "structure",
|
|
598
599
|
"members": {
|
|
599
600
|
"Target": {
|
|
600
|
-
"shape": "
|
|
601
|
+
"shape": "S49"
|
|
601
602
|
},
|
|
602
603
|
"HealthCheckPort": {},
|
|
603
604
|
"TargetHealth": {
|
|
@@ -658,7 +659,7 @@
|
|
|
658
659
|
"members": {
|
|
659
660
|
"LoadBalancerArn": {},
|
|
660
661
|
"Attributes": {
|
|
661
|
-
"shape": "
|
|
662
|
+
"shape": "S4r"
|
|
662
663
|
}
|
|
663
664
|
}
|
|
664
665
|
},
|
|
@@ -667,7 +668,7 @@
|
|
|
667
668
|
"type": "structure",
|
|
668
669
|
"members": {
|
|
669
670
|
"Attributes": {
|
|
670
|
-
"shape": "
|
|
671
|
+
"shape": "S4r"
|
|
671
672
|
}
|
|
672
673
|
}
|
|
673
674
|
}
|
|
@@ -681,7 +682,7 @@
|
|
|
681
682
|
"members": {
|
|
682
683
|
"RuleArn": {},
|
|
683
684
|
"Conditions": {
|
|
684
|
-
"shape": "
|
|
685
|
+
"shape": "S2z"
|
|
685
686
|
},
|
|
686
687
|
"Actions": {
|
|
687
688
|
"shape": "Sl"
|
|
@@ -693,7 +694,7 @@
|
|
|
693
694
|
"type": "structure",
|
|
694
695
|
"members": {
|
|
695
696
|
"Rules": {
|
|
696
|
-
"shape": "
|
|
697
|
+
"shape": "S3f"
|
|
697
698
|
}
|
|
698
699
|
}
|
|
699
700
|
}
|
|
@@ -725,7 +726,7 @@
|
|
|
725
726
|
"type": "integer"
|
|
726
727
|
},
|
|
727
728
|
"Matcher": {
|
|
728
|
-
"shape": "
|
|
729
|
+
"shape": "S3s"
|
|
729
730
|
}
|
|
730
731
|
}
|
|
731
732
|
},
|
|
@@ -734,7 +735,7 @@
|
|
|
734
735
|
"type": "structure",
|
|
735
736
|
"members": {
|
|
736
737
|
"TargetGroups": {
|
|
737
|
-
"shape": "
|
|
738
|
+
"shape": "S3w"
|
|
738
739
|
}
|
|
739
740
|
}
|
|
740
741
|
}
|
|
@@ -749,7 +750,7 @@
|
|
|
749
750
|
"members": {
|
|
750
751
|
"TargetGroupArn": {},
|
|
751
752
|
"Attributes": {
|
|
752
|
-
"shape": "
|
|
753
|
+
"shape": "S5i"
|
|
753
754
|
}
|
|
754
755
|
}
|
|
755
756
|
},
|
|
@@ -758,7 +759,7 @@
|
|
|
758
759
|
"type": "structure",
|
|
759
760
|
"members": {
|
|
760
761
|
"Attributes": {
|
|
761
|
-
"shape": "
|
|
762
|
+
"shape": "S5i"
|
|
762
763
|
}
|
|
763
764
|
}
|
|
764
765
|
}
|
|
@@ -773,7 +774,7 @@
|
|
|
773
774
|
"members": {
|
|
774
775
|
"TargetGroupArn": {},
|
|
775
776
|
"Targets": {
|
|
776
|
-
"shape": "
|
|
777
|
+
"shape": "S48"
|
|
777
778
|
}
|
|
778
779
|
}
|
|
779
780
|
},
|
|
@@ -872,7 +873,7 @@
|
|
|
872
873
|
"type": "structure",
|
|
873
874
|
"members": {
|
|
874
875
|
"Rules": {
|
|
875
|
-
"shape": "
|
|
876
|
+
"shape": "S3f"
|
|
876
877
|
}
|
|
877
878
|
}
|
|
878
879
|
}
|
|
@@ -922,7 +923,7 @@
|
|
|
922
923
|
"type": "structure",
|
|
923
924
|
"members": {
|
|
924
925
|
"AvailabilityZones": {
|
|
925
|
-
"shape": "
|
|
926
|
+
"shape": "S2r"
|
|
926
927
|
}
|
|
927
928
|
}
|
|
928
929
|
}
|
|
@@ -1130,7 +1131,7 @@
|
|
|
1130
1131
|
"type": "list",
|
|
1131
1132
|
"member": {}
|
|
1132
1133
|
},
|
|
1133
|
-
"
|
|
1134
|
+
"S2i": {
|
|
1134
1135
|
"type": "list",
|
|
1135
1136
|
"member": {
|
|
1136
1137
|
"type": "structure",
|
|
@@ -1153,22 +1154,24 @@
|
|
|
1153
1154
|
},
|
|
1154
1155
|
"Type": {},
|
|
1155
1156
|
"AvailabilityZones": {
|
|
1156
|
-
"shape": "
|
|
1157
|
+
"shape": "S2r"
|
|
1157
1158
|
},
|
|
1158
1159
|
"SecurityGroups": {
|
|
1159
1160
|
"shape": "S2b"
|
|
1160
1161
|
},
|
|
1161
|
-
"IpAddressType": {}
|
|
1162
|
+
"IpAddressType": {},
|
|
1163
|
+
"CustomerOwnedIpv4Pool": {}
|
|
1162
1164
|
}
|
|
1163
1165
|
}
|
|
1164
1166
|
},
|
|
1165
|
-
"
|
|
1167
|
+
"S2r": {
|
|
1166
1168
|
"type": "list",
|
|
1167
1169
|
"member": {
|
|
1168
1170
|
"type": "structure",
|
|
1169
1171
|
"members": {
|
|
1170
1172
|
"ZoneName": {},
|
|
1171
1173
|
"SubnetId": {},
|
|
1174
|
+
"OutpostId": {},
|
|
1172
1175
|
"LoadBalancerAddresses": {
|
|
1173
1176
|
"type": "list",
|
|
1174
1177
|
"member": {
|
|
@@ -1183,20 +1186,20 @@
|
|
|
1183
1186
|
}
|
|
1184
1187
|
}
|
|
1185
1188
|
},
|
|
1186
|
-
"
|
|
1189
|
+
"S2z": {
|
|
1187
1190
|
"type": "list",
|
|
1188
1191
|
"member": {
|
|
1189
1192
|
"type": "structure",
|
|
1190
1193
|
"members": {
|
|
1191
1194
|
"Field": {},
|
|
1192
1195
|
"Values": {
|
|
1193
|
-
"shape": "
|
|
1196
|
+
"shape": "S32"
|
|
1194
1197
|
},
|
|
1195
1198
|
"HostHeaderConfig": {
|
|
1196
1199
|
"type": "structure",
|
|
1197
1200
|
"members": {
|
|
1198
1201
|
"Values": {
|
|
1199
|
-
"shape": "
|
|
1202
|
+
"shape": "S32"
|
|
1200
1203
|
}
|
|
1201
1204
|
}
|
|
1202
1205
|
},
|
|
@@ -1204,7 +1207,7 @@
|
|
|
1204
1207
|
"type": "structure",
|
|
1205
1208
|
"members": {
|
|
1206
1209
|
"Values": {
|
|
1207
|
-
"shape": "
|
|
1210
|
+
"shape": "S32"
|
|
1208
1211
|
}
|
|
1209
1212
|
}
|
|
1210
1213
|
},
|
|
@@ -1213,7 +1216,7 @@
|
|
|
1213
1216
|
"members": {
|
|
1214
1217
|
"HttpHeaderName": {},
|
|
1215
1218
|
"Values": {
|
|
1216
|
-
"shape": "
|
|
1219
|
+
"shape": "S32"
|
|
1217
1220
|
}
|
|
1218
1221
|
}
|
|
1219
1222
|
},
|
|
@@ -1236,7 +1239,7 @@
|
|
|
1236
1239
|
"type": "structure",
|
|
1237
1240
|
"members": {
|
|
1238
1241
|
"Values": {
|
|
1239
|
-
"shape": "
|
|
1242
|
+
"shape": "S32"
|
|
1240
1243
|
}
|
|
1241
1244
|
}
|
|
1242
1245
|
},
|
|
@@ -1244,18 +1247,18 @@
|
|
|
1244
1247
|
"type": "structure",
|
|
1245
1248
|
"members": {
|
|
1246
1249
|
"Values": {
|
|
1247
|
-
"shape": "
|
|
1250
|
+
"shape": "S32"
|
|
1248
1251
|
}
|
|
1249
1252
|
}
|
|
1250
1253
|
}
|
|
1251
1254
|
}
|
|
1252
1255
|
}
|
|
1253
1256
|
},
|
|
1254
|
-
"
|
|
1257
|
+
"S32": {
|
|
1255
1258
|
"type": "list",
|
|
1256
1259
|
"member": {}
|
|
1257
1260
|
},
|
|
1258
|
-
"
|
|
1261
|
+
"S3f": {
|
|
1259
1262
|
"type": "list",
|
|
1260
1263
|
"member": {
|
|
1261
1264
|
"type": "structure",
|
|
@@ -1263,7 +1266,7 @@
|
|
|
1263
1266
|
"RuleArn": {},
|
|
1264
1267
|
"Priority": {},
|
|
1265
1268
|
"Conditions": {
|
|
1266
|
-
"shape": "
|
|
1269
|
+
"shape": "S2z"
|
|
1267
1270
|
},
|
|
1268
1271
|
"Actions": {
|
|
1269
1272
|
"shape": "Sl"
|
|
@@ -1274,7 +1277,7 @@
|
|
|
1274
1277
|
}
|
|
1275
1278
|
}
|
|
1276
1279
|
},
|
|
1277
|
-
"
|
|
1280
|
+
"S3s": {
|
|
1278
1281
|
"type": "structure",
|
|
1279
1282
|
"required": [
|
|
1280
1283
|
"HttpCode"
|
|
@@ -1283,7 +1286,7 @@
|
|
|
1283
1286
|
"HttpCode": {}
|
|
1284
1287
|
}
|
|
1285
1288
|
},
|
|
1286
|
-
"
|
|
1289
|
+
"S3w": {
|
|
1287
1290
|
"type": "list",
|
|
1288
1291
|
"member": {
|
|
1289
1292
|
"type": "structure",
|
|
@@ -1314,26 +1317,26 @@
|
|
|
1314
1317
|
},
|
|
1315
1318
|
"HealthCheckPath": {},
|
|
1316
1319
|
"Matcher": {
|
|
1317
|
-
"shape": "
|
|
1320
|
+
"shape": "S3s"
|
|
1318
1321
|
},
|
|
1319
1322
|
"LoadBalancerArns": {
|
|
1320
|
-
"shape": "
|
|
1323
|
+
"shape": "S3y"
|
|
1321
1324
|
},
|
|
1322
1325
|
"TargetType": {}
|
|
1323
1326
|
}
|
|
1324
1327
|
}
|
|
1325
1328
|
},
|
|
1326
|
-
"
|
|
1329
|
+
"S3y": {
|
|
1327
1330
|
"type": "list",
|
|
1328
1331
|
"member": {}
|
|
1329
1332
|
},
|
|
1330
|
-
"
|
|
1333
|
+
"S48": {
|
|
1331
1334
|
"type": "list",
|
|
1332
1335
|
"member": {
|
|
1333
|
-
"shape": "
|
|
1336
|
+
"shape": "S49"
|
|
1334
1337
|
}
|
|
1335
1338
|
},
|
|
1336
|
-
"
|
|
1339
|
+
"S49": {
|
|
1337
1340
|
"type": "structure",
|
|
1338
1341
|
"required": [
|
|
1339
1342
|
"Id"
|
|
@@ -1346,7 +1349,7 @@
|
|
|
1346
1349
|
"AvailabilityZone": {}
|
|
1347
1350
|
}
|
|
1348
1351
|
},
|
|
1349
|
-
"
|
|
1352
|
+
"S4r": {
|
|
1350
1353
|
"type": "list",
|
|
1351
1354
|
"member": {
|
|
1352
1355
|
"type": "structure",
|
|
@@ -1356,7 +1359,7 @@
|
|
|
1356
1359
|
}
|
|
1357
1360
|
}
|
|
1358
1361
|
},
|
|
1359
|
-
"
|
|
1362
|
+
"S5i": {
|
|
1360
1363
|
"type": "list",
|
|
1361
1364
|
"member": {
|
|
1362
1365
|
"type": "structure",
|