aws-sdk 2.810.0 → 2.814.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 (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -0,0 +1,49 @@
1
+ {
2
+ "pagination": {
3
+ "ListAnswers": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListLensReviewImprovements": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
13
+ "ListLensReviews": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
18
+ "ListLenses": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
22
+ },
23
+ "ListMilestones": {
24
+ "input_token": "NextToken",
25
+ "output_token": "NextToken",
26
+ "limit_key": "MaxResults"
27
+ },
28
+ "ListNotifications": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
32
+ },
33
+ "ListShareInvitations": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults"
37
+ },
38
+ "ListWorkloadShares": {
39
+ "input_token": "NextToken",
40
+ "output_token": "NextToken",
41
+ "limit_key": "MaxResults"
42
+ },
43
+ "ListWorkloads": {
44
+ "input_token": "NextToken",
45
+ "output_token": "NextToken",
46
+ "limit_key": "MaxResults"
47
+ }
48
+ }
49
+ }
package/clients/all.d.ts CHANGED
@@ -248,3 +248,10 @@ export import AuditManager = require('./auditmanager');
248
248
  export import EMRcontainers = require('./emrcontainers');
249
249
  export import HealthLake = require('./healthlake');
250
250
  export import SagemakerEdge = require('./sagemakeredge');
251
+ export import Amp = require('./amp');
252
+ export import GreengrassV2 = require('./greengrassv2');
253
+ export import IotDeviceAdvisor = require('./iotdeviceadvisor');
254
+ export import IoTFleetHub = require('./iotfleethub');
255
+ export import IoTWireless = require('./iotwireless');
256
+ export import Location = require('./location');
257
+ export import WellArchitected = require('./wellarchitected');
package/clients/all.js CHANGED
@@ -249,5 +249,12 @@ module.exports = {
249
249
  AuditManager: require('./auditmanager'),
250
250
  EMRcontainers: require('./emrcontainers'),
251
251
  HealthLake: require('./healthlake'),
252
- SagemakerEdge: require('./sagemakeredge')
252
+ SagemakerEdge: require('./sagemakeredge'),
253
+ Amp: require('./amp'),
254
+ GreengrassV2: require('./greengrassv2'),
255
+ IotDeviceAdvisor: require('./iotdeviceadvisor'),
256
+ IoTFleetHub: require('./iotfleethub'),
257
+ IoTWireless: require('./iotwireless'),
258
+ Location: require('./location'),
259
+ WellArchitected: require('./wellarchitected')
253
260
  };
@@ -0,0 +1,220 @@
1
+ import {Request} from '../lib/request';
2
+ import {Response} from '../lib/response';
3
+ import {AWSError} from '../lib/error';
4
+ import {Service} from '../lib/service';
5
+ import {ServiceConfigurationOptions} from '../lib/service';
6
+ import {ConfigBase as Config} from '../lib/config-base';
7
+ interface Blob {}
8
+ declare class Amp extends Service {
9
+ /**
10
+ * Constructs a service object. This object has one method for each API operation.
11
+ */
12
+ constructor(options?: Amp.Types.ClientConfiguration)
13
+ config: Config & Amp.Types.ClientConfiguration;
14
+ /**
15
+ * Creates a new AMP workspace.
16
+ */
17
+ createWorkspace(params: Amp.Types.CreateWorkspaceRequest, callback?: (err: AWSError, data: Amp.Types.CreateWorkspaceResponse) => void): Request<Amp.Types.CreateWorkspaceResponse, AWSError>;
18
+ /**
19
+ * Creates a new AMP workspace.
20
+ */
21
+ createWorkspace(callback?: (err: AWSError, data: Amp.Types.CreateWorkspaceResponse) => void): Request<Amp.Types.CreateWorkspaceResponse, AWSError>;
22
+ /**
23
+ * Deletes an AMP workspace.
24
+ */
25
+ deleteWorkspace(params: Amp.Types.DeleteWorkspaceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
26
+ /**
27
+ * Deletes an AMP workspace.
28
+ */
29
+ deleteWorkspace(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
30
+ /**
31
+ * Describes an existing AMP workspace.
32
+ */
33
+ describeWorkspace(params: Amp.Types.DescribeWorkspaceRequest, callback?: (err: AWSError, data: Amp.Types.DescribeWorkspaceResponse) => void): Request<Amp.Types.DescribeWorkspaceResponse, AWSError>;
34
+ /**
35
+ * Describes an existing AMP workspace.
36
+ */
37
+ describeWorkspace(callback?: (err: AWSError, data: Amp.Types.DescribeWorkspaceResponse) => void): Request<Amp.Types.DescribeWorkspaceResponse, AWSError>;
38
+ /**
39
+ * Lists all AMP workspaces, including workspaces being created or deleted.
40
+ */
41
+ listWorkspaces(params: Amp.Types.ListWorkspacesRequest, callback?: (err: AWSError, data: Amp.Types.ListWorkspacesResponse) => void): Request<Amp.Types.ListWorkspacesResponse, AWSError>;
42
+ /**
43
+ * Lists all AMP workspaces, including workspaces being created or deleted.
44
+ */
45
+ listWorkspaces(callback?: (err: AWSError, data: Amp.Types.ListWorkspacesResponse) => void): Request<Amp.Types.ListWorkspacesResponse, AWSError>;
46
+ /**
47
+ * Updates an AMP workspace alias.
48
+ */
49
+ updateWorkspaceAlias(params: Amp.Types.UpdateWorkspaceAliasRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
50
+ /**
51
+ * Updates an AMP workspace alias.
52
+ */
53
+ updateWorkspaceAlias(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
54
+ }
55
+ declare namespace Amp {
56
+ export interface CreateWorkspaceRequest {
57
+ /**
58
+ * An optional user-assigned alias for this workspace. This alias is for user reference and does not need to be unique.
59
+ */
60
+ alias?: WorkspaceAlias;
61
+ /**
62
+ * Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
63
+ */
64
+ clientToken?: IdempotencyToken;
65
+ }
66
+ export interface CreateWorkspaceResponse {
67
+ /**
68
+ * The ARN of the workspace that was just created.
69
+ */
70
+ arn: WorkspaceArn;
71
+ /**
72
+ * The status of the workspace that was just created (usually CREATING).
73
+ */
74
+ status: WorkspaceStatus;
75
+ /**
76
+ * The generated ID of the workspace that was just created.
77
+ */
78
+ workspaceId: WorkspaceId;
79
+ }
80
+ export interface DeleteWorkspaceRequest {
81
+ /**
82
+ * Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
83
+ */
84
+ clientToken?: IdempotencyToken;
85
+ /**
86
+ * The ID of the workspace to delete.
87
+ */
88
+ workspaceId: WorkspaceId;
89
+ }
90
+ export interface DescribeWorkspaceRequest {
91
+ /**
92
+ * The ID of the workspace to describe.
93
+ */
94
+ workspaceId: WorkspaceId;
95
+ }
96
+ export interface DescribeWorkspaceResponse {
97
+ /**
98
+ * The properties of the selected workspace.
99
+ */
100
+ workspace: WorkspaceDescription;
101
+ }
102
+ export type IdempotencyToken = string;
103
+ export interface ListWorkspacesRequest {
104
+ /**
105
+ * Optional filter for workspace alias. Only the workspaces with aliases that begin with this value will be returned.
106
+ */
107
+ alias?: WorkspaceAlias;
108
+ /**
109
+ * Maximum results to return in response (default=100, maximum=1000).
110
+ */
111
+ maxResults?: ListWorkspacesRequestMaxResultsInteger;
112
+ /**
113
+ * Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListWorkspaces request.
114
+ */
115
+ nextToken?: PaginationToken;
116
+ }
117
+ export type ListWorkspacesRequestMaxResultsInteger = number;
118
+ export interface ListWorkspacesResponse {
119
+ /**
120
+ * Pagination token to use when requesting the next page in this list.
121
+ */
122
+ nextToken?: PaginationToken;
123
+ /**
124
+ * The list of existing workspaces, including those undergoing creation or deletion.
125
+ */
126
+ workspaces: WorkspaceSummaryList;
127
+ }
128
+ export type PaginationToken = string;
129
+ export type Timestamp = Date;
130
+ export interface UpdateWorkspaceAliasRequest {
131
+ /**
132
+ * The new alias of the workspace.
133
+ */
134
+ alias?: WorkspaceAlias;
135
+ /**
136
+ * Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
137
+ */
138
+ clientToken?: IdempotencyToken;
139
+ /**
140
+ * The ID of the workspace being updated.
141
+ */
142
+ workspaceId: WorkspaceId;
143
+ }
144
+ export type Uri = string;
145
+ export type WorkspaceAlias = string;
146
+ export type WorkspaceArn = string;
147
+ export interface WorkspaceDescription {
148
+ /**
149
+ * Alias of this workspace.
150
+ */
151
+ alias?: WorkspaceAlias;
152
+ /**
153
+ * The Amazon Resource Name (ARN) of this workspace.
154
+ */
155
+ arn: WorkspaceArn;
156
+ /**
157
+ * The time when the workspace was created.
158
+ */
159
+ createdAt: Timestamp;
160
+ /**
161
+ * Prometheus endpoint URI.
162
+ */
163
+ prometheusEndpoint?: Uri;
164
+ /**
165
+ * The status of this workspace.
166
+ */
167
+ status: WorkspaceStatus;
168
+ /**
169
+ * Unique string identifying this workspace.
170
+ */
171
+ workspaceId: WorkspaceId;
172
+ }
173
+ export type WorkspaceId = string;
174
+ export interface WorkspaceStatus {
175
+ /**
176
+ * Status code of this workspace.
177
+ */
178
+ statusCode: WorkspaceStatusCode;
179
+ }
180
+ export type WorkspaceStatusCode = "CREATING"|"ACTIVE"|"UPDATING"|"DELETING"|"CREATION_FAILED"|string;
181
+ export interface WorkspaceSummary {
182
+ /**
183
+ * Alias of this workspace.
184
+ */
185
+ alias?: WorkspaceAlias;
186
+ /**
187
+ * The AmazonResourceName of this workspace.
188
+ */
189
+ arn: WorkspaceArn;
190
+ /**
191
+ * The time when the workspace was created.
192
+ */
193
+ createdAt: Timestamp;
194
+ /**
195
+ * The status of this workspace.
196
+ */
197
+ status: WorkspaceStatus;
198
+ /**
199
+ * Unique string identifying this workspace.
200
+ */
201
+ workspaceId: WorkspaceId;
202
+ }
203
+ export type WorkspaceSummaryList = WorkspaceSummary[];
204
+ /**
205
+ * 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.
206
+ */
207
+ export type apiVersion = "2020-08-01"|"latest"|string;
208
+ export interface ClientApiVersions {
209
+ /**
210
+ * 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.
211
+ */
212
+ apiVersion?: apiVersion;
213
+ }
214
+ export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
215
+ /**
216
+ * Contains interfaces for use with the Amp client.
217
+ */
218
+ export import Types = Amp;
219
+ }
220
+ export = Amp;
package/clients/amp.js ADDED
@@ -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['amp'] = {};
7
+ AWS.Amp = Service.defineService('amp', ['2020-08-01']);
8
+ Object.defineProperty(apiLoader.services['amp'], '2020-08-01', {
9
+ get: function get() {
10
+ var model = require('../apis/amp-2020-08-01.min.json');
11
+ model.paginators = require('../apis/amp-2020-08-01.paginators.json').pagination;
12
+ return model;
13
+ },
14
+ enumerable: true,
15
+ configurable: true
16
+ });
17
+
18
+ module.exports = AWS.Amp;
@@ -268,35 +268,35 @@ declare class ConfigService extends Service {
268
268
  */
269
269
  describeDeliveryChannels(callback?: (err: AWSError, data: ConfigService.Types.DescribeDeliveryChannelsResponse) => void): Request<ConfigService.Types.DescribeDeliveryChannelsResponse, AWSError>;
270
270
  /**
271
- * Provides organization config rule deployment status for an organization. Only a master account and a delegated administrator account can call this API. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added. The status is not considered successful until organization config rule is successfully deployed in all the member accounts with an exception of excluded accounts. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.
271
+ * Provides organization config rule deployment status for an organization. The status is not considered successful until organization config rule is successfully deployed in all the member accounts with an exception of excluded accounts. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.
272
272
  */
273
273
  describeOrganizationConfigRuleStatuses(params: ConfigService.Types.DescribeOrganizationConfigRuleStatusesRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConfigRuleStatusesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConfigRuleStatusesResponse, AWSError>;
274
274
  /**
275
- * Provides organization config rule deployment status for an organization. Only a master account and a delegated administrator account can call this API. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added. The status is not considered successful until organization config rule is successfully deployed in all the member accounts with an exception of excluded accounts. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.
275
+ * Provides organization config rule deployment status for an organization. The status is not considered successful until organization config rule is successfully deployed in all the member accounts with an exception of excluded accounts. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.
276
276
  */
277
277
  describeOrganizationConfigRuleStatuses(callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConfigRuleStatusesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConfigRuleStatusesResponse, AWSError>;
278
278
  /**
279
- * Returns a list of organization config rules. Only a master account and a delegated administrator account can call this API. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added.&#x2028; When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.
279
+ * Returns a list of organization config rules. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.
280
280
  */
281
281
  describeOrganizationConfigRules(params: ConfigService.Types.DescribeOrganizationConfigRulesRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConfigRulesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConfigRulesResponse, AWSError>;
282
282
  /**
283
- * Returns a list of organization config rules. Only a master account and a delegated administrator account can call this API. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added.&#x2028; When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.
283
+ * Returns a list of organization config rules. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization config rule names. It is only applicable, when you request all the organization config rules.
284
284
  */
285
285
  describeOrganizationConfigRules(callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConfigRulesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConfigRulesResponse, AWSError>;
286
286
  /**
287
- * Provides organization conformance pack deployment status for an organization. Only a master account and a delegated administrator account can call this API. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added. The status is not considered successful until organization conformance pack is successfully deployed in all the member accounts with an exception of excluded accounts. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance pack names. They are only applicable, when you request all the organization conformance packs.
287
+ * Provides organization conformance pack deployment status for an organization. The status is not considered successful until organization conformance pack is successfully deployed in all the member accounts with an exception of excluded accounts. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance pack names. They are only applicable, when you request all the organization conformance packs.
288
288
  */
289
289
  describeOrganizationConformancePackStatuses(params: ConfigService.Types.DescribeOrganizationConformancePackStatusesRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConformancePackStatusesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConformancePackStatusesResponse, AWSError>;
290
290
  /**
291
- * Provides organization conformance pack deployment status for an organization. Only a master account and a delegated administrator account can call this API. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added. The status is not considered successful until organization conformance pack is successfully deployed in all the member accounts with an exception of excluded accounts. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance pack names. They are only applicable, when you request all the organization conformance packs.
291
+ * Provides organization conformance pack deployment status for an organization. The status is not considered successful until organization conformance pack is successfully deployed in all the member accounts with an exception of excluded accounts. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance pack names. They are only applicable, when you request all the organization conformance packs.
292
292
  */
293
293
  describeOrganizationConformancePackStatuses(callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConformancePackStatusesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConformancePackStatusesResponse, AWSError>;
294
294
  /**
295
- * Returns a list of organization conformance packs. Only a master account and a delegated administrator account can call this API. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs.
295
+ * Returns a list of organization conformance packs. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs.
296
296
  */
297
297
  describeOrganizationConformancePacks(params: ConfigService.Types.DescribeOrganizationConformancePacksRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConformancePacksResponse) => void): Request<ConfigService.Types.DescribeOrganizationConformancePacksResponse, AWSError>;
298
298
  /**
299
- * Returns a list of organization conformance packs. Only a master account and a delegated administrator account can call this API. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs.
299
+ * Returns a list of organization conformance packs. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs.
300
300
  */
301
301
  describeOrganizationConformancePacks(callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConformancePacksResponse) => void): Request<ConfigService.Types.DescribeOrganizationConformancePacksResponse, AWSError>;
302
302
  /**
@@ -424,19 +424,19 @@ declare class ConfigService extends Service {
424
424
  */
425
425
  getDiscoveredResourceCounts(callback?: (err: AWSError, data: ConfigService.Types.GetDiscoveredResourceCountsResponse) => void): Request<ConfigService.Types.GetDiscoveredResourceCountsResponse, AWSError>;
426
426
  /**
427
- * Returns detailed status for each member account within an organization for a given organization config rule. Only a master account and a delegated administrator account can call this API. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added.
427
+ * Returns detailed status for each member account within an organization for a given organization config rule.
428
428
  */
429
429
  getOrganizationConfigRuleDetailedStatus(params: ConfigService.Types.GetOrganizationConfigRuleDetailedStatusRequest, callback?: (err: AWSError, data: ConfigService.Types.GetOrganizationConfigRuleDetailedStatusResponse) => void): Request<ConfigService.Types.GetOrganizationConfigRuleDetailedStatusResponse, AWSError>;
430
430
  /**
431
- * Returns detailed status for each member account within an organization for a given organization config rule. Only a master account and a delegated administrator account can call this API. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added.
431
+ * Returns detailed status for each member account within an organization for a given organization config rule.
432
432
  */
433
433
  getOrganizationConfigRuleDetailedStatus(callback?: (err: AWSError, data: ConfigService.Types.GetOrganizationConfigRuleDetailedStatusResponse) => void): Request<ConfigService.Types.GetOrganizationConfigRuleDetailedStatusResponse, AWSError>;
434
434
  /**
435
- * Returns detailed status for each member account within an organization for a given organization conformance pack. Only a master account and a delegated administrator account can call this API. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added.
435
+ * Returns detailed status for each member account within an organization for a given organization conformance pack.
436
436
  */
437
437
  getOrganizationConformancePackDetailedStatus(params: ConfigService.Types.GetOrganizationConformancePackDetailedStatusRequest, callback?: (err: AWSError, data: ConfigService.Types.GetOrganizationConformancePackDetailedStatusResponse) => void): Request<ConfigService.Types.GetOrganizationConformancePackDetailedStatusResponse, AWSError>;
438
438
  /**
439
- * Returns detailed status for each member account within an organization for a given organization conformance pack. Only a master account and a delegated administrator account can call this API. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added.
439
+ * Returns detailed status for each member account within an organization for a given organization conformance pack.
440
440
  */
441
441
  getOrganizationConformancePackDetailedStatus(callback?: (err: AWSError, data: ConfigService.Types.GetOrganizationConformancePackDetailedStatusResponse) => void): Request<ConfigService.Types.GetOrganizationConformancePackDetailedStatusResponse, AWSError>;
442
442
  /**
@@ -527,6 +527,14 @@ declare class ConfigService extends Service {
527
527
  * Used by an AWS Lambda function to deliver evaluation results to AWS Config. This action is required in every AWS Lambda function that is invoked by an AWS Config rule.
528
528
  */
529
529
  putEvaluations(callback?: (err: AWSError, data: ConfigService.Types.PutEvaluationsResponse) => void): Request<ConfigService.Types.PutEvaluationsResponse, AWSError>;
530
+ /**
531
+ *
532
+ */
533
+ putExternalEvaluation(params: ConfigService.Types.PutExternalEvaluationRequest, callback?: (err: AWSError, data: ConfigService.Types.PutExternalEvaluationResponse) => void): Request<ConfigService.Types.PutExternalEvaluationResponse, AWSError>;
534
+ /**
535
+ *
536
+ */
537
+ putExternalEvaluation(callback?: (err: AWSError, data: ConfigService.Types.PutExternalEvaluationResponse) => void): Request<ConfigService.Types.PutExternalEvaluationResponse, AWSError>;
530
538
  /**
531
539
  * Adds or updates organization config rule for your entire organization evaluating whether your AWS resources comply with your desired configurations. Only a master account and a delegated administrator can create or update an organization config rule. When calling this API with a delegated administrator, you must ensure AWS Organizations ListDelegatedAdministrator permissions are added. This API enables organization service access through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master or delegated administrator account of your organization. The service linked role is created only when the role does not exist in the caller account. AWS Config verifies the existence of role with GetRole action. To use this API with delegated administrator, register a delegated administrator by calling AWS Organization register-delegated-administrator for config-multiaccountsetup.amazonaws.com. You can use this action to create both custom AWS Config rules and AWS managed Config rules. If you are adding a new custom AWS Config rule, you must first create AWS Lambda function in the master account or a delegated administrator that the rule invokes to evaluate your resources. When you use the PutOrganizationConfigRule action to add the rule to AWS Config, you must specify the Amazon Resource Name (ARN) that AWS Lambda assigns to the function. If you are adding an AWS managed Config rule, specify the rule's identifier for the RuleIdentifier key. The maximum number of organization config rules that AWS Config supports is 150 and 3 delegated administrator per organization. Prerequisite: Ensure you call EnableAllFeatures API to enable all features in an organization. Specify either OrganizationCustomRuleMetadata or OrganizationManagedRuleMetadata.
532
540
  */
@@ -544,19 +552,19 @@ declare class ConfigService extends Service {
544
552
  */
545
553
  putOrganizationConformancePack(callback?: (err: AWSError, data: ConfigService.Types.PutOrganizationConformancePackResponse) => void): Request<ConfigService.Types.PutOrganizationConformancePackResponse, AWSError>;
546
554
  /**
547
- * Adds or updates the remediation configuration with a specific AWS Config rule with the selected target or action. The API creates the RemediationConfiguration object for the AWS Config rule. The AWS Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target. If you make backward incompatible changes to the SSM document, you must call this again to ensure the remediations can run.
555
+ * Adds or updates the remediation configuration with a specific AWS Config rule with the selected target or action. The API creates the RemediationConfiguration object for the AWS Config rule. The AWS Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target. If you make backward incompatible changes to the SSM document, you must call this again to ensure the remediations can run. This API does not support adding remediation configurations for service-linked AWS Config Rules such as Organization Config rules, the rules deployed by conformance packs, and rules deployed by AWS Security Hub.
548
556
  */
549
557
  putRemediationConfigurations(params: ConfigService.Types.PutRemediationConfigurationsRequest, callback?: (err: AWSError, data: ConfigService.Types.PutRemediationConfigurationsResponse) => void): Request<ConfigService.Types.PutRemediationConfigurationsResponse, AWSError>;
550
558
  /**
551
- * Adds or updates the remediation configuration with a specific AWS Config rule with the selected target or action. The API creates the RemediationConfiguration object for the AWS Config rule. The AWS Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target. If you make backward incompatible changes to the SSM document, you must call this again to ensure the remediations can run.
559
+ * Adds or updates the remediation configuration with a specific AWS Config rule with the selected target or action. The API creates the RemediationConfiguration object for the AWS Config rule. The AWS Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target. If you make backward incompatible changes to the SSM document, you must call this again to ensure the remediations can run. This API does not support adding remediation configurations for service-linked AWS Config Rules such as Organization Config rules, the rules deployed by conformance packs, and rules deployed by AWS Security Hub.
552
560
  */
553
561
  putRemediationConfigurations(callback?: (err: AWSError, data: ConfigService.Types.PutRemediationConfigurationsResponse) => void): Request<ConfigService.Types.PutRemediationConfigurationsResponse, AWSError>;
554
562
  /**
555
- * A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an exisiting exception for a specific resource with a specific AWS Config rule. AWS Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.
563
+ * A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an existing exception for a specific resource with a specific AWS Config rule. AWS Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.
556
564
  */
557
565
  putRemediationExceptions(params: ConfigService.Types.PutRemediationExceptionsRequest, callback?: (err: AWSError, data: ConfigService.Types.PutRemediationExceptionsResponse) => void): Request<ConfigService.Types.PutRemediationExceptionsResponse, AWSError>;
558
566
  /**
559
- * A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an exisiting exception for a specific resource with a specific AWS Config rule. AWS Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.
567
+ * A remediation exception is when a specific resource is no longer considered for auto-remediation. This API adds a new exception or updates an existing exception for a specific resource with a specific AWS Config rule. AWS Config generates a remediation exception when a problem occurs executing a remediation action to a specific resource. Remediation exceptions blocks auto-remediation until the exception is cleared.
560
568
  */
561
569
  putRemediationExceptions(callback?: (err: AWSError, data: ConfigService.Types.PutRemediationExceptionsResponse) => void): Request<ConfigService.Types.PutRemediationExceptionsResponse, AWSError>;
562
570
  /**
@@ -1213,7 +1221,7 @@ declare namespace ConfigService {
1213
1221
  */
1214
1222
  configurationItemMD5Hash?: ConfigurationItemMD5Hash;
1215
1223
  /**
1216
- * accoun
1224
+ * Amazon Resource Name (ARN) associated with the resource.
1217
1225
  */
1218
1226
  arn?: ARN;
1219
1227
  /**
@@ -1356,11 +1364,11 @@ declare namespace ConfigService {
1356
1364
  */
1357
1365
  ConformancePackId: ConformancePackId;
1358
1366
  /**
1359
- * Conformance pack template that is used to create a pack. The delivery bucket name should start with awsconfigconforms. For example: "Resource": "arn:aws:s3:::your_bucket_name/*".
1367
+ * Amazon S3 bucket where AWS Config stores conformance pack templates. This field is optional.
1360
1368
  */
1361
1369
  DeliveryS3Bucket?: DeliveryS3Bucket;
1362
1370
  /**
1363
- * The prefix for the Amazon S3 bucket.
1371
+ * The prefix for the Amazon S3 bucket. This field is optional.
1364
1372
  */
1365
1373
  DeliveryS3KeyPrefix?: DeliveryS3KeyPrefix;
1366
1374
  /**
@@ -2272,6 +2280,13 @@ declare namespace ConfigService {
2272
2280
  SsmControls?: SsmControls;
2273
2281
  }
2274
2282
  export type Expression = string;
2283
+ export interface ExternalEvaluation {
2284
+ ComplianceResourceType: StringWithCharLimit256;
2285
+ ComplianceResourceId: BaseResourceId;
2286
+ ComplianceType: ComplianceType;
2287
+ Annotation?: StringWithCharLimit256;
2288
+ OrderingTimestamp: OrderingTimestamp;
2289
+ }
2275
2290
  export interface FailedDeleteRemediationExceptionsBatch {
2276
2291
  /**
2277
2292
  * Returns a failure message for delete remediation exception. For example, AWS Config creates an exception due to an internal error.
@@ -2730,7 +2745,7 @@ declare namespace ConfigService {
2730
2745
  */
2731
2746
  Filters?: ResourceFilters;
2732
2747
  /**
2733
- * The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
2748
+ * The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
2734
2749
  */
2735
2750
  Limit?: Limit;
2736
2751
  /**
@@ -2920,11 +2935,11 @@ declare namespace ConfigService {
2920
2935
  */
2921
2936
  OrganizationConformancePackArn: StringWithCharLimit256;
2922
2937
  /**
2923
- * Location of an Amazon S3 bucket where AWS Config can deliver evaluation results and conformance pack template that is used to create a pack.
2938
+ * Amazon S3 bucket where AWS Config stores conformance pack templates. This field is optional.
2924
2939
  */
2925
2940
  DeliveryS3Bucket?: DeliveryS3Bucket;
2926
2941
  /**
2927
- * Any folder structure you want to add to an Amazon S3 bucket.
2942
+ * Any folder structure you want to add to an Amazon S3 bucket. This field is optional.
2928
2943
  */
2929
2944
  DeliveryS3KeyPrefix?: DeliveryS3KeyPrefix;
2930
2945
  /**
@@ -3168,11 +3183,11 @@ declare namespace ConfigService {
3168
3183
  */
3169
3184
  TemplateBody?: TemplateBody;
3170
3185
  /**
3171
- * AWS Config stores intermediate files while processing conformance pack template.
3186
+ * Amazon S3 bucket where AWS Config stores conformance pack templates. This field is optional.
3172
3187
  */
3173
3188
  DeliveryS3Bucket?: DeliveryS3Bucket;
3174
3189
  /**
3175
- * The prefix for the Amazon S3 bucket.
3190
+ * The prefix for the Amazon S3 bucket. This field is optional.
3176
3191
  */
3177
3192
  DeliveryS3KeyPrefix?: DeliveryS3KeyPrefix;
3178
3193
  /**
@@ -3212,6 +3227,12 @@ declare namespace ConfigService {
3212
3227
  */
3213
3228
  FailedEvaluations?: Evaluations;
3214
3229
  }
3230
+ export interface PutExternalEvaluationRequest {
3231
+ ConfigRuleName: ConfigRuleName;
3232
+ ExternalEvaluation: ExternalEvaluation;
3233
+ }
3234
+ export interface PutExternalEvaluationResponse {
3235
+ }
3215
3236
  export interface PutOrganizationConfigRuleRequest {
3216
3237
  /**
3217
3238
  * The name that you assign to an organization config rule.
@@ -3250,11 +3271,11 @@ declare namespace ConfigService {
3250
3271
  */
3251
3272
  TemplateBody?: TemplateBody;
3252
3273
  /**
3253
- * Location of an Amazon S3 bucket where AWS Config can deliver evaluation results. AWS Config stores intermediate files while processing conformance pack template. The delivery bucket name should start with awsconfigconforms. For example: "Resource": "arn:aws:s3:::your_bucket_name/*". For more information, see Permissions for cross account bucket access.
3274
+ * Amazon S3 bucket where AWS Config stores conformance pack templates. This field is optional.
3254
3275
  */
3255
3276
  DeliveryS3Bucket?: DeliveryS3Bucket;
3256
3277
  /**
3257
- * The prefix for the Amazon S3 bucket.
3278
+ * The prefix for the Amazon S3 bucket. This field is optional.
3258
3279
  */
3259
3280
  DeliveryS3KeyPrefix?: DeliveryS3KeyPrefix;
3260
3281
  /**
@@ -3425,11 +3446,11 @@ declare namespace ConfigService {
3425
3446
  */
3426
3447
  ExecutionControls?: ExecutionControls;
3427
3448
  /**
3428
- * The maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5. For example, if you specify MaximumAutomaticAttempts as 5 with RetryAttemptsSeconds as 50 seconds, AWS Config will put a RemediationException on your behalf for the failing resource after the 5th failed attempt within 50 seconds.
3449
+ * The maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5. For example, if you specify MaximumAutomaticAttempts as 5 with RetryAttemptSeconds as 50 seconds, AWS Config will put a RemediationException on your behalf for the failing resource after the 5th failed attempt within 50 seconds.
3429
3450
  */
3430
3451
  MaximumAutomaticAttempts?: AutoRemediationAttempts;
3431
3452
  /**
3432
- * Maximum time in seconds that AWS Config runs auto-remediation. If you do not select a number, the default is 60 seconds. For example, if you specify RetryAttemptsSeconds as 50 seconds and MaximumAutomaticAttempts as 5, AWS Config will run auto-remediations 5 times within 50 seconds before throwing an exception.
3453
+ * Maximum time in seconds that AWS Config runs auto-remediation. If you do not select a number, the default is 60 seconds. For example, if you specify RetryAttemptSeconds as 50 seconds and MaximumAutomaticAttempts as 5, AWS Config will run auto-remediations 5 times within 50 seconds before throwing an exception.
3433
3454
  */
3434
3455
  RetryAttemptSeconds?: AutoRemediationAttemptSeconds;
3435
3456
  /**
@@ -356,7 +356,7 @@ declare namespace CostExplorer {
356
356
  /**
357
357
  * A list of cost anomaly monitors.
358
358
  */
359
- MonitorArnList: Values;
359
+ MonitorArnList: MonitorArnList;
360
360
  /**
361
361
  * A list of subscribers to notify.
362
362
  */
@@ -1656,6 +1656,7 @@ declare namespace CostExplorer {
1656
1656
  */
1657
1657
  TargetInstances?: TargetInstancesList;
1658
1658
  }
1659
+ export type MonitorArnList = Arn[];
1659
1660
  export type MonitorDimension = "SERVICE"|string;
1660
1661
  export type MonitorType = "DIMENSIONAL"|"CUSTOM"|string;
1661
1662
  export type NetRISavings = string;
@@ -2524,7 +2525,7 @@ declare namespace CostExplorer {
2524
2525
  /**
2525
2526
  * A list of cost anomaly subscription ARNs.
2526
2527
  */
2527
- MonitorArnList?: Values;
2528
+ MonitorArnList?: MonitorArnList;
2528
2529
  /**
2529
2530
  * The update to the subscriber list.
2530
2531
  */