aws-sdk-core 2.11.621 → 2.11.626

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/apis/amplify/2017-07-25/api-2.json +12 -3
  3. data/apis/databrew/2017-07-25/api-2.json +2127 -0
  4. data/apis/databrew/2017-07-25/examples-1.json +5 -0
  5. data/apis/databrew/2017-07-25/paginators-1.json +46 -0
  6. data/apis/datasync/2018-11-09/api-2.json +29 -0
  7. data/apis/dlm/2018-01-12/api-2.json +9 -3
  8. data/apis/dynamodb/2012-08-10/api-2.json +207 -0
  9. data/apis/dynamodb/2012-08-10/paginators-1.json +5 -0
  10. data/apis/ec2/2016-11-15/api-2.json +65 -3
  11. data/apis/ecs/2014-11-13/api-2.json +26 -1
  12. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +4 -4
  13. data/apis/es/2015-01-01/api-2.json +101 -0
  14. data/apis/es/2015-01-01/paginators-1.json +5 -0
  15. data/apis/forecast/2018-06-26/api-2.json +21 -2
  16. data/apis/fsx/2018-03-01/api-2.json +147 -5
  17. data/apis/fsx/2018-03-01/examples-1.json +21 -10
  18. data/apis/fsx/2018-03-01/paginators-1.json +5 -0
  19. data/apis/iot/2015-05-28/api-2.json +5 -1
  20. data/apis/iotanalytics/2017-11-27/api-2.json +54 -8
  21. data/apis/iotsitewise/2019-12-02/api-2.json +0 -44
  22. data/apis/lex-models/2017-04-19/api-2.json +5 -1
  23. data/apis/lightsail/2016-11-28/api-2.json +688 -1
  24. data/apis/macie2/2020-01-01/api-2.json +4 -0
  25. data/apis/mediaconvert/2017-08-29/api-2.json +41 -0
  26. data/apis/medialive/2017-10-14/api-2.json +16 -0
  27. data/apis/personalize-runtime/2018-05-22/api-2.json +20 -2
  28. data/apis/polly/2016-06-10/api-2.json +7 -4
  29. data/apis/quicksight/2018-04-01/api-2.json +45 -3
  30. data/apis/robomaker/2018-06-29/api-2.json +6 -3
  31. data/apis/s3/2006-03-01/api-2.json +230 -5
  32. data/apis/s3/2006-03-01/examples-1.json +91 -91
  33. data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +857 -0
  34. data/apis/servicecatalog-appregistry/2020-06-24/examples-1.json +5 -0
  35. data/apis/servicecatalog-appregistry/2020-06-24/paginators-1.json +28 -0
  36. data/apis/servicecatalog/2015-12-10/api-2.json +1 -1
  37. data/apis/ssm/2014-11-06/api-2.json +5 -3
  38. data/apis/storagegateway/2013-06-30/api-2.json +88 -0
  39. data/apis/storagegateway/2013-06-30/paginators-1.json +6 -0
  40. data/lib/aws-sdk-core.rb +2 -0
  41. data/lib/aws-sdk-core/appregistry.rb +6 -0
  42. data/lib/aws-sdk-core/gluedatabrew.rb +6 -0
  43. data/lib/aws-sdk-core/version.rb +1 -1
  44. data/service-models.json +8 -0
  45. metadata +10 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "pagination": {
3
+ "ListDatasets": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "Datasets"
8
+ },
9
+ "ListJobRuns": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "JobRuns"
14
+ },
15
+ "ListJobs": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "Jobs"
20
+ },
21
+ "ListProjects": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "Projects"
26
+ },
27
+ "ListRecipeVersions": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "Recipes"
32
+ },
33
+ "ListRecipes": {
34
+ "input_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken",
37
+ "result_key": "Recipes"
38
+ },
39
+ "ListSchedules": {
40
+ "input_token": "NextToken",
41
+ "limit_key": "MaxResults",
42
+ "output_token": "NextToken",
43
+ "result_key": "Schedules"
44
+ }
45
+ }
46
+ }
@@ -416,6 +416,19 @@
416
416
  {"shape":"InvalidRequestException"},
417
417
  {"shape":"InternalException"}
418
418
  ]
419
+ },
420
+ "UpdateTaskExecution":{
421
+ "name":"UpdateTaskExecution",
422
+ "http":{
423
+ "method":"POST",
424
+ "requestUri":"/"
425
+ },
426
+ "input":{"shape":"UpdateTaskExecutionRequest"},
427
+ "output":{"shape":"UpdateTaskExecutionResponse"},
428
+ "errors":[
429
+ {"shape":"InvalidRequestException"},
430
+ {"shape":"InternalException"}
431
+ ]
419
432
  }
420
433
  },
421
434
  "shapes":{
@@ -1611,6 +1624,22 @@
1611
1624
  "members":{
1612
1625
  }
1613
1626
  },
1627
+ "UpdateTaskExecutionRequest":{
1628
+ "type":"structure",
1629
+ "required":[
1630
+ "TaskExecutionArn",
1631
+ "Options"
1632
+ ],
1633
+ "members":{
1634
+ "TaskExecutionArn":{"shape":"TaskExecutionArn"},
1635
+ "Options":{"shape":"Options"}
1636
+ }
1637
+ },
1638
+ "UpdateTaskExecutionResponse":{
1639
+ "type":"structure",
1640
+ "members":{
1641
+ }
1642
+ },
1614
1643
  "UpdateTaskRequest":{
1615
1644
  "type":"structure",
1616
1645
  "required":["TaskArn"],
@@ -364,7 +364,8 @@
364
364
  "PolicyId":{"shape":"PolicyId"},
365
365
  "Description":{"shape":"PolicyDescription"},
366
366
  "State":{"shape":"GettablePolicyStateValues"},
367
- "Tags":{"shape":"TagMap"}
367
+ "Tags":{"shape":"TagMap"},
368
+ "PolicyType":{"shape":"PolicyTypeValues"}
368
369
  }
369
370
  },
370
371
  "LifecyclePolicySummaryList":{
@@ -398,6 +399,7 @@
398
399
  "Tags":{"shape":"TagMap"}
399
400
  }
400
401
  },
402
+ "NoReboot":{"type":"boolean"},
401
403
  "Parameter":{"type":"string"},
402
404
  "ParameterList":{
403
405
  "type":"list",
@@ -406,7 +408,8 @@
406
408
  "Parameters":{
407
409
  "type":"structure",
408
410
  "members":{
409
- "ExcludeBootVolume":{"shape":"ExcludeBootVolume"}
411
+ "ExcludeBootVolume":{"shape":"ExcludeBootVolume"},
412
+ "NoReboot":{"shape":"NoReboot"}
410
413
  }
411
414
  },
412
415
  "PolicyArn":{
@@ -443,7 +446,10 @@
443
446
  },
444
447
  "PolicyTypeValues":{
445
448
  "type":"string",
446
- "enum":["EBS_SNAPSHOT_MANAGEMENT"]
449
+ "enum":[
450
+ "EBS_SNAPSHOT_MANAGEMENT",
451
+ "IMAGE_MANAGEMENT"
452
+ ]
447
453
  },
448
454
  "ResourceNotFoundException":{
449
455
  "type":"structure",
@@ -207,6 +207,20 @@
207
207
  "output":{"shape":"DescribeEndpointsResponse"},
208
208
  "endpointoperation":true
209
209
  },
210
+ "DescribeExport":{
211
+ "name":"DescribeExport",
212
+ "http":{
213
+ "method":"POST",
214
+ "requestUri":"/"
215
+ },
216
+ "input":{"shape":"DescribeExportInput"},
217
+ "output":{"shape":"DescribeExportOutput"},
218
+ "errors":[
219
+ {"shape":"ExportNotFoundException"},
220
+ {"shape":"LimitExceededException"},
221
+ {"shape":"InternalServerError"}
222
+ ]
223
+ },
210
224
  "DescribeGlobalTable":{
211
225
  "name":"DescribeGlobalTable",
212
226
  "http":{
@@ -294,6 +308,23 @@
294
308
  "endpointdiscovery":{
295
309
  }
296
310
  },
311
+ "ExportTableToPointInTime":{
312
+ "name":"ExportTableToPointInTime",
313
+ "http":{
314
+ "method":"POST",
315
+ "requestUri":"/"
316
+ },
317
+ "input":{"shape":"ExportTableToPointInTimeInput"},
318
+ "output":{"shape":"ExportTableToPointInTimeOutput"},
319
+ "errors":[
320
+ {"shape":"TableNotFoundException"},
321
+ {"shape":"PointInTimeRecoveryUnavailableException"},
322
+ {"shape":"LimitExceededException"},
323
+ {"shape":"InvalidExportTimeException"},
324
+ {"shape":"ExportConflictException"},
325
+ {"shape":"InternalServerError"}
326
+ ]
327
+ },
297
328
  "GetItem":{
298
329
  "name":"GetItem",
299
330
  "http":{
@@ -338,6 +369,19 @@
338
369
  {"shape":"InternalServerError"}
339
370
  ]
340
371
  },
372
+ "ListExports":{
373
+ "name":"ListExports",
374
+ "http":{
375
+ "method":"POST",
376
+ "requestUri":"/"
377
+ },
378
+ "input":{"shape":"ListExportsInput"},
379
+ "output":{"shape":"ListExportsOutput"},
380
+ "errors":[
381
+ {"shape":"LimitExceededException"},
382
+ {"shape":"InternalServerError"}
383
+ ]
384
+ },
341
385
  "ListGlobalTables":{
342
386
  "name":"ListGlobalTables",
343
387
  "http":{
@@ -988,6 +1032,10 @@
988
1032
  "max":25,
989
1033
  "min":1
990
1034
  },
1035
+ "BilledSizeBytes":{
1036
+ "type":"long",
1037
+ "min":0
1038
+ },
991
1039
  "BillingMode":{
992
1040
  "type":"string",
993
1041
  "enum":[
@@ -1036,6 +1084,7 @@
1036
1084
  "max":36,
1037
1085
  "min":1
1038
1086
  },
1087
+ "ClientToken":{"type":"string"},
1039
1088
  "Code":{"type":"string"},
1040
1089
  "ComparisonOperator":{
1041
1090
  "type":"string",
@@ -1416,6 +1465,19 @@
1416
1465
  "Endpoints":{"shape":"Endpoints"}
1417
1466
  }
1418
1467
  },
1468
+ "DescribeExportInput":{
1469
+ "type":"structure",
1470
+ "required":["ExportArn"],
1471
+ "members":{
1472
+ "ExportArn":{"shape":"ExportArn"}
1473
+ }
1474
+ },
1475
+ "DescribeExportOutput":{
1476
+ "type":"structure",
1477
+ "members":{
1478
+ "ExportDescription":{"shape":"ExportDescription"}
1479
+ }
1480
+ },
1419
1481
  "DescribeGlobalTableInput":{
1420
1482
  "type":"structure",
1421
1483
  "required":["GlobalTableName"],
@@ -1529,6 +1591,107 @@
1529
1591
  "AttributeValueList":{"shape":"AttributeValueList"}
1530
1592
  }
1531
1593
  },
1594
+ "ExportArn":{
1595
+ "type":"string",
1596
+ "max":1024,
1597
+ "min":37
1598
+ },
1599
+ "ExportConflictException":{
1600
+ "type":"structure",
1601
+ "members":{
1602
+ "message":{"shape":"ErrorMessage"}
1603
+ },
1604
+ "exception":true
1605
+ },
1606
+ "ExportDescription":{
1607
+ "type":"structure",
1608
+ "members":{
1609
+ "ExportArn":{"shape":"ExportArn"},
1610
+ "ExportStatus":{"shape":"ExportStatus"},
1611
+ "StartTime":{"shape":"ExportStartTime"},
1612
+ "EndTime":{"shape":"ExportEndTime"},
1613
+ "ExportManifest":{"shape":"ExportManifest"},
1614
+ "TableArn":{"shape":"TableArn"},
1615
+ "TableId":{"shape":"TableId"},
1616
+ "ExportTime":{"shape":"ExportTime"},
1617
+ "ClientToken":{"shape":"ClientToken"},
1618
+ "S3Bucket":{"shape":"S3Bucket"},
1619
+ "S3BucketOwner":{"shape":"S3BucketOwner"},
1620
+ "S3Prefix":{"shape":"S3Prefix"},
1621
+ "S3SseAlgorithm":{"shape":"S3SseAlgorithm"},
1622
+ "S3SseKmsKeyId":{"shape":"S3SseKmsKeyId"},
1623
+ "FailureCode":{"shape":"FailureCode"},
1624
+ "FailureMessage":{"shape":"FailureMessage"},
1625
+ "ExportFormat":{"shape":"ExportFormat"},
1626
+ "BilledSizeBytes":{"shape":"BilledSizeBytes"},
1627
+ "ItemCount":{"shape":"ItemCount"}
1628
+ }
1629
+ },
1630
+ "ExportEndTime":{"type":"timestamp"},
1631
+ "ExportFormat":{
1632
+ "type":"string",
1633
+ "enum":[
1634
+ "DYNAMODB_JSON",
1635
+ "ION"
1636
+ ]
1637
+ },
1638
+ "ExportManifest":{"type":"string"},
1639
+ "ExportNextToken":{"type":"string"},
1640
+ "ExportNotFoundException":{
1641
+ "type":"structure",
1642
+ "members":{
1643
+ "message":{"shape":"ErrorMessage"}
1644
+ },
1645
+ "exception":true
1646
+ },
1647
+ "ExportStartTime":{"type":"timestamp"},
1648
+ "ExportStatus":{
1649
+ "type":"string",
1650
+ "enum":[
1651
+ "IN_PROGRESS",
1652
+ "COMPLETED",
1653
+ "FAILED"
1654
+ ]
1655
+ },
1656
+ "ExportSummaries":{
1657
+ "type":"list",
1658
+ "member":{"shape":"ExportSummary"}
1659
+ },
1660
+ "ExportSummary":{
1661
+ "type":"structure",
1662
+ "members":{
1663
+ "ExportArn":{"shape":"ExportArn"},
1664
+ "ExportStatus":{"shape":"ExportStatus"}
1665
+ }
1666
+ },
1667
+ "ExportTableToPointInTimeInput":{
1668
+ "type":"structure",
1669
+ "required":[
1670
+ "TableArn",
1671
+ "S3Bucket"
1672
+ ],
1673
+ "members":{
1674
+ "TableArn":{"shape":"TableArn"},
1675
+ "ExportTime":{"shape":"ExportTime"},
1676
+ "ClientToken":{
1677
+ "shape":"ClientToken",
1678
+ "idempotencyToken":true
1679
+ },
1680
+ "S3Bucket":{"shape":"S3Bucket"},
1681
+ "S3BucketOwner":{"shape":"S3BucketOwner"},
1682
+ "S3Prefix":{"shape":"S3Prefix"},
1683
+ "S3SseAlgorithm":{"shape":"S3SseAlgorithm"},
1684
+ "S3SseKmsKeyId":{"shape":"S3SseKmsKeyId"},
1685
+ "ExportFormat":{"shape":"ExportFormat"}
1686
+ }
1687
+ },
1688
+ "ExportTableToPointInTimeOutput":{
1689
+ "type":"structure",
1690
+ "members":{
1691
+ "ExportDescription":{"shape":"ExportDescription"}
1692
+ }
1693
+ },
1694
+ "ExportTime":{"type":"timestamp"},
1532
1695
  "ExpressionAttributeNameMap":{
1533
1696
  "type":"map",
1534
1697
  "key":{"shape":"ExpressionAttributeNameVariable"},
@@ -1541,6 +1704,7 @@
1541
1704
  "value":{"shape":"AttributeValue"}
1542
1705
  },
1543
1706
  "ExpressionAttributeValueVariable":{"type":"string"},
1707
+ "FailureCode":{"type":"string"},
1544
1708
  "FailureException":{
1545
1709
  "type":"structure",
1546
1710
  "members":{
@@ -1548,6 +1712,7 @@
1548
1712
  "ExceptionDescription":{"shape":"ExceptionDescription"}
1549
1713
  }
1550
1714
  },
1715
+ "FailureMessage":{"type":"string"},
1551
1716
  "FilterConditionMap":{
1552
1717
  "type":"map",
1553
1718
  "key":{"shape":"AttributeName"},
@@ -1761,6 +1926,13 @@
1761
1926
  "exception":true,
1762
1927
  "fault":true
1763
1928
  },
1929
+ "InvalidExportTimeException":{
1930
+ "type":"structure",
1931
+ "members":{
1932
+ "message":{"shape":"ErrorMessage"}
1933
+ },
1934
+ "exception":true
1935
+ },
1764
1936
  "InvalidRestoreTimeException":{
1765
1937
  "type":"structure",
1766
1938
  "members":{
@@ -1929,6 +2101,26 @@
1929
2101
  "NextToken":{"shape":"NextTokenString"}
1930
2102
  }
1931
2103
  },
2104
+ "ListExportsInput":{
2105
+ "type":"structure",
2106
+ "members":{
2107
+ "TableArn":{"shape":"TableArn"},
2108
+ "MaxResults":{"shape":"ListExportsMaxLimit"},
2109
+ "NextToken":{"shape":"ExportNextToken"}
2110
+ }
2111
+ },
2112
+ "ListExportsMaxLimit":{
2113
+ "type":"integer",
2114
+ "max":25,
2115
+ "min":1
2116
+ },
2117
+ "ListExportsOutput":{
2118
+ "type":"structure",
2119
+ "members":{
2120
+ "ExportSummaries":{"shape":"ExportSummaries"},
2121
+ "NextToken":{"shape":"ExportNextToken"}
2122
+ }
2123
+ },
1932
2124
  "ListGlobalTablesInput":{
1933
2125
  "type":"structure",
1934
2126
  "members":{
@@ -2561,6 +2753,21 @@
2561
2753
  "NONE"
2562
2754
  ]
2563
2755
  },
2756
+ "S3Bucket":{"type":"string"},
2757
+ "S3BucketOwner":{"type":"string"},
2758
+ "S3Prefix":{"type":"string"},
2759
+ "S3SseAlgorithm":{
2760
+ "type":"string",
2761
+ "enum":[
2762
+ "AES256",
2763
+ "KMS"
2764
+ ]
2765
+ },
2766
+ "S3SseKmsKeyId":{
2767
+ "type":"string",
2768
+ "max":2048,
2769
+ "min":1
2770
+ },
2564
2771
  "SSEDescription":{
2565
2772
  "type":"structure",
2566
2773
  "members":{
@@ -9,6 +9,11 @@
9
9
  "limit_key": "MaxResults",
10
10
  "output_token": "NextToken"
11
11
  },
12
+ "ListExports": {
13
+ "input_token": "NextToken",
14
+ "limit_key": "MaxResults",
15
+ "output_token": "NextToken"
16
+ },
12
17
  "ListTables": {
13
18
  "input_token": "ExclusiveStartTableName",
14
19
  "limit_key": "Limit",
@@ -7721,6 +7721,7 @@
7721
7721
  "shape":"Boolean",
7722
7722
  "locationName":"dryRun"
7723
7723
  },
7724
+ "VpcEndpointId":{"shape":"VpcEndpointId"},
7724
7725
  "EgressOnlyInternetGatewayId":{
7725
7726
  "shape":"EgressOnlyInternetGatewayId",
7726
7727
  "locationName":"egressOnlyInternetGatewayId"
@@ -8380,7 +8381,6 @@
8380
8381
  },
8381
8382
  "CreateVpcEndpointServiceConfigurationRequest":{
8382
8383
  "type":"structure",
8383
- "required":["NetworkLoadBalancerArns"],
8384
8384
  "members":{
8385
8385
  "DryRun":{"shape":"Boolean"},
8386
8386
  "AcceptanceRequired":{"shape":"Boolean"},
@@ -8389,6 +8389,10 @@
8389
8389
  "shape":"ValueStringList",
8390
8390
  "locationName":"NetworkLoadBalancerArn"
8391
8391
  },
8392
+ "GatewayLoadBalancerArns":{
8393
+ "shape":"ValueStringList",
8394
+ "locationName":"GatewayLoadBalancerArn"
8395
+ },
8392
8396
  "ClientToken":{"shape":"String"},
8393
8397
  "TagSpecifications":{
8394
8398
  "shape":"TagSpecificationList",
@@ -8643,6 +8647,7 @@
8643
8647
  "DateTime":{"type":"timestamp"},
8644
8648
  "DedicatedHostFlag":{"type":"boolean"},
8645
8649
  "DedicatedHostId":{"type":"string"},
8650
+ "DefaultNetworkCardIndex":{"type":"integer"},
8646
8651
  "DefaultRouteTableAssociationValue":{
8647
8652
  "type":"string",
8648
8653
  "enum":[
@@ -21009,6 +21014,7 @@
21009
21014
  "MaxResults":{"type":"integer"},
21010
21015
  "MaximumBandwidthInMbps":{"type":"integer"},
21011
21016
  "MaximumIops":{"type":"integer"},
21017
+ "MaximumNetworkCards":{"type":"integer"},
21012
21018
  "MaximumThroughputInMBps":{"type":"double"},
21013
21019
  "MembershipType":{
21014
21020
  "type":"string",
@@ -21950,6 +21956,14 @@
21950
21956
  "RemoveNetworkLoadBalancerArns":{
21951
21957
  "shape":"ValueStringList",
21952
21958
  "locationName":"RemoveNetworkLoadBalancerArn"
21959
+ },
21960
+ "AddGatewayLoadBalancerArns":{
21961
+ "shape":"ValueStringList",
21962
+ "locationName":"AddGatewayLoadBalancerArn"
21963
+ },
21964
+ "RemoveGatewayLoadBalancerArns":{
21965
+ "shape":"ValueStringList",
21966
+ "locationName":"RemoveGatewayLoadBalancerArn"
21953
21967
  }
21954
21968
  }
21955
21969
  },
@@ -22475,6 +22489,31 @@
22475
22489
  "locationName":"item"
22476
22490
  }
22477
22491
  },
22492
+ "NetworkCardIndex":{"type":"integer"},
22493
+ "NetworkCardInfo":{
22494
+ "type":"structure",
22495
+ "members":{
22496
+ "NetworkCardIndex":{
22497
+ "shape":"NetworkCardIndex",
22498
+ "locationName":"networkCardIndex"
22499
+ },
22500
+ "NetworkPerformance":{
22501
+ "shape":"NetworkPerformance",
22502
+ "locationName":"networkPerformance"
22503
+ },
22504
+ "MaximumNetworkInterfaces":{
22505
+ "shape":"MaxNetworkInterfaces",
22506
+ "locationName":"maximumNetworkInterfaces"
22507
+ }
22508
+ }
22509
+ },
22510
+ "NetworkCardInfoList":{
22511
+ "type":"list",
22512
+ "member":{
22513
+ "shape":"NetworkCardInfo",
22514
+ "locationName":"item"
22515
+ }
22516
+ },
22478
22517
  "NetworkInfo":{
22479
22518
  "type":"structure",
22480
22519
  "members":{
@@ -22486,6 +22525,18 @@
22486
22525
  "shape":"MaxNetworkInterfaces",
22487
22526
  "locationName":"maximumNetworkInterfaces"
22488
22527
  },
22528
+ "MaximumNetworkCards":{
22529
+ "shape":"MaximumNetworkCards",
22530
+ "locationName":"maximumNetworkCards"
22531
+ },
22532
+ "DefaultNetworkCardIndex":{
22533
+ "shape":"DefaultNetworkCardIndex",
22534
+ "locationName":"defaultNetworkCardIndex"
22535
+ },
22536
+ "NetworkCards":{
22537
+ "shape":"NetworkCardInfoList",
22538
+ "locationName":"networkCards"
22539
+ },
22489
22540
  "Ipv4AddressesPerInterface":{
22490
22541
  "shape":"MaxIpv4AddrPerInterface",
22491
22542
  "locationName":"ipv4AddressesPerInterface"
@@ -24479,6 +24530,7 @@
24479
24530
  "shape":"Boolean",
24480
24531
  "locationName":"dryRun"
24481
24532
  },
24533
+ "VpcEndpointId":{"shape":"VpcEndpointId"},
24482
24534
  "EgressOnlyInternetGatewayId":{
24483
24535
  "shape":"EgressOnlyInternetGatewayId",
24484
24536
  "locationName":"egressOnlyInternetGatewayId"
@@ -26732,6 +26784,10 @@
26732
26784
  "shape":"ValueStringList",
26733
26785
  "locationName":"networkLoadBalancerArnSet"
26734
26786
  },
26787
+ "GatewayLoadBalancerArns":{
26788
+ "shape":"ValueStringList",
26789
+ "locationName":"gatewayLoadBalancerArnSet"
26790
+ },
26735
26791
  "BaseEndpointDnsNames":{
26736
26792
  "shape":"ValueStringList",
26737
26793
  "locationName":"baseEndpointDnsNameSet"
@@ -26831,7 +26887,8 @@
26831
26887
  "type":"string",
26832
26888
  "enum":[
26833
26889
  "Interface",
26834
- "Gateway"
26890
+ "Gateway",
26891
+ "GatewayLoadBalancer"
26835
26892
  ]
26836
26893
  },
26837
26894
  "ServiceTypeDetail":{
@@ -30800,6 +30857,10 @@
30800
30857
  "NetworkLoadBalancerArns":{
30801
30858
  "shape":"ValueStringList",
30802
30859
  "locationName":"networkLoadBalancerArnSet"
30860
+ },
30861
+ "GatewayLoadBalancerArns":{
30862
+ "shape":"ValueStringList",
30863
+ "locationName":"gatewayLoadBalancerArnSet"
30803
30864
  }
30804
30865
  }
30805
30866
  },
@@ -30858,7 +30919,8 @@
30858
30919
  "type":"string",
30859
30920
  "enum":[
30860
30921
  "Interface",
30861
- "Gateway"
30922
+ "Gateway",
30923
+ "GatewayLoadBalancer"
30862
30924
  ]
30863
30925
  },
30864
30926
  "VpcFlowLogId":{"type":"string"},