@pgarbe/cdk-ecr-sync 0.5.28 → 0.5.31
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 +5 -5
- package/API.md +106 -50
- package/CHANGELOG.md +91 -1
- package/lib/ecr-sync.d.ts +0 -1
- package/lib/ecr-sync.js +4 -5
- package/lib/image.d.ts +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/lambda/docker-adapter.d.ts +0 -1
- package/lib/lambda/docker-adapter.js +2 -3
- package/lib/lambda/ecr-adapter.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.js +3 -4
- package/node_modules/aws-sdk/CHANGELOG.md +109 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +25 -24
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +4 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +58 -8
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +79 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +126 -33
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +124 -53
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +637 -93
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +767 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +80 -74
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +385 -52
- package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +17 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +354 -68
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +179 -61
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +155 -122
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +142 -56
- package/node_modules/aws-sdk/apis/m2-2021-04-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +1820 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.paginators.json +58 -0
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +223 -143
- package/node_modules/aws-sdk/apis/metadata.json +13 -0
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +293 -100
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +451 -139
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.waiters2.json +33 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +39 -5
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +333 -78
- package/node_modules/aws-sdk/apis/route53-2013-04-01.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +673 -649
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +73 -53
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
- package/node_modules/aws-sdk/clients/all.d.ts +4 -0
- package/node_modules/aws-sdk/clients/all.js +5 -1
- package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
- package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +38 -3
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +77 -2
- package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
- package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +82 -1
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +81 -5
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +93 -93
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
- package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
- package/node_modules/aws-sdk/clients/connect.d.ts +708 -11
- package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +446 -0
- package/node_modules/aws-sdk/clients/connectcampaigns.js +18 -0
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +219 -113
- package/node_modules/aws-sdk/clients/datasync.d.ts +41 -15
- package/node_modules/aws-sdk/clients/dms.d.ts +532 -2
- package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +18 -18
- package/node_modules/aws-sdk/clients/dynamodbstreams.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +35 -15
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
- package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +452 -24
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
- package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
- package/node_modules/aws-sdk/clients/iam.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
- package/node_modules/aws-sdk/clients/ivschat.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +157 -4
- package/node_modules/aws-sdk/clients/lightsail.d.ts +40 -0
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +126 -5
- package/node_modules/aws-sdk/clients/m2.d.ts +1840 -0
- package/node_modules/aws-sdk/clients/m2.js +18 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +89 -9
- package/node_modules/aws-sdk/clients/neptune.d.ts +233 -0
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
- package/node_modules/aws-sdk/clients/proton.d.ts +492 -72
- package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
- package/node_modules/aws-sdk/clients/redshift.d.ts +41 -1
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +267 -7
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -24
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
- package/node_modules/aws-sdk/clients/transfer.d.ts +9 -4
- package/node_modules/aws-sdk/clients/voiceid.d.ts +55 -24
- package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +737 -241
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2697 -1828
- package/node_modules/aws-sdk/dist/aws-sdk.js +2319 -517
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +11 -11
- package/node_modules/aws-sdk/lib/event_listeners.js +18 -0
- package/node_modules/aws-sdk/lib/util.js +15 -7
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
- package/node_modules/jszip/CHANGES.md +5 -0
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +194 -13
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +1 -1
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/utils.js +1 -1
- package/node_modules/jszip/package.json +2 -2
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/uuid/CHANGELOG.md +132 -44
- package/node_modules/uuid/CONTRIBUTING.md +20 -0
- package/node_modules/uuid/LICENSE.md +1 -1
- package/node_modules/uuid/README.md +298 -152
- package/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/uuid/dist/bytesToUuid.js +26 -0
- package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-browser/index.js +4 -0
- package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
- package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
- package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
- package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
- package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
- package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
- package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-node/index.js +4 -0
- package/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/uuid/dist/esm-node/rng.js +4 -0
- package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
- package/node_modules/uuid/dist/esm-node/v4.js +27 -0
- package/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/uuid/dist/index.js +39 -0
- package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
- package/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/uuid/dist/rng-browser.js +21 -0
- package/node_modules/uuid/dist/rng.js +14 -0
- package/node_modules/uuid/dist/sha1-browser.js +95 -0
- package/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/uuid/dist/uuid-bin.js +67 -0
- package/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/uuid/dist/v35.js +69 -0
- package/node_modules/uuid/dist/v4.js +40 -0
- package/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/uuid/package.json +92 -19
- package/node_modules/uuid/wrapper.mjs +5 -0
- package/package.json +15 -15
- package/lib/ecr-sync.d.ts.map +0 -1
- package/lib/image.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/lambda/docker-adapter.d.ts.map +0 -1
- package/lib/lambda/ecr-adapter.d.ts.map +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts.map +0 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
- package/node_modules/uuid/.eslintrc.json +0 -47
- package/node_modules/uuid/AUTHORS +0 -5
- package/node_modules/uuid/README_js.md +0 -280
- package/node_modules/uuid/bin/uuid +0 -65
- package/node_modules/uuid/index.js +0 -8
- package/node_modules/uuid/lib/bytesToUuid.js +0 -24
- package/node_modules/uuid/lib/md5.js +0 -25
- package/node_modules/uuid/lib/rng-browser.js +0 -34
- package/node_modules/uuid/lib/rng.js +0 -8
- package/node_modules/uuid/lib/sha1-browser.js +0 -89
- package/node_modules/uuid/lib/sha1.js +0 -25
- package/node_modules/uuid/v3.js +0 -4
- package/node_modules/uuid/v4.js +0 -29
- package/node_modules/uuid/v5.js +0 -3
- package/releasetag.txt +0 -1
- package/version.txt +0 -1
|
@@ -100,11 +100,11 @@ declare class FraudDetector extends Service {
|
|
|
100
100
|
*/
|
|
101
101
|
createVariable(callback?: (err: AWSError, data: FraudDetector.Types.CreateVariableResult) => void): Request<FraudDetector.Types.CreateVariableResult, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
* Deletes data that was batch imported
|
|
103
|
+
* Deletes the specified batch import job ID record. This action does not delete the data that was batch imported.
|
|
104
104
|
*/
|
|
105
105
|
deleteBatchImportJob(params: FraudDetector.Types.DeleteBatchImportJobRequest, callback?: (err: AWSError, data: FraudDetector.Types.DeleteBatchImportJobResult) => void): Request<FraudDetector.Types.DeleteBatchImportJobResult, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
* Deletes data that was batch imported
|
|
107
|
+
* Deletes the specified batch import job ID record. This action does not delete the data that was batch imported.
|
|
108
108
|
*/
|
|
109
109
|
deleteBatchImportJob(callback?: (err: AWSError, data: FraudDetector.Types.DeleteBatchImportJobResult) => void): Request<FraudDetector.Types.DeleteBatchImportJobResult, AWSError>;
|
|
110
110
|
/**
|
|
@@ -520,11 +520,11 @@ declare class FraudDetector extends Service {
|
|
|
520
520
|
*/
|
|
521
521
|
updateModelVersion(callback?: (err: AWSError, data: FraudDetector.Types.UpdateModelVersionResult) => void): Request<FraudDetector.Types.UpdateModelVersionResult, AWSError>;
|
|
522
522
|
/**
|
|
523
|
-
* Updates the status of a model version. You can perform the following status updates: Change the TRAINING_COMPLETE status to ACTIVE. Change ACTIVE to INACTIVE.
|
|
523
|
+
* Updates the status of a model version. You can perform the following status updates: Change the TRAINING_IN_PROGRESS status to TRAINING_CANCELLED. Change the TRAINING_COMPLETE status to ACTIVE. Change ACTIVE to INACTIVE.
|
|
524
524
|
*/
|
|
525
525
|
updateModelVersionStatus(params: FraudDetector.Types.UpdateModelVersionStatusRequest, callback?: (err: AWSError, data: FraudDetector.Types.UpdateModelVersionStatusResult) => void): Request<FraudDetector.Types.UpdateModelVersionStatusResult, AWSError>;
|
|
526
526
|
/**
|
|
527
|
-
* Updates the status of a model version. You can perform the following status updates: Change the TRAINING_COMPLETE status to ACTIVE. Change ACTIVE to INACTIVE.
|
|
527
|
+
* Updates the status of a model version. You can perform the following status updates: Change the TRAINING_IN_PROGRESS status to TRAINING_CANCELLED. Change the TRAINING_COMPLETE status to ACTIVE. Change ACTIVE to INACTIVE.
|
|
528
528
|
*/
|
|
529
529
|
updateModelVersionStatus(callback?: (err: AWSError, data: FraudDetector.Types.UpdateModelVersionStatusResult) => void): Request<FraudDetector.Types.UpdateModelVersionStatusResult, AWSError>;
|
|
530
530
|
/**
|
|
@@ -1790,7 +1790,7 @@ declare namespace FraudDetector {
|
|
|
1790
1790
|
*/
|
|
1791
1791
|
detectorVersionId: wholeNumberVersionString;
|
|
1792
1792
|
/**
|
|
1793
|
-
* The timestamp that defines when the prediction was generated.
|
|
1793
|
+
* The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC. We recommend calling ListEventPredictions first, and using the predictionTimestamp value in the response to provide an accurate prediction timestamp value.
|
|
1794
1794
|
*/
|
|
1795
1795
|
predictionTimestamp: time;
|
|
1796
1796
|
}
|
|
@@ -276,11 +276,11 @@ declare class FSx extends Service {
|
|
|
276
276
|
*/
|
|
277
277
|
updateDataRepositoryAssociation(callback?: (err: AWSError, data: FSx.Types.UpdateDataRepositoryAssociationResponse) => void): Request<FSx.Types.UpdateDataRepositoryAssociationResponse, AWSError>;
|
|
278
278
|
/**
|
|
279
|
-
* Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For Amazon FSx for Windows File Server file systems, you can update the following properties: AuditLogConfiguration AutomaticBackupRetentionDays DailyAutomaticBackupStartTime SelfManagedActiveDirectoryConfiguration StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For Amazon FSx for Lustre file systems, you can update the following properties: AutoImportPolicy AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DataCompressionType StorageCapacity WeeklyMaintenanceStartTime For Amazon FSx for NetApp ONTAP file systems, you can update the following properties: AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DiskIopsConfiguration FsxAdminPassword StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For the Amazon FSx for OpenZFS file systems, you can update the following properties: AutomaticBackupRetentionDays CopyTagsToBackups CopyTagsToVolumes DailyAutomaticBackupStartTime ThroughputCapacity WeeklyMaintenanceStartTime
|
|
279
|
+
* Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For Amazon FSx for Windows File Server file systems, you can update the following properties: AuditLogConfiguration AutomaticBackupRetentionDays DailyAutomaticBackupStartTime SelfManagedActiveDirectoryConfiguration StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For Amazon FSx for Lustre file systems, you can update the following properties: AutoImportPolicy AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DataCompressionType LustreRootSquashConfiguration StorageCapacity WeeklyMaintenanceStartTime For Amazon FSx for NetApp ONTAP file systems, you can update the following properties: AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DiskIopsConfiguration FsxAdminPassword StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For the Amazon FSx for OpenZFS file systems, you can update the following properties: AutomaticBackupRetentionDays CopyTagsToBackups CopyTagsToVolumes DailyAutomaticBackupStartTime ThroughputCapacity WeeklyMaintenanceStartTime
|
|
280
280
|
*/
|
|
281
281
|
updateFileSystem(params: FSx.Types.UpdateFileSystemRequest, callback?: (err: AWSError, data: FSx.Types.UpdateFileSystemResponse) => void): Request<FSx.Types.UpdateFileSystemResponse, AWSError>;
|
|
282
282
|
/**
|
|
283
|
-
* Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For Amazon FSx for Windows File Server file systems, you can update the following properties: AuditLogConfiguration AutomaticBackupRetentionDays DailyAutomaticBackupStartTime SelfManagedActiveDirectoryConfiguration StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For Amazon FSx for Lustre file systems, you can update the following properties: AutoImportPolicy AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DataCompressionType StorageCapacity WeeklyMaintenanceStartTime For Amazon FSx for NetApp ONTAP file systems, you can update the following properties: AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DiskIopsConfiguration FsxAdminPassword StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For the Amazon FSx for OpenZFS file systems, you can update the following properties: AutomaticBackupRetentionDays CopyTagsToBackups CopyTagsToVolumes DailyAutomaticBackupStartTime ThroughputCapacity WeeklyMaintenanceStartTime
|
|
283
|
+
* Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request. For Amazon FSx for Windows File Server file systems, you can update the following properties: AuditLogConfiguration AutomaticBackupRetentionDays DailyAutomaticBackupStartTime SelfManagedActiveDirectoryConfiguration StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For Amazon FSx for Lustre file systems, you can update the following properties: AutoImportPolicy AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DataCompressionType LustreRootSquashConfiguration StorageCapacity WeeklyMaintenanceStartTime For Amazon FSx for NetApp ONTAP file systems, you can update the following properties: AutomaticBackupRetentionDays DailyAutomaticBackupStartTime DiskIopsConfiguration FsxAdminPassword StorageCapacity ThroughputCapacity WeeklyMaintenanceStartTime For the Amazon FSx for OpenZFS file systems, you can update the following properties: AutomaticBackupRetentionDays CopyTagsToBackups CopyTagsToVolumes DailyAutomaticBackupStartTime ThroughputCapacity WeeklyMaintenanceStartTime
|
|
284
284
|
*/
|
|
285
285
|
updateFileSystem(callback?: (err: AWSError, data: FSx.Types.UpdateFileSystemResponse) => void): Request<FSx.Types.UpdateFileSystemResponse, AWSError>;
|
|
286
286
|
/**
|
|
@@ -689,12 +689,16 @@ declare namespace FSx {
|
|
|
689
689
|
* The Lustre logging configuration used when creating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.
|
|
690
690
|
*/
|
|
691
691
|
LogConfiguration?: LustreLogCreateConfiguration;
|
|
692
|
+
/**
|
|
693
|
+
* The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.
|
|
694
|
+
*/
|
|
695
|
+
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
692
696
|
}
|
|
693
697
|
export interface CreateFileSystemOntapConfiguration {
|
|
694
698
|
AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
|
|
695
699
|
DailyAutomaticBackupStartTime?: DailyTime;
|
|
696
700
|
/**
|
|
697
|
-
* Specifies the FSx for ONTAP file system deployment type to use in creating the file system. MULTI_AZ_1 - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. SINGLE_AZ_1 - A file system configured for Single-AZ redundancy. For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing
|
|
701
|
+
* Specifies the FSx for ONTAP file system deployment type to use in creating the file system. MULTI_AZ_1 - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. SINGLE_AZ_1 - A file system configured for Single-AZ redundancy. For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing a file system deployment type.
|
|
698
702
|
*/
|
|
699
703
|
DeploymentType: OntapDeploymentType;
|
|
700
704
|
/**
|
|
@@ -1794,6 +1798,10 @@ declare namespace FSx {
|
|
|
1794
1798
|
* The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.
|
|
1795
1799
|
*/
|
|
1796
1800
|
LogConfiguration?: LustreLogConfiguration;
|
|
1801
|
+
/**
|
|
1802
|
+
* The Lustre root squash configuration for an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.
|
|
1803
|
+
*/
|
|
1804
|
+
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
1797
1805
|
}
|
|
1798
1806
|
export type LustreFileSystemMountName = string;
|
|
1799
1807
|
export interface LustreLogConfiguration {
|
|
@@ -1816,6 +1824,19 @@ declare namespace FSx {
|
|
|
1816
1824
|
*/
|
|
1817
1825
|
Destination?: GeneralARN;
|
|
1818
1826
|
}
|
|
1827
|
+
export type LustreNoSquashNid = string;
|
|
1828
|
+
export type LustreNoSquashNids = LustreNoSquashNid[];
|
|
1829
|
+
export type LustreRootSquash = string;
|
|
1830
|
+
export interface LustreRootSquashConfiguration {
|
|
1831
|
+
/**
|
|
1832
|
+
* You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format UID:GID (for example, 365534:65534). The UID and GID values can range from 0 to 4294967294: A non-zero value for UID and GID enables root squash. The UID and GID values can be different, but each must be a non-zero value. A value of 0 (zero) for UID and GID indicates root, and therefore disables root squash. When root squash is enabled, the user ID and group ID of a root user accessing the file system are re-mapped to the UID and GID you provide.
|
|
1833
|
+
*/
|
|
1834
|
+
RootSquash?: LustreRootSquash;
|
|
1835
|
+
/**
|
|
1836
|
+
* When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply. A client NID is a Lustre Network Identifier used to uniquely identify a client. You can specify the NID as either a single address or a range of addresses: A single address is described in standard Lustre NID format by specifying the client’s IP address followed by the Lustre network ID (for example, 10.0.1.6@tcp). An address range is described using a dash to separate the range (for example, 10.0.[2-10].[1-255]@tcp).
|
|
1837
|
+
*/
|
|
1838
|
+
NoSquashNids?: LustreNoSquashNids;
|
|
1839
|
+
}
|
|
1819
1840
|
export type MaxResults = number;
|
|
1820
1841
|
export type Megabytes = number;
|
|
1821
1842
|
export type MegabytesPerSecond = number;
|
|
@@ -2403,6 +2424,10 @@ declare namespace FSx {
|
|
|
2403
2424
|
* The Lustre logging configuration used when updating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.
|
|
2404
2425
|
*/
|
|
2405
2426
|
LogConfiguration?: LustreLogCreateConfiguration;
|
|
2427
|
+
/**
|
|
2428
|
+
* The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.
|
|
2429
|
+
*/
|
|
2430
|
+
RootSquashConfiguration?: LustreRootSquashConfiguration;
|
|
2406
2431
|
}
|
|
2407
2432
|
export interface UpdateFileSystemOntapConfiguration {
|
|
2408
2433
|
AutomaticBackupRetentionDays?: AutomaticBackupRetentionDays;
|
|
@@ -388,6 +388,16 @@ declare namespace GameSparks {
|
|
|
388
388
|
}
|
|
389
389
|
export type DeploymentAction = "DEPLOY"|"UNDEPLOY"|string;
|
|
390
390
|
export type DeploymentId = string;
|
|
391
|
+
export interface DeploymentResult {
|
|
392
|
+
/**
|
|
393
|
+
* Details about the deployment result.
|
|
394
|
+
*/
|
|
395
|
+
Message?: Message;
|
|
396
|
+
/**
|
|
397
|
+
* The type of deployment result.
|
|
398
|
+
*/
|
|
399
|
+
ResultCode?: ResultCode;
|
|
400
|
+
}
|
|
391
401
|
export type DeploymentState = "PENDING"|"IN_PROGRESS"|"COMPLETED"|"FAILED"|string;
|
|
392
402
|
export interface DisconnectPlayerRequest {
|
|
393
403
|
/**
|
|
@@ -952,12 +962,14 @@ declare namespace GameSparks {
|
|
|
952
962
|
}
|
|
953
963
|
export type LogGroupName = string;
|
|
954
964
|
export type MaxResults = number;
|
|
965
|
+
export type Message = string;
|
|
955
966
|
export type NextToken = string;
|
|
956
967
|
export type Operation = "ADD"|"REMOVE"|"REPLACE"|string;
|
|
957
968
|
export type Path = string;
|
|
958
969
|
export type PlayerId = string;
|
|
959
970
|
export type RawGameConfigurationData = Buffer|Uint8Array|Blob|string;
|
|
960
971
|
export type ResourceArn = string;
|
|
972
|
+
export type ResultCode = "SUCCESS"|"INVALID_ROLE_FAILURE"|"UNSPECIFIED_FAILURE"|string;
|
|
961
973
|
export type RoleARN = string;
|
|
962
974
|
export type S3PresignedUrl = string;
|
|
963
975
|
export interface Section {
|
|
@@ -1052,6 +1064,10 @@ declare namespace GameSparks {
|
|
|
1052
1064
|
* The identifier of the deployment.
|
|
1053
1065
|
*/
|
|
1054
1066
|
DeploymentId?: DeploymentId;
|
|
1067
|
+
/**
|
|
1068
|
+
* The result of the deployment.
|
|
1069
|
+
*/
|
|
1070
|
+
DeploymentResult?: DeploymentResult;
|
|
1055
1071
|
/**
|
|
1056
1072
|
* The state of the deployment.
|
|
1057
1073
|
*/
|
|
@@ -1075,6 +1091,10 @@ declare namespace GameSparks {
|
|
|
1075
1091
|
* The identifier of the deployment.
|
|
1076
1092
|
*/
|
|
1077
1093
|
DeploymentId?: DeploymentId;
|
|
1094
|
+
/**
|
|
1095
|
+
* The result of the deployment.
|
|
1096
|
+
*/
|
|
1097
|
+
DeploymentResult?: DeploymentResult;
|
|
1078
1098
|
/**
|
|
1079
1099
|
* The state of the deployment.
|
|
1080
1100
|
*/
|
|
@@ -44,11 +44,11 @@ declare class GreengrassV2 extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
cancelDeployment(callback?: (err: AWSError, data: GreengrassV2.Types.CancelDeploymentResponse) => void): Request<GreengrassV2.Types.CancelDeploymentResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Creates a component. Components are software that run on Greengrass core devices. After you develop and test a component on your core device, you can use this operation to upload your component to IoT Greengrass. Then, you can deploy the component to other core devices. You can use this operation to do the following: Create components from recipes Create a component from a recipe, which is a file that defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For more information, see IoT Greengrass component recipe reference in the IoT Greengrass V2 Developer Guide. To create a component from a recipe, specify inlineRecipe when you call this operation. Create components from Lambda functions Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe and artifacts from the Lambda function's deployment package. You can use this operation to migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2. This function only accepts Lambda functions that use the following runtimes: Python 2.7 – python2.7 Python 3.7 – python3.7 Python 3.8 – python3.8 Java 8 – java8 Node.js 10 – nodejs10.x Node.js 12 – nodejs12.x To create a component from a Lambda function, specify lambdaFunction when you call this operation. IoT Greengrass currently supports Lambda functions on only Linux core devices.
|
|
47
|
+
* Creates a component. Components are software that run on Greengrass core devices. After you develop and test a component on your core device, you can use this operation to upload your component to IoT Greengrass. Then, you can deploy the component to other core devices. You can use this operation to do the following: Create components from recipes Create a component from a recipe, which is a file that defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For more information, see IoT Greengrass component recipe reference in the IoT Greengrass V2 Developer Guide. To create a component from a recipe, specify inlineRecipe when you call this operation. Create components from Lambda functions Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe and artifacts from the Lambda function's deployment package. You can use this operation to migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2. This function only accepts Lambda functions that use the following runtimes: Python 2.7 – python2.7 Python 3.7 – python3.7 Python 3.8 – python3.8 Python 3.9 – python3.9 Java 8 – java8 Java 11 – java11 Node.js 10 – nodejs10.x Node.js 12 – nodejs12.x Node.js 14 – nodejs14.x To create a component from a Lambda function, specify lambdaFunction when you call this operation. IoT Greengrass currently supports Lambda functions on only Linux core devices.
|
|
48
48
|
*/
|
|
49
49
|
createComponentVersion(params: GreengrassV2.Types.CreateComponentVersionRequest, callback?: (err: AWSError, data: GreengrassV2.Types.CreateComponentVersionResponse) => void): Request<GreengrassV2.Types.CreateComponentVersionResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Creates a component. Components are software that run on Greengrass core devices. After you develop and test a component on your core device, you can use this operation to upload your component to IoT Greengrass. Then, you can deploy the component to other core devices. You can use this operation to do the following: Create components from recipes Create a component from a recipe, which is a file that defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For more information, see IoT Greengrass component recipe reference in the IoT Greengrass V2 Developer Guide. To create a component from a recipe, specify inlineRecipe when you call this operation. Create components from Lambda functions Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe and artifacts from the Lambda function's deployment package. You can use this operation to migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2. This function only accepts Lambda functions that use the following runtimes: Python 2.7 – python2.7 Python 3.7 – python3.7 Python 3.8 – python3.8 Java 8 – java8 Node.js 10 – nodejs10.x Node.js 12 – nodejs12.x To create a component from a Lambda function, specify lambdaFunction when you call this operation. IoT Greengrass currently supports Lambda functions on only Linux core devices.
|
|
51
|
+
* Creates a component. Components are software that run on Greengrass core devices. After you develop and test a component on your core device, you can use this operation to upload your component to IoT Greengrass. Then, you can deploy the component to other core devices. You can use this operation to do the following: Create components from recipes Create a component from a recipe, which is a file that defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For more information, see IoT Greengrass component recipe reference in the IoT Greengrass V2 Developer Guide. To create a component from a recipe, specify inlineRecipe when you call this operation. Create components from Lambda functions Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe and artifacts from the Lambda function's deployment package. You can use this operation to migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2. This function only accepts Lambda functions that use the following runtimes: Python 2.7 – python2.7 Python 3.7 – python3.7 Python 3.8 – python3.8 Python 3.9 – python3.9 Java 8 – java8 Java 11 – java11 Node.js 10 – nodejs10.x Node.js 12 – nodejs12.x Node.js 14 – nodejs14.x To create a component from a Lambda function, specify lambdaFunction when you call this operation. IoT Greengrass currently supports Lambda functions on only Linux core devices.
|
|
52
52
|
*/
|
|
53
53
|
createComponentVersion(callback?: (err: AWSError, data: GreengrassV2.Types.CreateComponentVersionResponse) => void): Request<GreengrassV2.Types.CreateComponentVersionResponse, AWSError>;
|
|
54
54
|
/**
|
|
@@ -75,6 +75,14 @@ declare class GreengrassV2 extends Service {
|
|
|
75
75
|
* Deletes a Greengrass core device, which is an IoT thing. This operation removes the core device from the list of core devices. This operation doesn't delete the IoT thing. For more information about how to delete the IoT thing, see DeleteThing in the IoT API Reference.
|
|
76
76
|
*/
|
|
77
77
|
deleteCoreDevice(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
* Deletes a deployment. To delete an active deployment, you must first cancel it. For more information, see CancelDeployment. Deleting a deployment doesn't affect core devices that run that deployment, because core devices store the deployment's configuration on the device. Additionally, core devices can roll back to a previous deployment that has been deleted.
|
|
80
|
+
*/
|
|
81
|
+
deleteDeployment(params: GreengrassV2.Types.DeleteDeploymentRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
* Deletes a deployment. To delete an active deployment, you must first cancel it. For more information, see CancelDeployment. Deleting a deployment doesn't affect core devices that run that deployment, because core devices store the deployment's configuration on the device. Additionally, core devices can roll back to a previous deployment that has been deleted.
|
|
84
|
+
*/
|
|
85
|
+
deleteDeployment(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
78
86
|
/**
|
|
79
87
|
* Retrieves metadata for a version of a component.
|
|
80
88
|
*/
|
|
@@ -100,11 +108,11 @@ declare class GreengrassV2 extends Service {
|
|
|
100
108
|
*/
|
|
101
109
|
getComponent(callback?: (err: AWSError, data: GreengrassV2.Types.GetComponentResponse) => void): Request<GreengrassV2.Types.GetComponentResponse, AWSError>;
|
|
102
110
|
/**
|
|
103
|
-
* Gets the pre-signed URL to download a public component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.
|
|
111
|
+
* Gets the pre-signed URL to download a public or a Lambda component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.
|
|
104
112
|
*/
|
|
105
113
|
getComponentVersionArtifact(params: GreengrassV2.Types.GetComponentVersionArtifactRequest, callback?: (err: AWSError, data: GreengrassV2.Types.GetComponentVersionArtifactResponse) => void): Request<GreengrassV2.Types.GetComponentVersionArtifactResponse, AWSError>;
|
|
106
114
|
/**
|
|
107
|
-
* Gets the pre-signed URL to download a public component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.
|
|
115
|
+
* Gets the pre-signed URL to download a public or a Lambda component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.
|
|
108
116
|
*/
|
|
109
117
|
getComponentVersionArtifact(callback?: (err: AWSError, data: GreengrassV2.Types.GetComponentVersionArtifactResponse) => void): Request<GreengrassV2.Types.GetComponentVersionArtifactResponse, AWSError>;
|
|
110
118
|
/**
|
|
@@ -116,11 +124,11 @@ declare class GreengrassV2 extends Service {
|
|
|
116
124
|
*/
|
|
117
125
|
getConnectivityInfo(callback?: (err: AWSError, data: GreengrassV2.Types.GetConnectivityInfoResponse) => void): Request<GreengrassV2.Types.GetConnectivityInfoResponse, AWSError>;
|
|
118
126
|
/**
|
|
119
|
-
* Retrieves metadata for a Greengrass core device.
|
|
127
|
+
* Retrieves metadata for a Greengrass core device. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours
|
|
120
128
|
*/
|
|
121
129
|
getCoreDevice(params: GreengrassV2.Types.GetCoreDeviceRequest, callback?: (err: AWSError, data: GreengrassV2.Types.GetCoreDeviceResponse) => void): Request<GreengrassV2.Types.GetCoreDeviceResponse, AWSError>;
|
|
122
130
|
/**
|
|
123
|
-
* Retrieves metadata for a Greengrass core device.
|
|
131
|
+
* Retrieves metadata for a Greengrass core device. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours
|
|
124
132
|
*/
|
|
125
133
|
getCoreDevice(callback?: (err: AWSError, data: GreengrassV2.Types.GetCoreDeviceResponse) => void): Request<GreengrassV2.Types.GetCoreDeviceResponse, AWSError>;
|
|
126
134
|
/**
|
|
@@ -164,11 +172,11 @@ declare class GreengrassV2 extends Service {
|
|
|
164
172
|
*/
|
|
165
173
|
listComponents(callback?: (err: AWSError, data: GreengrassV2.Types.ListComponentsResponse) => void): Request<GreengrassV2.Types.ListComponentsResponse, AWSError>;
|
|
166
174
|
/**
|
|
167
|
-
* Retrieves a paginated list of Greengrass core devices.
|
|
175
|
+
* Retrieves a paginated list of Greengrass core devices. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours
|
|
168
176
|
*/
|
|
169
177
|
listCoreDevices(params: GreengrassV2.Types.ListCoreDevicesRequest, callback?: (err: AWSError, data: GreengrassV2.Types.ListCoreDevicesResponse) => void): Request<GreengrassV2.Types.ListCoreDevicesResponse, AWSError>;
|
|
170
178
|
/**
|
|
171
|
-
* Retrieves a paginated list of Greengrass core devices.
|
|
179
|
+
* Retrieves a paginated list of Greengrass core devices. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours
|
|
172
180
|
*/
|
|
173
181
|
listCoreDevices(callback?: (err: AWSError, data: GreengrassV2.Types.ListCoreDevicesResponse) => void): Request<GreengrassV2.Types.ListCoreDevicesResponse, AWSError>;
|
|
174
182
|
/**
|
|
@@ -188,11 +196,11 @@ declare class GreengrassV2 extends Service {
|
|
|
188
196
|
*/
|
|
189
197
|
listEffectiveDeployments(callback?: (err: AWSError, data: GreengrassV2.Types.ListEffectiveDeploymentsResponse) => void): Request<GreengrassV2.Types.ListEffectiveDeploymentsResponse, AWSError>;
|
|
190
198
|
/**
|
|
191
|
-
* Retrieves a paginated list of the components that a Greengrass core device runs.
|
|
199
|
+
* Retrieves a paginated list of the components that a Greengrass core device runs. This list doesn't include components that are deployed from local deployments or components that are deployed as dependencies of other components. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours
|
|
192
200
|
*/
|
|
193
201
|
listInstalledComponents(params: GreengrassV2.Types.ListInstalledComponentsRequest, callback?: (err: AWSError, data: GreengrassV2.Types.ListInstalledComponentsResponse) => void): Request<GreengrassV2.Types.ListInstalledComponentsResponse, AWSError>;
|
|
194
202
|
/**
|
|
195
|
-
* Retrieves a paginated list of the components that a Greengrass core device runs.
|
|
203
|
+
* Retrieves a paginated list of the components that a Greengrass core device runs. This list doesn't include components that are deployed from local deployments or components that are deployed as dependencies of other components. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours
|
|
196
204
|
*/
|
|
197
205
|
listInstalledComponents(callback?: (err: AWSError, data: GreengrassV2.Types.ListInstalledComponentsResponse) => void): Request<GreengrassV2.Types.ListInstalledComponentsResponse, AWSError>;
|
|
198
206
|
/**
|
|
@@ -331,17 +339,25 @@ declare namespace GreengrassV2 {
|
|
|
331
339
|
export type CloudComponentState = "REQUESTED"|"INITIATED"|"DEPLOYABLE"|"FAILED"|"DEPRECATED"|string;
|
|
332
340
|
export interface CloudComponentStatus {
|
|
333
341
|
/**
|
|
334
|
-
* The state of the component.
|
|
342
|
+
* The state of the component version.
|
|
335
343
|
*/
|
|
336
344
|
componentState?: CloudComponentState;
|
|
337
345
|
/**
|
|
338
|
-
* A message that communicates details, such as errors, about the status of the component.
|
|
346
|
+
* A message that communicates details, such as errors, about the status of the component version.
|
|
339
347
|
*/
|
|
340
348
|
message?: NonEmptyString;
|
|
341
349
|
/**
|
|
342
|
-
* A dictionary of errors that communicate why the component is in an error state. For example, if IoT Greengrass can't access an artifact for the component, then errors contains the artifact's URI as a key, and the error message as the value for that key.
|
|
350
|
+
* A dictionary of errors that communicate why the component version is in an error state. For example, if IoT Greengrass can't access an artifact for the component version, then errors contains the artifact's URI as a key, and the error message as the value for that key.
|
|
343
351
|
*/
|
|
344
352
|
errors?: StringMap;
|
|
353
|
+
/**
|
|
354
|
+
* The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be: ACTIVE – This component version is available and recommended for use. DISCONTINUED – This component version has been discontinued by its publisher. You can deploy this component version, but we recommend that you use a different version of this component. DELETED – This component version has been deleted by its publisher, so you can't deploy it. If you have any existing deployments that specify this component version, those deployments will fail.
|
|
355
|
+
*/
|
|
356
|
+
vendorGuidance?: VendorGuidance;
|
|
357
|
+
/**
|
|
358
|
+
* A message that communicates details about the vendor guidance state of the component version. This message communicates why a component version is discontinued or deleted.
|
|
359
|
+
*/
|
|
360
|
+
vendorGuidanceMessage?: NonEmptyString;
|
|
345
361
|
}
|
|
346
362
|
export interface Component {
|
|
347
363
|
/**
|
|
@@ -619,6 +635,12 @@ declare namespace GreengrassV2 {
|
|
|
619
635
|
*/
|
|
620
636
|
coreDeviceThingName: CoreDeviceThingName;
|
|
621
637
|
}
|
|
638
|
+
export interface DeleteDeploymentRequest {
|
|
639
|
+
/**
|
|
640
|
+
* The ID of the deployment.
|
|
641
|
+
*/
|
|
642
|
+
deploymentId: NonEmptyString;
|
|
643
|
+
}
|
|
622
644
|
export interface Deployment {
|
|
623
645
|
/**
|
|
624
646
|
* The ARN of the target IoT thing or thing group.
|
|
@@ -849,7 +871,7 @@ declare namespace GreengrassV2 {
|
|
|
849
871
|
}
|
|
850
872
|
export interface GetComponentVersionArtifactRequest {
|
|
851
873
|
/**
|
|
852
|
-
* The ARN of the component version. Specify the ARN of a public component version.
|
|
874
|
+
* The ARN of the component version. Specify the ARN of a public or a Lambda component version.
|
|
853
875
|
*/
|
|
854
876
|
arn: ComponentVersionARN;
|
|
855
877
|
/**
|
|
@@ -1270,7 +1292,7 @@ declare namespace GreengrassV2 {
|
|
|
1270
1292
|
}
|
|
1271
1293
|
export interface ListComponentVersionsRequest {
|
|
1272
1294
|
/**
|
|
1273
|
-
* The ARN of the component
|
|
1295
|
+
* The ARN of the component.
|
|
1274
1296
|
*/
|
|
1275
1297
|
arn: ComponentARN;
|
|
1276
1298
|
/**
|
|
@@ -1318,7 +1340,7 @@ declare namespace GreengrassV2 {
|
|
|
1318
1340
|
}
|
|
1319
1341
|
export interface ListCoreDevicesRequest {
|
|
1320
1342
|
/**
|
|
1321
|
-
* The ARN of the IoT thing group by which to filter. If you specify this parameter, the list includes only core devices that
|
|
1343
|
+
* The ARN of the IoT thing group by which to filter. If you specify this parameter, the list includes only core devices that have successfully deployed a deployment that targets the thing group. When you remove a core device from a thing group, the list continues to include that core device.
|
|
1322
1344
|
*/
|
|
1323
1345
|
thingGroupArn?: ThingGroupARN;
|
|
1324
1346
|
/**
|
|
@@ -1448,11 +1470,11 @@ declare namespace GreengrassV2 {
|
|
|
1448
1470
|
/**
|
|
1449
1471
|
* The platform to use to resolve compatible components.
|
|
1450
1472
|
*/
|
|
1451
|
-
platform
|
|
1473
|
+
platform?: ComponentPlatform;
|
|
1452
1474
|
/**
|
|
1453
1475
|
* The list of components to resolve.
|
|
1454
1476
|
*/
|
|
1455
|
-
componentCandidates
|
|
1477
|
+
componentCandidates?: ComponentCandidateList;
|
|
1456
1478
|
}
|
|
1457
1479
|
export interface ResolveComponentCandidatesResponse {
|
|
1458
1480
|
/**
|
|
@@ -1477,6 +1499,14 @@ declare namespace GreengrassV2 {
|
|
|
1477
1499
|
* The recipe of the component version.
|
|
1478
1500
|
*/
|
|
1479
1501
|
recipe?: RecipeBlob;
|
|
1502
|
+
/**
|
|
1503
|
+
* The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be: ACTIVE – This component version is available and recommended for use. DISCONTINUED – This component version has been discontinued by its publisher. You can deploy this component version, but we recommend that you use a different version of this component. DELETED – This component version has been deleted by its publisher, so you can't deploy it. If you have any existing deployments that specify this component version, those deployments will fail.
|
|
1504
|
+
*/
|
|
1505
|
+
vendorGuidance?: VendorGuidance;
|
|
1506
|
+
/**
|
|
1507
|
+
* A message that communicates details about the vendor guidance state of the component version. This message communicates why a component version is discontinued or deleted.
|
|
1508
|
+
*/
|
|
1509
|
+
message?: NonEmptyString;
|
|
1480
1510
|
}
|
|
1481
1511
|
export type ResolvedComponentVersionsList = ResolvedComponentVersion[];
|
|
1482
1512
|
export type String = string;
|
|
@@ -1543,6 +1573,7 @@ declare namespace GreengrassV2 {
|
|
|
1543
1573
|
*/
|
|
1544
1574
|
message?: String;
|
|
1545
1575
|
}
|
|
1576
|
+
export type VendorGuidance = "ACTIVE"|"DISCONTINUED"|"DELETED"|string;
|
|
1546
1577
|
export type connectivityInfoList = ConnectivityInfo[];
|
|
1547
1578
|
/**
|
|
1548
1579
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|