aws-sdk 2.1688.0 → 2.1690.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/application-signals-2024-04-15.min.json +144 -54
- package/apis/bedrock-agent-2023-06-05.min.json +28 -6
- 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/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 +1016 -971
- package/clients/applicationsignals.d.ts +136 -22
- package/clients/appsync.d.ts +2 -2
- package/clients/bedrockagent.d.ts +19 -2
- package/clients/cloudwatchlogs.d.ts +184 -5
- package/clients/codepipeline.d.ts +8 -8
- package/clients/connect.d.ts +1 -1
- package/clients/finspace.d.ts +3 -3
- package/clients/fis.d.ts +83 -1
- package/clients/gamelift.d.ts +27 -27
- package/clients/kinesisanalyticsv2.d.ts +1 -1
- package/clients/s3control.d.ts +110 -31
- package/clients/sagemaker.d.ts +57 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +212 -67
- package/dist/aws-sdk.min.js +41 -41
- package/lib/core.js +1 -1
- package/lib/region_config_data.json +12 -0
- 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
@@ -3156,6 +3156,12 @@ declare namespace SageMaker {
|
|
3156
3156
|
export type AppImageConfigName = string;
|
3157
3157
|
export type AppImageConfigSortKey = "CreationTime"|"LastModifiedTime"|"Name"|string;
|
3158
3158
|
export type AppInstanceType = "system"|"ml.t3.micro"|"ml.t3.small"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.8xlarge"|"ml.m5.12xlarge"|"ml.m5.16xlarge"|"ml.m5.24xlarge"|"ml.m5d.large"|"ml.m5d.xlarge"|"ml.m5d.2xlarge"|"ml.m5d.4xlarge"|"ml.m5d.8xlarge"|"ml.m5d.12xlarge"|"ml.m5d.16xlarge"|"ml.m5d.24xlarge"|"ml.c5.large"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.12xlarge"|"ml.c5.18xlarge"|"ml.c5.24xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.g6.xlarge"|"ml.g6.2xlarge"|"ml.g6.4xlarge"|"ml.g6.8xlarge"|"ml.g6.12xlarge"|"ml.g6.16xlarge"|"ml.g6.24xlarge"|"ml.g6.48xlarge"|"ml.geospatial.interactive"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.p5.48xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.m7i.large"|"ml.m7i.xlarge"|"ml.m7i.2xlarge"|"ml.m7i.4xlarge"|"ml.m7i.8xlarge"|"ml.m7i.12xlarge"|"ml.m7i.16xlarge"|"ml.m7i.24xlarge"|"ml.m7i.48xlarge"|"ml.c6i.large"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.4xlarge"|"ml.c6i.8xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.c7i.large"|"ml.c7i.xlarge"|"ml.c7i.2xlarge"|"ml.c7i.4xlarge"|"ml.c7i.8xlarge"|"ml.c7i.12xlarge"|"ml.c7i.16xlarge"|"ml.c7i.24xlarge"|"ml.c7i.48xlarge"|"ml.r6i.large"|"ml.r6i.xlarge"|"ml.r6i.2xlarge"|"ml.r6i.4xlarge"|"ml.r6i.8xlarge"|"ml.r6i.12xlarge"|"ml.r6i.16xlarge"|"ml.r6i.24xlarge"|"ml.r6i.32xlarge"|"ml.r7i.large"|"ml.r7i.xlarge"|"ml.r7i.2xlarge"|"ml.r7i.4xlarge"|"ml.r7i.8xlarge"|"ml.r7i.12xlarge"|"ml.r7i.16xlarge"|"ml.r7i.24xlarge"|"ml.r7i.48xlarge"|"ml.m6id.large"|"ml.m6id.xlarge"|"ml.m6id.2xlarge"|"ml.m6id.4xlarge"|"ml.m6id.8xlarge"|"ml.m6id.12xlarge"|"ml.m6id.16xlarge"|"ml.m6id.24xlarge"|"ml.m6id.32xlarge"|"ml.c6id.large"|"ml.c6id.xlarge"|"ml.c6id.2xlarge"|"ml.c6id.4xlarge"|"ml.c6id.8xlarge"|"ml.c6id.12xlarge"|"ml.c6id.16xlarge"|"ml.c6id.24xlarge"|"ml.c6id.32xlarge"|"ml.r6id.large"|"ml.r6id.xlarge"|"ml.r6id.2xlarge"|"ml.r6id.4xlarge"|"ml.r6id.8xlarge"|"ml.r6id.12xlarge"|"ml.r6id.16xlarge"|"ml.r6id.24xlarge"|"ml.r6id.32xlarge"|string;
|
3159
|
+
export interface AppLifecycleManagement {
|
3160
|
+
/**
|
3161
|
+
* Settings related to idle shutdown of Studio applications.
|
3162
|
+
*/
|
3163
|
+
IdleSettings?: IdleSettings;
|
3164
|
+
}
|
3159
3165
|
export type AppList = AppDetails[];
|
3160
3166
|
export type AppManaged = boolean;
|
3161
3167
|
export type AppName = string;
|
@@ -4346,7 +4352,7 @@ declare namespace SageMaker {
|
|
4346
4352
|
/**
|
4347
4353
|
* The execution role for the instance group to assume.
|
4348
4354
|
*/
|
4349
|
-
ExecutionRole?:
|
4355
|
+
ExecutionRole?: IAMRoleArn;
|
4350
4356
|
/**
|
4351
4357
|
* The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading. For more information, see the reference table of CPU cores and threads per CPU core per instance type in the Amazon Elastic Compute Cloud User Guide.
|
4352
4358
|
*/
|
@@ -4378,7 +4384,7 @@ declare namespace SageMaker {
|
|
4378
4384
|
/**
|
4379
4385
|
* Specifies an IAM execution role to be assumed by the instance group.
|
4380
4386
|
*/
|
4381
|
-
ExecutionRole:
|
4387
|
+
ExecutionRole: IAMRoleArn;
|
4382
4388
|
/**
|
4383
4389
|
* Specifies the value for Threads per core. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading. For instance types that doesn't support multithreading, specify 1. For more information, see the reference table of CPU cores and threads per CPU core per instance type in the Amazon Elastic Compute Cloud User Guide.
|
4384
4390
|
*/
|
@@ -4540,6 +4546,10 @@ declare namespace SageMaker {
|
|
4540
4546
|
* The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.
|
4541
4547
|
*/
|
4542
4548
|
LifecycleConfigArns?: LifecycleConfigArns;
|
4549
|
+
/**
|
4550
|
+
* Settings that are used to configure and manage the lifecycle of CodeEditor applications.
|
4551
|
+
*/
|
4552
|
+
AppLifecycleManagement?: AppLifecycleManagement;
|
4543
4553
|
}
|
4544
4554
|
export type CodeRepositories = CodeRepository[];
|
4545
4555
|
export interface CodeRepository {
|
@@ -13726,6 +13736,7 @@ declare namespace SageMaker {
|
|
13726
13736
|
}
|
13727
13737
|
export type HyperbandStrategyMaxResource = number;
|
13728
13738
|
export type HyperbandStrategyMinResource = number;
|
13739
|
+
export type IAMRoleArn = string;
|
13729
13740
|
export interface IamIdentity {
|
13730
13741
|
/**
|
13731
13742
|
* The Amazon Resource Name (ARN) of the IAM identity.
|
@@ -13766,6 +13777,25 @@ declare namespace SageMaker {
|
|
13766
13777
|
SecretArn?: SecretArn;
|
13767
13778
|
}
|
13768
13779
|
export type IdentityProviderOAuthSettings = IdentityProviderOAuthSetting[];
|
13780
|
+
export interface IdleSettings {
|
13781
|
+
/**
|
13782
|
+
* Indicates whether idle shutdown is activated for the application type.
|
13783
|
+
*/
|
13784
|
+
LifecycleManagement?: LifecycleManagement;
|
13785
|
+
/**
|
13786
|
+
* The time that SageMaker waits after the application becomes idle before shutting it down.
|
13787
|
+
*/
|
13788
|
+
IdleTimeoutInMinutes?: IdleTimeoutInMinutes;
|
13789
|
+
/**
|
13790
|
+
* The minimum value in minutes that custom idle shutdown can be set to by the user.
|
13791
|
+
*/
|
13792
|
+
MinIdleTimeoutInMinutes?: IdleTimeoutInMinutes;
|
13793
|
+
/**
|
13794
|
+
* The maximum value in minutes that custom idle shutdown can be set to by the user.
|
13795
|
+
*/
|
13796
|
+
MaxIdleTimeoutInMinutes?: IdleTimeoutInMinutes;
|
13797
|
+
}
|
13798
|
+
export type IdleTimeoutInMinutes = number;
|
13769
13799
|
export interface Image {
|
13770
13800
|
/**
|
13771
13801
|
* When the image was created.
|
@@ -14406,6 +14436,10 @@ declare namespace SageMaker {
|
|
14406
14436
|
* A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
|
14407
14437
|
*/
|
14408
14438
|
CodeRepositories?: CodeRepositories;
|
14439
|
+
/**
|
14440
|
+
* Indicates whether idle shutdown is activated for JupyterLab applications.
|
14441
|
+
*/
|
14442
|
+
AppLifecycleManagement?: AppLifecycleManagement;
|
14409
14443
|
/**
|
14410
14444
|
* The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.
|
14411
14445
|
*/
|
@@ -14709,6 +14743,7 @@ declare namespace SageMaker {
|
|
14709
14743
|
}
|
14710
14744
|
export type LastUpdateStatusValue = "Successful"|"Failed"|"InProgress"|string;
|
14711
14745
|
export type LifecycleConfigArns = StudioLifecycleConfigArn[];
|
14746
|
+
export type LifecycleManagement = "ENABLED"|"DISABLED"|string;
|
14712
14747
|
export type LineageEntityParameters = {[key: string]: StringParameterValue};
|
14713
14748
|
export type LineageGroupArn = string;
|
14714
14749
|
export type LineageGroupNameOrArn = string;
|
@@ -22500,9 +22535,19 @@ declare namespace SageMaker {
|
|
22500
22535
|
}
|
22501
22536
|
export type SourceType = string;
|
22502
22537
|
export type SourceUri = string;
|
22538
|
+
export interface SpaceAppLifecycleManagement {
|
22539
|
+
/**
|
22540
|
+
* Settings related to idle shutdown of Studio applications.
|
22541
|
+
*/
|
22542
|
+
IdleSettings?: SpaceIdleSettings;
|
22543
|
+
}
|
22503
22544
|
export type SpaceArn = string;
|
22504
22545
|
export interface SpaceCodeEditorAppSettings {
|
22505
22546
|
DefaultResourceSpec?: ResourceSpec;
|
22547
|
+
/**
|
22548
|
+
* Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
|
22549
|
+
*/
|
22550
|
+
AppLifecycleManagement?: SpaceAppLifecycleManagement;
|
22506
22551
|
}
|
22507
22552
|
export interface SpaceDetails {
|
22508
22553
|
/**
|
@@ -22543,12 +22588,22 @@ declare namespace SageMaker {
|
|
22543
22588
|
SpaceDisplayName?: NonEmptyString64;
|
22544
22589
|
}
|
22545
22590
|
export type SpaceEbsVolumeSizeInGb = number;
|
22591
|
+
export interface SpaceIdleSettings {
|
22592
|
+
/**
|
22593
|
+
* The time that SageMaker waits after the application becomes idle before shutting it down.
|
22594
|
+
*/
|
22595
|
+
IdleTimeoutInMinutes?: IdleTimeoutInMinutes;
|
22596
|
+
}
|
22546
22597
|
export interface SpaceJupyterLabAppSettings {
|
22547
22598
|
DefaultResourceSpec?: ResourceSpec;
|
22548
22599
|
/**
|
22549
22600
|
* A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
|
22550
22601
|
*/
|
22551
22602
|
CodeRepositories?: CodeRepositories;
|
22603
|
+
/**
|
22604
|
+
* Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
|
22605
|
+
*/
|
22606
|
+
AppLifecycleManagement?: SpaceAppLifecycleManagement;
|
22552
22607
|
}
|
22553
22608
|
export type SpaceList = SpaceDetails[];
|
22554
22609
|
export type SpaceName = string;
|
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
83
83
|
/**
|
84
84
|
* @constant
|
85
85
|
*/
|
86
|
-
VERSION: '2.
|
86
|
+
VERSION: '2.1690.0',
|
87
87
|
|
88
88
|
/**
|
89
89
|
* @api private
|
@@ -5764,7 +5764,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
5764
5764
|
/* 44 */
|
5765
5765
|
/***/ (function(module, exports) {
|
5766
5766
|
|
5767
|
-
module.exports = {"rules":{"*/*":{"endpoint":"{service}.{region}.amazonaws.com"},"cn-*/*":{"endpoint":"{service}.{region}.amazonaws.com.cn"},"eu-isoe-*/*":"euIsoe","us-iso-*/*":"usIso","us-isob-*/*":"usIsob","us-isof-*/*":"usIsof","*/budgets":"globalSSL","*/cloudfront":"globalSSL","*/sts":"globalSSL","*/importexport":{"endpoint":"{service}.amazonaws.com","signatureVersion":"v2","globalEndpoint":true},"*/route53":"globalSSL","cn-*/route53":{"endpoint":"{service}.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-northwest-1"},"us-gov-*/route53":"globalGovCloud","us-iso-*/route53":{"endpoint":"{service}.c2s.ic.gov","globalEndpoint":true,"signingRegion":"us-iso-east-1"},"us-isob-*/route53":{"endpoint":"{service}.sc2s.sgov.gov","globalEndpoint":true,"signingRegion":"us-isob-east-1"},"*/waf":"globalSSL","*/iam":"globalSSL","cn-*/iam":{"endpoint":"{service}.cn-north-1.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-north-1"},"us-iso-*/iam":{"endpoint":"{service}.us-iso-east-1.c2s.ic.gov","globalEndpoint":true,"signingRegion":"us-iso-east-1"},"us-gov-*/iam":"globalGovCloud","*/ce":{"endpoint":"{service}.us-east-1.amazonaws.com","globalEndpoint":true,"signingRegion":"us-east-1"},"cn-*/ce":{"endpoint":"{service}.cn-northwest-1.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-northwest-1"},"us-gov-*/sts":{"endpoint":"{service}.{region}.amazonaws.com"},"us-gov-west-1/s3":"s3signature","us-west-1/s3":"s3signature","us-west-2/s3":"s3signature","eu-west-1/s3":"s3signature","ap-southeast-1/s3":"s3signature","ap-southeast-2/s3":"s3signature","ap-northeast-1/s3":"s3signature","sa-east-1/s3":"s3signature","us-east-1/s3":{"endpoint":"{service}.amazonaws.com","signatureVersion":"s3"},"us-east-1/sdb":{"endpoint":"{service}.amazonaws.com","signatureVersion":"v2"},"*/sdb":{"endpoint":"{service}.{region}.amazonaws.com","signatureVersion":"v2"},"*/resource-explorer-2":"dualstackByDefault","*/kendra-ranking":"dualstackByDefault","*/internetmonitor":"dualstackByDefault","*/codecatalyst":"globalDualstackByDefault"},"fipsRules":{"*/*":"fipsStandard","us-gov-*/*":"fipsStandard","us-iso-*/*":{"endpoint":"{service}-fips.{region}.c2s.ic.gov"},"us-iso-*/dms":"usIso","us-isob-*/*":{"endpoint":"{service}-fips.{region}.sc2s.sgov.gov"},"us-isob-*/dms":"usIsob","cn-*/*":{"endpoint":"{service}-fips.{region}.amazonaws.com.cn"},"*/api.ecr":"fips.api.ecr","*/api.sagemaker":"fips.api.sagemaker","*/batch":"fipsDotPrefix","*/eks":"fipsDotPrefix","*/models.lex":"fips.models.lex","*/runtime.lex":"fips.runtime.lex","*/runtime.sagemaker":{"endpoint":"runtime-fips.sagemaker.{region}.amazonaws.com"},"*/iam":"fipsWithoutRegion","*/route53":"fipsWithoutRegion","*/transcribe":"fipsDotPrefix","*/waf":"fipsWithoutRegion","us-gov-*/transcribe":"fipsDotPrefix","us-gov-*/api.ecr":"fips.api.ecr","us-gov-*/models.lex":"fips.models.lex","us-gov-*/runtime.lex":"fips.runtime.lex","us-gov-*/access-analyzer":"fipsWithServiceOnly","us-gov-*/acm":"fipsWithServiceOnly","us-gov-*/acm-pca":"fipsWithServiceOnly","us-gov-*/api.sagemaker":"fipsWithServiceOnly","us-gov-*/appconfig":"fipsWithServiceOnly","us-gov-*/application-autoscaling":"fipsWithServiceOnly","us-gov-*/autoscaling":"fipsWithServiceOnly","us-gov-*/autoscaling-plans":"fipsWithServiceOnly","us-gov-*/batch":"fipsWithServiceOnly","us-gov-*/cassandra":"fipsWithServiceOnly","us-gov-*/clouddirectory":"fipsWithServiceOnly","us-gov-*/cloudformation":"fipsWithServiceOnly","us-gov-*/cloudshell":"fipsWithServiceOnly","us-gov-*/cloudtrail":"fipsWithServiceOnly","us-gov-*/config":"fipsWithServiceOnly","us-gov-*/connect":"fipsWithServiceOnly","us-gov-*/databrew":"fipsWithServiceOnly","us-gov-*/dlm":"fipsWithServiceOnly","us-gov-*/dms":"fipsWithServiceOnly","us-gov-*/dynamodb":"fipsWithServiceOnly","us-gov-*/ec2":"fipsWithServiceOnly","us-gov-*/eks":"fipsWithServiceOnly","us-gov-*/elasticache":"fipsWithServiceOnly","us-gov-*/elasticbeanstalk":"fipsWithServiceOnly","us-gov-*/elasticloadbalancing":"fipsWithServiceOnly","us-gov-*/elasticmapreduce":"fipsWithServiceOnly","us-gov-*/events":"fipsWithServiceOnly","us-gov-*/fis":"fipsWithServiceOnly","us-gov-*/glacier":"fipsWithServiceOnly","us-gov-*/greengrass":"fipsWithServiceOnly","us-gov-*/guardduty":"fipsWithServiceOnly","us-gov-*/identitystore":"fipsWithServiceOnly","us-gov-*/imagebuilder":"fipsWithServiceOnly","us-gov-*/kafka":"fipsWithServiceOnly","us-gov-*/kinesis":"fipsWithServiceOnly","us-gov-*/logs":"fipsWithServiceOnly","us-gov-*/mediaconvert":"fipsWithServiceOnly","us-gov-*/monitoring":"fipsWithServiceOnly","us-gov-*/networkmanager":"fipsWithServiceOnly","us-gov-*/organizations":"fipsWithServiceOnly","us-gov-*/outposts":"fipsWithServiceOnly","us-gov-*/participant.connect":"fipsWithServiceOnly","us-gov-*/ram":"fipsWithServiceOnly","us-gov-*/rds":"fipsWithServiceOnly","us-gov-*/redshift":"fipsWithServiceOnly","us-gov-*/resource-groups":"fipsWithServiceOnly","us-gov-*/runtime.sagemaker":"fipsWithServiceOnly","us-gov-*/serverlessrepo":"fipsWithServiceOnly","us-gov-*/servicecatalog-appregistry":"fipsWithServiceOnly","us-gov-*/servicequotas":"fipsWithServiceOnly","us-gov-*/sns":"fipsWithServiceOnly","us-gov-*/sqs":"fipsWithServiceOnly","us-gov-*/ssm":"fipsWithServiceOnly","us-gov-*/streams.dynamodb":"fipsWithServiceOnly","us-gov-*/sts":"fipsWithServiceOnly","us-gov-*/support":"fipsWithServiceOnly","us-gov-*/swf":"fipsWithServiceOnly","us-gov-west-1/states":"fipsWithServiceOnly","us-iso-east-1/elasticfilesystem":{"endpoint":"elasticfilesystem-fips.{region}.c2s.ic.gov"},"us-gov-west-1/organizations":"fipsWithServiceOnly","us-gov-west-1/route53":{"endpoint":"route53.us-gov.amazonaws.com"},"*/resource-explorer-2":"fipsDualstackByDefault","*/kendra-ranking":"dualstackByDefault","*/internetmonitor":"dualstackByDefault","*/codecatalyst":"fipsGlobalDualstackByDefault"},"dualstackRules":{"*/*":{"endpoint":"{service}.{region}.api.aws"},"cn-*/*":{"endpoint":"{service}.{region}.api.amazonwebservices.com.cn"},"*/s3":"dualstackLegacy","cn-*/s3":"dualstackLegacyCn","*/s3-control":"dualstackLegacy","cn-*/s3-control":"dualstackLegacyCn","ap-south-1/ec2":"dualstackLegacyEc2","eu-west-1/ec2":"dualstackLegacyEc2","sa-east-1/ec2":"dualstackLegacyEc2","us-east-1/ec2":"dualstackLegacyEc2","us-east-2/ec2":"dualstackLegacyEc2","us-west-2/ec2":"dualstackLegacyEc2"},"dualstackFipsRules":{"*/*":{"endpoint":"{service}-fips.{region}.api.aws"},"cn-*/*":{"endpoint":"{service}-fips.{region}.api.amazonwebservices.com.cn"},"*/s3":"dualstackFipsLegacy","cn-*/s3":"dualstackFipsLegacyCn","*/s3-control":"dualstackFipsLegacy","cn-*/s3-control":"dualstackFipsLegacyCn"},"patterns":{"globalSSL":{"endpoint":"https://{service}.amazonaws.com","globalEndpoint":true,"signingRegion":"us-east-1"},"globalGovCloud":{"endpoint":"{service}.us-gov.amazonaws.com","globalEndpoint":true,"signingRegion":"us-gov-west-1"},"s3signature":{"endpoint":"{service}.{region}.amazonaws.com","signatureVersion":"s3"},"euIsoe":{"endpoint":"{service}.{region}.cloud.adc-e.uk"},"usIso":{"endpoint":"{service}.{region}.c2s.ic.gov"},"usIsob":{"endpoint":"{service}.{region}.sc2s.sgov.gov"},"usIsof":{"endpoint":"{service}.{region}.csp.hci.ic.gov"},"fipsStandard":{"endpoint":"{service}-fips.{region}.amazonaws.com"},"fipsDotPrefix":{"endpoint":"fips.{service}.{region}.amazonaws.com"},"fipsWithoutRegion":{"endpoint":"{service}-fips.amazonaws.com"},"fips.api.ecr":{"endpoint":"ecr-fips.{region}.amazonaws.com"},"fips.api.sagemaker":{"endpoint":"api-fips.sagemaker.{region}.amazonaws.com"},"fips.models.lex":{"endpoint":"models-fips.lex.{region}.amazonaws.com"},"fips.runtime.lex":{"endpoint":"runtime-fips.lex.{region}.amazonaws.com"},"fipsWithServiceOnly":{"endpoint":"{service}.{region}.amazonaws.com"},"dualstackLegacy":{"endpoint":"{service}.dualstack.{region}.amazonaws.com"},"dualstackLegacyCn":{"endpoint":"{service}.dualstack.{region}.amazonaws.com.cn"},"dualstackFipsLegacy":{"endpoint":"{service}-fips.dualstack.{region}.amazonaws.com"},"dualstackFipsLegacyCn":{"endpoint":"{service}-fips.dualstack.{region}.amazonaws.com.cn"},"dualstackLegacyEc2":{"endpoint":"api.ec2.{region}.aws"},"dualstackByDefault":{"endpoint":"{service}.{region}.api.aws"},"fipsDualstackByDefault":{"endpoint":"{service}-fips.{region}.api.aws"},"globalDualstackByDefault":{"endpoint":"{service}.global.api.aws"},"fipsGlobalDualstackByDefault":{"endpoint":"{service}-fips.global.api.aws"}}}
|
5767
|
+
module.exports = {"rules":{"*/*":{"endpoint":"{service}.{region}.amazonaws.com"},"cn-*/*":{"endpoint":"{service}.{region}.amazonaws.com.cn"},"eu-isoe-*/*":"euIsoe","us-iso-*/*":"usIso","us-isob-*/*":"usIsob","us-isof-*/*":"usIsof","*/budgets":"globalSSL","*/cloudfront":"globalSSL","*/sts":"globalSSL","*/importexport":{"endpoint":"{service}.amazonaws.com","signatureVersion":"v2","globalEndpoint":true},"*/route53":"globalSSL","cn-*/route53":{"endpoint":"{service}.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-northwest-1"},"us-gov-*/route53":"globalGovCloud","us-iso-*/route53":{"endpoint":"{service}.c2s.ic.gov","globalEndpoint":true,"signingRegion":"us-iso-east-1"},"us-isob-*/route53":{"endpoint":"{service}.sc2s.sgov.gov","globalEndpoint":true,"signingRegion":"us-isob-east-1"},"us-isof-*/route53":"globalUsIsof","eu-isoe-*/route53":"globalEuIsoe","*/waf":"globalSSL","*/iam":"globalSSL","cn-*/iam":{"endpoint":"{service}.cn-north-1.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-north-1"},"us-iso-*/iam":{"endpoint":"{service}.us-iso-east-1.c2s.ic.gov","globalEndpoint":true,"signingRegion":"us-iso-east-1"},"us-gov-*/iam":"globalGovCloud","*/ce":{"endpoint":"{service}.us-east-1.amazonaws.com","globalEndpoint":true,"signingRegion":"us-east-1"},"cn-*/ce":{"endpoint":"{service}.cn-northwest-1.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-northwest-1"},"us-gov-*/sts":{"endpoint":"{service}.{region}.amazonaws.com"},"us-gov-west-1/s3":"s3signature","us-west-1/s3":"s3signature","us-west-2/s3":"s3signature","eu-west-1/s3":"s3signature","ap-southeast-1/s3":"s3signature","ap-southeast-2/s3":"s3signature","ap-northeast-1/s3":"s3signature","sa-east-1/s3":"s3signature","us-east-1/s3":{"endpoint":"{service}.amazonaws.com","signatureVersion":"s3"},"us-east-1/sdb":{"endpoint":"{service}.amazonaws.com","signatureVersion":"v2"},"*/sdb":{"endpoint":"{service}.{region}.amazonaws.com","signatureVersion":"v2"},"*/resource-explorer-2":"dualstackByDefault","*/kendra-ranking":"dualstackByDefault","*/internetmonitor":"dualstackByDefault","*/codecatalyst":"globalDualstackByDefault"},"fipsRules":{"*/*":"fipsStandard","us-gov-*/*":"fipsStandard","us-iso-*/*":{"endpoint":"{service}-fips.{region}.c2s.ic.gov"},"us-iso-*/dms":"usIso","us-isob-*/*":{"endpoint":"{service}-fips.{region}.sc2s.sgov.gov"},"us-isob-*/dms":"usIsob","cn-*/*":{"endpoint":"{service}-fips.{region}.amazonaws.com.cn"},"*/api.ecr":"fips.api.ecr","*/api.sagemaker":"fips.api.sagemaker","*/batch":"fipsDotPrefix","*/eks":"fipsDotPrefix","*/models.lex":"fips.models.lex","*/runtime.lex":"fips.runtime.lex","*/runtime.sagemaker":{"endpoint":"runtime-fips.sagemaker.{region}.amazonaws.com"},"*/iam":"fipsWithoutRegion","*/route53":"fipsWithoutRegion","*/transcribe":"fipsDotPrefix","*/waf":"fipsWithoutRegion","us-gov-*/transcribe":"fipsDotPrefix","us-gov-*/api.ecr":"fips.api.ecr","us-gov-*/models.lex":"fips.models.lex","us-gov-*/runtime.lex":"fips.runtime.lex","us-gov-*/access-analyzer":"fipsWithServiceOnly","us-gov-*/acm":"fipsWithServiceOnly","us-gov-*/acm-pca":"fipsWithServiceOnly","us-gov-*/api.sagemaker":"fipsWithServiceOnly","us-gov-*/appconfig":"fipsWithServiceOnly","us-gov-*/application-autoscaling":"fipsWithServiceOnly","us-gov-*/autoscaling":"fipsWithServiceOnly","us-gov-*/autoscaling-plans":"fipsWithServiceOnly","us-gov-*/batch":"fipsWithServiceOnly","us-gov-*/cassandra":"fipsWithServiceOnly","us-gov-*/clouddirectory":"fipsWithServiceOnly","us-gov-*/cloudformation":"fipsWithServiceOnly","us-gov-*/cloudshell":"fipsWithServiceOnly","us-gov-*/cloudtrail":"fipsWithServiceOnly","us-gov-*/config":"fipsWithServiceOnly","us-gov-*/connect":"fipsWithServiceOnly","us-gov-*/databrew":"fipsWithServiceOnly","us-gov-*/dlm":"fipsWithServiceOnly","us-gov-*/dms":"fipsWithServiceOnly","us-gov-*/dynamodb":"fipsWithServiceOnly","us-gov-*/ec2":"fipsWithServiceOnly","us-gov-*/eks":"fipsWithServiceOnly","us-gov-*/elasticache":"fipsWithServiceOnly","us-gov-*/elasticbeanstalk":"fipsWithServiceOnly","us-gov-*/elasticloadbalancing":"fipsWithServiceOnly","us-gov-*/elasticmapreduce":"fipsWithServiceOnly","us-gov-*/events":"fipsWithServiceOnly","us-gov-*/fis":"fipsWithServiceOnly","us-gov-*/glacier":"fipsWithServiceOnly","us-gov-*/greengrass":"fipsWithServiceOnly","us-gov-*/guardduty":"fipsWithServiceOnly","us-gov-*/identitystore":"fipsWithServiceOnly","us-gov-*/imagebuilder":"fipsWithServiceOnly","us-gov-*/kafka":"fipsWithServiceOnly","us-gov-*/kinesis":"fipsWithServiceOnly","us-gov-*/logs":"fipsWithServiceOnly","us-gov-*/mediaconvert":"fipsWithServiceOnly","us-gov-*/monitoring":"fipsWithServiceOnly","us-gov-*/networkmanager":"fipsWithServiceOnly","us-gov-*/organizations":"fipsWithServiceOnly","us-gov-*/outposts":"fipsWithServiceOnly","us-gov-*/participant.connect":"fipsWithServiceOnly","us-gov-*/ram":"fipsWithServiceOnly","us-gov-*/rds":"fipsWithServiceOnly","us-gov-*/redshift":"fipsWithServiceOnly","us-gov-*/resource-groups":"fipsWithServiceOnly","us-gov-*/runtime.sagemaker":"fipsWithServiceOnly","us-gov-*/serverlessrepo":"fipsWithServiceOnly","us-gov-*/servicecatalog-appregistry":"fipsWithServiceOnly","us-gov-*/servicequotas":"fipsWithServiceOnly","us-gov-*/sns":"fipsWithServiceOnly","us-gov-*/sqs":"fipsWithServiceOnly","us-gov-*/ssm":"fipsWithServiceOnly","us-gov-*/streams.dynamodb":"fipsWithServiceOnly","us-gov-*/sts":"fipsWithServiceOnly","us-gov-*/support":"fipsWithServiceOnly","us-gov-*/swf":"fipsWithServiceOnly","us-gov-west-1/states":"fipsWithServiceOnly","us-iso-east-1/elasticfilesystem":{"endpoint":"elasticfilesystem-fips.{region}.c2s.ic.gov"},"us-gov-west-1/organizations":"fipsWithServiceOnly","us-gov-west-1/route53":{"endpoint":"route53.us-gov.amazonaws.com"},"*/resource-explorer-2":"fipsDualstackByDefault","*/kendra-ranking":"dualstackByDefault","*/internetmonitor":"dualstackByDefault","*/codecatalyst":"fipsGlobalDualstackByDefault"},"dualstackRules":{"*/*":{"endpoint":"{service}.{region}.api.aws"},"cn-*/*":{"endpoint":"{service}.{region}.api.amazonwebservices.com.cn"},"*/s3":"dualstackLegacy","cn-*/s3":"dualstackLegacyCn","*/s3-control":"dualstackLegacy","cn-*/s3-control":"dualstackLegacyCn","ap-south-1/ec2":"dualstackLegacyEc2","eu-west-1/ec2":"dualstackLegacyEc2","sa-east-1/ec2":"dualstackLegacyEc2","us-east-1/ec2":"dualstackLegacyEc2","us-east-2/ec2":"dualstackLegacyEc2","us-west-2/ec2":"dualstackLegacyEc2"},"dualstackFipsRules":{"*/*":{"endpoint":"{service}-fips.{region}.api.aws"},"cn-*/*":{"endpoint":"{service}-fips.{region}.api.amazonwebservices.com.cn"},"*/s3":"dualstackFipsLegacy","cn-*/s3":"dualstackFipsLegacyCn","*/s3-control":"dualstackFipsLegacy","cn-*/s3-control":"dualstackFipsLegacyCn"},"patterns":{"globalSSL":{"endpoint":"https://{service}.amazonaws.com","globalEndpoint":true,"signingRegion":"us-east-1"},"globalGovCloud":{"endpoint":"{service}.us-gov.amazonaws.com","globalEndpoint":true,"signingRegion":"us-gov-west-1"},"globalUsIsof":{"endpoint":"{service}.csp.hci.ic.gov","globalEndpoint":true,"signingRegion":"us-isof-south-1"},"globalEuIsoe":{"endpoint":"{service}.cloud.adc-e.uk","globalEndpoint":true,"signingRegion":"eu-isoe-west-1"},"s3signature":{"endpoint":"{service}.{region}.amazonaws.com","signatureVersion":"s3"},"euIsoe":{"endpoint":"{service}.{region}.cloud.adc-e.uk"},"usIso":{"endpoint":"{service}.{region}.c2s.ic.gov"},"usIsob":{"endpoint":"{service}.{region}.sc2s.sgov.gov"},"usIsof":{"endpoint":"{service}.{region}.csp.hci.ic.gov"},"fipsStandard":{"endpoint":"{service}-fips.{region}.amazonaws.com"},"fipsDotPrefix":{"endpoint":"fips.{service}.{region}.amazonaws.com"},"fipsWithoutRegion":{"endpoint":"{service}-fips.amazonaws.com"},"fips.api.ecr":{"endpoint":"ecr-fips.{region}.amazonaws.com"},"fips.api.sagemaker":{"endpoint":"api-fips.sagemaker.{region}.amazonaws.com"},"fips.models.lex":{"endpoint":"models-fips.lex.{region}.amazonaws.com"},"fips.runtime.lex":{"endpoint":"runtime-fips.lex.{region}.amazonaws.com"},"fipsWithServiceOnly":{"endpoint":"{service}.{region}.amazonaws.com"},"dualstackLegacy":{"endpoint":"{service}.dualstack.{region}.amazonaws.com"},"dualstackLegacyCn":{"endpoint":"{service}.dualstack.{region}.amazonaws.com.cn"},"dualstackFipsLegacy":{"endpoint":"{service}-fips.dualstack.{region}.amazonaws.com"},"dualstackFipsLegacyCn":{"endpoint":"{service}-fips.dualstack.{region}.amazonaws.com.cn"},"dualstackLegacyEc2":{"endpoint":"api.ec2.{region}.aws"},"dualstackByDefault":{"endpoint":"{service}.{region}.api.aws"},"fipsDualstackByDefault":{"endpoint":"{service}-fips.{region}.api.aws"},"globalDualstackByDefault":{"endpoint":"{service}.global.api.aws"},"fipsGlobalDualstackByDefault":{"endpoint":"{service}-fips.global.api.aws"}}}
|
5768
5768
|
|
5769
5769
|
/***/ }),
|
5770
5770
|
/* 45 */
|