@pgarbe/cdk-ecr-sync 0.5.27 → 0.5.30
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/.projenrc.ts +5 -0
- package/API.md +106 -50
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +1 -0
- package/lib/ecr-sync.d.ts.map +1 -0
- package/lib/ecr-sync.js +1 -1
- package/lib/image.d.ts +1 -0
- package/lib/image.d.ts.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/lambda/docker-adapter.d.ts +1 -0
- package/lib/lambda/docker-adapter.d.ts.map +1 -0
- package/lib/lambda/ecr-adapter.d.ts +1 -0
- package/lib/lambda/ecr-adapter.d.ts.map +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +153 -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/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +19 -2
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -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 +162 -9
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +82 -75
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
- 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 +988 -853
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
- 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/evidently-2021-02-01.min.json +1 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +316 -61
- 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/glue-2017-03-31.min.json +1858 -495
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +92 -15
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +74 -68
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +153 -84
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +199 -125
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +17 -12
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +1 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +84 -55
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +213 -120
- package/node_modules/aws-sdk/apis/metadata.json +11 -0
- package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
- 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 +56 -0
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +20 -7
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +124 -124
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +749 -692
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +3 -3
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +20 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +160 -139
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +8 -3
- 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 +6 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +196 -130
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
- package/node_modules/aws-sdk/clients/all.d.ts +3 -0
- package/node_modules/aws-sdk/clients/all.js +4 -1
- package/node_modules/aws-sdk/clients/amplify.d.ts +5 -5
- 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/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 +4 -4
- package/node_modules/aws-sdk/clients/backup.d.ts +25 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
- package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +17 -17
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
- 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/computeoptimizer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +200 -9
- package/node_modules/aws-sdk/clients/datasync.d.ts +48 -17
- package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
- package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +236 -56
- package/node_modules/aws-sdk/clients/eks.d.ts +13 -13
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
- 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/eventbridge.js +1 -0
- package/node_modules/aws-sdk/clients/evidently.d.ts +8 -4
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +391 -18
- package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
- package/node_modules/aws-sdk/clients/gamelift.d.ts +67 -67
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +2082 -217
- package/node_modules/aws-sdk/clients/grafana.d.ts +72 -1
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
- package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
- package/node_modules/aws-sdk/clients/iot.d.ts +12 -9
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
- package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
- package/node_modules/aws-sdk/clients/ivschat.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +99 -14
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
- package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/node_modules/aws-sdk/clients/kms.d.ts +22 -22
- package/node_modules/aws-sdk/clients/lambda.d.ts +4 -4
- package/node_modules/aws-sdk/clients/lightsail.d.ts +162 -47
- package/node_modules/aws-sdk/clients/location.d.ts +20 -16
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +58 -4
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +104 -8
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
- package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
- package/node_modules/aws-sdk/clients/organizations.d.ts +5 -5
- package/node_modules/aws-sdk/clients/outposts.d.ts +79 -22
- package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +37 -1
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
- package/node_modules/aws-sdk/clients/redshift.d.ts +16 -12
- package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
- package/node_modules/aws-sdk/clients/s3.d.ts +8 -8
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +273 -194
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +9 -9
- package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -6
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ssm.d.ts +29 -1
- package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +19 -6
- package/node_modules/aws-sdk/clients/sts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/synthetics.d.ts +7 -3
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
- package/node_modules/aws-sdk/clients/transfer.d.ts +7 -2
- package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
- package/node_modules/aws-sdk/clients/wafv2.d.ts +104 -27
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2644 -1816
- package/node_modules/aws-sdk/dist/aws-sdk.js +3131 -1600
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -89
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
- 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 +17 -14
- package/releasetag.txt +1 -1
- package/version.txt +1 -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
|
@@ -107,6 +107,14 @@ declare class IoTWireless extends Service {
|
|
|
107
107
|
* Creates a multicast group.
|
|
108
108
|
*/
|
|
109
109
|
createMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.CreateMulticastGroupResponse) => void): Request<IoTWireless.Types.CreateMulticastGroupResponse, AWSError>;
|
|
110
|
+
/**
|
|
111
|
+
* Creates a new network analyzer configuration.
|
|
112
|
+
*/
|
|
113
|
+
createNetworkAnalyzerConfiguration(params: IoTWireless.Types.CreateNetworkAnalyzerConfigurationRequest, callback?: (err: AWSError, data: IoTWireless.Types.CreateNetworkAnalyzerConfigurationResponse) => void): Request<IoTWireless.Types.CreateNetworkAnalyzerConfigurationResponse, AWSError>;
|
|
114
|
+
/**
|
|
115
|
+
* Creates a new network analyzer configuration.
|
|
116
|
+
*/
|
|
117
|
+
createNetworkAnalyzerConfiguration(callback?: (err: AWSError, data: IoTWireless.Types.CreateNetworkAnalyzerConfigurationResponse) => void): Request<IoTWireless.Types.CreateNetworkAnalyzerConfigurationResponse, AWSError>;
|
|
110
118
|
/**
|
|
111
119
|
* Creates a new service profile.
|
|
112
120
|
*/
|
|
@@ -180,11 +188,19 @@ declare class IoTWireless extends Service {
|
|
|
180
188
|
*/
|
|
181
189
|
deleteMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.DeleteMulticastGroupResponse) => void): Request<IoTWireless.Types.DeleteMulticastGroupResponse, AWSError>;
|
|
182
190
|
/**
|
|
183
|
-
*
|
|
191
|
+
* Deletes a network analyzer configuration.
|
|
192
|
+
*/
|
|
193
|
+
deleteNetworkAnalyzerConfiguration(params: IoTWireless.Types.DeleteNetworkAnalyzerConfigurationRequest, callback?: (err: AWSError, data: IoTWireless.Types.DeleteNetworkAnalyzerConfigurationResponse) => void): Request<IoTWireless.Types.DeleteNetworkAnalyzerConfigurationResponse, AWSError>;
|
|
194
|
+
/**
|
|
195
|
+
* Deletes a network analyzer configuration.
|
|
196
|
+
*/
|
|
197
|
+
deleteNetworkAnalyzerConfiguration(callback?: (err: AWSError, data: IoTWireless.Types.DeleteNetworkAnalyzerConfigurationResponse) => void): Request<IoTWireless.Types.DeleteNetworkAnalyzerConfigurationResponse, AWSError>;
|
|
198
|
+
/**
|
|
199
|
+
* Remove queued messages from the downlink queue.
|
|
184
200
|
*/
|
|
185
201
|
deleteQueuedMessages(params: IoTWireless.Types.DeleteQueuedMessagesRequest, callback?: (err: AWSError, data: IoTWireless.Types.DeleteQueuedMessagesResponse) => void): Request<IoTWireless.Types.DeleteQueuedMessagesResponse, AWSError>;
|
|
186
202
|
/**
|
|
187
|
-
*
|
|
203
|
+
* Remove queued messages from the downlink queue.
|
|
188
204
|
*/
|
|
189
205
|
deleteQueuedMessages(callback?: (err: AWSError, data: IoTWireless.Types.DeleteQueuedMessagesResponse) => void): Request<IoTWireless.Types.DeleteQueuedMessagesResponse, AWSError>;
|
|
190
206
|
/**
|
|
@@ -299,6 +315,14 @@ declare class IoTWireless extends Service {
|
|
|
299
315
|
* Gets information about a device profile.
|
|
300
316
|
*/
|
|
301
317
|
getDeviceProfile(callback?: (err: AWSError, data: IoTWireless.Types.GetDeviceProfileResponse) => void): Request<IoTWireless.Types.GetDeviceProfileResponse, AWSError>;
|
|
318
|
+
/**
|
|
319
|
+
* Get the event configuration by resource types.
|
|
320
|
+
*/
|
|
321
|
+
getEventConfigurationByResourceTypes(params: IoTWireless.Types.GetEventConfigurationByResourceTypesRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetEventConfigurationByResourceTypesResponse) => void): Request<IoTWireless.Types.GetEventConfigurationByResourceTypesResponse, AWSError>;
|
|
322
|
+
/**
|
|
323
|
+
* Get the event configuration by resource types.
|
|
324
|
+
*/
|
|
325
|
+
getEventConfigurationByResourceTypes(callback?: (err: AWSError, data: IoTWireless.Types.GetEventConfigurationByResourceTypesResponse) => void): Request<IoTWireless.Types.GetEventConfigurationByResourceTypesResponse, AWSError>;
|
|
302
326
|
/**
|
|
303
327
|
* Gets information about a FUOTA task.
|
|
304
328
|
*/
|
|
@@ -332,11 +356,11 @@ declare class IoTWireless extends Service {
|
|
|
332
356
|
*/
|
|
333
357
|
getMulticastGroupSession(callback?: (err: AWSError, data: IoTWireless.Types.GetMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.GetMulticastGroupSessionResponse, AWSError>;
|
|
334
358
|
/**
|
|
335
|
-
* Get
|
|
359
|
+
* Get network analyzer configuration.
|
|
336
360
|
*/
|
|
337
361
|
getNetworkAnalyzerConfiguration(params: IoTWireless.Types.GetNetworkAnalyzerConfigurationRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetNetworkAnalyzerConfigurationResponse) => void): Request<IoTWireless.Types.GetNetworkAnalyzerConfigurationResponse, AWSError>;
|
|
338
362
|
/**
|
|
339
|
-
* Get
|
|
363
|
+
* Get network analyzer configuration.
|
|
340
364
|
*/
|
|
341
365
|
getNetworkAnalyzerConfiguration(callback?: (err: AWSError, data: IoTWireless.Types.GetNetworkAnalyzerConfigurationResponse) => void): Request<IoTWireless.Types.GetNetworkAnalyzerConfigurationResponse, AWSError>;
|
|
342
366
|
/**
|
|
@@ -459,6 +483,14 @@ declare class IoTWireless extends Service {
|
|
|
459
483
|
* Lists the device profiles registered to your AWS account.
|
|
460
484
|
*/
|
|
461
485
|
listDeviceProfiles(callback?: (err: AWSError, data: IoTWireless.Types.ListDeviceProfilesResponse) => void): Request<IoTWireless.Types.ListDeviceProfilesResponse, AWSError>;
|
|
486
|
+
/**
|
|
487
|
+
* List event configurations where at least one event topic has been enabled.
|
|
488
|
+
*/
|
|
489
|
+
listEventConfigurations(params: IoTWireless.Types.ListEventConfigurationsRequest, callback?: (err: AWSError, data: IoTWireless.Types.ListEventConfigurationsResponse) => void): Request<IoTWireless.Types.ListEventConfigurationsResponse, AWSError>;
|
|
490
|
+
/**
|
|
491
|
+
* List event configurations where at least one event topic has been enabled.
|
|
492
|
+
*/
|
|
493
|
+
listEventConfigurations(callback?: (err: AWSError, data: IoTWireless.Types.ListEventConfigurationsResponse) => void): Request<IoTWireless.Types.ListEventConfigurationsResponse, AWSError>;
|
|
462
494
|
/**
|
|
463
495
|
* Lists the FUOTA tasks registered to your AWS account.
|
|
464
496
|
*/
|
|
@@ -483,6 +515,14 @@ declare class IoTWireless extends Service {
|
|
|
483
515
|
* List all multicast groups associated with a fuota task.
|
|
484
516
|
*/
|
|
485
517
|
listMulticastGroupsByFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.ListMulticastGroupsByFuotaTaskResponse) => void): Request<IoTWireless.Types.ListMulticastGroupsByFuotaTaskResponse, AWSError>;
|
|
518
|
+
/**
|
|
519
|
+
* Lists the network analyzer configurations.
|
|
520
|
+
*/
|
|
521
|
+
listNetworkAnalyzerConfigurations(params: IoTWireless.Types.ListNetworkAnalyzerConfigurationsRequest, callback?: (err: AWSError, data: IoTWireless.Types.ListNetworkAnalyzerConfigurationsResponse) => void): Request<IoTWireless.Types.ListNetworkAnalyzerConfigurationsResponse, AWSError>;
|
|
522
|
+
/**
|
|
523
|
+
* Lists the network analyzer configurations.
|
|
524
|
+
*/
|
|
525
|
+
listNetworkAnalyzerConfigurations(callback?: (err: AWSError, data: IoTWireless.Types.ListNetworkAnalyzerConfigurationsResponse) => void): Request<IoTWireless.Types.ListNetworkAnalyzerConfigurationsResponse, AWSError>;
|
|
486
526
|
/**
|
|
487
527
|
* Lists the partner accounts associated with your AWS account.
|
|
488
528
|
*/
|
|
@@ -492,11 +532,11 @@ declare class IoTWireless extends Service {
|
|
|
492
532
|
*/
|
|
493
533
|
listPartnerAccounts(callback?: (err: AWSError, data: IoTWireless.Types.ListPartnerAccountsResponse) => void): Request<IoTWireless.Types.ListPartnerAccountsResponse, AWSError>;
|
|
494
534
|
/**
|
|
495
|
-
*
|
|
535
|
+
* List queued messages in the downlink queue.
|
|
496
536
|
*/
|
|
497
537
|
listQueuedMessages(params: IoTWireless.Types.ListQueuedMessagesRequest, callback?: (err: AWSError, data: IoTWireless.Types.ListQueuedMessagesResponse) => void): Request<IoTWireless.Types.ListQueuedMessagesResponse, AWSError>;
|
|
498
538
|
/**
|
|
499
|
-
*
|
|
539
|
+
* List queued messages in the downlink queue.
|
|
500
540
|
*/
|
|
501
541
|
listQueuedMessages(callback?: (err: AWSError, data: IoTWireless.Types.ListQueuedMessagesResponse) => void): Request<IoTWireless.Types.ListQueuedMessagesResponse, AWSError>;
|
|
502
542
|
/**
|
|
@@ -643,6 +683,14 @@ declare class IoTWireless extends Service {
|
|
|
643
683
|
* Updates properties of a destination.
|
|
644
684
|
*/
|
|
645
685
|
updateDestination(callback?: (err: AWSError, data: IoTWireless.Types.UpdateDestinationResponse) => void): Request<IoTWireless.Types.UpdateDestinationResponse, AWSError>;
|
|
686
|
+
/**
|
|
687
|
+
* Update the event configuration by resource types.
|
|
688
|
+
*/
|
|
689
|
+
updateEventConfigurationByResourceTypes(params: IoTWireless.Types.UpdateEventConfigurationByResourceTypesRequest, callback?: (err: AWSError, data: IoTWireless.Types.UpdateEventConfigurationByResourceTypesResponse) => void): Request<IoTWireless.Types.UpdateEventConfigurationByResourceTypesResponse, AWSError>;
|
|
690
|
+
/**
|
|
691
|
+
* Update the event configuration by resource types.
|
|
692
|
+
*/
|
|
693
|
+
updateEventConfigurationByResourceTypes(callback?: (err: AWSError, data: IoTWireless.Types.UpdateEventConfigurationByResourceTypesResponse) => void): Request<IoTWireless.Types.UpdateEventConfigurationByResourceTypesResponse, AWSError>;
|
|
646
694
|
/**
|
|
647
695
|
* Updates properties of a FUOTA task.
|
|
648
696
|
*/
|
|
@@ -668,11 +716,11 @@ declare class IoTWireless extends Service {
|
|
|
668
716
|
*/
|
|
669
717
|
updateMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.UpdateMulticastGroupResponse) => void): Request<IoTWireless.Types.UpdateMulticastGroupResponse, AWSError>;
|
|
670
718
|
/**
|
|
671
|
-
* Update
|
|
719
|
+
* Update network analyzer configuration.
|
|
672
720
|
*/
|
|
673
721
|
updateNetworkAnalyzerConfiguration(params: IoTWireless.Types.UpdateNetworkAnalyzerConfigurationRequest, callback?: (err: AWSError, data: IoTWireless.Types.UpdateNetworkAnalyzerConfigurationResponse) => void): Request<IoTWireless.Types.UpdateNetworkAnalyzerConfigurationResponse, AWSError>;
|
|
674
722
|
/**
|
|
675
|
-
* Update
|
|
723
|
+
* Update network analyzer configuration.
|
|
676
724
|
*/
|
|
677
725
|
updateNetworkAnalyzerConfiguration(callback?: (err: AWSError, data: IoTWireless.Types.UpdateNetworkAnalyzerConfigurationResponse) => void): Request<IoTWireless.Types.UpdateNetworkAnalyzerConfigurationResponse, AWSError>;
|
|
678
726
|
/**
|
|
@@ -718,6 +766,10 @@ declare namespace IoTWireless {
|
|
|
718
766
|
* Session keys for ABP v1.0.x
|
|
719
767
|
*/
|
|
720
768
|
SessionKeys?: SessionKeysAbpV1_0_x;
|
|
769
|
+
/**
|
|
770
|
+
* The FCnt init value.
|
|
771
|
+
*/
|
|
772
|
+
FCntStart?: FCntStart;
|
|
721
773
|
}
|
|
722
774
|
export interface AbpV1_1 {
|
|
723
775
|
/**
|
|
@@ -728,6 +780,10 @@ declare namespace IoTWireless {
|
|
|
728
780
|
* Session keys for ABP v1.1
|
|
729
781
|
*/
|
|
730
782
|
SessionKeys?: SessionKeysAbpV1_1;
|
|
783
|
+
/**
|
|
784
|
+
* The FCnt init value.
|
|
785
|
+
*/
|
|
786
|
+
FCntStart?: FCntStart;
|
|
731
787
|
}
|
|
732
788
|
export type AccountLinked = boolean;
|
|
733
789
|
export type AddGwMetadata = boolean;
|
|
@@ -843,6 +899,22 @@ declare namespace IoTWireless {
|
|
|
843
899
|
export type ClassCTimeout = number;
|
|
844
900
|
export type ClientRequestToken = string;
|
|
845
901
|
export type ConnectionStatus = "Connected"|"Disconnected"|string;
|
|
902
|
+
export interface ConnectionStatusEventConfiguration {
|
|
903
|
+
/**
|
|
904
|
+
* Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
|
|
905
|
+
*/
|
|
906
|
+
LoRaWAN?: LoRaWANConnectionStatusEventNotificationConfigurations;
|
|
907
|
+
/**
|
|
908
|
+
* Enum to denote whether the wireless gateway id connection status event topic is enabled or disabled .
|
|
909
|
+
*/
|
|
910
|
+
WirelessGatewayIdEventTopic?: EventNotificationTopicStatus;
|
|
911
|
+
}
|
|
912
|
+
export interface ConnectionStatusResourceTypeEventConfiguration {
|
|
913
|
+
/**
|
|
914
|
+
* Connection status resource type event configuration object for enabling or disabling LoRaWAN related event topics.
|
|
915
|
+
*/
|
|
916
|
+
LoRaWAN?: LoRaWANConnectionStatusResourceTypeEventConfiguration;
|
|
917
|
+
}
|
|
846
918
|
export type Crc = number;
|
|
847
919
|
export interface CreateDestinationRequest {
|
|
848
920
|
/**
|
|
@@ -942,6 +1014,28 @@ declare namespace IoTWireless {
|
|
|
942
1014
|
Arn?: MulticastGroupArn;
|
|
943
1015
|
Id?: MulticastGroupId;
|
|
944
1016
|
}
|
|
1017
|
+
export interface CreateNetworkAnalyzerConfigurationRequest {
|
|
1018
|
+
Name: NetworkAnalyzerConfigurationName;
|
|
1019
|
+
TraceContent?: TraceContent;
|
|
1020
|
+
/**
|
|
1021
|
+
* Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId of the resource to add in the input array.
|
|
1022
|
+
*/
|
|
1023
|
+
WirelessDevices?: WirelessDeviceList;
|
|
1024
|
+
/**
|
|
1025
|
+
* Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId of the resource to add in the input array.
|
|
1026
|
+
*/
|
|
1027
|
+
WirelessGateways?: WirelessGatewayList;
|
|
1028
|
+
Description?: Description;
|
|
1029
|
+
Tags?: TagList;
|
|
1030
|
+
ClientRequestToken?: ClientRequestToken;
|
|
1031
|
+
}
|
|
1032
|
+
export interface CreateNetworkAnalyzerConfigurationResponse {
|
|
1033
|
+
/**
|
|
1034
|
+
* The Amazon Resource Name of the new resource.
|
|
1035
|
+
*/
|
|
1036
|
+
Arn?: NetworkAnalyzerConfigurationArn;
|
|
1037
|
+
Name?: NetworkAnalyzerConfigurationName;
|
|
1038
|
+
}
|
|
945
1039
|
export interface CreateServiceProfileRequest {
|
|
946
1040
|
/**
|
|
947
1041
|
* The name of the new resource.
|
|
@@ -1121,17 +1215,22 @@ declare namespace IoTWireless {
|
|
|
1121
1215
|
}
|
|
1122
1216
|
export interface DeleteMulticastGroupResponse {
|
|
1123
1217
|
}
|
|
1218
|
+
export interface DeleteNetworkAnalyzerConfigurationRequest {
|
|
1219
|
+
ConfigurationName: NetworkAnalyzerConfigurationName;
|
|
1220
|
+
}
|
|
1221
|
+
export interface DeleteNetworkAnalyzerConfigurationResponse {
|
|
1222
|
+
}
|
|
1124
1223
|
export interface DeleteQueuedMessagesRequest {
|
|
1125
1224
|
/**
|
|
1126
|
-
*
|
|
1225
|
+
* The ID of a given wireless device for which downlink messages will be deleted.
|
|
1127
1226
|
*/
|
|
1128
1227
|
Id: WirelessDeviceId;
|
|
1129
1228
|
/**
|
|
1130
|
-
*
|
|
1229
|
+
* If message ID is "*", it cleares the entire downlink queue for a given device, specified by the wireless device ID. Otherwise, the downlink message with the specified message ID will be deleted.
|
|
1131
1230
|
*/
|
|
1132
1231
|
MessageId: MessageId;
|
|
1133
1232
|
/**
|
|
1134
|
-
* The wireless device type,
|
|
1233
|
+
* The wireless device type, which can be either Sidewalk or LoRaWAN.
|
|
1135
1234
|
*/
|
|
1136
1235
|
WirelessDeviceType?: WirelessDeviceType;
|
|
1137
1236
|
}
|
|
@@ -1234,6 +1333,16 @@ declare namespace IoTWireless {
|
|
|
1234
1333
|
* Device registration state event configuration object for enabling or disabling Sidewalk related event topics.
|
|
1235
1334
|
*/
|
|
1236
1335
|
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
1336
|
+
/**
|
|
1337
|
+
* Enum to denote whether the wireless device id device registration state event topic is enabled or disabled.
|
|
1338
|
+
*/
|
|
1339
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
|
1340
|
+
}
|
|
1341
|
+
export interface DeviceRegistrationStateResourceTypeEventConfiguration {
|
|
1342
|
+
/**
|
|
1343
|
+
* Device registration resource type state event configuration object for enabling or disabling Sidewalk related event topics.
|
|
1344
|
+
*/
|
|
1345
|
+
Sidewalk?: SidewalkResourceTypeEventConfiguration;
|
|
1237
1346
|
}
|
|
1238
1347
|
export type DeviceState = "Provisioned"|"RegisteredNotSeen"|"RegisteredReachable"|"RegisteredUnreachable"|string;
|
|
1239
1348
|
export interface DisassociateAwsAccountFromPartnerAccountRequest {
|
|
@@ -1299,15 +1408,15 @@ declare namespace IoTWireless {
|
|
|
1299
1408
|
export type Double = number;
|
|
1300
1409
|
export interface DownlinkQueueMessage {
|
|
1301
1410
|
/**
|
|
1302
|
-
* The
|
|
1411
|
+
* The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
|
|
1303
1412
|
*/
|
|
1304
1413
|
MessageId?: MessageId;
|
|
1305
1414
|
/**
|
|
1306
|
-
* The transmit mode to use
|
|
1415
|
+
* The transmit mode to use for sending data to the wireless device. This can be 0 for UM (unacknowledge mode) or 1 for AM (acknowledge mode).
|
|
1307
1416
|
*/
|
|
1308
1417
|
TransmitMode?: TransmitMode;
|
|
1309
1418
|
/**
|
|
1310
|
-
* The
|
|
1419
|
+
* The time at which Iot Wireless received the downlink message.
|
|
1311
1420
|
*/
|
|
1312
1421
|
ReceivedAt?: ISODateTimeString;
|
|
1313
1422
|
LoRaWAN?: LoRaWANSendDataToDevice;
|
|
@@ -1317,10 +1426,46 @@ declare namespace IoTWireless {
|
|
|
1317
1426
|
export type DrMin = number;
|
|
1318
1427
|
export type EndPoint = string;
|
|
1319
1428
|
export type Event = "discovered"|"lost"|"ack"|"nack"|"passthrough"|string;
|
|
1429
|
+
export interface EventConfigurationItem {
|
|
1430
|
+
/**
|
|
1431
|
+
* Resource identifier opted in for event messaging.
|
|
1432
|
+
*/
|
|
1433
|
+
Identifier?: Identifier;
|
|
1434
|
+
/**
|
|
1435
|
+
* Identifier type of the particular resource identifier for event configuration.
|
|
1436
|
+
*/
|
|
1437
|
+
IdentifierType?: IdentifierType;
|
|
1438
|
+
/**
|
|
1439
|
+
* Partner type of the resource if the identifier type is PartnerAccountId.
|
|
1440
|
+
*/
|
|
1441
|
+
PartnerType?: EventNotificationPartnerType;
|
|
1442
|
+
Events?: EventNotificationItemConfigurations;
|
|
1443
|
+
}
|
|
1444
|
+
export type EventConfigurationsList = EventConfigurationItem[];
|
|
1445
|
+
export interface EventNotificationItemConfigurations {
|
|
1446
|
+
/**
|
|
1447
|
+
* Device registration state event configuration for an event configuration item.
|
|
1448
|
+
*/
|
|
1449
|
+
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
|
|
1450
|
+
/**
|
|
1451
|
+
* Proximity event configuration for an event configuration item.
|
|
1452
|
+
*/
|
|
1453
|
+
Proximity?: ProximityEventConfiguration;
|
|
1454
|
+
/**
|
|
1455
|
+
* Join event configuration for an event configuration item.
|
|
1456
|
+
*/
|
|
1457
|
+
Join?: JoinEventConfiguration;
|
|
1458
|
+
/**
|
|
1459
|
+
* Connection status event configuration for an event configuration item.
|
|
1460
|
+
*/
|
|
1461
|
+
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
|
1462
|
+
}
|
|
1320
1463
|
export type EventNotificationPartnerType = "Sidewalk"|string;
|
|
1464
|
+
export type EventNotificationResourceType = "SidewalkAccount"|"WirelessDevice"|"WirelessGateway"|string;
|
|
1321
1465
|
export type EventNotificationTopicStatus = "Enabled"|"Disabled"|string;
|
|
1322
1466
|
export type Expression = string;
|
|
1323
1467
|
export type ExpressionType = "RuleName"|"MqttTopic"|string;
|
|
1468
|
+
export type FCntStart = number;
|
|
1324
1469
|
export type FNwkSIntKey = string;
|
|
1325
1470
|
export type FPort = number;
|
|
1326
1471
|
export interface FPorts {
|
|
@@ -1401,6 +1546,26 @@ declare namespace IoTWireless {
|
|
|
1401
1546
|
*/
|
|
1402
1547
|
LoRaWAN?: LoRaWANDeviceProfile;
|
|
1403
1548
|
}
|
|
1549
|
+
export interface GetEventConfigurationByResourceTypesRequest {
|
|
1550
|
+
}
|
|
1551
|
+
export interface GetEventConfigurationByResourceTypesResponse {
|
|
1552
|
+
/**
|
|
1553
|
+
* Resource type event configuration for the device registration state event
|
|
1554
|
+
*/
|
|
1555
|
+
DeviceRegistrationState?: DeviceRegistrationStateResourceTypeEventConfiguration;
|
|
1556
|
+
/**
|
|
1557
|
+
* Resource type event configuration for the proximity event
|
|
1558
|
+
*/
|
|
1559
|
+
Proximity?: ProximityResourceTypeEventConfiguration;
|
|
1560
|
+
/**
|
|
1561
|
+
* Resource type event configuration for the join event
|
|
1562
|
+
*/
|
|
1563
|
+
Join?: JoinResourceTypeEventConfiguration;
|
|
1564
|
+
/**
|
|
1565
|
+
* Resource type event configuration for the connection status event
|
|
1566
|
+
*/
|
|
1567
|
+
ConnectionStatus?: ConnectionStatusResourceTypeEventConfiguration;
|
|
1568
|
+
}
|
|
1404
1569
|
export interface GetFuotaTaskRequest {
|
|
1405
1570
|
Id: FuotaTaskId;
|
|
1406
1571
|
}
|
|
@@ -1446,13 +1611,19 @@ declare namespace IoTWireless {
|
|
|
1446
1611
|
export interface GetNetworkAnalyzerConfigurationResponse {
|
|
1447
1612
|
TraceContent?: TraceContent;
|
|
1448
1613
|
/**
|
|
1449
|
-
* List of
|
|
1614
|
+
* List of wireless gateway resources that have been added to the network analyzer configuration.
|
|
1450
1615
|
*/
|
|
1451
1616
|
WirelessDevices?: WirelessDeviceList;
|
|
1452
1617
|
/**
|
|
1453
|
-
* List of
|
|
1618
|
+
* List of wireless gateway resources that have been added to the network analyzer configuration.
|
|
1454
1619
|
*/
|
|
1455
1620
|
WirelessGateways?: WirelessGatewayList;
|
|
1621
|
+
Description?: Description;
|
|
1622
|
+
/**
|
|
1623
|
+
* The Amazon Resource Name of the new resource.
|
|
1624
|
+
*/
|
|
1625
|
+
Arn?: NetworkAnalyzerConfigurationArn;
|
|
1626
|
+
Name?: NetworkAnalyzerConfigurationName;
|
|
1456
1627
|
}
|
|
1457
1628
|
export interface GetPartnerAccountRequest {
|
|
1458
1629
|
/**
|
|
@@ -1497,6 +1668,14 @@ declare namespace IoTWireless {
|
|
|
1497
1668
|
* Event configuration for the Proximity event
|
|
1498
1669
|
*/
|
|
1499
1670
|
Proximity?: ProximityEventConfiguration;
|
|
1671
|
+
/**
|
|
1672
|
+
* Event configuration for the join event.
|
|
1673
|
+
*/
|
|
1674
|
+
Join?: JoinEventConfiguration;
|
|
1675
|
+
/**
|
|
1676
|
+
* Event configuration for the connection status event.
|
|
1677
|
+
*/
|
|
1678
|
+
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
|
1500
1679
|
}
|
|
1501
1680
|
export interface GetResourceLogLevelRequest {
|
|
1502
1681
|
ResourceIdentifier: ResourceIdentifier;
|
|
@@ -1510,7 +1689,7 @@ declare namespace IoTWireless {
|
|
|
1510
1689
|
}
|
|
1511
1690
|
export interface GetServiceEndpointRequest {
|
|
1512
1691
|
/**
|
|
1513
|
-
* The service type for which to get endpoint information about. Can be CUPS for the Configuration and Update Server endpoint, or LNS for the LoRaWAN Network Server endpoint.
|
|
1692
|
+
* The service type for which to get endpoint information about. Can be CUPS for the Configuration and Update Server endpoint, or LNS for the LoRaWAN Network Server endpoint or CLAIM for the global endpoint.
|
|
1514
1693
|
*/
|
|
1515
1694
|
ServiceType?: WirelessGatewayServiceType;
|
|
1516
1695
|
}
|
|
@@ -1771,12 +1950,28 @@ declare namespace IoTWireless {
|
|
|
1771
1950
|
export type HrAllowed = boolean;
|
|
1772
1951
|
export type ISODateTimeString = string;
|
|
1773
1952
|
export type Identifier = string;
|
|
1774
|
-
export type IdentifierType = "PartnerAccountId"|string;
|
|
1953
|
+
export type IdentifierType = "PartnerAccountId"|"DevEui"|"GatewayEui"|"WirelessDeviceId"|"WirelessGatewayId"|string;
|
|
1775
1954
|
export type Integer = number;
|
|
1776
1955
|
export type IotCertificateId = string;
|
|
1777
1956
|
export type JoinEui = string;
|
|
1778
1957
|
export type JoinEuiFilters = JoinEuiRange[];
|
|
1779
1958
|
export type JoinEuiRange = JoinEui[];
|
|
1959
|
+
export interface JoinEventConfiguration {
|
|
1960
|
+
/**
|
|
1961
|
+
* Join event configuration object for enabling or disabling LoRaWAN related event topics.
|
|
1962
|
+
*/
|
|
1963
|
+
LoRaWAN?: LoRaWANJoinEventNotificationConfigurations;
|
|
1964
|
+
/**
|
|
1965
|
+
* Enum to denote whether the wireless device id join event topic is enabled or disabled.
|
|
1966
|
+
*/
|
|
1967
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
|
1968
|
+
}
|
|
1969
|
+
export interface JoinResourceTypeEventConfiguration {
|
|
1970
|
+
/**
|
|
1971
|
+
* Join resource type event configuration object for enabling or disabling LoRaWAN related event topics.
|
|
1972
|
+
*/
|
|
1973
|
+
LoRaWAN?: LoRaWANJoinResourceTypeEventConfiguration;
|
|
1974
|
+
}
|
|
1780
1975
|
export interface ListDestinationsRequest {
|
|
1781
1976
|
/**
|
|
1782
1977
|
* The maximum number of results to return in this operation.
|
|
@@ -1817,6 +2012,27 @@ declare namespace IoTWireless {
|
|
|
1817
2012
|
*/
|
|
1818
2013
|
DeviceProfileList?: DeviceProfileList;
|
|
1819
2014
|
}
|
|
2015
|
+
export interface ListEventConfigurationsRequest {
|
|
2016
|
+
/**
|
|
2017
|
+
* Resource type to filter event configurations.
|
|
2018
|
+
*/
|
|
2019
|
+
ResourceType: EventNotificationResourceType;
|
|
2020
|
+
MaxResults?: MaxResults;
|
|
2021
|
+
/**
|
|
2022
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
2023
|
+
*/
|
|
2024
|
+
NextToken?: NextToken;
|
|
2025
|
+
}
|
|
2026
|
+
export interface ListEventConfigurationsResponse {
|
|
2027
|
+
/**
|
|
2028
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
2029
|
+
*/
|
|
2030
|
+
NextToken?: NextToken;
|
|
2031
|
+
/**
|
|
2032
|
+
* Event configurations of all events for a single resource.
|
|
2033
|
+
*/
|
|
2034
|
+
EventConfigurationsList?: EventConfigurationsList;
|
|
2035
|
+
}
|
|
1820
2036
|
export interface ListFuotaTasksRequest {
|
|
1821
2037
|
/**
|
|
1822
2038
|
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
@@ -1860,6 +2076,23 @@ declare namespace IoTWireless {
|
|
|
1860
2076
|
NextToken?: NextToken;
|
|
1861
2077
|
MulticastGroupList?: MulticastGroupList;
|
|
1862
2078
|
}
|
|
2079
|
+
export interface ListNetworkAnalyzerConfigurationsRequest {
|
|
2080
|
+
MaxResults?: MaxResults;
|
|
2081
|
+
/**
|
|
2082
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
2083
|
+
*/
|
|
2084
|
+
NextToken?: NextToken;
|
|
2085
|
+
}
|
|
2086
|
+
export interface ListNetworkAnalyzerConfigurationsResponse {
|
|
2087
|
+
/**
|
|
2088
|
+
* The token to use to get the next set of results, or null if there are no additional results.
|
|
2089
|
+
*/
|
|
2090
|
+
NextToken?: NextToken;
|
|
2091
|
+
/**
|
|
2092
|
+
* The list of network analyzer configurations.
|
|
2093
|
+
*/
|
|
2094
|
+
NetworkAnalyzerConfigurationList?: NetworkAnalyzerConfigurationList;
|
|
2095
|
+
}
|
|
1863
2096
|
export interface ListPartnerAccountsRequest {
|
|
1864
2097
|
/**
|
|
1865
2098
|
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
@@ -1882,7 +2115,7 @@ declare namespace IoTWireless {
|
|
|
1882
2115
|
}
|
|
1883
2116
|
export interface ListQueuedMessagesRequest {
|
|
1884
2117
|
/**
|
|
1885
|
-
*
|
|
2118
|
+
* The ID of a given wireless device which the downlink message packets are being sent.
|
|
1886
2119
|
*/
|
|
1887
2120
|
Id: WirelessDeviceId;
|
|
1888
2121
|
/**
|
|
@@ -1894,7 +2127,7 @@ declare namespace IoTWireless {
|
|
|
1894
2127
|
*/
|
|
1895
2128
|
MaxResults?: MaxResults;
|
|
1896
2129
|
/**
|
|
1897
|
-
* The wireless device type,
|
|
2130
|
+
* The wireless device type, whic can be either Sidewalk or LoRaWAN.
|
|
1898
2131
|
*/
|
|
1899
2132
|
WirelessDeviceType?: WirelessDeviceType;
|
|
1900
2133
|
}
|
|
@@ -1904,7 +2137,7 @@ declare namespace IoTWireless {
|
|
|
1904
2137
|
*/
|
|
1905
2138
|
NextToken?: NextToken;
|
|
1906
2139
|
/**
|
|
1907
|
-
* The messages in downlink queue.
|
|
2140
|
+
* The messages in the downlink queue.
|
|
1908
2141
|
*/
|
|
1909
2142
|
DownlinkQueueMessagesList?: DownlinkQueueMessagesList;
|
|
1910
2143
|
}
|
|
@@ -2022,6 +2255,18 @@ declare namespace IoTWireless {
|
|
|
2022
2255
|
*/
|
|
2023
2256
|
WirelessGatewayList?: WirelessGatewayStatisticsList;
|
|
2024
2257
|
}
|
|
2258
|
+
export interface LoRaWANConnectionStatusEventNotificationConfigurations {
|
|
2259
|
+
/**
|
|
2260
|
+
* Enum to denote whether the gateway eui connection status event topic is enabled or disabled.
|
|
2261
|
+
*/
|
|
2262
|
+
GatewayEuiEventTopic?: EventNotificationTopicStatus;
|
|
2263
|
+
}
|
|
2264
|
+
export interface LoRaWANConnectionStatusResourceTypeEventConfiguration {
|
|
2265
|
+
/**
|
|
2266
|
+
* Enum to denote whether the wireless gateway connection status event topic is enabled or disabled.
|
|
2267
|
+
*/
|
|
2268
|
+
WirelessGatewayEventTopic?: EventNotificationTopicStatus;
|
|
2269
|
+
}
|
|
2025
2270
|
export interface LoRaWANDevice {
|
|
2026
2271
|
/**
|
|
2027
2272
|
* The DevEUI value.
|
|
@@ -2290,6 +2535,18 @@ declare namespace IoTWireless {
|
|
|
2290
2535
|
*/
|
|
2291
2536
|
MinGwDiversity?: MinGwDiversity;
|
|
2292
2537
|
}
|
|
2538
|
+
export interface LoRaWANJoinEventNotificationConfigurations {
|
|
2539
|
+
/**
|
|
2540
|
+
* Enum to denote whether the dev eui join event topic is enabled or disabled.
|
|
2541
|
+
*/
|
|
2542
|
+
DevEuiEventTopic?: EventNotificationTopicStatus;
|
|
2543
|
+
}
|
|
2544
|
+
export interface LoRaWANJoinResourceTypeEventConfiguration {
|
|
2545
|
+
/**
|
|
2546
|
+
* Enum to denote whether the wireless device join event topic is enabled or disabled.
|
|
2547
|
+
*/
|
|
2548
|
+
WirelessDeviceEventTopic?: EventNotificationTopicStatus;
|
|
2549
|
+
}
|
|
2293
2550
|
export interface LoRaWANListDevice {
|
|
2294
2551
|
/**
|
|
2295
2552
|
* The DevEUI value.
|
|
@@ -2336,6 +2593,14 @@ declare namespace IoTWireless {
|
|
|
2336
2593
|
* The ID of the service profile.
|
|
2337
2594
|
*/
|
|
2338
2595
|
ServiceProfileId?: ServiceProfileId;
|
|
2596
|
+
/**
|
|
2597
|
+
* ABP device object for update APIs for v1.1
|
|
2598
|
+
*/
|
|
2599
|
+
AbpV1_1?: UpdateAbpV1_1;
|
|
2600
|
+
/**
|
|
2601
|
+
* ABP device object for update APIs for v1.0.x
|
|
2602
|
+
*/
|
|
2603
|
+
AbpV1_0_x?: UpdateAbpV1_0_x;
|
|
2339
2604
|
}
|
|
2340
2605
|
export interface LoRaWANUpdateGatewayTaskCreate {
|
|
2341
2606
|
/**
|
|
@@ -2396,7 +2661,16 @@ declare namespace IoTWireless {
|
|
|
2396
2661
|
}
|
|
2397
2662
|
export type NetId = string;
|
|
2398
2663
|
export type NetIdFilters = NetId[];
|
|
2664
|
+
export type NetworkAnalyzerConfigurationArn = string;
|
|
2665
|
+
export type NetworkAnalyzerConfigurationList = NetworkAnalyzerConfigurations[];
|
|
2399
2666
|
export type NetworkAnalyzerConfigurationName = string;
|
|
2667
|
+
export interface NetworkAnalyzerConfigurations {
|
|
2668
|
+
/**
|
|
2669
|
+
* The Amazon Resource Name of the new resource.
|
|
2670
|
+
*/
|
|
2671
|
+
Arn?: NetworkAnalyzerConfigurationArn;
|
|
2672
|
+
Name?: NetworkAnalyzerConfigurationName;
|
|
2673
|
+
}
|
|
2400
2674
|
export type NextToken = string;
|
|
2401
2675
|
export type NumberOfDevicesInGroup = number;
|
|
2402
2676
|
export type NumberOfDevicesRequested = number;
|
|
@@ -2447,6 +2721,16 @@ declare namespace IoTWireless {
|
|
|
2447
2721
|
* Proximity event configuration object for enabling or disabling Sidewalk related event topics.
|
|
2448
2722
|
*/
|
|
2449
2723
|
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
2724
|
+
/**
|
|
2725
|
+
* Enum to denote whether the wireless device id proximity event topic is enabled or disabled.
|
|
2726
|
+
*/
|
|
2727
|
+
WirelessDeviceIdEventTopic?: EventNotificationTopicStatus;
|
|
2728
|
+
}
|
|
2729
|
+
export interface ProximityResourceTypeEventConfiguration {
|
|
2730
|
+
/**
|
|
2731
|
+
* Proximity resource type event configuration object for enabling and disabling wireless device topic.
|
|
2732
|
+
*/
|
|
2733
|
+
Sidewalk?: SidewalkResourceTypeEventConfiguration;
|
|
2450
2734
|
}
|
|
2451
2735
|
export interface PutResourceLogLevelRequest {
|
|
2452
2736
|
ResourceIdentifier: ResourceIdentifier;
|
|
@@ -2648,6 +2932,12 @@ declare namespace IoTWireless {
|
|
|
2648
2932
|
DeviceCertificates?: DeviceCertificateList;
|
|
2649
2933
|
}
|
|
2650
2934
|
export type SidewalkManufacturingSn = string;
|
|
2935
|
+
export interface SidewalkResourceTypeEventConfiguration {
|
|
2936
|
+
/**
|
|
2937
|
+
* Enum to denote whether the wireless device join event topic is enabled or disabled.
|
|
2938
|
+
*/
|
|
2939
|
+
WirelessDeviceEventTopic?: EventNotificationTopicStatus;
|
|
2940
|
+
}
|
|
2651
2941
|
export interface SidewalkSendDataToDevice {
|
|
2652
2942
|
/**
|
|
2653
2943
|
* The sequence number.
|
|
@@ -2758,6 +3048,18 @@ declare namespace IoTWireless {
|
|
|
2758
3048
|
}
|
|
2759
3049
|
export interface UntagResourceResponse {
|
|
2760
3050
|
}
|
|
3051
|
+
export interface UpdateAbpV1_0_x {
|
|
3052
|
+
/**
|
|
3053
|
+
* The FCnt init value.
|
|
3054
|
+
*/
|
|
3055
|
+
FCntStart?: FCntStart;
|
|
3056
|
+
}
|
|
3057
|
+
export interface UpdateAbpV1_1 {
|
|
3058
|
+
/**
|
|
3059
|
+
* The FCnt init value.
|
|
3060
|
+
*/
|
|
3061
|
+
FCntStart?: FCntStart;
|
|
3062
|
+
}
|
|
2761
3063
|
export type UpdateDataSource = string;
|
|
2762
3064
|
export interface UpdateDestinationRequest {
|
|
2763
3065
|
/**
|
|
@@ -2783,6 +3085,26 @@ declare namespace IoTWireless {
|
|
|
2783
3085
|
}
|
|
2784
3086
|
export interface UpdateDestinationResponse {
|
|
2785
3087
|
}
|
|
3088
|
+
export interface UpdateEventConfigurationByResourceTypesRequest {
|
|
3089
|
+
/**
|
|
3090
|
+
* Device registration state resource type event configuration object for enabling and disabling wireless gateway topic.
|
|
3091
|
+
*/
|
|
3092
|
+
DeviceRegistrationState?: DeviceRegistrationStateResourceTypeEventConfiguration;
|
|
3093
|
+
/**
|
|
3094
|
+
* Proximity resource type event configuration object for enabling and disabling wireless gateway topic.
|
|
3095
|
+
*/
|
|
3096
|
+
Proximity?: ProximityResourceTypeEventConfiguration;
|
|
3097
|
+
/**
|
|
3098
|
+
* Join resource type event configuration object for enabling and disabling wireless device topic.
|
|
3099
|
+
*/
|
|
3100
|
+
Join?: JoinResourceTypeEventConfiguration;
|
|
3101
|
+
/**
|
|
3102
|
+
* Connection status resource type event configuration object for enabling and disabling wireless gateway topic.
|
|
3103
|
+
*/
|
|
3104
|
+
ConnectionStatus?: ConnectionStatusResourceTypeEventConfiguration;
|
|
3105
|
+
}
|
|
3106
|
+
export interface UpdateEventConfigurationByResourceTypesResponse {
|
|
3107
|
+
}
|
|
2786
3108
|
export interface UpdateFuotaTaskRequest {
|
|
2787
3109
|
Id: FuotaTaskId;
|
|
2788
3110
|
Name?: FuotaTaskName;
|
|
@@ -2812,21 +3134,22 @@ declare namespace IoTWireless {
|
|
|
2812
3134
|
ConfigurationName: NetworkAnalyzerConfigurationName;
|
|
2813
3135
|
TraceContent?: TraceContent;
|
|
2814
3136
|
/**
|
|
2815
|
-
*
|
|
3137
|
+
* Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId of the resource to add in the input array.
|
|
2816
3138
|
*/
|
|
2817
3139
|
WirelessDevicesToAdd?: WirelessDeviceList;
|
|
2818
3140
|
/**
|
|
2819
|
-
*
|
|
3141
|
+
* Wireless device resources to remove from the network analyzer configuration. Provide the WirelessDeviceId of the resources to remove in the input array.
|
|
2820
3142
|
*/
|
|
2821
3143
|
WirelessDevicesToRemove?: WirelessDeviceList;
|
|
2822
3144
|
/**
|
|
2823
|
-
*
|
|
3145
|
+
* Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId of the resource to add in the input array.
|
|
2824
3146
|
*/
|
|
2825
3147
|
WirelessGatewaysToAdd?: WirelessGatewayList;
|
|
2826
3148
|
/**
|
|
2827
|
-
*
|
|
3149
|
+
* Wireless gateway resources to remove from the network analyzer configuration. Provide the WirelessGatewayId of the resources to remove in the input array.
|
|
2828
3150
|
*/
|
|
2829
3151
|
WirelessGatewaysToRemove?: WirelessGatewayList;
|
|
3152
|
+
Description?: Description;
|
|
2830
3153
|
}
|
|
2831
3154
|
export interface UpdateNetworkAnalyzerConfigurationResponse {
|
|
2832
3155
|
}
|
|
@@ -2867,6 +3190,14 @@ declare namespace IoTWireless {
|
|
|
2867
3190
|
* Event configuration for the Proximity event
|
|
2868
3191
|
*/
|
|
2869
3192
|
Proximity?: ProximityEventConfiguration;
|
|
3193
|
+
/**
|
|
3194
|
+
* Event configuration for the join event
|
|
3195
|
+
*/
|
|
3196
|
+
Join?: JoinEventConfiguration;
|
|
3197
|
+
/**
|
|
3198
|
+
* Event configuration for the connection status event
|
|
3199
|
+
*/
|
|
3200
|
+
ConnectionStatus?: ConnectionStatusEventConfiguration;
|
|
2870
3201
|
}
|
|
2871
3202
|
export interface UpdateResourceEventConfigurationResponse {
|
|
2872
3203
|
}
|