aws-sdk 2.990.0 → 2.994.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 +27 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +97 -77
- package/apis/comprehend-2017-11-27.min.json +205 -123
- package/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/apis/dms-2016-01-01.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +125 -54
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ecr-2015-09-21.min.json +66 -14
- package/apis/es-2015-01-01.min.json +14 -4
- package/apis/imagebuilder-2019-12-02.min.json +116 -82
- package/apis/iot-2015-05-28.min.json +80 -44
- package/apis/license-manager-2018-08-01.min.json +184 -71
- package/apis/mediaconvert-2017-08-29.min.json +194 -83
- package/apis/mediapackage-vod-2018-11-07.min.json +3 -0
- package/apis/mediatailor-2018-04-23.min.json +198 -149
- package/apis/models.lex.v2-2020-08-07.min.json +179 -22
- package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/apis/opensearch-2021-01-01.min.json +14 -4
- package/apis/ssm-2014-11-06.min.json +105 -100
- package/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/apis/wafv2-2019-07-29.min.json +114 -97
- package/clients/appsync.d.ts +35 -13
- package/clients/comprehend.d.ts +165 -1
- package/clients/dms.d.ts +14 -10
- package/clients/ec2.d.ts +147 -61
- package/clients/ecr.d.ts +76 -4
- package/clients/es.d.ts +18 -3
- package/clients/iam.d.ts +85 -85
- package/clients/imagebuilder.d.ts +73 -25
- package/clients/iot.d.ts +55 -5
- package/clients/lexmodelsv2.d.ts +188 -0
- package/clients/licensemanager.d.ts +211 -42
- package/clients/mediaconvert.d.ts +154 -17
- package/clients/mediapackagevod.d.ts +4 -0
- package/clients/mediatailor.d.ts +47 -1
- package/clients/opensearch.d.ts +22 -1
- package/clients/ssm.d.ts +40 -19
- package/clients/wafv2.d.ts +18 -0
- package/dist/aws-sdk-core-react-native.js +4 -4
- package/dist/aws-sdk-react-native.js +24 -24
- package/dist/aws-sdk.js +608 -341
- package/dist/aws-sdk.min.js +72 -72
- package/lib/config.js +1 -1
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http_request.d.ts +1 -1
- package/lib/signers/v4.js +1 -1
- package/package.json +1 -1
|
@@ -100,11 +100,11 @@ declare class Imagebuilder extends Service {
|
|
|
100
100
|
*/
|
|
101
101
|
deleteDistributionConfiguration(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteDistributionConfigurationResponse) => void): Request<Imagebuilder.Types.DeleteDistributionConfigurationResponse, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* Deletes an Image Builder image resource. This does not delete any EC2 AMIs or ECR container images that are created during the image build process. You must clean those up separately, using the appropriate Amazon EC2 or Amazon ECR console actions, or API or CLI commands. To deregister an EC2 Linux AMI, see Deregister your Linux AMI in the Amazon EC2 User Guide . To deregister an EC2 Windows AMI, see Deregister your Windows AMI in the Amazon EC2 Windows Guide . To delete a container image from Amazon ECR, see Deleting an image in the Amazon ECR User Guide.
|
|
104
104
|
*/
|
|
105
105
|
deleteImage(params: Imagebuilder.Types.DeleteImageRequest, callback?: (err: AWSError, data: Imagebuilder.Types.DeleteImageResponse) => void): Request<Imagebuilder.Types.DeleteImageResponse, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* Deletes an Image Builder image resource. This does not delete any EC2 AMIs or ECR container images that are created during the image build process. You must clean those up separately, using the appropriate Amazon EC2 or Amazon ECR console actions, or API or CLI commands. To deregister an EC2 Linux AMI, see Deregister your Linux AMI in the Amazon EC2 User Guide . To deregister an EC2 Windows AMI, see Deregister your Windows AMI in the Amazon EC2 Windows Guide . To delete a container image from Amazon ECR, see Deleting an image in the Amazon ECR User Guide.
|
|
108
108
|
*/
|
|
109
109
|
deleteImage(callback?: (err: AWSError, data: Imagebuilder.Types.DeleteImageResponse) => void): Request<Imagebuilder.Types.DeleteImageResponse, AWSError>;
|
|
110
110
|
/**
|
|
@@ -228,19 +228,19 @@ declare class Imagebuilder extends Service {
|
|
|
228
228
|
*/
|
|
229
229
|
importComponent(callback?: (err: AWSError, data: Imagebuilder.Types.ImportComponentResponse) => void): Request<Imagebuilder.Types.ImportComponentResponse, AWSError>;
|
|
230
230
|
/**
|
|
231
|
-
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering:
|
|
231
|
+
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
232
232
|
*/
|
|
233
233
|
listComponentBuildVersions(params: Imagebuilder.Types.ListComponentBuildVersionsRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentBuildVersionsResponse) => void): Request<Imagebuilder.Types.ListComponentBuildVersionsResponse, AWSError>;
|
|
234
234
|
/**
|
|
235
|
-
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering:
|
|
235
|
+
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
236
236
|
*/
|
|
237
237
|
listComponentBuildVersions(callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentBuildVersionsResponse) => void): Request<Imagebuilder.Types.ListComponentBuildVersionsResponse, AWSError>;
|
|
238
238
|
/**
|
|
239
|
-
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering:
|
|
239
|
+
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
240
240
|
*/
|
|
241
241
|
listComponents(params: Imagebuilder.Types.ListComponentsRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentsResponse) => void): Request<Imagebuilder.Types.ListComponentsResponse, AWSError>;
|
|
242
242
|
/**
|
|
243
|
-
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering:
|
|
243
|
+
* Returns the list of component build versions for the specified semantic version. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
244
244
|
*/
|
|
245
245
|
listComponents(callback?: (err: AWSError, data: Imagebuilder.Types.ListComponentsResponse) => void): Request<Imagebuilder.Types.ListComponentsResponse, AWSError>;
|
|
246
246
|
/**
|
|
@@ -268,11 +268,11 @@ declare class Imagebuilder extends Service {
|
|
|
268
268
|
*/
|
|
269
269
|
listImageBuildVersions(callback?: (err: AWSError, data: Imagebuilder.Types.ListImageBuildVersionsResponse) => void): Request<Imagebuilder.Types.ListImageBuildVersionsResponse, AWSError>;
|
|
270
270
|
/**
|
|
271
|
-
* List the Packages that are associated with an Image Build Version, as determined by Amazon
|
|
271
|
+
* List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.
|
|
272
272
|
*/
|
|
273
273
|
listImagePackages(params: Imagebuilder.Types.ListImagePackagesRequest, callback?: (err: AWSError, data: Imagebuilder.Types.ListImagePackagesResponse) => void): Request<Imagebuilder.Types.ListImagePackagesResponse, AWSError>;
|
|
274
274
|
/**
|
|
275
|
-
* List the Packages that are associated with an Image Build Version, as determined by Amazon
|
|
275
|
+
* List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.
|
|
276
276
|
*/
|
|
277
277
|
listImagePackages(callback?: (err: AWSError, data: Imagebuilder.Types.ListImagePackagesResponse) => void): Request<Imagebuilder.Types.ListImagePackagesResponse, AWSError>;
|
|
278
278
|
/**
|
|
@@ -409,11 +409,11 @@ declare namespace Imagebuilder {
|
|
|
409
409
|
export type AccountList = AccountId[];
|
|
410
410
|
export interface AdditionalInstanceConfiguration {
|
|
411
411
|
/**
|
|
412
|
-
* Contains settings for the
|
|
412
|
+
* Contains settings for the Systems Manager agent on your build instance.
|
|
413
413
|
*/
|
|
414
414
|
systemsManagerAgent?: SystemsManagerAgent;
|
|
415
415
|
/**
|
|
416
|
-
* Use this property to provide commands or a command script to run when you launch your build instance. The userDataOverride property replaces any commands that Image Builder might have added to ensure that
|
|
416
|
+
* Use this property to provide commands or a command script to run when you launch your build instance. The userDataOverride property replaces any commands that Image Builder might have added to ensure that Systems Manager is installed on your Linux build instance. If you override the user data, make sure that you add commands to install Systems Manager, if it is not pre-installed on your source image.
|
|
417
417
|
*/
|
|
418
418
|
userDataOverride?: UserDataOverride;
|
|
419
419
|
}
|
|
@@ -528,6 +528,10 @@ declare namespace Imagebuilder {
|
|
|
528
528
|
* The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
|
|
529
529
|
*/
|
|
530
530
|
supportedOsVersions?: OsVersionList;
|
|
531
|
+
/**
|
|
532
|
+
* Describes the current status of the component. This is used for components that are no longer active.
|
|
533
|
+
*/
|
|
534
|
+
state?: ComponentState;
|
|
531
535
|
/**
|
|
532
536
|
* Contains parameter details for each of the parameters that are defined for the component.
|
|
533
537
|
*/
|
|
@@ -606,6 +610,17 @@ declare namespace Imagebuilder {
|
|
|
606
610
|
export type ComponentParameterType = string;
|
|
607
611
|
export type ComponentParameterValue = string;
|
|
608
612
|
export type ComponentParameterValueList = ComponentParameterValue[];
|
|
613
|
+
export interface ComponentState {
|
|
614
|
+
/**
|
|
615
|
+
* The current state of the component.
|
|
616
|
+
*/
|
|
617
|
+
status?: ComponentStatus;
|
|
618
|
+
/**
|
|
619
|
+
* Describes how or why the component changed state.
|
|
620
|
+
*/
|
|
621
|
+
reason?: NonEmptyString;
|
|
622
|
+
}
|
|
623
|
+
export type ComponentStatus = "DEPRECATED"|string;
|
|
609
624
|
export interface ComponentSummary {
|
|
610
625
|
/**
|
|
611
626
|
* The Amazon Resource Name (ARN) of the component.
|
|
@@ -627,6 +642,10 @@ declare namespace Imagebuilder {
|
|
|
627
642
|
* The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the parent image OS version during image recipe creation.
|
|
628
643
|
*/
|
|
629
644
|
supportedOsVersions?: OsVersionList;
|
|
645
|
+
/**
|
|
646
|
+
* Describes the current status of the component.
|
|
647
|
+
*/
|
|
648
|
+
state?: ComponentState;
|
|
630
649
|
/**
|
|
631
650
|
* The type of the component denotes whether the component is used to build the image or only to test it.
|
|
632
651
|
*/
|
|
@@ -664,7 +683,7 @@ declare namespace Imagebuilder {
|
|
|
664
683
|
*/
|
|
665
684
|
name?: ResourceName;
|
|
666
685
|
/**
|
|
667
|
-
* The semantic version of the component. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
686
|
+
* The semantic version of the component. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
668
687
|
*/
|
|
669
688
|
version?: VersionNumber;
|
|
670
689
|
/**
|
|
@@ -746,7 +765,7 @@ declare namespace Imagebuilder {
|
|
|
746
765
|
*/
|
|
747
766
|
owner?: NonEmptyString;
|
|
748
767
|
/**
|
|
749
|
-
* The semantic version of the container recipe. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
768
|
+
* The semantic version of the container recipe. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
750
769
|
*/
|
|
751
770
|
version?: VersionNumber;
|
|
752
771
|
/**
|
|
@@ -834,7 +853,7 @@ declare namespace Imagebuilder {
|
|
|
834
853
|
*/
|
|
835
854
|
name: ResourceName;
|
|
836
855
|
/**
|
|
837
|
-
* The semantic version of the component. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
856
|
+
* The semantic version of the component. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
|
|
838
857
|
*/
|
|
839
858
|
semanticVersion: VersionNumber;
|
|
840
859
|
/**
|
|
@@ -902,7 +921,7 @@ declare namespace Imagebuilder {
|
|
|
902
921
|
*/
|
|
903
922
|
description?: NonEmptyString;
|
|
904
923
|
/**
|
|
905
|
-
* The semantic version of the container recipe. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
924
|
+
* The semantic version of the container recipe. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
|
|
906
925
|
*/
|
|
907
926
|
semanticVersion: VersionNumber;
|
|
908
927
|
/**
|
|
@@ -1078,7 +1097,7 @@ declare namespace Imagebuilder {
|
|
|
1078
1097
|
*/
|
|
1079
1098
|
description?: NonEmptyString;
|
|
1080
1099
|
/**
|
|
1081
|
-
* The semantic version of the image recipe. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
1100
|
+
* The semantic version of the image recipe. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
|
|
1082
1101
|
*/
|
|
1083
1102
|
semanticVersion: VersionNumber;
|
|
1084
1103
|
/**
|
|
@@ -1182,7 +1201,7 @@ declare namespace Imagebuilder {
|
|
|
1182
1201
|
*/
|
|
1183
1202
|
description?: NonEmptyString;
|
|
1184
1203
|
/**
|
|
1185
|
-
* The instance
|
|
1204
|
+
* The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances. For more information about instance metadata options, see one of the following links: Configure the instance metadata options in the Amazon EC2 User Guide for Linux instances. Configure the instance metadata options in the Amazon EC2 Windows Guide for Windows instances.
|
|
1186
1205
|
*/
|
|
1187
1206
|
instanceTypes?: InstanceTypeList;
|
|
1188
1207
|
/**
|
|
@@ -1202,7 +1221,7 @@ declare namespace Imagebuilder {
|
|
|
1202
1221
|
*/
|
|
1203
1222
|
logging?: Logging;
|
|
1204
1223
|
/**
|
|
1205
|
-
* The key pair of the infrastructure configuration.
|
|
1224
|
+
* The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.
|
|
1206
1225
|
*/
|
|
1207
1226
|
keyPair?: NonEmptyString;
|
|
1208
1227
|
/**
|
|
@@ -1217,6 +1236,10 @@ declare namespace Imagebuilder {
|
|
|
1217
1236
|
* The tags attached to the resource created by Image Builder.
|
|
1218
1237
|
*/
|
|
1219
1238
|
resourceTags?: ResourceTagMap;
|
|
1239
|
+
/**
|
|
1240
|
+
* The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.
|
|
1241
|
+
*/
|
|
1242
|
+
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
1220
1243
|
/**
|
|
1221
1244
|
* The tags of the infrastructure configuration.
|
|
1222
1245
|
*/
|
|
@@ -1323,7 +1346,7 @@ declare namespace Imagebuilder {
|
|
|
1323
1346
|
}
|
|
1324
1347
|
export interface DeleteImageRequest {
|
|
1325
1348
|
/**
|
|
1326
|
-
* The Amazon Resource Name (ARN) of the image to delete.
|
|
1349
|
+
* The Amazon Resource Name (ARN) of the Image Builder image resource to delete.
|
|
1327
1350
|
*/
|
|
1328
1351
|
imageBuildVersionArn: ImageBuildVersionArn;
|
|
1329
1352
|
}
|
|
@@ -1333,7 +1356,7 @@ declare namespace Imagebuilder {
|
|
|
1333
1356
|
*/
|
|
1334
1357
|
requestId?: NonEmptyString;
|
|
1335
1358
|
/**
|
|
1336
|
-
* The Amazon Resource Name (ARN) of the image that was deleted.
|
|
1359
|
+
* The Amazon Resource Name (ARN) of the Image Builder image resource that was deleted.
|
|
1337
1360
|
*/
|
|
1338
1361
|
imageBuildVersionArn?: ImageBuildVersionArn;
|
|
1339
1362
|
}
|
|
@@ -1473,9 +1496,14 @@ declare namespace Imagebuilder {
|
|
|
1473
1496
|
* Use to override the device's volume type.
|
|
1474
1497
|
*/
|
|
1475
1498
|
volumeType?: EbsVolumeType;
|
|
1499
|
+
/**
|
|
1500
|
+
* For GP3 volumes only – The throughput in MiB/s that the volume supports.
|
|
1501
|
+
*/
|
|
1502
|
+
throughput?: EbsVolumeThroughput;
|
|
1476
1503
|
}
|
|
1477
1504
|
export type EbsIopsInteger = number;
|
|
1478
1505
|
export type EbsVolumeSizeInteger = number;
|
|
1506
|
+
export type EbsVolumeThroughput = number;
|
|
1479
1507
|
export type EbsVolumeType = "standard"|"io1"|"io2"|"gp2"|"gp3"|"sc1"|"st1"|string;
|
|
1480
1508
|
export type EmptyString = string;
|
|
1481
1509
|
export interface Filter {
|
|
@@ -1668,6 +1696,8 @@ declare namespace Imagebuilder {
|
|
|
1668
1696
|
*/
|
|
1669
1697
|
infrastructureConfiguration?: InfrastructureConfiguration;
|
|
1670
1698
|
}
|
|
1699
|
+
export type HttpPutResponseHopLimit = number;
|
|
1700
|
+
export type HttpTokens = string;
|
|
1671
1701
|
export interface Image {
|
|
1672
1702
|
/**
|
|
1673
1703
|
* The Amazon Resource Name (ARN) of the image. Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows: Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x. Version ARNs have only the first three nodes: <major>.<minor>.<patch> Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
|
|
@@ -1682,7 +1712,7 @@ declare namespace Imagebuilder {
|
|
|
1682
1712
|
*/
|
|
1683
1713
|
name?: ResourceName;
|
|
1684
1714
|
/**
|
|
1685
|
-
* The semantic version of the image. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
1715
|
+
* The semantic version of the image. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
1686
1716
|
*/
|
|
1687
1717
|
version?: VersionNumber;
|
|
1688
1718
|
/**
|
|
@@ -2001,7 +2031,7 @@ declare namespace Imagebuilder {
|
|
|
2001
2031
|
*/
|
|
2002
2032
|
type?: ImageType;
|
|
2003
2033
|
/**
|
|
2004
|
-
* Details for a specific version of an Image Builder image. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number
|
|
2034
|
+
* Details for a specific version of an Image Builder image. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Assignment: For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. Patterns: You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
2005
2035
|
*/
|
|
2006
2036
|
version?: VersionNumber;
|
|
2007
2037
|
/**
|
|
@@ -2030,7 +2060,7 @@ declare namespace Imagebuilder {
|
|
|
2030
2060
|
*/
|
|
2031
2061
|
name: ResourceName;
|
|
2032
2062
|
/**
|
|
2033
|
-
* The semantic version of the component. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering:
|
|
2063
|
+
* The semantic version of the component. This version follows the semantic version syntax. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
2034
2064
|
*/
|
|
2035
2065
|
semanticVersion: VersionNumber;
|
|
2036
2066
|
/**
|
|
@@ -2145,6 +2175,10 @@ declare namespace Imagebuilder {
|
|
|
2145
2175
|
* The tags attached to the resource created by Image Builder.
|
|
2146
2176
|
*/
|
|
2147
2177
|
resourceTags?: ResourceTagMap;
|
|
2178
|
+
/**
|
|
2179
|
+
* The instance metadata option settings for the infrastructure configuration.
|
|
2180
|
+
*/
|
|
2181
|
+
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
2148
2182
|
/**
|
|
2149
2183
|
* The tags of the infrastructure configuration.
|
|
2150
2184
|
*/
|
|
@@ -2221,6 +2255,16 @@ declare namespace Imagebuilder {
|
|
|
2221
2255
|
*/
|
|
2222
2256
|
blockDeviceMappings?: InstanceBlockDeviceMappings;
|
|
2223
2257
|
}
|
|
2258
|
+
export interface InstanceMetadataOptions {
|
|
2259
|
+
/**
|
|
2260
|
+
* Indicates whether a signed token header is required for instance metadata retrieval requests. The values affect the response as follows: required – When you retrieve the IAM role credentials, version 2.0 credentials are returned in all cases. optional – You can include a signed token header in your request to retrieve instance metadata, or you can leave it out. If you include it, version 2.0 credentials are returned for the IAM role. Otherwise, version 1.0 credentials are returned. The default setting is optional.
|
|
2261
|
+
*/
|
|
2262
|
+
httpTokens?: HttpTokens;
|
|
2263
|
+
/**
|
|
2264
|
+
* Limit the number of hops that an instance metadata request can traverse to reach its destination.
|
|
2265
|
+
*/
|
|
2266
|
+
httpPutResponseHopLimit?: HttpPutResponseHopLimit;
|
|
2267
|
+
}
|
|
2224
2268
|
export type InstanceProfileNameType = string;
|
|
2225
2269
|
export type InstanceType = string;
|
|
2226
2270
|
export type InstanceTypeList = InstanceType[];
|
|
@@ -2560,7 +2604,7 @@ declare namespace Imagebuilder {
|
|
|
2560
2604
|
*/
|
|
2561
2605
|
requestId?: NonEmptyString;
|
|
2562
2606
|
/**
|
|
2563
|
-
* The list of image semantic versions. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering:
|
|
2607
|
+
* The list of image semantic versions. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the source image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
2564
2608
|
*/
|
|
2565
2609
|
imageVersionList?: ImageVersionList;
|
|
2566
2610
|
/**
|
|
@@ -2771,7 +2815,7 @@ declare namespace Imagebuilder {
|
|
|
2771
2815
|
export type StringList = NonEmptyString[];
|
|
2772
2816
|
export interface SystemsManagerAgent {
|
|
2773
2817
|
/**
|
|
2774
|
-
* Controls whether the
|
|
2818
|
+
* Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.
|
|
2775
2819
|
*/
|
|
2776
2820
|
uninstallAfterBuild?: NullableBoolean;
|
|
2777
2821
|
}
|
|
@@ -2936,7 +2980,7 @@ declare namespace Imagebuilder {
|
|
|
2936
2980
|
*/
|
|
2937
2981
|
logging?: Logging;
|
|
2938
2982
|
/**
|
|
2939
|
-
* The key pair of the infrastructure configuration.
|
|
2983
|
+
* The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.
|
|
2940
2984
|
*/
|
|
2941
2985
|
keyPair?: NonEmptyString;
|
|
2942
2986
|
/**
|
|
@@ -2955,6 +2999,10 @@ declare namespace Imagebuilder {
|
|
|
2955
2999
|
* The tags attached to the resource created by Image Builder.
|
|
2956
3000
|
*/
|
|
2957
3001
|
resourceTags?: ResourceTagMap;
|
|
3002
|
+
/**
|
|
3003
|
+
* The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances. For more information about instance metadata options, see one of the following links: Configure the instance metadata options in the Amazon EC2 User Guide for Linux instances. Configure the instance metadata options in the Amazon EC2 Windows Guide for Windows instances.
|
|
3004
|
+
*/
|
|
3005
|
+
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
2958
3006
|
}
|
|
2959
3007
|
export interface UpdateInfrastructureConfigurationResponse {
|
|
2960
3008
|
/**
|
package/clients/iot.d.ts
CHANGED
|
@@ -1483,6 +1483,14 @@ declare class Iot extends Service {
|
|
|
1483
1483
|
* Lists the Device Defender security profile violations discovered during the given time period. You can use filters to limit the results to those alerts issued for a particular security profile, behavior, or thing (device). Requires permission to access the ListViolationEvents action.
|
|
1484
1484
|
*/
|
|
1485
1485
|
listViolationEvents(callback?: (err: AWSError, data: Iot.Types.ListViolationEventsResponse) => void): Request<Iot.Types.ListViolationEventsResponse, AWSError>;
|
|
1486
|
+
/**
|
|
1487
|
+
* Set a verification state and provide a description of that verification state on a violation (detect alarm).
|
|
1488
|
+
*/
|
|
1489
|
+
putVerificationStateOnViolation(params: Iot.Types.PutVerificationStateOnViolationRequest, callback?: (err: AWSError, data: Iot.Types.PutVerificationStateOnViolationResponse) => void): Request<Iot.Types.PutVerificationStateOnViolationResponse, AWSError>;
|
|
1490
|
+
/**
|
|
1491
|
+
* Set a verification state and provide a description of that verification state on a violation (detect alarm).
|
|
1492
|
+
*/
|
|
1493
|
+
putVerificationStateOnViolation(callback?: (err: AWSError, data: Iot.Types.PutVerificationStateOnViolationResponse) => void): Request<Iot.Types.PutVerificationStateOnViolationResponse, AWSError>;
|
|
1486
1494
|
/**
|
|
1487
1495
|
* Registers a CA certificate with IoT. This CA certificate can then be used to sign device certificates, which can be then registered with IoT. You can register up to 10 CA certificates per Amazon Web Services account that have the same subject field. This enables you to have up to 10 certificate authorities sign your device certificates. If you have more than one CA certificate registered, make sure you pass the CA certificate when you register your device certificates with the RegisterCertificate action. Requires permission to access the RegisterCACertificate action.
|
|
1488
1496
|
*/
|
|
@@ -1965,7 +1973,7 @@ declare namespace Iot {
|
|
|
1965
1973
|
*/
|
|
1966
1974
|
cloudwatchLogs?: CloudwatchLogsAction;
|
|
1967
1975
|
/**
|
|
1968
|
-
* Write data to an Amazon
|
|
1976
|
+
* Write data to an Amazon OpenSearch Service domain. The Elasticsearch action can only be used by existing rule actions. To create a new rule action or to update an existing rule action, use the OpenSearch rule action instead. For more information, see OpenSearchAction.
|
|
1969
1977
|
*/
|
|
1970
1978
|
elasticsearch?: ElasticsearchAction;
|
|
1971
1979
|
/**
|
|
@@ -2032,6 +2040,14 @@ declare namespace Iot {
|
|
|
2032
2040
|
* The details of a violation event.
|
|
2033
2041
|
*/
|
|
2034
2042
|
violationEventAdditionalInfo?: ViolationEventAdditionalInfo;
|
|
2043
|
+
/**
|
|
2044
|
+
* The verification state of the violation (detect alarm).
|
|
2045
|
+
*/
|
|
2046
|
+
verificationState?: VerificationState;
|
|
2047
|
+
/**
|
|
2048
|
+
* The description of the verification state of the violation.
|
|
2049
|
+
*/
|
|
2050
|
+
verificationStateDescription?: VerificationStateDescription;
|
|
2035
2051
|
/**
|
|
2036
2052
|
* The time the most recent violation occurred.
|
|
2037
2053
|
*/
|
|
@@ -3192,7 +3208,7 @@ declare namespace Iot {
|
|
|
3192
3208
|
*/
|
|
3193
3209
|
description?: AuditDescription;
|
|
3194
3210
|
/**
|
|
3195
|
-
*
|
|
3211
|
+
* Each audit supression must have a unique client request token. If you try to create a new audit suppression with the same token as one that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request.
|
|
3196
3212
|
*/
|
|
3197
3213
|
clientRequestToken: ClientRequestToken;
|
|
3198
3214
|
}
|
|
@@ -5673,15 +5689,15 @@ declare namespace Iot {
|
|
|
5673
5689
|
}
|
|
5674
5690
|
export interface ElasticsearchAction {
|
|
5675
5691
|
/**
|
|
5676
|
-
* The IAM role ARN that has access to
|
|
5692
|
+
* The IAM role ARN that has access to OpenSearch.
|
|
5677
5693
|
*/
|
|
5678
5694
|
roleArn: AwsArn;
|
|
5679
5695
|
/**
|
|
5680
|
-
* The endpoint of your
|
|
5696
|
+
* The endpoint of your OpenSearch domain.
|
|
5681
5697
|
*/
|
|
5682
5698
|
endpoint: ElasticsearchEndpoint;
|
|
5683
5699
|
/**
|
|
5684
|
-
* The
|
|
5700
|
+
* The index where you want to store your data.
|
|
5685
5701
|
*/
|
|
5686
5702
|
index: ElasticsearchIndex;
|
|
5687
5703
|
/**
|
|
@@ -6673,6 +6689,10 @@ declare namespace Iot {
|
|
|
6673
6689
|
* A list of all suppressed alerts.
|
|
6674
6690
|
*/
|
|
6675
6691
|
listSuppressedAlerts?: ListSuppressedAlerts;
|
|
6692
|
+
/**
|
|
6693
|
+
* The verification state of the violation (detect alarm).
|
|
6694
|
+
*/
|
|
6695
|
+
verificationState?: VerificationState;
|
|
6676
6696
|
/**
|
|
6677
6697
|
* The token for the next set of results.
|
|
6678
6698
|
*/
|
|
@@ -8089,6 +8109,10 @@ declare namespace Iot {
|
|
|
8089
8109
|
* A list of all suppressed alerts.
|
|
8090
8110
|
*/
|
|
8091
8111
|
listSuppressedAlerts?: ListSuppressedAlerts;
|
|
8112
|
+
/**
|
|
8113
|
+
* The verification state of the violation (detect alarm).
|
|
8114
|
+
*/
|
|
8115
|
+
verificationState?: VerificationState;
|
|
8092
8116
|
/**
|
|
8093
8117
|
* The token for the next set of results.
|
|
8094
8118
|
*/
|
|
@@ -8660,6 +8684,22 @@ declare namespace Iot {
|
|
|
8660
8684
|
*/
|
|
8661
8685
|
tableName: TableName;
|
|
8662
8686
|
}
|
|
8687
|
+
export interface PutVerificationStateOnViolationRequest {
|
|
8688
|
+
/**
|
|
8689
|
+
* The violation ID.
|
|
8690
|
+
*/
|
|
8691
|
+
violationId: ViolationId;
|
|
8692
|
+
/**
|
|
8693
|
+
* The verification state of the violation.
|
|
8694
|
+
*/
|
|
8695
|
+
verificationState: VerificationState;
|
|
8696
|
+
/**
|
|
8697
|
+
* The description of the verification state of the violation (detect alarm).
|
|
8698
|
+
*/
|
|
8699
|
+
verificationStateDescription?: VerificationStateDescription;
|
|
8700
|
+
}
|
|
8701
|
+
export interface PutVerificationStateOnViolationResponse {
|
|
8702
|
+
}
|
|
8663
8703
|
export type Qos = number;
|
|
8664
8704
|
export type QueryMaxResults = number;
|
|
8665
8705
|
export type QueryString = string;
|
|
@@ -10910,6 +10950,8 @@ declare namespace Iot {
|
|
|
10910
10950
|
export type ValidationErrors = ValidationError[];
|
|
10911
10951
|
export type Value = string;
|
|
10912
10952
|
export type Variance = number;
|
|
10953
|
+
export type VerificationState = "FALSE_POSITIVE"|"BENIGN_POSITIVE"|"TRUE_POSITIVE"|"UNKNOWN"|string;
|
|
10954
|
+
export type VerificationStateDescription = string;
|
|
10913
10955
|
export type Version = number;
|
|
10914
10956
|
export type VersionNumber = number;
|
|
10915
10957
|
export interface ViolationEvent {
|
|
@@ -10941,6 +10983,14 @@ declare namespace Iot {
|
|
|
10941
10983
|
* The type of violation event.
|
|
10942
10984
|
*/
|
|
10943
10985
|
violationEventType?: ViolationEventType;
|
|
10986
|
+
/**
|
|
10987
|
+
* The verification state of the violation (detect alarm).
|
|
10988
|
+
*/
|
|
10989
|
+
verificationState?: VerificationState;
|
|
10990
|
+
/**
|
|
10991
|
+
* The description of the verification state of the violation.
|
|
10992
|
+
*/
|
|
10993
|
+
verificationStateDescription?: VerificationStateDescription;
|
|
10944
10994
|
/**
|
|
10945
10995
|
* The time the violation event occurred.
|
|
10946
10996
|
*/
|