@pulumi/aws 5.19.0 → 5.20.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/acm/getCertificate.d.ts +2 -2
- package/acmpca/certificate.d.ts +5 -1
- package/acmpca/certificate.js +5 -1
- package/acmpca/certificate.js.map +1 -1
- package/acmpca/certificateAuthority.d.ts +29 -0
- package/acmpca/certificateAuthority.js +19 -0
- package/acmpca/certificateAuthority.js.map +1 -1
- package/acmpca/getCertificateAuthority.d.ts +4 -0
- package/acmpca/getCertificateAuthority.js.map +1 -1
- package/alb/targetGroup.d.ts +12 -0
- package/alb/targetGroup.js +2 -0
- package/alb/targetGroup.js.map +1 -1
- package/applicationloadbalancing/targetGroup.d.ts +12 -0
- package/applicationloadbalancing/targetGroup.js +2 -0
- package/applicationloadbalancing/targetGroup.js.map +1 -1
- package/apprunner/index.d.ts +3 -0
- package/apprunner/index.js +6 -1
- package/apprunner/index.js.map +1 -1
- package/apprunner/vpcConnector.d.ts +9 -0
- package/apprunner/vpcConnector.js +2 -0
- package/apprunner/vpcConnector.js.map +1 -1
- package/apprunner/vpcIngressConnection.d.ts +145 -0
- package/apprunner/vpcIngressConnection.js +98 -0
- package/apprunner/vpcIngressConnection.js.map +1 -0
- package/batch/computeEnvironment.d.ts +12 -0
- package/batch/computeEnvironment.js +2 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/budgets/budget.d.ts +51 -5
- package/budgets/budget.js +26 -6
- package/budgets/budget.js.map +1 -1
- package/cloudfront/distribution.d.ts +1 -1
- package/cloudfront/distribution.js +1 -1
- package/cloudfront/getCachePolicy.d.ts +13 -0
- package/cloudfront/getCachePolicy.js +13 -0
- package/cloudfront/getCachePolicy.js.map +1 -1
- package/cloudfront/getOriginAccessIdentity.d.ts +16 -0
- package/cloudfront/getOriginAccessIdentity.js +16 -0
- package/cloudfront/getOriginAccessIdentity.js.map +1 -1
- package/cloudfront/getOriginRequestPolicy.d.ts +13 -2
- package/cloudfront/getOriginRequestPolicy.js +13 -2
- package/cloudfront/getOriginRequestPolicy.js.map +1 -1
- package/cloudfront/getResponseHeadersPolicy.d.ts +13 -0
- package/cloudfront/getResponseHeadersPolicy.js +13 -0
- package/cloudfront/getResponseHeadersPolicy.js.map +1 -1
- package/cognito/userPool.d.ts +12 -0
- package/cognito/userPool.js +2 -0
- package/cognito/userPool.js.map +1 -1
- package/cognito/userPoolClient.d.ts +12 -0
- package/cognito/userPoolClient.js +2 -0
- package/cognito/userPoolClient.js.map +1 -1
- package/connect/getInstanceStorageConfig.d.ts +70 -0
- package/connect/getInstanceStorageConfig.js +40 -0
- package/connect/getInstanceStorageConfig.js.map +1 -0
- package/connect/index.d.ts +6 -0
- package/connect/index.js +9 -1
- package/connect/index.js.map +1 -1
- package/connect/phoneNumber.d.ts +195 -0
- package/connect/phoneNumber.js +131 -0
- package/connect/phoneNumber.js.map +1 -0
- package/directconnect/getRouterConfiguration.d.ts +67 -0
- package/directconnect/getRouterConfiguration.js +37 -0
- package/directconnect/getRouterConfiguration.js.map +1 -0
- package/directconnect/index.d.ts +3 -0
- package/directconnect/index.js +4 -1
- package/directconnect/index.js.map +1 -1
- package/ec2/amiCopy.d.ts +8 -0
- package/ec2/amiCopy.js +2 -0
- package/ec2/amiCopy.js.map +1 -1
- package/ec2/amiFromInstance.d.ts +8 -0
- package/ec2/amiFromInstance.js +2 -0
- package/ec2/amiFromInstance.js.map +1 -1
- package/ec2/capacityReservation.d.ts +12 -0
- package/ec2/capacityReservation.js +2 -0
- package/ec2/capacityReservation.js.map +1 -1
- package/ec2/defaultNetworkAcl.d.ts +3 -3
- package/ec2/flowLog.d.ts +52 -4
- package/ec2/flowLog.js +49 -1
- package/ec2/flowLog.js.map +1 -1
- package/ec2/networkInterfaceAttachment.d.ts +8 -0
- package/ec2/networkInterfaceAttachment.js +8 -0
- package/ec2/networkInterfaceAttachment.js.map +1 -1
- package/elasticache/globalReplicationGroup.d.ts +24 -0
- package/elasticache/globalReplicationGroup.js +4 -0
- package/elasticache/globalReplicationGroup.js.map +1 -1
- package/elasticloadbalancingv2/targetGroup.d.ts +12 -0
- package/elasticloadbalancingv2/targetGroup.js +2 -0
- package/elasticloadbalancingv2/targetGroup.js.map +1 -1
- package/evidently/index.d.ts +3 -0
- package/evidently/index.js +6 -1
- package/evidently/index.js.map +1 -1
- package/evidently/project.d.ts +2 -2
- package/evidently/project.js +2 -2
- package/evidently/segment.d.ts +205 -0
- package/evidently/segment.js +127 -0
- package/evidently/segment.js.map +1 -0
- package/fsx/fileCache.d.ts +263 -0
- package/fsx/fileCache.js +141 -0
- package/fsx/fileCache.js.map +1 -0
- package/fsx/index.d.ts +3 -0
- package/fsx/index.js +6 -1
- package/fsx/index.js.map +1 -1
- package/inspector2/enabler.d.ts +80 -0
- package/inspector2/enabler.js +86 -0
- package/inspector2/enabler.js.map +1 -0
- package/inspector2/index.d.ts +3 -0
- package/inspector2/index.js +6 -1
- package/inspector2/index.js.map +1 -1
- package/lb/targetGroup.d.ts +12 -0
- package/lb/targetGroup.js +2 -0
- package/lb/targetGroup.js.map +1 -1
- package/lightsail/disk.d.ts +153 -0
- package/lightsail/disk.js +99 -0
- package/lightsail/disk.js.map +1 -0
- package/lightsail/disk_attachment.d.ts +112 -0
- package/lightsail/disk_attachment.js +102 -0
- package/lightsail/disk_attachment.js.map +1 -0
- package/lightsail/index.d.ts +15 -0
- package/lightsail/index.js +26 -1
- package/lightsail/index.js.map +1 -1
- package/lightsail/lbCertificate.d.ts +136 -0
- package/lightsail/lbCertificate.js +96 -0
- package/lightsail/lbCertificate.js.map +1 -0
- package/lightsail/lbCertificateAttachment.d.ts +94 -0
- package/lightsail/lbCertificateAttachment.js +91 -0
- package/lightsail/lbCertificateAttachment.js.map +1 -0
- package/lightsail/lbStickinessPolicy.d.ts +103 -0
- package/lightsail/lbStickinessPolicy.js +93 -0
- package/lightsail/lbStickinessPolicy.js.map +1 -0
- package/networkmanager/getCoreNetworkPolicyDocument.d.ts +2 -2
- package/networkmanager/getCoreNetworkPolicyDocument.js +2 -2
- package/outposts/getAssets.d.ts +42 -1
- package/outposts/getAssets.js +25 -0
- package/outposts/getAssets.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/rds/instance.d.ts +3 -6
- package/rds/instance.js.map +1 -1
- package/rds/parameterGroup.d.ts +0 -21
- package/rds/parameterGroup.js +0 -21
- package/rds/parameterGroup.js.map +1 -1
- package/route53/getTrafficPolicyDocument.d.ts +75 -0
- package/route53/getTrafficPolicyDocument.js +75 -0
- package/route53/getTrafficPolicyDocument.js.map +1 -1
- package/route53/index.d.ts +3 -0
- package/route53/index.js +6 -1
- package/route53/index.js.map +1 -1
- package/route53/resolverConfig.d.ts +96 -0
- package/route53/resolverConfig.js +87 -0
- package/route53/resolverConfig.js.map +1 -0
- package/sagemaker/domain.d.ts +35 -3
- package/sagemaker/domain.js +6 -0
- package/sagemaker/domain.js.map +1 -1
- package/sagemaker/index.d.ts +3 -0
- package/sagemaker/index.js +6 -1
- package/sagemaker/index.js.map +1 -1
- package/sagemaker/servicecatalogPortfolioStatus.d.ts +72 -0
- package/sagemaker/servicecatalogPortfolioStatus.js +76 -0
- package/sagemaker/servicecatalogPortfolioStatus.js.map +1 -0
- package/sagemaker/workforce.d.ts +14 -0
- package/sagemaker/workforce.js +2 -0
- package/sagemaker/workforce.js.map +1 -1
- package/secretsmanager/secret.d.ts +1 -1
- package/secretsmanager/secret.js +1 -1
- package/secretsmanager/secretRotation.d.ts +1 -1
- package/secretsmanager/secretRotation.js +1 -1
- package/sesv2/dedicatedIpAssignment.d.ts +82 -0
- package/sesv2/dedicatedIpAssignment.js +79 -0
- package/sesv2/dedicatedIpAssignment.js.map +1 -0
- package/sesv2/dedicatedIpPool.d.ts +23 -0
- package/sesv2/dedicatedIpPool.js +13 -0
- package/sesv2/dedicatedIpPool.js.map +1 -1
- package/sesv2/emailIdentity.d.ts +161 -0
- package/sesv2/emailIdentity.js +111 -0
- package/sesv2/emailIdentity.js.map +1 -0
- package/sesv2/emailIdentityFeedbackAttributes.d.ts +83 -0
- package/sesv2/emailIdentityFeedbackAttributes.js +77 -0
- package/sesv2/emailIdentityFeedbackAttributes.js.map +1 -0
- package/sesv2/getDedicatedIpPool.d.ts +4 -0
- package/sesv2/getDedicatedIpPool.js.map +1 -1
- package/sesv2/index.d.ts +9 -0
- package/sesv2/index.js +16 -1
- package/sesv2/index.js.map +1 -1
- package/sfn/stateMachine.d.ts +9 -6
- package/sfn/stateMachine.js +2 -0
- package/sfn/stateMachine.js.map +1 -1
- package/ssm/defaultPatchBaseline.d.ts +139 -0
- package/ssm/defaultPatchBaseline.js +88 -0
- package/ssm/defaultPatchBaseline.js.map +1 -0
- package/ssm/index.d.ts +3 -0
- package/ssm/index.js +6 -1
- package/ssm/index.js.map +1 -1
- package/ssm/parameter.d.ts +3 -3
- package/ssm/patchBaseline.d.ts +111 -32
- package/ssm/patchBaseline.js +6 -8
- package/ssm/patchBaseline.js.map +1 -1
- package/swf/domain.d.ts +1 -1
- package/transfer/workflow.d.ts +30 -0
- package/transfer/workflow.js +30 -0
- package/transfer/workflow.js.map +1 -1
- package/types/input.d.ts +422 -19
- package/types/output.d.ts +527 -19
package/types/output.d.ts
CHANGED
|
@@ -923,10 +923,20 @@ export declare namespace alb {
|
|
|
923
923
|
*/
|
|
924
924
|
enabled?: boolean;
|
|
925
925
|
/**
|
|
926
|
-
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, and `
|
|
926
|
+
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, `sourceIp` for NLBs, and `sourceIpDestIp`, `sourceIpDestIpProto` for GWLBs.
|
|
927
927
|
*/
|
|
928
928
|
type: string;
|
|
929
929
|
}
|
|
930
|
+
interface TargetGroupTargetFailover {
|
|
931
|
+
/**
|
|
932
|
+
* Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onUnhealthy`. Default: `noRebalance`.
|
|
933
|
+
*/
|
|
934
|
+
onDeregistration: string;
|
|
935
|
+
/**
|
|
936
|
+
* Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onDeregistration`. Default: `noRebalance`.
|
|
937
|
+
*/
|
|
938
|
+
onUnhealthy: string;
|
|
939
|
+
}
|
|
930
940
|
}
|
|
931
941
|
export declare namespace amp {
|
|
932
942
|
interface WorkspaceLoggingConfiguration {
|
|
@@ -3784,10 +3794,20 @@ export declare namespace applicationloadbalancing {
|
|
|
3784
3794
|
*/
|
|
3785
3795
|
enabled?: boolean;
|
|
3786
3796
|
/**
|
|
3787
|
-
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, and `
|
|
3797
|
+
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, `sourceIp` for NLBs, and `sourceIpDestIp`, `sourceIpDestIpProto` for GWLBs.
|
|
3788
3798
|
*/
|
|
3789
3799
|
type: string;
|
|
3790
3800
|
}
|
|
3801
|
+
interface TargetGroupTargetFailover {
|
|
3802
|
+
/**
|
|
3803
|
+
* Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onUnhealthy`. Default: `noRebalance`.
|
|
3804
|
+
*/
|
|
3805
|
+
onDeregistration: string;
|
|
3806
|
+
/**
|
|
3807
|
+
* Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onDeregistration`. Default: `noRebalance`.
|
|
3808
|
+
*/
|
|
3809
|
+
onUnhealthy: string;
|
|
3810
|
+
}
|
|
3791
3811
|
}
|
|
3792
3812
|
export declare namespace appmesh {
|
|
3793
3813
|
interface GatewayRouteSpec {
|
|
@@ -5728,20 +5748,30 @@ export declare namespace apprunner {
|
|
|
5728
5748
|
}
|
|
5729
5749
|
interface ServiceNetworkConfiguration {
|
|
5730
5750
|
/**
|
|
5731
|
-
* Network configuration settings for outbound message traffic.
|
|
5751
|
+
* Network configuration settings for outbound message traffic. See Egress Configuration below for more details.
|
|
5732
5752
|
*/
|
|
5733
|
-
egressConfiguration
|
|
5753
|
+
egressConfiguration: outputs.apprunner.ServiceNetworkConfigurationEgressConfiguration;
|
|
5754
|
+
/**
|
|
5755
|
+
* Network configuration settings for inbound network traffic. See Ingress Configuration below for more details.
|
|
5756
|
+
*/
|
|
5757
|
+
ingressConfiguration: outputs.apprunner.ServiceNetworkConfigurationIngressConfiguration;
|
|
5734
5758
|
}
|
|
5735
5759
|
interface ServiceNetworkConfigurationEgressConfiguration {
|
|
5736
5760
|
/**
|
|
5737
|
-
*
|
|
5761
|
+
* The type of egress configuration. Valid values are: `DEFAULT` and `VPC`.
|
|
5738
5762
|
*/
|
|
5739
5763
|
egressType: string;
|
|
5740
5764
|
/**
|
|
5741
|
-
* ARN of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when EgressType = VPC
|
|
5765
|
+
* The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service. Only valid when `EgressType = VPC`.
|
|
5742
5766
|
*/
|
|
5743
5767
|
vpcConnectorArn?: string;
|
|
5744
5768
|
}
|
|
5769
|
+
interface ServiceNetworkConfigurationIngressConfiguration {
|
|
5770
|
+
/**
|
|
5771
|
+
* Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to True. To make the service privately accessible, from only within an Amazon VPC set it to False.
|
|
5772
|
+
*/
|
|
5773
|
+
isPubliclyAccessible?: boolean;
|
|
5774
|
+
}
|
|
5745
5775
|
interface ServiceObservabilityConfiguration {
|
|
5746
5776
|
/**
|
|
5747
5777
|
* ARN of the observability configuration that is associated with the service.
|
|
@@ -5814,7 +5844,7 @@ export declare namespace apprunner {
|
|
|
5814
5844
|
*/
|
|
5815
5845
|
port?: string;
|
|
5816
5846
|
/**
|
|
5817
|
-
* Runtime environment type for building and running an App Runner service. Represents a programming language runtime. Valid values: `PYTHON_3`, `NODEJS_12`.
|
|
5847
|
+
* Runtime environment type for building and running an App Runner service. Represents a programming language runtime. Valid values: `PYTHON_3`, `NODEJS_12`, `NODEJS_14`, `NODEJS_16`, `CORRETTO_8`, `CORRETTO_11`, `GO_1`, `DOTNET_6`, `PHP_81`, `RUBY_31`.
|
|
5818
5848
|
*/
|
|
5819
5849
|
runtime: string;
|
|
5820
5850
|
/**
|
|
@@ -5869,6 +5899,16 @@ export declare namespace apprunner {
|
|
|
5869
5899
|
*/
|
|
5870
5900
|
startCommand?: string;
|
|
5871
5901
|
}
|
|
5902
|
+
interface VpcIngressConnectionIngressVpcConfiguration {
|
|
5903
|
+
/**
|
|
5904
|
+
* The ID of the VPC endpoint that your App Runner service connects to.
|
|
5905
|
+
*/
|
|
5906
|
+
vpcEndpointId?: string;
|
|
5907
|
+
/**
|
|
5908
|
+
* The ID of the VPC that is used for the VPC endpoint.
|
|
5909
|
+
*/
|
|
5910
|
+
vpcId?: string;
|
|
5911
|
+
}
|
|
5872
5912
|
}
|
|
5873
5913
|
export declare namespace appstream {
|
|
5874
5914
|
interface DirectoryConfigServiceAccountCredentials {
|
|
@@ -7641,9 +7681,9 @@ export declare namespace batch {
|
|
|
7641
7681
|
*/
|
|
7642
7682
|
minVcpus?: number;
|
|
7643
7683
|
/**
|
|
7644
|
-
* A list of EC2 security group that are associated with instances launched in the compute environment.
|
|
7684
|
+
* A list of EC2 security group that are associated with instances launched in the compute environment. This parameter is required for Fargate compute environments.
|
|
7645
7685
|
*/
|
|
7646
|
-
securityGroupIds
|
|
7686
|
+
securityGroupIds?: string[];
|
|
7647
7687
|
/**
|
|
7648
7688
|
* The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a SPOT compute environment. This parameter is required for SPOT compute environments. This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.
|
|
7649
7689
|
*/
|
|
@@ -7687,6 +7727,16 @@ export declare namespace batch {
|
|
|
7687
7727
|
*/
|
|
7688
7728
|
version?: string;
|
|
7689
7729
|
}
|
|
7730
|
+
interface ComputeEnvironmentEksConfiguration {
|
|
7731
|
+
/**
|
|
7732
|
+
* The Amazon Resource Name (ARN) of the Amazon EKS cluster.
|
|
7733
|
+
*/
|
|
7734
|
+
eksClusterArn: string;
|
|
7735
|
+
/**
|
|
7736
|
+
* The namespace of the Amazon EKS cluster. AWS Batch manages pods in this namespace.
|
|
7737
|
+
*/
|
|
7738
|
+
kubernetesNamespace: string;
|
|
7739
|
+
}
|
|
7690
7740
|
interface GetJobQueueComputeEnvironmentOrder {
|
|
7691
7741
|
computeEnvironment: string;
|
|
7692
7742
|
order: number;
|
|
@@ -7845,6 +7895,15 @@ export declare namespace budgets {
|
|
|
7845
7895
|
*/
|
|
7846
7896
|
subscriptionType: string;
|
|
7847
7897
|
}
|
|
7898
|
+
interface BudgetAutoAdjustData {
|
|
7899
|
+
autoAdjustType: string;
|
|
7900
|
+
historicalOptions?: outputs.budgets.BudgetAutoAdjustDataHistoricalOptions;
|
|
7901
|
+
lastAutoAdjustTime: string;
|
|
7902
|
+
}
|
|
7903
|
+
interface BudgetAutoAdjustDataHistoricalOptions {
|
|
7904
|
+
budgetAdjustmentPeriod: number;
|
|
7905
|
+
lookbackAvailablePeriods: number;
|
|
7906
|
+
}
|
|
7848
7907
|
interface BudgetCostFilter {
|
|
7849
7908
|
/**
|
|
7850
7909
|
* The name of a budget. Unique within accounts.
|
|
@@ -7924,6 +7983,20 @@ export declare namespace budgets {
|
|
|
7924
7983
|
*/
|
|
7925
7984
|
thresholdType: string;
|
|
7926
7985
|
}
|
|
7986
|
+
interface BudgetPlannedLimit {
|
|
7987
|
+
/**
|
|
7988
|
+
* (Required) The amount of cost or usage being measured for a budget.
|
|
7989
|
+
*/
|
|
7990
|
+
amount: string;
|
|
7991
|
+
/**
|
|
7992
|
+
* (Required) The start time of the budget limit. Format: `2017-01-01_12:00`. See [PlannedBudgetLimits](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_Budget.html#awscostmanagement-Type-budgets_Budget-PlannedBudgetLimits) documentation.
|
|
7993
|
+
*/
|
|
7994
|
+
startTime: string;
|
|
7995
|
+
/**
|
|
7996
|
+
* (Required) The unit of measurement used for the budget forecast, actual spend, or budget threshold, such as dollars or GB. See [Spend](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/data-type-spend.html) documentation.
|
|
7997
|
+
*/
|
|
7998
|
+
unit: string;
|
|
7999
|
+
}
|
|
7927
8000
|
}
|
|
7928
8001
|
export declare namespace cfg {
|
|
7929
8002
|
interface ConfigurationAggregatorAccountAggregationSource {
|
|
@@ -12363,6 +12436,88 @@ export declare namespace connect {
|
|
|
12363
12436
|
*/
|
|
12364
12437
|
minutes: number;
|
|
12365
12438
|
}
|
|
12439
|
+
interface GetInstanceStorageConfigStorageConfig {
|
|
12440
|
+
/**
|
|
12441
|
+
* A block that specifies the configuration of the Kinesis Firehose delivery stream. Documented below.
|
|
12442
|
+
*/
|
|
12443
|
+
kinesisFirehoseConfigs: outputs.connect.GetInstanceStorageConfigStorageConfigKinesisFirehoseConfig[];
|
|
12444
|
+
/**
|
|
12445
|
+
* A block that specifies the configuration of the Kinesis data stream. Documented below.
|
|
12446
|
+
*/
|
|
12447
|
+
kinesisStreamConfigs: outputs.connect.GetInstanceStorageConfigStorageConfigKinesisStreamConfig[];
|
|
12448
|
+
/**
|
|
12449
|
+
* A block that specifies the configuration of the Kinesis video stream. Documented below.
|
|
12450
|
+
*/
|
|
12451
|
+
kinesisVideoStreamConfigs: outputs.connect.GetInstanceStorageConfigStorageConfigKinesisVideoStreamConfig[];
|
|
12452
|
+
/**
|
|
12453
|
+
* A block that specifies the configuration of S3 Bucket. Documented below.
|
|
12454
|
+
*/
|
|
12455
|
+
s3Configs: outputs.connect.GetInstanceStorageConfigStorageConfigS3Config[];
|
|
12456
|
+
/**
|
|
12457
|
+
* A valid storage type. Valid Values: `S3` | `KINESIS_VIDEO_STREAM` | `KINESIS_STREAM` | `KINESIS_FIREHOSE`.
|
|
12458
|
+
*/
|
|
12459
|
+
storageType: string;
|
|
12460
|
+
}
|
|
12461
|
+
interface GetInstanceStorageConfigStorageConfigKinesisFirehoseConfig {
|
|
12462
|
+
/**
|
|
12463
|
+
* The Amazon Resource Name (ARN) of the delivery stream.
|
|
12464
|
+
*/
|
|
12465
|
+
firehoseArn: string;
|
|
12466
|
+
}
|
|
12467
|
+
interface GetInstanceStorageConfigStorageConfigKinesisStreamConfig {
|
|
12468
|
+
/**
|
|
12469
|
+
* The Amazon Resource Name (ARN) of the data stream.
|
|
12470
|
+
*/
|
|
12471
|
+
streamArn: string;
|
|
12472
|
+
}
|
|
12473
|
+
interface GetInstanceStorageConfigStorageConfigKinesisVideoStreamConfig {
|
|
12474
|
+
/**
|
|
12475
|
+
* The encryption configuration. Documented below.
|
|
12476
|
+
*/
|
|
12477
|
+
encryptionConfigs: outputs.connect.GetInstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig[];
|
|
12478
|
+
/**
|
|
12479
|
+
* The prefix of the video stream. Minimum length of `1`. Maximum length of `128`. When read from the state, the value returned is `<prefix>-connect-<connect_instance_alias>-contact-` since the API appends additional details to the `prefix`.
|
|
12480
|
+
*/
|
|
12481
|
+
prefix: string;
|
|
12482
|
+
/**
|
|
12483
|
+
* The number of hours to retain the data in a data store associated with the stream. Minimum value of `0`. Maximum value of `87600`. A value of `0` indicates that the stream does not persist data.
|
|
12484
|
+
*/
|
|
12485
|
+
retentionPeriodHours: number;
|
|
12486
|
+
}
|
|
12487
|
+
interface GetInstanceStorageConfigStorageConfigKinesisVideoStreamConfigEncryptionConfig {
|
|
12488
|
+
/**
|
|
12489
|
+
* The type of encryption. Valid Values: `KMS`.
|
|
12490
|
+
*/
|
|
12491
|
+
encryptionType: string;
|
|
12492
|
+
/**
|
|
12493
|
+
* The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.
|
|
12494
|
+
*/
|
|
12495
|
+
keyId: string;
|
|
12496
|
+
}
|
|
12497
|
+
interface GetInstanceStorageConfigStorageConfigS3Config {
|
|
12498
|
+
/**
|
|
12499
|
+
* The S3 bucket name.
|
|
12500
|
+
*/
|
|
12501
|
+
bucketName: string;
|
|
12502
|
+
/**
|
|
12503
|
+
* The S3 bucket prefix.
|
|
12504
|
+
*/
|
|
12505
|
+
bucketPrefix: string;
|
|
12506
|
+
/**
|
|
12507
|
+
* The encryption configuration. Documented below.
|
|
12508
|
+
*/
|
|
12509
|
+
encryptionConfigs: outputs.connect.GetInstanceStorageConfigStorageConfigS3ConfigEncryptionConfig[];
|
|
12510
|
+
}
|
|
12511
|
+
interface GetInstanceStorageConfigStorageConfigS3ConfigEncryptionConfig {
|
|
12512
|
+
/**
|
|
12513
|
+
* The type of encryption. Valid Values: `KMS`.
|
|
12514
|
+
*/
|
|
12515
|
+
encryptionType: string;
|
|
12516
|
+
/**
|
|
12517
|
+
* The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.
|
|
12518
|
+
*/
|
|
12519
|
+
keyId: string;
|
|
12520
|
+
}
|
|
12366
12521
|
interface GetQueueOutboundCallerConfig {
|
|
12367
12522
|
/**
|
|
12368
12523
|
* Specifies the caller ID name.
|
|
@@ -12757,6 +12912,16 @@ export declare namespace connect {
|
|
|
12757
12912
|
*/
|
|
12758
12913
|
keyId: string;
|
|
12759
12914
|
}
|
|
12915
|
+
interface PhoneNumberStatus {
|
|
12916
|
+
/**
|
|
12917
|
+
* The status message.
|
|
12918
|
+
*/
|
|
12919
|
+
message: string;
|
|
12920
|
+
/**
|
|
12921
|
+
* The status of the phone number. Valid Values: `CLAIMED` | `IN_PROGRESS` | `FAILED`.
|
|
12922
|
+
*/
|
|
12923
|
+
status: string;
|
|
12924
|
+
}
|
|
12760
12925
|
interface QueueOutboundCallerConfig {
|
|
12761
12926
|
/**
|
|
12762
12927
|
* Specifies the caller ID name.
|
|
@@ -14179,6 +14344,10 @@ export declare namespace datasync {
|
|
|
14179
14344
|
* Whether the DataSync Task should preserve the metadata of block and character devices in the source files system, and recreate the files with that device name and metadata on the destination. The DataSync Task can’t sync the actual contents of such devices, because many of the devices are non-terminal and don’t return an end of file (EOF) marker. Valid values: `NONE`, `PRESERVE`. Default: `NONE` (ignore special devices).
|
|
14180
14345
|
*/
|
|
14181
14346
|
preserveDevices?: string;
|
|
14347
|
+
/**
|
|
14348
|
+
* Determines which components of the SMB security descriptor are copied from source to destination objects. This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations, or between two Amazon FSx for Windows File Server locations. Valid values: `NONE`, `OWNER_DACL`, `OWNER_DACL_SACL`.
|
|
14349
|
+
*/
|
|
14350
|
+
securityDescriptorCopyFlags: string;
|
|
14182
14351
|
/**
|
|
14183
14352
|
* Determines whether tasks should be queued before executing the tasks. Valid values: `ENABLED`, `DISABLED`. Default `ENABLED`.
|
|
14184
14353
|
*/
|
|
@@ -14260,6 +14429,31 @@ export declare namespace devicefarm {
|
|
|
14260
14429
|
vpcId: string;
|
|
14261
14430
|
}
|
|
14262
14431
|
}
|
|
14432
|
+
export declare namespace directconnect {
|
|
14433
|
+
interface GetRouterConfigurationRouter {
|
|
14434
|
+
/**
|
|
14435
|
+
* Router platform
|
|
14436
|
+
*/
|
|
14437
|
+
platform: string;
|
|
14438
|
+
/**
|
|
14439
|
+
* ID of the Router Type. For example: `CiscoSystemsInc-2900SeriesRouters-IOS124`
|
|
14440
|
+
*/
|
|
14441
|
+
routerTypeIdentifier: string;
|
|
14442
|
+
/**
|
|
14443
|
+
* Router operating system
|
|
14444
|
+
*/
|
|
14445
|
+
software: string;
|
|
14446
|
+
/**
|
|
14447
|
+
* Router vendor
|
|
14448
|
+
*/
|
|
14449
|
+
vendor: string;
|
|
14450
|
+
/**
|
|
14451
|
+
* Router XSLT Template Name
|
|
14452
|
+
*/
|
|
14453
|
+
xsltTemplateName: string;
|
|
14454
|
+
xsltTemplateNameForMacSec: string;
|
|
14455
|
+
}
|
|
14456
|
+
}
|
|
14263
14457
|
export declare namespace directoryservice {
|
|
14264
14458
|
interface DirectoryConnectSettings {
|
|
14265
14459
|
availabilityZones: string[];
|
|
@@ -21783,6 +21977,16 @@ export declare namespace elasticache {
|
|
|
21783
21977
|
logFormat: string;
|
|
21784
21978
|
logType: string;
|
|
21785
21979
|
}
|
|
21980
|
+
interface GlobalReplicationGroupGlobalNodeGroup {
|
|
21981
|
+
/**
|
|
21982
|
+
* The ID of the global node group.
|
|
21983
|
+
*/
|
|
21984
|
+
globalNodeGroupId: string;
|
|
21985
|
+
/**
|
|
21986
|
+
* The keyspace for this node group.
|
|
21987
|
+
*/
|
|
21988
|
+
slots: string;
|
|
21989
|
+
}
|
|
21786
21990
|
interface ParameterGroupParameter {
|
|
21787
21991
|
/**
|
|
21788
21992
|
* The name of the ElastiCache parameter.
|
|
@@ -22623,10 +22827,20 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
22623
22827
|
*/
|
|
22624
22828
|
enabled?: boolean;
|
|
22625
22829
|
/**
|
|
22626
|
-
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, and `
|
|
22830
|
+
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, `sourceIp` for NLBs, and `sourceIpDestIp`, `sourceIpDestIpProto` for GWLBs.
|
|
22627
22831
|
*/
|
|
22628
22832
|
type: string;
|
|
22629
22833
|
}
|
|
22834
|
+
interface TargetGroupTargetFailover {
|
|
22835
|
+
/**
|
|
22836
|
+
* Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onUnhealthy`. Default: `noRebalance`.
|
|
22837
|
+
*/
|
|
22838
|
+
onDeregistration: string;
|
|
22839
|
+
/**
|
|
22840
|
+
* Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onDeregistration`. Default: `noRebalance`.
|
|
22841
|
+
*/
|
|
22842
|
+
onUnhealthy: string;
|
|
22843
|
+
}
|
|
22630
22844
|
}
|
|
22631
22845
|
export declare namespace elasticsearch {
|
|
22632
22846
|
interface DomainAdvancedSecurityOptions {
|
|
@@ -24349,6 +24563,76 @@ export declare namespace fsx {
|
|
|
24349
24563
|
*/
|
|
24350
24564
|
events: string[];
|
|
24351
24565
|
}
|
|
24566
|
+
interface FileCacheDataRepositoryAssociation {
|
|
24567
|
+
associationId: string;
|
|
24568
|
+
/**
|
|
24569
|
+
* The path to the S3 or NFS data repository that links to the cache.
|
|
24570
|
+
*/
|
|
24571
|
+
dataRepositoryPath: string;
|
|
24572
|
+
/**
|
|
24573
|
+
* A list of NFS Exports that will be linked with this data repository association. The Export paths are in the format /exportpath1. To use this parameter, you must configure DataRepositoryPath as the domain name of the NFS file system. The NFS file system domain name in effect is the root of the subdirectories. Note that DataRepositorySubdirectories is not supported for S3 data repositories. Max of 500.
|
|
24574
|
+
*/
|
|
24575
|
+
dataRepositorySubdirectories?: string[];
|
|
24576
|
+
/**
|
|
24577
|
+
* The system-generated, unique ID of the cache.
|
|
24578
|
+
*/
|
|
24579
|
+
fileCacheId: string;
|
|
24580
|
+
/**
|
|
24581
|
+
* A path on the cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping cache paths. For example, if a data repository is associated with cache path /ns1/, then you cannot link another data repository with cache path /ns1/ns2. This path specifies where in your cache files will be exported from. This cache directory can be linked to only one data repository, and no data repository other can be linked to the directory. Note: The cache path can only be set to root (/) on an NFS DRA when DataRepositorySubdirectories is specified. If you specify root (/) as the cache path, you can create only one DRA on the cache. The cache path cannot be set to root (/) for an S3 DRA.
|
|
24582
|
+
*/
|
|
24583
|
+
fileCachePath: string;
|
|
24584
|
+
fileSystemId: string;
|
|
24585
|
+
fileSystemPath: string;
|
|
24586
|
+
importedFileChunkSize: number;
|
|
24587
|
+
/**
|
|
24588
|
+
* - (Optional) See the `nfs` configuration block.
|
|
24589
|
+
*/
|
|
24590
|
+
nfs?: outputs.fsx.FileCacheDataRepositoryAssociationNf[];
|
|
24591
|
+
resourceArn: string;
|
|
24592
|
+
tags: {
|
|
24593
|
+
[key: string]: string;
|
|
24594
|
+
};
|
|
24595
|
+
}
|
|
24596
|
+
interface FileCacheDataRepositoryAssociationNf {
|
|
24597
|
+
/**
|
|
24598
|
+
* - A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.
|
|
24599
|
+
*/
|
|
24600
|
+
dnsIps?: string[];
|
|
24601
|
+
/**
|
|
24602
|
+
* - The version of the NFS (Network File System) protocol of the NFS data repository. The only supported value is NFS3, which indicates that the data repository must support the NFSv3 protocol. The only supported value is `NFS3`.
|
|
24603
|
+
*/
|
|
24604
|
+
version: string;
|
|
24605
|
+
}
|
|
24606
|
+
interface FileCacheLustreConfiguration {
|
|
24607
|
+
/**
|
|
24608
|
+
* Specifies the cache deployment type. The only supported value is `CACHE_1`.
|
|
24609
|
+
*/
|
|
24610
|
+
deploymentType: string;
|
|
24611
|
+
logConfigurations: outputs.fsx.FileCacheLustreConfigurationLogConfiguration[];
|
|
24612
|
+
/**
|
|
24613
|
+
* The configuration for a Lustre MDT (Metadata Target) storage volume. See the `metadataConfiguration` block.
|
|
24614
|
+
*/
|
|
24615
|
+
metadataConfigurations: outputs.fsx.FileCacheLustreConfigurationMetadataConfiguration[];
|
|
24616
|
+
mountName: string;
|
|
24617
|
+
/**
|
|
24618
|
+
* Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only supported value is `1000`.
|
|
24619
|
+
*/
|
|
24620
|
+
perUnitStorageThroughput: number;
|
|
24621
|
+
/**
|
|
24622
|
+
* A recurring weekly time, in the format `D:HH:MM`. `D` is the day of the week, for which `1` represents Monday and `7` represents Sunday. `HH` is the zero-padded hour of the day (0-23), and `MM` is the zero-padded minute of the hour. For example, 1:05:00 specifies maintenance at 5 AM Monday. See the [ISO week date](https://en.wikipedia.org/wiki/ISO_week_date) for more information.
|
|
24623
|
+
*/
|
|
24624
|
+
weeklyMaintenanceStartTime?: string;
|
|
24625
|
+
}
|
|
24626
|
+
interface FileCacheLustreConfigurationLogConfiguration {
|
|
24627
|
+
destination: string;
|
|
24628
|
+
level: string;
|
|
24629
|
+
}
|
|
24630
|
+
interface FileCacheLustreConfigurationMetadataConfiguration {
|
|
24631
|
+
/**
|
|
24632
|
+
* The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is `2400` GiB.
|
|
24633
|
+
*/
|
|
24634
|
+
storageCapacity: number;
|
|
24635
|
+
}
|
|
24352
24636
|
interface GetOpenZfsSnapshotFilter {
|
|
24353
24637
|
/**
|
|
24354
24638
|
* Name of the snapshot.
|
|
@@ -31787,10 +32071,20 @@ export declare namespace lb {
|
|
|
31787
32071
|
*/
|
|
31788
32072
|
enabled?: boolean;
|
|
31789
32073
|
/**
|
|
31790
|
-
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, and `
|
|
32074
|
+
* The type of sticky sessions. The only current possible values are `lbCookie`, `appCookie` for ALBs, `sourceIp` for NLBs, and `sourceIpDestIp`, `sourceIpDestIpProto` for GWLBs.
|
|
31791
32075
|
*/
|
|
31792
32076
|
type: string;
|
|
31793
32077
|
}
|
|
32078
|
+
interface TargetGroupTargetFailover {
|
|
32079
|
+
/**
|
|
32080
|
+
* Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onUnhealthy`. Default: `noRebalance`.
|
|
32081
|
+
*/
|
|
32082
|
+
onDeregistration: string;
|
|
32083
|
+
/**
|
|
32084
|
+
* Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `noRebalance`. Must match the attribute value set for `onDeregistration`. Default: `noRebalance`.
|
|
32085
|
+
*/
|
|
32086
|
+
onUnhealthy: string;
|
|
32087
|
+
}
|
|
31794
32088
|
}
|
|
31795
32089
|
export declare namespace lex {
|
|
31796
32090
|
interface BotAbortStatement {
|
|
@@ -32307,6 +32601,15 @@ export declare namespace lightsail {
|
|
|
32307
32601
|
*/
|
|
32308
32602
|
toPort: number;
|
|
32309
32603
|
}
|
|
32604
|
+
interface LbCertificateDomainValidationRecord {
|
|
32605
|
+
/**
|
|
32606
|
+
* The domain name (e.g., example.com) for your SSL/TLS certificate.
|
|
32607
|
+
*/
|
|
32608
|
+
domainName: string;
|
|
32609
|
+
resourceRecordName: string;
|
|
32610
|
+
resourceRecordType: string;
|
|
32611
|
+
resourceRecordValue: string;
|
|
32612
|
+
}
|
|
32310
32613
|
}
|
|
32311
32614
|
export declare namespace location {
|
|
32312
32615
|
interface GetMapConfiguration {
|
|
@@ -34467,7 +34770,7 @@ export declare namespace networkmanager {
|
|
|
34467
34770
|
/**
|
|
34468
34771
|
* ASN of the Core Network Edge in an AWS Region. By default, the ASN will be a single integer automatically assigned from `asnRanges`
|
|
34469
34772
|
*/
|
|
34470
|
-
asn?:
|
|
34773
|
+
asn?: string;
|
|
34471
34774
|
/**
|
|
34472
34775
|
* The local CIDR blocks for this Core Network Edge for AWS Transit Gateway Connect attachments. By default, this CIDR block will be one or more optional IPv4 and IPv6 CIDR prefixes auto-assigned from `insideCidrBlocks`.
|
|
34473
34776
|
*/
|
|
@@ -39819,6 +40122,10 @@ export declare namespace sagemaker {
|
|
|
39819
40122
|
s3OutputLocation: string;
|
|
39820
40123
|
}
|
|
39821
40124
|
interface DomainDefaultUserSettings {
|
|
40125
|
+
/**
|
|
40126
|
+
* The Canvas app settings. See Canvas App Settings below.
|
|
40127
|
+
*/
|
|
40128
|
+
canvasAppSettings?: outputs.sagemaker.DomainDefaultUserSettingsCanvasAppSettings;
|
|
39822
40129
|
/**
|
|
39823
40130
|
* The execution role ARN for the user.
|
|
39824
40131
|
*/
|
|
@@ -39831,6 +40138,10 @@ export declare namespace sagemaker {
|
|
|
39831
40138
|
* The kernel gateway app settings. See Kernel Gateway App Settings below.
|
|
39832
40139
|
*/
|
|
39833
40140
|
kernelGatewayAppSettings?: outputs.sagemaker.DomainDefaultUserSettingsKernelGatewayAppSettings;
|
|
40141
|
+
/**
|
|
40142
|
+
* The RSession app settings. See RSession App Settings below.
|
|
40143
|
+
*/
|
|
40144
|
+
rSessionAppSettings?: outputs.sagemaker.DomainDefaultUserSettingsRSessionAppSettings;
|
|
39834
40145
|
/**
|
|
39835
40146
|
* A list of security group IDs that will be attached to the user.
|
|
39836
40147
|
*/
|
|
@@ -39844,6 +40155,22 @@ export declare namespace sagemaker {
|
|
|
39844
40155
|
*/
|
|
39845
40156
|
tensorBoardAppSettings?: outputs.sagemaker.DomainDefaultUserSettingsTensorBoardAppSettings;
|
|
39846
40157
|
}
|
|
40158
|
+
interface DomainDefaultUserSettingsCanvasAppSettings {
|
|
40159
|
+
/**
|
|
40160
|
+
* Time series forecast settings for the Canvas app. see Time Series Forecasting Settings below.
|
|
40161
|
+
*/
|
|
40162
|
+
timeSeriesForecastingSettings?: outputs.sagemaker.DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings;
|
|
40163
|
+
}
|
|
40164
|
+
interface DomainDefaultUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings {
|
|
40165
|
+
/**
|
|
40166
|
+
* The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the execution role specified in the UserProfile that launches the Canvas app. If an execution role is not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role should have the [AmazonSageMakerCanvasForecastAccess](https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess) policy attached and forecast.amazonaws.com added in the trust relationship as a service principal.
|
|
40167
|
+
*/
|
|
40168
|
+
amazonForecastRoleArn?: string;
|
|
40169
|
+
/**
|
|
40170
|
+
* Describes whether time series forecasting is enabled or disabled in the Canvas app. Valid values are `ENABLED` and `DISABLED`.
|
|
40171
|
+
*/
|
|
40172
|
+
status?: string;
|
|
40173
|
+
}
|
|
39847
40174
|
interface DomainDefaultUserSettingsJupyterServerAppSettings {
|
|
39848
40175
|
/**
|
|
39849
40176
|
* The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
|
|
@@ -39918,6 +40245,48 @@ export declare namespace sagemaker {
|
|
|
39918
40245
|
*/
|
|
39919
40246
|
sagemakerImageVersionArn?: string;
|
|
39920
40247
|
}
|
|
40248
|
+
interface DomainDefaultUserSettingsRSessionAppSettings {
|
|
40249
|
+
/**
|
|
40250
|
+
* A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below.
|
|
40251
|
+
*/
|
|
40252
|
+
customImages?: outputs.sagemaker.DomainDefaultUserSettingsRSessionAppSettingsCustomImage[];
|
|
40253
|
+
/**
|
|
40254
|
+
* The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
|
|
40255
|
+
*/
|
|
40256
|
+
defaultResourceSpec?: outputs.sagemaker.DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec;
|
|
40257
|
+
}
|
|
40258
|
+
interface DomainDefaultUserSettingsRSessionAppSettingsCustomImage {
|
|
40259
|
+
/**
|
|
40260
|
+
* The name of the App Image Config.
|
|
40261
|
+
*/
|
|
40262
|
+
appImageConfigName: string;
|
|
40263
|
+
/**
|
|
40264
|
+
* The name of the Custom Image.
|
|
40265
|
+
*/
|
|
40266
|
+
imageName: string;
|
|
40267
|
+
/**
|
|
40268
|
+
* The version number of the Custom Image.
|
|
40269
|
+
*/
|
|
40270
|
+
imageVersionNumber?: number;
|
|
40271
|
+
}
|
|
40272
|
+
interface DomainDefaultUserSettingsRSessionAppSettingsDefaultResourceSpec {
|
|
40273
|
+
/**
|
|
40274
|
+
* The instance type that the image version runs on.. For valid values see [SageMaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).
|
|
40275
|
+
*/
|
|
40276
|
+
instanceType?: string;
|
|
40277
|
+
/**
|
|
40278
|
+
* The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
|
|
40279
|
+
*/
|
|
40280
|
+
lifecycleConfigArn?: string;
|
|
40281
|
+
/**
|
|
40282
|
+
* The ARN of the SageMaker image that the image version belongs to.
|
|
40283
|
+
*/
|
|
40284
|
+
sagemakerImageArn?: string;
|
|
40285
|
+
/**
|
|
40286
|
+
* The ARN of the image version created on the instance.
|
|
40287
|
+
*/
|
|
40288
|
+
sagemakerImageVersionArn?: string;
|
|
40289
|
+
}
|
|
39921
40290
|
interface DomainDefaultUserSettingsSharingSettings {
|
|
39922
40291
|
/**
|
|
39923
40292
|
* Whether to include the notebook cell output when sharing the notebook. The default is `Disabled`. Valid values are `Allowed` and `Disabled`.
|
|
@@ -39956,6 +40325,16 @@ export declare namespace sagemaker {
|
|
|
39956
40325
|
*/
|
|
39957
40326
|
sagemakerImageVersionArn?: string;
|
|
39958
40327
|
}
|
|
40328
|
+
interface DomainDomainSettings {
|
|
40329
|
+
/**
|
|
40330
|
+
* The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key [AWS Docs](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html). Valid values are `USER_PROFILE_NAME` and `DISABLED`.
|
|
40331
|
+
*/
|
|
40332
|
+
executionRoleIdentityConfig?: string;
|
|
40333
|
+
/**
|
|
40334
|
+
* The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
|
|
40335
|
+
*/
|
|
40336
|
+
securityGroupIds?: string[];
|
|
40337
|
+
}
|
|
39959
40338
|
interface DomainRetentionPolicy {
|
|
39960
40339
|
/**
|
|
39961
40340
|
* The retention policy for data stored on an Amazon Elastic File System (EFS) volume. Valid values are `Retain` or `Delete`. Default value is `Retain`.
|
|
@@ -40457,6 +40836,10 @@ export declare namespace sagemaker {
|
|
|
40457
40836
|
value?: string;
|
|
40458
40837
|
}
|
|
40459
40838
|
interface UserProfileUserSettings {
|
|
40839
|
+
/**
|
|
40840
|
+
* The Canvas app settings. See Canvas App Settings below.
|
|
40841
|
+
*/
|
|
40842
|
+
canvasAppSettings?: outputs.sagemaker.UserProfileUserSettingsCanvasAppSettings;
|
|
40460
40843
|
/**
|
|
40461
40844
|
* The execution role ARN for the user.
|
|
40462
40845
|
*/
|
|
@@ -40469,6 +40852,10 @@ export declare namespace sagemaker {
|
|
|
40469
40852
|
* The kernel gateway app settings. See Kernel Gateway App Settings below.
|
|
40470
40853
|
*/
|
|
40471
40854
|
kernelGatewayAppSettings?: outputs.sagemaker.UserProfileUserSettingsKernelGatewayAppSettings;
|
|
40855
|
+
/**
|
|
40856
|
+
* The RSession app settings. See RSession App Settings below.
|
|
40857
|
+
*/
|
|
40858
|
+
rSessionAppSettings?: outputs.sagemaker.UserProfileUserSettingsRSessionAppSettings;
|
|
40472
40859
|
/**
|
|
40473
40860
|
* The security groups.
|
|
40474
40861
|
*/
|
|
@@ -40482,6 +40869,22 @@ export declare namespace sagemaker {
|
|
|
40482
40869
|
*/
|
|
40483
40870
|
tensorBoardAppSettings?: outputs.sagemaker.UserProfileUserSettingsTensorBoardAppSettings;
|
|
40484
40871
|
}
|
|
40872
|
+
interface UserProfileUserSettingsCanvasAppSettings {
|
|
40873
|
+
/**
|
|
40874
|
+
* Time series forecast settings for the Canvas app. see Time Series Forecasting Settings below.
|
|
40875
|
+
*/
|
|
40876
|
+
timeSeriesForecastingSettings?: outputs.sagemaker.UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings;
|
|
40877
|
+
}
|
|
40878
|
+
interface UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettings {
|
|
40879
|
+
/**
|
|
40880
|
+
* The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the execution role specified in the UserProfile that launches the Canvas app. If an execution role is not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role should have the [AmazonSageMakerCanvasForecastAccess](https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess) policy attached and forecast.amazonaws.com added in the trust relationship as a service principal.
|
|
40881
|
+
*/
|
|
40882
|
+
amazonForecastRoleArn?: string;
|
|
40883
|
+
/**
|
|
40884
|
+
* Describes whether time series forecasting is enabled or disabled in the Canvas app. Valid values are `ENABLED` and `DISABLED`.
|
|
40885
|
+
*/
|
|
40886
|
+
status?: string;
|
|
40887
|
+
}
|
|
40485
40888
|
interface UserProfileUserSettingsJupyterServerAppSettings {
|
|
40486
40889
|
/**
|
|
40487
40890
|
* The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
|
|
@@ -40556,6 +40959,48 @@ export declare namespace sagemaker {
|
|
|
40556
40959
|
*/
|
|
40557
40960
|
sagemakerImageVersionArn?: string;
|
|
40558
40961
|
}
|
|
40962
|
+
interface UserProfileUserSettingsRSessionAppSettings {
|
|
40963
|
+
/**
|
|
40964
|
+
* A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below.
|
|
40965
|
+
*/
|
|
40966
|
+
customImages?: outputs.sagemaker.UserProfileUserSettingsRSessionAppSettingsCustomImage[];
|
|
40967
|
+
/**
|
|
40968
|
+
* The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
|
|
40969
|
+
*/
|
|
40970
|
+
defaultResourceSpec?: outputs.sagemaker.UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec;
|
|
40971
|
+
}
|
|
40972
|
+
interface UserProfileUserSettingsRSessionAppSettingsCustomImage {
|
|
40973
|
+
/**
|
|
40974
|
+
* The name of the App Image Config.
|
|
40975
|
+
*/
|
|
40976
|
+
appImageConfigName: string;
|
|
40977
|
+
/**
|
|
40978
|
+
* The name of the Custom Image.
|
|
40979
|
+
*/
|
|
40980
|
+
imageName: string;
|
|
40981
|
+
/**
|
|
40982
|
+
* The version number of the Custom Image.
|
|
40983
|
+
*/
|
|
40984
|
+
imageVersionNumber?: number;
|
|
40985
|
+
}
|
|
40986
|
+
interface UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpec {
|
|
40987
|
+
/**
|
|
40988
|
+
* The instance type.
|
|
40989
|
+
*/
|
|
40990
|
+
instanceType?: string;
|
|
40991
|
+
/**
|
|
40992
|
+
* The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
|
|
40993
|
+
*/
|
|
40994
|
+
lifecycleConfigArn?: string;
|
|
40995
|
+
/**
|
|
40996
|
+
* The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
|
40997
|
+
*/
|
|
40998
|
+
sagemakerImageArn?: string;
|
|
40999
|
+
/**
|
|
41000
|
+
* The ARN of the image version created on the instance.
|
|
41001
|
+
*/
|
|
41002
|
+
sagemakerImageVersionArn?: string;
|
|
41003
|
+
}
|
|
40559
41004
|
interface UserProfileUserSettingsSharingSettings {
|
|
40560
41005
|
/**
|
|
40561
41006
|
* Whether to include the notebook cell output when sharing the notebook. The default is `Disabled`. Valid values are `Allowed` and `Disabled`.
|
|
@@ -40644,6 +41089,21 @@ export declare namespace sagemaker {
|
|
|
40644
41089
|
*/
|
|
40645
41090
|
cidrs: string[];
|
|
40646
41091
|
}
|
|
41092
|
+
interface WorkforceWorkforceVpcConfig {
|
|
41093
|
+
/**
|
|
41094
|
+
* The VPC security group IDs. The security groups must be for the same VPC as specified in the subnet.
|
|
41095
|
+
*/
|
|
41096
|
+
securityGroupIds?: string[];
|
|
41097
|
+
/**
|
|
41098
|
+
* The ID of the subnets in the VPC that you want to connect.
|
|
41099
|
+
*/
|
|
41100
|
+
subnets?: string[];
|
|
41101
|
+
vpcEndpointId: string;
|
|
41102
|
+
/**
|
|
41103
|
+
* The ID of the VPC that the workforce uses for communication.
|
|
41104
|
+
*/
|
|
41105
|
+
vpcId?: string;
|
|
41106
|
+
}
|
|
40647
41107
|
interface WorkteamMemberDefinition {
|
|
40648
41108
|
/**
|
|
40649
41109
|
* The Amazon Cognito user group that is part of the work team. See Cognito Member Definition details below.
|
|
@@ -42607,6 +43067,40 @@ export declare namespace sesv2 {
|
|
|
42607
43067
|
*/
|
|
42608
43068
|
customRedirectDomain: string;
|
|
42609
43069
|
}
|
|
43070
|
+
interface EmailIdentityDkimSigningAttributes {
|
|
43071
|
+
/**
|
|
43072
|
+
* [Easy DKIM] The key length of the DKIM key pair in use.
|
|
43073
|
+
*/
|
|
43074
|
+
currentSigningKeyLength: string;
|
|
43075
|
+
/**
|
|
43076
|
+
* [Bring Your Own DKIM] A private key that's used to generate a DKIM signature. The private key must use 1024 or 2048-bit RSA encryption, and must be encoded using base64 encoding.
|
|
43077
|
+
*/
|
|
43078
|
+
domainSigningPrivateKey?: string;
|
|
43079
|
+
/**
|
|
43080
|
+
* [Bring Your Own DKIM] A string that's used to identify a public key in the DNS configuration for a domain.
|
|
43081
|
+
*/
|
|
43082
|
+
domainSigningSelector?: string;
|
|
43083
|
+
/**
|
|
43084
|
+
* [Easy DKIM] The last time a key pair was generated for this identity.
|
|
43085
|
+
*/
|
|
43086
|
+
lastKeyGenerationTimestamp: string;
|
|
43087
|
+
/**
|
|
43088
|
+
* [Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day. Valid values: `RSA_1024_BIT`, `RSA_2048_BIT`.
|
|
43089
|
+
*/
|
|
43090
|
+
nextSigningKeyLength: string;
|
|
43091
|
+
/**
|
|
43092
|
+
* A string that indicates how DKIM was configured for the identity. `AWS_SES` indicates that DKIM was configured for the identity by using Easy DKIM. `EXTERNAL` indicates that DKIM was configured for the identity by using Bring Your Own DKIM (BYODKIM).
|
|
43093
|
+
*/
|
|
43094
|
+
signingAttributesOrigin: string;
|
|
43095
|
+
/**
|
|
43096
|
+
* Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain. See the [AWS SES API v2 Reference](https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DkimAttributes.html#SES-Type-DkimAttributes-Status) for supported statuses.
|
|
43097
|
+
*/
|
|
43098
|
+
status: string;
|
|
43099
|
+
/**
|
|
43100
|
+
* If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.
|
|
43101
|
+
*/
|
|
43102
|
+
tokens: string[];
|
|
43103
|
+
}
|
|
42610
43104
|
interface GetDedicatedIpPoolDedicatedIp {
|
|
42611
43105
|
/**
|
|
42612
43106
|
* IPv4 address.
|
|
@@ -43023,23 +43517,35 @@ export declare namespace ssm {
|
|
|
43023
43517
|
}
|
|
43024
43518
|
interface PatchBaselineApprovalRule {
|
|
43025
43519
|
/**
|
|
43026
|
-
* The number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline.
|
|
43520
|
+
* The number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline.
|
|
43521
|
+
* Valid Range: 0 to 100.
|
|
43522
|
+
* Conflicts with `approveUntilDate`.
|
|
43027
43523
|
*/
|
|
43028
43524
|
approveAfterDays?: number;
|
|
43029
43525
|
/**
|
|
43030
|
-
* The cutoff date for auto approval of released patches.
|
|
43526
|
+
* The cutoff date for auto approval of released patches.
|
|
43527
|
+
* Any patches released on or before this date are installed automatically.
|
|
43528
|
+
* Date is formatted as `YYYY-MM-DD`.
|
|
43529
|
+
* Conflicts with `approveAfterDays`
|
|
43031
43530
|
*/
|
|
43032
43531
|
approveUntilDate?: string;
|
|
43033
43532
|
/**
|
|
43034
|
-
*
|
|
43533
|
+
* The compliance level for patches approved by this rule.
|
|
43534
|
+
* Valid values are `CRITICAL`, `HIGH`, `MEDIUM`, `LOW`, `INFORMATIONAL`, and `UNSPECIFIED`.
|
|
43535
|
+
* The default value is `UNSPECIFIED`.
|
|
43035
43536
|
*/
|
|
43036
43537
|
complianceLevel?: string;
|
|
43037
43538
|
/**
|
|
43038
|
-
* Boolean enabling the application of non-security updates.
|
|
43539
|
+
* Boolean enabling the application of non-security updates.
|
|
43540
|
+
* The default value is `false`.
|
|
43541
|
+
* Valid for Linux instances only.
|
|
43039
43542
|
*/
|
|
43040
43543
|
enableNonSecurity?: boolean;
|
|
43041
43544
|
/**
|
|
43042
|
-
* The patch filter group that defines the criteria for the rule.
|
|
43545
|
+
* The patch filter group that defines the criteria for the rule.
|
|
43546
|
+
* Up to 5 patch filters can be specified per approval rule using Key/Value pairs.
|
|
43547
|
+
* Valid combinations of these Keys and the `operatingSystem` value can be found in the [SSM DescribePatchProperties API Reference](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_DescribePatchProperties.html).
|
|
43548
|
+
* Valid Values are exact values for the patch property given as the key, or a wildcard `*`, which matches all values.
|
|
43043
43549
|
*/
|
|
43044
43550
|
patchFilters: outputs.ssm.PatchBaselineApprovalRulePatchFilter[];
|
|
43045
43551
|
}
|
|
@@ -43053,7 +43559,8 @@ export declare namespace ssm {
|
|
|
43053
43559
|
}
|
|
43054
43560
|
interface PatchBaselineSource {
|
|
43055
43561
|
/**
|
|
43056
|
-
* The value of the yum repo configuration.
|
|
43562
|
+
* The value of the yum repo configuration.
|
|
43563
|
+
* For information about other options available for your yum repository configuration, see the [`dnf.conf` documentation](https://man7.org/linux/man-pages/man5/dnf.conf.5.html)
|
|
43057
43564
|
*/
|
|
43058
43565
|
configuration: string;
|
|
43059
43566
|
/**
|
|
@@ -43061,7 +43568,8 @@ export declare namespace ssm {
|
|
|
43061
43568
|
*/
|
|
43062
43569
|
name: string;
|
|
43063
43570
|
/**
|
|
43064
|
-
* The specific operating system versions a patch repository applies to, such as `"Ubuntu16.04"`, `"AmazonLinux2016.09"`, `"RedhatEnterpriseLinux7.2"` or `"Suse12.7"`.
|
|
43571
|
+
* The specific operating system versions a patch repository applies to, such as `"Ubuntu16.04"`, `"AmazonLinux2016.09"`, `"RedhatEnterpriseLinux7.2"` or `"Suse12.7"`.
|
|
43572
|
+
* For lists of supported product values, see [PatchFilter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PatchFilter.html).
|
|
43065
43573
|
*/
|
|
43066
43574
|
products: string[];
|
|
43067
43575
|
}
|