aws-sdk 2.995.0 → 2.999.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 (69) hide show
  1. package/CHANGELOG.md +28 -1
  2. package/README.md +1 -1
  3. package/apis/account-2021-02-01.examples.json +5 -0
  4. package/apis/account-2021-02-01.min.json +123 -0
  5. package/apis/account-2021-02-01.paginators.json +4 -0
  6. package/apis/amp-2020-08-01.min.json +442 -11
  7. package/apis/amp-2020-08-01.paginators.json +6 -0
  8. package/apis/amp-2020-08-01.waiters2.json +43 -0
  9. package/apis/appintegrations-2020-07-29.min.json +222 -8
  10. package/apis/apprunner-2020-05-15.min.json +10 -10
  11. package/apis/cloudcontrol-2021-09-30.examples.json +5 -0
  12. package/apis/cloudcontrol-2021-09-30.min.json +271 -0
  13. package/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
  14. package/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
  15. package/apis/connect-2017-08-08.min.json +25 -11
  16. package/apis/dataexchange-2017-07-25.min.json +277 -38
  17. package/apis/dataexchange-2017-07-25.paginators.json +6 -0
  18. package/apis/lambda-2015-03-31.min.json +79 -42
  19. package/apis/macie2-2020-01-01.min.json +79 -67
  20. package/apis/metadata.json +13 -0
  21. package/apis/network-firewall-2020-11-12.min.json +65 -31
  22. package/apis/pinpoint-2016-12-01.min.json +226 -213
  23. package/apis/sesv2-2019-09-27.min.json +72 -70
  24. package/apis/ssm-2014-11-06.min.json +3 -0
  25. package/apis/synthetics-2017-10-11.min.json +39 -9
  26. package/apis/voice-id-2021-09-27.examples.json +5 -0
  27. package/apis/voice-id-2021-09-27.min.json +903 -0
  28. package/apis/voice-id-2021-09-27.paginators.json +24 -0
  29. package/apis/wisdom-2020-10-19.examples.json +5 -0
  30. package/apis/wisdom-2020-10-19.min.json +1525 -0
  31. package/apis/wisdom-2020-10-19.paginators.json +46 -0
  32. package/apis/workmail-2017-10-01.min.json +139 -27
  33. package/apis/workmail-2017-10-01.paginators.json +5 -0
  34. package/apis/workspaces-2015-04-08.min.json +83 -50
  35. package/clients/account.d.ts +136 -0
  36. package/clients/account.js +18 -0
  37. package/clients/all.d.ts +4 -0
  38. package/clients/all.js +5 -1
  39. package/clients/amp.d.ts +387 -0
  40. package/clients/amp.js +1 -0
  41. package/clients/appintegrations.d.ts +273 -2
  42. package/clients/apprunner.d.ts +55 -54
  43. package/clients/cloudcontrol.d.ts +385 -0
  44. package/clients/cloudcontrol.js +19 -0
  45. package/clients/connect.d.ts +60 -32
  46. package/clients/dataexchange.d.ts +226 -2
  47. package/clients/elbv2.d.ts +7 -7
  48. package/clients/imagebuilder.d.ts +27 -27
  49. package/clients/lambda.d.ts +61 -22
  50. package/clients/macie2.d.ts +29 -12
  51. package/clients/networkfirewall.d.ts +61 -10
  52. package/clients/pinpoint.d.ts +24 -0
  53. package/clients/sesv2.d.ts +128 -108
  54. package/clients/ssm.d.ts +7 -3
  55. package/clients/synthetics.d.ts +40 -0
  56. package/clients/transfer.d.ts +12 -12
  57. package/clients/voiceid.d.ts +1133 -0
  58. package/clients/voiceid.js +18 -0
  59. package/clients/wisdom.d.ts +1499 -0
  60. package/clients/wisdom.js +18 -0
  61. package/clients/workmail.d.ts +173 -0
  62. package/clients/workspaces.d.ts +87 -40
  63. package/dist/aws-sdk-core-react-native.js +2 -2
  64. package/dist/aws-sdk-react-native.js +371 -209
  65. package/dist/aws-sdk.js +123 -56
  66. package/dist/aws-sdk.min.js +70 -70
  67. package/lib/config_service_placeholders.d.ts +8 -0
  68. package/lib/core.js +1 -1
  69. package/package.json +1 -1
@@ -0,0 +1,18 @@
1
+ require('../lib/node_loader');
2
+ var AWS = require('../lib/core');
3
+ var Service = AWS.Service;
4
+ var apiLoader = AWS.apiLoader;
5
+
6
+ apiLoader.services['wisdom'] = {};
7
+ AWS.Wisdom = Service.defineService('wisdom', ['2020-10-19']);
8
+ Object.defineProperty(apiLoader.services['wisdom'], '2020-10-19', {
9
+ get: function get() {
10
+ var model = require('../apis/wisdom-2020-10-19.min.json');
11
+ model.paginators = require('../apis/wisdom-2020-10-19.paginators.json').pagination;
12
+ return model;
13
+ },
14
+ enumerable: true,
15
+ configurable: true
16
+ });
17
+
18
+ module.exports = AWS.Wisdom;
@@ -115,6 +115,14 @@ declare class WorkMail extends Service {
115
115
  * Deletes permissions granted to a member (user or group).
116
116
  */
117
117
  deleteMailboxPermissions(callback?: (err: AWSError, data: WorkMail.Types.DeleteMailboxPermissionsResponse) => void): Request<WorkMail.Types.DeleteMailboxPermissionsResponse, AWSError>;
118
+ /**
119
+ * Deletes the mobile device access override for the given WorkMail organization, user, and device.
120
+ */
121
+ deleteMobileDeviceAccessOverride(params: WorkMail.Types.DeleteMobileDeviceAccessOverrideRequest, callback?: (err: AWSError, data: WorkMail.Types.DeleteMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.DeleteMobileDeviceAccessOverrideResponse, AWSError>;
122
+ /**
123
+ * Deletes the mobile device access override for the given WorkMail organization, user, and device.
124
+ */
125
+ deleteMobileDeviceAccessOverride(callback?: (err: AWSError, data: WorkMail.Types.DeleteMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.DeleteMobileDeviceAccessOverrideResponse, AWSError>;
118
126
  /**
119
127
  * Deletes a mobile device access rule for the specified Amazon WorkMail organization.
120
128
  */
@@ -251,6 +259,14 @@ declare class WorkMail extends Service {
251
259
  * Simulates the effect of the mobile device access rules for the given attributes of a sample access event. Use this method to test the effects of the current set of mobile device access rules for the Amazon WorkMail organization for a particular user's attributes.
252
260
  */
253
261
  getMobileDeviceAccessEffect(callback?: (err: AWSError, data: WorkMail.Types.GetMobileDeviceAccessEffectResponse) => void): Request<WorkMail.Types.GetMobileDeviceAccessEffectResponse, AWSError>;
262
+ /**
263
+ * Gets the mobile device access override for the given WorkMail organization, user, and device.
264
+ */
265
+ getMobileDeviceAccessOverride(params: WorkMail.Types.GetMobileDeviceAccessOverrideRequest, callback?: (err: AWSError, data: WorkMail.Types.GetMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.GetMobileDeviceAccessOverrideResponse, AWSError>;
266
+ /**
267
+ * Gets the mobile device access override for the given WorkMail organization, user, and device.
268
+ */
269
+ getMobileDeviceAccessOverride(callback?: (err: AWSError, data: WorkMail.Types.GetMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.GetMobileDeviceAccessOverrideResponse, AWSError>;
254
270
  /**
255
271
  * Lists the access control rules for the specified organization.
256
272
  */
@@ -299,6 +315,14 @@ declare class WorkMail extends Service {
299
315
  * Lists the mailbox permissions associated with a user, group, or resource mailbox.
300
316
  */
301
317
  listMailboxPermissions(callback?: (err: AWSError, data: WorkMail.Types.ListMailboxPermissionsResponse) => void): Request<WorkMail.Types.ListMailboxPermissionsResponse, AWSError>;
318
+ /**
319
+ * Lists all the mobile device access overrides for any given combination of WorkMail organization, user, or device.
320
+ */
321
+ listMobileDeviceAccessOverrides(params: WorkMail.Types.ListMobileDeviceAccessOverridesRequest, callback?: (err: AWSError, data: WorkMail.Types.ListMobileDeviceAccessOverridesResponse) => void): Request<WorkMail.Types.ListMobileDeviceAccessOverridesResponse, AWSError>;
322
+ /**
323
+ * Lists all the mobile device access overrides for any given combination of WorkMail organization, user, or device.
324
+ */
325
+ listMobileDeviceAccessOverrides(callback?: (err: AWSError, data: WorkMail.Types.ListMobileDeviceAccessOverridesResponse) => void): Request<WorkMail.Types.ListMobileDeviceAccessOverridesResponse, AWSError>;
302
326
  /**
303
327
  * Lists the mobile device access rules for the specified Amazon WorkMail organization.
304
328
  */
@@ -363,6 +387,14 @@ declare class WorkMail extends Service {
363
387
  * Sets permissions for a user, group, or resource. This replaces any pre-existing permissions.
364
388
  */
365
389
  putMailboxPermissions(callback?: (err: AWSError, data: WorkMail.Types.PutMailboxPermissionsResponse) => void): Request<WorkMail.Types.PutMailboxPermissionsResponse, AWSError>;
390
+ /**
391
+ * Creates or updates a mobile device access override for the given WorkMail organization, user, and device.
392
+ */
393
+ putMobileDeviceAccessOverride(params: WorkMail.Types.PutMobileDeviceAccessOverrideRequest, callback?: (err: AWSError, data: WorkMail.Types.PutMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.PutMobileDeviceAccessOverrideResponse, AWSError>;
394
+ /**
395
+ * Creates or updates a mobile device access override for the given WorkMail organization, user, and device.
396
+ */
397
+ putMobileDeviceAccessOverride(callback?: (err: AWSError, data: WorkMail.Types.PutMobileDeviceAccessOverrideResponse) => void): Request<WorkMail.Types.PutMobileDeviceAccessOverrideResponse, AWSError>;
366
398
  /**
367
399
  * Puts a retention policy to the specified organization.
368
400
  */
@@ -797,6 +829,22 @@ declare namespace WorkMail {
797
829
  }
798
830
  export interface DeleteMailboxPermissionsResponse {
799
831
  }
832
+ export interface DeleteMobileDeviceAccessOverrideRequest {
833
+ /**
834
+ * The Amazon WorkMail organization for which the access override will be deleted.
835
+ */
836
+ OrganizationId: OrganizationId;
837
+ /**
838
+ * The WorkMail user for which you want to delete the override. Accepts the following types of user identities: User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234 Email address: user@domain.tld User name: user
839
+ */
840
+ UserId: EntityIdentifier;
841
+ /**
842
+ * The mobile device for which you delete the override. DeviceId is case insensitive.
843
+ */
844
+ DeviceId: DeviceId;
845
+ }
846
+ export interface DeleteMobileDeviceAccessOverrideResponse {
847
+ }
800
848
  export interface DeleteMobileDeviceAccessRuleRequest {
801
849
  /**
802
850
  * The Amazon WorkMail organization under which the rule will be deleted.
@@ -1110,6 +1158,7 @@ declare namespace WorkMail {
1110
1158
  DisabledDate?: Timestamp;
1111
1159
  }
1112
1160
  export type Description = string;
1161
+ export type DeviceId = string;
1113
1162
  export type DeviceModel = string;
1114
1163
  export type DeviceModelList = DeviceModel[];
1115
1164
  export type DeviceOperatingSystem = string;
@@ -1164,6 +1213,7 @@ declare namespace WorkMail {
1164
1213
  export type DomainName = string;
1165
1214
  export type Domains = Domain[];
1166
1215
  export type EmailAddress = string;
1216
+ export type EntityIdentifier = string;
1167
1217
  export type EntityState = "ENABLED"|"DISABLED"|"DELETED"|string;
1168
1218
  export interface FolderConfiguration {
1169
1219
  /**
@@ -1285,6 +1335,46 @@ declare namespace WorkMail {
1285
1335
  */
1286
1336
  MatchedRules?: MobileDeviceAccessMatchedRuleList;
1287
1337
  }
1338
+ export interface GetMobileDeviceAccessOverrideRequest {
1339
+ /**
1340
+ * The Amazon WorkMail organization to which you want to apply the override.
1341
+ */
1342
+ OrganizationId: OrganizationId;
1343
+ /**
1344
+ * Identifies the WorkMail user for the override. Accepts the following types of user identities: User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234 Email address: user@domain.tld User name: user
1345
+ */
1346
+ UserId: EntityIdentifier;
1347
+ /**
1348
+ * The mobile device to which the override applies. DeviceId is case insensitive.
1349
+ */
1350
+ DeviceId: DeviceId;
1351
+ }
1352
+ export interface GetMobileDeviceAccessOverrideResponse {
1353
+ /**
1354
+ * The WorkMail user to which the access override applies.
1355
+ */
1356
+ UserId?: WorkMailIdentifier;
1357
+ /**
1358
+ * The device to which the access override applies.
1359
+ */
1360
+ DeviceId?: DeviceId;
1361
+ /**
1362
+ * The effect of the override, ALLOW or DENY.
1363
+ */
1364
+ Effect?: MobileDeviceAccessRuleEffect;
1365
+ /**
1366
+ * A description of the override.
1367
+ */
1368
+ Description?: MobileDeviceAccessRuleDescription;
1369
+ /**
1370
+ * The date the override was first created.
1371
+ */
1372
+ DateCreated?: Timestamp;
1373
+ /**
1374
+ * The date the description was last modified.
1375
+ */
1376
+ DateModified?: Timestamp;
1377
+ }
1288
1378
  export interface Group {
1289
1379
  /**
1290
1380
  * The identifier of the group.
@@ -1464,6 +1554,38 @@ declare namespace WorkMail {
1464
1554
  */
1465
1555
  NextToken?: NextToken;
1466
1556
  }
1557
+ export interface ListMobileDeviceAccessOverridesRequest {
1558
+ /**
1559
+ * The Amazon WorkMail organization under which to list mobile device access overrides.
1560
+ */
1561
+ OrganizationId: OrganizationId;
1562
+ /**
1563
+ * The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities: User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234 Email address: user@domain.tld User name: user
1564
+ */
1565
+ UserId?: EntityIdentifier;
1566
+ /**
1567
+ * The mobile device to which the access override applies.
1568
+ */
1569
+ DeviceId?: DeviceId;
1570
+ /**
1571
+ * The token to use to retrieve the next page of results. The first call does not require a token.
1572
+ */
1573
+ NextToken?: NextToken;
1574
+ /**
1575
+ * The maximum number of results to return in a single call.
1576
+ */
1577
+ MaxResults?: MaxResults;
1578
+ }
1579
+ export interface ListMobileDeviceAccessOverridesResponse {
1580
+ /**
1581
+ * The list of mobile device access overrides that exist for the specified Amazon WorkMail organization and user.
1582
+ */
1583
+ Overrides?: MobileDeviceAccessOverridesList;
1584
+ /**
1585
+ * The token to use to retrieve the next page of results. The value is “null” when there are no more results to return.
1586
+ */
1587
+ NextToken?: NextToken;
1588
+ }
1467
1589
  export interface ListMobileDeviceAccessRulesRequest {
1468
1590
  /**
1469
1591
  * The Amazon WorkMail organization for which to list the rules.
@@ -1667,6 +1789,33 @@ declare namespace WorkMail {
1667
1789
  Name?: MobileDeviceAccessRuleName;
1668
1790
  }
1669
1791
  export type MobileDeviceAccessMatchedRuleList = MobileDeviceAccessMatchedRule[];
1792
+ export interface MobileDeviceAccessOverride {
1793
+ /**
1794
+ * The WorkMail user to which the access override applies.
1795
+ */
1796
+ UserId?: WorkMailIdentifier;
1797
+ /**
1798
+ * The device to which the override applies.
1799
+ */
1800
+ DeviceId?: DeviceId;
1801
+ /**
1802
+ * The effect of the override, ALLOW or DENY.
1803
+ */
1804
+ Effect?: MobileDeviceAccessRuleEffect;
1805
+ /**
1806
+ * A description of the override.
1807
+ */
1808
+ Description?: MobileDeviceAccessRuleDescription;
1809
+ /**
1810
+ * The date the override was first created.
1811
+ */
1812
+ DateCreated?: Timestamp;
1813
+ /**
1814
+ * The date the override was last modified.
1815
+ */
1816
+ DateModified?: Timestamp;
1817
+ }
1818
+ export type MobileDeviceAccessOverridesList = MobileDeviceAccessOverride[];
1670
1819
  export interface MobileDeviceAccessRule {
1671
1820
  /**
1672
1821
  * The ID assigned to a mobile access rule.
@@ -1840,6 +1989,30 @@ declare namespace WorkMail {
1840
1989
  }
1841
1990
  export interface PutMailboxPermissionsResponse {
1842
1991
  }
1992
+ export interface PutMobileDeviceAccessOverrideRequest {
1993
+ /**
1994
+ * Identifies the Amazon WorkMail organization for which you create the override.
1995
+ */
1996
+ OrganizationId: OrganizationId;
1997
+ /**
1998
+ * The WorkMail user for which you create the override. Accepts the following types of user identities: User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234 Email address: user@domain.tld User name: user
1999
+ */
2000
+ UserId: EntityIdentifier;
2001
+ /**
2002
+ * The mobile device for which you create the override. DeviceId is case insensitive.
2003
+ */
2004
+ DeviceId: DeviceId;
2005
+ /**
2006
+ * The effect of the override, ALLOW or DENY.
2007
+ */
2008
+ Effect: MobileDeviceAccessRuleEffect;
2009
+ /**
2010
+ * A description of the override.
2011
+ */
2012
+ Description?: MobileDeviceAccessRuleDescription;
2013
+ }
2014
+ export interface PutMobileDeviceAccessOverrideResponse {
2015
+ }
1843
2016
  export interface PutRetentionPolicyRequest {
1844
2017
  /**
1845
2018
  * The organization ID.