@pulumi/aws 4.28.0-alpha.1637005539 → 4.29.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/alb/targetGroupAttachment.d.ts +3 -3
- package/applicationloadbalancing/targetGroupAttachment.d.ts +3 -3
- package/appstream/directoryConfig.d.ts +108 -0
- package/appstream/directoryConfig.js +93 -0
- package/appstream/directoryConfig.js.map +1 -0
- package/appstream/index.d.ts +1 -0
- package/appstream/index.js +5 -0
- package/appstream/index.js.map +1 -1
- package/autoscaling/group.d.ts +3 -3
- package/cloudfront/responseHeadersPolicy.d.ts +28 -4
- package/cloudfront/responseHeadersPolicy.js +25 -1
- package/cloudfront/responseHeadersPolicy.js.map +1 -1
- package/ec2/getInstanceType.d.ts +4 -0
- package/ec2/getInstanceType.js.map +1 -1
- package/elasticloadbalancingv2/targetGroupAttachment.d.ts +3 -3
- package/emr/cluster.d.ts +12 -0
- package/emr/cluster.js +2 -0
- package/emr/cluster.js.map +1 -1
- package/emr/getReleaseLabels.d.ts +53 -0
- package/emr/getReleaseLabels.js +42 -0
- package/emr/getReleaseLabels.js.map +1 -0
- package/emr/index.d.ts +1 -0
- package/emr/index.js +1 -0
- package/emr/index.js.map +1 -1
- package/iot/index.d.ts +2 -0
- package/iot/index.js +10 -0
- package/iot/index.js.map +1 -1
- package/iot/thingGroup.d.ts +153 -0
- package/iot/thingGroup.js +100 -0
- package/iot/thingGroup.js.map +1 -0
- package/iot/thingGroupMembership.d.ts +96 -0
- package/iot/thingGroupMembership.js +85 -0
- package/iot/thingGroupMembership.js.map +1 -0
- package/iot/thingType.d.ts +36 -0
- package/iot/thingType.js +4 -0
- package/iot/thingType.js.map +1 -1
- package/lambda/index.d.ts +1 -0
- package/lambda/index.js +5 -0
- package/lambda/index.js.map +1 -1
- package/lambda/layerVersion.d.ts +41 -83
- package/lambda/layerVersion.js +2 -45
- package/lambda/layerVersion.js.map +1 -1
- package/lambda/layerVersionPermission.d.ts +154 -0
- package/lambda/layerVersionPermission.js +110 -0
- package/lambda/layerVersionPermission.js.map +1 -0
- package/lb/targetGroupAttachment.d.ts +3 -3
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/quicksight/user.d.ts +1 -1
- package/quicksight/user.js +1 -1
- package/s3/accessPoint.d.ts +20 -28
- package/s3/accessPoint.js +4 -28
- package/s3/accessPoint.js.map +1 -1
- package/s3/bucket.d.ts +2 -0
- package/s3/bucket.js +2 -0
- package/s3/bucket.js.map +1 -1
- package/s3/bucketReplicationConfig.d.ts +190 -0
- package/s3/bucketReplicationConfig.js +181 -0
- package/s3/bucketReplicationConfig.js.map +1 -0
- package/s3/index.d.ts +1 -0
- package/s3/index.js +5 -0
- package/s3/index.js.map +1 -1
- package/s3control/accessPointPolicy.d.ts +77 -0
- package/s3control/accessPointPolicy.js +70 -0
- package/s3control/accessPointPolicy.js.map +1 -0
- package/s3control/index.d.ts +5 -0
- package/s3control/index.js +25 -0
- package/s3control/index.js.map +1 -1
- package/s3control/multiRegionAccessPoint.d.ts +123 -0
- package/s3control/multiRegionAccessPoint.js +103 -0
- package/s3control/multiRegionAccessPoint.js.map +1 -0
- package/s3control/multiRegionAccessPointPolicy.d.ts +115 -0
- package/s3control/multiRegionAccessPointPolicy.js +107 -0
- package/s3control/multiRegionAccessPointPolicy.js.map +1 -0
- package/s3control/objectLambdaAccessPoint.d.ts +105 -0
- package/s3control/objectLambdaAccessPoint.js +93 -0
- package/s3control/objectLambdaAccessPoint.js.map +1 -0
- package/s3control/objectLambdaAccessPointPolicy.d.ts +114 -0
- package/s3control/objectLambdaAccessPointPolicy.js +103 -0
- package/s3control/objectLambdaAccessPointPolicy.js.map +1 -0
- package/sagemaker/endpoint.d.ts +19 -6
- package/sagemaker/endpoint.js +2 -0
- package/sagemaker/endpoint.js.map +1 -1
- package/securityhub/findingAggregator.d.ts +124 -0
- package/securityhub/findingAggregator.js +120 -0
- package/securityhub/findingAggregator.js.map +1 -0
- package/securityhub/index.d.ts +1 -0
- package/securityhub/index.js +5 -0
- package/securityhub/index.js.map +1 -1
- package/types/enums/iam/index.d.ts +1 -0
- package/types/enums/iam/index.js +1 -0
- package/types/enums/iam/index.js.map +1 -1
- package/types/input.d.ts +463 -29
- package/types/output.d.ts +455 -28
package/types/output.d.ts
CHANGED
|
@@ -4065,6 +4065,16 @@ export declare namespace apprunner {
|
|
|
4065
4065
|
}
|
|
4066
4066
|
}
|
|
4067
4067
|
export declare namespace appstream {
|
|
4068
|
+
interface DirectoryConfigServiceAccountCredentials {
|
|
4069
|
+
/**
|
|
4070
|
+
* User name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.
|
|
4071
|
+
*/
|
|
4072
|
+
accountName: string;
|
|
4073
|
+
/**
|
|
4074
|
+
* Password for the account.
|
|
4075
|
+
*/
|
|
4076
|
+
accountPassword: string;
|
|
4077
|
+
}
|
|
4068
4078
|
interface FleetComputeCapacity {
|
|
4069
4079
|
/**
|
|
4070
4080
|
* Number of currently available instances that can be used to stream sessions.
|
|
@@ -6386,6 +6396,9 @@ export declare namespace cloudfront {
|
|
|
6386
6396
|
items: string[];
|
|
6387
6397
|
}
|
|
6388
6398
|
interface GetResponseHeadersPolicyCustomHeadersConfig {
|
|
6399
|
+
items: outputs.cloudfront.GetResponseHeadersPolicyCustomHeadersConfigItem[];
|
|
6400
|
+
}
|
|
6401
|
+
interface GetResponseHeadersPolicyCustomHeadersConfigItem {
|
|
6389
6402
|
/**
|
|
6390
6403
|
* The HTTP response header name.
|
|
6391
6404
|
*/
|
|
@@ -6553,27 +6566,27 @@ export declare namespace cloudfront {
|
|
|
6553
6566
|
}
|
|
6554
6567
|
interface ResponseHeadersPolicyCorsConfig {
|
|
6555
6568
|
/**
|
|
6556
|
-
* A Boolean value that CloudFront uses as the value for the Access-Control-Allow-Credentials HTTP response header.
|
|
6569
|
+
* A Boolean value that CloudFront uses as the value for the `Access-Control-Allow-Credentials` HTTP response header.
|
|
6557
6570
|
*/
|
|
6558
6571
|
accessControlAllowCredentials: boolean;
|
|
6559
6572
|
/**
|
|
6560
|
-
* Object that contains an attribute `items` that contains a list of HTTP header names that CloudFront includes as values for the Access-Control-Allow-Headers HTTP response header.
|
|
6573
|
+
* Object that contains an attribute `items` that contains a list of HTTP header names that CloudFront includes as values for the `Access-Control-Allow-Headers` HTTP response header.
|
|
6561
6574
|
*/
|
|
6562
6575
|
accessControlAllowHeaders: outputs.cloudfront.ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders;
|
|
6563
6576
|
/**
|
|
6564
|
-
* Object that contains an attribute `items` that contains a list of HTTP methods that CloudFront includes as values for the Access-Control-Allow-Methods HTTP response header. Valid values: `GET` | `POST` | `OPTIONS` | `PUT` | `DELETE` | `HEAD` | `ALL`
|
|
6577
|
+
* Object that contains an attribute `items` that contains a list of HTTP methods that CloudFront includes as values for the `Access-Control-Allow-Methods` HTTP response header. Valid values: `GET` | `POST` | `OPTIONS` | `PUT` | `DELETE` | `HEAD` | `ALL`
|
|
6565
6578
|
*/
|
|
6566
6579
|
accessControlAllowMethods: outputs.cloudfront.ResponseHeadersPolicyCorsConfigAccessControlAllowMethods;
|
|
6567
6580
|
/**
|
|
6568
|
-
* Object that contains an attribute `items` that contains a list of origins that CloudFront can use as the value for the Access-Control-Allow-Origin HTTP response header.
|
|
6581
|
+
* Object that contains an attribute `items` that contains a list of origins that CloudFront can use as the value for the `Access-Control-Allow-Origin` HTTP response header.
|
|
6569
6582
|
*/
|
|
6570
6583
|
accessControlAllowOrigins: outputs.cloudfront.ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins;
|
|
6571
6584
|
/**
|
|
6572
|
-
* Object that contains an attribute `items` that contains a list of HTTP headers that CloudFront includes as values for the Access-Control-Expose-Headers HTTP response header.
|
|
6585
|
+
* Object that contains an attribute `items` that contains a list of HTTP headers that CloudFront includes as values for the `Access-Control-Expose-Headers` HTTP response header.
|
|
6573
6586
|
*/
|
|
6574
6587
|
accessControlExposeHeaders?: outputs.cloudfront.ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders;
|
|
6575
6588
|
/**
|
|
6576
|
-
* A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header.
|
|
6589
|
+
* A number that CloudFront uses as the value for the `max-age` directive in the `Strict-Transport-Security` HTTP response header.
|
|
6577
6590
|
*/
|
|
6578
6591
|
accessControlMaxAgeSec?: number;
|
|
6579
6592
|
originOverride: boolean;
|
|
@@ -6599,7 +6612,7 @@ export declare namespace cloudfront {
|
|
|
6599
6612
|
*/
|
|
6600
6613
|
header: string;
|
|
6601
6614
|
/**
|
|
6602
|
-
* A Boolean value that determines whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6615
|
+
* A Boolean value that determines whether CloudFront overrides the `X-XSS-Protection` HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6603
6616
|
*/
|
|
6604
6617
|
override: boolean;
|
|
6605
6618
|
/**
|
|
@@ -6609,96 +6622,99 @@ export declare namespace cloudfront {
|
|
|
6609
6622
|
}
|
|
6610
6623
|
interface ResponseHeadersPolicySecurityHeadersConfig {
|
|
6611
6624
|
/**
|
|
6612
|
-
*
|
|
6625
|
+
* The policy directives and their values that CloudFront includes as values for the `Content-Security-Policy` HTTP response header.
|
|
6613
6626
|
*/
|
|
6614
6627
|
contentSecurityPolicy?: outputs.cloudfront.ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy;
|
|
6615
6628
|
/**
|
|
6616
|
-
*
|
|
6629
|
+
* Determines whether CloudFront includes the `X-Content-Type-Options` HTTP response header with its value set to `nosniff`. See Content Type Options for more information.
|
|
6617
6630
|
*/
|
|
6618
6631
|
contentTypeOptions?: outputs.cloudfront.ResponseHeadersPolicySecurityHeadersConfigContentTypeOptions;
|
|
6619
6632
|
/**
|
|
6620
|
-
*
|
|
6633
|
+
* Determines whether CloudFront includes the `X-Frame-Options` HTTP response header and the header’s value. See Frame Options for more information.
|
|
6621
6634
|
*/
|
|
6622
6635
|
frameOptions?: outputs.cloudfront.ResponseHeadersPolicySecurityHeadersConfigFrameOptions;
|
|
6623
6636
|
/**
|
|
6624
|
-
* The value of the Referrer-Policy HTTP response header. Valid Values: `no-referrer` | `no-referrer-when-downgrade` | `origin` | `origin-when-cross-origin` | `same-origin` | `strict-origin` | `strict-origin-when-cross-origin` | `unsafe-url`
|
|
6637
|
+
* The value of the `Referrer-Policy` HTTP response header. Valid Values: `no-referrer` | `no-referrer-when-downgrade` | `origin` | `origin-when-cross-origin` | `same-origin` | `strict-origin` | `strict-origin-when-cross-origin` | `unsafe-url`
|
|
6625
6638
|
*/
|
|
6626
6639
|
referrerPolicy?: outputs.cloudfront.ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy;
|
|
6640
|
+
/**
|
|
6641
|
+
* Determines whether CloudFront includes the `Strict-Transport-Security` HTTP response header and the header’s value. See Strict Transport Security for more information.
|
|
6642
|
+
*/
|
|
6627
6643
|
strictTransportSecurity?: outputs.cloudfront.ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity;
|
|
6628
6644
|
/**
|
|
6629
|
-
*
|
|
6645
|
+
* Determine whether CloudFront includes the `X-XSS-Protection` HTTP response header and the header’s value. See XSS Protection for more information.
|
|
6630
6646
|
*/
|
|
6631
6647
|
xssProtection?: outputs.cloudfront.ResponseHeadersPolicySecurityHeadersConfigXssProtection;
|
|
6632
6648
|
}
|
|
6633
6649
|
interface ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicy {
|
|
6634
6650
|
/**
|
|
6635
|
-
*
|
|
6651
|
+
* The policy directives and their values that CloudFront includes as values for the `Content-Security-Policy` HTTP response header.
|
|
6636
6652
|
*/
|
|
6637
6653
|
contentSecurityPolicy: string;
|
|
6638
6654
|
/**
|
|
6639
|
-
* A Boolean value that determines whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6655
|
+
* A Boolean value that determines whether CloudFront overrides the `X-XSS-Protection` HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6640
6656
|
*/
|
|
6641
6657
|
override: boolean;
|
|
6642
6658
|
}
|
|
6643
6659
|
interface ResponseHeadersPolicySecurityHeadersConfigContentTypeOptions {
|
|
6644
6660
|
/**
|
|
6645
|
-
* A Boolean value that determines whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6661
|
+
* A Boolean value that determines whether CloudFront overrides the `X-XSS-Protection` HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6646
6662
|
*/
|
|
6647
6663
|
override: boolean;
|
|
6648
6664
|
}
|
|
6649
6665
|
interface ResponseHeadersPolicySecurityHeadersConfigFrameOptions {
|
|
6650
6666
|
/**
|
|
6651
|
-
* The value of the X-Frame-Options HTTP response header. Valid values: `DENY` | `SAMEORIGIN`
|
|
6667
|
+
* The value of the `X-Frame-Options` HTTP response header. Valid values: `DENY` | `SAMEORIGIN`
|
|
6652
6668
|
*/
|
|
6653
6669
|
frameOption: string;
|
|
6654
6670
|
/**
|
|
6655
|
-
* A Boolean value that determines whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6671
|
+
* A Boolean value that determines whether CloudFront overrides the `X-XSS-Protection` HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6656
6672
|
*/
|
|
6657
6673
|
override: boolean;
|
|
6658
6674
|
}
|
|
6659
6675
|
interface ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy {
|
|
6660
6676
|
/**
|
|
6661
|
-
* A Boolean value that determines whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6677
|
+
* A Boolean value that determines whether CloudFront overrides the `X-XSS-Protection` HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6662
6678
|
*/
|
|
6663
6679
|
override: boolean;
|
|
6664
6680
|
/**
|
|
6665
|
-
* The value of the Referrer-Policy HTTP response header. Valid Values: `no-referrer` | `no-referrer-when-downgrade` | `origin` | `origin-when-cross-origin` | `same-origin` | `strict-origin` | `strict-origin-when-cross-origin` | `unsafe-url`
|
|
6681
|
+
* The value of the `Referrer-Policy` HTTP response header. Valid Values: `no-referrer` | `no-referrer-when-downgrade` | `origin` | `origin-when-cross-origin` | `same-origin` | `strict-origin` | `strict-origin-when-cross-origin` | `unsafe-url`
|
|
6666
6682
|
*/
|
|
6667
6683
|
referrerPolicy: string;
|
|
6668
6684
|
}
|
|
6669
6685
|
interface ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity {
|
|
6670
6686
|
/**
|
|
6671
|
-
* A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header.
|
|
6687
|
+
* A number that CloudFront uses as the value for the `max-age` directive in the `Strict-Transport-Security` HTTP response header.
|
|
6672
6688
|
*/
|
|
6673
6689
|
accessControlMaxAgeSec: number;
|
|
6674
6690
|
/**
|
|
6675
|
-
* A Boolean value that determines whether CloudFront includes the includeSubDomains directive in the Strict-Transport-Security HTTP response header.
|
|
6691
|
+
* A Boolean value that determines whether CloudFront includes the `includeSubDomains` directive in the `Strict-Transport-Security` HTTP response header.
|
|
6676
6692
|
*/
|
|
6677
6693
|
includeSubdomains?: boolean;
|
|
6678
6694
|
/**
|
|
6679
|
-
* A Boolean value that determines whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6695
|
+
* A Boolean value that determines whether CloudFront overrides the `X-XSS-Protection` HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6680
6696
|
*/
|
|
6681
6697
|
override: boolean;
|
|
6682
6698
|
/**
|
|
6683
|
-
* A Boolean value that determines whether CloudFront includes the preload directive in the Strict-Transport-Security HTTP response header.
|
|
6699
|
+
* A Boolean value that determines whether CloudFront includes the `preload` directive in the `Strict-Transport-Security` HTTP response header.
|
|
6684
6700
|
*/
|
|
6685
6701
|
preload?: boolean;
|
|
6686
6702
|
}
|
|
6687
6703
|
interface ResponseHeadersPolicySecurityHeadersConfigXssProtection {
|
|
6688
6704
|
/**
|
|
6689
|
-
* A Boolean value that determines whether CloudFront includes the mode=block directive in the X-XSS-Protection header.
|
|
6705
|
+
* A Boolean value that determines whether CloudFront includes the `mode=block` directive in the `X-XSS-Protection` header.
|
|
6690
6706
|
*/
|
|
6691
6707
|
modeBlock?: boolean;
|
|
6692
6708
|
/**
|
|
6693
|
-
* A Boolean value that determines whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6709
|
+
* A Boolean value that determines whether CloudFront overrides the `X-XSS-Protection` HTTP response header received from the origin with the one specified in this response headers policy.
|
|
6694
6710
|
*/
|
|
6695
6711
|
override: boolean;
|
|
6696
6712
|
/**
|
|
6697
|
-
* A Boolean value that determines the value of the X-XSS-Protection HTTP response header. When this setting is true
|
|
6713
|
+
* A Boolean value that determines the value of the `X-XSS-Protection` HTTP response header. When this setting is `true`, the value of the `X-XSS-Protection` header is `1`. When this setting is `false`, the value of the `X-XSS-Protection` header is `0`.
|
|
6698
6714
|
*/
|
|
6699
6715
|
protection: boolean;
|
|
6700
6716
|
/**
|
|
6701
|
-
* A
|
|
6717
|
+
* A reporting URI, which CloudFront uses as the value of the report directive in the `X-XSS-Protection` header. You cannot specify a `reportUri` when `modeBlock` is `true`.
|
|
6702
6718
|
*/
|
|
6703
6719
|
reportUri?: string;
|
|
6704
6720
|
}
|
|
@@ -12331,7 +12347,7 @@ export declare namespace ec2transitgateway {
|
|
|
12331
12347
|
}
|
|
12332
12348
|
interface GetTransitGatewayFilter {
|
|
12333
12349
|
/**
|
|
12334
|
-
*
|
|
12350
|
+
* The name of the field to filter by, as defined by the [underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGateways.html).
|
|
12335
12351
|
*/
|
|
12336
12352
|
name: string;
|
|
12337
12353
|
/**
|
|
@@ -14768,6 +14784,12 @@ export declare namespace elb {
|
|
|
14768
14784
|
}
|
|
14769
14785
|
}
|
|
14770
14786
|
export declare namespace emr {
|
|
14787
|
+
interface ClusterAutoTerminationPolicy {
|
|
14788
|
+
/**
|
|
14789
|
+
* Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of `60` seconds and a maximum of `604800` seconds (seven days).
|
|
14790
|
+
*/
|
|
14791
|
+
idleTimeout?: number;
|
|
14792
|
+
}
|
|
14771
14793
|
interface ClusterBootstrapAction {
|
|
14772
14794
|
/**
|
|
14773
14795
|
* List of command line arguments passed to the JAR file's main function when executed.
|
|
@@ -15204,6 +15226,16 @@ export declare namespace emr {
|
|
|
15204
15226
|
[key: string]: string;
|
|
15205
15227
|
};
|
|
15206
15228
|
}
|
|
15229
|
+
interface GetReleaseLabelsFilters {
|
|
15230
|
+
/**
|
|
15231
|
+
* Optional release label application filter. For example, `Spark@2.1.0` or `Spark`.
|
|
15232
|
+
*/
|
|
15233
|
+
application?: string;
|
|
15234
|
+
/**
|
|
15235
|
+
* Optional release label version prefix filter. For example, `emr-5`.
|
|
15236
|
+
*/
|
|
15237
|
+
prefix?: string;
|
|
15238
|
+
}
|
|
15207
15239
|
interface InstanceFleetInstanceTypeConfig {
|
|
15208
15240
|
/**
|
|
15209
15241
|
* The bid price for each EC2 Spot instance type as defined by `instanceType`. Expressed in USD. If neither `bidPrice` nor `bidPriceAsPercentageOfOnDemandPrice` is provided, `bidPriceAsPercentageOfOnDemandPrice` defaults to 100%.
|
|
@@ -16966,6 +16998,36 @@ export declare namespace imagebuilder {
|
|
|
16966
16998
|
}
|
|
16967
16999
|
}
|
|
16968
17000
|
export declare namespace iot {
|
|
17001
|
+
interface ThingGroupMetadata {
|
|
17002
|
+
creationDate: string;
|
|
17003
|
+
/**
|
|
17004
|
+
* The name of the parent Thing Group.
|
|
17005
|
+
*/
|
|
17006
|
+
parentGroupName: string;
|
|
17007
|
+
rootToParentGroups: outputs.iot.ThingGroupMetadataRootToParentGroup[];
|
|
17008
|
+
}
|
|
17009
|
+
interface ThingGroupMetadataRootToParentGroup {
|
|
17010
|
+
groupArn: string;
|
|
17011
|
+
groupName: string;
|
|
17012
|
+
}
|
|
17013
|
+
interface ThingGroupProperties {
|
|
17014
|
+
/**
|
|
17015
|
+
* The Thing Group attributes. Defined below.
|
|
17016
|
+
*/
|
|
17017
|
+
attributePayload?: outputs.iot.ThingGroupPropertiesAttributePayload;
|
|
17018
|
+
/**
|
|
17019
|
+
* A description of the Thing Group.
|
|
17020
|
+
*/
|
|
17021
|
+
description?: string;
|
|
17022
|
+
}
|
|
17023
|
+
interface ThingGroupPropertiesAttributePayload {
|
|
17024
|
+
/**
|
|
17025
|
+
* Key-value map.
|
|
17026
|
+
*/
|
|
17027
|
+
attributes?: {
|
|
17028
|
+
[key: string]: string;
|
|
17029
|
+
};
|
|
17030
|
+
}
|
|
16969
17031
|
interface ThingTypeProperties {
|
|
16970
17032
|
/**
|
|
16971
17033
|
* The description of the thing type.
|
|
@@ -17974,6 +18036,7 @@ export declare namespace kinesis {
|
|
|
17974
18036
|
* Nested argument for the serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3. More details given below.
|
|
17975
18037
|
*/
|
|
17976
18038
|
dataFormatConversionConfiguration?: outputs.kinesis.FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration;
|
|
18039
|
+
dynamicPartitioningConfiguration?: outputs.kinesis.FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration;
|
|
17977
18040
|
/**
|
|
17978
18041
|
* Prefix added to failed records before writing them to S3. This prefix appears immediately following the bucket name.
|
|
17979
18042
|
*/
|
|
@@ -18184,6 +18247,16 @@ export declare namespace kinesis {
|
|
|
18184
18247
|
*/
|
|
18185
18248
|
versionId?: string;
|
|
18186
18249
|
}
|
|
18250
|
+
interface FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration {
|
|
18251
|
+
/**
|
|
18252
|
+
* Defaults to `true`. Set it to `false` if you want to disable format conversion while preserving the configuration details.
|
|
18253
|
+
*/
|
|
18254
|
+
enabled?: boolean;
|
|
18255
|
+
/**
|
|
18256
|
+
* The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.
|
|
18257
|
+
*/
|
|
18258
|
+
retryDuration?: number;
|
|
18259
|
+
}
|
|
18187
18260
|
interface FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfiguration {
|
|
18188
18261
|
/**
|
|
18189
18262
|
* Enables or disables data processing.
|
|
@@ -23663,6 +23736,188 @@ export declare namespace s3 {
|
|
|
23663
23736
|
*/
|
|
23664
23737
|
objectOwnership: string;
|
|
23665
23738
|
}
|
|
23739
|
+
interface BucketReplicationConfigRule {
|
|
23740
|
+
/**
|
|
23741
|
+
* Whether delete markers are replicated. This argument is only valid with V2 replication configurations (i.e., when `filter` is used)documented below.
|
|
23742
|
+
*/
|
|
23743
|
+
deleteMarkerReplication?: outputs.s3.BucketReplicationConfigRuleDeleteMarkerReplication;
|
|
23744
|
+
/**
|
|
23745
|
+
* Specifies the destination for the rule documented below.
|
|
23746
|
+
*/
|
|
23747
|
+
destination: outputs.s3.BucketReplicationConfigRuleDestination;
|
|
23748
|
+
/**
|
|
23749
|
+
* Replicate existing objects in the source bucket according to the rule configurations documented below.
|
|
23750
|
+
*/
|
|
23751
|
+
existingObjectReplication?: outputs.s3.BucketReplicationConfigRuleExistingObjectReplication;
|
|
23752
|
+
/**
|
|
23753
|
+
* Filter that identifies subset of objects to which the replication rule applies documented below.
|
|
23754
|
+
*/
|
|
23755
|
+
filter?: outputs.s3.BucketReplicationConfigRuleFilter;
|
|
23756
|
+
/**
|
|
23757
|
+
* Unique identifier for the rule. Must be less than or equal to 255 characters in length.
|
|
23758
|
+
*/
|
|
23759
|
+
id?: string;
|
|
23760
|
+
/**
|
|
23761
|
+
* Object key name prefix identifying one or more objects to which the rule applies. Must be less than or equal to 1024 characters in length.
|
|
23762
|
+
*/
|
|
23763
|
+
prefix?: string;
|
|
23764
|
+
/**
|
|
23765
|
+
* The priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules.
|
|
23766
|
+
*/
|
|
23767
|
+
priority?: number;
|
|
23768
|
+
/**
|
|
23769
|
+
* Specifies special object selection criteria documented below.
|
|
23770
|
+
*/
|
|
23771
|
+
sourceSelectionCriteria?: outputs.s3.BucketReplicationConfigRuleSourceSelectionCriteria;
|
|
23772
|
+
/**
|
|
23773
|
+
* The status of the rule. Either `"Enabled"` or `"Disabled"`. The rule is ignored if status is not "Enabled".
|
|
23774
|
+
*/
|
|
23775
|
+
status: string;
|
|
23776
|
+
}
|
|
23777
|
+
interface BucketReplicationConfigRuleDeleteMarkerReplication {
|
|
23778
|
+
/**
|
|
23779
|
+
* Whether delete markers should be replicated. Either `"Enabled"` or `"Disabled"`.
|
|
23780
|
+
*/
|
|
23781
|
+
status: string;
|
|
23782
|
+
}
|
|
23783
|
+
interface BucketReplicationConfigRuleDestination {
|
|
23784
|
+
/**
|
|
23785
|
+
* A configuration block that specifies the overrides to use for object owners on replication documented below. Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS account that owns the source object. Must be used in conjunction with `account` owner override configuration.
|
|
23786
|
+
*/
|
|
23787
|
+
accessControlTranslation?: outputs.s3.BucketReplicationConfigRuleDestinationAccessControlTranslation;
|
|
23788
|
+
/**
|
|
23789
|
+
* The Account ID to specify the replica ownership. Must be used in conjunction with `accessControlTranslation` override configuration.
|
|
23790
|
+
*/
|
|
23791
|
+
account?: string;
|
|
23792
|
+
/**
|
|
23793
|
+
* The ARN of the S3 bucket where you want Amazon S3 to store replicas of the objects identified by the rule.
|
|
23794
|
+
*/
|
|
23795
|
+
bucket: string;
|
|
23796
|
+
/**
|
|
23797
|
+
* A configuration block that provides information about encryption documented below. If `sourceSelectionCriteria` is specified, you must specify this element.
|
|
23798
|
+
*/
|
|
23799
|
+
encryptionConfiguration?: outputs.s3.BucketReplicationConfigRuleDestinationEncryptionConfiguration;
|
|
23800
|
+
/**
|
|
23801
|
+
* A configuration block that specifies replication metrics-related settings enabling replication metrics and events documented below.
|
|
23802
|
+
*/
|
|
23803
|
+
metrics?: outputs.s3.BucketReplicationConfigRuleDestinationMetrics;
|
|
23804
|
+
/**
|
|
23805
|
+
* A configuration block that specifies S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated documented below. Replication Time Control must be used in conjunction with `metrics`.
|
|
23806
|
+
*/
|
|
23807
|
+
replicationTime?: outputs.s3.BucketReplicationConfigRuleDestinationReplicationTime;
|
|
23808
|
+
/**
|
|
23809
|
+
* The class of storage used to store the object. Can be `STANDARD`, `REDUCED_REDUNDANCY`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `GLACIER`, or `DEEP_ARCHIVE`. By default, Amazon S3 uses the storage class of the source object to create the object replica.
|
|
23810
|
+
*/
|
|
23811
|
+
storageClass?: string;
|
|
23812
|
+
}
|
|
23813
|
+
interface BucketReplicationConfigRuleDestinationAccessControlTranslation {
|
|
23814
|
+
/**
|
|
23815
|
+
* Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html) in the Amazon S3 API Reference. Valid values: `Destination`.
|
|
23816
|
+
*/
|
|
23817
|
+
owner: string;
|
|
23818
|
+
}
|
|
23819
|
+
interface BucketReplicationConfigRuleDestinationEncryptionConfiguration {
|
|
23820
|
+
/**
|
|
23821
|
+
* The ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket.
|
|
23822
|
+
*/
|
|
23823
|
+
replicaKmsKeyId: string;
|
|
23824
|
+
}
|
|
23825
|
+
interface BucketReplicationConfigRuleDestinationMetrics {
|
|
23826
|
+
/**
|
|
23827
|
+
* A configuration block that specifies the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event documented below.
|
|
23828
|
+
*/
|
|
23829
|
+
eventThreshold: outputs.s3.BucketReplicationConfigRuleDestinationMetricsEventThreshold;
|
|
23830
|
+
/**
|
|
23831
|
+
* The status of the Destination Metrics. Either `"Enabled"` or `"Disabled"`.
|
|
23832
|
+
*/
|
|
23833
|
+
status: string;
|
|
23834
|
+
}
|
|
23835
|
+
interface BucketReplicationConfigRuleDestinationMetricsEventThreshold {
|
|
23836
|
+
/**
|
|
23837
|
+
* Time in minutes. Valid values: `15`.
|
|
23838
|
+
*/
|
|
23839
|
+
minutes: number;
|
|
23840
|
+
}
|
|
23841
|
+
interface BucketReplicationConfigRuleDestinationReplicationTime {
|
|
23842
|
+
/**
|
|
23843
|
+
* The status of the Replication Time Control. Either `"Enabled"` or `"Disabled"`.
|
|
23844
|
+
*/
|
|
23845
|
+
status: string;
|
|
23846
|
+
/**
|
|
23847
|
+
* A configuration block specifying the time by which replication should be complete for all objects and operations on objects documented below.
|
|
23848
|
+
*/
|
|
23849
|
+
time: outputs.s3.BucketReplicationConfigRuleDestinationReplicationTimeTime;
|
|
23850
|
+
}
|
|
23851
|
+
interface BucketReplicationConfigRuleDestinationReplicationTimeTime {
|
|
23852
|
+
/**
|
|
23853
|
+
* Time in minutes. Valid values: `15`.
|
|
23854
|
+
*/
|
|
23855
|
+
minutes: number;
|
|
23856
|
+
}
|
|
23857
|
+
interface BucketReplicationConfigRuleExistingObjectReplication {
|
|
23858
|
+
/**
|
|
23859
|
+
* Whether the existing objects should be replicated. Either `"Enabled"` or `"Disabled"`.
|
|
23860
|
+
*/
|
|
23861
|
+
status: string;
|
|
23862
|
+
}
|
|
23863
|
+
interface BucketReplicationConfigRuleFilter {
|
|
23864
|
+
/**
|
|
23865
|
+
* A configuration block for specifying rule filters. This element is required only if you specify more than one filter. See and below for more details.
|
|
23866
|
+
*/
|
|
23867
|
+
and?: outputs.s3.BucketReplicationConfigRuleFilterAnd;
|
|
23868
|
+
/**
|
|
23869
|
+
* An object key name prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.
|
|
23870
|
+
*/
|
|
23871
|
+
prefix?: string;
|
|
23872
|
+
/**
|
|
23873
|
+
* A configuration block for specifying a tag key and value documented below.
|
|
23874
|
+
*/
|
|
23875
|
+
tag?: outputs.s3.BucketReplicationConfigRuleFilterTag;
|
|
23876
|
+
}
|
|
23877
|
+
interface BucketReplicationConfigRuleFilterAnd {
|
|
23878
|
+
/**
|
|
23879
|
+
* An object key name prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.
|
|
23880
|
+
*/
|
|
23881
|
+
prefix?: string;
|
|
23882
|
+
/**
|
|
23883
|
+
* A map of tags (key and value pairs) that identifies a subset of objects to which the rule applies. The rule applies only to objects having all the tags in its tagset.
|
|
23884
|
+
*/
|
|
23885
|
+
tags?: {
|
|
23886
|
+
[key: string]: string;
|
|
23887
|
+
};
|
|
23888
|
+
}
|
|
23889
|
+
interface BucketReplicationConfigRuleFilterTag {
|
|
23890
|
+
/**
|
|
23891
|
+
* Name of the object key.
|
|
23892
|
+
*/
|
|
23893
|
+
key: string;
|
|
23894
|
+
/**
|
|
23895
|
+
* Value of the tag.
|
|
23896
|
+
*/
|
|
23897
|
+
value: string;
|
|
23898
|
+
}
|
|
23899
|
+
interface BucketReplicationConfigRuleSourceSelectionCriteria {
|
|
23900
|
+
/**
|
|
23901
|
+
* A configuration block that you can specify for selections for modifications on replicas. Amazon S3 doesn't replicate replica modifications by default. In the latest version of replication configuration (when `filter` is specified), you can specify this element and set the status to `Enabled` to replicate modifications on replicas.
|
|
23902
|
+
*/
|
|
23903
|
+
replicaModifications?: outputs.s3.BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModifications;
|
|
23904
|
+
/**
|
|
23905
|
+
* A configuration block for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. If specified, `replicaKmsKeyId` in `destination` `encryptionConfiguration` must be specified as well.
|
|
23906
|
+
*/
|
|
23907
|
+
sseKmsEncryptedObjects?: outputs.s3.BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncryptedObjects;
|
|
23908
|
+
}
|
|
23909
|
+
interface BucketReplicationConfigRuleSourceSelectionCriteriaReplicaModifications {
|
|
23910
|
+
/**
|
|
23911
|
+
* Whether the existing objects should be replicated. Either `"Enabled"` or `"Disabled"`.
|
|
23912
|
+
*/
|
|
23913
|
+
status: string;
|
|
23914
|
+
}
|
|
23915
|
+
interface BucketReplicationConfigRuleSourceSelectionCriteriaSseKmsEncryptedObjects {
|
|
23916
|
+
/**
|
|
23917
|
+
* Whether the existing objects should be replicated. Either `"Enabled"` or `"Disabled"`.
|
|
23918
|
+
*/
|
|
23919
|
+
status: string;
|
|
23920
|
+
}
|
|
23666
23921
|
interface BucketReplicationConfiguration {
|
|
23667
23922
|
/**
|
|
23668
23923
|
* The ARN of the IAM role for Amazon S3 to assume when replicating the objects.
|
|
@@ -23981,6 +24236,104 @@ export declare namespace s3control {
|
|
|
23981
24236
|
[key: string]: string;
|
|
23982
24237
|
};
|
|
23983
24238
|
}
|
|
24239
|
+
interface MultiRegionAccessPointDetails {
|
|
24240
|
+
/**
|
|
24241
|
+
* The name of the Multi-Region Access Point.
|
|
24242
|
+
*/
|
|
24243
|
+
name: string;
|
|
24244
|
+
/**
|
|
24245
|
+
* Configuration block to manage the `PublicAccessBlock` configuration that you want to apply to this Multi-Region Access Point. You can enable the configuration options in any combination. See Public Access Block Configuration below for more details.
|
|
24246
|
+
*/
|
|
24247
|
+
publicAccessBlock?: outputs.s3control.MultiRegionAccessPointDetailsPublicAccessBlock;
|
|
24248
|
+
/**
|
|
24249
|
+
* The Region configuration block to specify the bucket associated with the Multi-Region Access Point. See Region Configuration below for more details.
|
|
24250
|
+
*/
|
|
24251
|
+
regions: outputs.s3control.MultiRegionAccessPointDetailsRegion[];
|
|
24252
|
+
}
|
|
24253
|
+
interface MultiRegionAccessPointDetailsPublicAccessBlock {
|
|
24254
|
+
/**
|
|
24255
|
+
* Whether Amazon S3 should block public ACLs for buckets in this account. Defaults to `true`. Enabling this setting does not affect existing policies or ACLs. When set to `true` causes the following behavior:
|
|
24256
|
+
* * PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.
|
|
24257
|
+
* * PUT Object calls fail if the request includes a public ACL.
|
|
24258
|
+
* * PUT Bucket calls fail if the request includes a public ACL.
|
|
24259
|
+
*/
|
|
24260
|
+
blockPublicAcls?: boolean;
|
|
24261
|
+
/**
|
|
24262
|
+
* Whether Amazon S3 should block public bucket policies for buckets in this account. Defaults to `true`. Enabling this setting does not affect existing bucket policies. When set to `true` causes Amazon S3 to:
|
|
24263
|
+
* * Reject calls to PUT Bucket policy if the specified bucket policy allows public access.
|
|
24264
|
+
*/
|
|
24265
|
+
blockPublicPolicy?: boolean;
|
|
24266
|
+
/**
|
|
24267
|
+
* Whether Amazon S3 should ignore public ACLs for buckets in this account. Defaults to `true`. Enabling this setting does not affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set. When set to `true` causes Amazon S3 to:
|
|
24268
|
+
* * Ignore all public ACLs on buckets in this account and any objects that they contain.
|
|
24269
|
+
*/
|
|
24270
|
+
ignorePublicAcls?: boolean;
|
|
24271
|
+
/**
|
|
24272
|
+
* Whether Amazon S3 should restrict public bucket policies for buckets in this account. Defaults to `true`. Enabling this setting does not 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. When set to `true`:
|
|
24273
|
+
* * Only the bucket owner and AWS Services can access buckets with public policies.
|
|
24274
|
+
*/
|
|
24275
|
+
restrictPublicBuckets?: boolean;
|
|
24276
|
+
}
|
|
24277
|
+
interface MultiRegionAccessPointDetailsRegion {
|
|
24278
|
+
/**
|
|
24279
|
+
* The name of the associated bucket for the Region.
|
|
24280
|
+
*/
|
|
24281
|
+
bucket: string;
|
|
24282
|
+
}
|
|
24283
|
+
interface MultiRegionAccessPointPolicyDetails {
|
|
24284
|
+
/**
|
|
24285
|
+
* The name of the Multi-Region Access Point.
|
|
24286
|
+
*/
|
|
24287
|
+
name: string;
|
|
24288
|
+
/**
|
|
24289
|
+
* A valid JSON document that specifies the policy that you want to associate with this Multi-Region Access Point. Once applied, the policy can be edited, but not deleted. For more information, see the documentation on [Multi-Region Access Point Permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointPermissions.html).
|
|
24290
|
+
*/
|
|
24291
|
+
policy: string;
|
|
24292
|
+
}
|
|
24293
|
+
interface ObjectLambdaAccessPointConfiguration {
|
|
24294
|
+
/**
|
|
24295
|
+
* Allowed features. Valid values: `GetObject-Range`, `GetObject-PartNumber`.
|
|
24296
|
+
*/
|
|
24297
|
+
allowedFeatures?: string[];
|
|
24298
|
+
/**
|
|
24299
|
+
* Whether or not the CloudWatch metrics configuration is enabled.
|
|
24300
|
+
*/
|
|
24301
|
+
cloudWatchMetricsEnabled?: boolean;
|
|
24302
|
+
/**
|
|
24303
|
+
* Standard access point associated with the Object Lambda Access Point.
|
|
24304
|
+
*/
|
|
24305
|
+
supportingAccessPoint: string;
|
|
24306
|
+
/**
|
|
24307
|
+
* List of transformation configurations for the Object Lambda Access Point. See Transformation Configuration below for more details.
|
|
24308
|
+
*/
|
|
24309
|
+
transformationConfigurations: outputs.s3control.ObjectLambdaAccessPointConfigurationTransformationConfiguration[];
|
|
24310
|
+
}
|
|
24311
|
+
interface ObjectLambdaAccessPointConfigurationTransformationConfiguration {
|
|
24312
|
+
/**
|
|
24313
|
+
* The actions of an Object Lambda Access Point configuration. Valid values: `GetObject`.
|
|
24314
|
+
*/
|
|
24315
|
+
actions: string[];
|
|
24316
|
+
/**
|
|
24317
|
+
* The content transformation of an Object Lambda Access Point configuration. See Content Transformation below for more details.
|
|
24318
|
+
*/
|
|
24319
|
+
contentTransformation: outputs.s3control.ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformation;
|
|
24320
|
+
}
|
|
24321
|
+
interface ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformation {
|
|
24322
|
+
/**
|
|
24323
|
+
* Configuration for an AWS Lambda function. See AWS Lambda below for more details.
|
|
24324
|
+
*/
|
|
24325
|
+
awsLambda: outputs.s3control.ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda;
|
|
24326
|
+
}
|
|
24327
|
+
interface ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationAwsLambda {
|
|
24328
|
+
/**
|
|
24329
|
+
* The Amazon Resource Name (ARN) of the AWS Lambda function.
|
|
24330
|
+
*/
|
|
24331
|
+
functionArn: string;
|
|
24332
|
+
/**
|
|
24333
|
+
* Additional JSON that provides supplemental data to the Lambda function used to transform objects.
|
|
24334
|
+
*/
|
|
24335
|
+
functionPayload?: string;
|
|
24336
|
+
}
|
|
23984
24337
|
}
|
|
23985
24338
|
export declare namespace s3outposts {
|
|
23986
24339
|
interface EndpointNetworkInterface {
|
|
@@ -24287,6 +24640,80 @@ export declare namespace sagemaker {
|
|
|
24287
24640
|
*/
|
|
24288
24641
|
variantName: string;
|
|
24289
24642
|
}
|
|
24643
|
+
interface EndpointDeploymentConfig {
|
|
24644
|
+
/**
|
|
24645
|
+
* Automatic rollback configuration for handling endpoint deployment failures and recovery. See Auto Rollback Configuration.
|
|
24646
|
+
*/
|
|
24647
|
+
autoRollbackConfiguration?: outputs.sagemaker.EndpointDeploymentConfigAutoRollbackConfiguration;
|
|
24648
|
+
/**
|
|
24649
|
+
* Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. See Blue Green Update Config.
|
|
24650
|
+
*/
|
|
24651
|
+
blueGreenUpdatePolicy: outputs.sagemaker.EndpointDeploymentConfigBlueGreenUpdatePolicy;
|
|
24652
|
+
}
|
|
24653
|
+
interface EndpointDeploymentConfigAutoRollbackConfiguration {
|
|
24654
|
+
/**
|
|
24655
|
+
* List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the deployment. See Alarms.
|
|
24656
|
+
*/
|
|
24657
|
+
alarms?: outputs.sagemaker.EndpointDeploymentConfigAutoRollbackConfigurationAlarm[];
|
|
24658
|
+
}
|
|
24659
|
+
interface EndpointDeploymentConfigAutoRollbackConfigurationAlarm {
|
|
24660
|
+
/**
|
|
24661
|
+
* The name of a CloudWatch alarm in your account.
|
|
24662
|
+
*/
|
|
24663
|
+
alarmName: string;
|
|
24664
|
+
}
|
|
24665
|
+
interface EndpointDeploymentConfigBlueGreenUpdatePolicy {
|
|
24666
|
+
/**
|
|
24667
|
+
* Maximum execution timeout for the deployment. Note that the timeout value should be larger than the total waiting time specified in `terminationWaitInSeconds` and `waitIntervalInSeconds`. Valid values are between `600` and `14400`.
|
|
24668
|
+
*/
|
|
24669
|
+
maximumExecutionTimeoutInSeconds?: number;
|
|
24670
|
+
/**
|
|
24671
|
+
* Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is `0`. Valid values are between `0` and `3600`.
|
|
24672
|
+
*/
|
|
24673
|
+
terminationWaitInSeconds?: number;
|
|
24674
|
+
/**
|
|
24675
|
+
* Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment. See Traffic Routing Configuration.
|
|
24676
|
+
*/
|
|
24677
|
+
trafficRoutingConfiguration: outputs.sagemaker.EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration;
|
|
24678
|
+
}
|
|
24679
|
+
interface EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration {
|
|
24680
|
+
/**
|
|
24681
|
+
* Batch size for the first step to turn on traffic on the new endpoint fleet. Value must be less than or equal to 50% of the variant's total instance count. See Canary Size.
|
|
24682
|
+
*/
|
|
24683
|
+
canarySize?: outputs.sagemaker.EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize;
|
|
24684
|
+
/**
|
|
24685
|
+
* Batch size for each step to turn on traffic on the new endpoint fleet. Value must be 10-50% of the variant's total instance count. See Linear Step Size.
|
|
24686
|
+
*/
|
|
24687
|
+
linearStepSize?: outputs.sagemaker.EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize;
|
|
24688
|
+
/**
|
|
24689
|
+
* Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.
|
|
24690
|
+
*/
|
|
24691
|
+
type: string;
|
|
24692
|
+
/**
|
|
24693
|
+
* The waiting time (in seconds) between incremental steps to turn on traffic on the new endpoint fleet. Valid values are between `0` and `3600`.
|
|
24694
|
+
*/
|
|
24695
|
+
waitIntervalInSeconds: number;
|
|
24696
|
+
}
|
|
24697
|
+
interface EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize {
|
|
24698
|
+
/**
|
|
24699
|
+
* Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.
|
|
24700
|
+
*/
|
|
24701
|
+
type: string;
|
|
24702
|
+
/**
|
|
24703
|
+
* Defines the capacity size, either as a number of instances or a capacity percentage.
|
|
24704
|
+
*/
|
|
24705
|
+
value: number;
|
|
24706
|
+
}
|
|
24707
|
+
interface EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize {
|
|
24708
|
+
/**
|
|
24709
|
+
* Specifies the endpoint capacity type. Valid values are: `INSTANCE_COUNT`, or `CAPACITY_PERCENT`.
|
|
24710
|
+
*/
|
|
24711
|
+
type: string;
|
|
24712
|
+
/**
|
|
24713
|
+
* Defines the capacity size, either as a number of instances or a capacity percentage.
|
|
24714
|
+
*/
|
|
24715
|
+
value: number;
|
|
24716
|
+
}
|
|
24290
24717
|
interface FeatureGroupFeatureDefinition {
|
|
24291
24718
|
/**
|
|
24292
24719
|
* The name of a feature. `featureName` cannot be any of the following: `isDeleted`, `writeTime`, `apiInvocationTime`.
|