aws-sdk 2.1102.0 → 2.1105.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 (40) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/README.md +1 -1
  3. package/apis/ec2-2016-11-15.min.json +863 -807
  4. package/apis/fms-2018-01-01.min.json +210 -83
  5. package/apis/fms-2018-01-01.paginators.json +6 -0
  6. package/apis/fsx-2018-03-01.min.json +3 -0
  7. package/apis/grafana-2020-08-18.min.json +117 -19
  8. package/apis/iot-data-2015-05-28.min.json +1 -1
  9. package/apis/metadata.json +4 -0
  10. package/apis/organizations-2016-11-28.min.json +77 -62
  11. package/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
  12. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
  13. package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
  14. package/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
  15. package/apis/route53-recovery-cluster-2019-12-02.min.json +39 -4
  16. package/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
  17. package/apis/workspaces-2015-04-08.min.json +195 -27
  18. package/clients/all.d.ts +1 -0
  19. package/clients/all.js +2 -1
  20. package/clients/auditmanager.d.ts +4 -4
  21. package/clients/cloudcontrol.d.ts +22 -22
  22. package/clients/databrew.d.ts +3 -3
  23. package/clients/ec2.d.ts +77 -3
  24. package/clients/fms.d.ts +222 -8
  25. package/clients/fsx.d.ts +12 -8
  26. package/clients/grafana.d.ts +81 -5
  27. package/clients/iot.d.ts +13 -13
  28. package/clients/iotdata.d.ts +7 -7
  29. package/clients/organizations.d.ts +144 -129
  30. package/clients/pinpointsmsvoicev2.d.ts +2367 -0
  31. package/clients/pinpointsmsvoicev2.js +19 -0
  32. package/clients/route53recoverycluster.d.ts +75 -12
  33. package/clients/workspaces.d.ts +239 -0
  34. package/dist/aws-sdk-core-react-native.js +2 -2
  35. package/dist/aws-sdk-react-native.js +58 -14
  36. package/dist/aws-sdk.js +871 -811
  37. package/dist/aws-sdk.min.js +69 -69
  38. package/lib/config_service_placeholders.d.ts +2 -0
  39. package/lib/core.js +1 -1
  40. package/package.json +1 -1
@@ -0,0 +1,70 @@
1
+ {
2
+ "pagination": {
3
+ "DescribeAccountAttributes": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "AccountAttributes"
8
+ },
9
+ "DescribeAccountLimits": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "AccountLimits"
14
+ },
15
+ "DescribeConfigurationSets": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "ConfigurationSets"
20
+ },
21
+ "DescribeKeywords": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "MaxResults",
25
+ "result_key": "Keywords"
26
+ },
27
+ "DescribeOptOutLists": {
28
+ "input_token": "NextToken",
29
+ "output_token": "NextToken",
30
+ "limit_key": "MaxResults",
31
+ "result_key": "OptOutLists"
32
+ },
33
+ "DescribeOptedOutNumbers": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults",
37
+ "result_key": "OptedOutNumbers"
38
+ },
39
+ "DescribePhoneNumbers": {
40
+ "input_token": "NextToken",
41
+ "output_token": "NextToken",
42
+ "limit_key": "MaxResults",
43
+ "result_key": "PhoneNumbers"
44
+ },
45
+ "DescribePools": {
46
+ "input_token": "NextToken",
47
+ "output_token": "NextToken",
48
+ "limit_key": "MaxResults",
49
+ "result_key": "Pools"
50
+ },
51
+ "DescribeSenderIds": {
52
+ "input_token": "NextToken",
53
+ "output_token": "NextToken",
54
+ "limit_key": "MaxResults",
55
+ "result_key": "SenderIds"
56
+ },
57
+ "DescribeSpendLimits": {
58
+ "input_token": "NextToken",
59
+ "output_token": "NextToken",
60
+ "limit_key": "MaxResults",
61
+ "result_key": "SpendLimits"
62
+ },
63
+ "ListPoolOriginationIdentities": {
64
+ "input_token": "NextToken",
65
+ "output_token": "NextToken",
66
+ "limit_key": "MaxResults",
67
+ "result_key": "OriginationIdentities"
68
+ }
69
+ }
70
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ }
5
+ }
@@ -31,7 +31,42 @@
31
31
  ],
32
32
  "members": {
33
33
  "RoutingControlArn": {},
34
- "RoutingControlState": {}
34
+ "RoutingControlState": {},
35
+ "RoutingControlName": {}
36
+ }
37
+ }
38
+ },
39
+ "ListRoutingControls": {
40
+ "input": {
41
+ "type": "structure",
42
+ "members": {
43
+ "ControlPanelArn": {},
44
+ "NextToken": {},
45
+ "MaxResults": {
46
+ "type": "integer"
47
+ }
48
+ }
49
+ },
50
+ "output": {
51
+ "type": "structure",
52
+ "required": [
53
+ "RoutingControls"
54
+ ],
55
+ "members": {
56
+ "RoutingControls": {
57
+ "type": "list",
58
+ "member": {
59
+ "type": "structure",
60
+ "members": {
61
+ "ControlPanelArn": {},
62
+ "ControlPanelName": {},
63
+ "RoutingControlArn": {},
64
+ "RoutingControlName": {},
65
+ "RoutingControlState": {}
66
+ }
67
+ }
68
+ },
69
+ "NextToken": {}
35
70
  }
36
71
  }
37
72
  },
@@ -46,7 +81,7 @@
46
81
  "RoutingControlArn": {},
47
82
  "RoutingControlState": {},
48
83
  "SafetyRulesToOverride": {
49
- "shape": "S6"
84
+ "shape": "Se"
50
85
  }
51
86
  }
52
87
  },
@@ -77,7 +112,7 @@
77
112
  }
78
113
  },
79
114
  "SafetyRulesToOverride": {
80
- "shape": "S6"
115
+ "shape": "Se"
81
116
  }
82
117
  }
83
118
  },
@@ -88,7 +123,7 @@
88
123
  }
89
124
  },
90
125
  "shapes": {
91
- "S6": {
126
+ "Se": {
92
127
  "type": "list",
93
128
  "member": {}
94
129
  }
@@ -1,4 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListRoutingControls": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "RoutingControls"
8
+ }
3
9
  }
4
10
  }
@@ -276,6 +276,26 @@
276
276
  }
277
277
  }
278
278
  },
279
+ "DeleteClientBranding": {
280
+ "input": {
281
+ "type": "structure",
282
+ "required": [
283
+ "ResourceId",
284
+ "Platforms"
285
+ ],
286
+ "members": {
287
+ "ResourceId": {},
288
+ "Platforms": {
289
+ "type": "list",
290
+ "member": {}
291
+ }
292
+ }
293
+ },
294
+ "output": {
295
+ "type": "structure",
296
+ "members": {}
297
+ }
298
+ },
279
299
  "DeleteConnectClientAddIn": {
280
300
  "input": {
281
301
  "type": "structure",
@@ -428,6 +448,40 @@
428
448
  }
429
449
  }
430
450
  },
451
+ "DescribeClientBranding": {
452
+ "input": {
453
+ "type": "structure",
454
+ "required": [
455
+ "ResourceId"
456
+ ],
457
+ "members": {
458
+ "ResourceId": {}
459
+ }
460
+ },
461
+ "output": {
462
+ "type": "structure",
463
+ "members": {
464
+ "DeviceTypeWindows": {
465
+ "shape": "S36"
466
+ },
467
+ "DeviceTypeOsx": {
468
+ "shape": "S36"
469
+ },
470
+ "DeviceTypeAndroid": {
471
+ "shape": "S36"
472
+ },
473
+ "DeviceTypeIos": {
474
+ "shape": "S3c"
475
+ },
476
+ "DeviceTypeLinux": {
477
+ "shape": "S36"
478
+ },
479
+ "DeviceTypeWeb": {
480
+ "shape": "S36"
481
+ }
482
+ }
483
+ }
484
+ },
431
485
  "DescribeClientProperties": {
432
486
  "input": {
433
487
  "type": "structure",
@@ -451,7 +505,7 @@
451
505
  "members": {
452
506
  "ResourceId": {},
453
507
  "ClientProperties": {
454
- "shape": "S35"
508
+ "shape": "S3i"
455
509
  }
456
510
  }
457
511
  }
@@ -513,7 +567,7 @@
513
567
  "ConnectionAliasPermissions": {
514
568
  "type": "list",
515
569
  "member": {
516
- "shape": "S3f"
570
+ "shape": "S3s"
517
571
  }
518
572
  },
519
573
  "NextToken": {}
@@ -671,7 +725,7 @@
671
725
  "DirectoryName": {},
672
726
  "RegistrationCode": {},
673
727
  "SubnetIds": {
674
- "shape": "S48"
728
+ "shape": "S4l"
675
729
  },
676
730
  "DnsIpAddresses": {
677
731
  "type": "list",
@@ -705,11 +759,11 @@
705
759
  "shape": "S8"
706
760
  },
707
761
  "WorkspaceAccessProperties": {
708
- "shape": "S4g"
762
+ "shape": "S4t"
709
763
  },
710
764
  "Tenancy": {},
711
765
  "SelfservicePermissions": {
712
- "shape": "S4j"
766
+ "shape": "S4w"
713
767
  }
714
768
  }
715
769
  }
@@ -819,10 +873,10 @@
819
873
  "type": "structure",
820
874
  "members": {
821
875
  "RebuildSnapshots": {
822
- "shape": "S53"
876
+ "shape": "S5g"
823
877
  },
824
878
  "RestoreSnapshots": {
825
- "shape": "S53"
879
+ "shape": "S5g"
826
880
  }
827
881
  }
828
882
  }
@@ -832,7 +886,7 @@
832
886
  "type": "structure",
833
887
  "members": {
834
888
  "WorkspaceIds": {
835
- "shape": "S56"
889
+ "shape": "S5j"
836
890
  },
837
891
  "DirectoryId": {},
838
892
  "UserName": {},
@@ -858,7 +912,7 @@
858
912
  "type": "structure",
859
913
  "members": {
860
914
  "WorkspaceIds": {
861
- "shape": "S56"
915
+ "shape": "S5j"
862
916
  },
863
917
  "NextToken": {}
864
918
  }
@@ -920,6 +974,75 @@
920
974
  "members": {}
921
975
  }
922
976
  },
977
+ "ImportClientBranding": {
978
+ "input": {
979
+ "type": "structure",
980
+ "required": [
981
+ "ResourceId"
982
+ ],
983
+ "members": {
984
+ "ResourceId": {},
985
+ "DeviceTypeWindows": {
986
+ "shape": "S5v"
987
+ },
988
+ "DeviceTypeOsx": {
989
+ "shape": "S5v"
990
+ },
991
+ "DeviceTypeAndroid": {
992
+ "shape": "S5v"
993
+ },
994
+ "DeviceTypeIos": {
995
+ "type": "structure",
996
+ "members": {
997
+ "Logo": {
998
+ "type": "blob"
999
+ },
1000
+ "Logo2x": {
1001
+ "type": "blob"
1002
+ },
1003
+ "Logo3x": {
1004
+ "type": "blob"
1005
+ },
1006
+ "SupportEmail": {},
1007
+ "SupportLink": {},
1008
+ "ForgotPasswordLink": {},
1009
+ "LoginMessage": {
1010
+ "shape": "S39"
1011
+ }
1012
+ }
1013
+ },
1014
+ "DeviceTypeLinux": {
1015
+ "shape": "S5v"
1016
+ },
1017
+ "DeviceTypeWeb": {
1018
+ "shape": "S5v"
1019
+ }
1020
+ }
1021
+ },
1022
+ "output": {
1023
+ "type": "structure",
1024
+ "members": {
1025
+ "DeviceTypeWindows": {
1026
+ "shape": "S36"
1027
+ },
1028
+ "DeviceTypeOsx": {
1029
+ "shape": "S36"
1030
+ },
1031
+ "DeviceTypeAndroid": {
1032
+ "shape": "S36"
1033
+ },
1034
+ "DeviceTypeIos": {
1035
+ "shape": "S3c"
1036
+ },
1037
+ "DeviceTypeLinux": {
1038
+ "shape": "S36"
1039
+ },
1040
+ "DeviceTypeWeb": {
1041
+ "shape": "S36"
1042
+ }
1043
+ }
1044
+ }
1045
+ },
923
1046
  "ImportWorkspaceImage": {
924
1047
  "input": {
925
1048
  "type": "structure",
@@ -1018,7 +1141,7 @@
1018
1141
  "members": {
1019
1142
  "ResourceId": {},
1020
1143
  "ClientProperties": {
1021
- "shape": "S35"
1144
+ "shape": "S3i"
1022
1145
  }
1023
1146
  }
1024
1147
  },
@@ -1037,7 +1160,7 @@
1037
1160
  "members": {
1038
1161
  "ResourceId": {},
1039
1162
  "SelfservicePermissions": {
1040
- "shape": "S4j"
1163
+ "shape": "S4w"
1041
1164
  }
1042
1165
  }
1043
1166
  },
@@ -1056,7 +1179,7 @@
1056
1179
  "members": {
1057
1180
  "ResourceId": {},
1058
1181
  "WorkspaceAccessProperties": {
1059
- "shape": "S4g"
1182
+ "shape": "S4t"
1060
1183
  }
1061
1184
  }
1062
1185
  },
@@ -1163,7 +1286,7 @@
1163
1286
  "FailedRequests": {
1164
1287
  "type": "list",
1165
1288
  "member": {
1166
- "shape": "S6g"
1289
+ "shape": "S71"
1167
1290
  }
1168
1291
  }
1169
1292
  }
@@ -1196,7 +1319,7 @@
1196
1319
  "FailedRequests": {
1197
1320
  "type": "list",
1198
1321
  "member": {
1199
- "shape": "S6g"
1322
+ "shape": "S71"
1200
1323
  }
1201
1324
  }
1202
1325
  }
@@ -1212,7 +1335,7 @@
1212
1335
  "members": {
1213
1336
  "DirectoryId": {},
1214
1337
  "SubnetIds": {
1215
- "shape": "S48"
1338
+ "shape": "S4l"
1216
1339
  },
1217
1340
  "EnableWorkDocs": {
1218
1341
  "type": "boolean"
@@ -1290,7 +1413,7 @@
1290
1413
  "FailedRequests": {
1291
1414
  "type": "list",
1292
1415
  "member": {
1293
- "shape": "S6g"
1416
+ "shape": "S71"
1294
1417
  }
1295
1418
  }
1296
1419
  }
@@ -1320,7 +1443,7 @@
1320
1443
  "FailedRequests": {
1321
1444
  "type": "list",
1322
1445
  "member": {
1323
- "shape": "S6g"
1446
+ "shape": "S71"
1324
1447
  }
1325
1448
  }
1326
1449
  }
@@ -1353,7 +1476,7 @@
1353
1476
  "FailedRequests": {
1354
1477
  "type": "list",
1355
1478
  "member": {
1356
- "shape": "S6g"
1479
+ "shape": "S71"
1357
1480
  }
1358
1481
  }
1359
1482
  }
@@ -1388,7 +1511,7 @@
1388
1511
  "members": {
1389
1512
  "AliasId": {},
1390
1513
  "ConnectionAliasPermission": {
1391
- "shape": "S3f"
1514
+ "shape": "S3s"
1392
1515
  }
1393
1516
  }
1394
1517
  },
@@ -1602,13 +1725,44 @@
1602
1725
  }
1603
1726
  }
1604
1727
  },
1605
- "S35": {
1728
+ "S36": {
1729
+ "type": "structure",
1730
+ "members": {
1731
+ "LogoUrl": {},
1732
+ "SupportEmail": {},
1733
+ "SupportLink": {},
1734
+ "ForgotPasswordLink": {},
1735
+ "LoginMessage": {
1736
+ "shape": "S39"
1737
+ }
1738
+ }
1739
+ },
1740
+ "S39": {
1741
+ "type": "map",
1742
+ "key": {},
1743
+ "value": {}
1744
+ },
1745
+ "S3c": {
1746
+ "type": "structure",
1747
+ "members": {
1748
+ "LogoUrl": {},
1749
+ "Logo2xUrl": {},
1750
+ "Logo3xUrl": {},
1751
+ "SupportEmail": {},
1752
+ "SupportLink": {},
1753
+ "ForgotPasswordLink": {},
1754
+ "LoginMessage": {
1755
+ "shape": "S39"
1756
+ }
1757
+ }
1758
+ },
1759
+ "S3i": {
1606
1760
  "type": "structure",
1607
1761
  "members": {
1608
1762
  "ReconnectEnabled": {}
1609
1763
  }
1610
1764
  },
1611
- "S3f": {
1765
+ "S3s": {
1612
1766
  "type": "structure",
1613
1767
  "required": [
1614
1768
  "SharedAccountId",
@@ -1621,11 +1775,11 @@
1621
1775
  }
1622
1776
  }
1623
1777
  },
1624
- "S48": {
1778
+ "S4l": {
1625
1779
  "type": "list",
1626
1780
  "member": {}
1627
1781
  },
1628
- "S4g": {
1782
+ "S4t": {
1629
1783
  "type": "structure",
1630
1784
  "members": {
1631
1785
  "DeviceTypeWindows": {},
@@ -1638,7 +1792,7 @@
1638
1792
  "DeviceTypeLinux": {}
1639
1793
  }
1640
1794
  },
1641
- "S4j": {
1795
+ "S4w": {
1642
1796
  "type": "structure",
1643
1797
  "members": {
1644
1798
  "RestartWorkspace": {},
@@ -1648,7 +1802,7 @@
1648
1802
  "RebuildWorkspace": {}
1649
1803
  }
1650
1804
  },
1651
- "S53": {
1805
+ "S5g": {
1652
1806
  "type": "list",
1653
1807
  "member": {
1654
1808
  "type": "structure",
@@ -1659,11 +1813,25 @@
1659
1813
  }
1660
1814
  }
1661
1815
  },
1662
- "S56": {
1816
+ "S5j": {
1663
1817
  "type": "list",
1664
1818
  "member": {}
1665
1819
  },
1666
- "S6g": {
1820
+ "S5v": {
1821
+ "type": "structure",
1822
+ "members": {
1823
+ "Logo": {
1824
+ "type": "blob"
1825
+ },
1826
+ "SupportEmail": {},
1827
+ "SupportLink": {},
1828
+ "ForgotPasswordLink": {},
1829
+ "LoginMessage": {
1830
+ "shape": "S39"
1831
+ }
1832
+ }
1833
+ },
1834
+ "S71": {
1667
1835
  "type": "structure",
1668
1836
  "members": {
1669
1837
  "WorkspaceId": {},
package/clients/all.d.ts CHANGED
@@ -301,3 +301,4 @@ export import AmplifyUIBuilder = require('./amplifyuibuilder');
301
301
  export import Keyspaces = require('./keyspaces');
302
302
  export import Billingconductor = require('./billingconductor');
303
303
  export import GameSparks = require('./gamesparks');
304
+ export import PinpointSMSVoiceV2 = require('./pinpointsmsvoicev2');
package/clients/all.js CHANGED
@@ -302,5 +302,6 @@ module.exports = {
302
302
  AmplifyUIBuilder: require('./amplifyuibuilder'),
303
303
  Keyspaces: require('./keyspaces'),
304
304
  Billingconductor: require('./billingconductor'),
305
- GameSparks: require('./gamesparks')
305
+ GameSparks: require('./gamesparks'),
306
+ PinpointSMSVoiceV2: require('./pinpointsmsvoicev2')
306
307
  };
@@ -132,19 +132,19 @@ declare class AuditManager extends Service {
132
132
  */
133
133
  deleteControl(callback?: (err: AWSError, data: AuditManager.Types.DeleteControlResponse) => void): Request<AuditManager.Types.DeleteControlResponse, AWSError>;
134
134
  /**
135
- * Deregisters an account in Audit Manager.
135
+ * Deregisters an account in Audit Manager. When you deregister your account from Audit Manager, your data isn’t deleted. If you want to delete your resource data, you must perform that task separately before you deregister your account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager. To delete your Audit Manager resource data, see the following instructions: DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide) DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide) DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide) DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide) DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide) At this time, Audit Manager doesn't provide an option to delete evidence. All available delete operations are listed above.
136
136
  */
137
137
  deregisterAccount(params: AuditManager.Types.DeregisterAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.DeregisterAccountResponse) => void): Request<AuditManager.Types.DeregisterAccountResponse, AWSError>;
138
138
  /**
139
- * Deregisters an account in Audit Manager.
139
+ * Deregisters an account in Audit Manager. When you deregister your account from Audit Manager, your data isn’t deleted. If you want to delete your resource data, you must perform that task separately before you deregister your account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager. To delete your Audit Manager resource data, see the following instructions: DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide) DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide) DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide) DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide) DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide) At this time, Audit Manager doesn't provide an option to delete evidence. All available delete operations are listed above.
140
140
  */
141
141
  deregisterAccount(callback?: (err: AWSError, data: AuditManager.Types.DeregisterAccountResponse) => void): Request<AuditManager.Types.DeregisterAccountResponse, AWSError>;
142
142
  /**
143
- * Removes the specified member Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Audit Manager. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.
143
+ * Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward. When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager. To delete your Audit Manager resource data, see the following instructions: DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide) DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide) DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide) DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide) DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide) At this time, Audit Manager doesn't provide an option to delete evidence. All available delete operations are listed above.
144
144
  */
145
145
  deregisterOrganizationAdminAccount(params: AuditManager.Types.DeregisterOrganizationAdminAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.DeregisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.DeregisterOrganizationAdminAccountResponse, AWSError>;
146
146
  /**
147
- * Removes the specified member Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Audit Manager. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.
147
+ * Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward. When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager. To delete your Audit Manager resource data, see the following instructions: DeleteAssessment (see also: Deleting an assessment in the Audit Manager User Guide) DeleteAssessmentFramework (see also: Deleting a custom framework in the Audit Manager User Guide) DeleteAssessmentFrameworkShare (see also: Deleting a share request in the Audit Manager User Guide) DeleteAssessmentReport (see also: Deleting an assessment report in the Audit Manager User Guide) DeleteControl (see also: Deleting a custom control in the Audit Manager User Guide) At this time, Audit Manager doesn't provide an option to delete evidence. All available delete operations are listed above.
148
148
  */
149
149
  deregisterOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.DeregisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.DeregisterOrganizationAdminAccountResponse, AWSError>;
150
150
  /**