cdk-lambda-subminute 2.0.428 → 2.0.430
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +47 -19
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +54 -45
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2 -0
- package/node_modules/aws-sdk/apis/healthlake-2017-07-01.min.json +21 -14
- package/node_modules/aws-sdk/apis/iam-2010-05-08.min.json +1 -2
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +73 -8
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +71 -4
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +1992 -3
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.waiters2.json +128 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +21 -17
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +36 -22
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +238 -221
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +50 -4
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +36 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +60 -60
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +16 -1
- package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
- package/node_modules/aws-sdk/clients/configservice.d.ts +4 -4
- package/node_modules/aws-sdk/clients/glue.d.ts +13 -5
- package/node_modules/aws-sdk/clients/healthlake.d.ts +17 -1
- package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
- package/node_modules/aws-sdk/clients/iotfleethub.d.ts +19 -19
- package/node_modules/aws-sdk/clients/kms.d.ts +105 -12
- package/node_modules/aws-sdk/clients/medialive.d.ts +1419 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +17 -0
- package/node_modules/aws-sdk/clients/omics.d.ts +137 -94
- package/node_modules/aws-sdk/clients/outposts.d.ts +1 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +10 -10
- package/node_modules/aws-sdk/clients/redshift.d.ts +4 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +36 -36
- package/node_modules/aws-sdk/clients/transfer.d.ts +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +181 -77
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +66 -66
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -397,9 +397,13 @@ declare namespace CloudWatch {
|
|
397
397
|
*/
|
398
398
|
Configuration?: AnomalyDetectorConfiguration;
|
399
399
|
/**
|
400
|
-
* The current status of the anomaly detector's training.
|
400
|
+
* The current status of the anomaly detector's training.
|
401
401
|
*/
|
402
402
|
StateValue?: AnomalyDetectorStateValue;
|
403
|
+
/**
|
404
|
+
* This object includes parameters that you can use to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models. Currently, it includes the PeriodicSpikes parameter.
|
405
|
+
*/
|
406
|
+
MetricCharacteristics?: MetricCharacteristics;
|
403
407
|
/**
|
404
408
|
* The CloudWatch metric and statistic for this anomaly detector.
|
405
409
|
*/
|
@@ -1567,6 +1571,12 @@ declare namespace CloudWatch {
|
|
1567
1571
|
StateTransitionedTimestamp?: Timestamp;
|
1568
1572
|
}
|
1569
1573
|
export type MetricAlarms = MetricAlarm[];
|
1574
|
+
export interface MetricCharacteristics {
|
1575
|
+
/**
|
1576
|
+
* Set this parameter to true if values for this metric consistently include spikes that should not be considered to be anomalies. With this set to true, CloudWatch will expect to see spikes that occurred consistently during the model training period, and won't flag future similar spikes as anomalies.
|
1577
|
+
*/
|
1578
|
+
PeriodicSpikes?: PeriodicSpikes;
|
1579
|
+
}
|
1570
1580
|
export type MetricData = MetricDatum[];
|
1571
1581
|
export type MetricDataQueries = MetricDataQuery[];
|
1572
1582
|
export interface MetricDataQuery {
|
@@ -1790,6 +1800,7 @@ declare namespace CloudWatch {
|
|
1790
1800
|
FailureDescription?: FailureDescription;
|
1791
1801
|
}
|
1792
1802
|
export type Period = number;
|
1803
|
+
export type PeriodicSpikes = boolean;
|
1793
1804
|
export interface PutAnomalyDetectorInput {
|
1794
1805
|
/**
|
1795
1806
|
* The namespace of the metric to create the anomaly detection model for.
|
@@ -1811,6 +1822,10 @@ declare namespace CloudWatch {
|
|
1811
1822
|
* The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model. You can specify as many as 10 time ranges. The configuration can also include the time zone to use for the metric.
|
1812
1823
|
*/
|
1813
1824
|
Configuration?: AnomalyDetectorConfiguration;
|
1825
|
+
/**
|
1826
|
+
* Use this object to include parameters to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models. Currently, it includes the PeriodicSpikes parameter.
|
1827
|
+
*/
|
1828
|
+
MetricCharacteristics?: MetricCharacteristics;
|
1814
1829
|
/**
|
1815
1830
|
* A single metric anomaly detector to be created. When using SingleMetricAnomalyDetector, you cannot include the following parameters in the same operation: Dimensions MetricName Namespace Stat the MetricMathAnomalyDetector parameters of PutAnomalyDetectorInput Instead, specify the single metric anomaly detector attributes as part of the property SingleMetricAnomalyDetector.
|
1816
1831
|
*/
|
@@ -1559,7 +1559,7 @@ declare namespace CodeBuild {
|
|
1559
1559
|
*/
|
1560
1560
|
username?: NonEmptyString;
|
1561
1561
|
/**
|
1562
|
-
* For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is the app password.
|
1562
|
+
* For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is either the access token or the app password.
|
1563
1563
|
*/
|
1564
1564
|
token: SensitiveNonEmptyString;
|
1565
1565
|
/**
|
@@ -1056,7 +1056,7 @@ declare namespace ConfigService {
|
|
1056
1056
|
*/
|
1057
1057
|
recordingFrequency?: RecordingFrequency;
|
1058
1058
|
/**
|
1059
|
-
* The time when configuration changes for the resource were delivered.
|
1059
|
+
* The time when configuration changes for the resource were delivered. This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording, this field will be populated. However, if you are using continuous recording, this field will be omitted since the delivery time is instantaneous as the CI is available right away. For more information on daily recording and continuous recording, see Recording Frequency in the Config Developer Guide.
|
1060
1060
|
*/
|
1061
1061
|
configurationItemDeliveryTime?: ConfigurationItemDeliveryTime;
|
1062
1062
|
}
|
@@ -1482,7 +1482,7 @@ declare namespace ConfigService {
|
|
1482
1482
|
*/
|
1483
1483
|
recordingFrequency?: RecordingFrequency;
|
1484
1484
|
/**
|
1485
|
-
* The time when configuration changes for the resource were delivered.
|
1485
|
+
* The time when configuration changes for the resource were delivered. This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording, this field will be populated. However, if you are using continuous recording, this field will be omitted since the delivery time is instantaneous as the CI is available right away. For more information on daily recording and continuous recording, see Recording Frequency in the Config Developer Guide.
|
1486
1486
|
*/
|
1487
1487
|
configurationItemDeliveryTime?: ConfigurationItemDeliveryTime;
|
1488
1488
|
}
|
@@ -2082,7 +2082,7 @@ declare namespace ConfigService {
|
|
2082
2082
|
*/
|
2083
2083
|
NextToken?: String;
|
2084
2084
|
/**
|
2085
|
-
* The number of rule evaluation results that you want returned. This parameter is required if the rule limit for your account is more than the default of
|
2085
|
+
* The number of rule evaluation results that you want returned. This parameter is required if the rule limit for your account is more than the default of 1000 rules. For information about requesting a rule limit increase, see Config Limits in the Amazon Web Services General Reference Guide.
|
2086
2086
|
*/
|
2087
2087
|
Limit?: RuleLimit;
|
2088
2088
|
}
|
@@ -4355,7 +4355,7 @@ declare namespace ConfigService {
|
|
4355
4355
|
}
|
4356
4356
|
export interface ResourceEvaluationFilters {
|
4357
4357
|
/**
|
4358
|
-
* Filters all resource evaluations results based on an evaluation mode.
|
4358
|
+
* Filters all resource evaluations results based on an evaluation mode. Currently, DECTECTIVE is not supported as a valid value. Ignore other documentation stating otherwise.
|
4359
4359
|
*/
|
4360
4360
|
EvaluationMode?: EvaluationMode;
|
4361
4361
|
/**
|
@@ -1060,11 +1060,11 @@ declare class Glue extends Service {
|
|
1060
1060
|
*/
|
1061
1061
|
getUnfilteredPartitionsMetadata(callback?: (err: AWSError, data: Glue.Types.GetUnfilteredPartitionsMetadataResponse) => void): Request<Glue.Types.GetUnfilteredPartitionsMetadataResponse, AWSError>;
|
1062
1062
|
/**
|
1063
|
-
*
|
1063
|
+
* Allows a third-party analytical engine to retrieve unfiltered table metadata from the Data Catalog. For IAM authorization, the public IAM action associated with this API is glue:GetTable.
|
1064
1064
|
*/
|
1065
1065
|
getUnfilteredTableMetadata(params: Glue.Types.GetUnfilteredTableMetadataRequest, callback?: (err: AWSError, data: Glue.Types.GetUnfilteredTableMetadataResponse) => void): Request<Glue.Types.GetUnfilteredTableMetadataResponse, AWSError>;
|
1066
1066
|
/**
|
1067
|
-
*
|
1067
|
+
* Allows a third-party analytical engine to retrieve unfiltered table metadata from the Data Catalog. For IAM authorization, the public IAM action associated with this API is glue:GetTable.
|
1068
1068
|
*/
|
1069
1069
|
getUnfilteredTableMetadata(callback?: (err: AWSError, data: Glue.Types.GetUnfilteredTableMetadataResponse) => void): Request<Glue.Types.GetUnfilteredTableMetadataResponse, AWSError>;
|
1070
1070
|
/**
|
@@ -8292,9 +8292,17 @@ declare namespace Glue {
|
|
8292
8292
|
*/
|
8293
8293
|
AuditContext?: AuditContext;
|
8294
8294
|
/**
|
8295
|
-
* (
|
8295
|
+
* Indicates the level of filtering a third-party analytical engine is capable of enforcing when calling the GetUnfilteredTableMetadata API operation. Accepted values are: COLUMN_PERMISSION - Column permissions ensure that users can access only specific columns in the table. If there are particular columns contain sensitive data, data lake administrators can define column filters that exclude access to specific columns. CELL_FILTER_PERMISSION - Cell-level filtering combines column filtering (include or exclude columns) and row filter expressions to restrict access to individual elements in the table. NESTED_PERMISSION - Nested permissions combines cell-level filtering and nested column filtering to restrict access to columns and/or nested columns in specific rows based on row filter expressions. NESTED_CELL_PERMISSION - Nested cell permissions combines nested permission with nested cell-level filtering. This allows different subsets of nested columns to be restricted based on an array of row filter expressions. Note: Each of these permission types follows a hierarchical order where each subsequent permission type includes all permission of the previous type. Important: If you provide a supported permission type that doesn't match the user's level of permissions on the table, then Lake Formation raises an exception. For example, if the third-party engine calling the GetUnfilteredTableMetadata operation can enforce only column-level filtering, and the user has nested cell filtering applied on the table, Lake Formation throws an exception, and will not return unfiltered table metadata and data access credentials.
|
8296
8296
|
*/
|
8297
8297
|
SupportedPermissionTypes: PermissionTypeList;
|
8298
|
+
/**
|
8299
|
+
* The resource ARN of the view.
|
8300
|
+
*/
|
8301
|
+
ParentResourceArn?: ArnString;
|
8302
|
+
/**
|
8303
|
+
* The resource ARN of the root view in a chain of nested views.
|
8304
|
+
*/
|
8305
|
+
RootResourceArn?: ArnString;
|
8298
8306
|
/**
|
8299
8307
|
* A structure specifying the dialect and dialect version used by the query engine.
|
8300
8308
|
*/
|
@@ -9334,11 +9342,11 @@ declare namespace Glue {
|
|
9334
9342
|
*/
|
9335
9343
|
StartingPosition?: StartingPosition;
|
9336
9344
|
/**
|
9337
|
-
* The maximum time spent
|
9345
|
+
* The maximum time spent for the job executor to read records for the current batch from the Kinesis data stream, specified in milliseconds (ms). Multiple GetRecords API calls may be made within this time. The default value is 1000.
|
9338
9346
|
*/
|
9339
9347
|
MaxFetchTimeInMs?: BoxedNonNegativeLong;
|
9340
9348
|
/**
|
9341
|
-
* The maximum number of records to fetch per shard in the Kinesis data stream. The default value is 100000.
|
9349
|
+
* The maximum number of records to fetch per shard in the Kinesis data stream per microbatch. Note: The client can exceed this limit if the streaming job has already read extra records from Kinesis (in the same get-records call). If MaxFetchRecordsPerShard needs to be strict then it needs to be a multiple of MaxRecordPerRead. The default value is 100000.
|
9342
9350
|
*/
|
9343
9351
|
MaxFetchRecordsPerShard?: BoxedNonNegativeLong;
|
9344
9352
|
/**
|
@@ -234,9 +234,13 @@ declare namespace HealthLake {
|
|
234
234
|
* The identity provider that you selected when you created the data store.
|
235
235
|
*/
|
236
236
|
IdentityProviderConfiguration?: IdentityProviderConfiguration;
|
237
|
+
/**
|
238
|
+
* The error cause for the current data store operation.
|
239
|
+
*/
|
240
|
+
ErrorCause?: ErrorCause;
|
237
241
|
}
|
238
242
|
export type DatastorePropertiesList = DatastoreProperties[];
|
239
|
-
export type DatastoreStatus = "CREATING"|"ACTIVE"|"DELETING"|"DELETED"|string;
|
243
|
+
export type DatastoreStatus = "CREATING"|"ACTIVE"|"DELETING"|"DELETED"|"CREATE_FAILED"|string;
|
240
244
|
export interface DeleteFHIRDatastoreRequest {
|
241
245
|
/**
|
242
246
|
* The AWS-generated ID for the data store to be deleted.
|
@@ -306,6 +310,18 @@ declare namespace HealthLake {
|
|
306
310
|
ImportJobProperties: ImportJobProperties;
|
307
311
|
}
|
308
312
|
export type EncryptionKeyID = string;
|
313
|
+
export type ErrorCategory = "RETRYABLE_ERROR"|"NON_RETRYABLE_ERROR"|string;
|
314
|
+
export interface ErrorCause {
|
315
|
+
/**
|
316
|
+
* The text of the error message.
|
317
|
+
*/
|
318
|
+
ErrorMessage?: ErrorMessage;
|
319
|
+
/**
|
320
|
+
* The error category of the create/delete data store operation. Possible statuses are RETRYABLE_ERROR or NON_RETRYABLE_ERROR.
|
321
|
+
*/
|
322
|
+
ErrorCategory?: ErrorCategory;
|
323
|
+
}
|
324
|
+
export type ErrorMessage = string;
|
309
325
|
export interface ExportJobProperties {
|
310
326
|
/**
|
311
327
|
* The AWS generated ID for an export job.
|
@@ -937,11 +937,11 @@ declare class IAM extends Service {
|
|
937
937
|
*/
|
938
938
|
removeClientIDFromOpenIDConnectProvider(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
939
939
|
/**
|
940
|
-
* Removes the specified IAM role from the specified EC2 instance profile. Make sure that you do not have any Amazon EC2 instances running with the role you are about to remove from the instance profile. Removing a role from an instance profile that is associated with a running instance might break any applications running on the instance. For more information about roles, see IAM roles in the IAM User Guide. For more information about instance profiles, see Using instance profiles in the IAM User Guide.
|
940
|
+
* Removes the specified IAM role from the specified Amazon EC2 instance profile. Make sure that you do not have any Amazon EC2 instances running with the role you are about to remove from the instance profile. Removing a role from an instance profile that is associated with a running instance might break any applications running on the instance. For more information about roles, see IAM roles in the IAM User Guide. For more information about instance profiles, see Using instance profiles in the IAM User Guide.
|
941
941
|
*/
|
942
942
|
removeRoleFromInstanceProfile(params: IAM.Types.RemoveRoleFromInstanceProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
943
943
|
/**
|
944
|
-
* Removes the specified IAM role from the specified EC2 instance profile. Make sure that you do not have any Amazon EC2 instances running with the role you are about to remove from the instance profile. Removing a role from an instance profile that is associated with a running instance might break any applications running on the instance. For more information about roles, see IAM roles in the IAM User Guide. For more information about instance profiles, see Using instance profiles in the IAM User Guide.
|
944
|
+
* Removes the specified IAM role from the specified Amazon EC2 instance profile. Make sure that you do not have any Amazon EC2 instances running with the role you are about to remove from the instance profile. Removing a role from an instance profile that is associated with a running instance might break any applications running on the instance. For more information about roles, see IAM roles in the IAM User Guide. For more information about instance profiles, see Using instance profiles in the IAM User Guide.
|
945
945
|
*/
|
946
946
|
removeRoleFromInstanceProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
947
947
|
/**
|
@@ -1579,9 +1579,9 @@ declare namespace IAM {
|
|
1579
1579
|
*/
|
1580
1580
|
ClientIDList?: clientIDListType;
|
1581
1581
|
/**
|
1582
|
-
* A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificates. Typically this list includes only one entry. However, IAM lets you have up to five thumbprints for an OIDC provider. This lets you maintain multiple thumbprints if the identity provider is rotating certificates. The server certificate thumbprint is the hex-encoded SHA-1 hash value of the X.509 certificate used by the domain where the OpenID Connect provider makes its keys available. It is always a 40-character string.
|
1582
|
+
* A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificates. Typically this list includes only one entry. However, IAM lets you have up to five thumbprints for an OIDC provider. This lets you maintain multiple thumbprints if the identity provider is rotating certificates. This parameter is optional. If it is not included, IAM will retrieve and use the top intermediate certificate authority (CA) thumbprint of the OpenID Connect identity provider server certificate. The server certificate thumbprint is the hex-encoded SHA-1 hash value of the X.509 certificate used by the domain where the OpenID Connect provider makes its keys available. It is always a 40-character string. For example, assume that the OIDC provider is server.example.com and the provider stores its keys at https://keys.server.example.com/openid-connect. In that case, the thumbprint string would be the hex-encoded SHA-1 hash value of the certificate used by https://keys.server.example.com. For more information about obtaining the OIDC provider thumbprint, see Obtaining the thumbprint for an OpenID Connect provider in the IAM user Guide.
|
1583
1583
|
*/
|
1584
|
-
ThumbprintList
|
1584
|
+
ThumbprintList?: thumbprintListType;
|
1585
1585
|
/**
|
1586
1586
|
* A list of tags that you want to attach to the new IAM OpenID Connect (OIDC) provider. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide. If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
|
1587
1587
|
*/
|
@@ -4558,7 +4558,7 @@ declare namespace IAM {
|
|
4558
4558
|
*/
|
4559
4559
|
ContextEntries?: ContextEntryListType;
|
4560
4560
|
/**
|
4561
|
-
* Specifies the type of simulation to run. Different API operations that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation. Each of the EC2 scenarios requires that you specify instance, image, and security group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the EC2 scenario includes VPC, then you must supply the network interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the EC2 scenario options, see Supported platforms in the Amazon EC2 User Guide. EC2-VPC-InstanceStore instance, image, security group, network interface EC2-VPC-InstanceStore-Subnet instance, image, security group, network interface, subnet EC2-VPC-EBS instance, image, security group, network interface, volume EC2-VPC-EBS-Subnet instance, image, security group, network interface, subnet, volume
|
4561
|
+
* Specifies the type of simulation to run. Different API operations that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation. Each of the Amazon EC2 scenarios requires that you specify instance, image, and security group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the Amazon EC2 scenario includes VPC, then you must supply the network interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the Amazon EC2 scenario options, see Supported platforms in the Amazon EC2 User Guide. EC2-VPC-InstanceStore instance, image, security group, network interface EC2-VPC-InstanceStore-Subnet instance, image, security group, network interface, subnet EC2-VPC-EBS instance, image, security group, network interface, volume EC2-VPC-EBS-Subnet instance, image, security group, network interface, subnet, volume
|
4562
4562
|
*/
|
4563
4563
|
ResourceHandlingOption?: ResourceHandlingOptionType;
|
4564
4564
|
/**
|
@@ -4622,7 +4622,7 @@ declare namespace IAM {
|
|
4622
4622
|
*/
|
4623
4623
|
ContextEntries?: ContextEntryListType;
|
4624
4624
|
/**
|
4625
|
-
* Specifies the type of simulation to run. Different API operations that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation. Each of the EC2 scenarios requires that you specify instance, image, and security group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the EC2 scenario includes VPC, then you must supply the network interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the EC2 scenario options, see Supported platforms in the Amazon EC2 User Guide. EC2-VPC-InstanceStore instance, image, security group, network interface EC2-VPC-InstanceStore-Subnet instance, image, security group, network interface, subnet EC2-VPC-EBS instance, image, security group, network interface, volume EC2-VPC-EBS-Subnet instance, image, security group, network interface, subnet, volume
|
4625
|
+
* Specifies the type of simulation to run. Different API operations that support resource-based policies require different combinations of resources. By specifying the type of simulation to run, you enable the policy simulator to enforce the presence of the required resources to ensure reliable simulation results. If your simulation does not match one of the following scenarios, then you can omit this parameter. The following list shows each of the supported scenario values and the resources that you must define to run the simulation. Each of the Amazon EC2 scenarios requires that you specify instance, image, and security group resources. If your scenario includes an EBS volume, then you must specify that volume as a resource. If the Amazon EC2 scenario includes VPC, then you must supply the network interface resource. If it includes an IP subnet, then you must specify the subnet resource. For more information on the Amazon EC2 scenario options, see Supported platforms in the Amazon EC2 User Guide. EC2-VPC-InstanceStore instance, image, security group, network interface EC2-VPC-InstanceStore-Subnet instance, image, security group, network interface, subnet EC2-VPC-EBS instance, image, security group, network interface, volume EC2-VPC-EBS-Subnet instance, image, security group, network interface, subnet, volume
|
4626
4626
|
*/
|
4627
4627
|
ResourceHandlingOption?: ResourceHandlingOptionType;
|
4628
4628
|
/**
|
@@ -4966,7 +4966,7 @@ declare namespace IAM {
|
|
4966
4966
|
*/
|
4967
4967
|
Description?: roleDescriptionType;
|
4968
4968
|
/**
|
4969
|
-
* The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours. Anyone who assumes the role from the CLI or API can use the DurationSeconds API parameter or the duration-seconds CLI parameter to request a longer session. The MaxSessionDuration setting determines the maximum duration that can be requested using the DurationSeconds parameter. If users don't specify a value for the DurationSeconds parameter, their security credentials are valid for one hour by default. This applies when you use the AssumeRole* API operations or the assume-role* CLI operations but does not apply when you use those operations to create a console URL. For more information, see Using IAM roles in the IAM User Guide.
|
4969
|
+
* The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours. Anyone who assumes the role from the CLI or API can use the DurationSeconds API parameter or the duration-seconds CLI parameter to request a longer session. The MaxSessionDuration setting determines the maximum duration that can be requested using the DurationSeconds parameter. If users don't specify a value for the DurationSeconds parameter, their security credentials are valid for one hour by default. This applies when you use the AssumeRole* API operations or the assume-role* CLI operations but does not apply when you use those operations to create a console URL. For more information, see Using IAM roles in the IAM User Guide. IAM role credentials provided by Amazon EC2 instances assigned to the role are not subject to the specified maximum session duration.
|
4970
4970
|
*/
|
4971
4971
|
MaxSessionDuration?: roleMaxSessionDurationType;
|
4972
4972
|
}
|
@@ -12,67 +12,67 @@ declare class IoTFleetHub extends Service {
|
|
12
12
|
constructor(options?: IoTFleetHub.Types.ClientConfiguration)
|
13
13
|
config: Config & IoTFleetHub.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Creates a Fleet Hub for
|
15
|
+
* Creates a Fleet Hub for IoT Device Management web application. When creating a Fleet Hub application, you must create an organization instance of IAM Identity Center if you don't already have one. The Fleet Hub application you create must also be in the same Amazon Web Services Region of the organization instance of IAM Identity Center. For more information see Enabling IAM Identity Center and Organization instances of IAM Identity Center.
|
16
16
|
*/
|
17
17
|
createApplication(params: IoTFleetHub.Types.CreateApplicationRequest, callback?: (err: AWSError, data: IoTFleetHub.Types.CreateApplicationResponse) => void): Request<IoTFleetHub.Types.CreateApplicationResponse, AWSError>;
|
18
18
|
/**
|
19
|
-
* Creates a Fleet Hub for
|
19
|
+
* Creates a Fleet Hub for IoT Device Management web application. When creating a Fleet Hub application, you must create an organization instance of IAM Identity Center if you don't already have one. The Fleet Hub application you create must also be in the same Amazon Web Services Region of the organization instance of IAM Identity Center. For more information see Enabling IAM Identity Center and Organization instances of IAM Identity Center.
|
20
20
|
*/
|
21
21
|
createApplication(callback?: (err: AWSError, data: IoTFleetHub.Types.CreateApplicationResponse) => void): Request<IoTFleetHub.Types.CreateApplicationResponse, AWSError>;
|
22
22
|
/**
|
23
|
-
* Deletes a Fleet Hub for
|
23
|
+
* Deletes a Fleet Hub for IoT Device Management web application.
|
24
24
|
*/
|
25
25
|
deleteApplication(params: IoTFleetHub.Types.DeleteApplicationRequest, callback?: (err: AWSError, data: IoTFleetHub.Types.DeleteApplicationResponse) => void): Request<IoTFleetHub.Types.DeleteApplicationResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Deletes a Fleet Hub for
|
27
|
+
* Deletes a Fleet Hub for IoT Device Management web application.
|
28
28
|
*/
|
29
29
|
deleteApplication(callback?: (err: AWSError, data: IoTFleetHub.Types.DeleteApplicationResponse) => void): Request<IoTFleetHub.Types.DeleteApplicationResponse, AWSError>;
|
30
30
|
/**
|
31
|
-
* Gets information about a Fleet Hub for
|
31
|
+
* Gets information about a Fleet Hub for IoT Device Management web application.
|
32
32
|
*/
|
33
33
|
describeApplication(params: IoTFleetHub.Types.DescribeApplicationRequest, callback?: (err: AWSError, data: IoTFleetHub.Types.DescribeApplicationResponse) => void): Request<IoTFleetHub.Types.DescribeApplicationResponse, AWSError>;
|
34
34
|
/**
|
35
|
-
* Gets information about a Fleet Hub for
|
35
|
+
* Gets information about a Fleet Hub for IoT Device Management web application.
|
36
36
|
*/
|
37
37
|
describeApplication(callback?: (err: AWSError, data: IoTFleetHub.Types.DescribeApplicationResponse) => void): Request<IoTFleetHub.Types.DescribeApplicationResponse, AWSError>;
|
38
38
|
/**
|
39
|
-
* Gets a list of Fleet Hub for
|
39
|
+
* Gets a list of Fleet Hub for IoT Device Management web applications for the current account.
|
40
40
|
*/
|
41
41
|
listApplications(params: IoTFleetHub.Types.ListApplicationsRequest, callback?: (err: AWSError, data: IoTFleetHub.Types.ListApplicationsResponse) => void): Request<IoTFleetHub.Types.ListApplicationsResponse, AWSError>;
|
42
42
|
/**
|
43
|
-
* Gets a list of Fleet Hub for
|
43
|
+
* Gets a list of Fleet Hub for IoT Device Management web applications for the current account.
|
44
44
|
*/
|
45
45
|
listApplications(callback?: (err: AWSError, data: IoTFleetHub.Types.ListApplicationsResponse) => void): Request<IoTFleetHub.Types.ListApplicationsResponse, AWSError>;
|
46
46
|
/**
|
47
|
-
* Lists the tags for the specified resource.
|
47
|
+
* Lists the tags for the specified resource.
|
48
48
|
*/
|
49
49
|
listTagsForResource(params: IoTFleetHub.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: IoTFleetHub.Types.ListTagsForResourceResponse) => void): Request<IoTFleetHub.Types.ListTagsForResourceResponse, AWSError>;
|
50
50
|
/**
|
51
|
-
* Lists the tags for the specified resource.
|
51
|
+
* Lists the tags for the specified resource.
|
52
52
|
*/
|
53
53
|
listTagsForResource(callback?: (err: AWSError, data: IoTFleetHub.Types.ListTagsForResourceResponse) => void): Request<IoTFleetHub.Types.ListTagsForResourceResponse, AWSError>;
|
54
54
|
/**
|
55
|
-
* Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.
|
55
|
+
* Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.
|
56
56
|
*/
|
57
57
|
tagResource(params: IoTFleetHub.Types.TagResourceRequest, callback?: (err: AWSError, data: IoTFleetHub.Types.TagResourceResponse) => void): Request<IoTFleetHub.Types.TagResourceResponse, AWSError>;
|
58
58
|
/**
|
59
|
-
* Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.
|
59
|
+
* Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.
|
60
60
|
*/
|
61
61
|
tagResource(callback?: (err: AWSError, data: IoTFleetHub.Types.TagResourceResponse) => void): Request<IoTFleetHub.Types.TagResourceResponse, AWSError>;
|
62
62
|
/**
|
63
|
-
* Removes the specified tags (metadata) from the resource.
|
63
|
+
* Removes the specified tags (metadata) from the resource.
|
64
64
|
*/
|
65
65
|
untagResource(params: IoTFleetHub.Types.UntagResourceRequest, callback?: (err: AWSError, data: IoTFleetHub.Types.UntagResourceResponse) => void): Request<IoTFleetHub.Types.UntagResourceResponse, AWSError>;
|
66
66
|
/**
|
67
|
-
* Removes the specified tags (metadata) from the resource.
|
67
|
+
* Removes the specified tags (metadata) from the resource.
|
68
68
|
*/
|
69
69
|
untagResource(callback?: (err: AWSError, data: IoTFleetHub.Types.UntagResourceResponse) => void): Request<IoTFleetHub.Types.UntagResourceResponse, AWSError>;
|
70
70
|
/**
|
71
|
-
* Updates information about a Fleet Hub for
|
71
|
+
* Updates information about a Fleet Hub for IoT Device Management web application.
|
72
72
|
*/
|
73
73
|
updateApplication(params: IoTFleetHub.Types.UpdateApplicationRequest, callback?: (err: AWSError, data: IoTFleetHub.Types.UpdateApplicationResponse) => void): Request<IoTFleetHub.Types.UpdateApplicationResponse, AWSError>;
|
74
74
|
/**
|
75
|
-
* Updates information about a Fleet Hub for
|
75
|
+
* Updates information about a Fleet Hub for IoT Device Management web application.
|
76
76
|
*/
|
77
77
|
updateApplication(callback?: (err: AWSError, data: IoTFleetHub.Types.UpdateApplicationResponse) => void): Request<IoTFleetHub.Types.UpdateApplicationResponse, AWSError>;
|
78
78
|
}
|
@@ -125,7 +125,7 @@ declare namespace IoTFleetHub {
|
|
125
125
|
*/
|
126
126
|
clientToken?: ClientRequestToken;
|
127
127
|
/**
|
128
|
-
* The ARN of the role that the web application assumes when it interacts with
|
128
|
+
* The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core. The name of the role must be in the form AWSIotFleetHub_random_string .
|
129
129
|
*/
|
130
130
|
roleArn: Arn;
|
131
131
|
/**
|
@@ -195,7 +195,7 @@ declare namespace IoTFleetHub {
|
|
195
195
|
*/
|
196
196
|
applicationLastUpdateDate: Timestamp;
|
197
197
|
/**
|
198
|
-
* The ARN of the role that the web application assumes when it interacts with
|
198
|
+
* The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.
|
199
199
|
*/
|
200
200
|
roleArn: Arn;
|
201
201
|
/**
|
@@ -203,7 +203,7 @@ declare namespace IoTFleetHub {
|
|
203
203
|
*/
|
204
204
|
ssoClientId?: SsoClientId;
|
205
205
|
/**
|
206
|
-
* A message
|
206
|
+
* A message that explains any failures included in the applicationState response field. This message explains failures in the CreateApplication and DeleteApplication actions.
|
207
207
|
*/
|
208
208
|
errorMessage?: ErrorMessage;
|
209
209
|
/**
|