aws-sdk 2.852.0 → 2.853.0

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.
@@ -173,7 +173,8 @@
173
173
  "ServiceRole",
174
174
  "UserRole",
175
175
  "WorkspaceSecurityGroupId",
176
- "EngineSecurityGroupId"
176
+ "EngineSecurityGroupId",
177
+ "DefaultS3Location"
177
178
  ],
178
179
  "members": {
179
180
  "Name": {},
@@ -1702,6 +1703,23 @@
1702
1703
  }
1703
1704
  }
1704
1705
  },
1706
+ "UpdateStudio": {
1707
+ "input": {
1708
+ "type": "structure",
1709
+ "required": [
1710
+ "StudioId"
1711
+ ],
1712
+ "members": {
1713
+ "StudioId": {},
1714
+ "Name": {},
1715
+ "Description": {},
1716
+ "SubnetIds": {
1717
+ "shape": "S26"
1718
+ },
1719
+ "DefaultS3Location": {}
1720
+ }
1721
+ }
1722
+ },
1705
1723
  "UpdateStudioSessionMapping": {
1706
1724
  "input": {
1707
1725
  "type": "structure",
@@ -334,12 +334,10 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "HappyFace.jpg",
338
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
337
+ "Key": "objectkey1"
339
338
  },
340
339
  {
341
- "Key": "HappyFace.jpg",
342
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
340
+ "Key": "objectkey2"
343
341
  }
344
342
  ],
345
343
  "Quiet": false
@@ -348,12 +346,14 @@
348
346
  "output": {
349
347
  "Deleted": [
350
348
  {
351
- "Key": "HappyFace.jpg",
352
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
349
+ "DeleteMarker": "true",
350
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
+ "Key": "objectkey1"
353
352
  },
354
353
  {
355
- "Key": "HappyFace.jpg",
356
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
354
+ "DeleteMarker": "true",
355
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
+ "Key": "objectkey2"
357
357
  }
358
358
  ]
359
359
  },
@@ -363,9 +363,9 @@
363
363
  "output": {
364
364
  }
365
365
  },
366
- "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
367
- "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
368
- "title": "To delete multiple object versions from a versioned bucket"
366
+ "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
367
+ "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
368
+ "title": "To delete multiple objects from a versioned bucket"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,10 +373,12 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "objectkey1"
376
+ "Key": "HappyFace.jpg",
377
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
377
378
  },
378
379
  {
379
- "Key": "objectkey2"
380
+ "Key": "HappyFace.jpg",
381
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
380
382
  }
381
383
  ],
382
384
  "Quiet": false
@@ -385,14 +387,12 @@
385
387
  "output": {
386
388
  "Deleted": [
387
389
  {
388
- "DeleteMarker": "true",
389
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
- "Key": "objectkey1"
390
+ "Key": "HappyFace.jpg",
391
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
391
392
  },
392
393
  {
393
- "DeleteMarker": "true",
394
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
- "Key": "objectkey2"
394
+ "Key": "HappyFace.jpg",
395
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
396
396
  }
397
397
  ]
398
398
  },
@@ -402,9 +402,9 @@
402
402
  "output": {
403
403
  }
404
404
  },
405
- "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
406
- "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
407
- "title": "To delete multiple objects from a versioned bucket"
405
+ "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
406
+ "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
407
+ "title": "To delete multiple object versions from a versioned bucket"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -728,18 +728,17 @@
728
728
  {
729
729
  "input": {
730
730
  "Bucket": "examplebucket",
731
- "Key": "SampleFile.txt",
732
- "Range": "bytes=0-9"
731
+ "Key": "HappyFace.jpg"
733
732
  },
734
733
  "output": {
735
734
  "AcceptRanges": "bytes",
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",
735
+ "ContentLength": "3191",
736
+ "ContentType": "image/jpeg",
737
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
738
+ "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
741
739
  "Metadata": {
742
740
  },
741
+ "TagCount": 2,
743
742
  "VersionId": "null"
744
743
  },
745
744
  "comments": {
@@ -748,24 +747,25 @@
748
747
  "output": {
749
748
  }
750
749
  },
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 "
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"
754
753
  },
755
754
  {
756
755
  "input": {
757
756
  "Bucket": "examplebucket",
758
- "Key": "HappyFace.jpg"
757
+ "Key": "SampleFile.txt",
758
+ "Range": "bytes=0-9"
759
759
  },
760
760
  "output": {
761
761
  "AcceptRanges": "bytes",
762
- "ContentLength": "3191",
763
- "ContentType": "image/jpeg",
764
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
765
- "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
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",
766
767
  "Metadata": {
767
768
  },
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.",
778
- "id": "to-retrieve-an-object-1481827837012",
779
- "title": "To retrieve an object"
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 "
780
780
  }
781
781
  ],
782
782
  "GetObjectAcl": [
@@ -840,20 +840,17 @@
840
840
  {
841
841
  "input": {
842
842
  "Bucket": "examplebucket",
843
- "Key": "HappyFace.jpg"
843
+ "Key": "exampleobject",
844
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
844
845
  },
845
846
  "output": {
846
847
  "TagSet": [
847
848
  {
848
- "Key": "Key4",
849
- "Value": "Value4"
850
- },
851
- {
852
- "Key": "Key3",
853
- "Value": "Value3"
849
+ "Key": "Key1",
850
+ "Value": "Value1"
854
851
  }
855
852
  ],
856
- "VersionId": "null"
853
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
857
854
  },
858
855
  "comments": {
859
856
  "input": {
@@ -861,24 +858,27 @@
861
858
  "output": {
862
859
  }
863
860
  },
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"
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"
867
864
  },
868
865
  {
869
866
  "input": {
870
867
  "Bucket": "examplebucket",
871
- "Key": "exampleobject",
872
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
868
+ "Key": "HappyFace.jpg"
873
869
  },
874
870
  "output": {
875
871
  "TagSet": [
876
872
  {
877
- "Key": "Key1",
878
- "Value": "Value1"
873
+ "Key": "Key4",
874
+ "Value": "Value4"
875
+ },
876
+ {
877
+ "Key": "Key3",
878
+ "Value": "Value3"
879
879
  }
880
880
  ],
881
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
881
+ "VersionId": "null"
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. 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"
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"
892
892
  }
893
893
  ],
894
894
  "GetObjectTorrent": [
@@ -1570,13 +1570,14 @@
1570
1570
  "Body": "filetoupload",
1571
1571
  "Bucket": "examplebucket",
1572
1572
  "Key": "exampleobject",
1573
- "ServerSideEncryption": "AES256",
1574
- "Tagging": "key1=value1&key2=value2"
1573
+ "Metadata": {
1574
+ "metadata1": "value1",
1575
+ "metadata2": "value2"
1576
+ }
1575
1577
  },
1576
1578
  "output": {
1577
1579
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
- "ServerSideEncryption": "AES256",
1579
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1580
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1580
1581
  },
1581
1582
  "comments": {
1582
1583
  "input": {
@@ -1584,19 +1585,22 @@
1584
1585
  "output": {
1585
1586
  }
1586
1587
  },
1587
- "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.",
1588
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1589
- "title": "To upload an object and specify server-side encryption and object tags"
1588
+ "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.",
1589
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1590
+ "title": "To upload object and specify user-defined metadata"
1590
1591
  },
1591
1592
  {
1592
1593
  "input": {
1593
1594
  "Body": "filetoupload",
1594
1595
  "Bucket": "examplebucket",
1595
- "Key": "objectkey"
1596
+ "Key": "exampleobject",
1597
+ "ServerSideEncryption": "AES256",
1598
+ "Tagging": "key1=value1&key2=value2"
1596
1599
  },
1597
1600
  "output": {
1598
1601
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1599
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1602
+ "ServerSideEncryption": "AES256",
1603
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1600
1604
  },
1601
1605
  "comments": {
1602
1606
  "input": {
@@ -1604,20 +1608,19 @@
1604
1608
  "output": {
1605
1609
  }
1606
1610
  },
1607
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1608
- "id": "to-create-an-object-1483147613675",
1609
- "title": "To create an object."
1611
+ "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.",
1612
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1613
+ "title": "To upload an object and specify server-side encryption and object tags"
1610
1614
  },
1611
1615
  {
1612
1616
  "input": {
1613
- "Body": "c:\\HappyFace.jpg",
1617
+ "Body": "HappyFace.jpg",
1614
1618
  "Bucket": "examplebucket",
1615
- "Key": "HappyFace.jpg",
1616
- "Tagging": "key1=value1&key2=value2"
1619
+ "Key": "HappyFace.jpg"
1617
1620
  },
1618
1621
  "output": {
1619
1622
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1620
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1623
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1621
1624
  },
1622
1625
  "comments": {
1623
1626
  "input": {
@@ -1625,22 +1628,19 @@
1625
1628
  "output": {
1626
1629
  }
1627
1630
  },
1628
- "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.",
1629
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1630
- "title": "To upload an object and specify optional tags"
1631
+ "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.",
1632
+ "id": "to-upload-an-object-1481760101010",
1633
+ "title": "To upload an object"
1631
1634
  },
1632
1635
  {
1633
1636
  "input": {
1634
- "Body": "HappyFace.jpg",
1637
+ "Body": "filetoupload",
1635
1638
  "Bucket": "examplebucket",
1636
- "Key": "HappyFace.jpg",
1637
- "ServerSideEncryption": "AES256",
1638
- "StorageClass": "STANDARD_IA"
1639
+ "Key": "objectkey"
1639
1640
  },
1640
1641
  "output": {
1641
1642
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1642
- "ServerSideEncryption": "AES256",
1643
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1643
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1644
1644
  },
1645
1645
  "comments": {
1646
1646
  "input": {
@@ -1648,23 +1648,20 @@
1648
1648
  "output": {
1649
1649
  }
1650
1650
  },
1651
- "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.",
1652
- "id": "to-upload-an-object-(specify-optional-headers)",
1653
- "title": "To upload an object (specify optional headers)"
1651
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1652
+ "id": "to-create-an-object-1483147613675",
1653
+ "title": "To create an object."
1654
1654
  },
1655
1655
  {
1656
1656
  "input": {
1657
+ "ACL": "authenticated-read",
1657
1658
  "Body": "filetoupload",
1658
1659
  "Bucket": "examplebucket",
1659
- "Key": "exampleobject",
1660
- "Metadata": {
1661
- "metadata1": "value1",
1662
- "metadata2": "value2"
1663
- }
1660
+ "Key": "exampleobject"
1664
1661
  },
1665
1662
  "output": {
1666
1663
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1667
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1664
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1668
1665
  },
1669
1666
  "comments": {
1670
1667
  "input": {
@@ -1672,20 +1669,20 @@
1672
1669
  "output": {
1673
1670
  }
1674
1671
  },
1675
- "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.",
1676
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1677
- "title": "To upload object and specify user-defined metadata"
1672
+ "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.",
1673
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1674
+ "title": "To upload an object and specify canned ACL."
1678
1675
  },
1679
1676
  {
1680
1677
  "input": {
1681
- "ACL": "authenticated-read",
1682
- "Body": "filetoupload",
1678
+ "Body": "c:\\HappyFace.jpg",
1683
1679
  "Bucket": "examplebucket",
1684
- "Key": "exampleobject"
1680
+ "Key": "HappyFace.jpg",
1681
+ "Tagging": "key1=value1&key2=value2"
1685
1682
  },
1686
1683
  "output": {
1687
1684
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1688
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1685
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1689
1686
  },
1690
1687
  "comments": {
1691
1688
  "input": {
@@ -1693,19 +1690,22 @@
1693
1690
  "output": {
1694
1691
  }
1695
1692
  },
1696
- "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.",
1697
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1698
- "title": "To upload an object and specify canned ACL."
1693
+ "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.",
1694
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1695
+ "title": "To upload an object and specify optional tags"
1699
1696
  },
1700
1697
  {
1701
1698
  "input": {
1702
1699
  "Body": "HappyFace.jpg",
1703
1700
  "Bucket": "examplebucket",
1704
- "Key": "HappyFace.jpg"
1701
+ "Key": "HappyFace.jpg",
1702
+ "ServerSideEncryption": "AES256",
1703
+ "StorageClass": "STANDARD_IA"
1705
1704
  },
1706
1705
  "output": {
1707
1706
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
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 an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1717
- "id": "to-upload-an-object-1481760101010",
1718
- "title": "To upload an object"
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": [
@@ -2314,6 +2314,10 @@
2314
2314
  "ExpectedBucketOwner": {
2315
2315
  "location": "header",
2316
2316
  "locationName": "x-amz-expected-bucket-owner"
2317
+ },
2318
+ "RequestPayer": {
2319
+ "location": "header",
2320
+ "locationName": "x-amz-request-payer"
2317
2321
  }
2318
2322
  }
2319
2323
  },
@@ -4592,6 +4596,10 @@
4592
4596
  "ExpectedBucketOwner": {
4593
4597
  "location": "header",
4594
4598
  "locationName": "x-amz-expected-bucket-owner"
4599
+ },
4600
+ "RequestPayer": {
4601
+ "location": "header",
4602
+ "locationName": "x-amz-request-payer"
4595
4603
  }
4596
4604
  },
4597
4605
  "payload": "Tagging"
package/clients/eks.d.ts CHANGED
@@ -12,6 +12,14 @@ declare class EKS extends Service {
12
12
  */
13
13
  constructor(options?: EKS.Types.ClientConfiguration)
14
14
  config: Config & EKS.Types.ClientConfiguration;
15
+ /**
16
+ * Associate encryption configuration to an existing cluster. You can use this API to enable encryption on existing clusters which do not have encryption already enabled. This allows you to implement a defense-in-depth security strategy without migrating applications to new EKS clusters.
17
+ */
18
+ associateEncryptionConfig(params: EKS.Types.AssociateEncryptionConfigRequest, callback?: (err: AWSError, data: EKS.Types.AssociateEncryptionConfigResponse) => void): Request<EKS.Types.AssociateEncryptionConfigResponse, AWSError>;
19
+ /**
20
+ * Associate encryption configuration to an existing cluster. You can use this API to enable encryption on existing clusters which do not have encryption already enabled. This allows you to implement a defense-in-depth security strategy without migrating applications to new EKS clusters.
21
+ */
22
+ associateEncryptionConfig(callback?: (err: AWSError, data: EKS.Types.AssociateEncryptionConfigResponse) => void): Request<EKS.Types.AssociateEncryptionConfigResponse, AWSError>;
15
23
  /**
16
24
  * Associate an identity provider configuration to a cluster. If you want to authenticate identities using an identity provider, you can create an identity provider configuration and associate it to your cluster. After configuring authentication to your cluster you can create Kubernetes roles and clusterroles to assign permissions to the roles, and then bind the roles to the identities using Kubernetes rolebindings and clusterrolebindings. For more information see Using RBAC Authorization in the Kubernetes documentation.
17
25
  */
@@ -29,11 +37,11 @@ declare class EKS extends Service {
29
37
  */
30
38
  createAddon(callback?: (err: AWSError, data: EKS.Types.CreateAddonResponse) => void): Request<EKS.Types.CreateAddonResponse, AWSError>;
31
39
  /**
32
- * Creates an Amazon EKS control plane. The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by AWS, and the Kubernetes API is exposed via the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single-tenant and unique and runs on its own set of Amazon EC2 instances. The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows). Amazon EKS nodes run in your AWS account and connect to your cluster's control plane via the Kubernetes API server endpoint and a certificate file that is created for your cluster. You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide . You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide . CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see Amazon CloudWatch Pricing. Cluster creation typically takes between 10 and 15 minutes. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Managing Cluster Authentication and Launching Amazon EKS nodes in the Amazon EKS User Guide.
40
+ * Creates an Amazon EKS control plane. The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by AWS, and the Kubernetes API is exposed via the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single-tenant and unique and runs on its own set of Amazon EC2 instances. The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows). Amazon EKS nodes run in your AWS account and connect to your cluster's control plane via the Kubernetes API server endpoint and a certificate file that is created for your cluster. Cluster creation typically takes several minutes. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Managing Cluster Authentication and Launching Amazon EKS nodes in the Amazon EKS User Guide.
33
41
  */
34
42
  createCluster(params: EKS.Types.CreateClusterRequest, callback?: (err: AWSError, data: EKS.Types.CreateClusterResponse) => void): Request<EKS.Types.CreateClusterResponse, AWSError>;
35
43
  /**
36
- * Creates an Amazon EKS control plane. The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by AWS, and the Kubernetes API is exposed via the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single-tenant and unique and runs on its own set of Amazon EC2 instances. The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows). Amazon EKS nodes run in your AWS account and connect to your cluster's control plane via the Kubernetes API server endpoint and a certificate file that is created for your cluster. You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide . You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide . CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see Amazon CloudWatch Pricing. Cluster creation typically takes between 10 and 15 minutes. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Managing Cluster Authentication and Launching Amazon EKS nodes in the Amazon EKS User Guide.
44
+ * Creates an Amazon EKS control plane. The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by AWS, and the Kubernetes API is exposed via the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single-tenant and unique and runs on its own set of Amazon EC2 instances. The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows). Amazon EKS nodes run in your AWS account and connect to your cluster's control plane via the Kubernetes API server endpoint and a certificate file that is created for your cluster. Cluster creation typically takes several minutes. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Managing Cluster Authentication and Launching Amazon EKS nodes in the Amazon EKS User Guide.
37
45
  */
38
46
  createCluster(callback?: (err: AWSError, data: EKS.Types.CreateClusterResponse) => void): Request<EKS.Types.CreateClusterResponse, AWSError>;
39
47
  /**
@@ -406,6 +414,23 @@ declare namespace EKS {
406
414
  }
407
415
  export type AddonVersionInfoList = AddonVersionInfo[];
408
416
  export type Addons = AddonInfo[];
417
+ export interface AssociateEncryptionConfigRequest {
418
+ /**
419
+ * The name of the cluster that you are associating with encryption configuration.
420
+ */
421
+ clusterName: String;
422
+ /**
423
+ * The configuration you are using for encryption.
424
+ */
425
+ encryptionConfig: EncryptionConfigList;
426
+ /**
427
+ * The client request token you are using with the encryption configuration.
428
+ */
429
+ clientRequestToken?: String;
430
+ }
431
+ export interface AssociateEncryptionConfigResponse {
432
+ update?: Update;
433
+ }
409
434
  export interface AssociateIdentityProviderConfigRequest {
410
435
  /**
411
436
  * The name of the cluster to associate the configuration to.
@@ -1672,10 +1697,10 @@ declare namespace EKS {
1672
1697
  */
1673
1698
  value?: String;
1674
1699
  }
1675
- export type UpdateParamType = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"IdentityProviderConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|string;
1700
+ export type UpdateParamType = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|string;
1676
1701
  export type UpdateParams = UpdateParam[];
1677
1702
  export type UpdateStatus = "InProgress"|"Failed"|"Cancelled"|"Successful"|string;
1678
- export type UpdateType = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AddonUpdate"|string;
1703
+ export type UpdateType = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|string;
1679
1704
  export interface VpcConfigRequest {
1680
1705
  /**
1681
1706
  * Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane.