aws-sdk 2.1397.0 → 2.1399.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.
- package/CHANGELOG.md +11 -1
- package/README.md +1 -1
- package/apis/account-2021-02-01.paginators.json +2 -1
- package/apis/auditmanager-2017-07-25.min.json +128 -88
- package/apis/connect-2017-08-08.min.json +75 -73
- package/apis/discovery-2015-11-01.min.json +48 -0
- package/apis/location-2020-11-19.min.json +56 -8
- package/apis/s3-2006-03-01.examples.json +137 -137
- package/apis/s3-2006-03-01.min.json +37 -5
- package/clients/auditmanager.d.ts +105 -52
- package/clients/connect.d.ts +13 -5
- package/clients/discovery.d.ts +133 -35
- package/clients/efs.d.ts +5 -5
- package/clients/guardduty.d.ts +11 -11
- package/clients/iam.d.ts +4 -4
- package/clients/location.d.ts +60 -7
- package/clients/s3.d.ts +67 -59
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +171 -89
- package/dist/aws-sdk.min.js +54 -54
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/discovery.d.ts
CHANGED
@@ -60,11 +60,11 @@ declare class Discovery extends Service {
|
|
60
60
|
*/
|
61
61
|
deleteTags(callback?: (err: AWSError, data: Discovery.Types.DeleteTagsResponse) => void): Request<Discovery.Types.DeleteTagsResponse, AWSError>;
|
62
62
|
/**
|
63
|
-
* Lists agents or
|
63
|
+
* Lists agents or collectors as specified by ID or other filters. All agents/collectors associated with your user can be listed if you call DescribeAgents as is without passing any parameters.
|
64
64
|
*/
|
65
65
|
describeAgents(params: Discovery.Types.DescribeAgentsRequest, callback?: (err: AWSError, data: Discovery.Types.DescribeAgentsResponse) => void): Request<Discovery.Types.DescribeAgentsResponse, AWSError>;
|
66
66
|
/**
|
67
|
-
* Lists agents or
|
67
|
+
* Lists agents or collectors as specified by ID or other filters. All agents/collectors associated with your user can be listed if you call DescribeAgents as is without passing any parameters.
|
68
68
|
*/
|
69
69
|
describeAgents(callback?: (err: AWSError, data: Discovery.Types.DescribeAgentsResponse) => void): Request<Discovery.Types.DescribeAgentsResponse, AWSError>;
|
70
70
|
/**
|
@@ -76,11 +76,11 @@ declare class Discovery extends Service {
|
|
76
76
|
*/
|
77
77
|
describeConfigurations(callback?: (err: AWSError, data: Discovery.Types.DescribeConfigurationsResponse) => void): Request<Discovery.Types.DescribeConfigurationsResponse, AWSError>;
|
78
78
|
/**
|
79
|
-
* Lists exports as specified by ID. All continuous exports associated with your user
|
79
|
+
* Lists exports as specified by ID. All continuous exports associated with your user can be listed if you call DescribeContinuousExports as is without passing any parameters.
|
80
80
|
*/
|
81
81
|
describeContinuousExports(params: Discovery.Types.DescribeContinuousExportsRequest, callback?: (err: AWSError, data: Discovery.Types.DescribeContinuousExportsResponse) => void): Request<Discovery.Types.DescribeContinuousExportsResponse, AWSError>;
|
82
82
|
/**
|
83
|
-
* Lists exports as specified by ID. All continuous exports associated with your user
|
83
|
+
* Lists exports as specified by ID. All continuous exports associated with your user can be listed if you call DescribeContinuousExports as is without passing any parameters.
|
84
84
|
*/
|
85
85
|
describeContinuousExports(callback?: (err: AWSError, data: Discovery.Types.DescribeContinuousExportsResponse) => void): Request<Discovery.Types.DescribeContinuousExportsResponse, AWSError>;
|
86
86
|
/**
|
@@ -108,11 +108,11 @@ declare class Discovery extends Service {
|
|
108
108
|
*/
|
109
109
|
describeImportTasks(callback?: (err: AWSError, data: Discovery.Types.DescribeImportTasksResponse) => void): Request<Discovery.Types.DescribeImportTasksResponse, AWSError>;
|
110
110
|
/**
|
111
|
-
* Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value, passed to the optional parameter filters. There are three valid tag filter names: tagKey tagValue configurationId Also, all configuration items associated with your user
|
111
|
+
* Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value, passed to the optional parameter filters. There are three valid tag filter names: tagKey tagValue configurationId Also, all configuration items associated with your user that have tags can be listed if you call DescribeTags as is without passing any parameters.
|
112
112
|
*/
|
113
113
|
describeTags(params: Discovery.Types.DescribeTagsRequest, callback?: (err: AWSError, data: Discovery.Types.DescribeTagsResponse) => void): Request<Discovery.Types.DescribeTagsResponse, AWSError>;
|
114
114
|
/**
|
115
|
-
* Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value, passed to the optional parameter filters. There are three valid tag filter names: tagKey tagValue configurationId Also, all configuration items associated with your user
|
115
|
+
* Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value, passed to the optional parameter filters. There are three valid tag filter names: tagKey tagValue configurationId Also, all configuration items associated with your user that have tags can be listed if you call DescribeTags as is without passing any parameters.
|
116
116
|
*/
|
117
117
|
describeTags(callback?: (err: AWSError, data: Discovery.Types.DescribeTagsResponse) => void): Request<Discovery.Types.DescribeTagsResponse, AWSError>;
|
118
118
|
/**
|
@@ -160,27 +160,27 @@ declare class Discovery extends Service {
|
|
160
160
|
*/
|
161
161
|
startContinuousExport(callback?: (err: AWSError, data: Discovery.Types.StartContinuousExportResponse) => void): Request<Discovery.Types.StartContinuousExportResponse, AWSError>;
|
162
162
|
/**
|
163
|
-
* Instructs the specified agents
|
163
|
+
* Instructs the specified agents to start collecting data.
|
164
164
|
*/
|
165
165
|
startDataCollectionByAgentIds(params: Discovery.Types.StartDataCollectionByAgentIdsRequest, callback?: (err: AWSError, data: Discovery.Types.StartDataCollectionByAgentIdsResponse) => void): Request<Discovery.Types.StartDataCollectionByAgentIdsResponse, AWSError>;
|
166
166
|
/**
|
167
|
-
* Instructs the specified agents
|
167
|
+
* Instructs the specified agents to start collecting data.
|
168
168
|
*/
|
169
169
|
startDataCollectionByAgentIds(callback?: (err: AWSError, data: Discovery.Types.StartDataCollectionByAgentIdsResponse) => void): Request<Discovery.Types.StartDataCollectionByAgentIdsResponse, AWSError>;
|
170
170
|
/**
|
171
|
-
*
|
171
|
+
* Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services. Exports might provide an estimate of fees and savings based on certain information that you provide. Fee estimates do not include any taxes that might apply. Your actual fees and savings depend on a variety of factors, including your actual usage of Amazon Web Services services, which might vary from the estimates provided in this report. If you do not specify preferences or agentIds in the filter, a summary of all servers, applications, tags, and performance is generated. This data is an aggregation of all server data collected through on-premises tooling, file import, application grouping and applying tags. If you specify agentIds in a filter, the task exports up to 72 hours of detailed data collected by the identified Application Discovery Agent, including network, process, and performance details. A time range for exported agent data may be set by using startTime and endTime. Export of detailed agent data is limited to five concurrently running exports. Export of detailed agent data is limited to two exports per day. If you enable ec2RecommendationsPreferences in preferences , an Amazon EC2 instance matching the characteristics of each server in Application Discovery Service is generated. Changing the attributes of the ec2RecommendationsPreferences changes the criteria of the recommendation.
|
172
172
|
*/
|
173
173
|
startExportTask(params: Discovery.Types.StartExportTaskRequest, callback?: (err: AWSError, data: Discovery.Types.StartExportTaskResponse) => void): Request<Discovery.Types.StartExportTaskResponse, AWSError>;
|
174
174
|
/**
|
175
|
-
*
|
175
|
+
* Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services. Exports might provide an estimate of fees and savings based on certain information that you provide. Fee estimates do not include any taxes that might apply. Your actual fees and savings depend on a variety of factors, including your actual usage of Amazon Web Services services, which might vary from the estimates provided in this report. If you do not specify preferences or agentIds in the filter, a summary of all servers, applications, tags, and performance is generated. This data is an aggregation of all server data collected through on-premises tooling, file import, application grouping and applying tags. If you specify agentIds in a filter, the task exports up to 72 hours of detailed data collected by the identified Application Discovery Agent, including network, process, and performance details. A time range for exported agent data may be set by using startTime and endTime. Export of detailed agent data is limited to five concurrently running exports. Export of detailed agent data is limited to two exports per day. If you enable ec2RecommendationsPreferences in preferences , an Amazon EC2 instance matching the characteristics of each server in Application Discovery Service is generated. Changing the attributes of the ec2RecommendationsPreferences changes the criteria of the recommendation.
|
176
176
|
*/
|
177
177
|
startExportTask(callback?: (err: AWSError, data: Discovery.Types.StartExportTaskResponse) => void): Request<Discovery.Types.StartExportTaskResponse, AWSError>;
|
178
178
|
/**
|
179
|
-
* Starts an import task, which allows you to import details of your on-premises environment directly into Amazon Web Services Migration Hub without having to use the Application Discovery Service (
|
179
|
+
* Starts an import task, which allows you to import details of your on-premises environment directly into Amazon Web Services Migration Hub without having to use the Amazon Web Services Application Discovery Service (Application Discovery Service) tools such as the Amazon Web Services Application Discovery Service Agentless Collector or Application Discovery Agent. This gives you the option to perform migration assessment and planning directly from your imported data, including the ability to group your devices as applications and track their migration status. To start an import request, do this: Download the specially formatted comma separated value (CSV) import template, which you can find here: https://s3.us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv. Fill out the template with your server and application data. Upload your import file to an Amazon S3 bucket, and make a note of it's Object URL. Your import file must be in the CSV format. Use the console or the StartImportTask command with the Amazon Web Services CLI or one of the Amazon Web Services SDKs to import the records from your file. For more information, including step-by-step procedures, see Migration Hub Import in the Amazon Web Services Application Discovery Service User Guide. There are limits to the number of import tasks you can create (and delete) in an Amazon Web Services account. For more information, see Amazon Web Services Application Discovery Service Limits in the Amazon Web Services Application Discovery Service User Guide.
|
180
180
|
*/
|
181
181
|
startImportTask(params: Discovery.Types.StartImportTaskRequest, callback?: (err: AWSError, data: Discovery.Types.StartImportTaskResponse) => void): Request<Discovery.Types.StartImportTaskResponse, AWSError>;
|
182
182
|
/**
|
183
|
-
* Starts an import task, which allows you to import details of your on-premises environment directly into Amazon Web Services Migration Hub without having to use the Application Discovery Service (
|
183
|
+
* Starts an import task, which allows you to import details of your on-premises environment directly into Amazon Web Services Migration Hub without having to use the Amazon Web Services Application Discovery Service (Application Discovery Service) tools such as the Amazon Web Services Application Discovery Service Agentless Collector or Application Discovery Agent. This gives you the option to perform migration assessment and planning directly from your imported data, including the ability to group your devices as applications and track their migration status. To start an import request, do this: Download the specially formatted comma separated value (CSV) import template, which you can find here: https://s3.us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv. Fill out the template with your server and application data. Upload your import file to an Amazon S3 bucket, and make a note of it's Object URL. Your import file must be in the CSV format. Use the console or the StartImportTask command with the Amazon Web Services CLI or one of the Amazon Web Services SDKs to import the records from your file. For more information, including step-by-step procedures, see Migration Hub Import in the Amazon Web Services Application Discovery Service User Guide. There are limits to the number of import tasks you can create (and delete) in an Amazon Web Services account. For more information, see Amazon Web Services Application Discovery Service Limits in the Amazon Web Services Application Discovery Service User Guide.
|
184
184
|
*/
|
185
185
|
startImportTask(callback?: (err: AWSError, data: Discovery.Types.StartImportTaskResponse) => void): Request<Discovery.Types.StartImportTaskResponse, AWSError>;
|
186
186
|
/**
|
@@ -192,11 +192,11 @@ declare class Discovery extends Service {
|
|
192
192
|
*/
|
193
193
|
stopContinuousExport(callback?: (err: AWSError, data: Discovery.Types.StopContinuousExportResponse) => void): Request<Discovery.Types.StopContinuousExportResponse, AWSError>;
|
194
194
|
/**
|
195
|
-
* Instructs the specified agents
|
195
|
+
* Instructs the specified agents to stop collecting data.
|
196
196
|
*/
|
197
197
|
stopDataCollectionByAgentIds(params: Discovery.Types.StopDataCollectionByAgentIdsRequest, callback?: (err: AWSError, data: Discovery.Types.StopDataCollectionByAgentIdsResponse) => void): Request<Discovery.Types.StopDataCollectionByAgentIdsResponse, AWSError>;
|
198
198
|
/**
|
199
|
-
* Instructs the specified agents
|
199
|
+
* Instructs the specified agents to stop collecting data.
|
200
200
|
*/
|
201
201
|
stopDataCollectionByAgentIds(callback?: (err: AWSError, data: Discovery.Types.StopDataCollectionByAgentIdsResponse) => void): Request<Discovery.Types.StopDataCollectionByAgentIdsResponse, AWSError>;
|
202
202
|
/**
|
@@ -211,11 +211,11 @@ declare class Discovery extends Service {
|
|
211
211
|
declare namespace Discovery {
|
212
212
|
export interface AgentConfigurationStatus {
|
213
213
|
/**
|
214
|
-
* The agent
|
214
|
+
* The agent ID.
|
215
215
|
*/
|
216
216
|
agentId?: String;
|
217
217
|
/**
|
218
|
-
* Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent
|
218
|
+
* Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.
|
219
219
|
*/
|
220
220
|
operationSucceeded?: Boolean;
|
221
221
|
/**
|
@@ -228,15 +228,15 @@ declare namespace Discovery {
|
|
228
228
|
export type AgentIds = AgentId[];
|
229
229
|
export interface AgentInfo {
|
230
230
|
/**
|
231
|
-
* The agent or
|
231
|
+
* The agent or collector ID.
|
232
232
|
*/
|
233
233
|
agentId?: AgentId;
|
234
234
|
/**
|
235
|
-
* The name of the host where the agent or
|
235
|
+
* The name of the host where the agent or collector resides. The host can be a server or virtual machine.
|
236
236
|
*/
|
237
237
|
hostName?: String;
|
238
238
|
/**
|
239
|
-
* Network details about the host where the agent or
|
239
|
+
* Network details about the host where the agent or collector resides.
|
240
240
|
*/
|
241
241
|
agentNetworkInfoList?: AgentNetworkInfoList;
|
242
242
|
/**
|
@@ -244,19 +244,19 @@ declare namespace Discovery {
|
|
244
244
|
*/
|
245
245
|
connectorId?: String;
|
246
246
|
/**
|
247
|
-
* The agent or
|
247
|
+
* The agent or collector version.
|
248
248
|
*/
|
249
249
|
version?: String;
|
250
250
|
/**
|
251
|
-
* The health of the agent
|
251
|
+
* The health of the agent.
|
252
252
|
*/
|
253
253
|
health?: AgentStatus;
|
254
254
|
/**
|
255
|
-
* Time since agent
|
255
|
+
* Time since agent health was reported.
|
256
256
|
*/
|
257
257
|
lastHealthPingTime?: String;
|
258
258
|
/**
|
259
|
-
* Status of the collection process for an agent
|
259
|
+
* Status of the collection process for an agent.
|
260
260
|
*/
|
261
261
|
collectionStatus?: String;
|
262
262
|
/**
|
@@ -270,11 +270,11 @@ declare namespace Discovery {
|
|
270
270
|
}
|
271
271
|
export interface AgentNetworkInfo {
|
272
272
|
/**
|
273
|
-
* The IP address for the host where the agent/
|
273
|
+
* The IP address for the host where the agent/collector resides.
|
274
274
|
*/
|
275
275
|
ipAddress?: String;
|
276
276
|
/**
|
277
|
-
* The MAC address for the host where the agent/
|
277
|
+
* The MAC address for the host where the agent/collector resides.
|
278
278
|
*/
|
279
279
|
macAddress?: String;
|
280
280
|
}
|
@@ -370,7 +370,7 @@ declare namespace Discovery {
|
|
370
370
|
*/
|
371
371
|
status?: ContinuousExportStatus;
|
372
372
|
/**
|
373
|
-
* Contains information about any errors that have occurred. This data type can have the following values: ACCESS_DENIED - You don’t have permission to start Data Exploration in Amazon Athena. Contact your Amazon Web Services administrator for help. For more information, see Setting Up Amazon Web Services Application Discovery Service in the Application Discovery Service User Guide. DELIVERY_STREAM_LIMIT_FAILURE - You reached the limit for Amazon Kinesis Data Firehose delivery streams. Reduce the number of streams or request a limit increase and try again. For more information, see Kinesis Data Streams Limits in the Amazon Kinesis Data Streams Developer Guide. FIREHOSE_ROLE_MISSING - The Data Exploration feature is in an error state because your
|
373
|
+
* Contains information about any errors that have occurred. This data type can have the following values: ACCESS_DENIED - You don’t have permission to start Data Exploration in Amazon Athena. Contact your Amazon Web Services administrator for help. For more information, see Setting Up Amazon Web Services Application Discovery Service in the Application Discovery Service User Guide. DELIVERY_STREAM_LIMIT_FAILURE - You reached the limit for Amazon Kinesis Data Firehose delivery streams. Reduce the number of streams or request a limit increase and try again. For more information, see Kinesis Data Streams Limits in the Amazon Kinesis Data Streams Developer Guide. FIREHOSE_ROLE_MISSING - The Data Exploration feature is in an error state because your user is missing the Amazon Web ServicesApplicationDiscoveryServiceFirehose role. Turn on Data Exploration in Amazon Athena and try again. For more information, see Creating the Amazon Web ServicesApplicationDiscoveryServiceFirehose Role in the Application Discovery Service User Guide. FIREHOSE_STREAM_DOES_NOT_EXIST - The Data Exploration feature is in an error state because your user is missing one or more of the Kinesis data delivery streams. INTERNAL_FAILURE - The Data Exploration feature is in an error state because of an internal failure. Try again later. If this problem persists, contact Amazon Web Services Support. LAKE_FORMATION_ACCESS_DENIED - You don't have sufficient lake formation permissions to start continuous export. For more information, see Upgrading Amazon Web Services Glue Data Permissions to the Amazon Web Services Lake Formation Model in the Amazon Web Services Lake Formation Developer Guide. You can use one of the following two ways to resolve this issue. If you don’t want to use the Lake Formation permission model, you can change the default Data Catalog settings to use only Amazon Web Services Identity and Access Management (IAM) access control for new databases. For more information, see Change Data Catalog Settings in the Lake Formation Developer Guide. You can give the service-linked IAM roles AWSServiceRoleForApplicationDiscoveryServiceContinuousExport and AWSApplicationDiscoveryServiceFirehose the required Lake Formation permissions. For more information, see Granting Database Permissions in the Lake Formation Developer Guide. AWSServiceRoleForApplicationDiscoveryServiceContinuousExport - Grant database creator permissions, which gives the role database creation ability and implicit permissions for any created tables. For more information, see Implicit Lake Formation Permissions in the Lake Formation Developer Guide. AWSApplicationDiscoveryServiceFirehose - Grant describe permissions for all tables in the database. S3_BUCKET_LIMIT_FAILURE - You reached the limit for Amazon S3 buckets. Reduce the number of S3 buckets or request a limit increase and try again. For more information, see Bucket Restrictions and Limitations in the Amazon Simple Storage Service Developer Guide. S3_NOT_SIGNED_UP - Your account is not signed up for the Amazon S3 service. You must sign up before you can use Amazon S3. You can sign up at the following URL: https://aws.amazon.com/s3.
|
374
374
|
*/
|
375
375
|
statusDetail?: StringMax255;
|
376
376
|
/**
|
@@ -456,12 +456,33 @@ declare namespace Discovery {
|
|
456
456
|
unknownAgents: Integer;
|
457
457
|
}
|
458
458
|
export interface CustomerAgentlessCollectorInfo {
|
459
|
+
/**
|
460
|
+
* The number of active Agentless Collector collectors.
|
461
|
+
*/
|
459
462
|
activeAgentlessCollectors: Integer;
|
463
|
+
/**
|
464
|
+
* The number of healthy Agentless Collector collectors.
|
465
|
+
*/
|
460
466
|
healthyAgentlessCollectors: Integer;
|
467
|
+
/**
|
468
|
+
* The number of deny-listed Agentless Collector collectors.
|
469
|
+
*/
|
461
470
|
denyListedAgentlessCollectors: Integer;
|
471
|
+
/**
|
472
|
+
* The number of Agentless Collector collectors with SHUTDOWN status.
|
473
|
+
*/
|
462
474
|
shutdownAgentlessCollectors: Integer;
|
475
|
+
/**
|
476
|
+
* The number of unhealthy Agentless Collector collectors.
|
477
|
+
*/
|
463
478
|
unhealthyAgentlessCollectors: Integer;
|
479
|
+
/**
|
480
|
+
* The total number of Agentless Collector collectors.
|
481
|
+
*/
|
464
482
|
totalAgentlessCollectors: Integer;
|
483
|
+
/**
|
484
|
+
* The number of unknown Agentless Collector collectors.
|
485
|
+
*/
|
465
486
|
unknownAgentlessCollectors: Integer;
|
466
487
|
}
|
467
488
|
export interface CustomerConnectorInfo {
|
@@ -548,7 +569,7 @@ declare namespace Discovery {
|
|
548
569
|
}
|
549
570
|
export interface DescribeAgentsRequest {
|
550
571
|
/**
|
551
|
-
* The agent or the
|
572
|
+
* The agent or the collector IDs for which you want information. If you specify no IDs, the system returns information about all agents/collectors associated with your user.
|
552
573
|
*/
|
553
574
|
agentIds?: AgentIds;
|
554
575
|
/**
|
@@ -556,7 +577,7 @@ declare namespace Discovery {
|
|
556
577
|
*/
|
557
578
|
filters?: Filters;
|
558
579
|
/**
|
559
|
-
* The total number of agents/
|
580
|
+
* The total number of agents/collectors to return in a single page of output. The maximum value is 100.
|
560
581
|
*/
|
561
582
|
maxResults?: Integer;
|
562
583
|
/**
|
@@ -566,7 +587,7 @@ declare namespace Discovery {
|
|
566
587
|
}
|
567
588
|
export interface DescribeAgentsResponse {
|
568
589
|
/**
|
569
|
-
* Lists agents or the
|
590
|
+
* Lists agents or the collector by ID or lists all agents/collectors associated with your user, if you did not specify an agent/collector ID. The output includes agent/collector IDs, IP addresses, media access control (MAC) addresses, agent/collector health, host name where the agent/collector resides, and the version number of each agent/collector.
|
570
591
|
*/
|
571
592
|
agentsInfo?: AgentsInfo;
|
572
593
|
/**
|
@@ -727,14 +748,47 @@ declare namespace Discovery {
|
|
727
748
|
}
|
728
749
|
export interface DisassociateConfigurationItemsFromApplicationResponse {
|
729
750
|
}
|
751
|
+
export type EC2InstanceType = string;
|
752
|
+
export interface Ec2RecommendationsExportPreferences {
|
753
|
+
/**
|
754
|
+
* If set to true, the export preferences is set to Ec2RecommendationsExportPreferences.
|
755
|
+
*/
|
756
|
+
enabled?: ExportEnabled;
|
757
|
+
/**
|
758
|
+
* The recommended EC2 instance type that matches the CPU usage metric of server performance data.
|
759
|
+
*/
|
760
|
+
cpuPerformanceMetricBasis?: UsageMetricBasis;
|
761
|
+
/**
|
762
|
+
* The recommended EC2 instance type that matches the Memory usage metric of server performance data.
|
763
|
+
*/
|
764
|
+
ramPerformanceMetricBasis?: UsageMetricBasis;
|
765
|
+
/**
|
766
|
+
* The target tenancy to use for your recommended EC2 instances.
|
767
|
+
*/
|
768
|
+
tenancy?: Tenancy;
|
769
|
+
/**
|
770
|
+
* An array of instance types to exclude from recommendations.
|
771
|
+
*/
|
772
|
+
excludedInstanceTypes?: ExcludedInstanceTypes;
|
773
|
+
/**
|
774
|
+
* The target Amazon Web Services Region for the recommendations. You can use any of the Region codes available for the chosen service, as listed in Amazon Web Services service endpoints in the Amazon Web Services General Reference.
|
775
|
+
*/
|
776
|
+
preferredRegion?: UserPreferredRegion;
|
777
|
+
/**
|
778
|
+
* The contract type for a reserved instance. If blank, we assume an On-Demand instance is preferred.
|
779
|
+
*/
|
780
|
+
reservedInstanceOptions?: ReservedInstanceOptions;
|
781
|
+
}
|
782
|
+
export type ExcludedInstanceTypes = EC2InstanceType[];
|
730
783
|
export interface ExportConfigurationsResponse {
|
731
784
|
/**
|
732
785
|
* A unique identifier that you can use to query the export status.
|
733
786
|
*/
|
734
787
|
exportId?: ConfigurationsExportId;
|
735
788
|
}
|
736
|
-
export type ExportDataFormat = "CSV"|
|
789
|
+
export type ExportDataFormat = "CSV"|string;
|
737
790
|
export type ExportDataFormats = ExportDataFormat[];
|
791
|
+
export type ExportEnabled = boolean;
|
738
792
|
export interface ExportFilter {
|
739
793
|
/**
|
740
794
|
* A single ExportFilter name. Supported filters: agentIds.
|
@@ -785,6 +839,12 @@ declare namespace Discovery {
|
|
785
839
|
*/
|
786
840
|
requestedEndTime?: TimeStamp;
|
787
841
|
}
|
842
|
+
export interface ExportPreferences {
|
843
|
+
/**
|
844
|
+
* If enabled, exported data includes EC2 instance type matches for on-premises servers discovered through Amazon Web Services Application Discovery Service.
|
845
|
+
*/
|
846
|
+
ec2RecommendationsPreferences?: Ec2RecommendationsExportPreferences;
|
847
|
+
}
|
788
848
|
export type ExportRequestTime = Date;
|
789
849
|
export type ExportStatus = "FAILED"|"SUCCEEDED"|"IN_PROGRESS"|string;
|
790
850
|
export type ExportStatusMessage = string;
|
@@ -838,6 +898,9 @@ declare namespace Discovery {
|
|
838
898
|
* Details about Migration Evaluator collectors, including collector status and health.
|
839
899
|
*/
|
840
900
|
meCollectorSummary?: CustomerMeCollectorInfo;
|
901
|
+
/**
|
902
|
+
* Details about Agentless Collector collectors, including status.
|
903
|
+
*/
|
841
904
|
agentlessCollectorSummary?: CustomerAgentlessCollectorInfo;
|
842
905
|
}
|
843
906
|
export type ImportStatus = "IMPORT_IN_PROGRESS"|"IMPORT_COMPLETE"|"IMPORT_COMPLETE_WITH_ERRORS"|"IMPORT_FAILED"|"IMPORT_FAILED_SERVER_LIMIT_EXCEEDED"|"IMPORT_FAILED_RECORD_LIMIT_EXCEEDED"|"DELETE_IN_PROGRESS"|"DELETE_COMPLETE"|"DELETE_FAILED"|"DELETE_FAILED_LIMIT_EXCEEDED"|"INTERNAL_ERROR"|string;
|
@@ -1006,6 +1069,7 @@ declare namespace Discovery {
|
|
1006
1069
|
}
|
1007
1070
|
export type NeighborDetailsList = NeighborConnectionDetail[];
|
1008
1071
|
export type NextToken = string;
|
1072
|
+
export type OfferingClass = "STANDARD"|"CONVERTIBLE"|string;
|
1009
1073
|
export interface OrderByElement {
|
1010
1074
|
/**
|
1011
1075
|
* The field on which to order.
|
@@ -1018,6 +1082,21 @@ declare namespace Discovery {
|
|
1018
1082
|
}
|
1019
1083
|
export type OrderByElementFieldName = string;
|
1020
1084
|
export type OrderByList = OrderByElement[];
|
1085
|
+
export type PurchasingOption = "ALL_UPFRONT"|"PARTIAL_UPFRONT"|"NO_UPFRONT"|string;
|
1086
|
+
export interface ReservedInstanceOptions {
|
1087
|
+
/**
|
1088
|
+
* The payment plan to use for your Reserved Instance.
|
1089
|
+
*/
|
1090
|
+
purchasingOption: PurchasingOption;
|
1091
|
+
/**
|
1092
|
+
* The flexibility to change the instance types needed for your Reserved Instance.
|
1093
|
+
*/
|
1094
|
+
offeringClass: OfferingClass;
|
1095
|
+
/**
|
1096
|
+
* The preferred duration of the Reserved Instance term.
|
1097
|
+
*/
|
1098
|
+
termLength: TermLength;
|
1099
|
+
}
|
1021
1100
|
export type S3Bucket = string;
|
1022
1101
|
export type S3PresignedUrl = string;
|
1023
1102
|
export type SchemaStorageConfig = {[key: string]: String};
|
@@ -1047,13 +1126,13 @@ declare namespace Discovery {
|
|
1047
1126
|
}
|
1048
1127
|
export interface StartDataCollectionByAgentIdsRequest {
|
1049
1128
|
/**
|
1050
|
-
* The IDs of the agents
|
1129
|
+
* The IDs of the agents from which to start collecting data. If you send a request to an agent ID that you do not have permission to contact, according to your Amazon Web Services account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.
|
1051
1130
|
*/
|
1052
1131
|
agentIds: AgentIds;
|
1053
1132
|
}
|
1054
1133
|
export interface StartDataCollectionByAgentIdsResponse {
|
1055
1134
|
/**
|
1056
|
-
* Information about agents
|
1135
|
+
* Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.
|
1057
1136
|
*/
|
1058
1137
|
agentsConfigurationStatus?: AgentConfigurationStatusList;
|
1059
1138
|
}
|
@@ -1063,7 +1142,7 @@ declare namespace Discovery {
|
|
1063
1142
|
*/
|
1064
1143
|
exportDataFormat?: ExportDataFormats;
|
1065
1144
|
/**
|
1066
|
-
* If a filter is present, it selects the single agentId of the Application Discovery Agent for which data is exported. The agentId can be found in the results of the DescribeAgents API or CLI. If no filter is present, startTime and endTime are ignored and exported data includes both
|
1145
|
+
* If a filter is present, it selects the single agentId of the Application Discovery Agent for which data is exported. The agentId can be found in the results of the DescribeAgents API or CLI. If no filter is present, startTime and endTime are ignored and exported data includes both Amazon Web Services Application Discovery Service Agentless Collector collectors data and summary data from Application Discovery Agent agents.
|
1067
1146
|
*/
|
1068
1147
|
filters?: ExportFilters;
|
1069
1148
|
/**
|
@@ -1074,6 +1153,10 @@ declare namespace Discovery {
|
|
1074
1153
|
* The end timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, exported data includes the most recent data collected by the agent.
|
1075
1154
|
*/
|
1076
1155
|
endTime?: TimeStamp;
|
1156
|
+
/**
|
1157
|
+
* Indicates the type of data that needs to be exported. Only one ExportPreferences can be enabled at any time.
|
1158
|
+
*/
|
1159
|
+
preferences?: ExportPreferences;
|
1077
1160
|
}
|
1078
1161
|
export interface StartExportTaskResponse {
|
1079
1162
|
/**
|
@@ -1119,13 +1202,13 @@ declare namespace Discovery {
|
|
1119
1202
|
}
|
1120
1203
|
export interface StopDataCollectionByAgentIdsRequest {
|
1121
1204
|
/**
|
1122
|
-
* The IDs of the agents
|
1205
|
+
* The IDs of the agents from which to stop collecting data.
|
1123
1206
|
*/
|
1124
1207
|
agentIds: AgentIds;
|
1125
1208
|
}
|
1126
1209
|
export interface StopDataCollectionByAgentIdsResponse {
|
1127
1210
|
/**
|
1128
|
-
* Information about the agents
|
1211
|
+
* Information about the agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.
|
1129
1212
|
*/
|
1130
1213
|
agentsConfigurationStatus?: AgentConfigurationStatusList;
|
1131
1214
|
}
|
@@ -1155,6 +1238,8 @@ declare namespace Discovery {
|
|
1155
1238
|
export type TagKey = string;
|
1156
1239
|
export type TagSet = Tag[];
|
1157
1240
|
export type TagValue = string;
|
1241
|
+
export type Tenancy = "DEDICATED"|"SHARED"|string;
|
1242
|
+
export type TermLength = "ONE_YEAR"|"THREE_YEAR"|string;
|
1158
1243
|
export type TimeStamp = Date;
|
1159
1244
|
export type ToDeleteIdentifierList = ImportTaskIdentifier[];
|
1160
1245
|
export interface UpdateApplicationRequest {
|
@@ -1173,6 +1258,19 @@ declare namespace Discovery {
|
|
1173
1258
|
}
|
1174
1259
|
export interface UpdateApplicationResponse {
|
1175
1260
|
}
|
1261
|
+
export interface UsageMetricBasis {
|
1262
|
+
/**
|
1263
|
+
* A utilization metric that is used by the recommendations.
|
1264
|
+
*/
|
1265
|
+
name?: UsageMetricBasisName;
|
1266
|
+
/**
|
1267
|
+
* Specifies the percentage of the specified utilization metric that is used by the recommendations.
|
1268
|
+
*/
|
1269
|
+
percentageAdjust?: UsageMetricPercentageAdjust;
|
1270
|
+
}
|
1271
|
+
export type UsageMetricBasisName = string;
|
1272
|
+
export type UsageMetricPercentageAdjust = number;
|
1273
|
+
export type UserPreferredRegion = string;
|
1176
1274
|
export type orderString = "ASC"|"DESC"|string;
|
1177
1275
|
/**
|
1178
1276
|
* 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.
|
package/clients/efs.d.ts
CHANGED
@@ -12,19 +12,19 @@ declare class EFS extends Service {
|
|
12
12
|
constructor(options?: EFS.Types.ClientConfiguration)
|
13
13
|
config: Config & EFS.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in the application's own directory and any subdirectories. To learn more, see Mounting a file system using EFS access points. If multiple requests to create access points on the same file system are sent in quick succession, and the file system is near the limit of
|
15
|
+
* Creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in the application's own directory and any subdirectories. To learn more, see Mounting a file system using EFS access points. If multiple requests to create access points on the same file system are sent in quick succession, and the file system is near the limit of 1,000 access points, you may experience a throttling response for these requests. This is to ensure that the file system does not exceed the stated access point limit. This operation requires permissions for the elasticfilesystem:CreateAccessPoint action. Access points can be tagged on creation. If tags are specified in the creation action, IAM performs additional authorization on the elasticfilesystem:TagResource action to verify if users have permissions to create tags. Therefore, you must grant explicit permissions to use the elasticfilesystem:TagResource action. For more information, see Granting permissions to tag resources during creation.
|
16
16
|
*/
|
17
17
|
createAccessPoint(params: EFS.Types.CreateAccessPointRequest, callback?: (err: AWSError, data: EFS.Types.AccessPointDescription) => void): Request<EFS.Types.AccessPointDescription, AWSError>;
|
18
18
|
/**
|
19
|
-
* Creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in the application's own directory and any subdirectories. To learn more, see Mounting a file system using EFS access points. If multiple requests to create access points on the same file system are sent in quick succession, and the file system is near the limit of
|
19
|
+
* Creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in the application's own directory and any subdirectories. To learn more, see Mounting a file system using EFS access points. If multiple requests to create access points on the same file system are sent in quick succession, and the file system is near the limit of 1,000 access points, you may experience a throttling response for these requests. This is to ensure that the file system does not exceed the stated access point limit. This operation requires permissions for the elasticfilesystem:CreateAccessPoint action. Access points can be tagged on creation. If tags are specified in the creation action, IAM performs additional authorization on the elasticfilesystem:TagResource action to verify if users have permissions to create tags. Therefore, you must grant explicit permissions to use the elasticfilesystem:TagResource action. For more information, see Granting permissions to tag resources during creation.
|
20
20
|
*/
|
21
21
|
createAccessPoint(callback?: (err: AWSError, data: EFS.Types.AccessPointDescription) => void): Request<EFS.Types.AccessPointDescription, AWSError>;
|
22
22
|
/**
|
23
|
-
* Creates a new, empty file system. The operation requires a creation token in the request that Amazon EFS uses to ensure idempotent creation (calling the operation with same creation token has no effect). If a file system does not currently exist that is owned by the caller's Amazon Web Services account with the specified creation token, this operation does the following: Creates a new, empty file system. The file system will have an Amazon EFS assigned ID, and an initial lifecycle state creating. Returns with the description of the created file system. Otherwise, this operation returns a FileSystemAlreadyExists error with the ID of the existing file system. For basic use cases, you can use a randomly generated UUID for the creation token. The idempotent operation allows you to retry a CreateFileSystem call without risk of creating an extra file system. This can happen when an initial call fails in a way that leaves it uncertain whether or not a file system was actually created. An example might be that a transport level timeout occurred or your connection was reset. As long as you use the same creation token, if the initial call had succeeded in creating a file system, the client can learn of its existence from the FileSystemAlreadyExists error. For more information, see Creating a file system in the Amazon EFS User Guide. The CreateFileSystem call returns while the file system's lifecycle state is still creating. You can check the file system creation status by calling the DescribeFileSystems operation, which among other things returns the file system state. This operation accepts an optional PerformanceMode parameter that you choose for your file system. We recommend generalPurpose performance mode for most file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. For more information, see Amazon EFS performance modes. You can set the throughput mode for the file system using the ThroughputMode parameter. After the file system is fully created, Amazon EFS sets its lifecycle state to available, at which point you can create one or more mount targets for the file system in your VPC. For more information, see CreateMountTarget. You mount your Amazon EFS file system on an EC2 instances in your VPC by using the mount target. For more information, see Amazon EFS: How it Works.
|
23
|
+
* Creates a new, empty file system. The operation requires a creation token in the request that Amazon EFS uses to ensure idempotent creation (calling the operation with same creation token has no effect). If a file system does not currently exist that is owned by the caller's Amazon Web Services account with the specified creation token, this operation does the following: Creates a new, empty file system. The file system will have an Amazon EFS assigned ID, and an initial lifecycle state creating. Returns with the description of the created file system. Otherwise, this operation returns a FileSystemAlreadyExists error with the ID of the existing file system. For basic use cases, you can use a randomly generated UUID for the creation token. The idempotent operation allows you to retry a CreateFileSystem call without risk of creating an extra file system. This can happen when an initial call fails in a way that leaves it uncertain whether or not a file system was actually created. An example might be that a transport level timeout occurred or your connection was reset. As long as you use the same creation token, if the initial call had succeeded in creating a file system, the client can learn of its existence from the FileSystemAlreadyExists error. For more information, see Creating a file system in the Amazon EFS User Guide. The CreateFileSystem call returns while the file system's lifecycle state is still creating. You can check the file system creation status by calling the DescribeFileSystems operation, which among other things returns the file system state. This operation accepts an optional PerformanceMode parameter that you choose for your file system. We recommend generalPurpose performance mode for most file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. For more information, see Amazon EFS performance modes. You can set the throughput mode for the file system using the ThroughputMode parameter. After the file system is fully created, Amazon EFS sets its lifecycle state to available, at which point you can create one or more mount targets for the file system in your VPC. For more information, see CreateMountTarget. You mount your Amazon EFS file system on an EC2 instances in your VPC by using the mount target. For more information, see Amazon EFS: How it Works. This operation requires permissions for the elasticfilesystem:CreateFileSystem action. File systems can be tagged on creation. If tags are specified in the creation action, IAM performs additional authorization on the elasticfilesystem:TagResource action to verify if users have permissions to create tags. Therefore, you must grant explicit permissions to use the elasticfilesystem:TagResource action. For more information, see Granting permissions to tag resources during creation.
|
24
24
|
*/
|
25
25
|
createFileSystem(params: EFS.Types.CreateFileSystemRequest, callback?: (err: AWSError, data: EFS.Types.FileSystemDescription) => void): Request<EFS.Types.FileSystemDescription, AWSError>;
|
26
26
|
/**
|
27
|
-
* Creates a new, empty file system. The operation requires a creation token in the request that Amazon EFS uses to ensure idempotent creation (calling the operation with same creation token has no effect). If a file system does not currently exist that is owned by the caller's Amazon Web Services account with the specified creation token, this operation does the following: Creates a new, empty file system. The file system will have an Amazon EFS assigned ID, and an initial lifecycle state creating. Returns with the description of the created file system. Otherwise, this operation returns a FileSystemAlreadyExists error with the ID of the existing file system. For basic use cases, you can use a randomly generated UUID for the creation token. The idempotent operation allows you to retry a CreateFileSystem call without risk of creating an extra file system. This can happen when an initial call fails in a way that leaves it uncertain whether or not a file system was actually created. An example might be that a transport level timeout occurred or your connection was reset. As long as you use the same creation token, if the initial call had succeeded in creating a file system, the client can learn of its existence from the FileSystemAlreadyExists error. For more information, see Creating a file system in the Amazon EFS User Guide. The CreateFileSystem call returns while the file system's lifecycle state is still creating. You can check the file system creation status by calling the DescribeFileSystems operation, which among other things returns the file system state. This operation accepts an optional PerformanceMode parameter that you choose for your file system. We recommend generalPurpose performance mode for most file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. For more information, see Amazon EFS performance modes. You can set the throughput mode for the file system using the ThroughputMode parameter. After the file system is fully created, Amazon EFS sets its lifecycle state to available, at which point you can create one or more mount targets for the file system in your VPC. For more information, see CreateMountTarget. You mount your Amazon EFS file system on an EC2 instances in your VPC by using the mount target. For more information, see Amazon EFS: How it Works.
|
27
|
+
* Creates a new, empty file system. The operation requires a creation token in the request that Amazon EFS uses to ensure idempotent creation (calling the operation with same creation token has no effect). If a file system does not currently exist that is owned by the caller's Amazon Web Services account with the specified creation token, this operation does the following: Creates a new, empty file system. The file system will have an Amazon EFS assigned ID, and an initial lifecycle state creating. Returns with the description of the created file system. Otherwise, this operation returns a FileSystemAlreadyExists error with the ID of the existing file system. For basic use cases, you can use a randomly generated UUID for the creation token. The idempotent operation allows you to retry a CreateFileSystem call without risk of creating an extra file system. This can happen when an initial call fails in a way that leaves it uncertain whether or not a file system was actually created. An example might be that a transport level timeout occurred or your connection was reset. As long as you use the same creation token, if the initial call had succeeded in creating a file system, the client can learn of its existence from the FileSystemAlreadyExists error. For more information, see Creating a file system in the Amazon EFS User Guide. The CreateFileSystem call returns while the file system's lifecycle state is still creating. You can check the file system creation status by calling the DescribeFileSystems operation, which among other things returns the file system state. This operation accepts an optional PerformanceMode parameter that you choose for your file system. We recommend generalPurpose performance mode for most file systems. File systems using the maxIO performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. For more information, see Amazon EFS performance modes. You can set the throughput mode for the file system using the ThroughputMode parameter. After the file system is fully created, Amazon EFS sets its lifecycle state to available, at which point you can create one or more mount targets for the file system in your VPC. For more information, see CreateMountTarget. You mount your Amazon EFS file system on an EC2 instances in your VPC by using the mount target. For more information, see Amazon EFS: How it Works. This operation requires permissions for the elasticfilesystem:CreateFileSystem action. File systems can be tagged on creation. If tags are specified in the creation action, IAM performs additional authorization on the elasticfilesystem:TagResource action to verify if users have permissions to create tags. Therefore, you must grant explicit permissions to use the elasticfilesystem:TagResource action. For more information, see Granting permissions to tag resources during creation.
|
28
28
|
*/
|
29
29
|
createFileSystem(callback?: (err: AWSError, data: EFS.Types.FileSystemDescription) => void): Request<EFS.Types.FileSystemDescription, AWSError>;
|
30
30
|
/**
|
@@ -669,7 +669,7 @@ declare namespace EFS {
|
|
669
669
|
}
|
670
670
|
export interface Destination {
|
671
671
|
/**
|
672
|
-
* Describes the status of the destination Amazon EFS file system.
|
672
|
+
* Describes the status of the destination Amazon EFS file system. The Paused state occurs as a result of opting out of the source or destination Region after the replication configuration was created. To resume replication for the file system, you need to again opt in to the Amazon Web Services Region. For more information, see Managing Amazon Web Services Regions in the Amazon Web Services General Reference Guide. The Error state occurs when either the source or the destination file system (or both) is in a failed state and is unrecoverable. For more information, see Monitoring replication status in the Amazon EFS User Guide. You must delete the replication configuration, and then restore the most recent backup of the failed file system (either the source or the destination) to a new file system.
|
673
673
|
*/
|
674
674
|
Status: ReplicationStatus;
|
675
675
|
/**
|
package/clients/guardduty.d.ts
CHANGED
@@ -60,11 +60,11 @@ declare class GuardDuty extends Service {
|
|
60
60
|
*/
|
61
61
|
createIPSet(callback?: (err: AWSError, data: GuardDuty.Types.CreateIPSetResponse) => void): Request<GuardDuty.Types.CreateIPSetResponse, AWSError>;
|
62
62
|
/**
|
63
|
-
* Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization.
|
63
|
+
* Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization. As a delegated administrator, using CreateMembers will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account. A delegated administrator must enable GuardDuty prior to being added as a member. If you are adding accounts by invitation, before using InviteMembers, use CreateMembers after GuardDuty has been enabled in potential member accounts. If you disassociate a member from a GuardDuty delegated administrator, the member account details obtained from this API, including the associated email addresses, will be retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API.
|
64
64
|
*/
|
65
65
|
createMembers(params: GuardDuty.Types.CreateMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.CreateMembersResponse) => void): Request<GuardDuty.Types.CreateMembersResponse, AWSError>;
|
66
66
|
/**
|
67
|
-
* Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization.
|
67
|
+
* Creates member accounts of the current Amazon Web Services account by specifying a list of Amazon Web Services account IDs. This step is a prerequisite for managing the associated member accounts either by invitation or through an organization. As a delegated administrator, using CreateMembers will enable GuardDuty in the added member accounts, with the exception of the organization delegated administrator account. A delegated administrator must enable GuardDuty prior to being added as a member. If you are adding accounts by invitation, before using InviteMembers, use CreateMembers after GuardDuty has been enabled in potential member accounts. If you disassociate a member from a GuardDuty delegated administrator, the member account details obtained from this API, including the associated email addresses, will be retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API.
|
68
68
|
*/
|
69
69
|
createMembers(callback?: (err: AWSError, data: GuardDuty.Types.CreateMembersResponse) => void): Request<GuardDuty.Types.CreateMembersResponse, AWSError>;
|
70
70
|
/**
|
@@ -188,27 +188,27 @@ declare class GuardDuty extends Service {
|
|
188
188
|
*/
|
189
189
|
disableOrganizationAdminAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.DisableOrganizationAdminAccountResponse, AWSError>;
|
190
190
|
/**
|
191
|
-
* Disassociates the current GuardDuty member account from its administrator account. With autoEnableOrganizationMembers configuration for your organization set to ALL, you'll receive an error if you attempt to disable GuardDuty in a member account.
|
191
|
+
* Disassociates the current GuardDuty member account from its administrator account. When you disassociate an invited member from a GuardDuty delegated administrator, the member account details obtained from the CreateMembers API, including the associated email addresses, are retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API. With autoEnableOrganizationMembers configuration for your organization set to ALL, you'll receive an error if you attempt to disable GuardDuty in a member account.
|
192
192
|
*/
|
193
193
|
disassociateFromAdministratorAccount(params: GuardDuty.Types.DisassociateFromAdministratorAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromAdministratorAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromAdministratorAccountResponse, AWSError>;
|
194
194
|
/**
|
195
|
-
* Disassociates the current GuardDuty member account from its administrator account. With autoEnableOrganizationMembers configuration for your organization set to ALL, you'll receive an error if you attempt to disable GuardDuty in a member account.
|
195
|
+
* Disassociates the current GuardDuty member account from its administrator account. When you disassociate an invited member from a GuardDuty delegated administrator, the member account details obtained from the CreateMembers API, including the associated email addresses, are retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API. With autoEnableOrganizationMembers configuration for your organization set to ALL, you'll receive an error if you attempt to disable GuardDuty in a member account.
|
196
196
|
*/
|
197
197
|
disassociateFromAdministratorAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromAdministratorAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromAdministratorAccountResponse, AWSError>;
|
198
198
|
/**
|
199
|
-
* Disassociates the current GuardDuty member account from its administrator account.
|
199
|
+
* Disassociates the current GuardDuty member account from its administrator account. When you disassociate an invited member from a GuardDuty delegated administrator, the member account details obtained from the CreateMembers API, including the associated email addresses, are retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API.
|
200
200
|
*/
|
201
201
|
disassociateFromMasterAccount(params: GuardDuty.Types.DisassociateFromMasterAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromMasterAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromMasterAccountResponse, AWSError>;
|
202
202
|
/**
|
203
|
-
* Disassociates the current GuardDuty member account from its administrator account.
|
203
|
+
* Disassociates the current GuardDuty member account from its administrator account. When you disassociate an invited member from a GuardDuty delegated administrator, the member account details obtained from the CreateMembers API, including the associated email addresses, are retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API.
|
204
204
|
*/
|
205
205
|
disassociateFromMasterAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromMasterAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromMasterAccountResponse, AWSError>;
|
206
206
|
/**
|
207
|
-
* Disassociates GuardDuty member accounts (
|
207
|
+
* Disassociates GuardDuty member accounts (from the current administrator account) specified by the account IDs. When you disassociate an invited member from a GuardDuty delegated administrator, the member account details obtained from the CreateMembers API, including the associated email addresses, are retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API. With autoEnableOrganizationMembers configuration for your organization set to ALL, you'll receive an error if you attempt to disassociate a member account before removing them from your Amazon Web Services organization.
|
208
208
|
*/
|
209
209
|
disassociateMembers(params: GuardDuty.Types.DisassociateMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
|
210
210
|
/**
|
211
|
-
* Disassociates GuardDuty member accounts (
|
211
|
+
* Disassociates GuardDuty member accounts (from the current administrator account) specified by the account IDs. When you disassociate an invited member from a GuardDuty delegated administrator, the member account details obtained from the CreateMembers API, including the associated email addresses, are retained. This is done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To remove the details associated with a member account, the delegated administrator must invoke the DeleteMembers API. With autoEnableOrganizationMembers configuration for your organization set to ALL, you'll receive an error if you attempt to disassociate a member account before removing them from your Amazon Web Services organization.
|
212
212
|
*/
|
213
213
|
disassociateMembers(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
|
214
214
|
/**
|
@@ -340,11 +340,11 @@ declare class GuardDuty extends Service {
|
|
340
340
|
*/
|
341
341
|
getUsageStatistics(callback?: (err: AWSError, data: GuardDuty.Types.GetUsageStatisticsResponse) => void): Request<GuardDuty.Types.GetUsageStatisticsResponse, AWSError>;
|
342
342
|
/**
|
343
|
-
* Invites
|
343
|
+
* Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services account that invokes this API. If you are using Amazon Web Services Organizations to manager your GuardDuty environment, this step is not needed. For more information, see Managing accounts with Amazon Web Services Organizations. To invite Amazon Web Services accounts, the first step is to ensure that GuardDuty has been enabled in the potential member accounts. You can now invoke this API to add accounts by invitation. The invited accounts can either accept or decline the invitation from their GuardDuty accounts. Each invited Amazon Web Services account can choose to accept the invitation from only one Amazon Web Services account. For more information, see Managing GuardDuty accounts by invitation. After the invite has been accepted and you choose to disassociate a member account (by using DisassociateMembers) from your account, the details of the member account obtained by invoking CreateMembers, including the associated email addresses, will be retained. This is done so that you can invoke InviteMembers without the need to invoke CreateMembers again. To remove the details associated with a member account, you must also invoke DeleteMembers.
|
344
344
|
*/
|
345
345
|
inviteMembers(params: GuardDuty.Types.InviteMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.InviteMembersResponse) => void): Request<GuardDuty.Types.InviteMembersResponse, AWSError>;
|
346
346
|
/**
|
347
|
-
* Invites
|
347
|
+
* Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services account that invokes this API. If you are using Amazon Web Services Organizations to manager your GuardDuty environment, this step is not needed. For more information, see Managing accounts with Amazon Web Services Organizations. To invite Amazon Web Services accounts, the first step is to ensure that GuardDuty has been enabled in the potential member accounts. You can now invoke this API to add accounts by invitation. The invited accounts can either accept or decline the invitation from their GuardDuty accounts. Each invited Amazon Web Services account can choose to accept the invitation from only one Amazon Web Services account. For more information, see Managing GuardDuty accounts by invitation. After the invite has been accepted and you choose to disassociate a member account (by using DisassociateMembers) from your account, the details of the member account obtained by invoking CreateMembers, including the associated email addresses, will be retained. This is done so that you can invoke InviteMembers without the need to invoke CreateMembers again. To remove the details associated with a member account, you must also invoke DeleteMembers.
|
348
348
|
*/
|
349
349
|
inviteMembers(callback?: (err: AWSError, data: GuardDuty.Types.InviteMembersResponse) => void): Request<GuardDuty.Types.InviteMembersResponse, AWSError>;
|
350
350
|
/**
|
@@ -1660,7 +1660,7 @@ declare namespace GuardDuty {
|
|
1660
1660
|
}
|
1661
1661
|
export interface DnsRequestAction {
|
1662
1662
|
/**
|
1663
|
-
* The domain information for the
|
1663
|
+
* The domain information for the DNS query.
|
1664
1664
|
*/
|
1665
1665
|
Domain?: String;
|
1666
1666
|
/**
|