aws-sdk-core 2.11.541 → 2.11.546

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +3 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +1420 -11
  4. data/apis/appmesh/2019-01-25/paginators-1.json +12 -0
  5. data/apis/ce/2017-10-25/api-2.json +1 -0
  6. data/apis/cloudfront/2019-03-26/api-2.json +2 -1
  7. data/apis/comprehend/2017-11-27/api-2.json +58 -35
  8. data/apis/ebs/2019-11-02/api-2.json +377 -9
  9. data/apis/ec2/2016-11-15/api-2.json +16 -0
  10. data/apis/elasticfilesystem/2015-02-01/api-2.json +146 -13
  11. data/apis/elasticfilesystem/2015-02-01/examples-1.json +1 -1
  12. data/apis/eventbridge/2015-10-07/api-2.json +76 -12
  13. data/apis/events/2015-10-07/api-2.json +76 -12
  14. data/apis/forecast/2018-06-26/api-2.json +136 -8
  15. data/apis/glue/2017-03-31/api-2.json +95 -10
  16. data/apis/iotsitewise/2019-12-02/api-2.json +0 -4
  17. data/apis/ivs/2020-07-14/api-2.json +809 -0
  18. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  19. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  20. data/apis/lakeformation/2017-03-31/api-2.json +23 -6
  21. data/apis/organizations/2016-11-28/api-2.json +4 -2
  22. data/apis/quicksight/2018-04-01/api-2.json +939 -9
  23. data/apis/rds/2014-10-31/api-2.json +9 -1
  24. data/apis/sagemaker/2017-07-24/api-2.json +32 -0
  25. data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
  26. data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
  27. data/apis/storagegateway/2013-06-30/api-2.json +47 -9
  28. data/apis/wafv2/2019-07-29/api-2.json +63 -6
  29. data/endpoints.json +111 -0
  30. data/lib/aws-sdk-core.rb +1 -0
  31. data/lib/aws-sdk-core/ivs.rb +6 -0
  32. data/lib/aws-sdk-core/version.rb +1 -1
  33. data/service-models.json +4 -0
  34. metadata +6 -2
@@ -6412,7 +6412,8 @@
6412
6412
  "AvailableProcessorFeatures":{"shape":"AvailableProcessorFeatureList"},
6413
6413
  "SupportedEngineModes":{"shape":"EngineModeList"},
6414
6414
  "SupportsStorageAutoscaling":{"shape":"BooleanOptional"},
6415
- "SupportsKerberosAuthentication":{"shape":"BooleanOptional"}
6415
+ "SupportsKerberosAuthentication":{"shape":"BooleanOptional"},
6416
+ "OutpostCapable":{"shape":"Boolean"}
6416
6417
  },
6417
6418
  "wrapper":true
6418
6419
  },
@@ -6430,6 +6431,12 @@
6430
6431
  "Marker":{"shape":"String"}
6431
6432
  }
6432
6433
  },
6434
+ "Outpost":{
6435
+ "type":"structure",
6436
+ "members":{
6437
+ "Arn":{"shape":"String"}
6438
+ }
6439
+ },
6433
6440
  "Parameter":{
6434
6441
  "type":"structure",
6435
6442
  "members":{
@@ -7461,6 +7468,7 @@
7461
7468
  "members":{
7462
7469
  "SubnetIdentifier":{"shape":"String"},
7463
7470
  "SubnetAvailabilityZone":{"shape":"AvailabilityZone"},
7471
+ "SubnetOutpost":{"shape":"Outpost"},
7464
7472
  "SubnetStatus":{"shape":"String"}
7465
7473
  }
7466
7474
  },
@@ -446,6 +446,18 @@
446
446
  {"shape":"ResourceNotFound"}
447
447
  ]
448
448
  },
449
+ "DeleteHumanTaskUi":{
450
+ "name":"DeleteHumanTaskUi",
451
+ "http":{
452
+ "method":"POST",
453
+ "requestUri":"/"
454
+ },
455
+ "input":{"shape":"DeleteHumanTaskUiRequest"},
456
+ "output":{"shape":"DeleteHumanTaskUiResponse"},
457
+ "errors":[
458
+ {"shape":"ResourceNotFound"}
459
+ ]
460
+ },
449
461
  "DeleteModel":{
450
462
  "name":"DeleteModel",
451
463
  "http":{
@@ -3290,6 +3302,18 @@
3290
3302
  "members":{
3291
3303
  }
3292
3304
  },
3305
+ "DeleteHumanTaskUiRequest":{
3306
+ "type":"structure",
3307
+ "required":["HumanTaskUiName"],
3308
+ "members":{
3309
+ "HumanTaskUiName":{"shape":"HumanTaskUiName"}
3310
+ }
3311
+ },
3312
+ "DeleteHumanTaskUiResponse":{
3313
+ "type":"structure",
3314
+ "members":{
3315
+ }
3316
+ },
3293
3317
  "DeleteModelInput":{
3294
3318
  "type":"structure",
3295
3319
  "required":["ModelName"],
@@ -3718,6 +3742,7 @@
3718
3742
  "members":{
3719
3743
  "HumanTaskUiArn":{"shape":"HumanTaskUiArn"},
3720
3744
  "HumanTaskUiName":{"shape":"HumanTaskUiName"},
3745
+ "HumanTaskUiStatus":{"shape":"HumanTaskUiStatus"},
3721
3746
  "CreationTime":{"shape":"Timestamp"},
3722
3747
  "UiTemplate":{"shape":"UiTemplateInfo"}
3723
3748
  }
@@ -4852,6 +4877,13 @@
4852
4877
  "min":1,
4853
4878
  "pattern":"^[a-z0-9](-*[a-z0-9])*"
4854
4879
  },
4880
+ "HumanTaskUiStatus":{
4881
+ "type":"string",
4882
+ "enum":[
4883
+ "Active",
4884
+ "Deleting"
4885
+ ]
4886
+ },
4855
4887
  "HumanTaskUiSummaries":{
4856
4888
  "type":"list",
4857
4889
  "member":{"shape":"HumanTaskUiSummary"}
@@ -175,7 +175,8 @@
175
175
  {"shape":"ResourceNotFoundException"},
176
176
  {"shape":"InvalidParameterException"},
177
177
  {"shape":"InternalServiceError"},
178
- {"shape":"InvalidRequestException"}
178
+ {"shape":"InvalidRequestException"},
179
+ {"shape":"PublicPolicyException"}
179
180
  ]
180
181
  },
181
182
  "PutSecretValue":{
@@ -289,6 +290,22 @@
289
290
  {"shape":"LimitExceededException"},
290
291
  {"shape":"InternalServiceError"}
291
292
  ]
293
+ },
294
+ "ValidateResourcePolicy":{
295
+ "name":"ValidateResourcePolicy",
296
+ "http":{
297
+ "method":"POST",
298
+ "requestUri":"/"
299
+ },
300
+ "input":{"shape":"ValidateResourcePolicyRequest"},
301
+ "output":{"shape":"ValidateResourcePolicyResponse"},
302
+ "errors":[
303
+ {"shape":"MalformedPolicyDocumentException"},
304
+ {"shape":"ResourceNotFoundException"},
305
+ {"shape":"InvalidParameterException"},
306
+ {"shape":"InternalServiceError"},
307
+ {"shape":"InvalidRequestException"}
308
+ ]
292
309
  }
293
310
  },
294
311
  "shapes":{
@@ -430,7 +447,11 @@
430
447
  },
431
448
  "Tags":{"shape":"TagListType"},
432
449
  "VersionIdsToStages":{"shape":"SecretVersionsToStagesMapType"},
433
- "OwningService":{"shape":"OwningServiceType"}
450
+ "OwningService":{"shape":"OwningServiceType"},
451
+ "CreatedDate":{
452
+ "shape":"TimestampType",
453
+ "box":true
454
+ }
434
455
  }
435
456
  },
436
457
  "DescriptionType":{
@@ -454,6 +475,40 @@
454
475
  "ExcludeNumbersType":{"type":"boolean"},
455
476
  "ExcludePunctuationType":{"type":"boolean"},
456
477
  "ExcludeUppercaseType":{"type":"boolean"},
478
+ "Filter":{
479
+ "type":"structure",
480
+ "members":{
481
+ "Key":{"shape":"FilterNameStringType"},
482
+ "Values":{"shape":"FilterValuesStringList"}
483
+ }
484
+ },
485
+ "FilterNameStringType":{
486
+ "type":"string",
487
+ "enum":[
488
+ "description",
489
+ "name",
490
+ "tag-key",
491
+ "tag-value",
492
+ "all"
493
+ ]
494
+ },
495
+ "FilterValueStringType":{
496
+ "type":"string",
497
+ "max":512,
498
+ "min":1,
499
+ "pattern":"[a-zA-Z0-9 :_@\\/\\+\\=\\.\\-]+"
500
+ },
501
+ "FilterValuesStringList":{
502
+ "type":"list",
503
+ "member":{"shape":"FilterValueStringType"},
504
+ "max":10,
505
+ "min":1
506
+ },
507
+ "FiltersListType":{
508
+ "type":"list",
509
+ "member":{"shape":"Filter"},
510
+ "max":10
511
+ },
457
512
  "GetRandomPasswordRequest":{
458
513
  "type":"structure",
459
514
  "members":{
@@ -610,7 +665,9 @@
610
665
  "shape":"MaxResultsType",
611
666
  "box":true
612
667
  },
613
- "NextToken":{"shape":"NextTokenType"}
668
+ "NextToken":{"shape":"NextTokenType"},
669
+ "Filters":{"shape":"FiltersListType"},
670
+ "SortOrder":{"shape":"SortOrderType"}
614
671
  }
615
672
  },
616
673
  "ListSecretsResponse":{
@@ -664,6 +721,13 @@
664
721
  },
665
722
  "exception":true
666
723
  },
724
+ "PublicPolicyException":{
725
+ "type":"structure",
726
+ "members":{
727
+ "Message":{"shape":"ErrorMessage"}
728
+ },
729
+ "exception":true
730
+ },
667
731
  "PutResourcePolicyRequest":{
668
732
  "type":"structure",
669
733
  "required":[
@@ -672,7 +736,11 @@
672
736
  ],
673
737
  "members":{
674
738
  "SecretId":{"shape":"SecretIdType"},
675
- "ResourcePolicy":{"shape":"NonEmptyResourcePolicyType"}
739
+ "ResourcePolicy":{"shape":"NonEmptyResourcePolicyType"},
740
+ "BlockPublicPolicy":{
741
+ "shape":"BooleanType",
742
+ "box":true
743
+ }
676
744
  }
677
745
  },
678
746
  "PutResourcePolicyResponse":{
@@ -824,7 +892,11 @@
824
892
  "DeletedDate":{"shape":"DeletedDateType"},
825
893
  "Tags":{"shape":"TagListType"},
826
894
  "SecretVersionsToStages":{"shape":"SecretVersionsToStagesMapType"},
827
- "OwningService":{"shape":"OwningServiceType"}
895
+ "OwningService":{"shape":"OwningServiceType"},
896
+ "CreatedDate":{
897
+ "shape":"TimestampType",
898
+ "box":true
899
+ }
828
900
  }
829
901
  },
830
902
  "SecretListType":{
@@ -882,6 +954,13 @@
882
954
  "key":{"shape":"SecretVersionIdType"},
883
955
  "value":{"shape":"SecretVersionStagesType"}
884
956
  },
957
+ "SortOrderType":{
958
+ "type":"string",
959
+ "enum":[
960
+ "asc",
961
+ "desc"
962
+ ]
963
+ },
885
964
  "Tag":{
886
965
  "type":"structure",
887
966
  "members":{
@@ -918,6 +997,7 @@
918
997
  "max":256,
919
998
  "min":0
920
999
  },
1000
+ "TimestampType":{"type":"timestamp"},
921
1001
  "UntagResourceRequest":{
922
1002
  "type":"structure",
923
1003
  "required":[
@@ -977,6 +1057,32 @@
977
1057
  "ARN":{"shape":"SecretARNType"},
978
1058
  "Name":{"shape":"SecretNameType"}
979
1059
  }
1060
+ },
1061
+ "ValidateResourcePolicyRequest":{
1062
+ "type":"structure",
1063
+ "required":["ResourcePolicy"],
1064
+ "members":{
1065
+ "SecretId":{"shape":"SecretIdType"},
1066
+ "ResourcePolicy":{"shape":"NonEmptyResourcePolicyType"}
1067
+ }
1068
+ },
1069
+ "ValidateResourcePolicyResponse":{
1070
+ "type":"structure",
1071
+ "members":{
1072
+ "PolicyValidationPassed":{"shape":"BooleanType"},
1073
+ "ValidationErrors":{"shape":"ValidationErrorsType"}
1074
+ }
1075
+ },
1076
+ "ValidationErrorsEntry":{
1077
+ "type":"structure",
1078
+ "members":{
1079
+ "CheckName":{"shape":"NameType"},
1080
+ "ErrorMessage":{"shape":"ErrorMessage"}
1081
+ }
1082
+ },
1083
+ "ValidationErrorsType":{
1084
+ "type":"list",
1085
+ "member":{"shape":"ValidationErrorsEntry"}
980
1086
  }
981
1087
  }
982
1088
  }
@@ -566,6 +566,29 @@
566
566
  "id": "to-move-a-staging-label-from-one-version-of-a-secret-to-another-1524004963841",
567
567
  "title": "To move a staging label from one version of a secret to another"
568
568
  }
569
+ ],
570
+ "ValidateResourcePolicy": [
571
+ {
572
+ "input": {
573
+ "ResourcePolicy": "{\n\"Version\":\"2012-10-17\",\n\"Statement\":[{\n\"Effect\":\"Allow\",\n\"Principal\":{\n\"AWS\":\"arn:aws:iam::123456789012:root\"\n},\n\"Action\":\"secretsmanager:GetSecretValue\",\n\"Resource\":\"*\"\n}]\n}",
574
+ "SecretId": "MyTestDatabaseSecret"
575
+ },
576
+ "output": {
577
+ "PolicyValidationPassed": true,
578
+ "ValidationErrors": [
579
+
580
+ ]
581
+ },
582
+ "comments": {
583
+ "input": {
584
+ },
585
+ "output": {
586
+ }
587
+ },
588
+ "description": "The following example shows how to validate a resource-based policy to a secret.",
589
+ "id": "to-validate-the-resource-policy-of-a-secret-1524000138629",
590
+ "title": "To validate a resource-based policy to a secret"
591
+ }
569
592
  ]
570
593
  }
571
594
  }
@@ -1242,6 +1242,13 @@
1242
1242
  "min":51200
1243
1243
  },
1244
1244
  "Boolean":{"type":"boolean"},
1245
+ "CacheAttributes":{
1246
+ "type":"structure",
1247
+ "members":{
1248
+ "CacheStaleTimeoutInSeconds":{"shape":"CacheStaleTimeoutInSeconds"}
1249
+ }
1250
+ },
1251
+ "CacheStaleTimeoutInSeconds":{"type":"integer"},
1245
1252
  "CachediSCSIVolume":{
1246
1253
  "type":"structure",
1247
1254
  "members":{
@@ -1298,6 +1305,13 @@
1298
1305
  "TapeARN":{"shape":"TapeARN"}
1299
1306
  }
1300
1307
  },
1308
+ "CaseSensitivity":{
1309
+ "type":"string",
1310
+ "enum":[
1311
+ "ClientSpecified",
1312
+ "CaseSensitive"
1313
+ ]
1314
+ },
1301
1315
  "ChapCredentials":{
1302
1316
  "type":"list",
1303
1317
  "member":{"shape":"ChapInfo"}
@@ -1378,7 +1392,9 @@
1378
1392
  "ReadOnly":{"shape":"Boolean"},
1379
1393
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
1380
1394
  "RequesterPays":{"shape":"Boolean"},
1381
- "Tags":{"shape":"Tags"}
1395
+ "Tags":{"shape":"Tags"},
1396
+ "FileShareName":{"shape":"FileShareName"},
1397
+ "CacheAttributes":{"shape":"CacheAttributes"}
1382
1398
  }
1383
1399
  },
1384
1400
  "CreateNFSFileShareOutput":{
@@ -1413,7 +1429,10 @@
1413
1429
  "InvalidUserList":{"shape":"FileShareUserList"},
1414
1430
  "AuditDestinationARN":{"shape":"AuditDestinationARN"},
1415
1431
  "Authentication":{"shape":"Authentication"},
1416
- "Tags":{"shape":"Tags"}
1432
+ "CaseSensitivity":{"shape":"CaseSensitivity"},
1433
+ "Tags":{"shape":"Tags"},
1434
+ "FileShareName":{"shape":"FileShareName"},
1435
+ "CacheAttributes":{"shape":"CacheAttributes"}
1417
1436
  }
1418
1437
  },
1419
1438
  "CreateSMBFileShareOutput":{
@@ -2194,6 +2213,11 @@
2194
2213
  "type":"list",
2195
2214
  "member":{"shape":"FileShareInfo"}
2196
2215
  },
2216
+ "FileShareName":{
2217
+ "type":"string",
2218
+ "max":255,
2219
+ "min":1
2220
+ },
2197
2221
  "FileShareStatus":{
2198
2222
  "type":"string",
2199
2223
  "max":50,
@@ -2286,6 +2310,8 @@
2286
2310
  },
2287
2311
  "Host":{
2288
2312
  "type":"string",
2313
+ "max":1024,
2314
+ "min":6,
2289
2315
  "pattern":"^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])(:(\\d+))?$"
2290
2316
  },
2291
2317
  "HostEnvironment":{
@@ -2370,7 +2396,8 @@
2370
2396
  "KMSKey":{
2371
2397
  "type":"string",
2372
2398
  "max":2048,
2373
- "min":7
2399
+ "min":7,
2400
+ "pattern":"(^arn:(aws|aws-cn|aws-us-gov):kms:([a-zA-Z0-9-]+):([0-9]+):(key|alias)/(\\S+)$)|(^alias/(\\S+)$)"
2374
2401
  },
2375
2402
  "LastSoftwareUpdate":{
2376
2403
  "type":"string",
@@ -2517,7 +2544,7 @@
2517
2544
  },
2518
2545
  "LocationARN":{
2519
2546
  "type":"string",
2520
- "max":310,
2547
+ "max":1400,
2521
2548
  "min":16
2522
2549
  },
2523
2550
  "Marker":{
@@ -2569,7 +2596,9 @@
2569
2596
  "ReadOnly":{"shape":"Boolean"},
2570
2597
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
2571
2598
  "RequesterPays":{"shape":"Boolean"},
2572
- "Tags":{"shape":"Tags"}
2599
+ "Tags":{"shape":"Tags"},
2600
+ "FileShareName":{"shape":"FileShareName"},
2601
+ "CacheAttributes":{"shape":"CacheAttributes"}
2573
2602
  }
2574
2603
  },
2575
2604
  "NFSFileShareInfoList":{
@@ -2753,7 +2782,8 @@
2753
2782
  "Role":{
2754
2783
  "type":"string",
2755
2784
  "max":2048,
2756
- "min":20
2785
+ "min":20,
2786
+ "pattern":"^arn:(aws|aws-cn|aws-us-gov):iam::([0-9]+):role/(\\S+)$"
2757
2787
  },
2758
2788
  "SMBFileShareInfo":{
2759
2789
  "type":"structure",
@@ -2778,7 +2808,10 @@
2778
2808
  "InvalidUserList":{"shape":"FileShareUserList"},
2779
2809
  "AuditDestinationARN":{"shape":"AuditDestinationARN"},
2780
2810
  "Authentication":{"shape":"Authentication"},
2781
- "Tags":{"shape":"Tags"}
2811
+ "CaseSensitivity":{"shape":"CaseSensitivity"},
2812
+ "Tags":{"shape":"Tags"},
2813
+ "FileShareName":{"shape":"FileShareName"},
2814
+ "CacheAttributes":{"shape":"CacheAttributes"}
2782
2815
  }
2783
2816
  },
2784
2817
  "SMBFileShareInfoList":{
@@ -3193,7 +3226,9 @@
3193
3226
  "Squash":{"shape":"Squash"},
3194
3227
  "ReadOnly":{"shape":"Boolean"},
3195
3228
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
3196
- "RequesterPays":{"shape":"Boolean"}
3229
+ "RequesterPays":{"shape":"Boolean"},
3230
+ "FileShareName":{"shape":"FileShareName"},
3231
+ "CacheAttributes":{"shape":"CacheAttributes"}
3197
3232
  }
3198
3233
  },
3199
3234
  "UpdateNFSFileShareOutput":{
@@ -3218,7 +3253,10 @@
3218
3253
  "AdminUserList":{"shape":"FileShareUserList"},
3219
3254
  "ValidUserList":{"shape":"FileShareUserList"},
3220
3255
  "InvalidUserList":{"shape":"FileShareUserList"},
3221
- "AuditDestinationARN":{"shape":"AuditDestinationARN"}
3256
+ "AuditDestinationARN":{"shape":"AuditDestinationARN"},
3257
+ "CaseSensitivity":{"shape":"CaseSensitivity"},
3258
+ "FileShareName":{"shape":"FileShareName"},
3259
+ "CacheAttributes":{"shape":"CacheAttributes"}
3222
3260
  }
3223
3261
  },
3224
3262
  "UpdateSMBFileShareOutput":{
@@ -547,7 +547,8 @@
547
547
  {"shape":"WAFOptimisticLockException"},
548
548
  {"shape":"WAFServiceLinkedRoleErrorException"},
549
549
  {"shape":"WAFInvalidParameterException"},
550
- {"shape":"WAFInvalidOperationException"}
550
+ {"shape":"WAFInvalidOperationException"},
551
+ {"shape":"WAFLimitsExceededException"}
551
552
  ]
552
553
  },
553
554
  "PutPermissionPolicy":{
@@ -1323,6 +1324,13 @@
1323
1324
  "type":"list",
1324
1325
  "member":{"shape":"ExcludedRule"}
1325
1326
  },
1327
+ "FallbackBehavior":{
1328
+ "type":"string",
1329
+ "enum":[
1330
+ "MATCH",
1331
+ "NO_MATCH"
1332
+ ]
1333
+ },
1326
1334
  "FieldToMatch":{
1327
1335
  "type":"structure",
1328
1336
  "members":{
@@ -1369,10 +1377,36 @@
1369
1377
  "RuleGroupReferenceStatement":{"shape":"RuleGroupReferenceStatement"}
1370
1378
  }
1371
1379
  },
1380
+ "ForwardedIPConfig":{
1381
+ "type":"structure",
1382
+ "required":[
1383
+ "HeaderName",
1384
+ "FallbackBehavior"
1385
+ ],
1386
+ "members":{
1387
+ "HeaderName":{"shape":"ForwardedIPHeaderName"},
1388
+ "FallbackBehavior":{"shape":"FallbackBehavior"}
1389
+ }
1390
+ },
1391
+ "ForwardedIPHeaderName":{
1392
+ "type":"string",
1393
+ "max":255,
1394
+ "min":1,
1395
+ "pattern":"^[a-zA-Z0-9-]+$"
1396
+ },
1397
+ "ForwardedIPPosition":{
1398
+ "type":"string",
1399
+ "enum":[
1400
+ "FIRST",
1401
+ "LAST",
1402
+ "ANY"
1403
+ ]
1404
+ },
1372
1405
  "GeoMatchStatement":{
1373
1406
  "type":"structure",
1374
1407
  "members":{
1375
- "CountryCodes":{"shape":"CountryCodes"}
1408
+ "CountryCodes":{"shape":"CountryCodes"},
1409
+ "ForwardedIPConfig":{"shape":"ForwardedIPConfig"}
1376
1410
  }
1377
1411
  },
1378
1412
  "GetIPSetRequest":{
@@ -1602,11 +1636,25 @@
1602
1636
  "Addresses":{"shape":"IPAddresses"}
1603
1637
  }
1604
1638
  },
1639
+ "IPSetForwardedIPConfig":{
1640
+ "type":"structure",
1641
+ "required":[
1642
+ "HeaderName",
1643
+ "FallbackBehavior",
1644
+ "Position"
1645
+ ],
1646
+ "members":{
1647
+ "HeaderName":{"shape":"ForwardedIPHeaderName"},
1648
+ "FallbackBehavior":{"shape":"FallbackBehavior"},
1649
+ "Position":{"shape":"ForwardedIPPosition"}
1650
+ }
1651
+ },
1605
1652
  "IPSetReferenceStatement":{
1606
1653
  "type":"structure",
1607
1654
  "required":["ARN"],
1608
1655
  "members":{
1609
- "ARN":{"shape":"ResourceArn"}
1656
+ "ARN":{"shape":"ResourceArn"},
1657
+ "IPSetForwardedIPConfig":{"shape":"IPSetForwardedIPConfig"}
1610
1658
  }
1611
1659
  },
1612
1660
  "IPSetSummaries":{
@@ -1894,7 +1942,12 @@
1894
1942
  "TAGS",
1895
1943
  "TAG_KEYS",
1896
1944
  "METRIC_NAME",
1897
- "FIREWALL_MANAGER_STATEMENT"
1945
+ "FIREWALL_MANAGER_STATEMENT",
1946
+ "FALLBACK_BEHAVIOR",
1947
+ "POSITION",
1948
+ "FORWARDED_IP_CONFIG",
1949
+ "IP_SET_FORWARDED_IP_CONFIG",
1950
+ "HEADER_NAME"
1898
1951
  ]
1899
1952
  },
1900
1953
  "ParameterExceptionParameter":{
@@ -1959,12 +2012,16 @@
1959
2012
  "members":{
1960
2013
  "Limit":{"shape":"RateLimit"},
1961
2014
  "AggregateKeyType":{"shape":"RateBasedStatementAggregateKeyType"},
1962
- "ScopeDownStatement":{"shape":"Statement"}
2015
+ "ScopeDownStatement":{"shape":"Statement"},
2016
+ "ForwardedIPConfig":{"shape":"ForwardedIPConfig"}
1963
2017
  }
1964
2018
  },
1965
2019
  "RateBasedStatementAggregateKeyType":{
1966
2020
  "type":"string",
1967
- "enum":["IP"]
2021
+ "enum":[
2022
+ "IP",
2023
+ "FORWARDED_IP"
2024
+ ]
1968
2025
  },
1969
2026
  "RateBasedStatementManagedKeysIPSet":{
1970
2027
  "type":"structure",