aws-sdk-core 2.11.531 → 2.11.536

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb1dcf9dbf0609594cc613f1d0e2d05eefcafa6ec528d76acf01ac769af78178
4
- data.tar.gz: a317bca103805136066dc2ad1011b312c223111fbca40f268be0d3ff459c045a
3
+ metadata.gz: 49f13c96a44fbf5414e73e81b8c95ae96933653f713fe3066c26226556d5f282
4
+ data.tar.gz: 0aca5c00d27f2105c627c6abc079683c4667de431d7f92d81ffd6e2fa9fc26a0
5
5
  SHA512:
6
- metadata.gz: cacd21c585d6151c06b74a16455b867c3da855276beeab426176bcf6cb7a4f9ff6bf99528240174b0a5a8050904e32dee261a7dc9795e925a1ca87785214ee16
7
- data.tar.gz: b640ac6fde7db965535794dd5a136cc9a05b50da5be49cb3e1766bb69cb71a75cfe0502476e499b9fc108c66c3683899eef402e03f25e19f68b34a331e1549a9
6
+ metadata.gz: b5ad366f8bf3d718a491154c37842b43e4b4af19169ea8afef017412e267b7bb3dd7085db43e7706be043f852f3f7f7c401190bafb9df01b71f0ccde20d2ed4c
7
+ data.tar.gz: 14250a8ec0a214afb06e68ec4fd45015c6981bd1b13f0624db3129a025981778a835341bf209339859dcffb6eca38aa7d39d5ac860439b6257cfa363ad7d4bf0
@@ -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":{