aws-sdk-core 2.11.630 → 2.11.631

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2fe4cc399cbc169e136a24ede5c71328f5aed9c559015ead7daa177687c7078
4
- data.tar.gz: 37ae800626faee2c027dc48d80402f42cbbe230b5f54bc12efd9ccadb6e671f8
3
+ metadata.gz: e0c15c5c805c644735752431fb786082cdf6484ec618e0d37dccb355c0dffe3a
4
+ data.tar.gz: 90802109f3b37f15c332850138daefa22dcf29fadcb2a51cb9a4653c3db0ac85
5
5
  SHA512:
6
- metadata.gz: 68f1417fedfa2cc55ee359b759ae5f74b7ce572b8ca6bcf32439ffd18adb84f10eaddc6a955dd57c9c69fa40da58b5bd37594177e4403b8c832f47c5652d86bc
7
- data.tar.gz: fe419504b39c0a5f6252318a62c526f8e3dc02bea34ce1d8b14275901e12fe483ad39c8a2050ec692699191286b85857f8ef4b30c73e0f183ec48c34cbbf8822
6
+ metadata.gz: 190547a98bf94b6d8a423a534f705d3c390492cccef0c341716d61deea08c7b48a8e28683795cf6eb146242f9e96dc5008088695cea341f4741db9754423fa66
7
+ data.tar.gz: 41aff5a5799691fe47e63022b4a8c4040e81a9d89a8a0b92c502870825fdac5692070a06db684987add1716ce2bb8848f87158be20a1f36b0bc7f967a6db75f6
@@ -1865,13 +1865,14 @@
1865
1865
  "type":"string",
1866
1866
  "max":128,
1867
1867
  "min":3,
1868
- "pattern":"[a-zA-Z0-9\\(\\)\\.-/_]+"
1868
+ "pattern":"[a-zA-Z0-9\\(\\)\\.\\-/_]+"
1869
1869
  },
1870
1870
  "LaunchTemplateOverrides":{
1871
1871
  "type":"structure",
1872
1872
  "members":{
1873
1873
  "InstanceType":{"shape":"XmlStringMaxLen255"},
1874
- "WeightedCapacity":{"shape":"XmlStringMaxLen32"}
1874
+ "WeightedCapacity":{"shape":"XmlStringMaxLen32"},
1875
+ "LaunchTemplateSpecification":{"shape":"LaunchTemplateSpecification"}
1875
1876
  }
1876
1877
  },
1877
1878
  "LaunchTemplateSpecification":{
@@ -1948,7 +1948,8 @@
1948
1948
  "type":"structure",
1949
1949
  "members":{
1950
1950
  "RecommendationId":{"shape":"GenericString"},
1951
- "GenerationTimestamp":{"shape":"GenericString"}
1951
+ "GenerationTimestamp":{"shape":"GenericString"},
1952
+ "AdditionalMetadata":{"shape":"GenericString"}
1952
1953
  }
1953
1954
  },
1954
1955
  "SavingsPlansPurchaseRecommendationSummary":{
@@ -47,6 +47,27 @@
47
47
  {"shape":"ServiceException"}
48
48
  ]
49
49
  },
50
+ "AddRegion":{
51
+ "name":"AddRegion",
52
+ "http":{
53
+ "method":"POST",
54
+ "requestUri":"/"
55
+ },
56
+ "input":{"shape":"AddRegionRequest"},
57
+ "output":{"shape":"AddRegionResult"},
58
+ "errors":[
59
+ {"shape":"DirectoryUnavailableException"},
60
+ {"shape":"InvalidParameterException"},
61
+ {"shape":"EntityDoesNotExistException"},
62
+ {"shape":"DirectoryAlreadyInRegionException"},
63
+ {"shape":"UnsupportedOperationException"},
64
+ {"shape":"DirectoryDoesNotExistException"},
65
+ {"shape":"RegionLimitExceededException"},
66
+ {"shape":"AccessDeniedException"},
67
+ {"shape":"ClientException"},
68
+ {"shape":"ServiceException"}
69
+ ]
70
+ },
50
71
  "AddTagsToResource":{
51
72
  "name":"AddTagsToResource",
52
73
  "http":{
@@ -436,6 +457,24 @@
436
457
  {"shape":"ServiceException"}
437
458
  ]
438
459
  },
460
+ "DescribeRegions":{
461
+ "name":"DescribeRegions",
462
+ "http":{
463
+ "method":"POST",
464
+ "requestUri":"/"
465
+ },
466
+ "input":{"shape":"DescribeRegionsRequest"},
467
+ "output":{"shape":"DescribeRegionsResult"},
468
+ "errors":[
469
+ {"shape":"InvalidParameterException"},
470
+ {"shape":"DirectoryDoesNotExistException"},
471
+ {"shape":"UnsupportedOperationException"},
472
+ {"shape":"InvalidNextTokenException"},
473
+ {"shape":"AccessDeniedException"},
474
+ {"shape":"ClientException"},
475
+ {"shape":"ServiceException"}
476
+ ]
477
+ },
439
478
  "DescribeSharedDirectories":{
440
479
  "name":"DescribeSharedDirectories",
441
480
  "http":{
@@ -759,6 +798,23 @@
759
798
  {"shape":"ServiceException"}
760
799
  ]
761
800
  },
801
+ "RemoveRegion":{
802
+ "name":"RemoveRegion",
803
+ "http":{
804
+ "method":"POST",
805
+ "requestUri":"/"
806
+ },
807
+ "input":{"shape":"RemoveRegionRequest"},
808
+ "output":{"shape":"RemoveRegionResult"},
809
+ "errors":[
810
+ {"shape":"DirectoryUnavailableException"},
811
+ {"shape":"DirectoryDoesNotExistException"},
812
+ {"shape":"UnsupportedOperationException"},
813
+ {"shape":"AccessDeniedException"},
814
+ {"shape":"ClientException"},
815
+ {"shape":"ServiceException"}
816
+ ]
817
+ },
762
818
  "RemoveTagsFromResource":{
763
819
  "name":"RemoveTagsFromResource",
764
820
  "http":{
@@ -987,6 +1043,24 @@
987
1043
  "members":{
988
1044
  }
989
1045
  },
1046
+ "AddRegionRequest":{
1047
+ "type":"structure",
1048
+ "required":[
1049
+ "DirectoryId",
1050
+ "RegionName",
1051
+ "VPCSettings"
1052
+ ],
1053
+ "members":{
1054
+ "DirectoryId":{"shape":"DirectoryId"},
1055
+ "RegionName":{"shape":"RegionName"},
1056
+ "VPCSettings":{"shape":"DirectoryVpcSettings"}
1057
+ }
1058
+ },
1059
+ "AddRegionResult":{
1060
+ "type":"structure",
1061
+ "members":{
1062
+ }
1063
+ },
990
1064
  "AddTagsToResourceRequest":{
991
1065
  "type":"structure",
992
1066
  "required":[
@@ -1004,6 +1078,10 @@
1004
1078
  }
1005
1079
  },
1006
1080
  "AddedDateTime":{"type":"timestamp"},
1081
+ "AdditionalRegions":{
1082
+ "type":"list",
1083
+ "member":{"shape":"RegionName"}
1084
+ },
1007
1085
  "AliasName":{
1008
1086
  "type":"string",
1009
1087
  "max":62,
@@ -1578,6 +1656,22 @@
1578
1656
  "NextToken":{"shape":"NextToken"}
1579
1657
  }
1580
1658
  },
1659
+ "DescribeRegionsRequest":{
1660
+ "type":"structure",
1661
+ "required":["DirectoryId"],
1662
+ "members":{
1663
+ "DirectoryId":{"shape":"DirectoryId"},
1664
+ "RegionName":{"shape":"RegionName"},
1665
+ "NextToken":{"shape":"NextToken"}
1666
+ }
1667
+ },
1668
+ "DescribeRegionsResult":{
1669
+ "type":"structure",
1670
+ "members":{
1671
+ "RegionsDescription":{"shape":"RegionsDescription"},
1672
+ "NextToken":{"shape":"NextToken"}
1673
+ }
1674
+ },
1581
1675
  "DescribeSharedDirectoriesRequest":{
1582
1676
  "type":"structure",
1583
1677
  "required":["OwnerDirectoryId"],
@@ -1637,6 +1731,14 @@
1637
1731
  "type":"integer",
1638
1732
  "min":2
1639
1733
  },
1734
+ "DirectoryAlreadyInRegionException":{
1735
+ "type":"structure",
1736
+ "members":{
1737
+ "Message":{"shape":"ExceptionMessage"},
1738
+ "RequestId":{"shape":"RequestId"}
1739
+ },
1740
+ "exception":true
1741
+ },
1640
1742
  "DirectoryAlreadySharedException":{
1641
1743
  "type":"structure",
1642
1744
  "members":{
@@ -1697,7 +1799,8 @@
1697
1799
  "StageReason":{"shape":"StageReason"},
1698
1800
  "SsoEnabled":{"shape":"SsoEnabled"},
1699
1801
  "DesiredNumberOfDomainControllers":{"shape":"DesiredNumberOfDomainControllers"},
1700
- "OwnerDirectoryDescription":{"shape":"OwnerDirectoryDescription"}
1802
+ "OwnerDirectoryDescription":{"shape":"OwnerDirectoryDescription"},
1803
+ "RegionsInfo":{"shape":"RegionsInfo"}
1701
1804
  }
1702
1805
  },
1703
1806
  "DirectoryDescriptions":{
@@ -1763,7 +1866,7 @@
1763
1866
  },
1764
1867
  "DirectoryShortName":{
1765
1868
  "type":"string",
1766
- "pattern":"^[^\\\\/:*?\\\"\\<\\>|.]+[^\\\\/:*?\\\"<>|]*$"
1869
+ "pattern":"^[^\\\\/:*?\"<>|.]+[^\\\\/:*?\"<>|]*$"
1767
1870
  },
1768
1871
  "DirectorySize":{
1769
1872
  "type":"string",
@@ -2370,6 +2473,51 @@
2370
2473
  "max":20,
2371
2474
  "min":1
2372
2475
  },
2476
+ "RegionDescription":{
2477
+ "type":"structure",
2478
+ "members":{
2479
+ "DirectoryId":{"shape":"DirectoryId"},
2480
+ "RegionName":{"shape":"RegionName"},
2481
+ "RegionType":{"shape":"RegionType"},
2482
+ "Status":{"shape":"DirectoryStage"},
2483
+ "VpcSettings":{"shape":"DirectoryVpcSettings"},
2484
+ "DesiredNumberOfDomainControllers":{"shape":"DesiredNumberOfDomainControllers"},
2485
+ "LaunchTime":{"shape":"LaunchTime"},
2486
+ "StatusLastUpdatedDateTime":{"shape":"StateLastUpdatedDateTime"},
2487
+ "LastUpdatedDateTime":{"shape":"LastUpdatedDateTime"}
2488
+ }
2489
+ },
2490
+ "RegionLimitExceededException":{
2491
+ "type":"structure",
2492
+ "members":{
2493
+ "Message":{"shape":"ExceptionMessage"},
2494
+ "RequestId":{"shape":"RequestId"}
2495
+ },
2496
+ "exception":true
2497
+ },
2498
+ "RegionName":{
2499
+ "type":"string",
2500
+ "max":32,
2501
+ "min":8
2502
+ },
2503
+ "RegionType":{
2504
+ "type":"string",
2505
+ "enum":[
2506
+ "Primary",
2507
+ "Additional"
2508
+ ]
2509
+ },
2510
+ "RegionsDescription":{
2511
+ "type":"list",
2512
+ "member":{"shape":"RegionDescription"}
2513
+ },
2514
+ "RegionsInfo":{
2515
+ "type":"structure",
2516
+ "members":{
2517
+ "PrimaryRegion":{"shape":"RegionName"},
2518
+ "AdditionalRegions":{"shape":"AdditionalRegions"}
2519
+ }
2520
+ },
2373
2521
  "RegisterCertificateRequest":{
2374
2522
  "type":"structure",
2375
2523
  "required":[
@@ -2440,6 +2588,18 @@
2440
2588
  "members":{
2441
2589
  }
2442
2590
  },
2591
+ "RemoveRegionRequest":{
2592
+ "type":"structure",
2593
+ "required":["DirectoryId"],
2594
+ "members":{
2595
+ "DirectoryId":{"shape":"DirectoryId"}
2596
+ }
2597
+ },
2598
+ "RemoveRegionResult":{
2599
+ "type":"structure",
2600
+ "members":{
2601
+ }
2602
+ },
2443
2603
  "RemoveTagsFromResourceRequest":{
2444
2604
  "type":"structure",
2445
2605
  "required":[
@@ -435,7 +435,8 @@
435
435
  {"shape":"ResourceNotFoundException"},
436
436
  {"shape":"PolicyLengthExceededException"},
437
437
  {"shape":"InternalException"},
438
- {"shape":"ConcurrentModificationException"}
438
+ {"shape":"ConcurrentModificationException"},
439
+ {"shape":"OperationDisabledException"}
439
440
  ]
440
441
  },
441
442
  "PutRule":{
@@ -481,7 +482,8 @@
481
482
  "errors":[
482
483
  {"shape":"ResourceNotFoundException"},
483
484
  {"shape":"InternalException"},
484
- {"shape":"ConcurrentModificationException"}
485
+ {"shape":"ConcurrentModificationException"},
486
+ {"shape":"OperationDisabledException"}
485
487
  ]
486
488
  },
487
489
  "RemoveTargets":{
@@ -781,6 +783,11 @@
781
783
  "EventSourceArn":{"shape":"String"}
782
784
  }
783
785
  },
786
+ "CreatedBy":{
787
+ "type":"string",
788
+ "max":128,
789
+ "min":1
790
+ },
784
791
  "Database":{
785
792
  "type":"string",
786
793
  "max":64,
@@ -841,7 +848,7 @@
841
848
  "required":["Name"],
842
849
  "members":{
843
850
  "Name":{"shape":"RuleName"},
844
- "EventBusName":{"shape":"EventBusName"},
851
+ "EventBusName":{"shape":"EventBusNameOrArn"},
845
852
  "Force":{"shape":"Boolean"}
846
853
  }
847
854
  },
@@ -871,7 +878,7 @@
871
878
  "DescribeEventBusRequest":{
872
879
  "type":"structure",
873
880
  "members":{
874
- "Name":{"shape":"EventBusName"}
881
+ "Name":{"shape":"EventBusNameOrArn"}
875
882
  }
876
883
  },
877
884
  "DescribeEventBusResponse":{
@@ -943,7 +950,7 @@
943
950
  "required":["Name"],
944
951
  "members":{
945
952
  "Name":{"shape":"RuleName"},
946
- "EventBusName":{"shape":"EventBusName"}
953
+ "EventBusName":{"shape":"EventBusNameOrArn"}
947
954
  }
948
955
  },
949
956
  "DescribeRuleResponse":{
@@ -957,7 +964,8 @@
957
964
  "Description":{"shape":"RuleDescription"},
958
965
  "RoleArn":{"shape":"RoleArn"},
959
966
  "ManagedBy":{"shape":"ManagedBy"},
960
- "EventBusName":{"shape":"EventBusName"}
967
+ "EventBusName":{"shape":"EventBusName"},
968
+ "CreatedBy":{"shape":"CreatedBy"}
961
969
  }
962
970
  },
963
971
  "DisableRuleRequest":{
@@ -965,7 +973,7 @@
965
973
  "required":["Name"],
966
974
  "members":{
967
975
  "Name":{"shape":"RuleName"},
968
- "EventBusName":{"shape":"EventBusName"}
976
+ "EventBusName":{"shape":"EventBusNameOrArn"}
969
977
  }
970
978
  },
971
979
  "EcsParameters":{
@@ -985,7 +993,7 @@
985
993
  "required":["Name"],
986
994
  "members":{
987
995
  "Name":{"shape":"RuleName"},
988
- "EventBusName":{"shape":"EventBusName"}
996
+ "EventBusName":{"shape":"EventBusNameOrArn"}
989
997
  }
990
998
  },
991
999
  "ErrorCode":{"type":"string"},
@@ -1008,6 +1016,12 @@
1008
1016
  "min":1,
1009
1017
  "pattern":"[/\\.\\-_A-Za-z0-9]+"
1010
1018
  },
1019
+ "EventBusNameOrArn":{
1020
+ "type":"string",
1021
+ "max":1600,
1022
+ "min":1,
1023
+ "pattern":"(arn:aws[\\w-]*:events:[a-z]{2}-[a-z]+-[\\w-]+:[0-9]{12}:event-bus\\/)?[/\\.\\-_A-Za-z0-9]+"
1024
+ },
1011
1025
  "EventId":{"type":"string"},
1012
1026
  "EventPattern":{"type":"string"},
1013
1027
  "EventResource":{"type":"string"},
@@ -1244,7 +1258,7 @@
1244
1258
  "required":["TargetArn"],
1245
1259
  "members":{
1246
1260
  "TargetArn":{"shape":"TargetArn"},
1247
- "EventBusName":{"shape":"EventBusName"},
1261
+ "EventBusName":{"shape":"EventBusNameOrArn"},
1248
1262
  "NextToken":{"shape":"NextToken"},
1249
1263
  "Limit":{"shape":"LimitMax100"}
1250
1264
  }
@@ -1260,7 +1274,7 @@
1260
1274
  "type":"structure",
1261
1275
  "members":{
1262
1276
  "NamePrefix":{"shape":"RuleName"},
1263
- "EventBusName":{"shape":"EventBusName"},
1277
+ "EventBusName":{"shape":"EventBusNameOrArn"},
1264
1278
  "NextToken":{"shape":"NextToken"},
1265
1279
  "Limit":{"shape":"LimitMax100"}
1266
1280
  }
@@ -1290,7 +1304,7 @@
1290
1304
  "required":["Rule"],
1291
1305
  "members":{
1292
1306
  "Rule":{"shape":"RuleName"},
1293
- "EventBusName":{"shape":"EventBusName"},
1307
+ "EventBusName":{"shape":"EventBusNameOrArn"},
1294
1308
  "NextToken":{"shape":"NextToken"},
1295
1309
  "Limit":{"shape":"LimitMax100"}
1296
1310
  }
@@ -1342,6 +1356,12 @@
1342
1356
  "min":1,
1343
1357
  "pattern":"[\\.\\-_A-Za-z0-9]+"
1344
1358
  },
1359
+ "NonPartnerEventBusNameOrArn":{
1360
+ "type":"string",
1361
+ "max":1600,
1362
+ "min":1,
1363
+ "pattern":"(arn:aws[\\w-]*:events:[a-z]{2}-[a-z]+-[\\w-]+:[0-9]{12}:event-bus\\/)?[\\.\\-_A-Za-z0-9]+"
1364
+ },
1345
1365
  "OperationDisabledException":{
1346
1366
  "type":"structure",
1347
1367
  "members":{
@@ -1413,7 +1433,7 @@
1413
1433
  "Resources":{"shape":"EventResourceList"},
1414
1434
  "DetailType":{"shape":"String"},
1415
1435
  "Detail":{"shape":"String"},
1416
- "EventBusName":{"shape":"NonPartnerEventBusName"}
1436
+ "EventBusName":{"shape":"NonPartnerEventBusNameOrArn"}
1417
1437
  }
1418
1438
  },
1419
1439
  "PutEventsRequestEntryList":{
@@ -1485,17 +1505,13 @@
1485
1505
  },
1486
1506
  "PutPermissionRequest":{
1487
1507
  "type":"structure",
1488
- "required":[
1489
- "Action",
1490
- "Principal",
1491
- "StatementId"
1492
- ],
1493
1508
  "members":{
1494
1509
  "EventBusName":{"shape":"NonPartnerEventBusName"},
1495
1510
  "Action":{"shape":"Action"},
1496
1511
  "Principal":{"shape":"Principal"},
1497
1512
  "StatementId":{"shape":"StatementId"},
1498
- "Condition":{"shape":"Condition"}
1513
+ "Condition":{"shape":"Condition"},
1514
+ "Policy":{"shape":"String"}
1499
1515
  }
1500
1516
  },
1501
1517
  "PutRuleRequest":{
@@ -1509,7 +1525,7 @@
1509
1525
  "Description":{"shape":"RuleDescription"},
1510
1526
  "RoleArn":{"shape":"RoleArn"},
1511
1527
  "Tags":{"shape":"TagList"},
1512
- "EventBusName":{"shape":"EventBusName"}
1528
+ "EventBusName":{"shape":"EventBusNameOrArn"}
1513
1529
  }
1514
1530
  },
1515
1531
  "PutRuleResponse":{
@@ -1526,7 +1542,7 @@
1526
1542
  ],
1527
1543
  "members":{
1528
1544
  "Rule":{"shape":"RuleName"},
1529
- "EventBusName":{"shape":"EventBusName"},
1545
+ "EventBusName":{"shape":"EventBusNameOrArn"},
1530
1546
  "Targets":{"shape":"TargetList"}
1531
1547
  }
1532
1548
  },
@@ -1587,9 +1603,9 @@
1587
1603
  },
1588
1604
  "RemovePermissionRequest":{
1589
1605
  "type":"structure",
1590
- "required":["StatementId"],
1591
1606
  "members":{
1592
1607
  "StatementId":{"shape":"StatementId"},
1608
+ "RemoveAllPermissions":{"shape":"Boolean"},
1593
1609
  "EventBusName":{"shape":"NonPartnerEventBusName"}
1594
1610
  }
1595
1611
  },
@@ -1601,7 +1617,7 @@
1601
1617
  ],
1602
1618
  "members":{
1603
1619
  "Rule":{"shape":"RuleName"},
1604
- "EventBusName":{"shape":"EventBusName"},
1620
+ "EventBusName":{"shape":"EventBusNameOrArn"},
1605
1621
  "Ids":{"shape":"TargetIdList"},
1606
1622
  "Force":{"shape":"Boolean"}
1607
1623
  }