aws-sdk-core 2.11.386 → 2.11.387

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
  SHA1:
3
- metadata.gz: 24d06adf88e5959bd7d026231884d43a7e47cd81
4
- data.tar.gz: 5d0d2b69839546f67a47babe40e18f1fc794cd81
3
+ metadata.gz: 27fa27bd2aa60098b84b464e4b686e8d8e0e7ef9
4
+ data.tar.gz: d1b86ffb764eadc8a1541f0b693ae95fb62da80e
5
5
  SHA512:
6
- metadata.gz: 77163ab7e4b5911bc8ea727faa9bf87fbd5564b0a5df57f27ae2be565c51b165183a48519bf139e59f81ab889f6a18df6910f90a62f70e998a318a8ae6056f5a
7
- data.tar.gz: 0e38ca4a7f1e6aca2a6e16c1240a7497dc7a717861428c98c06319715dd588219bd95e9b0cb0812c13f1d954d9e84fe3d37029a6ede582f30c2232df9e795873
6
+ metadata.gz: e6bbead8428e1151ee1a2771b896ce72b71d6867a6ce7e2384eebb6af666b7b6092ced6c341d941c71cdad09f78ba4449d0986182f8829eacf07cdb92ee2d93f
7
+ data.tar.gz: cca3dcea72bf32d66f36a15c7ce96fe737b12990630ebe79a14ed0f0c23cd2707ad03bc61402aef2135ee32bd922f8237482309313ac7560dca386ab5f7c678a
@@ -606,10 +606,6 @@
606
606
  "type":"string",
607
607
  "max":255
608
608
  },
609
- "ArtifactType":{
610
- "type":"string",
611
- "enum":["TEST"]
612
- },
613
609
  "ArtifactUrl":{
614
610
  "type":"string",
615
611
  "max":1000
@@ -641,7 +637,8 @@
641
637
  "basicAuthCredentials":{"shape":"BasicAuthCredentials"},
642
638
  "enableBasicAuth":{"shape":"EnableBasicAuth"},
643
639
  "buildSpec":{"shape":"BuildSpec"},
644
- "enablePullRequestPreview":{"shape":"EnablePullRequestPreview"}
640
+ "enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
641
+ "pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"}
645
642
  }
646
643
  },
647
644
  "AutoBranchCreationPattern":{
@@ -653,6 +650,11 @@
653
650
  "type":"list",
654
651
  "member":{"shape":"AutoBranchCreationPattern"}
655
652
  },
653
+ "BackendEnvironmentArn":{
654
+ "type":"string",
655
+ "max":1000,
656
+ "min":1
657
+ },
656
658
  "BadRequestException":{
657
659
  "type":"structure",
658
660
  "members":{
@@ -709,8 +711,10 @@
709
711
  "ttl":{"shape":"TTL"},
710
712
  "associatedResources":{"shape":"AssociatedResources"},
711
713
  "enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
714
+ "pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
712
715
  "destinationBranch":{"shape":"BranchName"},
713
- "sourceBranch":{"shape":"BranchName"}
716
+ "sourceBranch":{"shape":"BranchName"},
717
+ "backendEnvironmentArn":{"shape":"BackendEnvironmentArn"}
714
718
  }
715
719
  },
716
720
  "BranchArn":{
@@ -807,7 +811,9 @@
807
811
  "buildSpec":{"shape":"BuildSpec"},
808
812
  "ttl":{"shape":"TTL"},
809
813
  "displayName":{"shape":"DisplayName"},
810
- "enablePullRequestPreview":{"shape":"EnablePullRequestPreview"}
814
+ "enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
815
+ "pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
816
+ "backendEnvironmentArn":{"shape":"BackendEnvironmentArn"}
811
817
  }
812
818
  },
813
819
  "CreateBranchResult":{
@@ -1464,7 +1470,6 @@
1464
1470
  "location":"uri",
1465
1471
  "locationName":"jobId"
1466
1472
  },
1467
- "artifactType":{"shape":"ArtifactType"},
1468
1473
  "nextToken":{
1469
1474
  "shape":"NextToken",
1470
1475
  "location":"querystring",
@@ -1673,6 +1678,10 @@
1673
1678
  "branchName":{"shape":"BranchName"}
1674
1679
  }
1675
1680
  },
1681
+ "PullRequestEnvironmentName":{
1682
+ "type":"string",
1683
+ "max":20
1684
+ },
1676
1685
  "Repository":{
1677
1686
  "type":"string",
1678
1687
  "max":1000
@@ -2054,7 +2063,9 @@
2054
2063
  "buildSpec":{"shape":"BuildSpec"},
2055
2064
  "ttl":{"shape":"TTL"},
2056
2065
  "displayName":{"shape":"DisplayName"},
2057
- "enablePullRequestPreview":{"shape":"EnablePullRequestPreview"}
2066
+ "enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
2067
+ "pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
2068
+ "backendEnvironmentArn":{"shape":"BackendEnvironmentArn"}
2058
2069
  }
2059
2070
  },
2060
2071
  "UpdateBranchResult":{
@@ -3649,7 +3649,8 @@
3649
3649
  "EncryptionStatus",
3650
3650
  "ObjectLockRetainUntilDate",
3651
3651
  "ObjectLockMode",
3652
- "ObjectLockLegalHoldStatus"
3652
+ "ObjectLockLegalHoldStatus",
3653
+ "IntelligentTieringAccessTier"
3653
3654
  ]
3654
3655
  },
3655
3656
  "InventoryOptionalFields":{
@@ -84,13 +84,10 @@
84
84
  "CreateBucket": [
85
85
  {
86
86
  "input": {
87
- "Bucket": "examplebucket",
88
- "CreateBucketConfiguration": {
89
- "LocationConstraint": "eu-west-1"
90
- }
87
+ "Bucket": "examplebucket"
91
88
  },
92
89
  "output": {
93
- "Location": "http://examplebucket.s3.amazonaws.com/"
90
+ "Location": "/examplebucket"
94
91
  },
95
92
  "comments": {
96
93
  "input": {
@@ -98,16 +95,19 @@
98
95
  "output": {
99
96
  }
100
97
  },
101
- "description": "The following example creates a bucket. The request specifies an AWS region where to create the bucket.",
102
- "id": "to-create-a-bucket-in-a-specific-region-1483399072992",
103
- "title": "To create a bucket in a specific region"
98
+ "description": "The following example creates a bucket.",
99
+ "id": "to-create-a-bucket--1472851826060",
100
+ "title": "To create a bucket "
104
101
  },
105
102
  {
106
103
  "input": {
107
- "Bucket": "examplebucket"
104
+ "Bucket": "examplebucket",
105
+ "CreateBucketConfiguration": {
106
+ "LocationConstraint": "eu-west-1"
107
+ }
108
108
  },
109
109
  "output": {
110
- "Location": "/examplebucket"
110
+ "Location": "http://examplebucket.s3.amazonaws.com/"
111
111
  },
112
112
  "comments": {
113
113
  "input": {
@@ -115,9 +115,9 @@
115
115
  "output": {
116
116
  }
117
117
  },
118
- "description": "The following example creates a bucket.",
119
- "id": "to-create-a-bucket--1472851826060",
120
- "title": "To create a bucket "
118
+ "description": "The following example creates a bucket. The request specifies an AWS region where to create the bucket.",
119
+ "id": "to-create-a-bucket-in-a-specific-region-1483399072992",
120
+ "title": "To create a bucket in a specific region"
121
121
  }
122
122
  ],
123
123
  "CreateMultipartUpload": [
@@ -292,11 +292,10 @@
292
292
  {
293
293
  "input": {
294
294
  "Bucket": "examplebucket",
295
- "Key": "HappyFace.jpg",
296
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
295
+ "Key": "HappyFace.jpg"
297
296
  },
298
297
  "output": {
299
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
298
+ "VersionId": "null"
300
299
  },
301
300
  "comments": {
302
301
  "input": {
@@ -304,17 +303,18 @@
304
303
  "output": {
305
304
  }
306
305
  },
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"
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"
310
309
  },
311
310
  {
312
311
  "input": {
313
312
  "Bucket": "examplebucket",
314
- "Key": "HappyFace.jpg"
313
+ "Key": "HappyFace.jpg",
314
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
315
315
  },
316
316
  "output": {
317
- "VersionId": "null"
317
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
318
318
  },
319
319
  "comments": {
320
320
  "input": {
@@ -322,9 +322,9 @@
322
322
  "output": {
323
323
  }
324
324
  },
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"
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"
328
328
  }
329
329
  ],
330
330
  "DeleteObjects": [
@@ -728,17 +728,18 @@
728
728
  {
729
729
  "input": {
730
730
  "Bucket": "examplebucket",
731
- "Key": "HappyFace.jpg"
731
+ "Key": "SampleFile.txt",
732
+ "Range": "bytes=0-9"
732
733
  },
733
734
  "output": {
734
735
  "AcceptRanges": "bytes",
735
- "ContentLength": "3191",
736
- "ContentType": "image/jpeg",
737
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
738
- "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
736
+ "ContentLength": "10",
737
+ "ContentRange": "bytes 0-9/43",
738
+ "ContentType": "text/plain",
739
+ "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
740
+ "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
739
741
  "Metadata": {
740
742
  },
741
- "TagCount": 2,
742
743
  "VersionId": "null"
743
744
  },
744
745
  "comments": {
@@ -747,25 +748,24 @@
747
748
  "output": {
748
749
  }
749
750
  },
750
- "description": "The following example retrieves an object for an S3 bucket.",
751
- "id": "to-retrieve-an-object-1481827837012",
752
- "title": "To retrieve an object"
751
+ "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
752
+ "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
753
+ "title": "To retrieve a byte range of an object "
753
754
  },
754
755
  {
755
756
  "input": {
756
757
  "Bucket": "examplebucket",
757
- "Key": "SampleFile.txt",
758
- "Range": "bytes=0-9"
758
+ "Key": "HappyFace.jpg"
759
759
  },
760
760
  "output": {
761
761
  "AcceptRanges": "bytes",
762
- "ContentLength": "10",
763
- "ContentRange": "bytes 0-9/43",
764
- "ContentType": "text/plain",
765
- "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
766
- "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
762
+ "ContentLength": "3191",
763
+ "ContentType": "image/jpeg",
764
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
765
+ "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
767
766
  "Metadata": {
768
767
  },
768
+ "TagCount": 2,
769
769
  "VersionId": "null"
770
770
  },
771
771
  "comments": {
@@ -774,9 +774,9 @@
774
774
  "output": {
775
775
  }
776
776
  },
777
- "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
778
- "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
779
- "title": "To retrieve a byte range of an object "
777
+ "description": "The following example retrieves an object for an S3 bucket.",
778
+ "id": "to-retrieve-an-object-1481827837012",
779
+ "title": "To retrieve an object"
780
780
  }
781
781
  ],
782
782
  "GetObjectAcl": [
@@ -840,17 +840,20 @@
840
840
  {
841
841
  "input": {
842
842
  "Bucket": "examplebucket",
843
- "Key": "exampleobject",
844
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
843
+ "Key": "HappyFace.jpg"
845
844
  },
846
845
  "output": {
847
846
  "TagSet": [
848
847
  {
849
- "Key": "Key1",
850
- "Value": "Value1"
848
+ "Key": "Key4",
849
+ "Value": "Value4"
850
+ },
851
+ {
852
+ "Key": "Key3",
853
+ "Value": "Value3"
851
854
  }
852
855
  ],
853
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
856
+ "VersionId": "null"
854
857
  },
855
858
  "comments": {
856
859
  "input": {
@@ -858,27 +861,24 @@
858
861
  "output": {
859
862
  }
860
863
  },
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"
864
867
  },
865
868
  {
866
869
  "input": {
867
870
  "Bucket": "examplebucket",
868
- "Key": "HappyFace.jpg"
871
+ "Key": "exampleobject",
872
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
869
873
  },
870
874
  "output": {
871
875
  "TagSet": [
872
876
  {
873
- "Key": "Key4",
874
- "Value": "Value4"
875
- },
876
- {
877
- "Key": "Key3",
878
- "Value": "Value3"
877
+ "Key": "Key1",
878
+ "Value": "Value1"
879
879
  }
880
880
  ],
881
- "VersionId": "null"
881
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
882
882
  },
883
883
  "comments": {
884
884
  "input": {
@@ -886,9 +886,9 @@
886
886
  "output": {
887
887
  }
888
888
  },
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"
892
892
  }
893
893
  ],
894
894
  "GetObjectTorrent": [
@@ -1567,14 +1567,14 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
- "Body": "c:\\HappyFace.jpg",
1570
+ "ACL": "authenticated-read",
1571
+ "Body": "filetoupload",
1571
1572
  "Bucket": "examplebucket",
1572
- "Key": "HappyFace.jpg",
1573
- "Tagging": "key1=value1&key2=value2"
1573
+ "Key": "exampleobject"
1574
1574
  },
1575
1575
  "output": {
1576
1576
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1577
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1577
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1578
1578
  },
1579
1579
  "comments": {
1580
1580
  "input": {
@@ -1582,20 +1582,19 @@
1582
1582
  "output": {
1583
1583
  }
1584
1584
  },
1585
- "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.",
1586
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1587
- "title": "To upload an object and specify optional tags"
1585
+ "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.",
1586
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1587
+ "title": "To upload an object and specify canned ACL."
1588
1588
  },
1589
1589
  {
1590
1590
  "input": {
1591
- "ACL": "authenticated-read",
1592
- "Body": "filetoupload",
1591
+ "Body": "HappyFace.jpg",
1593
1592
  "Bucket": "examplebucket",
1594
- "Key": "exampleobject"
1593
+ "Key": "HappyFace.jpg"
1595
1594
  },
1596
1595
  "output": {
1597
1596
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1598
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1597
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1599
1598
  },
1600
1599
  "comments": {
1601
1600
  "input": {
@@ -1603,9 +1602,9 @@
1603
1602
  "output": {
1604
1603
  }
1605
1604
  },
1606
- "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.",
1607
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1608
- "title": "To upload an object and specify canned ACL."
1605
+ "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.",
1606
+ "id": "to-upload-an-object-1481760101010",
1607
+ "title": "To upload an object"
1609
1608
  },
1610
1609
  {
1611
1610
  "input": {
@@ -1629,16 +1628,17 @@
1629
1628
  },
1630
1629
  {
1631
1630
  "input": {
1632
- "Body": "HappyFace.jpg",
1631
+ "Body": "filetoupload",
1633
1632
  "Bucket": "examplebucket",
1634
- "Key": "HappyFace.jpg",
1635
- "ServerSideEncryption": "AES256",
1636
- "StorageClass": "STANDARD_IA"
1633
+ "Key": "exampleobject",
1634
+ "Metadata": {
1635
+ "metadata1": "value1",
1636
+ "metadata2": "value2"
1637
+ }
1637
1638
  },
1638
1639
  "output": {
1639
1640
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1640
- "ServerSideEncryption": "AES256",
1641
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1641
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1642
1642
  },
1643
1643
  "comments": {
1644
1644
  "input": {
@@ -1646,19 +1646,20 @@
1646
1646
  "output": {
1647
1647
  }
1648
1648
  },
1649
- "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.",
1650
- "id": "to-upload-an-object-(specify-optional-headers)",
1651
- "title": "To upload an object (specify optional headers)"
1649
+ "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1650
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1651
+ "title": "To upload object and specify user-defined metadata"
1652
1652
  },
1653
1653
  {
1654
1654
  "input": {
1655
- "Body": "HappyFace.jpg",
1655
+ "Body": "c:\\HappyFace.jpg",
1656
1656
  "Bucket": "examplebucket",
1657
- "Key": "HappyFace.jpg"
1657
+ "Key": "HappyFace.jpg",
1658
+ "Tagging": "key1=value1&key2=value2"
1658
1659
  },
1659
1660
  "output": {
1660
1661
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1661
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1662
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1662
1663
  },
1663
1664
  "comments": {
1664
1665
  "input": {
@@ -1666,23 +1667,22 @@
1666
1667
  "output": {
1667
1668
  }
1668
1669
  },
1669
- "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.",
1670
- "id": "to-upload-an-object-1481760101010",
1671
- "title": "To upload an object"
1670
+ "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.",
1671
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1672
+ "title": "To upload an object and specify optional tags"
1672
1673
  },
1673
1674
  {
1674
1675
  "input": {
1675
1676
  "Body": "filetoupload",
1676
1677
  "Bucket": "examplebucket",
1677
1678
  "Key": "exampleobject",
1678
- "Metadata": {
1679
- "metadata1": "value1",
1680
- "metadata2": "value2"
1681
- }
1679
+ "ServerSideEncryption": "AES256",
1680
+ "Tagging": "key1=value1&key2=value2"
1682
1681
  },
1683
1682
  "output": {
1684
1683
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1685
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1684
+ "ServerSideEncryption": "AES256",
1685
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1686
1686
  },
1687
1687
  "comments": {
1688
1688
  "input": {
@@ -1690,22 +1690,22 @@
1690
1690
  "output": {
1691
1691
  }
1692
1692
  },
1693
- "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1694
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1695
- "title": "To upload object and specify user-defined metadata"
1693
+ "description": "The following example uploads and 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.",
1694
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1695
+ "title": "To upload an object and specify server-side encryption and object tags"
1696
1696
  },
1697
1697
  {
1698
1698
  "input": {
1699
- "Body": "filetoupload",
1699
+ "Body": "HappyFace.jpg",
1700
1700
  "Bucket": "examplebucket",
1701
- "Key": "exampleobject",
1701
+ "Key": "HappyFace.jpg",
1702
1702
  "ServerSideEncryption": "AES256",
1703
- "Tagging": "key1=value1&key2=value2"
1703
+ "StorageClass": "STANDARD_IA"
1704
1704
  },
1705
1705
  "output": {
1706
1706
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
1707
  "ServerSideEncryption": "AES256",
1708
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1708
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1709
1709
  },
1710
1710
  "comments": {
1711
1711
  "input": {
@@ -1713,9 +1713,9 @@
1713
1713
  "output": {
1714
1714
  }
1715
1715
  },
1716
- "description": "The following example uploads and 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"
1716
+ "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.",
1717
+ "id": "to-upload-an-object-(specify-optional-headers)",
1718
+ "title": "To upload an object (specify optional headers)"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"support-2013-04-15",
5
4
  "apiVersion":"2013-04-15",
6
5
  "endpointPrefix":"support",
7
6
  "jsonVersion":"1.1",
8
7
  "protocol":"json",
9
8
  "serviceFullName":"AWS Support",
9
+ "serviceId":"Support",
10
10
  "signatureVersion":"v4",
11
- "targetPrefix":"AWSSupport_20130415"
11
+ "targetPrefix":"AWSSupport_20130415",
12
+ "uid":"support-2013-04-15"
12
13
  },
13
14
  "operations":{
14
15
  "AddAttachmentsToSet":{
@@ -2,14 +2,14 @@
2
2
  "pagination": {
3
3
  "DescribeCases": {
4
4
  "input_token": "nextToken",
5
- "output_token": "nextToken",
6
5
  "limit_key": "maxResults",
6
+ "output_token": "nextToken",
7
7
  "result_key": "cases"
8
8
  },
9
9
  "DescribeCommunications": {
10
10
  "input_token": "nextToken",
11
- "output_token": "nextToken",
12
11
  "limit_key": "maxResults",
12
+ "output_token": "nextToken",
13
13
  "result_key": "communications"
14
14
  },
15
15
  "DescribeServices": {
@@ -22,4 +22,4 @@
22
22
  "result_key": "summaries"
23
23
  }
24
24
  }
25
- }
25
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-east-1",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeServices",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "CreateCase",
12
+ "input": {
13
+ "subject": "subject",
14
+ "communicationBody": "communication",
15
+ "categoryCode": "category",
16
+ "serviceCode": "amazon-dynamodb",
17
+ "severityCode": "low"
18
+ },
19
+ "errorExpectedFromService": true
20
+ }
21
+ ]
22
+ }
@@ -1167,6 +1167,12 @@
1167
1167
  },
1168
1168
  "hostname" : "rds.eu-west-2.amazonaws.com"
1169
1169
  },
1170
+ "eu-west-3" : {
1171
+ "credentialScope" : {
1172
+ "region" : "eu-west-3"
1173
+ },
1174
+ "hostname" : "rds.eu-west-3.amazonaws.com"
1175
+ },
1170
1176
  "us-east-1" : {
1171
1177
  "credentialScope" : {
1172
1178
  "region" : "us-east-1"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.386'
2
+ VERSION = '2.11.387'
3
3
  end
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.386
4
+ version: 2.11.387
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: 2019-10-30 00:00:00.000000000 Z
11
+ date: 2019-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -766,6 +766,7 @@ files:
766
766
  - apis/support/2013-04-15/api-2.json
767
767
  - apis/support/2013-04-15/examples-1.json
768
768
  - apis/support/2013-04-15/paginators-1.json
769
+ - apis/support/2013-04-15/smoke.json
769
770
  - apis/swf/2012-01-25/api-2.json
770
771
  - apis/swf/2012-01-25/examples-1.json
771
772
  - apis/swf/2012-01-25/paginators-1.json