aws-sdk-core 2.11.534 → 2.11.535

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: c3f91c5f4eb33d45f295ef93a9848c40743ab2cd64490843a1e3d9cf9d83912b
4
- data.tar.gz: b16cd6f9b361af70942c400b202c906f9ea9c64ff9e6b1f3b714c4b8d29e1922
3
+ metadata.gz: f55572ddd15c86245be7dddd7853c5ac90b98734abacc38801bf60ff9ffbeac5
4
+ data.tar.gz: 531ae6a8b9bab347eb68cc7909267df2652cc7dccbca94c2b27154c744b495ab
5
5
  SHA512:
6
- metadata.gz: 6f0f650688c59cfea4fcfedcbb2fc433d6e4bb0ef13bdac035baa27ee89fc7978b172ab62fcc98f631268068616853caa670f94010f30fc845ebefd842c2f8b2
7
- data.tar.gz: 0bee711b1e74db47fdd423f469b52f026310d49b36969fab43da2e9c03f5eec2695c1b3ded13713c10a128f36ec6618a181251b1133b977dbd95af384a1fe70d
6
+ metadata.gz: 9a28e234b9bc5e14d9ee0fa0ed1a4c0fa53295a062d7b0271770241cea16dc923423202f03c7105bd6c85755f442e9c527a893a2121f7e6b888a8447000c1ef6
7
+ data.tar.gz: e7b189c9ab2064d8d10c6bb20fa6997e9dd3bc778c6b7c284783c4ad36a8154d9b267332112304e78b845751676c79c4c9f7f14d2423fd7153dac03175a668e5
@@ -589,7 +589,8 @@
589
589
  "AccessToken":{
590
590
  "type":"string",
591
591
  "max":255,
592
- "min":1
592
+ "min":1,
593
+ "sensitive":true
593
594
  },
594
595
  "ActiveJobId":{
595
596
  "type":"string",
@@ -625,6 +626,7 @@
625
626
  "environmentVariables":{"shape":"EnvironmentVariables"},
626
627
  "defaultDomain":{"shape":"DefaultDomain"},
627
628
  "enableBranchAutoBuild":{"shape":"EnableBranchAutoBuild"},
629
+ "enableBranchAutoDeletion":{"shape":"EnableBranchAutoDeletion"},
628
630
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
629
631
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
630
632
  "customRules":{"shape":"CustomRules"},
@@ -711,6 +713,20 @@
711
713
  "type":"list",
712
714
  "member":{"shape":"AutoBranchCreationPattern"}
713
715
  },
716
+ "AutoSubDomainCreationPattern":{
717
+ "type":"string",
718
+ "max":2048,
719
+ "min":1
720
+ },
721
+ "AutoSubDomainCreationPatterns":{
722
+ "type":"list",
723
+ "member":{"shape":"AutoSubDomainCreationPattern"}
724
+ },
725
+ "AutoSubDomainIAMRole":{
726
+ "type":"string",
727
+ "max":1000,
728
+ "pattern":"^$|^arn:aws:iam::\\d{12}:role.+"
729
+ },
714
730
  "BackendEnvironment":{
715
731
  "type":"structure",
716
732
  "required":[
@@ -747,7 +763,8 @@
747
763
  },
748
764
  "BasicAuthCredentials":{
749
765
  "type":"string",
750
- "max":2000
766
+ "max":2000,
767
+ "sensitive":true
751
768
  },
752
769
  "Branch":{
753
770
  "type":"structure",
@@ -851,6 +868,7 @@
851
868
  "accessToken":{"shape":"AccessToken"},
852
869
  "environmentVariables":{"shape":"EnvironmentVariables"},
853
870
  "enableBranchAutoBuild":{"shape":"EnableBranchAutoBuild"},
871
+ "enableBranchAutoDeletion":{"shape":"EnableBranchAutoDeletion"},
854
872
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
855
873
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
856
874
  "customRules":{"shape":"CustomRules"},
@@ -976,7 +994,9 @@
976
994
  },
977
995
  "domainName":{"shape":"DomainName"},
978
996
  "enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
979
- "subDomainSettings":{"shape":"SubDomainSettings"}
997
+ "subDomainSettings":{"shape":"SubDomainSettings"},
998
+ "autoSubDomainCreationPatterns":{"shape":"AutoSubDomainCreationPatterns"},
999
+ "autoSubDomainIAMRole":{"shape":"AutoSubDomainIAMRole"}
980
1000
  }
981
1001
  },
982
1002
  "CreateDomainAssociationResult":{
@@ -1226,6 +1246,8 @@
1226
1246
  "domainAssociationArn":{"shape":"DomainAssociationArn"},
1227
1247
  "domainName":{"shape":"DomainName"},
1228
1248
  "enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
1249
+ "autoSubDomainCreationPatterns":{"shape":"AutoSubDomainCreationPatterns"},
1250
+ "autoSubDomainIAMRole":{"shape":"AutoSubDomainIAMRole"},
1229
1251
  "domainStatus":{"shape":"DomainStatus"},
1230
1252
  "statusReason":{"shape":"StatusReason"},
1231
1253
  "certificateVerificationDNSRecord":{"shape":"CertificateVerificationDNSRecord"},
@@ -1267,6 +1289,7 @@
1267
1289
  "EnableAutoSubDomain":{"type":"boolean"},
1268
1290
  "EnableBasicAuth":{"type":"boolean"},
1269
1291
  "EnableBranchAutoBuild":{"type":"boolean"},
1292
+ "EnableBranchAutoDeletion":{"type":"boolean"},
1270
1293
  "EnableNotification":{"type":"boolean"},
1271
1294
  "EnablePullRequestPreview":{"type":"boolean"},
1272
1295
  "EndTime":{"type":"timestamp"},
@@ -1667,7 +1690,11 @@
1667
1690
  "location":"uri",
1668
1691
  "locationName":"appId"
1669
1692
  },
1670
- "environmentName":{"shape":"EnvironmentName"},
1693
+ "environmentName":{
1694
+ "shape":"EnvironmentName",
1695
+ "location":"querystring",
1696
+ "locationName":"environmentName"
1697
+ },
1671
1698
  "nextToken":{
1672
1699
  "shape":"NextToken",
1673
1700
  "location":"querystring",
@@ -1861,7 +1888,8 @@
1861
1888
  },
1862
1889
  "OauthToken":{
1863
1890
  "type":"string",
1864
- "max":100
1891
+ "max":100,
1892
+ "sensitive":true
1865
1893
  },
1866
1894
  "Platform":{
1867
1895
  "type":"string",
@@ -2219,6 +2247,7 @@
2219
2247
  "iamServiceRoleArn":{"shape":"ServiceRoleArn"},
2220
2248
  "environmentVariables":{"shape":"EnvironmentVariables"},
2221
2249
  "enableBranchAutoBuild":{"shape":"EnableAutoBuild"},
2250
+ "enableBranchAutoDeletion":{"shape":"EnableBranchAutoDeletion"},
2222
2251
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
2223
2252
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
2224
2253
  "customRules":{"shape":"CustomRules"},
@@ -2297,7 +2326,9 @@
2297
2326
  "locationName":"domainName"
2298
2327
  },
2299
2328
  "enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
2300
- "subDomainSettings":{"shape":"SubDomainSettings"}
2329
+ "subDomainSettings":{"shape":"SubDomainSettings"},
2330
+ "autoSubDomainCreationPatterns":{"shape":"AutoSubDomainCreationPatterns"},
2331
+ "autoSubDomainIAMRole":{"shape":"AutoSubDomainIAMRole"}
2301
2332
  }
2302
2333
  },
2303
2334
  "UpdateDomainAssociationResult":{
@@ -410,7 +410,6 @@
410
410
  "output":{"shape":"ListBackupJobsOutput"},
411
411
  "errors":[
412
412
  {"shape":"InvalidParameterValueException"},
413
- {"shape":"InvalidRequestException"},
414
413
  {"shape":"ServiceUnavailableException"}
415
414
  ],
416
415
  "idempotent":true
@@ -759,6 +758,10 @@
759
758
  },
760
759
  "shapes":{
761
760
  "ARN":{"type":"string"},
761
+ "AccountId":{
762
+ "type":"string",
763
+ "pattern":"^[0-9]{12}$"
764
+ },
762
765
  "AlreadyExistsException":{
763
766
  "type":"structure",
764
767
  "members":{
@@ -774,6 +777,7 @@
774
777
  "BackupJob":{
775
778
  "type":"structure",
776
779
  "members":{
780
+ "AccountId":{"shape":"AccountId"},
777
781
  "BackupJobId":{"shape":"string"},
778
782
  "BackupVaultName":{"shape":"BackupVaultName"},
779
783
  "BackupVaultArn":{"shape":"ARN"},
@@ -1029,6 +1033,7 @@
1029
1033
  "CopyJob":{
1030
1034
  "type":"structure",
1031
1035
  "members":{
1036
+ "AccountId":{"shape":"AccountId"},
1032
1037
  "CopyJobId":{"shape":"string"},
1033
1038
  "SourceBackupVaultArn":{"shape":"ARN"},
1034
1039
  "SourceRecoveryPointArn":{"shape":"ARN"},
@@ -1239,6 +1244,7 @@
1239
1244
  "DescribeBackupJobOutput":{
1240
1245
  "type":"structure",
1241
1246
  "members":{
1247
+ "AccountId":{"shape":"AccountId"},
1242
1248
  "BackupJobId":{"shape":"string"},
1243
1249
  "BackupVaultName":{"shape":"BackupVaultName"},
1244
1250
  "BackupVaultArn":{"shape":"ARN"},
@@ -1382,6 +1388,7 @@
1382
1388
  "DescribeRestoreJobOutput":{
1383
1389
  "type":"structure",
1384
1390
  "members":{
1391
+ "AccountId":{"shape":"AccountId"},
1385
1392
  "RestoreJobId":{"shape":"string"},
1386
1393
  "RecoveryPointArn":{"shape":"ARN"},
1387
1394
  "CreationDate":{"shape":"timestamp"},
@@ -1392,7 +1399,8 @@
1392
1399
  "BackupSizeInBytes":{"shape":"Long"},
1393
1400
  "IamRoleArn":{"shape":"IAMRoleArn"},
1394
1401
  "ExpectedCompletionTimeMinutes":{"shape":"Long"},
1395
- "CreatedResourceArn":{"shape":"ARN"}
1402
+ "CreatedResourceArn":{"shape":"ARN"},
1403
+ "ResourceType":{"shape":"ResourceType"}
1396
1404
  }
1397
1405
  },
1398
1406
  "ExportBackupPlanTemplateInput":{
@@ -1654,6 +1662,11 @@
1654
1662
  "shape":"ResourceType",
1655
1663
  "location":"querystring",
1656
1664
  "locationName":"resourceType"
1665
+ },
1666
+ "ByAccountId":{
1667
+ "shape":"AccountId",
1668
+ "location":"querystring",
1669
+ "locationName":"accountId"
1657
1670
  }
1658
1671
  }
1659
1672
  },
@@ -1833,6 +1846,11 @@
1833
1846
  "shape":"string",
1834
1847
  "location":"querystring",
1835
1848
  "locationName":"destinationVaultArn"
1849
+ },
1850
+ "ByAccountId":{
1851
+ "shape":"AccountId",
1852
+ "location":"querystring",
1853
+ "locationName":"accountId"
1836
1854
  }
1837
1855
  }
1838
1856
  },
@@ -1962,6 +1980,26 @@
1962
1980
  "shape":"MaxResults",
1963
1981
  "location":"querystring",
1964
1982
  "locationName":"maxResults"
1983
+ },
1984
+ "ByAccountId":{
1985
+ "shape":"AccountId",
1986
+ "location":"querystring",
1987
+ "locationName":"accountId"
1988
+ },
1989
+ "ByCreatedBefore":{
1990
+ "shape":"timestamp",
1991
+ "location":"querystring",
1992
+ "locationName":"createdBefore"
1993
+ },
1994
+ "ByCreatedAfter":{
1995
+ "shape":"timestamp",
1996
+ "location":"querystring",
1997
+ "locationName":"createdAfter"
1998
+ },
1999
+ "ByStatus":{
2000
+ "shape":"RestoreJobStatus",
2001
+ "location":"querystring",
2002
+ "locationName":"status"
1965
2003
  }
1966
2004
  }
1967
2005
  },
@@ -2168,6 +2206,7 @@
2168
2206
  "RestoreJobsListMember":{
2169
2207
  "type":"structure",
2170
2208
  "members":{
2209
+ "AccountId":{"shape":"AccountId"},
2171
2210
  "RestoreJobId":{"shape":"string"},
2172
2211
  "RecoveryPointArn":{"shape":"ARN"},
2173
2212
  "CreationDate":{"shape":"timestamp"},
@@ -2178,7 +2217,8 @@
2178
2217
  "BackupSizeInBytes":{"shape":"Long"},
2179
2218
  "IamRoleArn":{"shape":"IAMRoleArn"},
2180
2219
  "ExpectedCompletionTimeMinutes":{"shape":"Long"},
2181
- "CreatedResourceArn":{"shape":"ARN"}
2220
+ "CreatedResourceArn":{"shape":"ARN"},
2221
+ "ResourceType":{"shape":"ResourceType"}
2182
2222
  }
2183
2223
  },
2184
2224
  "ServiceUnavailableException":{
@@ -669,8 +669,31 @@
669
669
  "output":{"shape":"GetCommentOutput"},
670
670
  "errors":[
671
671
  {"shape":"CommentDoesNotExistException"},
672
+ {"shape":"CommentDeletedException"},
672
673
  {"shape":"CommentIdRequiredException"},
673
674
  {"shape":"InvalidCommentIdException"},
675
+ {"shape":"EncryptionIntegrityChecksFailedException"},
676
+ {"shape":"EncryptionKeyAccessDeniedException"},
677
+ {"shape":"EncryptionKeyDisabledException"},
678
+ {"shape":"EncryptionKeyNotFoundException"},
679
+ {"shape":"EncryptionKeyUnavailableException"}
680
+ ]
681
+ },
682
+ "GetCommentReactions":{
683
+ "name":"GetCommentReactions",
684
+ "http":{
685
+ "method":"POST",
686
+ "requestUri":"/"
687
+ },
688
+ "input":{"shape":"GetCommentReactionsInput"},
689
+ "output":{"shape":"GetCommentReactionsOutput"},
690
+ "errors":[
691
+ {"shape":"CommentDoesNotExistException"},
692
+ {"shape":"CommentIdRequiredException"},
693
+ {"shape":"InvalidCommentIdException"},
694
+ {"shape":"InvalidReactionUserArnException"},
695
+ {"shape":"InvalidMaxResultsException"},
696
+ {"shape":"InvalidContinuationTokenException"},
674
697
  {"shape":"CommentDeletedException"}
675
698
  ]
676
699
  },
@@ -1441,15 +1464,16 @@
1441
1464
  {"shape":"InvalidFilePositionException"},
1442
1465
  {"shape":"CommitIdRequiredException"},
1443
1466
  {"shape":"InvalidCommitIdException"},
1467
+ {"shape":"BeforeCommitIdAndAfterCommitIdAreSameException"},
1444
1468
  {"shape":"EncryptionIntegrityChecksFailedException"},
1445
1469
  {"shape":"EncryptionKeyAccessDeniedException"},
1446
1470
  {"shape":"EncryptionKeyDisabledException"},
1447
1471
  {"shape":"EncryptionKeyNotFoundException"},
1448
1472
  {"shape":"EncryptionKeyUnavailableException"},
1449
- {"shape":"BeforeCommitIdAndAfterCommitIdAreSameException"},
1450
1473
  {"shape":"CommitDoesNotExistException"},
1451
1474
  {"shape":"InvalidPathException"},
1452
- {"shape":"PathDoesNotExistException"}
1475
+ {"shape":"PathDoesNotExistException"},
1476
+ {"shape":"PathRequiredException"}
1453
1477
  ],
1454
1478
  "idempotent":true
1455
1479
  },
@@ -1480,6 +1504,7 @@
1480
1504
  {"shape":"InvalidFilePositionException"},
1481
1505
  {"shape":"CommitIdRequiredException"},
1482
1506
  {"shape":"InvalidCommitIdException"},
1507
+ {"shape":"BeforeCommitIdAndAfterCommitIdAreSameException"},
1483
1508
  {"shape":"EncryptionIntegrityChecksFailedException"},
1484
1509
  {"shape":"EncryptionKeyAccessDeniedException"},
1485
1510
  {"shape":"EncryptionKeyDisabledException"},
@@ -1488,8 +1513,7 @@
1488
1513
  {"shape":"CommitDoesNotExistException"},
1489
1514
  {"shape":"InvalidPathException"},
1490
1515
  {"shape":"PathDoesNotExistException"},
1491
- {"shape":"PathRequiredException"},
1492
- {"shape":"BeforeCommitIdAndAfterCommitIdAreSameException"}
1516
+ {"shape":"PathRequiredException"}
1493
1517
  ],
1494
1518
  "idempotent":true
1495
1519
  },
@@ -1513,6 +1537,23 @@
1513
1537
  ],
1514
1538
  "idempotent":true
1515
1539
  },
1540
+ "PutCommentReaction":{
1541
+ "name":"PutCommentReaction",
1542
+ "http":{
1543
+ "method":"POST",
1544
+ "requestUri":"/"
1545
+ },
1546
+ "input":{"shape":"PutCommentReactionInput"},
1547
+ "errors":[
1548
+ {"shape":"CommentDoesNotExistException"},
1549
+ {"shape":"CommentIdRequiredException"},
1550
+ {"shape":"InvalidCommentIdException"},
1551
+ {"shape":"InvalidReactionValueException"},
1552
+ {"shape":"ReactionValueRequiredException"},
1553
+ {"shape":"ReactionLimitExceededException"},
1554
+ {"shape":"CommentDeletedException"}
1555
+ ]
1556
+ },
1516
1557
  "PutFile":{
1517
1558
  "name":"PutFile",
1518
1559
  "http":{
@@ -2313,6 +2354,10 @@
2313
2354
  },
2314
2355
  "exception":true
2315
2356
  },
2357
+ "CallerReactions":{
2358
+ "type":"list",
2359
+ "member":{"shape":"ReactionValue"}
2360
+ },
2316
2361
  "CannotDeleteApprovalRuleFromTemplateException":{
2317
2362
  "type":"structure",
2318
2363
  "members":{
@@ -2353,7 +2398,9 @@
2353
2398
  "lastModifiedDate":{"shape":"LastModifiedDate"},
2354
2399
  "authorArn":{"shape":"Arn"},
2355
2400
  "deleted":{"shape":"IsCommentDeleted"},
2356
- "clientRequestToken":{"shape":"ClientRequestToken"}
2401
+ "clientRequestToken":{"shape":"ClientRequestToken"},
2402
+ "callerReactions":{"shape":"CallerReactions"},
2403
+ "reactionCounts":{"shape":"ReactionCountsMap"}
2357
2404
  }
2358
2405
  },
2359
2406
  "CommentContentRequiredException":{
@@ -2555,6 +2602,7 @@
2555
2602
  "member":{"shape":"Conflict"}
2556
2603
  },
2557
2604
  "Content":{"type":"string"},
2605
+ "Count":{"type":"integer"},
2558
2606
  "CreateApprovalRuleTemplateInput":{
2559
2607
  "type":"structure",
2560
2608
  "required":[
@@ -3178,6 +3226,24 @@
3178
3226
  "comment":{"shape":"Comment"}
3179
3227
  }
3180
3228
  },
3229
+ "GetCommentReactionsInput":{
3230
+ "type":"structure",
3231
+ "required":["commentId"],
3232
+ "members":{
3233
+ "commentId":{"shape":"CommentId"},
3234
+ "reactionUserArn":{"shape":"Arn"},
3235
+ "nextToken":{"shape":"NextToken"},
3236
+ "maxResults":{"shape":"MaxResults"}
3237
+ }
3238
+ },
3239
+ "GetCommentReactionsOutput":{
3240
+ "type":"structure",
3241
+ "required":["reactionsForComment"],
3242
+ "members":{
3243
+ "reactionsForComment":{"shape":"ReactionsForCommentList"},
3244
+ "nextToken":{"shape":"NextToken"}
3245
+ }
3246
+ },
3181
3247
  "GetCommentsForComparedCommitInput":{
3182
3248
  "type":"structure",
3183
3249
  "required":[
@@ -3713,6 +3779,18 @@
3713
3779
  },
3714
3780
  "exception":true
3715
3781
  },
3782
+ "InvalidReactionUserArnException":{
3783
+ "type":"structure",
3784
+ "members":{
3785
+ },
3786
+ "exception":true
3787
+ },
3788
+ "InvalidReactionValueException":{
3789
+ "type":"structure",
3790
+ "members":{
3791
+ },
3792
+ "exception":true
3793
+ },
3716
3794
  "InvalidReferenceNameException":{
3717
3795
  "type":"structure",
3718
3796
  "members":{
@@ -4641,6 +4719,17 @@
4641
4719
  "type":"list",
4642
4720
  "member":{"shape":"PullRequestTarget"}
4643
4721
  },
4722
+ "PutCommentReactionInput":{
4723
+ "type":"structure",
4724
+ "required":[
4725
+ "commentId",
4726
+ "reactionValue"
4727
+ ],
4728
+ "members":{
4729
+ "commentId":{"shape":"CommentId"},
4730
+ "reactionValue":{"shape":"ReactionValue"}
4731
+ }
4732
+ },
4644
4733
  "PutFileEntries":{
4645
4734
  "type":"list",
4646
4735
  "member":{"shape":"PutFileEntry"}
@@ -4711,6 +4800,51 @@
4711
4800
  "configurationId":{"shape":"RepositoryTriggersConfigurationId"}
4712
4801
  }
4713
4802
  },
4803
+ "ReactionCountsMap":{
4804
+ "type":"map",
4805
+ "key":{"shape":"ReactionValue"},
4806
+ "value":{"shape":"Count"}
4807
+ },
4808
+ "ReactionEmoji":{"type":"string"},
4809
+ "ReactionForComment":{
4810
+ "type":"structure",
4811
+ "members":{
4812
+ "reaction":{"shape":"ReactionValueFormats"},
4813
+ "reactionUsers":{"shape":"ReactionUsersList"},
4814
+ "reactionsFromDeletedUsersCount":{"shape":"Count"}
4815
+ }
4816
+ },
4817
+ "ReactionLimitExceededException":{
4818
+ "type":"structure",
4819
+ "members":{
4820
+ },
4821
+ "exception":true
4822
+ },
4823
+ "ReactionShortCode":{"type":"string"},
4824
+ "ReactionUnicode":{"type":"string"},
4825
+ "ReactionUsersList":{
4826
+ "type":"list",
4827
+ "member":{"shape":"Arn"}
4828
+ },
4829
+ "ReactionValue":{"type":"string"},
4830
+ "ReactionValueFormats":{
4831
+ "type":"structure",
4832
+ "members":{
4833
+ "emoji":{"shape":"ReactionEmoji"},
4834
+ "shortCode":{"shape":"ReactionShortCode"},
4835
+ "unicode":{"shape":"ReactionUnicode"}
4836
+ }
4837
+ },
4838
+ "ReactionValueRequiredException":{
4839
+ "type":"structure",
4840
+ "members":{
4841
+ },
4842
+ "exception":true
4843
+ },
4844
+ "ReactionsForCommentList":{
4845
+ "type":"list",
4846
+ "member":{"shape":"ReactionForComment"}
4847
+ },
4714
4848
  "ReferenceDoesNotExistException":{
4715
4849
  "type":"structure",
4716
4850
  "members":{
@@ -10,6 +10,11 @@
10
10
  "limit_key": "maxResults",
11
11
  "output_token": "nextToken"
12
12
  },
13
+ "GetCommentReactions": {
14
+ "input_token": "nextToken",
15
+ "limit_key": "maxResults",
16
+ "output_token": "nextToken"
17
+ },
13
18
  "GetCommentsForComparedCommit": {
14
19
  "input_token": "nextToken",
15
20
  "limit_key": "maxResults",
@@ -1124,9 +1124,9 @@
1124
1124
  },
1125
1125
  "InstanceFleetProvisioningSpecifications":{
1126
1126
  "type":"structure",
1127
- "required":["SpotSpecification"],
1128
1127
  "members":{
1129
- "SpotSpecification":{"shape":"SpotProvisioningSpecification"}
1128
+ "SpotSpecification":{"shape":"SpotProvisioningSpecification"},
1129
+ "OnDemandSpecification":{"shape":"OnDemandProvisioningSpecification"}
1130
1130
  }
1131
1131
  },
1132
1132
  "InstanceFleetState":{
@@ -1780,6 +1780,17 @@
1780
1780
  "type":"double",
1781
1781
  "min":0.0
1782
1782
  },
1783
+ "OnDemandProvisioningAllocationStrategy":{
1784
+ "type":"string",
1785
+ "enum":["lowest-price"]
1786
+ },
1787
+ "OnDemandProvisioningSpecification":{
1788
+ "type":"structure",
1789
+ "required":["AllocationStrategy"],
1790
+ "members":{
1791
+ "AllocationStrategy":{"shape":"OnDemandProvisioningAllocationStrategy"}
1792
+ }
1793
+ },
1783
1794
  "OptionalArnType":{
1784
1795
  "type":"string",
1785
1796
  "max":2048,
@@ -2065,6 +2076,10 @@
2065
2076
  "CoolDown":{"shape":"Integer"}
2066
2077
  }
2067
2078
  },
2079
+ "SpotProvisioningAllocationStrategy":{
2080
+ "type":"string",
2081
+ "enum":["capacity-optimized"]
2082
+ },
2068
2083
  "SpotProvisioningSpecification":{
2069
2084
  "type":"structure",
2070
2085
  "required":[
@@ -2074,7 +2089,8 @@
2074
2089
  "members":{
2075
2090
  "TimeoutDurationMinutes":{"shape":"WholeNumber"},
2076
2091
  "TimeoutAction":{"shape":"SpotProvisioningTimeoutAction"},
2077
- "BlockDurationMinutes":{"shape":"WholeNumber"}
2092
+ "BlockDurationMinutes":{"shape":"WholeNumber"},
2093
+ "AllocationStrategy":{"shape":"SpotProvisioningAllocationStrategy"}
2078
2094
  }
2079
2095
  },
2080
2096
  "SpotProvisioningTimeoutAction":{
@@ -102,6 +102,7 @@
102
102
  {"shape":"ActiveDirectoryError"},
103
103
  {"shape":"IncompatibleParameterError"},
104
104
  {"shape":"InvalidNetworkSettings"},
105
+ {"shape":"InvalidPerUnitStorageThroughput"},
105
106
  {"shape":"ServiceLimitExceeded"},
106
107
  {"shape":"BackupNotFound"},
107
108
  {"shape":"InternalServerError"},
@@ -293,7 +294,7 @@
293
294
  "type":"string",
294
295
  "max":255,
295
296
  "min":1,
296
- "pattern":"^.{1,255}$"
297
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,255}$"
297
298
  },
298
299
  "AdministrativeAction":{
299
300
  "type":"structure",
@@ -328,7 +329,7 @@
328
329
  "type":"string",
329
330
  "max":900,
330
331
  "min":3,
331
- "pattern":"^.{3,900}$"
332
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4357}$"
332
333
  },
333
334
  "AutomaticBackupRetentionDays":{
334
335
  "type":"integer",
@@ -514,6 +515,7 @@
514
515
  "SecurityGroupIds":{"shape":"SecurityGroupIds"},
515
516
  "Tags":{"shape":"Tags"},
516
517
  "WindowsConfiguration":{"shape":"CreateFileSystemWindowsConfiguration"},
518
+ "LustreConfiguration":{"shape":"CreateFileSystemLustreConfiguration"},
517
519
  "StorageType":{"shape":"StorageType"}
518
520
  }
519
521
  },
@@ -531,7 +533,10 @@
531
533
  "ExportPath":{"shape":"ArchivePath"},
532
534
  "ImportedFileChunkSize":{"shape":"Megabytes"},
533
535
  "DeploymentType":{"shape":"LustreDeploymentType"},
534
- "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"}
536
+ "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"},
537
+ "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
538
+ "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
539
+ "CopyTagsToBackups":{"shape":"Flag"}
535
540
  }
536
541
  },
537
542
  "CreateFileSystemRequest":{
@@ -696,7 +701,7 @@
696
701
  "type":"string",
697
702
  "max":4096,
698
703
  "min":0,
699
- "pattern":"^.{0,4096}$"
704
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{0,4096}$"
700
705
  },
701
706
  "DataRepositoryTaskPaths":{
702
707
  "type":"list",
@@ -739,6 +744,20 @@
739
744
  "Lifecycle":{"shape":"BackupLifecycle"}
740
745
  }
741
746
  },
747
+ "DeleteFileSystemLustreConfiguration":{
748
+ "type":"structure",
749
+ "members":{
750
+ "SkipFinalBackup":{"shape":"Flag"},
751
+ "FinalBackupTags":{"shape":"Tags"}
752
+ }
753
+ },
754
+ "DeleteFileSystemLustreResponse":{
755
+ "type":"structure",
756
+ "members":{
757
+ "FinalBackupId":{"shape":"BackupId"},
758
+ "FinalBackupTags":{"shape":"Tags"}
759
+ }
760
+ },
742
761
  "DeleteFileSystemRequest":{
743
762
  "type":"structure",
744
763
  "required":["FileSystemId"],
@@ -748,7 +767,8 @@
748
767
  "shape":"ClientRequestToken",
749
768
  "idempotencyToken":true
750
769
  },
751
- "WindowsConfiguration":{"shape":"DeleteFileSystemWindowsConfiguration"}
770
+ "WindowsConfiguration":{"shape":"DeleteFileSystemWindowsConfiguration"},
771
+ "LustreConfiguration":{"shape":"DeleteFileSystemLustreConfiguration"}
752
772
  }
753
773
  },
754
774
  "DeleteFileSystemResponse":{
@@ -756,7 +776,8 @@
756
776
  "members":{
757
777
  "FileSystemId":{"shape":"FileSystemId"},
758
778
  "Lifecycle":{"shape":"FileSystemLifecycle"},
759
- "WindowsResponse":{"shape":"DeleteFileSystemWindowsResponse"}
779
+ "WindowsResponse":{"shape":"DeleteFileSystemWindowsResponse"},
780
+ "LustreResponse":{"shape":"DeleteFileSystemLustreResponse"}
760
781
  }
761
782
  },
762
783
  "DeleteFileSystemWindowsConfiguration":{
@@ -837,7 +858,7 @@
837
858
  "type":"string",
838
859
  "max":256,
839
860
  "min":1,
840
- "pattern":"^.{1,256}$"
861
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,256}$"
841
862
  },
842
863
  "DnsIps":{
843
864
  "type":"list",
@@ -879,7 +900,7 @@
879
900
  "type":"string",
880
901
  "max":256,
881
902
  "min":1,
882
- "pattern":"^.{1,256}$"
903
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,256}$"
883
904
  },
884
905
  "FileSystemFailureDetails":{
885
906
  "type":"structure",
@@ -951,7 +972,8 @@
951
972
  "type":"string",
952
973
  "enum":[
953
974
  "file-system-id",
954
- "backup-type"
975
+ "backup-type",
976
+ "file-system-type"
955
977
  ]
956
978
  },
957
979
  "FilterValue":{
@@ -1062,7 +1084,10 @@
1062
1084
  "DataRepositoryConfiguration":{"shape":"DataRepositoryConfiguration"},
1063
1085
  "DeploymentType":{"shape":"LustreDeploymentType"},
1064
1086
  "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"},
1065
- "MountName":{"shape":"LustreFileSystemMountName"}
1087
+ "MountName":{"shape":"LustreFileSystemMountName"},
1088
+ "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
1089
+ "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
1090
+ "CopyTagsToBackups":{"shape":"Flag"}
1066
1091
  }
1067
1092
  },
1068
1093
  "LustreFileSystemMountName":{
@@ -1123,7 +1148,7 @@
1123
1148
  "type":"string",
1124
1149
  "max":2000,
1125
1150
  "min":1,
1126
- "pattern":"^.{1,2000}$"
1151
+ "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{1,2000}$"
1127
1152
  },
1128
1153
  "Parameter":{
1129
1154
  "type":"string",
@@ -1356,7 +1381,9 @@
1356
1381
  "UpdateFileSystemLustreConfiguration":{
1357
1382
  "type":"structure",
1358
1383
  "members":{
1359
- "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"}
1384
+ "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
1385
+ "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
1386
+ "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"}
1360
1387
  }
1361
1388
  },
1362
1389
  "UpdateFileSystemRequest":{
@@ -0,0 +1,321 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2020-03-01",
5
+ "endpointPrefix":"honeycode",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"Honeycode",
9
+ "serviceFullName":"Amazon Honeycode",
10
+ "serviceId":"Honeycode",
11
+ "signatureVersion":"v4",
12
+ "signingName":"honeycode",
13
+ "uid":"honeycode-2020-03-01"
14
+ },
15
+ "operations":{
16
+ "GetScreenData":{
17
+ "name":"GetScreenData",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/screendata"
21
+ },
22
+ "input":{"shape":"GetScreenDataRequest"},
23
+ "output":{"shape":"GetScreenDataResult"},
24
+ "errors":[
25
+ {"shape":"AccessDeniedException"},
26
+ {"shape":"InternalServerException"},
27
+ {"shape":"RequestTimeoutException"},
28
+ {"shape":"ResourceNotFoundException"},
29
+ {"shape":"ServiceUnavailableException"},
30
+ {"shape":"ThrottlingException"},
31
+ {"shape":"ValidationException"}
32
+ ]
33
+ },
34
+ "InvokeScreenAutomation":{
35
+ "name":"InvokeScreenAutomation",
36
+ "http":{
37
+ "method":"POST",
38
+ "requestUri":"/workbooks/{workbookId}/apps/{appId}/screens/{screenId}/automations/{automationId}"
39
+ },
40
+ "input":{"shape":"InvokeScreenAutomationRequest"},
41
+ "output":{"shape":"InvokeScreenAutomationResult"},
42
+ "errors":[
43
+ {"shape":"AccessDeniedException"},
44
+ {"shape":"InternalServerException"},
45
+ {"shape":"ResourceNotFoundException"},
46
+ {"shape":"ValidationException"},
47
+ {"shape":"ThrottlingException"},
48
+ {"shape":"ServiceUnavailableException"},
49
+ {"shape":"AutomationExecutionException"},
50
+ {"shape":"AutomationExecutionTimeoutException"},
51
+ {"shape":"RequestTimeoutException"}
52
+ ]
53
+ }
54
+ },
55
+ "shapes":{
56
+ "AccessDeniedException":{
57
+ "type":"structure",
58
+ "members":{
59
+ "message":{"shape":"ErrorMessage"}
60
+ },
61
+ "error":{"httpStatusCode":403},
62
+ "exception":true
63
+ },
64
+ "AutomationExecutionException":{
65
+ "type":"structure",
66
+ "members":{
67
+ "message":{"shape":"ErrorMessage"}
68
+ },
69
+ "error":{"httpStatusCode":400},
70
+ "exception":true
71
+ },
72
+ "AutomationExecutionTimeoutException":{
73
+ "type":"structure",
74
+ "members":{
75
+ "message":{"shape":"ErrorMessage"}
76
+ },
77
+ "error":{"httpStatusCode":504},
78
+ "exception":true
79
+ },
80
+ "ClientRequestToken":{
81
+ "type":"string",
82
+ "max":64,
83
+ "min":32
84
+ },
85
+ "ColumnMetadata":{
86
+ "type":"structure",
87
+ "required":[
88
+ "name",
89
+ "format"
90
+ ],
91
+ "members":{
92
+ "name":{"shape":"Name"},
93
+ "format":{"shape":"Format"}
94
+ }
95
+ },
96
+ "DataItem":{
97
+ "type":"structure",
98
+ "members":{
99
+ "overrideFormat":{"shape":"Format"},
100
+ "rawValue":{"shape":"RawValue"},
101
+ "formattedValue":{"shape":"FormattedValue"}
102
+ },
103
+ "sensitive":true
104
+ },
105
+ "DataItems":{
106
+ "type":"list",
107
+ "member":{"shape":"DataItem"}
108
+ },
109
+ "ErrorMessage":{"type":"string"},
110
+ "Format":{
111
+ "type":"string",
112
+ "enum":[
113
+ "AUTO",
114
+ "NUMBER",
115
+ "CURRENCY",
116
+ "DATE",
117
+ "TIME",
118
+ "DATE_TIME",
119
+ "PERCENTAGE",
120
+ "TEXT",
121
+ "ACCOUNTING",
122
+ "CONTACT",
123
+ "ROWLINK"
124
+ ]
125
+ },
126
+ "FormattedValue":{"type":"string"},
127
+ "GetScreenDataRequest":{
128
+ "type":"structure",
129
+ "required":[
130
+ "workbookId",
131
+ "appId",
132
+ "screenId"
133
+ ],
134
+ "members":{
135
+ "workbookId":{"shape":"ResourceId"},
136
+ "appId":{"shape":"ResourceId"},
137
+ "screenId":{"shape":"ResourceId"},
138
+ "variables":{"shape":"VariableValueMap"},
139
+ "maxResults":{"shape":"MaxResults"},
140
+ "nextToken":{"shape":"PaginationToken"}
141
+ }
142
+ },
143
+ "GetScreenDataResult":{
144
+ "type":"structure",
145
+ "required":[
146
+ "results",
147
+ "workbookCursor"
148
+ ],
149
+ "members":{
150
+ "results":{"shape":"ResultSetMap"},
151
+ "workbookCursor":{"shape":"WorkbookCursor"},
152
+ "nextToken":{"shape":"PaginationToken"}
153
+ }
154
+ },
155
+ "InternalServerException":{
156
+ "type":"structure",
157
+ "members":{
158
+ "message":{"shape":"ErrorMessage"}
159
+ },
160
+ "error":{"httpStatusCode":500},
161
+ "exception":true
162
+ },
163
+ "InvokeScreenAutomationRequest":{
164
+ "type":"structure",
165
+ "required":[
166
+ "workbookId",
167
+ "appId",
168
+ "screenId",
169
+ "screenAutomationId"
170
+ ],
171
+ "members":{
172
+ "workbookId":{
173
+ "shape":"ResourceId",
174
+ "location":"uri",
175
+ "locationName":"workbookId"
176
+ },
177
+ "appId":{
178
+ "shape":"ResourceId",
179
+ "location":"uri",
180
+ "locationName":"appId"
181
+ },
182
+ "screenId":{
183
+ "shape":"ResourceId",
184
+ "location":"uri",
185
+ "locationName":"screenId"
186
+ },
187
+ "screenAutomationId":{
188
+ "shape":"ResourceId",
189
+ "location":"uri",
190
+ "locationName":"automationId"
191
+ },
192
+ "variables":{"shape":"VariableValueMap"},
193
+ "rowId":{"shape":"RowId"},
194
+ "clientRequestToken":{"shape":"ClientRequestToken"}
195
+ }
196
+ },
197
+ "InvokeScreenAutomationResult":{
198
+ "type":"structure",
199
+ "required":["workbookCursor"],
200
+ "members":{
201
+ "workbookCursor":{"shape":"WorkbookCursor"}
202
+ }
203
+ },
204
+ "MaxResults":{
205
+ "type":"integer",
206
+ "box":true,
207
+ "max":100,
208
+ "min":1
209
+ },
210
+ "Name":{
211
+ "type":"string",
212
+ "sensitive":true
213
+ },
214
+ "PaginationToken":{
215
+ "type":"string",
216
+ "max":1024,
217
+ "min":1
218
+ },
219
+ "RawValue":{"type":"string"},
220
+ "RequestTimeoutException":{
221
+ "type":"structure",
222
+ "members":{
223
+ "message":{"shape":"ErrorMessage"}
224
+ },
225
+ "error":{"httpStatusCode":504},
226
+ "exception":true
227
+ },
228
+ "ResourceId":{
229
+ "type":"string",
230
+ "pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"
231
+ },
232
+ "ResourceNotFoundException":{
233
+ "type":"structure",
234
+ "members":{
235
+ "message":{"shape":"ErrorMessage"}
236
+ },
237
+ "error":{"httpStatusCode":404},
238
+ "exception":true
239
+ },
240
+ "ResultHeader":{
241
+ "type":"list",
242
+ "member":{"shape":"ColumnMetadata"}
243
+ },
244
+ "ResultRow":{
245
+ "type":"structure",
246
+ "required":["dataItems"],
247
+ "members":{
248
+ "rowId":{"shape":"RowId"},
249
+ "dataItems":{"shape":"DataItems"}
250
+ }
251
+ },
252
+ "ResultRows":{
253
+ "type":"list",
254
+ "member":{"shape":"ResultRow"}
255
+ },
256
+ "ResultSet":{
257
+ "type":"structure",
258
+ "required":[
259
+ "headers",
260
+ "rows"
261
+ ],
262
+ "members":{
263
+ "headers":{"shape":"ResultHeader"},
264
+ "rows":{"shape":"ResultRows"}
265
+ }
266
+ },
267
+ "ResultSetMap":{
268
+ "type":"map",
269
+ "key":{"shape":"Name"},
270
+ "value":{"shape":"ResultSet"}
271
+ },
272
+ "RowId":{
273
+ "type":"string",
274
+ "pattern":"row:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"
275
+ },
276
+ "ServiceUnavailableException":{
277
+ "type":"structure",
278
+ "members":{
279
+ "message":{"shape":"ErrorMessage"}
280
+ },
281
+ "error":{"httpStatusCode":503},
282
+ "exception":true
283
+ },
284
+ "ThrottlingException":{
285
+ "type":"structure",
286
+ "members":{
287
+ "message":{"shape":"ErrorMessage"}
288
+ },
289
+ "error":{"httpStatusCode":429},
290
+ "exception":true
291
+ },
292
+ "ValidationException":{
293
+ "type":"structure",
294
+ "required":["message"],
295
+ "members":{
296
+ "message":{"shape":"ErrorMessage"}
297
+ },
298
+ "error":{"httpStatusCode":400},
299
+ "exception":true
300
+ },
301
+ "VariableName":{
302
+ "type":"string",
303
+ "sensitive":true
304
+ },
305
+ "VariableValue":{
306
+ "type":"structure",
307
+ "required":["rawValue"],
308
+ "members":{
309
+ "rawValue":{"shape":"RawValue"}
310
+ },
311
+ "sensitive":true
312
+ },
313
+ "VariableValueMap":{
314
+ "type":"map",
315
+ "key":{"shape":"VariableName"},
316
+ "value":{"shape":"VariableValue"},
317
+ "sensitive":true
318
+ },
319
+ "WorkbookCursor":{"type":"long"}
320
+ }
321
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -1031,6 +1031,7 @@
1031
1031
  },
1032
1032
  "AccountId":{
1033
1033
  "type":"string",
1034
+ "max":12,
1034
1035
  "pattern":"^\\d{12}$"
1035
1036
  },
1036
1037
  "AccountJoinedMethod":{
@@ -1129,6 +1130,7 @@
1129
1130
  },
1130
1131
  "ChildId":{
1131
1132
  "type":"string",
1133
+ "max":100,
1132
1134
  "pattern":"^(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
1133
1135
  },
1134
1136
  "ChildNotFoundException":{
@@ -1224,6 +1226,7 @@
1224
1226
  },
1225
1227
  "CreateAccountRequestId":{
1226
1228
  "type":"string",
1229
+ "max":36,
1227
1230
  "pattern":"^car-[a-z0-9]{8,32}$"
1228
1231
  },
1229
1232
  "CreateAccountResponse":{
@@ -1583,7 +1586,10 @@
1583
1586
  },
1584
1587
  "EffectivePolicyType":{
1585
1588
  "type":"string",
1586
- "enum":["TAG_POLICY"]
1589
+ "enum":[
1590
+ "TAG_POLICY",
1591
+ "BACKUP_POLICY"
1592
+ ]
1587
1593
  },
1588
1594
  "Email":{
1589
1595
  "type":"string",
@@ -1705,6 +1711,7 @@
1705
1711
  },
1706
1712
  "HandshakeId":{
1707
1713
  "type":"string",
1714
+ "max":34,
1708
1715
  "pattern":"^h-[0-9a-z]{8,32}$"
1709
1716
  },
1710
1717
  "HandshakeNotFoundException":{
@@ -1717,6 +1724,7 @@
1717
1724
  "HandshakeNotes":{
1718
1725
  "type":"string",
1719
1726
  "max":1024,
1727
+ "pattern":"[\\s\\S]*",
1720
1728
  "sensitive":true
1721
1729
  },
1722
1730
  "HandshakeParties":{
@@ -1738,6 +1746,7 @@
1738
1746
  "type":"string",
1739
1747
  "max":64,
1740
1748
  "min":1,
1749
+ "pattern":"[\\s\\S]*",
1741
1750
  "sensitive":true
1742
1751
  },
1743
1752
  "HandshakePartyType":{
@@ -2141,7 +2150,11 @@
2141
2150
  "DestinationParentId":{"shape":"ParentId"}
2142
2151
  }
2143
2152
  },
2144
- "NextToken":{"type":"string"},
2153
+ "NextToken":{
2154
+ "type":"string",
2155
+ "max":100000,
2156
+ "pattern":"[\\s\\S]*"
2157
+ },
2145
2158
  "Organization":{
2146
2159
  "type":"structure",
2147
2160
  "members":{
@@ -2190,12 +2203,14 @@
2190
2203
  },
2191
2204
  "OrganizationalUnitId":{
2192
2205
  "type":"string",
2206
+ "max":68,
2193
2207
  "pattern":"^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$"
2194
2208
  },
2195
2209
  "OrganizationalUnitName":{
2196
2210
  "type":"string",
2197
2211
  "max":128,
2198
- "min":1
2212
+ "min":1,
2213
+ "pattern":"[\\s\\S]*"
2199
2214
  },
2200
2215
  "OrganizationalUnitNotEmptyException":{
2201
2216
  "type":"structure",
@@ -2224,6 +2239,7 @@
2224
2239
  },
2225
2240
  "ParentId":{
2226
2241
  "type":"string",
2242
+ "max":100,
2227
2243
  "pattern":"^(r-[0-9a-z]{4,32})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
2228
2244
  },
2229
2245
  "ParentNotFoundException":{
@@ -2269,14 +2285,17 @@
2269
2285
  "PolicyContent":{
2270
2286
  "type":"string",
2271
2287
  "max":1000000,
2272
- "min":1
2288
+ "min":1,
2289
+ "pattern":"[\\s\\S]*"
2273
2290
  },
2274
2291
  "PolicyDescription":{
2275
2292
  "type":"string",
2276
- "max":512
2293
+ "max":512,
2294
+ "pattern":"[\\s\\S]*"
2277
2295
  },
2278
2296
  "PolicyId":{
2279
2297
  "type":"string",
2298
+ "max":130,
2280
2299
  "pattern":"^p-[0-9a-zA-Z_]{8,128}$"
2281
2300
  },
2282
2301
  "PolicyInUseException":{
@@ -2289,7 +2308,8 @@
2289
2308
  "PolicyName":{
2290
2309
  "type":"string",
2291
2310
  "max":128,
2292
- "min":1
2311
+ "min":1,
2312
+ "pattern":"[\\s\\S]*"
2293
2313
  },
2294
2314
  "PolicyNotAttachedException":{
2295
2315
  "type":"structure",
@@ -2318,6 +2338,7 @@
2318
2338
  },
2319
2339
  "PolicyTargetId":{
2320
2340
  "type":"string",
2341
+ "max":100,
2321
2342
  "pattern":"^(r-[0-9a-z]{4,32})|(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
2322
2343
  },
2323
2344
  "PolicyTargetSummary":{
@@ -2337,7 +2358,8 @@
2337
2358
  "type":"string",
2338
2359
  "enum":[
2339
2360
  "SERVICE_CONTROL_POLICY",
2340
- "TAG_POLICY"
2361
+ "TAG_POLICY",
2362
+ "BACKUP_POLICY"
2341
2363
  ]
2342
2364
  },
2343
2365
  "PolicyTypeAlreadyEnabledException":{
@@ -2400,6 +2422,7 @@
2400
2422
  },
2401
2423
  "RoleName":{
2402
2424
  "type":"string",
2425
+ "max":64,
2403
2426
  "pattern":"[\\w+=,.@-]{1,64}"
2404
2427
  },
2405
2428
  "Root":{
@@ -2417,6 +2440,7 @@
2417
2440
  },
2418
2441
  "RootId":{
2419
2442
  "type":"string",
2443
+ "max":34,
2420
2444
  "pattern":"^r-[0-9a-z]{4,32}$"
2421
2445
  },
2422
2446
  "RootName":{
@@ -2495,6 +2519,7 @@
2495
2519
  },
2496
2520
  "TaggableResourceId":{
2497
2521
  "type":"string",
2522
+ "max":12,
2498
2523
  "pattern":"^\\d{12}$"
2499
2524
  },
2500
2525
  "Tags":{
@@ -6397,6 +6397,24 @@
6397
6397
  }
6398
6398
  }
6399
6399
  },
6400
+ "organizations" : {
6401
+ "endpoints" : {
6402
+ "aws-cn-global" : {
6403
+ "credentialScope" : {
6404
+ "region" : "cn-northwest-1"
6405
+ },
6406
+ "hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
6407
+ },
6408
+ "fips-aws-cn-global" : {
6409
+ "credentialScope" : {
6410
+ "region" : "cn-northwest-1"
6411
+ },
6412
+ "hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
6413
+ }
6414
+ },
6415
+ "isRegionalized" : false,
6416
+ "partitionEndpoint" : "aws-cn-global"
6417
+ },
6400
6418
  "polly" : {
6401
6419
  "endpoints" : {
6402
6420
  "cn-northwest-1" : { }
@@ -122,6 +122,7 @@ module Aws
122
122
  GroundStation
123
123
  GuardDuty
124
124
  Health
125
+ Honeycode
125
126
  IAM
126
127
  Imagebuilder
127
128
  ImportExport
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Honeycode, {
2
+ api: "#{Aws::API_DIR}/honeycode/2020-03-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/honeycode/2020-03-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/honeycode/2020-03-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/honeycode/2020-03-01/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.534'
2
+ VERSION = '2.11.535'
3
3
  end
@@ -394,6 +394,10 @@
394
394
  "models": "health/2016-08-04",
395
395
  "endpoint": "health"
396
396
  },
397
+ "Honeycode": {
398
+ "models": "honeycode/2020-03-01",
399
+ "endpoint": "honeycode"
400
+ },
397
401
  "IAM": {
398
402
  "models": "iam/2010-05-08",
399
403
  "endpoint": "iam"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.534
4
+ version: 2.11.535
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-23 00:00:00.000000000 Z
11
+ date: 2020-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -473,6 +473,9 @@ files:
473
473
  - apis/health/2016-08-04/examples-1.json
474
474
  - apis/health/2016-08-04/paginators-1.json
475
475
  - apis/health/2016-08-04/smoke.json
476
+ - apis/honeycode/2020-03-01/api-2.json
477
+ - apis/honeycode/2020-03-01/examples-1.json
478
+ - apis/honeycode/2020-03-01/paginators-1.json
476
479
  - apis/iam/2010-05-08/api-2.json
477
480
  - apis/iam/2010-05-08/examples-1.json
478
481
  - apis/iam/2010-05-08/paginators-1.json
@@ -1048,6 +1051,7 @@ files:
1048
1051
  - lib/aws-sdk-core/groundstation.rb
1049
1052
  - lib/aws-sdk-core/guardduty.rb
1050
1053
  - lib/aws-sdk-core/health.rb
1054
+ - lib/aws-sdk-core/honeycode.rb
1051
1055
  - lib/aws-sdk-core/iam.rb
1052
1056
  - lib/aws-sdk-core/imagebuilder.rb
1053
1057
  - lib/aws-sdk-core/importexport.rb