cdk-docker-image-deployment 0.0.74 → 0.0.76
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +35 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +114 -47
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +20 -17
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +81 -49
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +59 -47
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +65 -50
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +691 -409
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-events-2018-03-22.min.json +36 -8
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +13 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +19 -5
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +305 -227
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +73 -21
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
- package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +139 -58
- package/node_modules/aws-sdk/apis/xray-2016-04-12.paginators.json +25 -0
- package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
- package/node_modules/aws-sdk/clients/appflow.d.ts +95 -4
- package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
- package/node_modules/aws-sdk/clients/batch.d.ts +6 -6
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +14 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +6 -6
- package/node_modules/aws-sdk/clients/connect.d.ts +46 -4
- package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
- package/node_modules/aws-sdk/clients/ec2.d.ts +11 -7
- package/node_modules/aws-sdk/clients/eks.d.ts +26 -6
- package/node_modules/aws-sdk/clients/elasticache.d.ts +20 -1
- package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +672 -386
- package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
- package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
- package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
- package/node_modules/aws-sdk/clients/personalizeevents.d.ts +13 -2
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/proton.d.ts +50 -23
- package/node_modules/aws-sdk/clients/rds.d.ts +32 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
- package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
- package/node_modules/aws-sdk/clients/ssm.d.ts +140 -6
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +62 -0
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
- package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
- package/node_modules/aws-sdk/clients/xray.d.ts +101 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +29 -29
- package/node_modules/aws-sdk/dist/aws-sdk.js +912 -426
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -859,6 +859,14 @@ declare class Connect extends Service {
|
|
|
859
859
|
* Provides summary information about the users for the specified Amazon Connect instance.
|
|
860
860
|
*/
|
|
861
861
|
listUsers(callback?: (err: AWSError, data: Connect.Types.ListUsersResponse) => void): Request<Connect.Types.ListUsersResponse, AWSError>;
|
|
862
|
+
/**
|
|
863
|
+
* Initiates silent monitoring of a contact. The Contact Control Panel (CCP) of the user specified by userId will be set to silent monitoring mode on the contact.
|
|
864
|
+
*/
|
|
865
|
+
monitorContact(params: Connect.Types.MonitorContactRequest, callback?: (err: AWSError, data: Connect.Types.MonitorContactResponse) => void): Request<Connect.Types.MonitorContactResponse, AWSError>;
|
|
866
|
+
/**
|
|
867
|
+
* Initiates silent monitoring of a contact. The Contact Control Panel (CCP) of the user specified by userId will be set to silent monitoring mode on the contact.
|
|
868
|
+
*/
|
|
869
|
+
monitorContact(callback?: (err: AWSError, data: Connect.Types.MonitorContactResponse) => void): Request<Connect.Types.MonitorContactResponse, AWSError>;
|
|
862
870
|
/**
|
|
863
871
|
* Changes the current status of a user or agent in Amazon Connect. If the agent is currently handling a contact, this sets the agent's next status. For more information, see Agent status and Set your next status in the Amazon Connect Administrator Guide.
|
|
864
872
|
*/
|
|
@@ -1424,6 +1432,7 @@ declare namespace Connect {
|
|
|
1424
1432
|
export type AgentStatusTypes = AgentStatusType[];
|
|
1425
1433
|
export type AgentUsername = string;
|
|
1426
1434
|
export type AliasArn = string;
|
|
1435
|
+
export type AllowedMonitorCapabilities = MonitorCapability[];
|
|
1427
1436
|
export interface AnswerMachineDetectionConfig {
|
|
1428
1437
|
/**
|
|
1429
1438
|
* The flag to indicate if answer machine detection analysis needs to be performed for a voice call. If set to true, TrafficType must be set as CAMPAIGN.
|
|
@@ -3234,7 +3243,7 @@ declare namespace Connect {
|
|
|
3234
3243
|
*/
|
|
3235
3244
|
Filters: Filters;
|
|
3236
3245
|
/**
|
|
3237
|
-
* The grouping applied to the metrics returned. For example, when grouped by QUEUE, the metrics returned apply to each queue rather than aggregated for all queues.
|
|
3246
|
+
* The grouping applied to the metrics returned. For example, when grouped by QUEUE, the metrics returned apply to each queue rather than aggregated for all queues. If you group by CHANNEL, you should include a Channels filter. VOICE, CHAT, and TASK channels are supported. If you group by ROUTING_PROFILE, you must include either a queue or routing profile filter. If no Grouping is included in the request, a summary of metrics is returned.
|
|
3238
3247
|
*/
|
|
3239
3248
|
Groupings?: Groupings;
|
|
3240
3249
|
/**
|
|
@@ -4822,6 +4831,39 @@ declare namespace Connect {
|
|
|
4822
4831
|
Concurrency: Concurrency;
|
|
4823
4832
|
}
|
|
4824
4833
|
export type MinutesLimit60 = number;
|
|
4834
|
+
export type MonitorCapability = "SILENT_MONITOR"|"BARGE"|string;
|
|
4835
|
+
export interface MonitorContactRequest {
|
|
4836
|
+
/**
|
|
4837
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
4838
|
+
*/
|
|
4839
|
+
InstanceId: InstanceId;
|
|
4840
|
+
/**
|
|
4841
|
+
* The identifier of the contact.
|
|
4842
|
+
*/
|
|
4843
|
+
ContactId: ContactId;
|
|
4844
|
+
/**
|
|
4845
|
+
* The identifier of the user account.
|
|
4846
|
+
*/
|
|
4847
|
+
UserId: AgentResourceId;
|
|
4848
|
+
/**
|
|
4849
|
+
* Specify which monitoring actions the user is allowed to take. For example, whether the user is allowed to escalate from silent monitoring to barge.
|
|
4850
|
+
*/
|
|
4851
|
+
AllowedMonitorCapabilities?: AllowedMonitorCapabilities;
|
|
4852
|
+
/**
|
|
4853
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
|
|
4854
|
+
*/
|
|
4855
|
+
ClientToken?: ClientToken;
|
|
4856
|
+
}
|
|
4857
|
+
export interface MonitorContactResponse {
|
|
4858
|
+
/**
|
|
4859
|
+
* The identifier of the contact.
|
|
4860
|
+
*/
|
|
4861
|
+
ContactId?: ContactId;
|
|
4862
|
+
/**
|
|
4863
|
+
* The ARN of the contact.
|
|
4864
|
+
*/
|
|
4865
|
+
ContactArn?: ARN;
|
|
4866
|
+
}
|
|
4825
4867
|
export type Name = string;
|
|
4826
4868
|
export type Name128 = string;
|
|
4827
4869
|
export type NextToken = string;
|
|
@@ -5452,7 +5494,7 @@ declare namespace Connect {
|
|
|
5452
5494
|
*/
|
|
5453
5495
|
SearchFilter?: QueueSearchFilter;
|
|
5454
5496
|
/**
|
|
5455
|
-
* The search criteria to be used to return queues.
|
|
5497
|
+
* The search criteria to be used to return queues. The name and description fields support "contains" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
|
|
5456
5498
|
*/
|
|
5457
5499
|
SearchCriteria?: QueueSearchCriteria;
|
|
5458
5500
|
}
|
|
@@ -5488,7 +5530,7 @@ declare namespace Connect {
|
|
|
5488
5530
|
*/
|
|
5489
5531
|
SearchFilter?: RoutingProfileSearchFilter;
|
|
5490
5532
|
/**
|
|
5491
|
-
* The search criteria to be used to return routing profiles.
|
|
5533
|
+
* The search criteria to be used to return routing profiles. The name and description fields support "contains" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
|
|
5492
5534
|
*/
|
|
5493
5535
|
SearchCriteria?: RoutingProfileSearchCriteria;
|
|
5494
5536
|
}
|
|
@@ -5520,7 +5562,7 @@ declare namespace Connect {
|
|
|
5520
5562
|
*/
|
|
5521
5563
|
MaxResults?: MaxResult100;
|
|
5522
5564
|
/**
|
|
5523
|
-
* The search criteria to be used to return security profiles. The currently supported value for FieldName: name
|
|
5565
|
+
* The search criteria to be used to return security profiles. The name field support "contains" queries with a minimum of 2 characters and maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results. The currently supported value for FieldName: name
|
|
5524
5566
|
*/
|
|
5525
5567
|
SearchCriteria?: SecurityProfileSearchCriteria;
|
|
5526
5568
|
/**
|
|
@@ -828,7 +828,7 @@ declare namespace DMS {
|
|
|
828
828
|
*/
|
|
829
829
|
EndpointType: ReplicationEndpointTypeValue;
|
|
830
830
|
/**
|
|
831
|
-
* The type of engine for the endpoint. Valid values, depending on the EndpointType value, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "opensearch", "redshift", "s3", "db2", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "docdb", "sqlserver", and "
|
|
831
|
+
* The type of engine for the endpoint. Valid values, depending on the EndpointType value, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "opensearch", "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "docdb", "sqlserver", "neptune", and "babelfish".
|
|
832
832
|
*/
|
|
833
833
|
EngineName: String;
|
|
834
834
|
/**
|
|
@@ -1093,6 +1093,10 @@ declare namespace DMS {
|
|
|
1093
1093
|
* A friendly name for the resource identifier at the end of the EndpointArn response parameter that is returned in the created Endpoint object. The value for this parameter can have up to 31 characters. It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter, such as Example-App-ARN1. For example, this value might result in the EndpointArn value arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. If you don't specify a ResourceIdentifier value, DMS generates a default identifier value for the end of EndpointArn.
|
|
1094
1094
|
*/
|
|
1095
1095
|
ResourceIdentifier?: String;
|
|
1096
|
+
/**
|
|
1097
|
+
* The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
|
|
1098
|
+
*/
|
|
1099
|
+
NetworkType?: String;
|
|
1096
1100
|
}
|
|
1097
1101
|
export interface CreateReplicationInstanceResponse {
|
|
1098
1102
|
/**
|
|
@@ -2154,11 +2158,11 @@ declare namespace DMS {
|
|
|
2154
2158
|
*/
|
|
2155
2159
|
EndpointType?: ReplicationEndpointTypeValue;
|
|
2156
2160
|
/**
|
|
2157
|
-
* The database engine name. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "
|
|
2161
|
+
* The database engine name. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", and "babelfish".
|
|
2158
2162
|
*/
|
|
2159
2163
|
EngineName?: String;
|
|
2160
2164
|
/**
|
|
2161
|
-
* The expanded name for the engine name. For example, if the EngineName parameter is "aurora,
|
|
2165
|
+
* The expanded name for the engine name. For example, if the EngineName parameter is "aurora", this value would be "Amazon Aurora MySQL".
|
|
2162
2166
|
*/
|
|
2163
2167
|
EngineDisplayName?: String;
|
|
2164
2168
|
/**
|
|
@@ -2800,7 +2804,7 @@ declare namespace DMS {
|
|
|
2800
2804
|
*/
|
|
2801
2805
|
EndpointType?: ReplicationEndpointTypeValue;
|
|
2802
2806
|
/**
|
|
2803
|
-
* The
|
|
2807
|
+
* The database engine name. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", and "babelfish".
|
|
2804
2808
|
*/
|
|
2805
2809
|
EngineName?: String;
|
|
2806
2810
|
/**
|
|
@@ -2996,6 +3000,10 @@ declare namespace DMS {
|
|
|
2996
3000
|
* The replication instance identifier. This parameter is stored as a lowercase string.
|
|
2997
3001
|
*/
|
|
2998
3002
|
ReplicationInstanceIdentifier?: String;
|
|
3003
|
+
/**
|
|
3004
|
+
* The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
|
|
3005
|
+
*/
|
|
3006
|
+
NetworkType?: String;
|
|
2999
3007
|
}
|
|
3000
3008
|
export interface ModifyReplicationInstanceResponse {
|
|
3001
3009
|
/**
|
|
@@ -3288,7 +3296,7 @@ declare namespace DMS {
|
|
|
3288
3296
|
*/
|
|
3289
3297
|
DirectPathNoLog?: BooleanOptional;
|
|
3290
3298
|
/**
|
|
3291
|
-
* When this field is set to Y, DMS only accesses the archived redo logs. If the archived redo logs are stored on
|
|
3299
|
+
* When this field is set to Y, DMS only accesses the archived redo logs. If the archived redo logs are stored on Automatic Storage Management (ASM) only, the DMS user account needs to be granted ASM privileges.
|
|
3292
3300
|
*/
|
|
3293
3301
|
ArchivedLogsOnly?: BooleanOptional;
|
|
3294
3302
|
/**
|
|
@@ -3384,11 +3392,11 @@ declare namespace DMS {
|
|
|
3384
3392
|
*/
|
|
3385
3393
|
SecretsManagerSecretId?: String;
|
|
3386
3394
|
/**
|
|
3387
|
-
* Required only if your Oracle endpoint uses
|
|
3395
|
+
* Required only if your Oracle endpoint uses Automatic Storage Management (ASM). The full ARN of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the SecretsManagerOracleAsmSecret. This SecretsManagerOracleAsmSecret has the secret value that allows access to the Oracle ASM of the endpoint. You can specify one of two sets of values for these permissions. You can specify the values for this setting and SecretsManagerOracleAsmSecretId. Or you can specify clear-text values for AsmUserName, AsmPassword, and AsmServerName. You can't specify both. For more information on creating this SecretsManagerOracleAsmSecret and the SecretsManagerOracleAsmAccessRoleArn and SecretsManagerOracleAsmSecretId required to access it, see Using secrets to access Database Migration Service resources in the Database Migration Service User Guide.
|
|
3388
3396
|
*/
|
|
3389
3397
|
SecretsManagerOracleAsmAccessRoleArn?: String;
|
|
3390
3398
|
/**
|
|
3391
|
-
* Required only if your Oracle endpoint uses
|
|
3399
|
+
* Required only if your Oracle endpoint uses Automatic Storage Management (ASM). The full ARN, partial ARN, or friendly name of the SecretsManagerOracleAsmSecret that contains the Oracle ASM connection details for the Oracle endpoint.
|
|
3392
3400
|
*/
|
|
3393
3401
|
SecretsManagerOracleAsmSecretId?: String;
|
|
3394
3402
|
/**
|
|
@@ -3867,6 +3875,10 @@ declare namespace DMS {
|
|
|
3867
3875
|
* One or more private IP addresses for the replication instance.
|
|
3868
3876
|
*/
|
|
3869
3877
|
ReplicationInstancePrivateIpAddresses?: ReplicationInstancePrivateIpAddressList;
|
|
3878
|
+
/**
|
|
3879
|
+
* One or more IPv6 addresses for the replication instance.
|
|
3880
|
+
*/
|
|
3881
|
+
ReplicationInstanceIpv6Addresses?: ReplicationInstanceIpv6AddressList;
|
|
3870
3882
|
/**
|
|
3871
3883
|
* Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.
|
|
3872
3884
|
*/
|
|
@@ -3883,7 +3895,12 @@ declare namespace DMS {
|
|
|
3883
3895
|
* The DNS name servers supported for the replication instance to access your on-premise source or target database.
|
|
3884
3896
|
*/
|
|
3885
3897
|
DnsNameServers?: String;
|
|
3898
|
+
/**
|
|
3899
|
+
* The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
|
|
3900
|
+
*/
|
|
3901
|
+
NetworkType?: String;
|
|
3886
3902
|
}
|
|
3903
|
+
export type ReplicationInstanceIpv6AddressList = String[];
|
|
3887
3904
|
export type ReplicationInstanceList = ReplicationInstance[];
|
|
3888
3905
|
export type ReplicationInstancePrivateIpAddressList = String[];
|
|
3889
3906
|
export type ReplicationInstancePublicIpAddressList = String[];
|
|
@@ -3919,6 +3936,10 @@ declare namespace DMS {
|
|
|
3919
3936
|
* The engine version number of the replication instance.
|
|
3920
3937
|
*/
|
|
3921
3938
|
EngineVersion?: String;
|
|
3939
|
+
/**
|
|
3940
|
+
* The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
|
|
3941
|
+
*/
|
|
3942
|
+
NetworkType?: String;
|
|
3922
3943
|
}
|
|
3923
3944
|
export interface ReplicationSubnetGroup {
|
|
3924
3945
|
/**
|
|
@@ -3941,6 +3962,10 @@ declare namespace DMS {
|
|
|
3941
3962
|
* The subnets that are in the subnet group.
|
|
3942
3963
|
*/
|
|
3943
3964
|
Subnets?: SubnetList;
|
|
3965
|
+
/**
|
|
3966
|
+
* The IP addressing protocol supported by the subnet group. This is used by a replication instance with values such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
|
|
3967
|
+
*/
|
|
3968
|
+
SupportedNetworkTypes?: StringList;
|
|
3944
3969
|
}
|
|
3945
3970
|
export type ReplicationSubnetGroups = ReplicationSubnetGroup[];
|
|
3946
3971
|
export interface ReplicationTask {
|
|
@@ -4333,7 +4358,7 @@ declare namespace DMS {
|
|
|
4333
4358
|
*/
|
|
4334
4359
|
CdcMaxBatchInterval?: IntegerOptional;
|
|
4335
4360
|
/**
|
|
4336
|
-
* Minimum file size, defined in
|
|
4361
|
+
* Minimum file size, defined in kilobytes, to reach for a file output to Amazon S3. When CdcMinFileSize and CdcMaxBatchInterval are both specified, the file write is triggered by whichever parameter condition is met first within an DMS CloudFormation template. The default value is 32 MB.
|
|
4337
4362
|
*/
|
|
4338
4363
|
CdcMinFileSize?: IntegerOptional;
|
|
4339
4364
|
/**
|
|
@@ -4559,7 +4584,7 @@ declare namespace DMS {
|
|
|
4559
4584
|
export type SubnetList = Subnet[];
|
|
4560
4585
|
export interface SupportedEndpointType {
|
|
4561
4586
|
/**
|
|
4562
|
-
* The database engine name. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "redshift", "s3", "db2", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", and "
|
|
4587
|
+
* The database engine name. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", and "babelfish".
|
|
4563
4588
|
*/
|
|
4564
4589
|
EngineName?: String;
|
|
4565
4590
|
/**
|
|
@@ -4575,7 +4600,7 @@ declare namespace DMS {
|
|
|
4575
4600
|
*/
|
|
4576
4601
|
ReplicationInstanceEngineMinimumVersion?: String;
|
|
4577
4602
|
/**
|
|
4578
|
-
* The expanded name for the engine name. For example, if the EngineName parameter is "aurora,
|
|
4603
|
+
* The expanded name for the engine name. For example, if the EngineName parameter is "aurora", this value would be "Amazon Aurora MySQL".
|
|
4579
4604
|
*/
|
|
4580
4605
|
EngineDisplayName?: String;
|
|
4581
4606
|
}
|
|
@@ -4637,6 +4662,22 @@ declare namespace DMS {
|
|
|
4637
4662
|
* The data definition language (DDL) used to build and modify the structure of your tables.
|
|
4638
4663
|
*/
|
|
4639
4664
|
Ddls?: Long;
|
|
4665
|
+
/**
|
|
4666
|
+
* The number of insert actions applied on a target table.
|
|
4667
|
+
*/
|
|
4668
|
+
AppliedInserts?: LongOptional;
|
|
4669
|
+
/**
|
|
4670
|
+
* The number of delete actions applied on a target table.
|
|
4671
|
+
*/
|
|
4672
|
+
AppliedDeletes?: LongOptional;
|
|
4673
|
+
/**
|
|
4674
|
+
* The number of update actions applied on a target table.
|
|
4675
|
+
*/
|
|
4676
|
+
AppliedUpdates?: LongOptional;
|
|
4677
|
+
/**
|
|
4678
|
+
* The number of data definition language (DDL) statements used to build and modify the structure of your tables applied on the target.
|
|
4679
|
+
*/
|
|
4680
|
+
AppliedDdls?: LongOptional;
|
|
4640
4681
|
/**
|
|
4641
4682
|
* The number of rows added during the full load operation.
|
|
4642
4683
|
*/
|
|
@@ -8373,7 +8373,7 @@ declare namespace EC2 {
|
|
|
8373
8373
|
*/
|
|
8374
8374
|
LogGroupName?: String;
|
|
8375
8375
|
/**
|
|
8376
|
-
* The IDs of the resources to monitor. For example, if the resource type is VPC, specify the IDs of the VPCs. Constraints: Maximum of 1000
|
|
8376
|
+
* The IDs of the resources to monitor. For example, if the resource type is VPC, specify the IDs of the VPCs. Constraints: Maximum of 25 for transit gateway resource types. Maximum of 1000 for the other resource types.
|
|
8377
8377
|
*/
|
|
8378
8378
|
ResourceIds: FlowLogResourceIds;
|
|
8379
8379
|
/**
|
|
@@ -8381,7 +8381,7 @@ declare namespace EC2 {
|
|
|
8381
8381
|
*/
|
|
8382
8382
|
ResourceType: FlowLogsResourceType;
|
|
8383
8383
|
/**
|
|
8384
|
-
* The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).
|
|
8384
|
+
* The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic). This parameter is not supported for transit gateway resource types. It is required for the other resource types.
|
|
8385
8385
|
*/
|
|
8386
8386
|
TrafficType?: TrafficType;
|
|
8387
8387
|
/**
|
|
@@ -8393,7 +8393,7 @@ declare namespace EC2 {
|
|
|
8393
8393
|
*/
|
|
8394
8394
|
LogDestination?: String;
|
|
8395
8395
|
/**
|
|
8396
|
-
* The fields to include in the flow log record. List the fields in the order in which they should appear.
|
|
8396
|
+
* The fields to include in the flow log record. List the fields in the order in which they should appear. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must include at least one field. For more information about the available fields, see Flow log records in the Amazon VPC User Guide or Transit Gateway Flow Log records in the Amazon Web Services Transit Gateway Guide. Specify the fields using the ${field-id} format, separated by spaces. For the CLI, surround this parameter value with single quotes on Linux or double quotes on Windows.
|
|
8397
8397
|
*/
|
|
8398
8398
|
LogFormat?: String;
|
|
8399
8399
|
/**
|
|
@@ -8401,7 +8401,7 @@ declare namespace EC2 {
|
|
|
8401
8401
|
*/
|
|
8402
8402
|
TagSpecifications?: TagSpecificationList;
|
|
8403
8403
|
/**
|
|
8404
|
-
* The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record.
|
|
8404
|
+
* The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. The possible values are 60 seconds (1 minute) or 600 seconds (10 minutes). This parameter must be 60 seconds for transit gateway resource types. When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify. Default: 600
|
|
8405
8405
|
*/
|
|
8406
8406
|
MaxAggregationInterval?: Integer;
|
|
8407
8407
|
/**
|
|
@@ -8948,6 +8948,10 @@ declare namespace EC2 {
|
|
|
8948
8948
|
* Indicates whether the NAT gateway supports public or private connectivity. The default is public connectivity.
|
|
8949
8949
|
*/
|
|
8950
8950
|
ConnectivityType?: ConnectivityType;
|
|
8951
|
+
/**
|
|
8952
|
+
* The private IPv4 address to assign to the NAT gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.
|
|
8953
|
+
*/
|
|
8954
|
+
PrivateIpAddress?: String;
|
|
8951
8955
|
}
|
|
8952
8956
|
export interface CreateNatGatewayResult {
|
|
8953
8957
|
/**
|
|
@@ -31487,7 +31491,7 @@ declare namespace EC2 {
|
|
|
31487
31491
|
}
|
|
31488
31492
|
export interface SpotFleetRequestConfigData {
|
|
31489
31493
|
/**
|
|
31490
|
-
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide.
|
|
31494
|
+
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide. lowestPrice - Spot Fleet launches instances from the lowest-price Spot Instance pool that has available capacity. If the cheapest pool doesn't have available capacity, the Spot Instances come from the next cheapest pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, Spot Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. diversified - Spot Fleet launches instances from all of the Spot Instance pools that you specify. capacityOptimized (recommended) - Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. To give certain instance types a higher chance of launching first, use capacityOptimizedPrioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacityOptimizedPrioritized is supported only if your Spot Fleet uses a launch template. Note that if the OnDemandAllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity. Default: lowestPrice
|
|
31491
31495
|
*/
|
|
31492
31496
|
AllocationStrategy?: AllocationStrategy;
|
|
31493
31497
|
/**
|
|
@@ -31743,7 +31747,7 @@ declare namespace EC2 {
|
|
|
31743
31747
|
}
|
|
31744
31748
|
export interface SpotOptions {
|
|
31745
31749
|
/**
|
|
31746
|
-
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide. price-
|
|
31750
|
+
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide. lowest-price - EC2 Fleet launches instances from the lowest-price Spot Instance pool that has available capacity. If the cheapest pool doesn't have available capacity, the Spot Instances come from the next cheapest pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. diversified - EC2 Fleet launches instances from all of the Spot Instance pools that you specify. capacity-optimized (recommended) - EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. To give certain instance types a higher chance of launching first, use capacity-optimized-prioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacity-optimized-prioritized is supported only if your fleet uses a launch template. Note that if the On-Demand AllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity. Default: lowest-price
|
|
31747
31751
|
*/
|
|
31748
31752
|
AllocationStrategy?: SpotAllocationStrategy;
|
|
31749
31753
|
/**
|
|
@@ -31777,7 +31781,7 @@ declare namespace EC2 {
|
|
|
31777
31781
|
}
|
|
31778
31782
|
export interface SpotOptionsRequest {
|
|
31779
31783
|
/**
|
|
31780
|
-
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide. price-
|
|
31784
|
+
* The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide. lowest-price - EC2 Fleet launches instances from the lowest-price Spot Instance pool that has available capacity. If the cheapest pool doesn't have available capacity, the Spot Instances come from the next cheapest pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. diversified - EC2 Fleet launches instances from all of the Spot Instance pools that you specify. capacity-optimized (recommended) - EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. To give certain instance types a higher chance of launching first, use capacity-optimized-prioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacity-optimized-prioritized is supported only if your fleet uses a launch template. Note that if the On-Demand AllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity. Default: lowest-price
|
|
31781
31785
|
*/
|
|
31782
31786
|
AllocationStrategy?: SpotAllocationStrategy;
|
|
31783
31787
|
/**
|
|
@@ -29,11 +29,11 @@ declare class EKS extends Service {
|
|
|
29
29
|
*/
|
|
30
30
|
associateIdentityProviderConfig(callback?: (err: AWSError, data: EKS.Types.AssociateIdentityProviderConfigResponse) => void): Request<EKS.Types.AssociateIdentityProviderConfigResponse, AWSError>;
|
|
31
31
|
/**
|
|
32
|
-
* Creates an Amazon EKS add-on. Amazon EKS add-ons help to automate the provisioning and lifecycle management of common operational software for Amazon EKS clusters.
|
|
32
|
+
* Creates an Amazon EKS add-on. Amazon EKS add-ons help to automate the provisioning and lifecycle management of common operational software for Amazon EKS clusters. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.
|
|
33
33
|
*/
|
|
34
34
|
createAddon(params: EKS.Types.CreateAddonRequest, callback?: (err: AWSError, data: EKS.Types.CreateAddonResponse) => void): Request<EKS.Types.CreateAddonResponse, AWSError>;
|
|
35
35
|
/**
|
|
36
|
-
* Creates an Amazon EKS add-on. Amazon EKS add-ons help to automate the provisioning and lifecycle management of common operational software for Amazon EKS clusters.
|
|
36
|
+
* Creates an Amazon EKS add-on. Amazon EKS add-ons help to automate the provisioning and lifecycle management of common operational software for Amazon EKS clusters. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.
|
|
37
37
|
*/
|
|
38
38
|
createAddon(callback?: (err: AWSError, data: EKS.Types.CreateAddonResponse) => void): Request<EKS.Types.CreateAddonResponse, AWSError>;
|
|
39
39
|
/**
|
|
@@ -660,6 +660,18 @@ declare namespace EKS {
|
|
|
660
660
|
*/
|
|
661
661
|
roleArn?: String;
|
|
662
662
|
}
|
|
663
|
+
export interface ControlPlanePlacementRequest {
|
|
664
|
+
/**
|
|
665
|
+
* The name of the placement group for the Kubernetes control plane instances. This setting can't be changed after cluster creation.
|
|
666
|
+
*/
|
|
667
|
+
groupName?: String;
|
|
668
|
+
}
|
|
669
|
+
export interface ControlPlanePlacementResponse {
|
|
670
|
+
/**
|
|
671
|
+
* The name of the placement group for the Kubernetes control plane instances.
|
|
672
|
+
*/
|
|
673
|
+
groupName?: String;
|
|
674
|
+
}
|
|
663
675
|
export interface CreateAddonRequest {
|
|
664
676
|
/**
|
|
665
677
|
* The name of the cluster to create the add-on for.
|
|
@@ -731,7 +743,7 @@ declare namespace EKS {
|
|
|
731
743
|
*/
|
|
732
744
|
encryptionConfig?: EncryptionConfigList;
|
|
733
745
|
/**
|
|
734
|
-
* An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a local cluster on an Outpost, review
|
|
746
|
+
* An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a local cluster on an Outpost, review Local clusters for Amazon EKS on Amazon Web Services Outposts in the Amazon EKS User Guide. This object isn't available for creating Amazon EKS clusters on the Amazon Web Services cloud.
|
|
735
747
|
*/
|
|
736
748
|
outpostConfig?: OutpostConfigRequest;
|
|
737
749
|
}
|
|
@@ -1219,7 +1231,7 @@ declare namespace EKS {
|
|
|
1219
1231
|
*/
|
|
1220
1232
|
name?: String;
|
|
1221
1233
|
/**
|
|
1222
|
-
* The
|
|
1234
|
+
* The version number of the launch template to use. If no version is specified, then the template's default version is used.
|
|
1223
1235
|
*/
|
|
1224
1236
|
version?: String;
|
|
1225
1237
|
/**
|
|
@@ -1648,9 +1660,13 @@ declare namespace EKS {
|
|
|
1648
1660
|
*/
|
|
1649
1661
|
outpostArns: StringList;
|
|
1650
1662
|
/**
|
|
1651
|
-
* The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts.
|
|
1663
|
+
* The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. Choose an instance type based on the number of nodes that your cluster will have. For more information, see Capacity considerations in the Amazon EKS User Guide. The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. The control plane is not automatically scaled by Amazon EKS.
|
|
1652
1664
|
*/
|
|
1653
1665
|
controlPlaneInstanceType: String;
|
|
1666
|
+
/**
|
|
1667
|
+
* An object representing the placement configuration for all the control plane instance of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
|
|
1668
|
+
*/
|
|
1669
|
+
controlPlanePlacement?: ControlPlanePlacementRequest;
|
|
1654
1670
|
}
|
|
1655
1671
|
export interface OutpostConfigResponse {
|
|
1656
1672
|
/**
|
|
@@ -1661,6 +1677,10 @@ declare namespace EKS {
|
|
|
1661
1677
|
* The Amazon EC2 instance type used for the control plane. The instance type is the same for all control plane instances.
|
|
1662
1678
|
*/
|
|
1663
1679
|
controlPlaneInstanceType: String;
|
|
1680
|
+
/**
|
|
1681
|
+
* An object representing the placement configuration for all the control plane instance of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
|
|
1682
|
+
*/
|
|
1683
|
+
controlPlanePlacement?: ControlPlanePlacementResponse;
|
|
1664
1684
|
}
|
|
1665
1685
|
export type PercentCapacity = number;
|
|
1666
1686
|
export interface Provider {
|
|
@@ -1947,7 +1967,7 @@ declare namespace EKS {
|
|
|
1947
1967
|
*/
|
|
1948
1968
|
subnetIds?: StringList;
|
|
1949
1969
|
/**
|
|
1950
|
-
* Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use that allow communication between your nodes and the Kubernetes control plane. If you don't specify any security groups, then familiarize yourself with the difference between Amazon EKS defaults for clusters deployed with Kubernetes
|
|
1970
|
+
* Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use that allow communication between your nodes and the Kubernetes control plane. If you don't specify any security groups, then familiarize yourself with the difference between Amazon EKS defaults for clusters deployed with Kubernetes. For more information, see Amazon EKS security group considerations in the Amazon EKS User Guide .
|
|
1951
1971
|
*/
|
|
1952
1972
|
securityGroupIds?: StringList;
|
|
1953
1973
|
/**
|
|
@@ -601,7 +601,17 @@ declare namespace ElastiCache {
|
|
|
601
601
|
*/
|
|
602
602
|
PasswordCount?: IntegerOptional;
|
|
603
603
|
}
|
|
604
|
-
export
|
|
604
|
+
export interface AuthenticationMode {
|
|
605
|
+
/**
|
|
606
|
+
* Specifies the authentication type. Possible options are IAM authentication, password and no password.
|
|
607
|
+
*/
|
|
608
|
+
Type?: InputAuthenticationType;
|
|
609
|
+
/**
|
|
610
|
+
* Specifies the passwords to use for authentication if Type is set to password.
|
|
611
|
+
*/
|
|
612
|
+
Passwords?: PasswordListInput;
|
|
613
|
+
}
|
|
614
|
+
export type AuthenticationType = "password"|"no-password"|"iam"|string;
|
|
605
615
|
export interface AuthorizeCacheSecurityGroupIngressMessage {
|
|
606
616
|
/**
|
|
607
617
|
* The cache security group that allows network ingress.
|
|
@@ -1585,6 +1595,10 @@ declare namespace ElastiCache {
|
|
|
1585
1595
|
* A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
|
|
1586
1596
|
*/
|
|
1587
1597
|
Tags?: TagList;
|
|
1598
|
+
/**
|
|
1599
|
+
* Specifies how to authenticate the user.
|
|
1600
|
+
*/
|
|
1601
|
+
AuthenticationMode?: AuthenticationMode;
|
|
1588
1602
|
}
|
|
1589
1603
|
export interface CustomerNodeEndpoint {
|
|
1590
1604
|
/**
|
|
@@ -2422,6 +2436,7 @@ declare namespace ElastiCache {
|
|
|
2422
2436
|
export interface IncreaseReplicaCountResult {
|
|
2423
2437
|
ReplicationGroup?: ReplicationGroup;
|
|
2424
2438
|
}
|
|
2439
|
+
export type InputAuthenticationType = "password"|"no-password-required"|"iam"|string;
|
|
2425
2440
|
export type Integer = number;
|
|
2426
2441
|
export type IntegerOptional = number;
|
|
2427
2442
|
export type IpDiscovery = "ipv4"|"ipv6"|string;
|
|
@@ -2823,6 +2838,10 @@ declare namespace ElastiCache {
|
|
|
2823
2838
|
* Indicates no password is required for the user.
|
|
2824
2839
|
*/
|
|
2825
2840
|
NoPasswordRequired?: BooleanOptional;
|
|
2841
|
+
/**
|
|
2842
|
+
* Specifies how to authenticate the user.
|
|
2843
|
+
*/
|
|
2844
|
+
AuthenticationMode?: AuthenticationMode;
|
|
2826
2845
|
}
|
|
2827
2846
|
export type MultiAZStatus = "enabled"|"disabled"|string;
|
|
2828
2847
|
export type NetworkType = "ipv4"|"ipv6"|"dual_stack"|string;
|