aws-sdk 2.1687.0 → 2.1689.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.
- package/README.md +1 -1
- package/apis/bedrock-agent-2023-06-05.min.json +28 -6
- package/apis/connect-2017-08-08.min.json +268 -250
- package/apis/datazone-2018-05-10.min.json +677 -635
- package/apis/elasticloadbalancingv2-2015-12-01.examples.json +18 -0
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +65 -11
- package/apis/finspace-2021-03-12.min.json +7 -1
- package/apis/fis-2020-12-01.min.json +80 -0
- package/apis/logs-2014-03-28.min.json +191 -64
- package/apis/logs-2014-03-28.paginators.json +6 -0
- package/apis/mediaconnect-2018-11-14.min.json +116 -42
- package/apis/medialive-2017-10-14.min.json +349 -341
- package/apis/s3control-2018-08-20.min.json +92 -4
- package/apis/s3control-2018-08-20.paginators.json +6 -0
- package/apis/sagemaker-2017-07-24.min.json +814 -813
- package/apis/timestream-influxdb-2023-01-27.min.json +3 -1
- package/clients/appsync.d.ts +2 -2
- package/clients/bedrockagent.d.ts +19 -2
- package/clients/cloudwatchlogs.d.ts +184 -5
- package/clients/connect.d.ts +38 -2
- package/clients/datazone.d.ts +42 -0
- package/clients/elbv2.d.ts +59 -2
- package/clients/finspace.d.ts +3 -3
- package/clients/fis.d.ts +83 -1
- package/clients/mediaconnect.d.ts +49 -0
- package/clients/medialive.d.ts +11 -0
- package/clients/s3control.d.ts +110 -31
- package/clients/sagemaker.d.ts +7 -2
- package/clients/timestreaminfluxdb.d.ts +9 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +533 -328
- package/dist/aws-sdk.min.js +85 -85
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/s3control.d.ts
CHANGED
@@ -277,11 +277,11 @@ declare class S3Control extends Service {
|
|
277
277
|
*/
|
278
278
|
getAccessGrant(callback?: (err: AWSError, data: S3Control.Types.GetAccessGrantResult) => void): Request<S3Control.Types.GetAccessGrantResult, AWSError>;
|
279
279
|
/**
|
280
|
-
* Retrieves the S3 Access Grants instance for a Region in your account. Permissions You must have the s3:GetAccessGrantsInstance permission to use this operation.
|
280
|
+
* Retrieves the S3 Access Grants instance for a Region in your account. Permissions You must have the s3:GetAccessGrantsInstance permission to use this operation. GetAccessGrantsInstance is not supported for cross-account access. You can only call the API from the account that owns the S3 Access Grants instance.
|
281
281
|
*/
|
282
282
|
getAccessGrantsInstance(params: S3Control.Types.GetAccessGrantsInstanceRequest, callback?: (err: AWSError, data: S3Control.Types.GetAccessGrantsInstanceResult) => void): Request<S3Control.Types.GetAccessGrantsInstanceResult, AWSError>;
|
283
283
|
/**
|
284
|
-
* Retrieves the S3 Access Grants instance for a Region in your account. Permissions You must have the s3:GetAccessGrantsInstance permission to use this operation.
|
284
|
+
* Retrieves the S3 Access Grants instance for a Region in your account. Permissions You must have the s3:GetAccessGrantsInstance permission to use this operation. GetAccessGrantsInstance is not supported for cross-account access. You can only call the API from the account that owns the S3 Access Grants instance.
|
285
285
|
*/
|
286
286
|
getAccessGrantsInstance(callback?: (err: AWSError, data: S3Control.Types.GetAccessGrantsInstanceResult) => void): Request<S3Control.Types.GetAccessGrantsInstanceResult, AWSError>;
|
287
287
|
/**
|
@@ -532,6 +532,14 @@ declare class S3Control extends Service {
|
|
532
532
|
* This operation is not supported by directory buckets. Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call. If there are more access points than what can be returned in one call, the response will include a continuation token that you can use to list the additional access points. The following actions are related to ListAccessPointsForObjectLambda: CreateAccessPointForObjectLambda DeleteAccessPointForObjectLambda GetAccessPointForObjectLambda
|
533
533
|
*/
|
534
534
|
listAccessPointsForObjectLambda(callback?: (err: AWSError, data: S3Control.Types.ListAccessPointsForObjectLambdaResult) => void): Request<S3Control.Types.ListAccessPointsForObjectLambdaResult, AWSError>;
|
535
|
+
/**
|
536
|
+
* Returns a list of the access grants that were given to the caller using S3 Access Grants and that allow the caller to access the S3 data of the Amazon Web Services account specified in the request. Permissions You must have the s3:ListCallerAccessGrants permission to use this operation.
|
537
|
+
*/
|
538
|
+
listCallerAccessGrants(params: S3Control.Types.ListCallerAccessGrantsRequest, callback?: (err: AWSError, data: S3Control.Types.ListCallerAccessGrantsResult) => void): Request<S3Control.Types.ListCallerAccessGrantsResult, AWSError>;
|
539
|
+
/**
|
540
|
+
* Returns a list of the access grants that were given to the caller using S3 Access Grants and that allow the caller to access the S3 data of the Amazon Web Services account specified in the request. Permissions You must have the s3:ListCallerAccessGrants permission to use this operation.
|
541
|
+
*/
|
542
|
+
listCallerAccessGrants(callback?: (err: AWSError, data: S3Control.Types.ListCallerAccessGrantsResult) => void): Request<S3Control.Types.ListCallerAccessGrantsResult, AWSError>;
|
535
543
|
/**
|
536
544
|
* Lists current S3 Batch Operations jobs as well as the jobs that have ended within the last 90 days for the Amazon Web Services account making the request. For more information, see S3 Batch Operations in the Amazon S3 User Guide. Permissions To use the ListJobs operation, you must have permission to perform the s3:ListJobs action. Related actions include: CreateJob DescribeJob UpdateJobPriority UpdateJobStatus
|
537
545
|
*/
|
@@ -788,7 +796,7 @@ declare namespace S3Control {
|
|
788
796
|
*/
|
789
797
|
NetworkOrigin: NetworkOrigin;
|
790
798
|
/**
|
791
|
-
* The virtual private cloud (VPC) configuration for this access point, if one exists. This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web
|
799
|
+
* The virtual private cloud (VPC) configuration for this access point, if one exists. This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Servicesservices.
|
792
800
|
*/
|
793
801
|
VpcConfiguration?: VpcConfiguration;
|
794
802
|
/**
|
@@ -858,7 +866,7 @@ declare namespace S3Control {
|
|
858
866
|
export type Alias = string;
|
859
867
|
export interface AssociateAccessGrantsIdentityCenterRequest {
|
860
868
|
/**
|
861
|
-
* The
|
869
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
862
870
|
*/
|
863
871
|
AccountId: AccountId;
|
864
872
|
/**
|
@@ -979,6 +987,7 @@ declare namespace S3Control {
|
|
979
987
|
export type BucketName = string;
|
980
988
|
export type BucketVersioningStatus = "Enabled"|"Suspended"|string;
|
981
989
|
export type Buckets = S3BucketArnString[];
|
990
|
+
export type CallerAccessGrantsList = ListCallerAccessGrantsEntry[];
|
982
991
|
export interface CloudWatchMetrics {
|
983
992
|
/**
|
984
993
|
* A container that indicates whether CloudWatch publishing for S3 Storage Lens metrics is enabled. A value of true indicates that CloudWatch publishing for S3 Storage Lens metrics is enabled.
|
@@ -991,7 +1000,7 @@ declare namespace S3Control {
|
|
991
1000
|
export type ContinuationToken = string;
|
992
1001
|
export interface CreateAccessGrantRequest {
|
993
1002
|
/**
|
994
|
-
* The
|
1003
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
995
1004
|
*/
|
996
1005
|
AccountId: AccountId;
|
997
1006
|
/**
|
@@ -1063,7 +1072,7 @@ declare namespace S3Control {
|
|
1063
1072
|
}
|
1064
1073
|
export interface CreateAccessGrantsInstanceRequest {
|
1065
1074
|
/**
|
1066
|
-
* The
|
1075
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
1067
1076
|
*/
|
1068
1077
|
AccountId: AccountId;
|
1069
1078
|
/**
|
@@ -1085,17 +1094,25 @@ declare namespace S3Control {
|
|
1085
1094
|
*/
|
1086
1095
|
AccessGrantsInstanceId?: AccessGrantsInstanceId;
|
1087
1096
|
/**
|
1088
|
-
* The Amazon Resource Name (ARN) of the S3 Access Grants instance.
|
1097
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.
|
1089
1098
|
*/
|
1090
1099
|
AccessGrantsInstanceArn?: AccessGrantsInstanceArn;
|
1091
1100
|
/**
|
1092
|
-
* If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance
|
1101
|
+
* If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.
|
1093
1102
|
*/
|
1094
1103
|
IdentityCenterArn?: IdentityCenterArn;
|
1104
|
+
/**
|
1105
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.
|
1106
|
+
*/
|
1107
|
+
IdentityCenterInstanceArn?: IdentityCenterArn;
|
1108
|
+
/**
|
1109
|
+
* If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.
|
1110
|
+
*/
|
1111
|
+
IdentityCenterApplicationArn?: IdentityCenterApplicationArn;
|
1095
1112
|
}
|
1096
1113
|
export interface CreateAccessGrantsLocationRequest {
|
1097
1114
|
/**
|
1098
|
-
* The
|
1115
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
1099
1116
|
*/
|
1100
1117
|
AccountId: AccountId;
|
1101
1118
|
/**
|
@@ -1373,7 +1390,7 @@ declare namespace S3Control {
|
|
1373
1390
|
export type DaysAfterInitiation = number;
|
1374
1391
|
export interface DeleteAccessGrantRequest {
|
1375
1392
|
/**
|
1376
|
-
* The
|
1393
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
1377
1394
|
*/
|
1378
1395
|
AccountId: AccountId;
|
1379
1396
|
/**
|
@@ -1383,19 +1400,19 @@ declare namespace S3Control {
|
|
1383
1400
|
}
|
1384
1401
|
export interface DeleteAccessGrantsInstanceRequest {
|
1385
1402
|
/**
|
1386
|
-
* The
|
1403
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
1387
1404
|
*/
|
1388
1405
|
AccountId: AccountId;
|
1389
1406
|
}
|
1390
1407
|
export interface DeleteAccessGrantsInstanceResourcePolicyRequest {
|
1391
1408
|
/**
|
1392
|
-
* The
|
1409
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
1393
1410
|
*/
|
1394
1411
|
AccountId: AccountId;
|
1395
1412
|
}
|
1396
1413
|
export interface DeleteAccessGrantsLocationRequest {
|
1397
1414
|
/**
|
1398
|
-
* The
|
1415
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
1399
1416
|
*/
|
1400
1417
|
AccountId: AccountId;
|
1401
1418
|
/**
|
@@ -1646,7 +1663,7 @@ declare namespace S3Control {
|
|
1646
1663
|
}
|
1647
1664
|
export interface DissociateAccessGrantsIdentityCenterRequest {
|
1648
1665
|
/**
|
1649
|
-
* The
|
1666
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
1650
1667
|
*/
|
1651
1668
|
AccountId: AccountId;
|
1652
1669
|
}
|
@@ -1699,7 +1716,7 @@ declare namespace S3Control {
|
|
1699
1716
|
export type GeneratedManifestFormat = "S3InventoryReport_CSV_20211130"|string;
|
1700
1717
|
export interface GetAccessGrantRequest {
|
1701
1718
|
/**
|
1702
|
-
* The
|
1719
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
1703
1720
|
*/
|
1704
1721
|
AccountId: AccountId;
|
1705
1722
|
/**
|
@@ -1767,13 +1784,13 @@ declare namespace S3Control {
|
|
1767
1784
|
}
|
1768
1785
|
export interface GetAccessGrantsInstanceRequest {
|
1769
1786
|
/**
|
1770
|
-
* The
|
1787
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
1771
1788
|
*/
|
1772
1789
|
AccountId: AccountId;
|
1773
1790
|
}
|
1774
1791
|
export interface GetAccessGrantsInstanceResourcePolicyRequest {
|
1775
1792
|
/**
|
1776
|
-
* The
|
1793
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
1777
1794
|
*/
|
1778
1795
|
AccountId: AccountId;
|
1779
1796
|
}
|
@@ -1801,9 +1818,17 @@ declare namespace S3Control {
|
|
1801
1818
|
*/
|
1802
1819
|
AccessGrantsInstanceId?: AccessGrantsInstanceId;
|
1803
1820
|
/**
|
1804
|
-
* If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the
|
1821
|
+
* If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.
|
1805
1822
|
*/
|
1806
1823
|
IdentityCenterArn?: IdentityCenterArn;
|
1824
|
+
/**
|
1825
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.
|
1826
|
+
*/
|
1827
|
+
IdentityCenterInstanceArn?: IdentityCenterArn;
|
1828
|
+
/**
|
1829
|
+
* If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.
|
1830
|
+
*/
|
1831
|
+
IdentityCenterApplicationArn?: IdentityCenterApplicationArn;
|
1807
1832
|
/**
|
1808
1833
|
* The date and time when you created the S3 Access Grants instance.
|
1809
1834
|
*/
|
@@ -1811,7 +1836,7 @@ declare namespace S3Control {
|
|
1811
1836
|
}
|
1812
1837
|
export interface GetAccessGrantsLocationRequest {
|
1813
1838
|
/**
|
1814
|
-
* The
|
1839
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
1815
1840
|
*/
|
1816
1841
|
AccountId: AccountId;
|
1817
1842
|
/**
|
@@ -1970,7 +1995,7 @@ declare namespace S3Control {
|
|
1970
1995
|
*/
|
1971
1996
|
NetworkOrigin?: NetworkOrigin;
|
1972
1997
|
/**
|
1973
|
-
* Contains the virtual private cloud (VPC) configuration for the specified access point. This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web
|
1998
|
+
* Contains the virtual private cloud (VPC) configuration for the specified access point. This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Servicesservices.
|
1974
1999
|
*/
|
1975
2000
|
VpcConfiguration?: VpcConfiguration;
|
1976
2001
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
@@ -2105,7 +2130,7 @@ declare namespace S3Control {
|
|
2105
2130
|
}
|
2106
2131
|
export interface GetDataAccessRequest {
|
2107
2132
|
/**
|
2108
|
-
* The
|
2133
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
2109
2134
|
*/
|
2110
2135
|
AccountId: AccountId;
|
2111
2136
|
/**
|
@@ -2610,15 +2635,15 @@ declare namespace S3Control {
|
|
2610
2635
|
export type JobTotalNumberOfTasks = number;
|
2611
2636
|
export interface KeyNameConstraint {
|
2612
2637
|
/**
|
2613
|
-
* If provided, the generated manifest includes objects where the specified string appears at the start of the object key string.
|
2638
|
+
* If provided, the generated manifest includes objects where the specified string appears at the start of the object key string. Each KeyNameConstraint filter accepts an array of strings with a length of 1 string.
|
2614
2639
|
*/
|
2615
2640
|
MatchAnyPrefix?: NonEmptyMaxLength1024StringList;
|
2616
2641
|
/**
|
2617
|
-
* If provided, the generated manifest includes objects where the specified string appears at the end of the object key string.
|
2642
|
+
* If provided, the generated manifest includes objects where the specified string appears at the end of the object key string. Each KeyNameConstraint filter accepts an array of strings with a length of 1 string.
|
2618
2643
|
*/
|
2619
2644
|
MatchAnySuffix?: NonEmptyMaxLength1024StringList;
|
2620
2645
|
/**
|
2621
|
-
* If provided, the generated manifest includes objects where the specified string appears anywhere within the object key string.
|
2646
|
+
* If provided, the generated manifest includes objects where the specified string appears anywhere within the object key string. Each KeyNameConstraint filter accepts an array of strings with a length of 1 string.
|
2622
2647
|
*/
|
2623
2648
|
MatchAnySubstring?: NonEmptyMaxLength1024StringList;
|
2624
2649
|
}
|
@@ -2784,10 +2809,18 @@ declare namespace S3Control {
|
|
2784
2809
|
* If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.
|
2785
2810
|
*/
|
2786
2811
|
IdentityCenterArn?: IdentityCenterArn;
|
2812
|
+
/**
|
2813
|
+
* The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.
|
2814
|
+
*/
|
2815
|
+
IdentityCenterInstanceArn?: IdentityCenterArn;
|
2816
|
+
/**
|
2817
|
+
* If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.
|
2818
|
+
*/
|
2819
|
+
IdentityCenterApplicationArn?: IdentityCenterApplicationArn;
|
2787
2820
|
}
|
2788
2821
|
export interface ListAccessGrantsInstancesRequest {
|
2789
2822
|
/**
|
2790
|
-
* The
|
2823
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
2791
2824
|
*/
|
2792
2825
|
AccountId: AccountId;
|
2793
2826
|
/**
|
@@ -2833,7 +2866,7 @@ declare namespace S3Control {
|
|
2833
2866
|
}
|
2834
2867
|
export interface ListAccessGrantsLocationsRequest {
|
2835
2868
|
/**
|
2836
|
-
* The
|
2869
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
2837
2870
|
*/
|
2838
2871
|
AccountId: AccountId;
|
2839
2872
|
/**
|
@@ -2861,7 +2894,7 @@ declare namespace S3Control {
|
|
2861
2894
|
}
|
2862
2895
|
export interface ListAccessGrantsRequest {
|
2863
2896
|
/**
|
2864
|
-
* The
|
2897
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
2865
2898
|
*/
|
2866
2899
|
AccountId: AccountId;
|
2867
2900
|
/**
|
@@ -2955,6 +2988,52 @@ declare namespace S3Control {
|
|
2955
2988
|
*/
|
2956
2989
|
NextToken?: NonEmptyMaxLength1024String;
|
2957
2990
|
}
|
2991
|
+
export interface ListCallerAccessGrantsEntry {
|
2992
|
+
/**
|
2993
|
+
* The type of permission granted, which can be one of the following values: READ - Grants read-only access to the S3 data. WRITE - Grants write-only access to the S3 data. READWRITE - Grants both read and write access to the S3 data.
|
2994
|
+
*/
|
2995
|
+
Permission?: Permission;
|
2996
|
+
/**
|
2997
|
+
* The S3 path of the data to which you have been granted access.
|
2998
|
+
*/
|
2999
|
+
GrantScope?: S3Prefix;
|
3000
|
+
/**
|
3001
|
+
* The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center application associated with your Identity Center instance. If the grant includes an application ARN, the grantee can only access the S3 data through this application.
|
3002
|
+
*/
|
3003
|
+
ApplicationArn?: IdentityCenterApplicationArn;
|
3004
|
+
}
|
3005
|
+
export interface ListCallerAccessGrantsRequest {
|
3006
|
+
/**
|
3007
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
3008
|
+
*/
|
3009
|
+
AccountId: AccountId;
|
3010
|
+
/**
|
3011
|
+
* The S3 path of the data that you would like to access. Must start with s3://. You can optionally pass only the beginning characters of a path, and S3 Access Grants will search for all applicable grants for the path fragment.
|
3012
|
+
*/
|
3013
|
+
GrantScope?: S3Prefix;
|
3014
|
+
/**
|
3015
|
+
* A pagination token to request the next page of results. Pass this value into a subsequent List Caller Access Grants request in order to retrieve the next page of results.
|
3016
|
+
*/
|
3017
|
+
NextToken?: ContinuationToken;
|
3018
|
+
/**
|
3019
|
+
* The maximum number of access grants that you would like returned in the List Caller Access Grants response. If the results include the pagination token NextToken, make another call using the NextToken to determine if there are more results.
|
3020
|
+
*/
|
3021
|
+
MaxResults?: MaxResults;
|
3022
|
+
/**
|
3023
|
+
* If this optional parameter is passed in the request, a filter is applied to the results. The results will include only the access grants for the caller's Identity Center application or for any other applications (ALL).
|
3024
|
+
*/
|
3025
|
+
AllowedByApplication?: Boolean;
|
3026
|
+
}
|
3027
|
+
export interface ListCallerAccessGrantsResult {
|
3028
|
+
/**
|
3029
|
+
* A pagination token that you can use to request the next page of results. Pass this value into a subsequent List Caller Access Grants request in order to retrieve the next page of results.
|
3030
|
+
*/
|
3031
|
+
NextToken?: ContinuationToken;
|
3032
|
+
/**
|
3033
|
+
* A list of the caller's access grants that were created using S3 Access Grants and that grant the caller access to the S3 data of the Amazon Web Services account ID that was specified in the request.
|
3034
|
+
*/
|
3035
|
+
CallerAccessGrantsList?: CallerAccessGrantsList;
|
3036
|
+
}
|
2958
3037
|
export interface ListJobsRequest {
|
2959
3038
|
/**
|
2960
3039
|
* The Amazon Web Services account ID associated with the S3 Batch Operations job.
|
@@ -3389,14 +3468,14 @@ declare namespace S3Control {
|
|
3389
3468
|
*/
|
3390
3469
|
BlockPublicPolicy?: Setting;
|
3391
3470
|
/**
|
3392
|
-
* Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. Setting this element to TRUE restricts access to buckets with public policies to only Amazon Web
|
3471
|
+
* Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. Setting this element to TRUE restricts access to buckets with public policies to only Amazon Web Servicesservice principals and authorized users within this account. Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked. This property is not supported for Amazon S3 on Outposts.
|
3393
3472
|
*/
|
3394
3473
|
RestrictPublicBuckets?: Setting;
|
3395
3474
|
}
|
3396
3475
|
export type PublicAccessBlockEnabled = boolean;
|
3397
3476
|
export interface PutAccessGrantsInstanceResourcePolicyRequest {
|
3398
3477
|
/**
|
3399
|
-
* The
|
3478
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
3400
3479
|
*/
|
3401
3480
|
AccountId: AccountId;
|
3402
3481
|
/**
|
@@ -3969,7 +4048,7 @@ declare namespace S3Control {
|
|
3969
4048
|
*/
|
3970
4049
|
ExpectedBucketOwner?: AccountId;
|
3971
4050
|
/**
|
3972
|
-
* The source bucket used by the ManifestGenerator. Directory buckets - Directory buckets aren't supported as the source buckets used by S3JobManifestGenerator to generate the job manifest.
|
4051
|
+
* The ARN of the source bucket used by the ManifestGenerator. Directory buckets - Directory buckets aren't supported as the source buckets used by S3JobManifestGenerator to generate the job manifest.
|
3973
4052
|
*/
|
3974
4053
|
SourceBucket: S3BucketArnString;
|
3975
4054
|
/**
|
@@ -4463,7 +4542,7 @@ declare namespace S3Control {
|
|
4463
4542
|
}
|
4464
4543
|
export interface UpdateAccessGrantsLocationRequest {
|
4465
4544
|
/**
|
4466
|
-
* The
|
4545
|
+
* The Amazon Web Services account ID of the S3 Access Grants instance.
|
4467
4546
|
*/
|
4468
4547
|
AccountId: AccountId;
|
4469
4548
|
/**
|
package/clients/sagemaker.d.ts
CHANGED
@@ -3729,6 +3729,7 @@ declare namespace SageMaker {
|
|
3729
3729
|
}
|
3730
3730
|
export type AutoMLSortBy = "Name"|"CreationTime"|"Status"|string;
|
3731
3731
|
export type AutoMLSortOrder = "Ascending"|"Descending"|string;
|
3732
|
+
export type AutoMountHomeEFS = "Enabled"|"Disabled"|"DefaultAsDomain"|string;
|
3732
3733
|
export interface AutoParameter {
|
3733
3734
|
/**
|
3734
3735
|
* The name of the hyperparameter to optimize using Autotune.
|
@@ -4730,7 +4731,7 @@ declare namespace SageMaker {
|
|
4730
4731
|
*/
|
4731
4732
|
AdditionalModelDataSources?: AdditionalModelDataSources;
|
4732
4733
|
/**
|
4733
|
-
* The environment variables to set in the Docker container. The maximum length of each key and value in the Environment map is 1024 bytes. The maximum length of all keys and values in the map, combined, is 32 KB. If you pass multiple containers to a CreateModel request, then the maximum length of all of their maps, combined, is also 32 KB.
|
4734
|
+
* The environment variables to set in the Docker container. Don't include any sensitive data in your environment variables. The maximum length of each key and value in the Environment map is 1024 bytes. The maximum length of all keys and values in the map, combined, is 32 KB. If you pass multiple containers to a CreateModel request, then the maximum length of all of their maps, combined, is also 32 KB.
|
4734
4735
|
*/
|
4735
4736
|
Environment?: EnvironmentMap;
|
4736
4737
|
/**
|
@@ -6845,7 +6846,7 @@ declare namespace SageMaker {
|
|
6845
6846
|
*/
|
6846
6847
|
BatchStrategy?: BatchStrategy;
|
6847
6848
|
/**
|
6848
|
-
* The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.
|
6849
|
+
* The environment variables to set in the Docker container. Don't include any sensitive data in your environment variables. We support up to 16 key and values entries in the map.
|
6849
6850
|
*/
|
6850
6851
|
Environment?: TransformEnvironmentMap;
|
6851
6852
|
/**
|
@@ -25288,6 +25289,10 @@ declare namespace SageMaker {
|
|
25288
25289
|
* Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
|
25289
25290
|
*/
|
25290
25291
|
StudioWebPortalSettings?: StudioWebPortalSettings;
|
25292
|
+
/**
|
25293
|
+
* Indicates whether auto-mounting of an EFS volume is supported for the user profile. The DefaultAsDomain value is only supported for user profiles. Do not use the DefaultAsDomain value when setting this parameter for a domain.
|
25294
|
+
*/
|
25295
|
+
AutoMountHomeEFS?: AutoMountHomeEFS;
|
25291
25296
|
}
|
25292
25297
|
export type UsersPerStep = number;
|
25293
25298
|
export type UtilizationMetric = number;
|
@@ -639,7 +639,7 @@ declare namespace TimestreamInfluxDB {
|
|
639
639
|
enabled: Boolean;
|
640
640
|
}
|
641
641
|
export type S3ConfigurationBucketNameString = string;
|
642
|
-
export type Status = "CREATING"|"AVAILABLE"|"DELETING"|"MODIFYING"|"UPDATING"|"DELETED"|"FAILED"|string;
|
642
|
+
export type Status = "CREATING"|"AVAILABLE"|"DELETING"|"MODIFYING"|"UPDATING"|"DELETED"|"FAILED"|"UPDATING_DEPLOYMENT_TYPE"|"UPDATING_INSTANCE_TYPE"|string;
|
643
643
|
export type String = string;
|
644
644
|
export type TagKey = string;
|
645
645
|
export type TagKeys = TagKey[];
|
@@ -678,6 +678,14 @@ declare namespace TimestreamInfluxDB {
|
|
678
678
|
* The id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.
|
679
679
|
*/
|
680
680
|
dbParameterGroupIdentifier?: DbParameterGroupIdentifier;
|
681
|
+
/**
|
682
|
+
* The Timestream for InfluxDB DB instance type to run InfluxDB on.
|
683
|
+
*/
|
684
|
+
dbInstanceType?: DbInstanceType;
|
685
|
+
/**
|
686
|
+
* Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.
|
687
|
+
*/
|
688
|
+
deploymentType?: DeploymentType;
|
681
689
|
}
|
682
690
|
export interface UpdateDbInstanceOutput {
|
683
691
|
/**
|