Skip to content

Commit c07c9fd

Browse files
Updated API models and rebuilt service gems.
1 parent 621d218 commit c07c9fd

38 files changed

+1247
-668
lines changed

apis/ecs/2014-11-13/docs-2.json

Lines changed: 85 additions & 85 deletions
Large diffs are not rendered by default.

apis/opensearchserverless/2021-11-01/api-2.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"aoss",
66
"jsonVersion":"1.0",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"OpenSearch Service Serverless",
910
"serviceId":"OpenSearchServerless",
1011
"signatureVersion":"v4",
1112
"signingName":"aoss",
1213
"targetPrefix":"OpenSearchServerless",
13-
"uid":"opensearchserverless-2021-11-01"
14+
"uid":"opensearchserverless-2021-11-01",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"BatchGetCollection":{
@@ -687,6 +689,8 @@
687689
"createdDate":{"shape":"Long"},
688690
"dashboardEndpoint":{"shape":"String"},
689691
"description":{"shape":"String"},
692+
"failureCode":{"shape":"String"},
693+
"failureMessage":{"shape":"String"},
690694
"id":{"shape":"CollectionId"},
691695
"kmsKeyArn":{"shape":"String"},
692696
"lastModifiedDate":{"shape":"Long"},
@@ -1497,7 +1501,7 @@
14971501
"Resource":{"type":"string"},
14981502
"ResourceName":{
14991503
"type":"string",
1500-
"pattern":"^index/[a-z][a-z0-9-]{3,32}/([a-z;0-9&$%][+.~=\\-_a-z;0-9&$%]*|\\*)$"
1504+
"pattern":"^index/[a-z][a-z0-9-]{3,32}/([a-z;0-9&$%][+.~=\\-_a-z;0-9&$%]*)$"
15011505
},
15021506
"ResourceNotFoundException":{
15031507
"type":"structure",
@@ -1915,6 +1919,8 @@
19151919
"type":"structure",
19161920
"members":{
19171921
"createdDate":{"shape":"Long"},
1922+
"failureCode":{"shape":"String"},
1923+
"failureMessage":{"shape":"String"},
19181924
"id":{"shape":"VpcEndpointId"},
19191925
"name":{"shape":"VpcEndpointName"},
19201926
"securityGroupIds":{"shape":"SecurityGroupIds"},

apis/opensearchserverless/2021-11-01/docs-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,8 @@
10241024
"CollectionDetail$collectionEndpoint": "<p>Collection-specific endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection.</p>",
10251025
"CollectionDetail$dashboardEndpoint": "<p>Collection-specific endpoint used to access OpenSearch Dashboards.</p>",
10261026
"CollectionDetail$description": "<p>A description of the collection.</p>",
1027+
"CollectionDetail$failureCode": "<p>A failure code associated with the request.</p>",
1028+
"CollectionDetail$failureMessage": "<p>A message associated with the failure code.</p>",
10271029
"CollectionDetail$kmsKeyArn": "<p>The ARN of the Amazon Web Services KMS key used to encrypt the collection.</p>",
10281030
"CollectionErrorDetail$errorCode": "<p>The error code for the request. For example, <code>NOT_FOUND</code>.</p>",
10291031
"CollectionErrorDetail$errorMessage": "<p>A description of the error. For example, <code>The specified Collection is not found.</code> </p>",
@@ -1060,6 +1062,8 @@
10601062
"UpdateCollectionDetail$arn": "<p>The Amazon Resource Name (ARN) of the collection.</p>",
10611063
"UpdateCollectionDetail$description": "<p>The description of the collection.</p>",
10621064
"ValidationException$message": null,
1065+
"VpcEndpointDetail$failureCode": "<p>A failure code associated with the request.</p>",
1066+
"VpcEndpointDetail$failureMessage": "<p>A message associated with the failure code.</p>",
10631067
"VpcEndpointErrorDetail$errorCode": "<p>The error code for the failed request.</p>",
10641068
"VpcEndpointErrorDetail$errorMessage": "<p>An error message describing the reason for the failure.</p>"
10651069
}

apis/opensearchserverless/2021-11-01/endpoint-tests-1.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -308,17 +308,6 @@
308308
"expect": {
309309
"error": "Invalid Configuration: Missing Region"
310310
}
311-
},
312-
{
313-
"documentation": "Partition doesn't support DualStack",
314-
"expect": {
315-
"error": "DualStack is enabled but this partition does not support DualStack"
316-
},
317-
"params": {
318-
"Region": "us-isob-east-1",
319-
"UseFIPS": false,
320-
"UseDualStack": true
321-
}
322311
}
323312
],
324313
"version": "1.0"

apis/s3/2006-03-01/api-2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,6 +1856,11 @@
18561856
"location":"header",
18571857
"locationName":"x-amz-expected-bucket-owner"
18581858
},
1859+
"IfNoneMatch":{
1860+
"shape":"IfNoneMatch",
1861+
"location":"header",
1862+
"locationName":"If-None-Match"
1863+
},
18591864
"SSECustomerAlgorithm":{
18601865
"shape":"SSECustomerAlgorithm",
18611866
"location":"header",
@@ -7561,6 +7566,11 @@
75617566
"location":"header",
75627567
"locationName":"Expires"
75637568
},
7569+
"IfNoneMatch":{
7570+
"shape":"IfNoneMatch",
7571+
"location":"header",
7572+
"locationName":"If-None-Match"
7573+
},
75647574
"GrantFullControl":{
75657575
"shape":"GrantFullControl",
75667576
"location":"header",

apis/s3/2006-03-01/docs-2.json

Lines changed: 16 additions & 14 deletions
Large diffs are not rendered by default.

apis/s3/2006-03-01/examples-1.json

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -292,39 +292,39 @@
292292
{
293293
"input": {
294294
"Bucket": "examplebucket",
295-
"Key": "HappyFace.jpg"
295+
"Key": "HappyFace.jpg",
296+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
296297
},
297298
"output": {
298-
"VersionId": "null"
299+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
299300
},
300301
"comments": {
301302
"input": {
302303
},
303304
"output": {
304305
}
305306
},
306-
"description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
307-
"id": "to-remove-tag-set-from-an-object-1483145342862",
308-
"title": "To remove tag set from an object"
307+
"description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
308+
"id": "to-remove-tag-set-from-an-object-version-1483145285913",
309+
"title": "To remove tag set from an object version"
309310
},
310311
{
311312
"input": {
312313
"Bucket": "examplebucket",
313-
"Key": "HappyFace.jpg",
314-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
314+
"Key": "HappyFace.jpg"
315315
},
316316
"output": {
317-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
317+
"VersionId": "null"
318318
},
319319
"comments": {
320320
"input": {
321321
},
322322
"output": {
323323
}
324324
},
325-
"description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
326-
"id": "to-remove-tag-set-from-an-object-version-1483145285913",
327-
"title": "To remove tag set from an object version"
325+
"description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
326+
"id": "to-remove-tag-set-from-an-object-1483145342862",
327+
"title": "To remove tag set from an object"
328328
}
329329
],
330330
"DeleteObjects": [
@@ -840,55 +840,55 @@
840840
{
841841
"input": {
842842
"Bucket": "examplebucket",
843-
"Key": "exampleobject",
844-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
843+
"Key": "HappyFace.jpg"
845844
},
846845
"output": {
847846
"TagSet": [
848847
{
849-
"Key": "Key1",
850-
"Value": "Value1"
848+
"Key": "Key4",
849+
"Value": "Value4"
850+
},
851+
{
852+
"Key": "Key3",
853+
"Value": "Value3"
851854
}
852855
],
853-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
856+
"VersionId": "null"
854857
},
855858
"comments": {
856859
"input": {
857860
},
858861
"output": {
859862
}
860863
},
861-
"description": "The following example retrieves tag set of an object. The request specifies object version.",
862-
"id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
863-
"title": "To retrieve tag set of a specific object version"
864+
"description": "The following example retrieves tag set of an object.",
865+
"id": "to-retrieve-tag-set-of-an-object-1481833847896",
866+
"title": "To retrieve tag set of an object"
864867
},
865868
{
866869
"input": {
867870
"Bucket": "examplebucket",
868-
"Key": "HappyFace.jpg"
871+
"Key": "exampleobject",
872+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
869873
},
870874
"output": {
871875
"TagSet": [
872876
{
873-
"Key": "Key4",
874-
"Value": "Value4"
875-
},
876-
{
877-
"Key": "Key3",
878-
"Value": "Value3"
877+
"Key": "Key1",
878+
"Value": "Value1"
879879
}
880880
],
881-
"VersionId": "null"
881+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
882882
},
883883
"comments": {
884884
"input": {
885885
},
886886
"output": {
887887
}
888888
},
889-
"description": "The following example retrieves tag set of an object.",
890-
"id": "to-retrieve-tag-set-of-an-object-1481833847896",
891-
"title": "To retrieve tag set of an object"
889+
"description": "The following example retrieves tag set of an object. The request specifies object version.",
890+
"id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
891+
"title": "To retrieve tag set of a specific object version"
892892
}
893893
],
894894
"GetObjectTorrent": [
@@ -1565,6 +1565,29 @@
15651565
}
15661566
],
15671567
"PutObject": [
1568+
{
1569+
"input": {
1570+
"Body": "HappyFace.jpg",
1571+
"Bucket": "examplebucket",
1572+
"Key": "HappyFace.jpg",
1573+
"ServerSideEncryption": "AES256",
1574+
"StorageClass": "STANDARD_IA"
1575+
},
1576+
"output": {
1577+
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578+
"ServerSideEncryption": "AES256",
1579+
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1580+
},
1581+
"comments": {
1582+
"input": {
1583+
},
1584+
"output": {
1585+
}
1586+
},
1587+
"description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1588+
"id": "to-upload-an-object-(specify-optional-headers)",
1589+
"title": "To upload an object (specify optional headers)"
1590+
},
15681591
{
15691592
"input": {
15701593
"Body": "filetoupload",
@@ -1589,68 +1612,63 @@
15891612
"input": {
15901613
"Body": "HappyFace.jpg",
15911614
"Bucket": "examplebucket",
1592-
"Key": "HappyFace.jpg",
1593-
"ServerSideEncryption": "AES256",
1594-
"StorageClass": "STANDARD_IA"
1615+
"Key": "HappyFace.jpg"
15951616
},
15961617
"output": {
15971618
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1598-
"ServerSideEncryption": "AES256",
1599-
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1619+
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
16001620
},
16011621
"comments": {
16021622
"input": {
16031623
},
16041624
"output": {
16051625
}
16061626
},
1607-
"description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1608-
"id": "to-upload-an-object-(specify-optional-headers)",
1609-
"title": "To upload an object (specify optional headers)"
1627+
"description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1628+
"id": "to-upload-an-object-1481760101010",
1629+
"title": "To upload an object"
16101630
},
16111631
{
16121632
"input": {
1613-
"ACL": "authenticated-read",
1614-
"Body": "filetoupload",
1633+
"Body": "c:\\HappyFace.jpg",
16151634
"Bucket": "examplebucket",
1616-
"Key": "exampleobject"
1635+
"Key": "HappyFace.jpg",
1636+
"Tagging": "key1=value1&key2=value2"
16171637
},
16181638
"output": {
16191639
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1620-
"VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1640+
"VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
16211641
},
16221642
"comments": {
16231643
"input": {
16241644
},
16251645
"output": {
16261646
}
16271647
},
1628-
"description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1629-
"id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1630-
"title": "To upload an object and specify canned ACL."
1648+
"description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1649+
"id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1650+
"title": "To upload an object and specify optional tags"
16311651
},
16321652
{
16331653
"input": {
1654+
"ACL": "authenticated-read",
16341655
"Body": "filetoupload",
16351656
"Bucket": "examplebucket",
1636-
"Key": "exampleobject",
1637-
"ServerSideEncryption": "AES256",
1638-
"Tagging": "key1=value1&key2=value2"
1657+
"Key": "exampleobject"
16391658
},
16401659
"output": {
16411660
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1642-
"ServerSideEncryption": "AES256",
1643-
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1661+
"VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
16441662
},
16451663
"comments": {
16461664
"input": {
16471665
},
16481666
"output": {
16491667
}
16501668
},
1651-
"description": "The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1652-
"id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1653-
"title": "To upload an object and specify server-side encryption and object tags"
1669+
"description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1670+
"id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1671+
"title": "To upload an object and specify canned ACL."
16541672
},
16551673
{
16561674
"input": {
@@ -1678,44 +1696,26 @@
16781696
},
16791697
{
16801698
"input": {
1681-
"Body": "HappyFace.jpg",
1682-
"Bucket": "examplebucket",
1683-
"Key": "HappyFace.jpg"
1684-
},
1685-
"output": {
1686-
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1687-
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1688-
},
1689-
"comments": {
1690-
"input": {
1691-
},
1692-
"output": {
1693-
}
1694-
},
1695-
"description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1696-
"id": "to-upload-an-object-1481760101010",
1697-
"title": "To upload an object"
1698-
},
1699-
{
1700-
"input": {
1701-
"Body": "c:\\HappyFace.jpg",
1699+
"Body": "filetoupload",
17021700
"Bucket": "examplebucket",
1703-
"Key": "HappyFace.jpg",
1701+
"Key": "exampleobject",
1702+
"ServerSideEncryption": "AES256",
17041703
"Tagging": "key1=value1&key2=value2"
17051704
},
17061705
"output": {
17071706
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708-
"VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1707+
"ServerSideEncryption": "AES256",
1708+
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
17091709
},
17101710
"comments": {
17111711
"input": {
17121712
},
17131713
"output": {
17141714
}
17151715
},
1716-
"description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1717-
"id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1718-
"title": "To upload an object and specify optional tags"
1716+
"description": "The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1717+
"id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1718+
"title": "To upload an object and specify server-side encryption and object tags"
17191719
}
17201720
],
17211721
"PutObjectAcl": [

0 commit comments

Comments
 (0)