aws-sdk-core 2.11.236 → 2.11.237

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: dc82d427e73c13c578e75918d4287db7e1f66ec7
4
- data.tar.gz: 47755991c24fea7ae23e60dead10d7b081ae53c7
3
+ metadata.gz: 91f71aa97d44e640af32ef887d1ceffe2abd2323
4
+ data.tar.gz: e690a70019f275a7dfdc4871db825ee82136dd67
5
5
  SHA512:
6
- metadata.gz: 125ee42394d0c37158970ddec4797abfa4a40939f72f404ac6bf68d00720cadd08cabafe682dd1edd19197d2eba91de76a132972fdf937ab59c7a6d33540df43
7
- data.tar.gz: 2eaf23949573feb9ca5b5fff957a6e4d0c91689a8cf6c4839f44334112d38d3489ea5952f94d6e9937d52d81ba5b86f1f65167ed0a12d5b9b989a81444e89ac9
6
+ metadata.gz: d01960db036b585bcb4da4f7736b555790c8a2225e6ca0814a636584dd25341b15ddb6ef645fb8115c2a0b0db70eeb80416695569828fd22a041c3b7cb53df60
7
+ data.tar.gz: cc39024c8872aa627f68f91e2943eb0f9eb7ed27c8037944f66a7e8ff6a84736577c6afef50ddb200c9ce64fbb80257f155668251f06fb691ad683db0d00c53c
@@ -631,6 +631,13 @@
631
631
  "type":"integer",
632
632
  "min":0
633
633
  },
634
+ "GitSubmodulesConfig":{
635
+ "type":"structure",
636
+ "required":["fetchSubmodules"],
637
+ "members":{
638
+ "fetchSubmodules":{"shape":"WrapperBoolean"}
639
+ }
640
+ },
634
641
  "ImagePullCredentialsType":{
635
642
  "type":"string",
636
643
  "enum":[
@@ -684,7 +691,7 @@
684
691
  "type":"string",
685
692
  "max":127,
686
693
  "min":1,
687
- "pattern":"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=@+\\\\-]*)$"
694
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$"
688
695
  },
689
696
  "LanguageType":{
690
697
  "type":"string",
@@ -952,6 +959,7 @@
952
959
  "type":{"shape":"SourceType"},
953
960
  "location":{"shape":"String"},
954
961
  "gitCloneDepth":{"shape":"GitCloneDepth"},
962
+ "gitSubmodulesConfig":{"shape":"GitSubmodulesConfig"},
955
963
  "buildspec":{"shape":"String"},
956
964
  "auth":{"shape":"SourceAuth"},
957
965
  "reportBuildStatus":{"shape":"WrapperBoolean"},
@@ -1008,7 +1016,8 @@
1008
1016
  "required":["status"],
1009
1017
  "members":{
1010
1018
  "status":{"shape":"LogsConfigStatusType"},
1011
- "location":{"shape":"String"}
1019
+ "location":{"shape":"String"},
1020
+ "encryptionDisabled":{"shape":"WrapperBoolean"}
1012
1021
  }
1013
1022
  },
1014
1023
  "SecurityGroupIds":{
@@ -1087,6 +1096,7 @@
1087
1096
  "sourceLocationOverride":{"shape":"String"},
1088
1097
  "sourceAuthOverride":{"shape":"SourceAuth"},
1089
1098
  "gitCloneDepthOverride":{"shape":"GitCloneDepth"},
1099
+ "gitSubmodulesConfigOverride":{"shape":"GitSubmodulesConfig"},
1090
1100
  "buildspecOverride":{"shape":"String"},
1091
1101
  "insecureSslOverride":{"shape":"WrapperBoolean"},
1092
1102
  "reportBuildStatusOverride":{"shape":"WrapperBoolean"},
@@ -1208,7 +1218,7 @@
1208
1218
  "type":"string",
1209
1219
  "max":255,
1210
1220
  "min":1,
1211
- "pattern":"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=@+\\\\-]*)$"
1221
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$"
1212
1222
  },
1213
1223
  "VpcConfig":{
1214
1224
  "type":"structure",
@@ -257,10 +257,8 @@
257
257
  "DeleteObject": [
258
258
  {
259
259
  "input": {
260
- "Bucket": "examplebucket",
261
- "Key": "objectkey.jpg"
262
- },
263
- "output": {
260
+ "Bucket": "ExampleBucket",
261
+ "Key": "HappyFace.jpg"
264
262
  },
265
263
  "comments": {
266
264
  "input": {
@@ -268,14 +266,16 @@
268
266
  "output": {
269
267
  }
270
268
  },
271
- "description": "The following example deletes an object from an S3 bucket.",
272
- "id": "to-delete-an-object-1472850136595",
273
- "title": "To delete an object"
269
+ "description": "The following example deletes an object from a non-versioned bucket.",
270
+ "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
271
+ "title": "To delete an object (from a non-versioned bucket)"
274
272
  },
275
273
  {
276
274
  "input": {
277
- "Bucket": "ExampleBucket",
278
- "Key": "HappyFace.jpg"
275
+ "Bucket": "examplebucket",
276
+ "Key": "objectkey.jpg"
277
+ },
278
+ "output": {
279
279
  },
280
280
  "comments": {
281
281
  "input": {
@@ -283,20 +283,19 @@
283
283
  "output": {
284
284
  }
285
285
  },
286
- "description": "The following example deletes an object from a non-versioned bucket.",
287
- "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
288
- "title": "To delete an object (from a non-versioned bucket)"
286
+ "description": "The following example deletes an object from an S3 bucket.",
287
+ "id": "to-delete-an-object-1472850136595",
288
+ "title": "To delete an object"
289
289
  }
290
290
  ],
291
291
  "DeleteObjectTagging": [
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,13 +1567,14 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
+ "ACL": "authenticated-read",
1570
1571
  "Body": "filetoupload",
1571
1572
  "Bucket": "examplebucket",
1572
- "Key": "objectkey"
1573
+ "Key": "exampleobject"
1573
1574
  },
1574
1575
  "output": {
1575
1576
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1576
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1577
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1577
1578
  },
1578
1579
  "comments": {
1579
1580
  "input": {
@@ -1581,9 +1582,9 @@
1581
1582
  "output": {
1582
1583
  }
1583
1584
  },
1584
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1585
- "id": "to-create-an-object-1483147613675",
1586
- "title": "To create an object."
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."
1587
1588
  },
1588
1589
  {
1589
1590
  "input": {
@@ -1609,14 +1610,11 @@
1609
1610
  "input": {
1610
1611
  "Body": "filetoupload",
1611
1612
  "Bucket": "examplebucket",
1612
- "Key": "exampleobject",
1613
- "ServerSideEncryption": "AES256",
1614
- "Tagging": "key1=value1&key2=value2"
1613
+ "Key": "objectkey"
1615
1614
  },
1616
1615
  "output": {
1617
1616
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1618
- "ServerSideEncryption": "AES256",
1619
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1617
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1620
1618
  },
1621
1619
  "comments": {
1622
1620
  "input": {
@@ -1624,9 +1622,9 @@
1624
1622
  "output": {
1625
1623
  }
1626
1624
  },
1627
- "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.",
1628
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1629
- "title": "To upload an object and specify server-side encryption and object tags"
1625
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1626
+ "id": "to-create-an-object-1483147613675",
1627
+ "title": "To create an object."
1630
1628
  },
1631
1629
  {
1632
1630
  "input": {
@@ -1675,16 +1673,16 @@
1675
1673
  },
1676
1674
  {
1677
1675
  "input": {
1678
- "Body": "HappyFace.jpg",
1676
+ "Body": "filetoupload",
1679
1677
  "Bucket": "examplebucket",
1680
- "Key": "HappyFace.jpg",
1678
+ "Key": "exampleobject",
1681
1679
  "ServerSideEncryption": "AES256",
1682
- "StorageClass": "STANDARD_IA"
1680
+ "Tagging": "key1=value1&key2=value2"
1683
1681
  },
1684
1682
  "output": {
1685
1683
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1686
1684
  "ServerSideEncryption": "AES256",
1687
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1685
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1688
1686
  },
1689
1687
  "comments": {
1690
1688
  "input": {
@@ -1692,20 +1690,22 @@
1692
1690
  "output": {
1693
1691
  }
1694
1692
  },
1695
- "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.",
1696
- "id": "to-upload-an-object-(specify-optional-headers)",
1697
- "title": "To upload an object (specify optional headers)"
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"
1698
1696
  },
1699
1697
  {
1700
1698
  "input": {
1701
- "ACL": "authenticated-read",
1702
- "Body": "filetoupload",
1699
+ "Body": "HappyFace.jpg",
1703
1700
  "Bucket": "examplebucket",
1704
- "Key": "exampleobject"
1701
+ "Key": "HappyFace.jpg",
1702
+ "ServerSideEncryption": "AES256",
1703
+ "StorageClass": "STANDARD_IA"
1705
1704
  },
1706
1705
  "output": {
1707
1706
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1707
+ "ServerSideEncryption": "AES256",
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 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.",
1717
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1718
- "title": "To upload an object and specify canned ACL."
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": [
@@ -774,7 +774,8 @@
774
774
  "shapes":{
775
775
  "Accept":{
776
776
  "type":"string",
777
- "max":256
777
+ "max":256,
778
+ "pattern":".*"
778
779
  },
779
780
  "AccountId":{
780
781
  "type":"string",
@@ -810,7 +811,8 @@
810
811
  },
811
812
  "AlgorithmImage":{
812
813
  "type":"string",
813
- "max":255
814
+ "max":255,
815
+ "pattern":".*"
814
816
  },
815
817
  "AlgorithmSortBy":{
816
818
  "type":"string",
@@ -934,7 +936,8 @@
934
936
  "AttributeName":{
935
937
  "type":"string",
936
938
  "max":256,
937
- "min":1
939
+ "min":1,
940
+ "pattern":".+"
938
941
  },
939
942
  "AttributeNames":{
940
943
  "type":"list",
@@ -959,7 +962,8 @@
959
962
  "Branch":{
960
963
  "type":"string",
961
964
  "max":1024,
962
- "min":1
965
+ "min":1,
966
+ "pattern":"[^ ~^:?*\\[]+"
963
967
  },
964
968
  "CategoricalParameterRange":{
965
969
  "type":"structure",
@@ -1208,7 +1212,8 @@
1208
1212
  },
1209
1213
  "ContentType":{
1210
1214
  "type":"string",
1211
- "max":256
1215
+ "max":256,
1216
+ "pattern":".*"
1212
1217
  },
1213
1218
  "ContentTypes":{
1214
1219
  "type":"list",
@@ -1461,7 +1466,8 @@
1461
1466
  "VolumeSizeInGB":{"shape":"NotebookInstanceVolumeSizeInGB"},
1462
1467
  "AcceleratorTypes":{"shape":"NotebookInstanceAcceleratorTypes"},
1463
1468
  "DefaultCodeRepository":{"shape":"CodeRepositoryNameOrUrl"},
1464
- "AdditionalCodeRepositories":{"shape":"AdditionalCodeRepositoryNamesOrUrls"}
1469
+ "AdditionalCodeRepositories":{"shape":"AdditionalCodeRepositoryNamesOrUrls"},
1470
+ "RootAccess":{"shape":"RootAccess"}
1465
1471
  }
1466
1472
  },
1467
1473
  "CreateNotebookInstanceLifecycleConfigInput":{
@@ -1584,7 +1590,8 @@
1584
1590
  "DataInputConfig":{
1585
1591
  "type":"string",
1586
1592
  "max":1024,
1587
- "min":1
1593
+ "min":1,
1594
+ "pattern":"[\\S\\s]+"
1588
1595
  },
1589
1596
  "DataSource":{
1590
1597
  "type":"structure",
@@ -2014,7 +2021,8 @@
2014
2021
  "VolumeSizeInGB":{"shape":"NotebookInstanceVolumeSizeInGB"},
2015
2022
  "AcceleratorTypes":{"shape":"NotebookInstanceAcceleratorTypes"},
2016
2023
  "DefaultCodeRepository":{"shape":"CodeRepositoryNameOrUrl"},
2017
- "AdditionalCodeRepositories":{"shape":"AdditionalCodeRepositoryNamesOrUrls"}
2024
+ "AdditionalCodeRepositories":{"shape":"AdditionalCodeRepositoryNamesOrUrls"},
2025
+ "RootAccess":{"shape":"RootAccess"}
2018
2026
  }
2019
2027
  },
2020
2028
  "DescribeSubscribedWorkteamRequest":{
@@ -2180,12 +2188,14 @@
2180
2188
  "EndpointArn":{
2181
2189
  "type":"string",
2182
2190
  "max":2048,
2183
- "min":20
2191
+ "min":20,
2192
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:endpoint/.*"
2184
2193
  },
2185
2194
  "EndpointConfigArn":{
2186
2195
  "type":"string",
2187
2196
  "max":2048,
2188
- "min":20
2197
+ "min":20,
2198
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:endpoint-config/.*"
2189
2199
  },
2190
2200
  "EndpointConfigName":{
2191
2201
  "type":"string",
@@ -2297,7 +2307,8 @@
2297
2307
  },
2298
2308
  "EnvironmentValue":{
2299
2309
  "type":"string",
2300
- "max":1024
2310
+ "max":1024,
2311
+ "pattern":"[\\S\\s]*"
2301
2312
  },
2302
2313
  "FailureReason":{
2303
2314
  "type":"string",
@@ -2321,7 +2332,8 @@
2321
2332
  "FilterValue":{
2322
2333
  "type":"string",
2323
2334
  "max":1024,
2324
- "min":1
2335
+ "min":1,
2336
+ "pattern":".+"
2325
2337
  },
2326
2338
  "FinalHyperParameterTuningJobObjectiveMetric":{
2327
2339
  "type":"structure",
@@ -2743,16 +2755,19 @@
2743
2755
  },
2744
2756
  "JobReferenceCode":{
2745
2757
  "type":"string",
2746
- "min":1
2758
+ "min":1,
2759
+ "pattern":".+"
2747
2760
  },
2748
2761
  "JobReferenceCodeContains":{
2749
2762
  "type":"string",
2750
2763
  "max":255,
2751
- "min":1
2764
+ "min":1,
2765
+ "pattern":".+"
2752
2766
  },
2753
2767
  "KmsKeyId":{
2754
2768
  "type":"string",
2755
- "max":2048
2769
+ "max":2048,
2770
+ "pattern":".*"
2756
2771
  },
2757
2772
  "LabelAttributeName":{
2758
2773
  "type":"string",
@@ -2784,7 +2799,8 @@
2784
2799
  },
2785
2800
  "LabelingJobAlgorithmSpecificationArn":{
2786
2801
  "type":"string",
2787
- "max":2048
2802
+ "max":2048,
2803
+ "pattern":"arn:.*"
2788
2804
  },
2789
2805
  "LabelingJobAlgorithmsConfig":{
2790
2806
  "type":"structure",
@@ -3426,7 +3442,8 @@
3426
3442
  "MetricName":{
3427
3443
  "type":"string",
3428
3444
  "max":255,
3429
- "min":1
3445
+ "min":1,
3446
+ "pattern":".+"
3430
3447
  },
3431
3448
  "MetricRegex":{
3432
3449
  "type":"string",
@@ -3437,7 +3454,8 @@
3437
3454
  "ModelArn":{
3438
3455
  "type":"string",
3439
3456
  "max":2048,
3440
- "min":20
3457
+ "min":20,
3458
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model/.*"
3441
3459
  },
3442
3460
  "ModelArtifacts":{
3443
3461
  "type":"structure",
@@ -3617,7 +3635,8 @@
3617
3635
  "NetworkInterfaceId":{"type":"string"},
3618
3636
  "NextToken":{
3619
3637
  "type":"string",
3620
- "max":8192
3638
+ "max":8192,
3639
+ "pattern":".*"
3621
3640
  },
3622
3641
  "NotebookInstanceAcceleratorType":{
3623
3642
  "type":"string",
@@ -3642,7 +3661,8 @@
3642
3661
  "NotebookInstanceLifecycleConfigContent":{
3643
3662
  "type":"string",
3644
3663
  "max":16384,
3645
- "min":1
3664
+ "min":1,
3665
+ "pattern":"[\\S\\s]+"
3646
3666
  },
3647
3667
  "NotebookInstanceLifecycleConfigList":{
3648
3668
  "type":"list",
@@ -3828,15 +3848,18 @@
3828
3848
  },
3829
3849
  "PaginationToken":{
3830
3850
  "type":"string",
3831
- "max":8192
3851
+ "max":8192,
3852
+ "pattern":".*"
3832
3853
  },
3833
3854
  "ParameterKey":{
3834
3855
  "type":"string",
3835
- "max":256
3856
+ "max":256,
3857
+ "pattern":".*"
3836
3858
  },
3837
3859
  "ParameterName":{
3838
3860
  "type":"string",
3839
- "max":256
3861
+ "max":256,
3862
+ "pattern":"[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
3840
3863
  },
3841
3864
  "ParameterRange":{
3842
3865
  "type":"structure",
@@ -3865,7 +3888,8 @@
3865
3888
  },
3866
3889
  "ParameterValue":{
3867
3890
  "type":"string",
3868
- "max":256
3891
+ "max":256,
3892
+ "pattern":".*"
3869
3893
  },
3870
3894
  "ParameterValues":{
3871
3895
  "type":"list",
@@ -3885,7 +3909,11 @@
3885
3909
  "max":5,
3886
3910
  "min":1
3887
3911
  },
3888
- "ProductId":{"type":"string"},
3912
+ "ProductId":{
3913
+ "type":"string",
3914
+ "max":256,
3915
+ "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*$"
3916
+ },
3889
3917
  "ProductListings":{
3890
3918
  "type":"list",
3891
3919
  "member":{"shape":"String"}
@@ -3977,7 +4005,8 @@
3977
4005
  "PropertyNameHint":{
3978
4006
  "type":"string",
3979
4007
  "max":100,
3980
- "min":0
4008
+ "min":0,
4009
+ "pattern":".*"
3981
4010
  },
3982
4011
  "PropertyNameQuery":{
3983
4012
  "type":"structure",
@@ -4061,7 +4090,8 @@
4061
4090
  },
4062
4091
  "ResourceArn":{
4063
4092
  "type":"string",
4064
- "max":256
4093
+ "max":256,
4094
+ "pattern":"arn:.*"
4065
4095
  },
4066
4096
  "ResourceConfig":{
4067
4097
  "type":"structure",
@@ -4112,7 +4142,8 @@
4112
4142
  "ResourcePropertyName":{
4113
4143
  "type":"string",
4114
4144
  "max":255,
4115
- "min":1
4145
+ "min":1,
4146
+ "pattern":".+"
4116
4147
  },
4117
4148
  "ResourceType":{
4118
4149
  "type":"string",
@@ -4120,7 +4151,8 @@
4120
4151
  },
4121
4152
  "ResponseMIMEType":{
4122
4153
  "type":"string",
4123
- "max":1024
4154
+ "max":1024,
4155
+ "pattern":"^[-\\w]+\\/.+$"
4124
4156
  },
4125
4157
  "ResponseMIMETypes":{
4126
4158
  "type":"list",
@@ -4132,6 +4164,13 @@
4132
4164
  "min":20,
4133
4165
  "pattern":"^arn:aws[a-z\\-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$"
4134
4166
  },
4167
+ "RootAccess":{
4168
+ "type":"string",
4169
+ "enum":[
4170
+ "Enabled",
4171
+ "Disabled"
4172
+ ]
4173
+ },
4135
4174
  "S3DataDistribution":{
4136
4175
  "type":"string",
4137
4176
  "enum":[
@@ -4261,7 +4300,8 @@
4261
4300
  },
4262
4301
  "SecurityGroupId":{
4263
4302
  "type":"string",
4264
- "max":32
4303
+ "max":32,
4304
+ "pattern":"[-0-9a-zA-Z]+"
4265
4305
  },
4266
4306
  "SecurityGroupIds":{
4267
4307
  "type":"list",
@@ -4386,11 +4426,13 @@
4386
4426
  "String200":{
4387
4427
  "type":"string",
4388
4428
  "max":200,
4389
- "min":1
4429
+ "min":1,
4430
+ "pattern":".+"
4390
4431
  },
4391
4432
  "SubnetId":{
4392
4433
  "type":"string",
4393
- "max":32
4434
+ "max":32,
4435
+ "pattern":"[-0-9a-zA-Z]+"
4394
4436
  },
4395
4437
  "Subnets":{
4396
4438
  "type":"list",
@@ -4467,12 +4509,14 @@
4467
4509
  "jetson_tx1",
4468
4510
  "jetson_tx2",
4469
4511
  "rasp3b",
4470
- "deeplens"
4512
+ "deeplens",
4513
+ "rk3399",
4514
+ "rk3288"
4471
4515
  ]
4472
4516
  },
4473
4517
  "TaskAvailabilityLifetimeInSeconds":{
4474
4518
  "type":"integer",
4475
- "max":345600,
4519
+ "max":864000,
4476
4520
  "min":1
4477
4521
  },
4478
4522
  "TaskCount":{
@@ -4482,12 +4526,14 @@
4482
4526
  "TaskDescription":{
4483
4527
  "type":"string",
4484
4528
  "max":255,
4485
- "min":1
4529
+ "min":1,
4530
+ "pattern":".+"
4486
4531
  },
4487
4532
  "TaskInput":{
4488
4533
  "type":"string",
4489
4534
  "max":128000,
4490
- "min":2
4535
+ "min":2,
4536
+ "pattern":"[\\S\\s]+"
4491
4537
  },
4492
4538
  "TaskKeyword":{
4493
4539
  "type":"string",
@@ -4515,7 +4561,8 @@
4515
4561
  "TemplateContent":{
4516
4562
  "type":"string",
4517
4563
  "max":128000,
4518
- "min":1
4564
+ "min":1,
4565
+ "pattern":"[\\S\\s]+"
4519
4566
  },
4520
4567
  "TenthFractionsOfACent":{
4521
4568
  "type":"integer",
@@ -4595,6 +4642,7 @@
4595
4642
  "SecondaryStatusTransitions":{"shape":"SecondaryStatusTransitions"},
4596
4643
  "FinalMetricDataList":{"shape":"FinalMetricDataList"},
4597
4644
  "EnableNetworkIsolation":{"shape":"Boolean"},
4645
+ "EnableInterContainerTrafficEncryption":{"shape":"Boolean"},
4598
4646
  "Tags":{"shape":"TagList"}
4599
4647
  }
4600
4648
  },
@@ -4726,7 +4774,8 @@
4726
4774
  },
4727
4775
  "TransformEnvironmentValue":{
4728
4776
  "type":"string",
4729
- "max":10240
4777
+ "max":10240,
4778
+ "pattern":"[\\S\\s]*"
4730
4779
  },
4731
4780
  "TransformInput":{
4732
4781
  "type":"structure",
@@ -4959,7 +5008,8 @@
4959
5008
  "AcceleratorTypes":{"shape":"NotebookInstanceAcceleratorTypes"},
4960
5009
  "DisassociateAcceleratorTypes":{"shape":"DisassociateNotebookInstanceAcceleratorTypes"},
4961
5010
  "DisassociateDefaultCodeRepository":{"shape":"DisassociateDefaultCodeRepository"},
4962
- "DisassociateAdditionalCodeRepositories":{"shape":"DisassociateAdditionalCodeRepositories"}
5011
+ "DisassociateAdditionalCodeRepositories":{"shape":"DisassociateAdditionalCodeRepositories"},
5012
+ "RootAccess":{"shape":"RootAccess"}
4963
5013
  }
4964
5014
  },
4965
5015
  "UpdateNotebookInstanceLifecycleConfigInput":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.236'
2
+ VERSION = '2.11.237'
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.236
4
+ version: 2.11.237
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-03-07 00:00:00.000000000 Z
11
+ date: 2019-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath