cdk-docker-image-deployment 0.0.45 → 0.0.47
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 +5 -5
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +2 -0
- package/node_modules/aws-sdk/CHANGELOG.md +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +30 -27
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +377 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +5 -1
- package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.min.json +173 -49
- package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +132 -132
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +311 -1
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +533 -12
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -652
- package/node_modules/aws-sdk/apis/servicediscovery-2017-03-14.examples.json +2 -2
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +123 -80
- package/node_modules/aws-sdk/apis/support-app-2021-08-20.min.json +28 -1
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +290 -63
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +54 -40
- package/node_modules/aws-sdk/clients/configservice.d.ts +24 -24
- package/node_modules/aws-sdk/clients/connect.d.ts +327 -55
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +4 -4
- package/node_modules/aws-sdk/clients/managedblockchain.d.ts +191 -46
- package/node_modules/aws-sdk/clients/s3.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +121 -5
- package/node_modules/aws-sdk/clients/servicediscovery.d.ts +45 -45
- package/node_modules/aws-sdk/clients/sesv2.d.ts +79 -27
- package/node_modules/aws-sdk/clients/supportapp.d.ts +48 -10
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +199 -1
- 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 +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +727 -165
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +9 -9
|
@@ -44,11 +44,11 @@ declare class SESV2 extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
createContactList(callback?: (err: AWSError, data: SESV2.Types.CreateContactListResponse) => void): Request<SESV2.Types.CreateContactListResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Creates a new custom verification email template. For more information about custom verification email templates, see Using
|
|
47
|
+
* Creates a new custom verification email template. For more information about custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide. You can execute this operation no more than once per second.
|
|
48
48
|
*/
|
|
49
49
|
createCustomVerificationEmailTemplate(params: SESV2.Types.CreateCustomVerificationEmailTemplateRequest, callback?: (err: AWSError, data: SESV2.Types.CreateCustomVerificationEmailTemplateResponse) => void): Request<SESV2.Types.CreateCustomVerificationEmailTemplateResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Creates a new custom verification email template. For more information about custom verification email templates, see Using
|
|
51
|
+
* Creates a new custom verification email template. For more information about custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide. You can execute this operation no more than once per second.
|
|
52
52
|
*/
|
|
53
53
|
createCustomVerificationEmailTemplate(callback?: (err: AWSError, data: SESV2.Types.CreateCustomVerificationEmailTemplateResponse) => void): Request<SESV2.Types.CreateCustomVerificationEmailTemplateResponse, AWSError>;
|
|
54
54
|
/**
|
|
@@ -132,11 +132,11 @@ declare class SESV2 extends Service {
|
|
|
132
132
|
*/
|
|
133
133
|
deleteContactList(callback?: (err: AWSError, data: SESV2.Types.DeleteContactListResponse) => void): Request<SESV2.Types.DeleteContactListResponse, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* Deletes an existing custom verification email template. For more information about custom verification email templates, see Using
|
|
135
|
+
* Deletes an existing custom verification email template. For more information about custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide. You can execute this operation no more than once per second.
|
|
136
136
|
*/
|
|
137
137
|
deleteCustomVerificationEmailTemplate(params: SESV2.Types.DeleteCustomVerificationEmailTemplateRequest, callback?: (err: AWSError, data: SESV2.Types.DeleteCustomVerificationEmailTemplateResponse) => void): Request<SESV2.Types.DeleteCustomVerificationEmailTemplateResponse, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* Deletes an existing custom verification email template. For more information about custom verification email templates, see Using
|
|
139
|
+
* Deletes an existing custom verification email template. For more information about custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide. You can execute this operation no more than once per second.
|
|
140
140
|
*/
|
|
141
141
|
deleteCustomVerificationEmailTemplate(callback?: (err: AWSError, data: SESV2.Types.DeleteCustomVerificationEmailTemplateResponse) => void): Request<SESV2.Types.DeleteCustomVerificationEmailTemplateResponse, AWSError>;
|
|
142
142
|
/**
|
|
@@ -228,11 +228,11 @@ declare class SESV2 extends Service {
|
|
|
228
228
|
*/
|
|
229
229
|
getContactList(callback?: (err: AWSError, data: SESV2.Types.GetContactListResponse) => void): Request<SESV2.Types.GetContactListResponse, AWSError>;
|
|
230
230
|
/**
|
|
231
|
-
* Returns the custom email verification template for the template name you specify. For more information about custom verification email templates, see Using
|
|
231
|
+
* Returns the custom email verification template for the template name you specify. For more information about custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide. You can execute this operation no more than once per second.
|
|
232
232
|
*/
|
|
233
233
|
getCustomVerificationEmailTemplate(params: SESV2.Types.GetCustomVerificationEmailTemplateRequest, callback?: (err: AWSError, data: SESV2.Types.GetCustomVerificationEmailTemplateResponse) => void): Request<SESV2.Types.GetCustomVerificationEmailTemplateResponse, AWSError>;
|
|
234
234
|
/**
|
|
235
|
-
* Returns the custom email verification template for the template name you specify. For more information about custom verification email templates, see Using
|
|
235
|
+
* Returns the custom email verification template for the template name you specify. For more information about custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide. You can execute this operation no more than once per second.
|
|
236
236
|
*/
|
|
237
237
|
getCustomVerificationEmailTemplate(callback?: (err: AWSError, data: SESV2.Types.GetCustomVerificationEmailTemplateResponse) => void): Request<SESV2.Types.GetCustomVerificationEmailTemplateResponse, AWSError>;
|
|
238
238
|
/**
|
|
@@ -243,6 +243,14 @@ declare class SESV2 extends Service {
|
|
|
243
243
|
* Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated with, as well information about the automatic warm-up process for the address.
|
|
244
244
|
*/
|
|
245
245
|
getDedicatedIp(callback?: (err: AWSError, data: SESV2.Types.GetDedicatedIpResponse) => void): Request<SESV2.Types.GetDedicatedIpResponse, AWSError>;
|
|
246
|
+
/**
|
|
247
|
+
* Retrieve information about the dedicated pool.
|
|
248
|
+
*/
|
|
249
|
+
getDedicatedIpPool(params: SESV2.Types.GetDedicatedIpPoolRequest, callback?: (err: AWSError, data: SESV2.Types.GetDedicatedIpPoolResponse) => void): Request<SESV2.Types.GetDedicatedIpPoolResponse, AWSError>;
|
|
250
|
+
/**
|
|
251
|
+
* Retrieve information about the dedicated pool.
|
|
252
|
+
*/
|
|
253
|
+
getDedicatedIpPool(callback?: (err: AWSError, data: SESV2.Types.GetDedicatedIpPoolResponse) => void): Request<SESV2.Types.GetDedicatedIpPoolResponse, AWSError>;
|
|
246
254
|
/**
|
|
247
255
|
* List the dedicated IP addresses that are associated with your Amazon Web Services account.
|
|
248
256
|
*/
|
|
@@ -348,11 +356,11 @@ declare class SESV2 extends Service {
|
|
|
348
356
|
*/
|
|
349
357
|
listContacts(callback?: (err: AWSError, data: SESV2.Types.ListContactsResponse) => void): Request<SESV2.Types.ListContactsResponse, AWSError>;
|
|
350
358
|
/**
|
|
351
|
-
* Lists the existing custom verification email templates for your account in the current Amazon Web Services Region. For more information about custom verification email templates, see Using
|
|
359
|
+
* Lists the existing custom verification email templates for your account in the current Amazon Web Services Region. For more information about custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide. You can execute this operation no more than once per second.
|
|
352
360
|
*/
|
|
353
361
|
listCustomVerificationEmailTemplates(params: SESV2.Types.ListCustomVerificationEmailTemplatesRequest, callback?: (err: AWSError, data: SESV2.Types.ListCustomVerificationEmailTemplatesResponse) => void): Request<SESV2.Types.ListCustomVerificationEmailTemplatesResponse, AWSError>;
|
|
354
362
|
/**
|
|
355
|
-
* Lists the existing custom verification email templates for your account in the current Amazon Web Services Region. For more information about custom verification email templates, see Using
|
|
363
|
+
* Lists the existing custom verification email templates for your account in the current Amazon Web Services Region. For more information about custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide. You can execute this operation no more than once per second.
|
|
356
364
|
*/
|
|
357
365
|
listCustomVerificationEmailTemplates(callback?: (err: AWSError, data: SESV2.Types.ListCustomVerificationEmailTemplatesResponse) => void): Request<SESV2.Types.ListCustomVerificationEmailTemplatesResponse, AWSError>;
|
|
358
366
|
/**
|
|
@@ -572,11 +580,11 @@ declare class SESV2 extends Service {
|
|
|
572
580
|
*/
|
|
573
581
|
sendBulkEmail(callback?: (err: AWSError, data: SESV2.Types.SendBulkEmailResponse) => void): Request<SESV2.Types.SendBulkEmailResponse, AWSError>;
|
|
574
582
|
/**
|
|
575
|
-
* Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address. To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using
|
|
583
|
+
* Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address. To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide. You can execute this operation no more than once per second.
|
|
576
584
|
*/
|
|
577
585
|
sendCustomVerificationEmail(params: SESV2.Types.SendCustomVerificationEmailRequest, callback?: (err: AWSError, data: SESV2.Types.SendCustomVerificationEmailResponse) => void): Request<SESV2.Types.SendCustomVerificationEmailResponse, AWSError>;
|
|
578
586
|
/**
|
|
579
|
-
* Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address. To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using
|
|
587
|
+
* Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address. To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide. You can execute this operation no more than once per second.
|
|
580
588
|
*/
|
|
581
589
|
sendCustomVerificationEmail(callback?: (err: AWSError, data: SESV2.Types.SendCustomVerificationEmailResponse) => void): Request<SESV2.Types.SendCustomVerificationEmailResponse, AWSError>;
|
|
582
590
|
/**
|
|
@@ -636,11 +644,11 @@ declare class SESV2 extends Service {
|
|
|
636
644
|
*/
|
|
637
645
|
updateContactList(callback?: (err: AWSError, data: SESV2.Types.UpdateContactListResponse) => void): Request<SESV2.Types.UpdateContactListResponse, AWSError>;
|
|
638
646
|
/**
|
|
639
|
-
* Updates an existing custom verification email template. For more information about custom verification email templates, see Using
|
|
647
|
+
* Updates an existing custom verification email template. For more information about custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide. You can execute this operation no more than once per second.
|
|
640
648
|
*/
|
|
641
649
|
updateCustomVerificationEmailTemplate(params: SESV2.Types.UpdateCustomVerificationEmailTemplateRequest, callback?: (err: AWSError, data: SESV2.Types.UpdateCustomVerificationEmailTemplateResponse) => void): Request<SESV2.Types.UpdateCustomVerificationEmailTemplateResponse, AWSError>;
|
|
642
650
|
/**
|
|
643
|
-
* Updates an existing custom verification email template. For more information about custom verification email templates, see Using
|
|
651
|
+
* Updates an existing custom verification email template. For more information about custom verification email templates, see Using custom verification email templates in the Amazon SES Developer Guide. You can execute this operation no more than once per second.
|
|
644
652
|
*/
|
|
645
653
|
updateCustomVerificationEmailTemplate(callback?: (err: AWSError, data: SESV2.Types.UpdateCustomVerificationEmailTemplateResponse) => void): Request<SESV2.Types.UpdateCustomVerificationEmailTemplateResponse, AWSError>;
|
|
646
654
|
/**
|
|
@@ -699,7 +707,7 @@ declare namespace SESV2 {
|
|
|
699
707
|
*/
|
|
700
708
|
RblName?: RblName;
|
|
701
709
|
/**
|
|
702
|
-
* The time when the blacklisting event occurred
|
|
710
|
+
* The time when the blacklisting event occurred.
|
|
703
711
|
*/
|
|
704
712
|
ListingTime?: Timestamp;
|
|
705
713
|
/**
|
|
@@ -777,7 +785,7 @@ declare namespace SESV2 {
|
|
|
777
785
|
*/
|
|
778
786
|
DimensionValueSource: DimensionValueSource;
|
|
779
787
|
/**
|
|
780
|
-
* The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the dimension when you send an email. This value has to meet the following criteria:
|
|
788
|
+
* The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the dimension when you send an email. This value has to meet the following criteria: Can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-), at signs (@), and periods (.). It can contain no more than 256 characters.
|
|
781
789
|
*/
|
|
782
790
|
DefaultDimensionValue: DefaultDimensionValue;
|
|
783
791
|
}
|
|
@@ -942,7 +950,7 @@ declare namespace SESV2 {
|
|
|
942
950
|
*/
|
|
943
951
|
TemplateSubject: EmailTemplateSubject;
|
|
944
952
|
/**
|
|
945
|
-
* The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom
|
|
953
|
+
* The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom verification email frequently asked questions in the Amazon SES Developer Guide.
|
|
946
954
|
*/
|
|
947
955
|
TemplateContent: TemplateContent;
|
|
948
956
|
/**
|
|
@@ -965,6 +973,10 @@ declare namespace SESV2 {
|
|
|
965
973
|
* An object that defines the tags (keys and values) that you want to associate with the pool.
|
|
966
974
|
*/
|
|
967
975
|
Tags?: TagList;
|
|
976
|
+
/**
|
|
977
|
+
* The type of scaling mode.
|
|
978
|
+
*/
|
|
979
|
+
ScalingMode?: ScalingMode;
|
|
968
980
|
}
|
|
969
981
|
export interface CreateDedicatedIpPoolResponse {
|
|
970
982
|
}
|
|
@@ -1131,6 +1143,16 @@ declare namespace SESV2 {
|
|
|
1131
1143
|
PoolName?: PoolName;
|
|
1132
1144
|
}
|
|
1133
1145
|
export type DedicatedIpList = DedicatedIp[];
|
|
1146
|
+
export interface DedicatedIpPool {
|
|
1147
|
+
/**
|
|
1148
|
+
* The name of the dedicated IP pool.
|
|
1149
|
+
*/
|
|
1150
|
+
PoolName: PoolName;
|
|
1151
|
+
/**
|
|
1152
|
+
* The type of the dedicated IP pool. STANDARD – A dedicated IP pool where the customer can control which IPs are part of the pool. MANAGED – A dedicated IP pool where the reputation and number of IPs is automatically managed by Amazon SES.
|
|
1153
|
+
*/
|
|
1154
|
+
ScalingMode: ScalingMode;
|
|
1155
|
+
}
|
|
1134
1156
|
export type DefaultDimensionValue = string;
|
|
1135
1157
|
export interface DeleteConfigurationSetEventDestinationRequest {
|
|
1136
1158
|
/**
|
|
@@ -1243,7 +1265,7 @@ declare namespace SESV2 {
|
|
|
1243
1265
|
*/
|
|
1244
1266
|
FromEmailAddress?: EmailAddress;
|
|
1245
1267
|
/**
|
|
1246
|
-
* The date and time when the predictive inbox placement test was created
|
|
1268
|
+
* The date and time when the predictive inbox placement test was created.
|
|
1247
1269
|
*/
|
|
1248
1270
|
CreateDate?: Timestamp;
|
|
1249
1271
|
/**
|
|
@@ -1354,11 +1376,11 @@ declare namespace SESV2 {
|
|
|
1354
1376
|
*/
|
|
1355
1377
|
SendingIps?: IpList;
|
|
1356
1378
|
/**
|
|
1357
|
-
* The first time
|
|
1379
|
+
* The first time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
|
|
1358
1380
|
*/
|
|
1359
1381
|
FirstSeenDateTime?: Timestamp;
|
|
1360
1382
|
/**
|
|
1361
|
-
* The last time
|
|
1383
|
+
* The last time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
|
|
1362
1384
|
*/
|
|
1363
1385
|
LastSeenDateTime?: Timestamp;
|
|
1364
1386
|
/**
|
|
@@ -1397,7 +1419,7 @@ declare namespace SESV2 {
|
|
|
1397
1419
|
*/
|
|
1398
1420
|
Domain?: Domain;
|
|
1399
1421
|
/**
|
|
1400
|
-
* The date
|
|
1422
|
+
* The date when you enabled the Deliverability dashboard for the domain.
|
|
1401
1423
|
*/
|
|
1402
1424
|
SubscriptionStartDate?: Timestamp;
|
|
1403
1425
|
/**
|
|
@@ -1755,6 +1777,18 @@ declare namespace SESV2 {
|
|
|
1755
1777
|
*/
|
|
1756
1778
|
FailureRedirectionURL?: FailureRedirectionURL;
|
|
1757
1779
|
}
|
|
1780
|
+
export interface GetDedicatedIpPoolRequest {
|
|
1781
|
+
/**
|
|
1782
|
+
* The name of the dedicated IP pool to retrieve.
|
|
1783
|
+
*/
|
|
1784
|
+
PoolName: PoolName;
|
|
1785
|
+
}
|
|
1786
|
+
export interface GetDedicatedIpPoolResponse {
|
|
1787
|
+
/**
|
|
1788
|
+
* An object that contains information about a dedicated IP pool.
|
|
1789
|
+
*/
|
|
1790
|
+
DedicatedIpPool?: DedicatedIpPool;
|
|
1791
|
+
}
|
|
1758
1792
|
export interface GetDedicatedIpRequest {
|
|
1759
1793
|
/**
|
|
1760
1794
|
* The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that's assocaited with your Amazon Web Services account.
|
|
@@ -1799,7 +1833,7 @@ declare namespace SESV2 {
|
|
|
1799
1833
|
*/
|
|
1800
1834
|
DashboardEnabled: Enabled;
|
|
1801
1835
|
/**
|
|
1802
|
-
* The date
|
|
1836
|
+
* The date when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month. This value is null if you have an active subscription that isn’t due to expire at the end of the month.
|
|
1803
1837
|
*/
|
|
1804
1838
|
SubscriptionExpiryDate?: Timestamp;
|
|
1805
1839
|
/**
|
|
@@ -1930,6 +1964,10 @@ declare namespace SESV2 {
|
|
|
1930
1964
|
* The configuration set used by default when sending from this identity.
|
|
1931
1965
|
*/
|
|
1932
1966
|
ConfigurationSetName?: ConfigurationSetName;
|
|
1967
|
+
/**
|
|
1968
|
+
* The verification status of the identity. The status can be one of the following: PENDING – The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity. SUCCESS – The verification process completed successfully. FAILED – The verification process failed. TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from determining the verification status of the identity. NOT_STARTED – The verification process hasn't been initiated for the identity.
|
|
1969
|
+
*/
|
|
1970
|
+
VerificationStatus?: VerificationStatus;
|
|
1933
1971
|
}
|
|
1934
1972
|
export interface GetEmailTemplateRequest {
|
|
1935
1973
|
/**
|
|
@@ -2017,6 +2055,10 @@ declare namespace SESV2 {
|
|
|
2017
2055
|
* Indicates whether or not you can send email from the identity. An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
|
|
2018
2056
|
*/
|
|
2019
2057
|
SendingEnabled?: Enabled;
|
|
2058
|
+
/**
|
|
2059
|
+
* The verification status of the identity. The status can be one of the following: PENDING – The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity. SUCCESS – The verification process completed successfully. FAILED – The verification process failed. TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from determining the verification status of the identity. NOT_STARTED – The verification process hasn't been initiated for the identity.
|
|
2060
|
+
*/
|
|
2061
|
+
VerificationStatus?: VerificationStatus;
|
|
2020
2062
|
}
|
|
2021
2063
|
export type IdentityInfoList = IdentityInfo[];
|
|
2022
2064
|
export type IdentityType = "EMAIL_ADDRESS"|"DOMAIN"|"MANAGED_DOMAIN"|string;
|
|
@@ -2050,6 +2092,14 @@ declare namespace SESV2 {
|
|
|
2050
2092
|
* The date and time when the import job was created.
|
|
2051
2093
|
*/
|
|
2052
2094
|
CreatedTimestamp?: Timestamp;
|
|
2095
|
+
/**
|
|
2096
|
+
* The current number of records processed.
|
|
2097
|
+
*/
|
|
2098
|
+
ProcessedRecordsCount?: ProcessedRecordsCount;
|
|
2099
|
+
/**
|
|
2100
|
+
* The number of records that failed processing because of invalid input or other reasons.
|
|
2101
|
+
*/
|
|
2102
|
+
FailedRecordsCount?: FailedRecordsCount;
|
|
2053
2103
|
}
|
|
2054
2104
|
export type ImportJobSummaryList = ImportJobSummary[];
|
|
2055
2105
|
export interface InboxPlacementTrackingOption {
|
|
@@ -2230,11 +2280,11 @@ declare namespace SESV2 {
|
|
|
2230
2280
|
}
|
|
2231
2281
|
export interface ListDomainDeliverabilityCampaignsRequest {
|
|
2232
2282
|
/**
|
|
2233
|
-
* The first day
|
|
2283
|
+
* The first day that you want to obtain deliverability data for.
|
|
2234
2284
|
*/
|
|
2235
2285
|
StartDate: Timestamp;
|
|
2236
2286
|
/**
|
|
2237
|
-
* The last day
|
|
2287
|
+
* The last day that you want to obtain deliverability data for. This value has to be less than or equal to 30 days after the value of the StartDate parameter.
|
|
2238
2288
|
*/
|
|
2239
2289
|
EndDate: Timestamp;
|
|
2240
2290
|
/**
|
|
@@ -2343,11 +2393,11 @@ declare namespace SESV2 {
|
|
|
2343
2393
|
*/
|
|
2344
2394
|
Reasons?: SuppressionListReasons;
|
|
2345
2395
|
/**
|
|
2346
|
-
* Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list after a specific date.
|
|
2396
|
+
* Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list after a specific date.
|
|
2347
2397
|
*/
|
|
2348
2398
|
StartDate?: Timestamp;
|
|
2349
2399
|
/**
|
|
2350
|
-
* Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list before a specific date.
|
|
2400
|
+
* Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list before a specific date.
|
|
2351
2401
|
*/
|
|
2352
2402
|
EndDate?: Timestamp;
|
|
2353
2403
|
/**
|
|
@@ -2391,7 +2441,7 @@ declare namespace SESV2 {
|
|
|
2391
2441
|
*/
|
|
2392
2442
|
MailFromDomainStatus: MailFromDomainStatus;
|
|
2393
2443
|
/**
|
|
2394
|
-
* The action to take if the required MX record can't be found when you send an email. When you set this value to
|
|
2444
|
+
* The action to take if the required MX record can't be found when you send an email. When you set this value to USE_DEFAULT_VALUE, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value to REJECT_MESSAGE, the Amazon SES API v2 returns a MailFromDomainNotVerified error, and doesn't attempt to deliver the email. These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending, Failed, and TemporaryFailure states.
|
|
2395
2445
|
*/
|
|
2396
2446
|
BehaviorOnMxFailure: BehaviorOnMxFailure;
|
|
2397
2447
|
}
|
|
@@ -2763,6 +2813,7 @@ declare namespace SESV2 {
|
|
|
2763
2813
|
}
|
|
2764
2814
|
export type ReviewStatus = "PENDING"|"FAILED"|"GRANTED"|"DENIED"|string;
|
|
2765
2815
|
export type S3Url = string;
|
|
2816
|
+
export type ScalingMode = "STANDARD"|"MANAGED"|string;
|
|
2766
2817
|
export type Selector = string;
|
|
2767
2818
|
export interface SendBulkEmailRequest {
|
|
2768
2819
|
/**
|
|
@@ -2878,7 +2929,7 @@ declare namespace SESV2 {
|
|
|
2878
2929
|
}
|
|
2879
2930
|
export interface SendQuota {
|
|
2880
2931
|
/**
|
|
2881
|
-
* The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period. This value is also
|
|
2932
|
+
* The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period. A value of -1 signifies an unlimited quota. (This value is also referred to as your sending quota.)
|
|
2882
2933
|
*/
|
|
2883
2934
|
Max24HourSend?: Max24HourSend;
|
|
2884
2935
|
/**
|
|
@@ -3160,7 +3211,7 @@ declare namespace SESV2 {
|
|
|
3160
3211
|
*/
|
|
3161
3212
|
TemplateSubject: EmailTemplateSubject;
|
|
3162
3213
|
/**
|
|
3163
|
-
* The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom
|
|
3214
|
+
* The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom verification email frequently asked questions in the Amazon SES Developer Guide.
|
|
3164
3215
|
*/
|
|
3165
3216
|
TemplateContent: TemplateContent;
|
|
3166
3217
|
/**
|
|
@@ -3204,6 +3255,7 @@ declare namespace SESV2 {
|
|
|
3204
3255
|
}
|
|
3205
3256
|
export type UseCaseDescription = string;
|
|
3206
3257
|
export type UseDefaultIfPreferenceUnavailable = boolean;
|
|
3258
|
+
export type VerificationStatus = "PENDING"|"SUCCESS"|"FAILED"|"TEMPORARY_FAILURE"|"NOT_STARTED"|string;
|
|
3207
3259
|
export type Volume = number;
|
|
3208
3260
|
export interface VolumeStatistics {
|
|
3209
3261
|
/**
|
|
@@ -75,6 +75,14 @@ declare class SupportApp extends Service {
|
|
|
75
75
|
* Creates or updates an individual alias for each Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.
|
|
76
76
|
*/
|
|
77
77
|
putAccountAlias(callback?: (err: AWSError, data: SupportApp.Types.PutAccountAliasResult) => void): Request<SupportApp.Types.PutAccountAliasResult, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
* Registers a Slack workspace for your Amazon Web Services account. To call this API, your account must be part of an organization in Organizations. If you're the management account and you want to register Slack workspaces for your organization, you must complete the following tasks: Sign in to the Amazon Web Services Support Center and authorize the Slack workspaces where you want your organization to have access to. See Authorize a Slack workspace in the Amazon Web Services Support User Guide. Call the RegisterSlackWorkspaceForOrganization API to authorize each Slack workspace for the organization. After the management account authorizes the Slack workspace, member accounts can call this API to authorize the same Slack workspace for their individual accounts. Member accounts don't need to authorize the Slack workspace manually through the Amazon Web Services Support Center. To use the Amazon Web Services Support App, each account must then complete the following tasks: Create an Identity and Access Management (IAM) role with the required permission. For more information, see Managing access to the Amazon Web Services Support App. Configure a Slack channel to use the Amazon Web Services Support App for support cases for that account. For more information, see Configuring a Slack channel.
|
|
80
|
+
*/
|
|
81
|
+
registerSlackWorkspaceForOrganization(params: SupportApp.Types.RegisterSlackWorkspaceForOrganizationRequest, callback?: (err: AWSError, data: SupportApp.Types.RegisterSlackWorkspaceForOrganizationResult) => void): Request<SupportApp.Types.RegisterSlackWorkspaceForOrganizationResult, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
* Registers a Slack workspace for your Amazon Web Services account. To call this API, your account must be part of an organization in Organizations. If you're the management account and you want to register Slack workspaces for your organization, you must complete the following tasks: Sign in to the Amazon Web Services Support Center and authorize the Slack workspaces where you want your organization to have access to. See Authorize a Slack workspace in the Amazon Web Services Support User Guide. Call the RegisterSlackWorkspaceForOrganization API to authorize each Slack workspace for the organization. After the management account authorizes the Slack workspace, member accounts can call this API to authorize the same Slack workspace for their individual accounts. Member accounts don't need to authorize the Slack workspace manually through the Amazon Web Services Support Center. To use the Amazon Web Services Support App, each account must then complete the following tasks: Create an Identity and Access Management (IAM) role with the required permission. For more information, see Managing access to the Amazon Web Services Support App. Configure a Slack channel to use the Amazon Web Services Support App for support cases for that account. For more information, see Configuring a Slack channel.
|
|
84
|
+
*/
|
|
85
|
+
registerSlackWorkspaceForOrganization(callback?: (err: AWSError, data: SupportApp.Types.RegisterSlackWorkspaceForOrganizationResult) => void): Request<SupportApp.Types.RegisterSlackWorkspaceForOrganizationResult, AWSError>;
|
|
78
86
|
/**
|
|
79
87
|
* Updates the configuration for a Slack channel, such as case update notifications.
|
|
80
88
|
*/
|
|
@@ -85,6 +93,7 @@ declare class SupportApp extends Service {
|
|
|
85
93
|
updateSlackChannelConfiguration(callback?: (err: AWSError, data: SupportApp.Types.UpdateSlackChannelConfigurationResult) => void): Request<SupportApp.Types.UpdateSlackChannelConfigurationResult, AWSError>;
|
|
86
94
|
}
|
|
87
95
|
declare namespace SupportApp {
|
|
96
|
+
export type AccountType = "management"|"member"|string;
|
|
88
97
|
export interface CreateSlackChannelConfigurationRequest {
|
|
89
98
|
/**
|
|
90
99
|
* The channel ID in Slack. This ID identifies a channel within a Slack workspace.
|
|
@@ -103,7 +112,7 @@ declare namespace SupportApp {
|
|
|
103
112
|
*/
|
|
104
113
|
notifyOnAddCorrespondenceToCase?: booleanValue;
|
|
105
114
|
/**
|
|
106
|
-
* The case severity for a support case that you want to receive notifications.
|
|
115
|
+
* The case severity for a support case that you want to receive notifications. If you specify high or all, you must specify true for at least one of the following parameters: notifyOnAddCorrespondenceToCase notifyOnCreateOrReopenCase notifyOnResolveCase If you specify none, the following parameters must be null or false: notifyOnAddCorrespondenceToCase notifyOnCreateOrReopenCase notifyOnResolveCase If you don't specify these parameters in your request, they default to false.
|
|
107
116
|
*/
|
|
108
117
|
notifyOnCaseSeverity: NotificationSeverityLevel;
|
|
109
118
|
/**
|
|
@@ -115,7 +124,7 @@ declare namespace SupportApp {
|
|
|
115
124
|
*/
|
|
116
125
|
notifyOnResolveCase?: booleanValue;
|
|
117
126
|
/**
|
|
118
|
-
* The team ID in Slack. This ID uniquely identifies a Slack workspace.
|
|
127
|
+
* The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
|
|
119
128
|
*/
|
|
120
129
|
teamId: teamId;
|
|
121
130
|
}
|
|
@@ -131,7 +140,7 @@ declare namespace SupportApp {
|
|
|
131
140
|
*/
|
|
132
141
|
channelId: channelId;
|
|
133
142
|
/**
|
|
134
|
-
* The team ID in Slack. This ID uniquely identifies a Slack workspace.
|
|
143
|
+
* The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
|
|
135
144
|
*/
|
|
136
145
|
teamId: teamId;
|
|
137
146
|
}
|
|
@@ -139,7 +148,7 @@ declare namespace SupportApp {
|
|
|
139
148
|
}
|
|
140
149
|
export interface DeleteSlackWorkspaceConfigurationRequest {
|
|
141
150
|
/**
|
|
142
|
-
* The team ID in Slack. This ID uniquely identifies a Slack workspace.
|
|
151
|
+
* The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
|
|
143
152
|
*/
|
|
144
153
|
teamId: teamId;
|
|
145
154
|
}
|
|
@@ -194,13 +203,33 @@ declare namespace SupportApp {
|
|
|
194
203
|
}
|
|
195
204
|
export interface PutAccountAliasResult {
|
|
196
205
|
}
|
|
206
|
+
export interface RegisterSlackWorkspaceForOrganizationRequest {
|
|
207
|
+
/**
|
|
208
|
+
* The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG. Specify the Slack workspace that you want to use for your organization.
|
|
209
|
+
*/
|
|
210
|
+
teamId: teamId;
|
|
211
|
+
}
|
|
212
|
+
export interface RegisterSlackWorkspaceForOrganizationResult {
|
|
213
|
+
/**
|
|
214
|
+
* Whether the Amazon Web Services account is a management or member account that's part of an organization in Organizations.
|
|
215
|
+
*/
|
|
216
|
+
accountType?: AccountType;
|
|
217
|
+
/**
|
|
218
|
+
* The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
|
|
219
|
+
*/
|
|
220
|
+
teamId?: teamId;
|
|
221
|
+
/**
|
|
222
|
+
* The name of the Slack workspace.
|
|
223
|
+
*/
|
|
224
|
+
teamName?: teamName;
|
|
225
|
+
}
|
|
197
226
|
export interface SlackChannelConfiguration {
|
|
198
227
|
/**
|
|
199
228
|
* The channel ID in Slack. This ID identifies a channel within a Slack workspace.
|
|
200
229
|
*/
|
|
201
230
|
channelId: channelId;
|
|
202
231
|
/**
|
|
203
|
-
* The name of the Slack channel that you configured with the Amazon Web Services Support App.
|
|
232
|
+
* The name of the Slack channel that you configured with the Amazon Web Services Support App for your Amazon Web Services account.
|
|
204
233
|
*/
|
|
205
234
|
channelName?: channelName;
|
|
206
235
|
/**
|
|
@@ -224,15 +253,23 @@ declare namespace SupportApp {
|
|
|
224
253
|
*/
|
|
225
254
|
notifyOnResolveCase?: booleanValue;
|
|
226
255
|
/**
|
|
227
|
-
* The team ID in Slack. This ID uniquely identifies a Slack workspace.
|
|
256
|
+
* The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
|
|
228
257
|
*/
|
|
229
258
|
teamId: teamId;
|
|
230
259
|
}
|
|
231
260
|
export interface SlackWorkspaceConfiguration {
|
|
232
261
|
/**
|
|
233
|
-
*
|
|
262
|
+
* Whether to allow member accounts to authorize Slack workspaces. Member accounts must be part of an organization in Organizations.
|
|
263
|
+
*/
|
|
264
|
+
allowOrganizationMemberAccount?: booleanValue;
|
|
265
|
+
/**
|
|
266
|
+
* The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
|
|
234
267
|
*/
|
|
235
268
|
teamId: teamId;
|
|
269
|
+
/**
|
|
270
|
+
* The name of the Slack workspace.
|
|
271
|
+
*/
|
|
272
|
+
teamName?: teamName;
|
|
236
273
|
}
|
|
237
274
|
export type SlackWorkspaceConfigurationList = SlackWorkspaceConfiguration[];
|
|
238
275
|
export interface UpdateSlackChannelConfigurationRequest {
|
|
@@ -253,7 +290,7 @@ declare namespace SupportApp {
|
|
|
253
290
|
*/
|
|
254
291
|
notifyOnAddCorrespondenceToCase?: booleanValue;
|
|
255
292
|
/**
|
|
256
|
-
* The case severity for a support case that you want to receive notifications.
|
|
293
|
+
* The case severity for a support case that you want to receive notifications. If you specify high or all, at least one of the following parameters must be true: notifyOnAddCorrespondenceToCase notifyOnCreateOrReopenCase notifyOnResolveCase If you specify none, any of the following parameters that you specify in your request must be false: notifyOnAddCorrespondenceToCase notifyOnCreateOrReopenCase notifyOnResolveCase If you don't specify these parameters in your request, the Amazon Web Services Support App uses the current values by default.
|
|
257
294
|
*/
|
|
258
295
|
notifyOnCaseSeverity?: NotificationSeverityLevel;
|
|
259
296
|
/**
|
|
@@ -265,7 +302,7 @@ declare namespace SupportApp {
|
|
|
265
302
|
*/
|
|
266
303
|
notifyOnResolveCase?: booleanValue;
|
|
267
304
|
/**
|
|
268
|
-
* The team ID in Slack. This ID uniquely identifies a Slack workspace.
|
|
305
|
+
* The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
|
|
269
306
|
*/
|
|
270
307
|
teamId: teamId;
|
|
271
308
|
}
|
|
@@ -299,7 +336,7 @@ declare namespace SupportApp {
|
|
|
299
336
|
*/
|
|
300
337
|
notifyOnResolveCase?: booleanValue;
|
|
301
338
|
/**
|
|
302
|
-
* The team ID in Slack. This ID uniquely identifies a Slack workspace.
|
|
339
|
+
* The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
|
|
303
340
|
*/
|
|
304
341
|
teamId?: teamId;
|
|
305
342
|
}
|
|
@@ -311,6 +348,7 @@ declare namespace SupportApp {
|
|
|
311
348
|
export type roleArn = string;
|
|
312
349
|
export type slackChannelConfigurationList = SlackChannelConfiguration[];
|
|
313
350
|
export type teamId = string;
|
|
351
|
+
export type teamName = string;
|
|
314
352
|
/**
|
|
315
353
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
316
354
|
*/
|