aws-sdk 2.829.0 → 2.833.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 (56) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/customer-profiles-2020-08-15.min.json +4 -2
  4. package/apis/databrew-2017-07-25.min.json +79 -62
  5. package/apis/ec2-2016-11-15.min.json +197 -190
  6. package/apis/elasticache-2015-02-02.min.json +1 -0
  7. package/apis/es-2015-01-01.min.json +6 -0
  8. package/apis/kafka-2018-11-14.min.json +41 -0
  9. package/apis/managedblockchain-2018-09-24.min.json +159 -36
  10. package/apis/metadata.json +8 -0
  11. package/apis/models.lex.v2-2020-08-07.examples.json +5 -0
  12. package/apis/models.lex.v2-2020-08-07.min.json +2845 -0
  13. package/apis/models.lex.v2-2020-08-07.paginators.json +49 -0
  14. package/apis/monitoring-2010-08-01.min.json +15 -9
  15. package/apis/redshift-2012-12-01.min.json +1 -1
  16. package/apis/resourcegroupstaggingapi-2017-01-26.min.json +14 -10
  17. package/apis/robomaker-2018-06-29.min.json +198 -170
  18. package/apis/runtime.lex.v2-2020-08-07.examples.json +4 -0
  19. package/apis/runtime.lex.v2-2020-08-07.min.json +531 -0
  20. package/apis/runtime.lex.v2-2020-08-07.paginators.json +3 -0
  21. package/apis/securityhub-2018-10-26.min.json +406 -187
  22. package/apis/sesv2-2019-09-27.min.json +40 -15
  23. package/clients/accessanalyzer.d.ts +5 -5
  24. package/clients/all.d.ts +2 -0
  25. package/clients/all.js +3 -1
  26. package/clients/backup.d.ts +27 -27
  27. package/clients/cloudwatch.d.ts +12 -1
  28. package/clients/customerprofiles.d.ts +2 -2
  29. package/clients/databrew.d.ts +170 -143
  30. package/clients/ec2.d.ts +119 -111
  31. package/clients/elasticache.d.ts +14 -10
  32. package/clients/es.d.ts +8 -0
  33. package/clients/greengrassv2.d.ts +6 -6
  34. package/clients/iot.d.ts +2 -2
  35. package/clients/kafka.d.ts +52 -0
  36. package/clients/lexmodelsv2.d.ts +3350 -0
  37. package/clients/lexmodelsv2.js +18 -0
  38. package/clients/lexruntimev2.d.ts +542 -0
  39. package/clients/lexruntimev2.js +18 -0
  40. package/clients/lightsail.d.ts +2 -2
  41. package/clients/managedblockchain.d.ts +140 -6
  42. package/clients/rds.d.ts +14 -14
  43. package/clients/redshift.d.ts +8 -8
  44. package/clients/resourcegroupstaggingapi.d.ts +50 -45
  45. package/clients/robomaker.d.ts +35 -3
  46. package/clients/securityhub.d.ts +410 -63
  47. package/clients/sesv2.d.ts +30 -2
  48. package/clients/ssm.d.ts +2 -2
  49. package/dist/aws-sdk-core-react-native.js +2 -2
  50. package/dist/aws-sdk-react-native.js +91 -17
  51. package/dist/aws-sdk.js +225 -203
  52. package/dist/aws-sdk.min.js +60 -60
  53. package/lib/config.d.ts +1 -1
  54. package/lib/config_service_placeholders.d.ts +4 -0
  55. package/lib/core.js +1 -1
  56. package/package.json +1 -1
@@ -12,67 +12,67 @@ declare class ResourceGroupsTaggingAPI extends Service {
12
12
  constructor(options?: ResourceGroupsTaggingAPI.Types.ClientConfiguration)
13
13
  config: Config & ResourceGroupsTaggingAPI.Types.ClientConfiguration;
14
14
  /**
15
- * Describes the status of the StartReportCreation operation. You can call this operation only from the organization's master account and from the us-east-1 Region.
15
+ * Describes the status of the StartReportCreation operation. You can call this operation only from the organization's management account and from the us-east-1 Region.
16
16
  */
17
17
  describeReportCreation(params: ResourceGroupsTaggingAPI.Types.DescribeReportCreationInput, callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.DescribeReportCreationOutput) => void): Request<ResourceGroupsTaggingAPI.Types.DescribeReportCreationOutput, AWSError>;
18
18
  /**
19
- * Describes the status of the StartReportCreation operation. You can call this operation only from the organization's master account and from the us-east-1 Region.
19
+ * Describes the status of the StartReportCreation operation. You can call this operation only from the organization's management account and from the us-east-1 Region.
20
20
  */
21
21
  describeReportCreation(callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.DescribeReportCreationOutput) => void): Request<ResourceGroupsTaggingAPI.Types.DescribeReportCreationOutput, AWSError>;
22
22
  /**
23
- * Returns a table that shows counts of resources that are noncompliant with their tag policies. For more information on tag policies, see Tag Policies in the AWS Organizations User Guide. You can call this operation only from the organization's master account and from the us-east-1 Region.
23
+ * Returns a table that shows counts of resources that are noncompliant with their tag policies. For more information on tag policies, see Tag Policies in the AWS Organizations User Guide. You can call this operation only from the organization's management account and from the us-east-1 Region. This operation supports pagination, where the response can be sent in multiple pages. You should check the PaginationToken response parameter to determine if there are additional results available to return. Repeat the query, passing the PaginationToken response parameter value as an input to the next request until you recieve a null value. A null value for PaginationToken indicates that there are no more results waiting to be returned.
24
24
  */
25
25
  getComplianceSummary(params: ResourceGroupsTaggingAPI.Types.GetComplianceSummaryInput, callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.GetComplianceSummaryOutput) => void): Request<ResourceGroupsTaggingAPI.Types.GetComplianceSummaryOutput, AWSError>;
26
26
  /**
27
- * Returns a table that shows counts of resources that are noncompliant with their tag policies. For more information on tag policies, see Tag Policies in the AWS Organizations User Guide. You can call this operation only from the organization's master account and from the us-east-1 Region.
27
+ * Returns a table that shows counts of resources that are noncompliant with their tag policies. For more information on tag policies, see Tag Policies in the AWS Organizations User Guide. You can call this operation only from the organization's management account and from the us-east-1 Region. This operation supports pagination, where the response can be sent in multiple pages. You should check the PaginationToken response parameter to determine if there are additional results available to return. Repeat the query, passing the PaginationToken response parameter value as an input to the next request until you recieve a null value. A null value for PaginationToken indicates that there are no more results waiting to be returned.
28
28
  */
29
29
  getComplianceSummary(callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.GetComplianceSummaryOutput) => void): Request<ResourceGroupsTaggingAPI.Types.GetComplianceSummaryOutput, AWSError>;
30
30
  /**
31
- * Returns all the tagged or previously tagged resources that are located in the specified Region for the AWS account. Depending on what information you want returned, you can also specify the following: Filters that specify what tags and resource types you want returned. The response includes all tags that are associated with the requested resources. Information about compliance with the account's effective tag policy. For more information on tag policies, see Tag Policies in the AWS Organizations User Guide. You can check the PaginationToken response parameter to determine if a query is complete. Queries occasionally return fewer results on a page than allowed. The PaginationToken response parameter value is null only when there are no more results to display.
31
+ * Returns all the tagged or previously tagged resources that are located in the specified Region for the AWS account. Depending on what information you want returned, you can also specify the following: Filters that specify what tags and resource types you want returned. The response includes all tags that are associated with the requested resources. Information about compliance with the account's effective tag policy. For more information on tag policies, see Tag Policies in the AWS Organizations User Guide. This operation supports pagination, where the response can be sent in multiple pages. You should check the PaginationToken response parameter to determine if there are additional results available to return. Repeat the query, passing the PaginationToken response parameter value as an input to the next request until you recieve a null value. A null value for PaginationToken indicates that there are no more results waiting to be returned.
32
32
  */
33
33
  getResources(params: ResourceGroupsTaggingAPI.Types.GetResourcesInput, callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.GetResourcesOutput) => void): Request<ResourceGroupsTaggingAPI.Types.GetResourcesOutput, AWSError>;
34
34
  /**
35
- * Returns all the tagged or previously tagged resources that are located in the specified Region for the AWS account. Depending on what information you want returned, you can also specify the following: Filters that specify what tags and resource types you want returned. The response includes all tags that are associated with the requested resources. Information about compliance with the account's effective tag policy. For more information on tag policies, see Tag Policies in the AWS Organizations User Guide. You can check the PaginationToken response parameter to determine if a query is complete. Queries occasionally return fewer results on a page than allowed. The PaginationToken response parameter value is null only when there are no more results to display.
35
+ * Returns all the tagged or previously tagged resources that are located in the specified Region for the AWS account. Depending on what information you want returned, you can also specify the following: Filters that specify what tags and resource types you want returned. The response includes all tags that are associated with the requested resources. Information about compliance with the account's effective tag policy. For more information on tag policies, see Tag Policies in the AWS Organizations User Guide. This operation supports pagination, where the response can be sent in multiple pages. You should check the PaginationToken response parameter to determine if there are additional results available to return. Repeat the query, passing the PaginationToken response parameter value as an input to the next request until you recieve a null value. A null value for PaginationToken indicates that there are no more results waiting to be returned.
36
36
  */
37
37
  getResources(callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.GetResourcesOutput) => void): Request<ResourceGroupsTaggingAPI.Types.GetResourcesOutput, AWSError>;
38
38
  /**
39
- * Returns all tag keys in the specified Region for the AWS account.
39
+ * Returns all tag keys currently in use in the specified Region for the calling AWS account. This operation supports pagination, where the response can be sent in multiple pages. You should check the PaginationToken response parameter to determine if there are additional results available to return. Repeat the query, passing the PaginationToken response parameter value as an input to the next request until you recieve a null value. A null value for PaginationToken indicates that there are no more results waiting to be returned.
40
40
  */
41
41
  getTagKeys(params: ResourceGroupsTaggingAPI.Types.GetTagKeysInput, callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.GetTagKeysOutput) => void): Request<ResourceGroupsTaggingAPI.Types.GetTagKeysOutput, AWSError>;
42
42
  /**
43
- * Returns all tag keys in the specified Region for the AWS account.
43
+ * Returns all tag keys currently in use in the specified Region for the calling AWS account. This operation supports pagination, where the response can be sent in multiple pages. You should check the PaginationToken response parameter to determine if there are additional results available to return. Repeat the query, passing the PaginationToken response parameter value as an input to the next request until you recieve a null value. A null value for PaginationToken indicates that there are no more results waiting to be returned.
44
44
  */
45
45
  getTagKeys(callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.GetTagKeysOutput) => void): Request<ResourceGroupsTaggingAPI.Types.GetTagKeysOutput, AWSError>;
46
46
  /**
47
- * Returns all tag values for the specified key in the specified Region for the AWS account.
47
+ * Returns all tag values for the specified key that are used in the specified AWS Region for the calling AWS account. This operation supports pagination, where the response can be sent in multiple pages. You should check the PaginationToken response parameter to determine if there are additional results available to return. Repeat the query, passing the PaginationToken response parameter value as an input to the next request until you recieve a null value. A null value for PaginationToken indicates that there are no more results waiting to be returned.
48
48
  */
49
49
  getTagValues(params: ResourceGroupsTaggingAPI.Types.GetTagValuesInput, callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.GetTagValuesOutput) => void): Request<ResourceGroupsTaggingAPI.Types.GetTagValuesOutput, AWSError>;
50
50
  /**
51
- * Returns all tag values for the specified key in the specified Region for the AWS account.
51
+ * Returns all tag values for the specified key that are used in the specified AWS Region for the calling AWS account. This operation supports pagination, where the response can be sent in multiple pages. You should check the PaginationToken response parameter to determine if there are additional results available to return. Repeat the query, passing the PaginationToken response parameter value as an input to the next request until you recieve a null value. A null value for PaginationToken indicates that there are no more results waiting to be returned.
52
52
  */
53
53
  getTagValues(callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.GetTagValuesOutput) => void): Request<ResourceGroupsTaggingAPI.Types.GetTagValuesOutput, AWSError>;
54
54
  /**
55
- * Generates a report that lists all tagged resources in accounts across your organization and tells whether each resource is compliant with the effective tag policy. Compliance data is refreshed daily. The generated report is saved to the following location: s3://example-bucket/AwsTagPolicies/o-exampleorgid/YYYY-MM-ddTHH:mm:ssZ/report.csv You can call this operation only from the organization's master account and from the us-east-1 Region.
55
+ * Generates a report that lists all tagged resources in the accounts across your organization and tells whether each resource is compliant with the effective tag policy. Compliance data is refreshed daily. The report is generated asynchronously. The generated report is saved to the following location: s3://example-bucket/AwsTagPolicies/o-exampleorgid/YYYY-MM-ddTHH:mm:ssZ/report.csv You can call this operation only from the organization's management account and from the us-east-1 Region.
56
56
  */
57
57
  startReportCreation(params: ResourceGroupsTaggingAPI.Types.StartReportCreationInput, callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.StartReportCreationOutput) => void): Request<ResourceGroupsTaggingAPI.Types.StartReportCreationOutput, AWSError>;
58
58
  /**
59
- * Generates a report that lists all tagged resources in accounts across your organization and tells whether each resource is compliant with the effective tag policy. Compliance data is refreshed daily. The generated report is saved to the following location: s3://example-bucket/AwsTagPolicies/o-exampleorgid/YYYY-MM-ddTHH:mm:ssZ/report.csv You can call this operation only from the organization's master account and from the us-east-1 Region.
59
+ * Generates a report that lists all tagged resources in the accounts across your organization and tells whether each resource is compliant with the effective tag policy. Compliance data is refreshed daily. The report is generated asynchronously. The generated report is saved to the following location: s3://example-bucket/AwsTagPolicies/o-exampleorgid/YYYY-MM-ddTHH:mm:ssZ/report.csv You can call this operation only from the organization's management account and from the us-east-1 Region.
60
60
  */
61
61
  startReportCreation(callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.StartReportCreationOutput) => void): Request<ResourceGroupsTaggingAPI.Types.StartReportCreationOutput, AWSError>;
62
62
  /**
63
- * Applies one or more tags to the specified resources. Note the following: Not all resources can have tags. For a list of services that support tagging, see this list. Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage Conventions in the AWS General Reference. You can only tag resources that are located in the specified Region for the AWS account. To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for adding tags. For more information, see this list. Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data.
63
+ * Applies one or more tags to the specified resources. Note the following: Not all resources can have tags. For a list of services with resources that support tagging using this operation, see Services that support the Resource Groups Tagging API. Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage Conventions in the AWS General Reference. You can only tag resources that are located in the specified AWS Region for the AWS account. To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for adding tags. For more information, see the documentation for each service. Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data.
64
64
  */
65
65
  tagResources(params: ResourceGroupsTaggingAPI.Types.TagResourcesInput, callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.TagResourcesOutput) => void): Request<ResourceGroupsTaggingAPI.Types.TagResourcesOutput, AWSError>;
66
66
  /**
67
- * Applies one or more tags to the specified resources. Note the following: Not all resources can have tags. For a list of services that support tagging, see this list. Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage Conventions in the AWS General Reference. You can only tag resources that are located in the specified Region for the AWS account. To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for adding tags. For more information, see this list. Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data.
67
+ * Applies one or more tags to the specified resources. Note the following: Not all resources can have tags. For a list of services with resources that support tagging using this operation, see Services that support the Resource Groups Tagging API. Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage Conventions in the AWS General Reference. You can only tag resources that are located in the specified AWS Region for the AWS account. To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for adding tags. For more information, see the documentation for each service. Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data.
68
68
  */
69
69
  tagResources(callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.TagResourcesOutput) => void): Request<ResourceGroupsTaggingAPI.Types.TagResourcesOutput, AWSError>;
70
70
  /**
71
- * Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from a resource that were already removed. Note the following: To remove tags from a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for removing tags. For more information, see this list. You can only tag resources that are located in the specified Region for the AWS account.
71
+ * Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from a resource that were already removed. Note the following: To remove tags from a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for removing tags. For more information, see the documentation for the service whose resource you want to untag. You can only tag resources that are located in the specified AWS Region for the calling AWS account.
72
72
  */
73
73
  untagResources(params: ResourceGroupsTaggingAPI.Types.UntagResourcesInput, callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.UntagResourcesOutput) => void): Request<ResourceGroupsTaggingAPI.Types.UntagResourcesOutput, AWSError>;
74
74
  /**
75
- * Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from a resource that were already removed. Note the following: To remove tags from a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for removing tags. For more information, see this list. You can only tag resources that are located in the specified Region for the AWS account.
75
+ * Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from a resource that were already removed. Note the following: To remove tags from a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for removing tags. For more information, see the documentation for the service whose resource you want to untag. You can only tag resources that are located in the specified AWS Region for the calling AWS account.
76
76
  */
77
77
  untagResources(callback?: (err: AWSError, data: ResourceGroupsTaggingAPI.Types.UntagResourcesOutput) => void): Request<ResourceGroupsTaggingAPI.Types.UntagResourcesOutput, AWSError>;
78
78
  }
@@ -129,31 +129,31 @@ declare namespace ResourceGroupsTaggingAPI {
129
129
  }
130
130
  export interface GetComplianceSummaryInput {
131
131
  /**
132
- * The target identifiers (usually, specific account IDs) to limit the output by. If you use this parameter, the count of returned noncompliant resources includes only resources with the specified target IDs.
132
+ * Specifies target identifiers (usually, specific account IDs) to limit the output by. If you use this parameter, the count of returned noncompliant resources includes only resources with the specified target IDs.
133
133
  */
134
134
  TargetIdFilters?: TargetIdFilterList;
135
135
  /**
136
- * A list of Regions to limit the output by. If you use this parameter, the count of returned noncompliant resources includes only resources in the specified Regions.
136
+ * Specifies a list of AWS Regions to limit the output by. If you use this parameter, the count of returned noncompliant resources includes only resources in the specified Regions.
137
137
  */
138
138
  RegionFilters?: RegionFilterList;
139
139
  /**
140
- * The constraints on the resources that you want returned. The format of each resource type is service[:resourceType]. For example, specifying a resource type of ec2 returns all Amazon EC2 resources (which includes EC2 instances). Specifying a resource type of ec2:instance returns only EC2 instances. The string for each service name and resource type is the same as that embedded in a resource's Amazon Resource Name (ARN). Consult the AWS General Reference for the following: For a list of service name strings, see AWS Service Namespaces. For resource type strings, see Example ARNs. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces. You can specify multiple resource types by using an array. The array can include up to 100 items. Note that the length constraint requirement applies to each resource type filter.
140
+ * Specifies that you want the response to include information for only resources of the specified types. The format of each resource type is service[:resourceType]. For example, specifying a resource type of ec2 returns all Amazon EC2 resources (which includes EC2 instances). Specifying a resource type of ec2:instance returns only EC2 instances. The string for each service name and resource type is the same as that embedded in a resource's Amazon Resource Name (ARN). Consult the AWS General Reference for the following: For a list of service name strings, see AWS Service Namespaces. For resource type strings, see Example ARNs. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces. You can specify multiple resource types by using a comma separated array. The array can include up to 100 items. Note that the length constraint requirement applies to each resource type filter.
141
141
  */
142
142
  ResourceTypeFilters?: ResourceTypeFilterList;
143
143
  /**
144
- * A list of tag keys to limit the output by. If you use this parameter, the count of returned noncompliant resources includes only resources that have the specified tag keys.
144
+ * Specifies that you want the response to include information for only resources that have tags with the specified tag keys. If you use this parameter, the count of returned noncompliant resources includes only resources that have the specified tag keys.
145
145
  */
146
146
  TagKeyFilters?: TagKeyFilterList;
147
147
  /**
148
- * A list of attributes to group the counts of noncompliant resources by. If supplied, the counts are sorted by those attributes.
148
+ * Specifies a list of attributes to group the counts of noncompliant resources by. If supplied, the counts are sorted by those attributes.
149
149
  */
150
150
  GroupBy?: GroupBy;
151
151
  /**
152
- * A limit that restricts the number of results that are returned per page.
152
+ * Specifies the maximum number of results to be returned in each page. A query can return fewer than this maximum, even if there are more results still to return. You should always check the PaginationToken response value to see if there are more results. You can specify a minimum of 1 and a maximum value of 100.
153
153
  */
154
154
  MaxResults?: MaxResultsGetComplianceSummary;
155
155
  /**
156
- * A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.
156
+ * Specifies a PaginationToken response value from a previous request to indicate that you want the next page of results. Leave this parameter empty in your initial request.
157
157
  */
158
158
  PaginationToken?: PaginationToken;
159
159
  }
@@ -163,29 +163,29 @@ declare namespace ResourceGroupsTaggingAPI {
163
163
  */
164
164
  SummaryList?: SummaryList;
165
165
  /**
166
- * A string that indicates that the response contains more data than can be returned in a single response. To receive additional data, specify this string for the PaginationToken value in a subsequent request.
166
+ * A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken value in the request for the next page.
167
167
  */
168
168
  PaginationToken?: PaginationToken;
169
169
  }
170
170
  export interface GetResourcesInput {
171
171
  /**
172
- * A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.
172
+ * Specifies a PaginationToken response value from a previous request to indicate that you want the next page of results. Leave this parameter empty in your initial request.
173
173
  */
174
174
  PaginationToken?: PaginationToken;
175
175
  /**
176
- * A list of TagFilters (keys and values). Each TagFilter specified must contain a key with values as optional. A request can include up to 50 keys, and each key can include up to 20 values. Note the following when deciding how to use TagFilters: If you do specify a TagFilter, the response returns only those resources that are currently associated with the specified tag. If you don't specify a TagFilter, the response includes all resources that were ever associated with tags. Resources that currently don't have associated tags are shown with an empty tag set, like this: "Tags": []. If you specify more than one filter in a single request, the response returns only those resources that satisfy all specified filters. If you specify a filter that contains more than one value for a key, the response returns resources that match any of the specified values for that key. If you don't specify any values for a key, the response returns resources that are tagged with that key irrespective of the value. For example, for filters: filter1 = {key1, {value1}}, filter2 = {key2, {value2,value3,value4}} , filter3 = {key3}: GetResources( {filter1} ) returns resources tagged with key1=value1 GetResources( {filter2} ) returns resources tagged with key2=value2 or key2=value3 or key2=value4 GetResources( {filter3} ) returns resources tagged with any tag containing key3 as its tag key, irrespective of its value GetResources( {filter1,filter2,filter3} ) returns resources tagged with ( key1=value1) and ( key2=value2 or key2=value3 or key2=value4) and (key3, irrespective of the value)
176
+ * Specifies a list of TagFilters (keys and values) to restrict the output to only those resources that have the specified tag and, if included, the specified value. Each TagFilter must contain a key with values optional. A request can include up to 50 keys, and each key can include up to 20 values. Note the following when deciding how to use TagFilters: If you don't specify a TagFilter, the response includes all resources that are currently tagged or ever had a tag. Resources that currently don't have tags are shown with an empty tag set, like this: "Tags": []. If you specify more than one filter in a single request, the response returns only those resources that satisfy all filters. If you specify a filter that contains more than one value for a key, the response returns resources that match any of the specified values for that key. If you don't specify any values for a key, the response returns resources that are tagged with that key and any or no value. For example, for the following filters: filter1= {keyA,{value1}}, filter2={keyB,{value2,value3,value4}}, filter3= {keyC}: GetResources({filter1}) returns resources tagged with key1=value1 GetResources({filter2}) returns resources tagged with key2=value2 or key2=value3 or key2=value4 GetResources({filter3}) returns resources tagged with any tag with the key key3, and with any or no value GetResources({filter1,filter2,filter3}) returns resources tagged with (key1=value1) and (key2=value2 or key2=value3 or key2=value4) and (key3, any or no value)
177
177
  */
178
178
  TagFilters?: TagFilterList;
179
179
  /**
180
- * A limit that restricts the number of resources returned by GetResources in paginated output. You can set ResourcesPerPage to a minimum of 1 item and the maximum of 100 items.
180
+ * Specifies the maximum number of results to be returned in each page. A query can return fewer than this maximum, even if there are more results still to return. You should always check the PaginationToken response value to see if there are more results. You can specify a minimum of 1 and a maximum value of 100.
181
181
  */
182
182
  ResourcesPerPage?: ResourcesPerPage;
183
183
  /**
184
- * AWS recommends using ResourcesPerPage instead of this parameter. A limit that restricts the number of tags (key and value pairs) returned by GetResources in paginated output. A resource with no tags is counted as having one tag (one key and value pair). GetResources does not split a resource and its associated tags across pages. If the specified TagsPerPage would cause such a break, a PaginationToken is returned in place of the affected resource and its tags. Use that token in another request to get the remaining data. For example, if you specify a TagsPerPage of 100 and the account has 22 resources with 10 tags each (meaning that each resource has 10 key and value pairs), the output will consist of three pages. The first page displays the first 10 resources, each with its 10 tags. The second page displays the next 10 resources, each with its 10 tags. The third page displays the remaining 2 resources, each with its 10 tags. You can set TagsPerPage to a minimum of 100 items and the maximum of 500 items.
184
+ * AWS recommends using ResourcesPerPage instead of this parameter. A limit that restricts the number of tags (key and value pairs) returned by GetResources in paginated output. A resource with no tags is counted as having one tag (one key and value pair). GetResources does not split a resource and its associated tags across pages. If the specified TagsPerPage would cause such a break, a PaginationToken is returned in place of the affected resource and its tags. Use that token in another request to get the remaining data. For example, if you specify a TagsPerPage of 100 and the account has 22 resources with 10 tags each (meaning that each resource has 10 key and value pairs), the output will consist of three pages. The first page displays the first 10 resources, each with its 10 tags. The second page displays the next 10 resources, each with its 10 tags. The third page displays the remaining 2 resources, each with its 10 tags. You can set TagsPerPage to a minimum of 100 items up to a maximum of 500 items.
185
185
  */
186
186
  TagsPerPage?: TagsPerPage;
187
187
  /**
188
- * The constraints on the resources that you want returned. The format of each resource type is service[:resourceType]. For example, specifying a resource type of ec2 returns all Amazon EC2 resources (which includes EC2 instances). Specifying a resource type of ec2:instance returns only EC2 instances. The string for each service name and resource type is the same as that embedded in a resource's Amazon Resource Name (ARN). Consult the AWS General Reference for the following: For a list of service name strings, see AWS Service Namespaces. For resource type strings, see Example ARNs. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces. You can specify multiple resource types by using an array. The array can include up to 100 items. Note that the length constraint requirement applies to each resource type filter.
188
+ * Specifies the resource types that you want included in the response. The format of each resource type is service[:resourceType]. For example, specifying a resource type of ec2 returns all Amazon EC2 resources (which includes EC2 instances). Specifying a resource type of ec2:instance returns only EC2 instances. The string for each service name and resource type is the same as that embedded in a resource's Amazon Resource Name (ARN). Consult the AWS General Reference for the following: For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces. You can specify multiple resource types by using an array. The array can include up to 100 items. Note that the length constraint requirement applies to each resource type filter.
189
189
  */
190
190
  ResourceTypeFilters?: ResourceTypeFilterList;
191
191
  /**
@@ -196,26 +196,30 @@ declare namespace ResourceGroupsTaggingAPI {
196
196
  * Specifies whether to exclude resources that are compliant with the tag policy. Set this to true if you are interested in retrieving information on noncompliant resources only. You can use this parameter only if the IncludeComplianceDetails parameter is also set to true.
197
197
  */
198
198
  ExcludeCompliantResources?: ExcludeCompliantResources;
199
+ /**
200
+ * Specifies a list of ARNs of resources for which you want to retrieve tag data. You can't specify both this parameter and any of the pagination parameters (ResourcesPerPage, TagsPerPage, PaginationToken) in the same request. If you specify both, you get an Invalid Parameter exception. If a resource specified by this parameter doesn't exist, it doesn't generate an error; it simply isn't included in the response. An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
201
+ */
202
+ ResourceARNList?: ResourceARNListForGet;
199
203
  }
200
204
  export interface GetResourcesOutput {
201
205
  /**
202
- * A string that indicates that the response contains more data than can be returned in a single response. To receive additional data, specify this string for the PaginationToken value in a subsequent request.
206
+ * A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken value in the request for the next page.
203
207
  */
204
208
  PaginationToken?: PaginationToken;
205
209
  /**
206
- * A list of resource ARNs and the tags (keys and values) associated with each.
210
+ * A list of resource ARNs and the tags (keys and values) associated with those ARNs.
207
211
  */
208
212
  ResourceTagMappingList?: ResourceTagMappingList;
209
213
  }
210
214
  export interface GetTagKeysInput {
211
215
  /**
212
- * A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.
216
+ * Specifies a PaginationToken response value from a previous request to indicate that you want the next page of results. Leave this parameter empty in your initial request.
213
217
  */
214
218
  PaginationToken?: PaginationToken;
215
219
  }
216
220
  export interface GetTagKeysOutput {
217
221
  /**
218
- * A string that indicates that the response contains more data than can be returned in a single response. To receive additional data, specify this string for the PaginationToken value in a subsequent request.
222
+ * A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken value in the request for the next page.
219
223
  */
220
224
  PaginationToken?: PaginationToken;
221
225
  /**
@@ -225,21 +229,21 @@ declare namespace ResourceGroupsTaggingAPI {
225
229
  }
226
230
  export interface GetTagValuesInput {
227
231
  /**
228
- * A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.
232
+ * Specifies a PaginationToken response value from a previous request to indicate that you want the next page of results. Leave this parameter empty in your initial request.
229
233
  */
230
234
  PaginationToken?: PaginationToken;
231
235
  /**
232
- * The key for which you want to list all existing values in the specified Region for the AWS account.
236
+ * Specifies the tag key for which you want to list all existing values that are currently used in the specified AWS Region for the calling AWS account.
233
237
  */
234
238
  Key: TagKey;
235
239
  }
236
240
  export interface GetTagValuesOutput {
237
241
  /**
238
- * A string that indicates that the response contains more data than can be returned in a single response. To receive additional data, specify this string for the PaginationToken value in a subsequent request.
242
+ * A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken value in the request for the next page.
239
243
  */
240
244
  PaginationToken?: PaginationToken;
241
245
  /**
242
- * A list of all tag values for the specified key in the AWS account.
246
+ * A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS account.
243
247
  */
244
248
  TagValues?: TagValuesOutputList;
245
249
  }
@@ -253,7 +257,8 @@ declare namespace ResourceGroupsTaggingAPI {
253
257
  export type Region = string;
254
258
  export type RegionFilterList = Region[];
255
259
  export type ResourceARN = string;
256
- export type ResourceARNList = ResourceARN[];
260
+ export type ResourceARNListForGet = ResourceARN[];
261
+ export type ResourceARNListForTagUntag = ResourceARN[];
257
262
  export interface ResourceTagMapping {
258
263
  /**
259
264
  * The ARN of the resource.
@@ -339,11 +344,11 @@ declare namespace ResourceGroupsTaggingAPI {
339
344
  export type TagMap = {[key: string]: TagValue};
340
345
  export interface TagResourcesInput {
341
346
  /**
342
- * A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
347
+ * Specifies the list of ARNs of the resources that you want to apply tags to. An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
343
348
  */
344
- ResourceARNList: ResourceARNList;
349
+ ResourceARNList: ResourceARNListForTagUntag;
345
350
  /**
346
- * The tags that you want to add to the specified resources. A tag consists of a key and a value that you define.
351
+ * Specifies a list of tags that you want to add to the specified resources. A tag consists of a key and a value that you define.
347
352
  */
348
353
  Tags: TagMap;
349
354
  }
@@ -362,17 +367,17 @@ declare namespace ResourceGroupsTaggingAPI {
362
367
  export type TargetIdType = "ACCOUNT"|"OU"|"ROOT"|string;
363
368
  export interface UntagResourcesInput {
364
369
  /**
365
- * A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
370
+ * Specifies a list of ARNs of the resources that you want to remove tags from. An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
366
371
  */
367
- ResourceARNList: ResourceARNList;
372
+ ResourceARNList: ResourceARNListForTagUntag;
368
373
  /**
369
- * A list of the tag keys that you want to remove from the specified resources.
374
+ * Specifies a list of tag keys that you want to remove from the specified resources.
370
375
  */
371
376
  TagKeys: TagKeyListForUntag;
372
377
  }
373
378
  export interface UntagResourcesOutput {
374
379
  /**
375
- * Details of resources that could not be untagged. An error code, status code, and error message are returned for each failed item.
380
+ * A map containing a key-value pair for each failed item that couldn't be untagged. The key is the ARN of the failed resource. The value is a FailureInfo object that contains an error code, a status code, and an error message. If there are no errors, the FailedResourcesMap is empty.
376
381
  */
377
382
  FailedResourcesMap?: FailedResourcesMap;
378
383
  }
@@ -2049,7 +2049,7 @@ declare namespace RoboMaker {
2049
2049
  */
2050
2050
  portForwardingConfig?: PortForwardingConfig;
2051
2051
  /**
2052
- * Boolean indicating whether a streaming session will be configured for the application. If True, AWS RoboMaker will configure a connection so you can interact with your application as it is running in the simulation. You must configure and luanch the component. It must have a graphical user interface.
2052
+ * Boolean indicating whether a streaming session will be configured for the application. If True, AWS RoboMaker will configure a connection so you can interact with your application as it is running in the simulation. You must configure and launch the component. It must have a graphical user interface.
2053
2053
  */
2054
2054
  streamUI?: Boolean;
2055
2055
  }
@@ -2504,6 +2504,14 @@ declare namespace RoboMaker {
2504
2504
  * The launch configuration for the robot application.
2505
2505
  */
2506
2506
  launchConfig: LaunchConfig;
2507
+ /**
2508
+ * The upload configurations for the robot application.
2509
+ */
2510
+ uploadConfigurations?: UploadConfigurations;
2511
+ /**
2512
+ * A Boolean indicating whether to use default upload configurations. By default, .ros and .gazebo files are uploaded when the application terminates and all ROS topics will be recorded. If you set this value, you must specify an outputLocation.
2513
+ */
2514
+ useDefaultUploadConfigurations?: BoxedBoolean;
2507
2515
  }
2508
2516
  export type RobotApplicationConfigs = RobotApplicationConfig[];
2509
2517
  export type RobotApplicationNames = Name[];
@@ -2619,10 +2627,18 @@ declare namespace RoboMaker {
2619
2627
  * The launch configuration for the simulation application.
2620
2628
  */
2621
2629
  launchConfig: LaunchConfig;
2630
+ /**
2631
+ * Information about upload configurations for the simulation application.
2632
+ */
2633
+ uploadConfigurations?: UploadConfigurations;
2622
2634
  /**
2623
2635
  * A list of world configurations.
2624
2636
  */
2625
2637
  worldConfigs?: WorldConfigs;
2638
+ /**
2639
+ * A Boolean indicating whether to use default upload configurations. By default, .ros and .gazebo files are uploaded when the application terminates and all ROS topics will be recorded. If you set this value, you must specify an outputLocation.
2640
+ */
2641
+ useDefaultUploadConfigurations?: BoxedBoolean;
2626
2642
  }
2627
2643
  export type SimulationApplicationConfigs = SimulationApplicationConfig[];
2628
2644
  export type SimulationApplicationNames = Name[];
@@ -2772,7 +2788,7 @@ declare namespace RoboMaker {
2772
2788
  */
2773
2789
  createdRequestCount?: Integer;
2774
2790
  }
2775
- export type SimulationJobErrorCode = "InternalServiceError"|"RobotApplicationCrash"|"SimulationApplicationCrash"|"BadPermissionsRobotApplication"|"BadPermissionsSimulationApplication"|"BadPermissionsS3Object"|"BadPermissionsS3Output"|"BadPermissionsCloudwatchLogs"|"SubnetIpLimitExceeded"|"ENILimitExceeded"|"BadPermissionsUserCredentials"|"InvalidBundleRobotApplication"|"InvalidBundleSimulationApplication"|"InvalidS3Resource"|"LimitExceeded"|"MismatchedEtag"|"RobotApplicationVersionMismatchedEtag"|"SimulationApplicationVersionMismatchedEtag"|"ResourceNotFound"|"RequestThrottled"|"BatchTimedOut"|"BatchCanceled"|"InvalidInput"|"WrongRegionS3Bucket"|"WrongRegionS3Output"|"WrongRegionRobotApplication"|"WrongRegionSimulationApplication"|string;
2791
+ export type SimulationJobErrorCode = "InternalServiceError"|"RobotApplicationCrash"|"SimulationApplicationCrash"|"BadPermissionsRobotApplication"|"BadPermissionsSimulationApplication"|"BadPermissionsS3Object"|"BadPermissionsS3Output"|"BadPermissionsCloudwatchLogs"|"SubnetIpLimitExceeded"|"ENILimitExceeded"|"BadPermissionsUserCredentials"|"InvalidBundleRobotApplication"|"InvalidBundleSimulationApplication"|"InvalidS3Resource"|"LimitExceeded"|"MismatchedEtag"|"RobotApplicationVersionMismatchedEtag"|"SimulationApplicationVersionMismatchedEtag"|"ResourceNotFound"|"RequestThrottled"|"BatchTimedOut"|"BatchCanceled"|"InvalidInput"|"WrongRegionS3Bucket"|"WrongRegionS3Output"|"WrongRegionRobotApplication"|"WrongRegionSimulationApplication"|"UploadContentMismatchError"|string;
2776
2792
  export interface SimulationJobRequest {
2777
2793
  outputLocation?: OutputLocation;
2778
2794
  loggingConfig?: LoggingConfig;
@@ -2789,7 +2805,7 @@ declare namespace RoboMaker {
2789
2805
  */
2790
2806
  failureBehavior?: FailureBehavior;
2791
2807
  /**
2792
- * Boolean indicating whether to use default simulation tool applications.
2808
+ * A Boolean indicating whether to use default applications in the simulation job. Default applications include Gazebo, rqt, rviz and terminal access.
2793
2809
  */
2794
2810
  useDefaultApplications?: BoxedBoolean;
2795
2811
  /**
@@ -3210,6 +3226,22 @@ declare namespace RoboMaker {
3210
3226
  */
3211
3227
  lastUpdatedAt?: LastUpdatedAt;
3212
3228
  }
3229
+ export type UploadBehavior = "UPLOAD_ON_TERMINATE"|"UPLOAD_ROLLING_AUTO_REMOVE"|string;
3230
+ export interface UploadConfiguration {
3231
+ /**
3232
+ * A prefix that specifies where files will be uploaded in Amazon S3. It is appended to the simulation output location to determine the final path. For example, if your simulation output location is s3://my-bucket and your upload configuration name is robot-test, your files will be uploaded to s3://my-bucket/&lt;simid&gt;/&lt;runid&gt;/robot-test.
3233
+ */
3234
+ name: Name;
3235
+ /**
3236
+ * Specifies the path of the file(s) to upload. Standard Unix glob matching rules are accepted, with the addition of ** as a super asterisk. For example, specifying /var/log/**.log causes all .log files in the /var/log directory tree to be collected. For more examples, see Glob Library.
3237
+ */
3238
+ path: Path;
3239
+ /**
3240
+ * Specifies how to upload the files: UPLOAD_ON_TERMINATE Matching files are uploaded once the simulation enters the TERMINATING state. Matching files are not uploaded until all of your code (including tools) have stopped. If there is a problem uploading a file, the upload is retried. If problems persist, no further upload attempts will be made. UPLOAD_ROLLING_AUTO_REMOVE Matching files are uploaded as they are created. They are deleted after they are uploaded. The specified path is checked every 5 seconds. A final check is made when all of your code (including tools) have stopped.
3241
+ */
3242
+ uploadBehavior: UploadBehavior;
3243
+ }
3244
+ export type UploadConfigurations = UploadConfiguration[];
3213
3245
  export interface VPCConfig {
3214
3246
  /**
3215
3247
  * A list of one or more subnet IDs in your VPC.