aws-sdk 2.1004.0 → 2.1008.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.
Files changed (35) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.min.json +62 -56
  4. package/apis/ec2-2016-11-15.min.json +813 -781
  5. package/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
  6. package/apis/frauddetector-2019-11-15.min.json +358 -75
  7. package/apis/frauddetector-2019-11-15.paginators.json +5 -0
  8. package/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
  9. package/apis/medialive-2017-10-14.min.json +297 -227
  10. package/apis/mediatailor-2018-04-23.min.json +288 -75
  11. package/apis/mediatailor-2018-04-23.paginators.json +6 -0
  12. package/apis/robomaker-2018-06-29.min.json +213 -200
  13. package/apis/sagemaker-2017-07-24.min.json +1 -2
  14. package/apis/storagegateway-2013-06-30.min.json +53 -9
  15. package/apis/workmail-2017-10-01.min.json +156 -27
  16. package/apis/workmail-2017-10-01.paginators.json +5 -0
  17. package/clients/autoscaling.d.ts +12 -8
  18. package/clients/configservice.d.ts +1 -1
  19. package/clients/ec2.d.ts +128 -86
  20. package/clients/ecs.d.ts +4 -4
  21. package/clients/elbv2.d.ts +18 -1
  22. package/clients/frauddetector.d.ts +434 -26
  23. package/clients/kinesisanalyticsv2.d.ts +30 -30
  24. package/clients/medialive.d.ts +76 -5
  25. package/clients/mediatailor.d.ts +224 -0
  26. package/clients/robomaker.d.ts +54 -9
  27. package/clients/sagemaker.d.ts +2 -2
  28. package/clients/storagegateway.d.ts +85 -33
  29. package/clients/workmail.d.ts +171 -7
  30. package/dist/aws-sdk-core-react-native.js +1 -1
  31. package/dist/aws-sdk-react-native.js +15 -15
  32. package/dist/aws-sdk.js +963 -875
  33. package/dist/aws-sdk.min.js +70 -70
  34. package/lib/core.js +1 -1
  35. package/package.json +1 -1
@@ -84,11 +84,11 @@ declare class WorkMail extends Service {
84
84
  */
85
85
  createUser(callback?: (err: AWSError, data: WorkMail.Types.CreateUserResponse) => void): Request<WorkMail.Types.CreateUserResponse, AWSError>;
86
86
  /**
87
- * Deletes an access control rule for the specified WorkMail organization.
87
+ * Deletes an access control rule for the specified WorkMail organization. Deleting already deleted and non-existing rules does not produce an error. In those cases, the service sends back an HTTP 200 response with an empty HTTP body.
88
88
  */
89
89
  deleteAccessControlRule(params: WorkMail.Types.DeleteAccessControlRuleRequest, callback?: (err: AWSError, data: WorkMail.Types.DeleteAccessControlRuleResponse) => void): Request<WorkMail.Types.DeleteAccessControlRuleResponse, AWSError>;
90
90
  /**
91
- * Deletes an access control rule for the specified WorkMail organization.
91
+ * Deletes an access control rule for the specified WorkMail organization. Deleting already deleted and non-existing rules does not produce an error. In those cases, the service sends back an HTTP 200 response with an empty HTTP body.
92
92
  */
93
93
  deleteAccessControlRule(callback?: (err: AWSError, data: WorkMail.Types.DeleteAccessControlRuleResponse) => void): Request<WorkMail.Types.DeleteAccessControlRuleResponse, AWSError>;
94
94
  /**
@@ -116,19 +116,19 @@ declare class WorkMail extends Service {
116
116
  */
117
117
  deleteMailboxPermissions(callback?: (err: AWSError, data: WorkMail.Types.DeleteMailboxPermissionsResponse) => void): Request<WorkMail.Types.DeleteMailboxPermissionsResponse, AWSError>;
118
118
  /**
119
- * Deletes the mobile device access override for the given WorkMail organization, user, and device.
119
+ * Deletes the mobile device access override for the given WorkMail organization, user, and device. Deleting already deleted and non-existing overrides does not produce an error. In those cases, the service sends back an HTTP 200 response with an empty HTTP body.
120
120
  */
121
121
  deleteMobileDeviceAccessOverride(params: WorkMail.Types.DeleteMobileDeviceAccessOverrideRequest, callback?: (err: AWSError, data: WorkMail.Types.DeleteMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.DeleteMobileDeviceAccessOverrideResponse, AWSError>;
122
122
  /**
123
- * Deletes the mobile device access override for the given WorkMail organization, user, and device.
123
+ * Deletes the mobile device access override for the given WorkMail organization, user, and device. Deleting already deleted and non-existing overrides does not produce an error. In those cases, the service sends back an HTTP 200 response with an empty HTTP body.
124
124
  */
125
125
  deleteMobileDeviceAccessOverride(callback?: (err: AWSError, data: WorkMail.Types.DeleteMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.DeleteMobileDeviceAccessOverrideResponse, AWSError>;
126
126
  /**
127
- * Deletes a mobile device access rule for the specified Amazon WorkMail organization.
127
+ * Deletes a mobile device access rule for the specified Amazon WorkMail organization. Deleting already deleted and non-existing rules does not produce an error. In those cases, the service sends back an HTTP 200 response with an empty HTTP body.
128
128
  */
129
129
  deleteMobileDeviceAccessRule(params: WorkMail.Types.DeleteMobileDeviceAccessRuleRequest, callback?: (err: AWSError, data: WorkMail.Types.DeleteMobileDeviceAccessRuleResponse) => void): Request<WorkMail.Types.DeleteMobileDeviceAccessRuleResponse, AWSError>;
130
130
  /**
131
- * Deletes a mobile device access rule for the specified Amazon WorkMail organization.
131
+ * Deletes a mobile device access rule for the specified Amazon WorkMail organization. Deleting already deleted and non-existing rules does not produce an error. In those cases, the service sends back an HTTP 200 response with an empty HTTP body.
132
132
  */
133
133
  deleteMobileDeviceAccessRule(callback?: (err: AWSError, data: WorkMail.Types.DeleteMobileDeviceAccessRuleResponse) => void): Request<WorkMail.Types.DeleteMobileDeviceAccessRuleResponse, AWSError>;
134
134
  /**
@@ -171,6 +171,14 @@ declare class WorkMail extends Service {
171
171
  * Mark a user, group, or resource as no longer used in Amazon WorkMail. This action disassociates the mailbox and schedules it for clean-up. WorkMail keeps mailboxes for 30 days before they are permanently removed. The functionality in the console is Disable.
172
172
  */
173
173
  deregisterFromWorkMail(callback?: (err: AWSError, data: WorkMail.Types.DeregisterFromWorkMailResponse) => void): Request<WorkMail.Types.DeregisterFromWorkMailResponse, AWSError>;
174
+ /**
175
+ * Removes a domain from Amazon WorkMail, stops email routing to WorkMail, and removes the authorization allowing WorkMail use. SES keeps the domain because other applications may use it. You must first remove any email address used by WorkMail entities before you remove the domain.
176
+ */
177
+ deregisterMailDomain(params: WorkMail.Types.DeregisterMailDomainRequest, callback?: (err: AWSError, data: WorkMail.Types.DeregisterMailDomainResponse) => void): Request<WorkMail.Types.DeregisterMailDomainResponse, AWSError>;
178
+ /**
179
+ * Removes a domain from Amazon WorkMail, stops email routing to WorkMail, and removes the authorization allowing WorkMail use. SES keeps the domain because other applications may use it. You must first remove any email address used by WorkMail entities before you remove the domain.
180
+ */
181
+ deregisterMailDomain(callback?: (err: AWSError, data: WorkMail.Types.DeregisterMailDomainResponse) => void): Request<WorkMail.Types.DeregisterMailDomainResponse, AWSError>;
174
182
  /**
175
183
  * Returns the data available for the group.
176
184
  */
@@ -251,6 +259,14 @@ declare class WorkMail extends Service {
251
259
  * Gets the default retention policy details for the specified organization.
252
260
  */
253
261
  getDefaultRetentionPolicy(callback?: (err: AWSError, data: WorkMail.Types.GetDefaultRetentionPolicyResponse) => void): Request<WorkMail.Types.GetDefaultRetentionPolicyResponse, AWSError>;
262
+ /**
263
+ * Gets details for a mail domain, including domain records required to configure your domain with recommended security.
264
+ */
265
+ getMailDomain(params: WorkMail.Types.GetMailDomainRequest, callback?: (err: AWSError, data: WorkMail.Types.GetMailDomainResponse) => void): Request<WorkMail.Types.GetMailDomainResponse, AWSError>;
266
+ /**
267
+ * Gets details for a mail domain, including domain records required to configure your domain with recommended security.
268
+ */
269
+ getMailDomain(callback?: (err: AWSError, data: WorkMail.Types.GetMailDomainResponse) => void): Request<WorkMail.Types.GetMailDomainResponse, AWSError>;
254
270
  /**
255
271
  * Requests a user's mailbox details for a specified organization and user.
256
272
  */
@@ -307,6 +323,14 @@ declare class WorkMail extends Service {
307
323
  * Returns summaries of the organization's groups.
308
324
  */
309
325
  listGroups(callback?: (err: AWSError, data: WorkMail.Types.ListGroupsResponse) => void): Request<WorkMail.Types.ListGroupsResponse, AWSError>;
326
+ /**
327
+ * Lists the mail domains in a given Amazon WorkMail organization.
328
+ */
329
+ listMailDomains(params: WorkMail.Types.ListMailDomainsRequest, callback?: (err: AWSError, data: WorkMail.Types.ListMailDomainsResponse) => void): Request<WorkMail.Types.ListMailDomainsResponse, AWSError>;
330
+ /**
331
+ * Lists the mail domains in a given Amazon WorkMail organization.
332
+ */
333
+ listMailDomains(callback?: (err: AWSError, data: WorkMail.Types.ListMailDomainsResponse) => void): Request<WorkMail.Types.ListMailDomainsResponse, AWSError>;
310
334
  /**
311
335
  * Lists the mailbox export jobs started for the specified organization within the last seven days.
312
336
  */
@@ -419,6 +443,14 @@ declare class WorkMail extends Service {
419
443
  * Puts a retention policy to the specified organization.
420
444
  */
421
445
  putRetentionPolicy(callback?: (err: AWSError, data: WorkMail.Types.PutRetentionPolicyResponse) => void): Request<WorkMail.Types.PutRetentionPolicyResponse, AWSError>;
446
+ /**
447
+ * Registers a new domain in Amazon WorkMail and SES, and configures it for use by WorkMail. Emails received by SES for this domain are routed to the specified WorkMail organization, and WorkMail has permanent permission to use the specified domain for sending your users' emails.
448
+ */
449
+ registerMailDomain(params: WorkMail.Types.RegisterMailDomainRequest, callback?: (err: AWSError, data: WorkMail.Types.RegisterMailDomainResponse) => void): Request<WorkMail.Types.RegisterMailDomainResponse, AWSError>;
450
+ /**
451
+ * Registers a new domain in Amazon WorkMail and SES, and configures it for use by WorkMail. Emails received by SES for this domain are routed to the specified WorkMail organization, and WorkMail has permanent permission to use the specified domain for sending your users' emails.
452
+ */
453
+ registerMailDomain(callback?: (err: AWSError, data: WorkMail.Types.RegisterMailDomainResponse) => void): Request<WorkMail.Types.RegisterMailDomainResponse, AWSError>;
422
454
  /**
423
455
  * Registers an existing and disabled user, group, or resource for Amazon WorkMail use by associating a mailbox and calendaring capabilities. It performs no change if the user, group, or resource is enabled and fails if the user, group, or resource is deleted. This operation results in the accumulation of costs. For more information, see Pricing. The equivalent console functionality for this operation is Enable. Users can either be created by calling the CreateUser API operation or they can be synchronized from your directory. For more information, see DeregisterFromWorkMail.
424
456
  */
@@ -459,6 +491,14 @@ declare class WorkMail extends Service {
459
491
  * Untags the specified tags from the specified Amazon WorkMail organization resource.
460
492
  */
461
493
  untagResource(callback?: (err: AWSError, data: WorkMail.Types.UntagResourceResponse) => void): Request<WorkMail.Types.UntagResourceResponse, AWSError>;
494
+ /**
495
+ * Updates the default mail domain for an organization. The default mail domain is used by the WorkMail AWS Console to suggest an email address when enabling a mail user. You can only have one default domain.
496
+ */
497
+ updateDefaultMailDomain(params: WorkMail.Types.UpdateDefaultMailDomainRequest, callback?: (err: AWSError, data: WorkMail.Types.UpdateDefaultMailDomainResponse) => void): Request<WorkMail.Types.UpdateDefaultMailDomainResponse, AWSError>;
498
+ /**
499
+ * Updates the default mail domain for an organization. The default mail domain is used by the WorkMail AWS Console to suggest an email address when enabling a mail user. You can only have one default domain.
500
+ */
501
+ updateDefaultMailDomain(callback?: (err: AWSError, data: WorkMail.Types.UpdateDefaultMailDomainResponse) => void): Request<WorkMail.Types.UpdateDefaultMailDomainResponse, AWSError>;
462
502
  /**
463
503
  * Updates a user's current mailbox quota for a specified organization and user.
464
504
  */
@@ -946,6 +986,18 @@ declare namespace WorkMail {
946
986
  }
947
987
  export interface DeregisterFromWorkMailResponse {
948
988
  }
989
+ export interface DeregisterMailDomainRequest {
990
+ /**
991
+ * The Amazon WorkMail organization for which the domain will be deregistered.
992
+ */
993
+ OrganizationId: OrganizationId;
994
+ /**
995
+ * The domain to deregister in WorkMail and SES.
996
+ */
997
+ DomainName: WorkMailDomainName;
998
+ }
999
+ export interface DeregisterMailDomainResponse {
1000
+ }
949
1001
  export interface DescribeGroupRequest {
950
1002
  /**
951
1003
  * The identifier for the organization under which the group exists.
@@ -1229,6 +1281,22 @@ declare namespace WorkMail {
1229
1281
  }
1230
1282
  export interface DisassociateMemberFromGroupResponse {
1231
1283
  }
1284
+ export interface DnsRecord {
1285
+ /**
1286
+ * The RFC 1035 record type. Possible values: CNAME, A, MX.
1287
+ */
1288
+ Type?: String;
1289
+ /**
1290
+ * The DNS hostname.- For example, domain.example.com.
1291
+ */
1292
+ Hostname?: String;
1293
+ /**
1294
+ * The value returned by the DNS for a query to that hostname and record type.
1295
+ */
1296
+ Value?: String;
1297
+ }
1298
+ export type DnsRecordVerificationStatus = "PENDING"|"VERIFIED"|"FAILED"|string;
1299
+ export type DnsRecords = DnsRecord[];
1232
1300
  export interface Domain {
1233
1301
  /**
1234
1302
  * The fully qualified domain name.
@@ -1254,7 +1322,7 @@ declare namespace WorkMail {
1254
1322
  */
1255
1323
  Action: RetentionAction;
1256
1324
  /**
1257
- * The period of time at which the folder configuration action is applied.
1325
+ * The number of days for which the folder-configuration action applies.
1258
1326
  */
1259
1327
  Period?: RetentionPeriod;
1260
1328
  }
@@ -1312,6 +1380,38 @@ declare namespace WorkMail {
1312
1380
  */
1313
1381
  FolderConfigurations?: FolderConfigurations;
1314
1382
  }
1383
+ export interface GetMailDomainRequest {
1384
+ /**
1385
+ * The Amazon WorkMail organization for which the domain is retrieved.
1386
+ */
1387
+ OrganizationId: OrganizationId;
1388
+ /**
1389
+ * The domain from which you want to retrieve details.
1390
+ */
1391
+ DomainName: WorkMailDomainName;
1392
+ }
1393
+ export interface GetMailDomainResponse {
1394
+ /**
1395
+ * A list of the DNS records that Amazon WorkMail recommends adding in your DNS provider for the best user experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to SES. See admin guide for more details.
1396
+ */
1397
+ Records?: DnsRecords;
1398
+ /**
1399
+ * Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
1400
+ */
1401
+ IsTestDomain?: Boolean;
1402
+ /**
1403
+ * Specifies whether the domain is the default domain for your organization.
1404
+ */
1405
+ IsDefault?: Boolean;
1406
+ /**
1407
+ * Indicates the status of the domain ownership verification.
1408
+ */
1409
+ OwnershipVerificationStatus?: DnsRecordVerificationStatus;
1410
+ /**
1411
+ * Indicates the status of a DKIM verification.
1412
+ */
1413
+ DkimVerificationStatus?: DnsRecordVerificationStatus;
1414
+ }
1315
1415
  export interface GetMailboxDetailsRequest {
1316
1416
  /**
1317
1417
  * The identifier for the organization that contains the user whose mailbox details are being requested.
@@ -1531,6 +1631,30 @@ declare namespace WorkMail {
1531
1631
  */
1532
1632
  NextToken?: NextToken;
1533
1633
  }
1634
+ export interface ListMailDomainsRequest {
1635
+ /**
1636
+ * The Amazon WorkMail organization for which to list domains.
1637
+ */
1638
+ OrganizationId: OrganizationId;
1639
+ /**
1640
+ * The maximum number of results to return in a single call.
1641
+ */
1642
+ MaxResults?: MaxResults;
1643
+ /**
1644
+ * The token to use to retrieve the next page of results. The first call does not require a token.
1645
+ */
1646
+ NextToken?: NextToken;
1647
+ }
1648
+ export interface ListMailDomainsResponse {
1649
+ /**
1650
+ * The list of mail domain summaries, specifying domains that exist in the specified Amazon WorkMail organization, along with the information about whether the domain is or isn't the default.
1651
+ */
1652
+ MailDomains?: MailDomains;
1653
+ /**
1654
+ * The token to use to retrieve the next page of results. The value becomes null when there are no more results to return.
1655
+ */
1656
+ NextToken?: NextToken;
1657
+ }
1534
1658
  export interface ListMailboxExportJobsRequest {
1535
1659
  /**
1536
1660
  * The organization ID.
@@ -1735,6 +1859,17 @@ declare namespace WorkMail {
1735
1859
  */
1736
1860
  NextToken?: NextToken;
1737
1861
  }
1862
+ export interface MailDomainSummary {
1863
+ /**
1864
+ * The domain name.
1865
+ */
1866
+ DomainName?: DomainName;
1867
+ /**
1868
+ * Whether the domain is default or not.
1869
+ */
1870
+ DefaultDomain?: Boolean;
1871
+ }
1872
+ export type MailDomains = MailDomainSummary[];
1738
1873
  export type MailboxExportErrorInfo = string;
1739
1874
  export interface MailboxExportJob {
1740
1875
  /**
@@ -2078,6 +2213,22 @@ declare namespace WorkMail {
2078
2213
  }
2079
2214
  export interface PutRetentionPolicyResponse {
2080
2215
  }
2216
+ export interface RegisterMailDomainRequest {
2217
+ /**
2218
+ * Idempotency token used when retrying requests.
2219
+ */
2220
+ ClientToken?: IdempotencyClientToken;
2221
+ /**
2222
+ * The Amazon WorkMail organization under which you're creating the domain.
2223
+ */
2224
+ OrganizationId: OrganizationId;
2225
+ /**
2226
+ * The name of the mail domain to create in Amazon WorkMail and SES.
2227
+ */
2228
+ DomainName: WorkMailDomainName;
2229
+ }
2230
+ export interface RegisterMailDomainResponse {
2231
+ }
2081
2232
  export interface RegisterToWorkMailRequest {
2082
2233
  /**
2083
2234
  * The identifier for the organization under which the user, group, or resource exists.
@@ -2231,6 +2382,18 @@ declare namespace WorkMail {
2231
2382
  }
2232
2383
  export interface UntagResourceResponse {
2233
2384
  }
2385
+ export interface UpdateDefaultMailDomainRequest {
2386
+ /**
2387
+ * The Amazon WorkMail organization for which to list domains.
2388
+ */
2389
+ OrganizationId: OrganizationId;
2390
+ /**
2391
+ * The domain name that will become the default domain.
2392
+ */
2393
+ DomainName: WorkMailDomainName;
2394
+ }
2395
+ export interface UpdateDefaultMailDomainResponse {
2396
+ }
2234
2397
  export interface UpdateMailboxQuotaRequest {
2235
2398
  /**
2236
2399
  * The identifier for the organization that contains the user for whom to update the mailbox quota.
@@ -2377,6 +2540,7 @@ declare namespace WorkMail {
2377
2540
  export type UserName = string;
2378
2541
  export type UserRole = "USER"|"RESOURCE"|"SYSTEM_USER"|string;
2379
2542
  export type Users = User[];
2543
+ export type WorkMailDomainName = string;
2380
2544
  export type WorkMailIdentifier = string;
2381
2545
  /**
2382
2546
  * 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.
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1004.0',
86
+ VERSION: '2.1008.0',
87
87
 
88
88
  /**
89
89
  * @api private