@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
|
@@ -11,6 +11,14 @@ declare class GuardDuty extends Service {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(options?: GuardDuty.Types.ClientConfiguration)
|
|
13
13
|
config: Config & GuardDuty.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.
|
|
16
|
+
*/
|
|
17
|
+
acceptAdministratorInvitation(params: GuardDuty.Types.AcceptAdministratorInvitationRequest, callback?: (err: AWSError, data: GuardDuty.Types.AcceptAdministratorInvitationResponse) => void): Request<GuardDuty.Types.AcceptAdministratorInvitationResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Accepts the invitation to be a member account and get monitored by a GuardDuty administrator account that sent the invitation.
|
|
20
|
+
*/
|
|
21
|
+
acceptAdministratorInvitation(callback?: (err: AWSError, data: GuardDuty.Types.AcceptAdministratorInvitationResponse) => void): Request<GuardDuty.Types.AcceptAdministratorInvitationResponse, AWSError>;
|
|
14
22
|
/**
|
|
15
23
|
* Accepts the invitation to be monitored by a GuardDuty administrator account.
|
|
16
24
|
*/
|
|
@@ -171,6 +179,14 @@ declare class GuardDuty extends Service {
|
|
|
171
179
|
* Disables an Amazon Web Services account within the Organization as the GuardDuty delegated administrator.
|
|
172
180
|
*/
|
|
173
181
|
disableOrganizationAdminAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.DisableOrganizationAdminAccountResponse, AWSError>;
|
|
182
|
+
/**
|
|
183
|
+
* Disassociates the current GuardDuty member account from its administrator account.
|
|
184
|
+
*/
|
|
185
|
+
disassociateFromAdministratorAccount(params: GuardDuty.Types.DisassociateFromAdministratorAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromAdministratorAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromAdministratorAccountResponse, AWSError>;
|
|
186
|
+
/**
|
|
187
|
+
* Disassociates the current GuardDuty member account from its administrator account.
|
|
188
|
+
*/
|
|
189
|
+
disassociateFromAdministratorAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromAdministratorAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromAdministratorAccountResponse, AWSError>;
|
|
174
190
|
/**
|
|
175
191
|
* Disassociates the current GuardDuty member account from its administrator account.
|
|
176
192
|
*/
|
|
@@ -180,11 +196,11 @@ declare class GuardDuty extends Service {
|
|
|
180
196
|
*/
|
|
181
197
|
disassociateFromMasterAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromMasterAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromMasterAccountResponse, AWSError>;
|
|
182
198
|
/**
|
|
183
|
-
* Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
|
|
199
|
+
* Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
|
|
184
200
|
*/
|
|
185
201
|
disassociateMembers(params: GuardDuty.Types.DisassociateMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
|
|
186
202
|
/**
|
|
187
|
-
* Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
|
|
203
|
+
* Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
|
|
188
204
|
*/
|
|
189
205
|
disassociateMembers(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
|
|
190
206
|
/**
|
|
@@ -195,6 +211,14 @@ declare class GuardDuty extends Service {
|
|
|
195
211
|
* Enables an Amazon Web Services account within the organization as the GuardDuty delegated administrator.
|
|
196
212
|
*/
|
|
197
213
|
enableOrganizationAdminAccount(callback?: (err: AWSError, data: GuardDuty.Types.EnableOrganizationAdminAccountResponse) => void): Request<GuardDuty.Types.EnableOrganizationAdminAccountResponse, AWSError>;
|
|
214
|
+
/**
|
|
215
|
+
* Provides the details for the GuardDuty administrator account associated with the current GuardDuty member account.
|
|
216
|
+
*/
|
|
217
|
+
getAdministratorAccount(params: GuardDuty.Types.GetAdministratorAccountRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetAdministratorAccountResponse) => void): Request<GuardDuty.Types.GetAdministratorAccountResponse, AWSError>;
|
|
218
|
+
/**
|
|
219
|
+
* Provides the details for the GuardDuty administrator account associated with the current GuardDuty member account.
|
|
220
|
+
*/
|
|
221
|
+
getAdministratorAccount(callback?: (err: AWSError, data: GuardDuty.Types.GetAdministratorAccountResponse) => void): Request<GuardDuty.Types.GetAdministratorAccountResponse, AWSError>;
|
|
198
222
|
/**
|
|
199
223
|
* Retrieves an Amazon GuardDuty detector specified by the detectorId.
|
|
200
224
|
*/
|
|
@@ -267,6 +291,14 @@ declare class GuardDuty extends Service {
|
|
|
267
291
|
* Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account IDs.
|
|
268
292
|
*/
|
|
269
293
|
getMembers(callback?: (err: AWSError, data: GuardDuty.Types.GetMembersResponse) => void): Request<GuardDuty.Types.GetMembersResponse, AWSError>;
|
|
294
|
+
/**
|
|
295
|
+
* Provides the number of days left for each data source used in the free trial period.
|
|
296
|
+
*/
|
|
297
|
+
getRemainingFreeTrialDays(params: GuardDuty.Types.GetRemainingFreeTrialDaysRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetRemainingFreeTrialDaysResponse) => void): Request<GuardDuty.Types.GetRemainingFreeTrialDaysResponse, AWSError>;
|
|
298
|
+
/**
|
|
299
|
+
* Provides the number of days left for each data source used in the free trial period.
|
|
300
|
+
*/
|
|
301
|
+
getRemainingFreeTrialDays(callback?: (err: AWSError, data: GuardDuty.Types.GetRemainingFreeTrialDaysResponse) => void): Request<GuardDuty.Types.GetRemainingFreeTrialDaysResponse, AWSError>;
|
|
270
302
|
/**
|
|
271
303
|
* Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
|
|
272
304
|
*/
|
|
@@ -276,11 +308,11 @@ declare class GuardDuty extends Service {
|
|
|
276
308
|
*/
|
|
277
309
|
getThreatIntelSet(callback?: (err: AWSError, data: GuardDuty.Types.GetThreatIntelSetResponse) => void): Request<GuardDuty.Types.GetThreatIntelSetResponse, AWSError>;
|
|
278
310
|
/**
|
|
279
|
-
* Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources the cost returned will include only the usage so far under 30 days
|
|
311
|
+
* Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources, the cost returned will include only the usage so far under 30 days. This may differ from the cost metrics in the console, which project usage over 30 days to provide a monthly cost estimate. For more information, see Understanding How Usage Costs are Calculated.
|
|
280
312
|
*/
|
|
281
313
|
getUsageStatistics(params: GuardDuty.Types.GetUsageStatisticsRequest, callback?: (err: AWSError, data: GuardDuty.Types.GetUsageStatisticsResponse) => void): Request<GuardDuty.Types.GetUsageStatisticsResponse, AWSError>;
|
|
282
314
|
/**
|
|
283
|
-
* Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources the cost returned will include only the usage so far under 30 days
|
|
315
|
+
* Lists Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID. For newly enabled detectors or data sources, the cost returned will include only the usage so far under 30 days. This may differ from the cost metrics in the console, which project usage over 30 days to provide a monthly cost estimate. For more information, see Understanding How Usage Costs are Calculated.
|
|
284
316
|
*/
|
|
285
317
|
getUsageStatistics(callback?: (err: AWSError, data: GuardDuty.Types.GetUsageStatisticsResponse) => void): Request<GuardDuty.Types.GetUsageStatisticsResponse, AWSError>;
|
|
286
318
|
/**
|
|
@@ -477,6 +509,22 @@ declare class GuardDuty extends Service {
|
|
|
477
509
|
updateThreatIntelSet(callback?: (err: AWSError, data: GuardDuty.Types.UpdateThreatIntelSetResponse) => void): Request<GuardDuty.Types.UpdateThreatIntelSetResponse, AWSError>;
|
|
478
510
|
}
|
|
479
511
|
declare namespace GuardDuty {
|
|
512
|
+
export interface AcceptAdministratorInvitationRequest {
|
|
513
|
+
/**
|
|
514
|
+
* The unique ID of the detector of the GuardDuty member account.
|
|
515
|
+
*/
|
|
516
|
+
DetectorId: DetectorId;
|
|
517
|
+
/**
|
|
518
|
+
* The account ID of the GuardDuty administrator account whose invitation you're accepting.
|
|
519
|
+
*/
|
|
520
|
+
AdministratorId: String;
|
|
521
|
+
/**
|
|
522
|
+
* The value that is used to validate the administrator account to the member account.
|
|
523
|
+
*/
|
|
524
|
+
InvitationId: String;
|
|
525
|
+
}
|
|
526
|
+
export interface AcceptAdministratorInvitationResponse {
|
|
527
|
+
}
|
|
480
528
|
export interface AcceptInvitationRequest {
|
|
481
529
|
/**
|
|
482
530
|
* The unique ID of the detector of the GuardDuty member account.
|
|
@@ -532,6 +580,17 @@ declare namespace GuardDuty {
|
|
|
532
580
|
Email: Email;
|
|
533
581
|
}
|
|
534
582
|
export type AccountDetails = AccountDetail[];
|
|
583
|
+
export interface AccountFreeTrialInfo {
|
|
584
|
+
/**
|
|
585
|
+
* The account identifier of the GuardDuty member account.
|
|
586
|
+
*/
|
|
587
|
+
AccountId?: String;
|
|
588
|
+
/**
|
|
589
|
+
* Describes the data source enabled for the GuardDuty member account.
|
|
590
|
+
*/
|
|
591
|
+
DataSources?: DataSourcesFreeTrial;
|
|
592
|
+
}
|
|
593
|
+
export type AccountFreeTrialInfos = AccountFreeTrialInfo[];
|
|
535
594
|
export type AccountId = string;
|
|
536
595
|
export type AccountIds = AccountId[];
|
|
537
596
|
export interface AccountLevelPermissions {
|
|
@@ -578,6 +637,25 @@ declare namespace GuardDuty {
|
|
|
578
637
|
}
|
|
579
638
|
export type AdminAccounts = AdminAccount[];
|
|
580
639
|
export type AdminStatus = "ENABLED"|"DISABLE_IN_PROGRESS"|string;
|
|
640
|
+
export interface Administrator {
|
|
641
|
+
/**
|
|
642
|
+
* The ID of the account used as the administrator account.
|
|
643
|
+
*/
|
|
644
|
+
AccountId?: AccountId;
|
|
645
|
+
/**
|
|
646
|
+
* The value that is used to validate the administrator account to the member account.
|
|
647
|
+
*/
|
|
648
|
+
InvitationId?: String;
|
|
649
|
+
/**
|
|
650
|
+
* The status of the relationship between the administrator and member accounts.
|
|
651
|
+
*/
|
|
652
|
+
RelationshipStatus?: String;
|
|
653
|
+
/**
|
|
654
|
+
* The timestamp when the invitation was sent.
|
|
655
|
+
*/
|
|
656
|
+
InvitedAt?: String;
|
|
657
|
+
}
|
|
658
|
+
export type AffectedResources = {[key: string]: String};
|
|
581
659
|
export interface ArchiveFindingsRequest {
|
|
582
660
|
/**
|
|
583
661
|
* The ID of the detector that specifies the GuardDuty service whose findings you want to archive.
|
|
@@ -623,6 +701,10 @@ declare namespace GuardDuty {
|
|
|
623
701
|
* The details of the Amazon Web Services account that made the API call. This field appears if the call was made from outside your account.
|
|
624
702
|
*/
|
|
625
703
|
RemoteAccountDetails?: RemoteAccountDetails;
|
|
704
|
+
/**
|
|
705
|
+
* The details of the Amazon Web Services account that made the API call. This field identifies the resources that were affected by this API call.
|
|
706
|
+
*/
|
|
707
|
+
AffectedResources?: AffectedResources;
|
|
626
708
|
}
|
|
627
709
|
export interface BlockPublicAccess {
|
|
628
710
|
/**
|
|
@@ -1004,8 +1086,36 @@ declare namespace GuardDuty {
|
|
|
1004
1086
|
*/
|
|
1005
1087
|
Kubernetes?: KubernetesConfigurationResult;
|
|
1006
1088
|
}
|
|
1089
|
+
export interface DataSourceFreeTrial {
|
|
1090
|
+
/**
|
|
1091
|
+
* A value that specifies the number of days left to use each enabled data source.
|
|
1092
|
+
*/
|
|
1093
|
+
FreeTrialDaysRemaining?: Integer;
|
|
1094
|
+
}
|
|
1007
1095
|
export type DataSourceList = DataSource[];
|
|
1008
1096
|
export type DataSourceStatus = "ENABLED"|"DISABLED"|string;
|
|
1097
|
+
export interface DataSourcesFreeTrial {
|
|
1098
|
+
/**
|
|
1099
|
+
* Describes whether any AWS CloudTrail management event logs are enabled as data sources.
|
|
1100
|
+
*/
|
|
1101
|
+
CloudTrail?: DataSourceFreeTrial;
|
|
1102
|
+
/**
|
|
1103
|
+
* Describes whether any DNS logs are enabled as data sources.
|
|
1104
|
+
*/
|
|
1105
|
+
DnsLogs?: DataSourceFreeTrial;
|
|
1106
|
+
/**
|
|
1107
|
+
* Describes whether any VPC Flow logs are enabled as data sources.
|
|
1108
|
+
*/
|
|
1109
|
+
FlowLogs?: DataSourceFreeTrial;
|
|
1110
|
+
/**
|
|
1111
|
+
* Describes whether any S3 data event logs are enabled as data sources.
|
|
1112
|
+
*/
|
|
1113
|
+
S3Logs?: DataSourceFreeTrial;
|
|
1114
|
+
/**
|
|
1115
|
+
* Describes whether any Kubernetes logs are enabled as data sources.
|
|
1116
|
+
*/
|
|
1117
|
+
Kubernetes?: KubernetesDataSourceFreeTrial;
|
|
1118
|
+
}
|
|
1009
1119
|
export interface DeclineInvitationsRequest {
|
|
1010
1120
|
/**
|
|
1011
1121
|
* A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to decline invitations from.
|
|
@@ -1201,6 +1311,14 @@ declare namespace GuardDuty {
|
|
|
1201
1311
|
}
|
|
1202
1312
|
export interface DisableOrganizationAdminAccountResponse {
|
|
1203
1313
|
}
|
|
1314
|
+
export interface DisassociateFromAdministratorAccountRequest {
|
|
1315
|
+
/**
|
|
1316
|
+
* The unique ID of the detector of the GuardDuty member account.
|
|
1317
|
+
*/
|
|
1318
|
+
DetectorId: DetectorId;
|
|
1319
|
+
}
|
|
1320
|
+
export interface DisassociateFromAdministratorAccountResponse {
|
|
1321
|
+
}
|
|
1204
1322
|
export interface DisassociateFromMasterAccountRequest {
|
|
1205
1323
|
/**
|
|
1206
1324
|
* The unique ID of the detector of the GuardDuty member account.
|
|
@@ -1230,6 +1348,14 @@ declare namespace GuardDuty {
|
|
|
1230
1348
|
* The domain information for the API request.
|
|
1231
1349
|
*/
|
|
1232
1350
|
Domain?: String;
|
|
1351
|
+
/**
|
|
1352
|
+
* The network connection protocol observed in the activity that prompted GuardDuty to generate the finding.
|
|
1353
|
+
*/
|
|
1354
|
+
Protocol?: String;
|
|
1355
|
+
/**
|
|
1356
|
+
* Indicates whether the targeted port is blocked.
|
|
1357
|
+
*/
|
|
1358
|
+
Blocked?: Boolean;
|
|
1233
1359
|
}
|
|
1234
1360
|
export interface DomainDetails {
|
|
1235
1361
|
/**
|
|
@@ -1379,6 +1505,18 @@ declare namespace GuardDuty {
|
|
|
1379
1505
|
*/
|
|
1380
1506
|
Lon?: Double;
|
|
1381
1507
|
}
|
|
1508
|
+
export interface GetAdministratorAccountRequest {
|
|
1509
|
+
/**
|
|
1510
|
+
* The unique ID of the detector of the GuardDuty member account.
|
|
1511
|
+
*/
|
|
1512
|
+
DetectorId: DetectorId;
|
|
1513
|
+
}
|
|
1514
|
+
export interface GetAdministratorAccountResponse {
|
|
1515
|
+
/**
|
|
1516
|
+
* The administrator account details.
|
|
1517
|
+
*/
|
|
1518
|
+
Administrator: Administrator;
|
|
1519
|
+
}
|
|
1382
1520
|
export interface GetDetectorRequest {
|
|
1383
1521
|
/**
|
|
1384
1522
|
* The unique ID of the detector that you want to get.
|
|
@@ -1583,6 +1721,26 @@ declare namespace GuardDuty {
|
|
|
1583
1721
|
*/
|
|
1584
1722
|
UnprocessedAccounts: UnprocessedAccounts;
|
|
1585
1723
|
}
|
|
1724
|
+
export interface GetRemainingFreeTrialDaysRequest {
|
|
1725
|
+
/**
|
|
1726
|
+
* The unique ID of the detector of the GuardDuty member account.
|
|
1727
|
+
*/
|
|
1728
|
+
DetectorId: DetectorId;
|
|
1729
|
+
/**
|
|
1730
|
+
* A list of account identifiers of the GuardDuty member account.
|
|
1731
|
+
*/
|
|
1732
|
+
AccountIds?: AccountIds;
|
|
1733
|
+
}
|
|
1734
|
+
export interface GetRemainingFreeTrialDaysResponse {
|
|
1735
|
+
/**
|
|
1736
|
+
* The member accounts which were included in a request and were processed successfully.
|
|
1737
|
+
*/
|
|
1738
|
+
Accounts?: AccountFreeTrialInfos;
|
|
1739
|
+
/**
|
|
1740
|
+
* The member account that was included in a request but for which the request could not be processed.
|
|
1741
|
+
*/
|
|
1742
|
+
UnprocessedAccounts?: UnprocessedAccounts;
|
|
1743
|
+
}
|
|
1586
1744
|
export interface GetThreatIntelSetRequest {
|
|
1587
1745
|
/**
|
|
1588
1746
|
* The unique ID of the detector that the threatIntelSet is associated with.
|
|
@@ -1822,6 +1980,12 @@ declare namespace GuardDuty {
|
|
|
1822
1980
|
*/
|
|
1823
1981
|
AuditLogs: KubernetesAuditLogsConfigurationResult;
|
|
1824
1982
|
}
|
|
1983
|
+
export interface KubernetesDataSourceFreeTrial {
|
|
1984
|
+
/**
|
|
1985
|
+
* Describes whether Kubernetes audit logs are enabled as a data source.
|
|
1986
|
+
*/
|
|
1987
|
+
AuditLogs?: DataSourceFreeTrial;
|
|
1988
|
+
}
|
|
1825
1989
|
export interface KubernetesDetails {
|
|
1826
1990
|
/**
|
|
1827
1991
|
* Details about the Kubernetes user involved in a Kubernetes finding.
|
|
@@ -2170,6 +2334,10 @@ declare namespace GuardDuty {
|
|
|
2170
2334
|
* The last-updated timestamp of the member.
|
|
2171
2335
|
*/
|
|
2172
2336
|
UpdatedAt: String;
|
|
2337
|
+
/**
|
|
2338
|
+
* The administrator account ID.
|
|
2339
|
+
*/
|
|
2340
|
+
AdministratorId?: String;
|
|
2173
2341
|
}
|
|
2174
2342
|
export interface MemberDataSourceConfiguration {
|
|
2175
2343
|
/**
|
|
@@ -2582,6 +2750,20 @@ declare namespace GuardDuty {
|
|
|
2582
2750
|
* Feedback that was submitted about the finding.
|
|
2583
2751
|
*/
|
|
2584
2752
|
UserFeedback?: String;
|
|
2753
|
+
/**
|
|
2754
|
+
* Contains additional information about the generated finding.
|
|
2755
|
+
*/
|
|
2756
|
+
AdditionalInfo?: ServiceAdditionalInfo;
|
|
2757
|
+
}
|
|
2758
|
+
export interface ServiceAdditionalInfo {
|
|
2759
|
+
/**
|
|
2760
|
+
* This field specifies the value of the additional information.
|
|
2761
|
+
*/
|
|
2762
|
+
Value?: String;
|
|
2763
|
+
/**
|
|
2764
|
+
* Describes the type of the additional information.
|
|
2765
|
+
*/
|
|
2766
|
+
Type?: String;
|
|
2585
2767
|
}
|
|
2586
2768
|
export interface SortCriteria {
|
|
2587
2769
|
/**
|
|
@@ -1652,7 +1652,7 @@ declare namespace IAM {
|
|
|
1652
1652
|
*/
|
|
1653
1653
|
Description?: roleDescriptionType;
|
|
1654
1654
|
/**
|
|
1655
|
-
* The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default
|
|
1655
|
+
* The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours. Anyone who assumes the role from the or API can use the DurationSeconds API parameter or the duration-seconds CLI parameter to request a longer session. The MaxSessionDuration setting determines the maximum duration that can be requested using the DurationSeconds parameter. If users don't specify a value for the DurationSeconds parameter, their security credentials are valid for one hour by default. This applies when you use the AssumeRole* API operations or the assume-role* CLI operations but does not apply when you use those operations to create a console URL. For more information, see Using IAM roles in the IAM User Guide.
|
|
1656
1656
|
*/
|
|
1657
1657
|
MaxSessionDuration?: roleMaxSessionDurationType;
|
|
1658
1658
|
/**
|
|
@@ -4927,7 +4927,7 @@ declare namespace IAM {
|
|
|
4927
4927
|
*/
|
|
4928
4928
|
Description?: roleDescriptionType;
|
|
4929
4929
|
/**
|
|
4930
|
-
* The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default
|
|
4930
|
+
* The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours. Anyone who assumes the role from the CLI or API can use the DurationSeconds API parameter or the duration-seconds CLI parameter to request a longer session. The MaxSessionDuration setting determines the maximum duration that can be requested using the DurationSeconds parameter. If users don't specify a value for the DurationSeconds parameter, their security credentials are valid for one hour by default. This applies when you use the AssumeRole* API operations or the assume-role* CLI operations but does not apply when you use those operations to create a console URL. For more information, see Using IAM roles in the IAM User Guide.
|
|
4931
4931
|
*/
|
|
4932
4932
|
MaxSessionDuration?: roleMaxSessionDurationType;
|
|
4933
4933
|
}
|
|
@@ -19,6 +19,14 @@ declare class IoTEventsData extends Service {
|
|
|
19
19
|
* Acknowledges one or more alarms. The alarms change to the ACKNOWLEDGED state after you acknowledge them.
|
|
20
20
|
*/
|
|
21
21
|
batchAcknowledgeAlarm(callback?: (err: AWSError, data: IoTEventsData.Types.BatchAcknowledgeAlarmResponse) => void): Request<IoTEventsData.Types.BatchAcknowledgeAlarmResponse, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
* Deletes one or more detectors that were created. When a detector is deleted, its state will be cleared and the detector will be removed from the list of detectors. The deleted detector will no longer appear if referenced in the ListDetectors API call.
|
|
24
|
+
*/
|
|
25
|
+
batchDeleteDetector(params: IoTEventsData.Types.BatchDeleteDetectorRequest, callback?: (err: AWSError, data: IoTEventsData.Types.BatchDeleteDetectorResponse) => void): Request<IoTEventsData.Types.BatchDeleteDetectorResponse, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
* Deletes one or more detectors that were created. When a detector is deleted, its state will be cleared and the detector will be removed from the list of detectors. The deleted detector will no longer appear if referenced in the ListDetectors API call.
|
|
28
|
+
*/
|
|
29
|
+
batchDeleteDetector(callback?: (err: AWSError, data: IoTEventsData.Types.BatchDeleteDetectorResponse) => void): Request<IoTEventsData.Types.BatchDeleteDetectorResponse, AWSError>;
|
|
22
30
|
/**
|
|
23
31
|
* Disables one or more alarms. The alarms change to the DISABLED state after you disable them.
|
|
24
32
|
*/
|
|
@@ -231,6 +239,33 @@ declare namespace IoTEventsData {
|
|
|
231
239
|
*/
|
|
232
240
|
errorMessage?: ErrorMessage;
|
|
233
241
|
}
|
|
242
|
+
export type BatchDeleteDetectorErrorEntries = BatchDeleteDetectorErrorEntry[];
|
|
243
|
+
export interface BatchDeleteDetectorErrorEntry {
|
|
244
|
+
/**
|
|
245
|
+
* The ID of the message that caused the error. (See the value of the "messageId" in the detectors object of the DeleteDetectorRequest.)
|
|
246
|
+
*/
|
|
247
|
+
messageId?: MessageId;
|
|
248
|
+
/**
|
|
249
|
+
* The error code.
|
|
250
|
+
*/
|
|
251
|
+
errorCode?: ErrorCode;
|
|
252
|
+
/**
|
|
253
|
+
* A message that describes the error.
|
|
254
|
+
*/
|
|
255
|
+
errorMessage?: ErrorMessage;
|
|
256
|
+
}
|
|
257
|
+
export interface BatchDeleteDetectorRequest {
|
|
258
|
+
/**
|
|
259
|
+
* The list of one or more detectors to be deleted.
|
|
260
|
+
*/
|
|
261
|
+
detectors: DeleteDetectorRequests;
|
|
262
|
+
}
|
|
263
|
+
export interface BatchDeleteDetectorResponse {
|
|
264
|
+
/**
|
|
265
|
+
* A list of errors associated with the request, or an empty array ([]) if there are no errors. Each error entry contains a messageId that helps you identify the entry that failed.
|
|
266
|
+
*/
|
|
267
|
+
batchDeleteDetectorErrorEntries?: BatchDeleteDetectorErrorEntries;
|
|
268
|
+
}
|
|
234
269
|
export interface BatchDisableAlarmRequest {
|
|
235
270
|
/**
|
|
236
271
|
* The list of disable action requests. You can specify up to 10 requests per operation.
|
|
@@ -361,6 +396,21 @@ declare namespace IoTEventsData {
|
|
|
361
396
|
resetActionConfiguration?: ResetActionConfiguration;
|
|
362
397
|
}
|
|
363
398
|
export type CustomerActionName = "SNOOZE"|"ENABLE"|"DISABLE"|"ACKNOWLEDGE"|"RESET"|string;
|
|
399
|
+
export interface DeleteDetectorRequest {
|
|
400
|
+
/**
|
|
401
|
+
* The ID to assign to the DeleteDetectorRequest. Each "messageId" must be unique within each batch sent.
|
|
402
|
+
*/
|
|
403
|
+
messageId: MessageId;
|
|
404
|
+
/**
|
|
405
|
+
* The name of the detector model that was used to create the detector instance.
|
|
406
|
+
*/
|
|
407
|
+
detectorModelName: DetectorModelName;
|
|
408
|
+
/**
|
|
409
|
+
* The value of the key used to identify the detector.
|
|
410
|
+
*/
|
|
411
|
+
keyValue?: KeyValue;
|
|
412
|
+
}
|
|
413
|
+
export type DeleteDetectorRequests = DeleteDetectorRequest[];
|
|
364
414
|
export interface DescribeAlarmRequest {
|
|
365
415
|
/**
|
|
366
416
|
* The name of the alarm model.
|
|
@@ -1007,6 +1007,10 @@ declare namespace IoTSiteWise {
|
|
|
1007
1007
|
* A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships.
|
|
1008
1008
|
*/
|
|
1009
1009
|
hierarchies: AssetHierarchies;
|
|
1010
|
+
/**
|
|
1011
|
+
* A description for the asset.
|
|
1012
|
+
*/
|
|
1013
|
+
description?: Description;
|
|
1010
1014
|
}
|
|
1011
1015
|
export interface AssociateAssetsRequest {
|
|
1012
1016
|
/**
|
|
@@ -1078,6 +1082,10 @@ declare namespace IoTSiteWise {
|
|
|
1078
1082
|
* A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships.
|
|
1079
1083
|
*/
|
|
1080
1084
|
hierarchies: AssetHierarchies;
|
|
1085
|
+
/**
|
|
1086
|
+
* A description for the asset.
|
|
1087
|
+
*/
|
|
1088
|
+
description?: Description;
|
|
1081
1089
|
}
|
|
1082
1090
|
export interface Attribute {
|
|
1083
1091
|
/**
|
|
@@ -1643,6 +1651,10 @@ declare namespace IoTSiteWise {
|
|
|
1643
1651
|
* A list of key-value pairs that contain metadata for the asset. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.
|
|
1644
1652
|
*/
|
|
1645
1653
|
tags?: TagMap;
|
|
1654
|
+
/**
|
|
1655
|
+
* A description for the asset.
|
|
1656
|
+
*/
|
|
1657
|
+
assetDescription?: Description;
|
|
1646
1658
|
}
|
|
1647
1659
|
export interface CreateAssetResponse {
|
|
1648
1660
|
/**
|
|
@@ -2120,6 +2132,10 @@ declare namespace IoTSiteWise {
|
|
|
2120
2132
|
* The current status of the asset, which contains a state and any error message.
|
|
2121
2133
|
*/
|
|
2122
2134
|
assetStatus: AssetStatus;
|
|
2135
|
+
/**
|
|
2136
|
+
* A description for the asset.
|
|
2137
|
+
*/
|
|
2138
|
+
assetDescription?: Description;
|
|
2123
2139
|
}
|
|
2124
2140
|
export interface DescribeDashboardRequest {
|
|
2125
2141
|
/**
|
|
@@ -2357,7 +2373,7 @@ declare namespace IoTSiteWise {
|
|
|
2357
2373
|
}
|
|
2358
2374
|
export interface DescribeStorageConfigurationResponse {
|
|
2359
2375
|
/**
|
|
2360
|
-
* The storage tier that you specified for your data. The storageType parameter can be one of the following values: SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database. MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the
|
|
2376
|
+
* The storage tier that you specified for your data. The storageType parameter can be one of the following values: SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database. MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the hot tier. The cold tier is a customer-managed Amazon S3 bucket.
|
|
2361
2377
|
*/
|
|
2362
2378
|
storageType: StorageType;
|
|
2363
2379
|
/**
|
|
@@ -3424,7 +3440,7 @@ declare namespace IoTSiteWise {
|
|
|
3424
3440
|
}
|
|
3425
3441
|
export interface PutStorageConfigurationRequest {
|
|
3426
3442
|
/**
|
|
3427
|
-
* The storage tier that you specified for your data. The storageType parameter can be one of the following values: SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database. MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the
|
|
3443
|
+
* The storage tier that you specified for your data. The storageType parameter can be one of the following values: SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database. MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the hot tier. The cold tier is a customer-managed Amazon S3 bucket.
|
|
3428
3444
|
*/
|
|
3429
3445
|
storageType: StorageType;
|
|
3430
3446
|
/**
|
|
@@ -3439,7 +3455,7 @@ declare namespace IoTSiteWise {
|
|
|
3439
3455
|
}
|
|
3440
3456
|
export interface PutStorageConfigurationResponse {
|
|
3441
3457
|
/**
|
|
3442
|
-
* The storage tier that you specified for your data. The storageType parameter can be one of the following values: SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database. MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the
|
|
3458
|
+
* The storage tier that you specified for your data. The storageType parameter can be one of the following values: SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database. MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the hot tier. The cold tier is a customer-managed Amazon S3 bucket.
|
|
3443
3459
|
*/
|
|
3444
3460
|
storageType: StorageType;
|
|
3445
3461
|
/**
|
|
@@ -3686,6 +3702,10 @@ declare namespace IoTSiteWise {
|
|
|
3686
3702
|
* A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
|
|
3687
3703
|
*/
|
|
3688
3704
|
clientToken?: ClientToken;
|
|
3705
|
+
/**
|
|
3706
|
+
* A description for the asset.
|
|
3707
|
+
*/
|
|
3708
|
+
assetDescription?: Description;
|
|
3689
3709
|
}
|
|
3690
3710
|
export interface UpdateAssetResponse {
|
|
3691
3711
|
/**
|
|
@@ -344,7 +344,7 @@ declare namespace Ivschat {
|
|
|
344
344
|
export type MessageID = string;
|
|
345
345
|
export interface MessageReviewHandler {
|
|
346
346
|
/**
|
|
347
|
-
* Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error or times out. If allowed, the message is delivered with returned content to all users connected to the room. If denied, the message is not delivered to any user. Default: ALLOW.
|
|
347
|
+
* Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error, or times out. (For the timeout period, see Service Quotas.) If allowed, the message is delivered with returned content to all users connected to the room. If denied, the message is not delivered to any user. Default: ALLOW.
|
|
348
348
|
*/
|
|
349
349
|
fallbackResult?: FallbackResult;
|
|
350
350
|
/**
|