@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
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/.gitattributes +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -19,6 +19,30 @@ declare class IoTWireless extends Service {
|
|
|
19
19
|
* Associates a partner account with your AWS account.
|
|
20
20
|
*/
|
|
21
21
|
associateAwsAccountWithPartnerAccount(callback?: (err: AWSError, data: IoTWireless.Types.AssociateAwsAccountWithPartnerAccountResponse) => void): Request<IoTWireless.Types.AssociateAwsAccountWithPartnerAccountResponse, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
* Associate a multicast group with a FUOTA task.
|
|
24
|
+
*/
|
|
25
|
+
associateMulticastGroupWithFuotaTask(params: IoTWireless.Types.AssociateMulticastGroupWithFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.AssociateMulticastGroupWithFuotaTaskResponse) => void): Request<IoTWireless.Types.AssociateMulticastGroupWithFuotaTaskResponse, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
* Associate a multicast group with a FUOTA task.
|
|
28
|
+
*/
|
|
29
|
+
associateMulticastGroupWithFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.AssociateMulticastGroupWithFuotaTaskResponse) => void): Request<IoTWireless.Types.AssociateMulticastGroupWithFuotaTaskResponse, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Associate a wireless device with a FUOTA task.
|
|
32
|
+
*/
|
|
33
|
+
associateWirelessDeviceWithFuotaTask(params: IoTWireless.Types.AssociateWirelessDeviceWithFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.AssociateWirelessDeviceWithFuotaTaskResponse) => void): Request<IoTWireless.Types.AssociateWirelessDeviceWithFuotaTaskResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* Associate a wireless device with a FUOTA task.
|
|
36
|
+
*/
|
|
37
|
+
associateWirelessDeviceWithFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.AssociateWirelessDeviceWithFuotaTaskResponse) => void): Request<IoTWireless.Types.AssociateWirelessDeviceWithFuotaTaskResponse, AWSError>;
|
|
38
|
+
/**
|
|
39
|
+
* Associates a wireless device with a multicast group.
|
|
40
|
+
*/
|
|
41
|
+
associateWirelessDeviceWithMulticastGroup(params: IoTWireless.Types.AssociateWirelessDeviceWithMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.AssociateWirelessDeviceWithMulticastGroupResponse) => void): Request<IoTWireless.Types.AssociateWirelessDeviceWithMulticastGroupResponse, AWSError>;
|
|
42
|
+
/**
|
|
43
|
+
* Associates a wireless device with a multicast group.
|
|
44
|
+
*/
|
|
45
|
+
associateWirelessDeviceWithMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.AssociateWirelessDeviceWithMulticastGroupResponse) => void): Request<IoTWireless.Types.AssociateWirelessDeviceWithMulticastGroupResponse, AWSError>;
|
|
22
46
|
/**
|
|
23
47
|
* Associates a wireless device with a thing.
|
|
24
48
|
*/
|
|
@@ -43,6 +67,14 @@ declare class IoTWireless extends Service {
|
|
|
43
67
|
* Associates a wireless gateway with a thing.
|
|
44
68
|
*/
|
|
45
69
|
associateWirelessGatewayWithThing(callback?: (err: AWSError, data: IoTWireless.Types.AssociateWirelessGatewayWithThingResponse) => void): Request<IoTWireless.Types.AssociateWirelessGatewayWithThingResponse, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* Cancels an existing multicast group session.
|
|
72
|
+
*/
|
|
73
|
+
cancelMulticastGroupSession(params: IoTWireless.Types.CancelMulticastGroupSessionRequest, callback?: (err: AWSError, data: IoTWireless.Types.CancelMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.CancelMulticastGroupSessionResponse, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* Cancels an existing multicast group session.
|
|
76
|
+
*/
|
|
77
|
+
cancelMulticastGroupSession(callback?: (err: AWSError, data: IoTWireless.Types.CancelMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.CancelMulticastGroupSessionResponse, AWSError>;
|
|
46
78
|
/**
|
|
47
79
|
* Creates a new destination that maps a device message to an AWS IoT rule.
|
|
48
80
|
*/
|
|
@@ -59,6 +91,22 @@ declare class IoTWireless extends Service {
|
|
|
59
91
|
* Creates a new device profile.
|
|
60
92
|
*/
|
|
61
93
|
createDeviceProfile(callback?: (err: AWSError, data: IoTWireless.Types.CreateDeviceProfileResponse) => void): Request<IoTWireless.Types.CreateDeviceProfileResponse, AWSError>;
|
|
94
|
+
/**
|
|
95
|
+
* Creates a FUOTA task.
|
|
96
|
+
*/
|
|
97
|
+
createFuotaTask(params: IoTWireless.Types.CreateFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.CreateFuotaTaskResponse) => void): Request<IoTWireless.Types.CreateFuotaTaskResponse, AWSError>;
|
|
98
|
+
/**
|
|
99
|
+
* Creates a FUOTA task.
|
|
100
|
+
*/
|
|
101
|
+
createFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.CreateFuotaTaskResponse) => void): Request<IoTWireless.Types.CreateFuotaTaskResponse, AWSError>;
|
|
102
|
+
/**
|
|
103
|
+
* Creates a multicast group.
|
|
104
|
+
*/
|
|
105
|
+
createMulticastGroup(params: IoTWireless.Types.CreateMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.CreateMulticastGroupResponse) => void): Request<IoTWireless.Types.CreateMulticastGroupResponse, AWSError>;
|
|
106
|
+
/**
|
|
107
|
+
* Creates a multicast group.
|
|
108
|
+
*/
|
|
109
|
+
createMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.CreateMulticastGroupResponse) => void): Request<IoTWireless.Types.CreateMulticastGroupResponse, AWSError>;
|
|
62
110
|
/**
|
|
63
111
|
* Creates a new service profile.
|
|
64
112
|
*/
|
|
@@ -115,6 +163,22 @@ declare class IoTWireless extends Service {
|
|
|
115
163
|
* Deletes a device profile.
|
|
116
164
|
*/
|
|
117
165
|
deleteDeviceProfile(callback?: (err: AWSError, data: IoTWireless.Types.DeleteDeviceProfileResponse) => void): Request<IoTWireless.Types.DeleteDeviceProfileResponse, AWSError>;
|
|
166
|
+
/**
|
|
167
|
+
* Deletes a FUOTA task.
|
|
168
|
+
*/
|
|
169
|
+
deleteFuotaTask(params: IoTWireless.Types.DeleteFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.DeleteFuotaTaskResponse) => void): Request<IoTWireless.Types.DeleteFuotaTaskResponse, AWSError>;
|
|
170
|
+
/**
|
|
171
|
+
* Deletes a FUOTA task.
|
|
172
|
+
*/
|
|
173
|
+
deleteFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.DeleteFuotaTaskResponse) => void): Request<IoTWireless.Types.DeleteFuotaTaskResponse, AWSError>;
|
|
174
|
+
/**
|
|
175
|
+
* Deletes a multicast group if it is not in use by a fuota task.
|
|
176
|
+
*/
|
|
177
|
+
deleteMulticastGroup(params: IoTWireless.Types.DeleteMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.DeleteMulticastGroupResponse) => void): Request<IoTWireless.Types.DeleteMulticastGroupResponse, AWSError>;
|
|
178
|
+
/**
|
|
179
|
+
* Deletes a multicast group if it is not in use by a fuota task.
|
|
180
|
+
*/
|
|
181
|
+
deleteMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.DeleteMulticastGroupResponse) => void): Request<IoTWireless.Types.DeleteMulticastGroupResponse, AWSError>;
|
|
118
182
|
/**
|
|
119
183
|
* Deletes a service profile.
|
|
120
184
|
*/
|
|
@@ -163,6 +227,30 @@ declare class IoTWireless extends Service {
|
|
|
163
227
|
* Disassociates your AWS account from a partner account. If PartnerAccountId and PartnerType are null, disassociates your AWS account from all partner accounts.
|
|
164
228
|
*/
|
|
165
229
|
disassociateAwsAccountFromPartnerAccount(callback?: (err: AWSError, data: IoTWireless.Types.DisassociateAwsAccountFromPartnerAccountResponse) => void): Request<IoTWireless.Types.DisassociateAwsAccountFromPartnerAccountResponse, AWSError>;
|
|
230
|
+
/**
|
|
231
|
+
* Disassociates a multicast group from a fuota task.
|
|
232
|
+
*/
|
|
233
|
+
disassociateMulticastGroupFromFuotaTask(params: IoTWireless.Types.DisassociateMulticastGroupFromFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.DisassociateMulticastGroupFromFuotaTaskResponse) => void): Request<IoTWireless.Types.DisassociateMulticastGroupFromFuotaTaskResponse, AWSError>;
|
|
234
|
+
/**
|
|
235
|
+
* Disassociates a multicast group from a fuota task.
|
|
236
|
+
*/
|
|
237
|
+
disassociateMulticastGroupFromFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.DisassociateMulticastGroupFromFuotaTaskResponse) => void): Request<IoTWireless.Types.DisassociateMulticastGroupFromFuotaTaskResponse, AWSError>;
|
|
238
|
+
/**
|
|
239
|
+
* Disassociates a wireless device from a FUOTA task.
|
|
240
|
+
*/
|
|
241
|
+
disassociateWirelessDeviceFromFuotaTask(params: IoTWireless.Types.DisassociateWirelessDeviceFromFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.DisassociateWirelessDeviceFromFuotaTaskResponse) => void): Request<IoTWireless.Types.DisassociateWirelessDeviceFromFuotaTaskResponse, AWSError>;
|
|
242
|
+
/**
|
|
243
|
+
* Disassociates a wireless device from a FUOTA task.
|
|
244
|
+
*/
|
|
245
|
+
disassociateWirelessDeviceFromFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.DisassociateWirelessDeviceFromFuotaTaskResponse) => void): Request<IoTWireless.Types.DisassociateWirelessDeviceFromFuotaTaskResponse, AWSError>;
|
|
246
|
+
/**
|
|
247
|
+
* Disassociates a wireless device from a multicast group.
|
|
248
|
+
*/
|
|
249
|
+
disassociateWirelessDeviceFromMulticastGroup(params: IoTWireless.Types.DisassociateWirelessDeviceFromMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.DisassociateWirelessDeviceFromMulticastGroupResponse) => void): Request<IoTWireless.Types.DisassociateWirelessDeviceFromMulticastGroupResponse, AWSError>;
|
|
250
|
+
/**
|
|
251
|
+
* Disassociates a wireless device from a multicast group.
|
|
252
|
+
*/
|
|
253
|
+
disassociateWirelessDeviceFromMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.DisassociateWirelessDeviceFromMulticastGroupResponse) => void): Request<IoTWireless.Types.DisassociateWirelessDeviceFromMulticastGroupResponse, AWSError>;
|
|
166
254
|
/**
|
|
167
255
|
* Disassociates a wireless device from its currently associated thing.
|
|
168
256
|
*/
|
|
@@ -203,6 +291,14 @@ declare class IoTWireless extends Service {
|
|
|
203
291
|
* Gets information about a device profile.
|
|
204
292
|
*/
|
|
205
293
|
getDeviceProfile(callback?: (err: AWSError, data: IoTWireless.Types.GetDeviceProfileResponse) => void): Request<IoTWireless.Types.GetDeviceProfileResponse, AWSError>;
|
|
294
|
+
/**
|
|
295
|
+
* Gets information about a FUOTA task.
|
|
296
|
+
*/
|
|
297
|
+
getFuotaTask(params: IoTWireless.Types.GetFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetFuotaTaskResponse) => void): Request<IoTWireless.Types.GetFuotaTaskResponse, AWSError>;
|
|
298
|
+
/**
|
|
299
|
+
* Gets information about a FUOTA task.
|
|
300
|
+
*/
|
|
301
|
+
getFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.GetFuotaTaskResponse) => void): Request<IoTWireless.Types.GetFuotaTaskResponse, AWSError>;
|
|
206
302
|
/**
|
|
207
303
|
* Returns current default log levels or log levels by resource types. Based on resource types, log levels can be for wireless device log options or wireless gateway log options.
|
|
208
304
|
*/
|
|
@@ -211,6 +307,30 @@ declare class IoTWireless extends Service {
|
|
|
211
307
|
* Returns current default log levels or log levels by resource types. Based on resource types, log levels can be for wireless device log options or wireless gateway log options.
|
|
212
308
|
*/
|
|
213
309
|
getLogLevelsByResourceTypes(callback?: (err: AWSError, data: IoTWireless.Types.GetLogLevelsByResourceTypesResponse) => void): Request<IoTWireless.Types.GetLogLevelsByResourceTypesResponse, AWSError>;
|
|
310
|
+
/**
|
|
311
|
+
* Gets information about a multicast group.
|
|
312
|
+
*/
|
|
313
|
+
getMulticastGroup(params: IoTWireless.Types.GetMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetMulticastGroupResponse) => void): Request<IoTWireless.Types.GetMulticastGroupResponse, AWSError>;
|
|
314
|
+
/**
|
|
315
|
+
* Gets information about a multicast group.
|
|
316
|
+
*/
|
|
317
|
+
getMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.GetMulticastGroupResponse) => void): Request<IoTWireless.Types.GetMulticastGroupResponse, AWSError>;
|
|
318
|
+
/**
|
|
319
|
+
* Gets information about a multicast group session.
|
|
320
|
+
*/
|
|
321
|
+
getMulticastGroupSession(params: IoTWireless.Types.GetMulticastGroupSessionRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.GetMulticastGroupSessionResponse, AWSError>;
|
|
322
|
+
/**
|
|
323
|
+
* Gets information about a multicast group session.
|
|
324
|
+
*/
|
|
325
|
+
getMulticastGroupSession(callback?: (err: AWSError, data: IoTWireless.Types.GetMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.GetMulticastGroupSessionResponse, AWSError>;
|
|
326
|
+
/**
|
|
327
|
+
* Get NetworkAnalyzer configuration.
|
|
328
|
+
*/
|
|
329
|
+
getNetworkAnalyzerConfiguration(params: IoTWireless.Types.GetNetworkAnalyzerConfigurationRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetNetworkAnalyzerConfigurationResponse) => void): Request<IoTWireless.Types.GetNetworkAnalyzerConfigurationResponse, AWSError>;
|
|
330
|
+
/**
|
|
331
|
+
* Get NetworkAnalyzer configuration.
|
|
332
|
+
*/
|
|
333
|
+
getNetworkAnalyzerConfiguration(callback?: (err: AWSError, data: IoTWireless.Types.GetNetworkAnalyzerConfigurationResponse) => void): Request<IoTWireless.Types.GetNetworkAnalyzerConfigurationResponse, AWSError>;
|
|
214
334
|
/**
|
|
215
335
|
* Gets information about a partner account. If PartnerAccountId and PartnerType are null, returns all partner accounts.
|
|
216
336
|
*/
|
|
@@ -219,6 +339,14 @@ declare class IoTWireless extends Service {
|
|
|
219
339
|
* Gets information about a partner account. If PartnerAccountId and PartnerType are null, returns all partner accounts.
|
|
220
340
|
*/
|
|
221
341
|
getPartnerAccount(callback?: (err: AWSError, data: IoTWireless.Types.GetPartnerAccountResponse) => void): Request<IoTWireless.Types.GetPartnerAccountResponse, AWSError>;
|
|
342
|
+
/**
|
|
343
|
+
* Get the event configuration for a particular resource identifier.
|
|
344
|
+
*/
|
|
345
|
+
getResourceEventConfiguration(params: IoTWireless.Types.GetResourceEventConfigurationRequest, callback?: (err: AWSError, data: IoTWireless.Types.GetResourceEventConfigurationResponse) => void): Request<IoTWireless.Types.GetResourceEventConfigurationResponse, AWSError>;
|
|
346
|
+
/**
|
|
347
|
+
* Get the event configuration for a particular resource identifier.
|
|
348
|
+
*/
|
|
349
|
+
getResourceEventConfiguration(callback?: (err: AWSError, data: IoTWireless.Types.GetResourceEventConfigurationResponse) => void): Request<IoTWireless.Types.GetResourceEventConfigurationResponse, AWSError>;
|
|
222
350
|
/**
|
|
223
351
|
* Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.
|
|
224
352
|
*/
|
|
@@ -323,6 +451,30 @@ declare class IoTWireless extends Service {
|
|
|
323
451
|
* Lists the device profiles registered to your AWS account.
|
|
324
452
|
*/
|
|
325
453
|
listDeviceProfiles(callback?: (err: AWSError, data: IoTWireless.Types.ListDeviceProfilesResponse) => void): Request<IoTWireless.Types.ListDeviceProfilesResponse, AWSError>;
|
|
454
|
+
/**
|
|
455
|
+
* Lists the FUOTA tasks registered to your AWS account.
|
|
456
|
+
*/
|
|
457
|
+
listFuotaTasks(params: IoTWireless.Types.ListFuotaTasksRequest, callback?: (err: AWSError, data: IoTWireless.Types.ListFuotaTasksResponse) => void): Request<IoTWireless.Types.ListFuotaTasksResponse, AWSError>;
|
|
458
|
+
/**
|
|
459
|
+
* Lists the FUOTA tasks registered to your AWS account.
|
|
460
|
+
*/
|
|
461
|
+
listFuotaTasks(callback?: (err: AWSError, data: IoTWireless.Types.ListFuotaTasksResponse) => void): Request<IoTWireless.Types.ListFuotaTasksResponse, AWSError>;
|
|
462
|
+
/**
|
|
463
|
+
* Lists the multicast groups registered to your AWS account.
|
|
464
|
+
*/
|
|
465
|
+
listMulticastGroups(params: IoTWireless.Types.ListMulticastGroupsRequest, callback?: (err: AWSError, data: IoTWireless.Types.ListMulticastGroupsResponse) => void): Request<IoTWireless.Types.ListMulticastGroupsResponse, AWSError>;
|
|
466
|
+
/**
|
|
467
|
+
* Lists the multicast groups registered to your AWS account.
|
|
468
|
+
*/
|
|
469
|
+
listMulticastGroups(callback?: (err: AWSError, data: IoTWireless.Types.ListMulticastGroupsResponse) => void): Request<IoTWireless.Types.ListMulticastGroupsResponse, AWSError>;
|
|
470
|
+
/**
|
|
471
|
+
* List all multicast groups associated with a fuota task.
|
|
472
|
+
*/
|
|
473
|
+
listMulticastGroupsByFuotaTask(params: IoTWireless.Types.ListMulticastGroupsByFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.ListMulticastGroupsByFuotaTaskResponse) => void): Request<IoTWireless.Types.ListMulticastGroupsByFuotaTaskResponse, AWSError>;
|
|
474
|
+
/**
|
|
475
|
+
* List all multicast groups associated with a fuota task.
|
|
476
|
+
*/
|
|
477
|
+
listMulticastGroupsByFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.ListMulticastGroupsByFuotaTaskResponse) => void): Request<IoTWireless.Types.ListMulticastGroupsByFuotaTaskResponse, AWSError>;
|
|
326
478
|
/**
|
|
327
479
|
* Lists the partner accounts associated with your AWS account.
|
|
328
480
|
*/
|
|
@@ -395,6 +547,14 @@ declare class IoTWireless extends Service {
|
|
|
395
547
|
* Removes the log-level override, if any, for a specific resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.
|
|
396
548
|
*/
|
|
397
549
|
resetResourceLogLevel(callback?: (err: AWSError, data: IoTWireless.Types.ResetResourceLogLevelResponse) => void): Request<IoTWireless.Types.ResetResourceLogLevelResponse, AWSError>;
|
|
550
|
+
/**
|
|
551
|
+
* Sends the specified data to a multicast group.
|
|
552
|
+
*/
|
|
553
|
+
sendDataToMulticastGroup(params: IoTWireless.Types.SendDataToMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.SendDataToMulticastGroupResponse) => void): Request<IoTWireless.Types.SendDataToMulticastGroupResponse, AWSError>;
|
|
554
|
+
/**
|
|
555
|
+
* Sends the specified data to a multicast group.
|
|
556
|
+
*/
|
|
557
|
+
sendDataToMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.SendDataToMulticastGroupResponse) => void): Request<IoTWireless.Types.SendDataToMulticastGroupResponse, AWSError>;
|
|
398
558
|
/**
|
|
399
559
|
* Sends a decrypted application data frame to a device.
|
|
400
560
|
*/
|
|
@@ -403,6 +563,38 @@ declare class IoTWireless extends Service {
|
|
|
403
563
|
* Sends a decrypted application data frame to a device.
|
|
404
564
|
*/
|
|
405
565
|
sendDataToWirelessDevice(callback?: (err: AWSError, data: IoTWireless.Types.SendDataToWirelessDeviceResponse) => void): Request<IoTWireless.Types.SendDataToWirelessDeviceResponse, AWSError>;
|
|
566
|
+
/**
|
|
567
|
+
* Starts a bulk association of all qualifying wireless devices with a multicast group.
|
|
568
|
+
*/
|
|
569
|
+
startBulkAssociateWirelessDeviceWithMulticastGroup(params: IoTWireless.Types.StartBulkAssociateWirelessDeviceWithMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse) => void): Request<IoTWireless.Types.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse, AWSError>;
|
|
570
|
+
/**
|
|
571
|
+
* Starts a bulk association of all qualifying wireless devices with a multicast group.
|
|
572
|
+
*/
|
|
573
|
+
startBulkAssociateWirelessDeviceWithMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse) => void): Request<IoTWireless.Types.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse, AWSError>;
|
|
574
|
+
/**
|
|
575
|
+
* Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.
|
|
576
|
+
*/
|
|
577
|
+
startBulkDisassociateWirelessDeviceFromMulticastGroup(params: IoTWireless.Types.StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse) => void): Request<IoTWireless.Types.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse, AWSError>;
|
|
578
|
+
/**
|
|
579
|
+
* Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.
|
|
580
|
+
*/
|
|
581
|
+
startBulkDisassociateWirelessDeviceFromMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse) => void): Request<IoTWireless.Types.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse, AWSError>;
|
|
582
|
+
/**
|
|
583
|
+
* Starts a FUOTA task.
|
|
584
|
+
*/
|
|
585
|
+
startFuotaTask(params: IoTWireless.Types.StartFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.StartFuotaTaskResponse) => void): Request<IoTWireless.Types.StartFuotaTaskResponse, AWSError>;
|
|
586
|
+
/**
|
|
587
|
+
* Starts a FUOTA task.
|
|
588
|
+
*/
|
|
589
|
+
startFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.StartFuotaTaskResponse) => void): Request<IoTWireless.Types.StartFuotaTaskResponse, AWSError>;
|
|
590
|
+
/**
|
|
591
|
+
* Starts a multicast group session.
|
|
592
|
+
*/
|
|
593
|
+
startMulticastGroupSession(params: IoTWireless.Types.StartMulticastGroupSessionRequest, callback?: (err: AWSError, data: IoTWireless.Types.StartMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.StartMulticastGroupSessionResponse, AWSError>;
|
|
594
|
+
/**
|
|
595
|
+
* Starts a multicast group session.
|
|
596
|
+
*/
|
|
597
|
+
startMulticastGroupSession(callback?: (err: AWSError, data: IoTWireless.Types.StartMulticastGroupSessionResponse) => void): Request<IoTWireless.Types.StartMulticastGroupSessionResponse, AWSError>;
|
|
406
598
|
/**
|
|
407
599
|
* Adds a tag to a resource.
|
|
408
600
|
*/
|
|
@@ -435,6 +627,14 @@ declare class IoTWireless extends Service {
|
|
|
435
627
|
* Updates properties of a destination.
|
|
436
628
|
*/
|
|
437
629
|
updateDestination(callback?: (err: AWSError, data: IoTWireless.Types.UpdateDestinationResponse) => void): Request<IoTWireless.Types.UpdateDestinationResponse, AWSError>;
|
|
630
|
+
/**
|
|
631
|
+
* Updates properties of a FUOTA task.
|
|
632
|
+
*/
|
|
633
|
+
updateFuotaTask(params: IoTWireless.Types.UpdateFuotaTaskRequest, callback?: (err: AWSError, data: IoTWireless.Types.UpdateFuotaTaskResponse) => void): Request<IoTWireless.Types.UpdateFuotaTaskResponse, AWSError>;
|
|
634
|
+
/**
|
|
635
|
+
* Updates properties of a FUOTA task.
|
|
636
|
+
*/
|
|
637
|
+
updateFuotaTask(callback?: (err: AWSError, data: IoTWireless.Types.UpdateFuotaTaskResponse) => void): Request<IoTWireless.Types.UpdateFuotaTaskResponse, AWSError>;
|
|
438
638
|
/**
|
|
439
639
|
* Set default log level, or log levels by resource types. This can be for wireless device log options or wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.
|
|
440
640
|
*/
|
|
@@ -443,6 +643,22 @@ declare class IoTWireless extends Service {
|
|
|
443
643
|
* Set default log level, or log levels by resource types. This can be for wireless device log options or wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.
|
|
444
644
|
*/
|
|
445
645
|
updateLogLevelsByResourceTypes(callback?: (err: AWSError, data: IoTWireless.Types.UpdateLogLevelsByResourceTypesResponse) => void): Request<IoTWireless.Types.UpdateLogLevelsByResourceTypesResponse, AWSError>;
|
|
646
|
+
/**
|
|
647
|
+
* Updates properties of a multicast group session.
|
|
648
|
+
*/
|
|
649
|
+
updateMulticastGroup(params: IoTWireless.Types.UpdateMulticastGroupRequest, callback?: (err: AWSError, data: IoTWireless.Types.UpdateMulticastGroupResponse) => void): Request<IoTWireless.Types.UpdateMulticastGroupResponse, AWSError>;
|
|
650
|
+
/**
|
|
651
|
+
* Updates properties of a multicast group session.
|
|
652
|
+
*/
|
|
653
|
+
updateMulticastGroup(callback?: (err: AWSError, data: IoTWireless.Types.UpdateMulticastGroupResponse) => void): Request<IoTWireless.Types.UpdateMulticastGroupResponse, AWSError>;
|
|
654
|
+
/**
|
|
655
|
+
* Update NetworkAnalyzer configuration.
|
|
656
|
+
*/
|
|
657
|
+
updateNetworkAnalyzerConfiguration(params: IoTWireless.Types.UpdateNetworkAnalyzerConfigurationRequest, callback?: (err: AWSError, data: IoTWireless.Types.UpdateNetworkAnalyzerConfigurationResponse) => void): Request<IoTWireless.Types.UpdateNetworkAnalyzerConfigurationResponse, AWSError>;
|
|
658
|
+
/**
|
|
659
|
+
* Update NetworkAnalyzer configuration.
|
|
660
|
+
*/
|
|
661
|
+
updateNetworkAnalyzerConfiguration(callback?: (err: AWSError, data: IoTWireless.Types.UpdateNetworkAnalyzerConfigurationResponse) => void): Request<IoTWireless.Types.UpdateNetworkAnalyzerConfigurationResponse, AWSError>;
|
|
446
662
|
/**
|
|
447
663
|
* Updates properties of a partner account.
|
|
448
664
|
*/
|
|
@@ -451,6 +667,14 @@ declare class IoTWireless extends Service {
|
|
|
451
667
|
* Updates properties of a partner account.
|
|
452
668
|
*/
|
|
453
669
|
updatePartnerAccount(callback?: (err: AWSError, data: IoTWireless.Types.UpdatePartnerAccountResponse) => void): Request<IoTWireless.Types.UpdatePartnerAccountResponse, AWSError>;
|
|
670
|
+
/**
|
|
671
|
+
* Update the event configuration for a particular resource identifier.
|
|
672
|
+
*/
|
|
673
|
+
updateResourceEventConfiguration(params: IoTWireless.Types.UpdateResourceEventConfigurationRequest, callback?: (err: AWSError, data: IoTWireless.Types.UpdateResourceEventConfigurationResponse) => void): Request<IoTWireless.Types.UpdateResourceEventConfigurationResponse, AWSError>;
|
|
674
|
+
/**
|
|
675
|
+
* Update the event configuration for a particular resource identifier.
|
|
676
|
+
*/
|
|
677
|
+
updateResourceEventConfiguration(callback?: (err: AWSError, data: IoTWireless.Types.UpdateResourceEventConfigurationResponse) => void): Request<IoTWireless.Types.UpdateResourceEventConfigurationResponse, AWSError>;
|
|
454
678
|
/**
|
|
455
679
|
* Updates properties of a wireless device.
|
|
456
680
|
*/
|
|
@@ -521,6 +745,24 @@ declare namespace IoTWireless {
|
|
|
521
745
|
*/
|
|
522
746
|
Arn?: PartnerAccountArn;
|
|
523
747
|
}
|
|
748
|
+
export interface AssociateMulticastGroupWithFuotaTaskRequest {
|
|
749
|
+
Id: FuotaTaskId;
|
|
750
|
+
MulticastGroupId: MulticastGroupId;
|
|
751
|
+
}
|
|
752
|
+
export interface AssociateMulticastGroupWithFuotaTaskResponse {
|
|
753
|
+
}
|
|
754
|
+
export interface AssociateWirelessDeviceWithFuotaTaskRequest {
|
|
755
|
+
Id: FuotaTaskId;
|
|
756
|
+
WirelessDeviceId: WirelessDeviceId;
|
|
757
|
+
}
|
|
758
|
+
export interface AssociateWirelessDeviceWithFuotaTaskResponse {
|
|
759
|
+
}
|
|
760
|
+
export interface AssociateWirelessDeviceWithMulticastGroupRequest {
|
|
761
|
+
Id: MulticastGroupId;
|
|
762
|
+
WirelessDeviceId: WirelessDeviceId;
|
|
763
|
+
}
|
|
764
|
+
export interface AssociateWirelessDeviceWithMulticastGroupResponse {
|
|
765
|
+
}
|
|
524
766
|
export interface AssociateWirelessDeviceWithThingRequest {
|
|
525
767
|
/**
|
|
526
768
|
* The ID of the resource to update.
|
|
@@ -563,6 +805,11 @@ declare namespace IoTWireless {
|
|
|
563
805
|
}
|
|
564
806
|
export type AutoCreateTasks = boolean;
|
|
565
807
|
export type BatteryLevel = "normal"|"low"|"critical"|string;
|
|
808
|
+
export interface CancelMulticastGroupSessionRequest {
|
|
809
|
+
Id: MulticastGroupId;
|
|
810
|
+
}
|
|
811
|
+
export interface CancelMulticastGroupSessionResponse {
|
|
812
|
+
}
|
|
566
813
|
export interface CertificateList {
|
|
567
814
|
/**
|
|
568
815
|
* The certificate chain algorithm provided by sidewalk.
|
|
@@ -649,6 +896,36 @@ declare namespace IoTWireless {
|
|
|
649
896
|
*/
|
|
650
897
|
Id?: DeviceProfileId;
|
|
651
898
|
}
|
|
899
|
+
export interface CreateFuotaTaskRequest {
|
|
900
|
+
Name?: FuotaTaskName;
|
|
901
|
+
Description?: Description;
|
|
902
|
+
ClientRequestToken?: ClientRequestToken;
|
|
903
|
+
LoRaWAN?: LoRaWANFuotaTask;
|
|
904
|
+
FirmwareUpdateImage: FirmwareUpdateImage;
|
|
905
|
+
FirmwareUpdateRole: FirmwareUpdateRole;
|
|
906
|
+
Tags?: TagList;
|
|
907
|
+
}
|
|
908
|
+
export interface CreateFuotaTaskResponse {
|
|
909
|
+
Arn?: FuotaTaskArn;
|
|
910
|
+
Id?: FuotaTaskId;
|
|
911
|
+
}
|
|
912
|
+
export interface CreateMulticastGroupRequest {
|
|
913
|
+
Name?: MulticastGroupName;
|
|
914
|
+
/**
|
|
915
|
+
* The description of the multicast group.
|
|
916
|
+
*/
|
|
917
|
+
Description?: Description;
|
|
918
|
+
/**
|
|
919
|
+
* Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
|
|
920
|
+
*/
|
|
921
|
+
ClientRequestToken?: ClientRequestToken;
|
|
922
|
+
LoRaWAN: LoRaWANMulticast;
|
|
923
|
+
Tags?: TagList;
|
|
924
|
+
}
|
|
925
|
+
export interface CreateMulticastGroupResponse {
|
|
926
|
+
Arn?: MulticastGroupArn;
|
|
927
|
+
Id?: MulticastGroupId;
|
|
928
|
+
}
|
|
652
929
|
export interface CreateServiceProfileRequest {
|
|
653
930
|
/**
|
|
654
931
|
* The name of the new resource.
|
|
@@ -801,6 +1078,7 @@ declare namespace IoTWireless {
|
|
|
801
1078
|
*/
|
|
802
1079
|
Status?: WirelessGatewayTaskStatus;
|
|
803
1080
|
}
|
|
1081
|
+
export type CreatedAt = Date;
|
|
804
1082
|
export interface DeleteDestinationRequest {
|
|
805
1083
|
/**
|
|
806
1084
|
* The name of the resource to delete.
|
|
@@ -817,6 +1095,16 @@ declare namespace IoTWireless {
|
|
|
817
1095
|
}
|
|
818
1096
|
export interface DeleteDeviceProfileResponse {
|
|
819
1097
|
}
|
|
1098
|
+
export interface DeleteFuotaTaskRequest {
|
|
1099
|
+
Id: FuotaTaskId;
|
|
1100
|
+
}
|
|
1101
|
+
export interface DeleteFuotaTaskResponse {
|
|
1102
|
+
}
|
|
1103
|
+
export interface DeleteMulticastGroupRequest {
|
|
1104
|
+
Id: MulticastGroupId;
|
|
1105
|
+
}
|
|
1106
|
+
export interface DeleteMulticastGroupResponse {
|
|
1107
|
+
}
|
|
820
1108
|
export interface DeleteServiceProfileRequest {
|
|
821
1109
|
/**
|
|
822
1110
|
* The ID of the resource to delete.
|
|
@@ -909,6 +1197,12 @@ declare namespace IoTWireless {
|
|
|
909
1197
|
export type DeviceProfileId = string;
|
|
910
1198
|
export type DeviceProfileList = DeviceProfile[];
|
|
911
1199
|
export type DeviceProfileName = string;
|
|
1200
|
+
export interface DeviceRegistrationStateEventConfiguration {
|
|
1201
|
+
/**
|
|
1202
|
+
* Device registration state event configuration object for enabling or disabling Sidewalk related event topics.
|
|
1203
|
+
*/
|
|
1204
|
+
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
1205
|
+
}
|
|
912
1206
|
export type DeviceState = "Provisioned"|"RegisteredNotSeen"|"RegisteredReachable"|"RegisteredUnreachable"|string;
|
|
913
1207
|
export interface DisassociateAwsAccountFromPartnerAccountRequest {
|
|
914
1208
|
/**
|
|
@@ -922,6 +1216,24 @@ declare namespace IoTWireless {
|
|
|
922
1216
|
}
|
|
923
1217
|
export interface DisassociateAwsAccountFromPartnerAccountResponse {
|
|
924
1218
|
}
|
|
1219
|
+
export interface DisassociateMulticastGroupFromFuotaTaskRequest {
|
|
1220
|
+
Id: FuotaTaskId;
|
|
1221
|
+
MulticastGroupId: MulticastGroupId;
|
|
1222
|
+
}
|
|
1223
|
+
export interface DisassociateMulticastGroupFromFuotaTaskResponse {
|
|
1224
|
+
}
|
|
1225
|
+
export interface DisassociateWirelessDeviceFromFuotaTaskRequest {
|
|
1226
|
+
Id: FuotaTaskId;
|
|
1227
|
+
WirelessDeviceId: WirelessDeviceId;
|
|
1228
|
+
}
|
|
1229
|
+
export interface DisassociateWirelessDeviceFromFuotaTaskResponse {
|
|
1230
|
+
}
|
|
1231
|
+
export interface DisassociateWirelessDeviceFromMulticastGroupRequest {
|
|
1232
|
+
Id: MulticastGroupId;
|
|
1233
|
+
WirelessDeviceId: WirelessDeviceId;
|
|
1234
|
+
}
|
|
1235
|
+
export interface DisassociateWirelessDeviceFromMulticastGroupResponse {
|
|
1236
|
+
}
|
|
925
1237
|
export interface DisassociateWirelessDeviceFromThingRequest {
|
|
926
1238
|
/**
|
|
927
1239
|
* The ID of the resource to update.
|
|
@@ -947,6 +1259,9 @@ declare namespace IoTWireless {
|
|
|
947
1259
|
export interface DisassociateWirelessGatewayFromThingResponse {
|
|
948
1260
|
}
|
|
949
1261
|
export type DlBucketSize = number;
|
|
1262
|
+
export type DlClass = "ClassB"|"ClassC"|string;
|
|
1263
|
+
export type DlDr = number;
|
|
1264
|
+
export type DlFreq = number;
|
|
950
1265
|
export type DlRate = number;
|
|
951
1266
|
export type DlRatePolicy = string;
|
|
952
1267
|
export type Double = number;
|
|
@@ -954,13 +1269,34 @@ declare namespace IoTWireless {
|
|
|
954
1269
|
export type DrMin = number;
|
|
955
1270
|
export type EndPoint = string;
|
|
956
1271
|
export type Event = "discovered"|"lost"|"ack"|"nack"|"passthrough"|string;
|
|
1272
|
+
export type EventNotificationPartnerType = "Sidewalk"|string;
|
|
1273
|
+
export type EventNotificationTopicStatus = "Enabled"|"Disabled"|string;
|
|
957
1274
|
export type Expression = string;
|
|
958
1275
|
export type ExpressionType = "RuleName"|"MqttTopic"|string;
|
|
959
1276
|
export type FNwkSIntKey = string;
|
|
960
1277
|
export type FPort = number;
|
|
1278
|
+
export interface FPorts {
|
|
1279
|
+
Fuota?: FPort;
|
|
1280
|
+
Multicast?: FPort;
|
|
1281
|
+
ClockSync?: FPort;
|
|
1282
|
+
}
|
|
961
1283
|
export type FactoryPresetFreqsList = PresetFreq[];
|
|
962
1284
|
export type Fingerprint = string;
|
|
1285
|
+
export type FirmwareUpdateImage = string;
|
|
1286
|
+
export type FirmwareUpdateRole = string;
|
|
1287
|
+
export type FuotaDeviceStatus = "Initial"|"Package_Not_Supported"|"FragAlgo_unsupported"|"Not_enough_memory"|"FragIndex_unsupported"|"Wrong_descriptor"|"SessionCnt_replay"|"MissingFrag"|"MemoryError"|"MICError"|"Successful"|string;
|
|
1288
|
+
export interface FuotaTask {
|
|
1289
|
+
Id?: FuotaTaskId;
|
|
1290
|
+
Arn?: FuotaTaskArn;
|
|
1291
|
+
Name?: FuotaTaskName;
|
|
1292
|
+
}
|
|
1293
|
+
export type FuotaTaskArn = string;
|
|
1294
|
+
export type FuotaTaskId = string;
|
|
1295
|
+
export type FuotaTaskList = FuotaTask[];
|
|
1296
|
+
export type FuotaTaskName = string;
|
|
1297
|
+
export type FuotaTaskStatus = "Pending"|"FuotaSession_Waiting"|"In_FuotaSession"|"FuotaDone"|"Delete_Waiting"|string;
|
|
963
1298
|
export type GatewayEui = string;
|
|
1299
|
+
export type GenAppKey = string;
|
|
964
1300
|
export interface GetDestinationRequest {
|
|
965
1301
|
/**
|
|
966
1302
|
* The name of the resource to get.
|
|
@@ -1017,6 +1353,20 @@ declare namespace IoTWireless {
|
|
|
1017
1353
|
*/
|
|
1018
1354
|
LoRaWAN?: LoRaWANDeviceProfile;
|
|
1019
1355
|
}
|
|
1356
|
+
export interface GetFuotaTaskRequest {
|
|
1357
|
+
Id: FuotaTaskId;
|
|
1358
|
+
}
|
|
1359
|
+
export interface GetFuotaTaskResponse {
|
|
1360
|
+
Arn?: FuotaTaskArn;
|
|
1361
|
+
Id?: FuotaTaskId;
|
|
1362
|
+
Status?: FuotaTaskStatus;
|
|
1363
|
+
Name?: FuotaTaskName;
|
|
1364
|
+
Description?: Description;
|
|
1365
|
+
LoRaWAN?: LoRaWANFuotaTaskGetInfo;
|
|
1366
|
+
FirmwareUpdateImage?: FirmwareUpdateImage;
|
|
1367
|
+
FirmwareUpdateRole?: FirmwareUpdateRole;
|
|
1368
|
+
CreatedAt?: CreatedAt;
|
|
1369
|
+
}
|
|
1020
1370
|
export interface GetLogLevelsByResourceTypesRequest {
|
|
1021
1371
|
}
|
|
1022
1372
|
export interface GetLogLevelsByResourceTypesResponse {
|
|
@@ -1024,6 +1374,38 @@ declare namespace IoTWireless {
|
|
|
1024
1374
|
WirelessGatewayLogOptions?: WirelessGatewayLogOptionList;
|
|
1025
1375
|
WirelessDeviceLogOptions?: WirelessDeviceLogOptionList;
|
|
1026
1376
|
}
|
|
1377
|
+
export interface GetMulticastGroupRequest {
|
|
1378
|
+
Id: MulticastGroupId;
|
|
1379
|
+
}
|
|
1380
|
+
export interface GetMulticastGroupResponse {
|
|
1381
|
+
Arn?: MulticastGroupArn;
|
|
1382
|
+
Id?: MulticastGroupId;
|
|
1383
|
+
Name?: MulticastGroupName;
|
|
1384
|
+
Description?: Description;
|
|
1385
|
+
Status?: MulticastGroupStatus;
|
|
1386
|
+
LoRaWAN?: LoRaWANMulticastGet;
|
|
1387
|
+
CreatedAt?: CreatedAt;
|
|
1388
|
+
}
|
|
1389
|
+
export interface GetMulticastGroupSessionRequest {
|
|
1390
|
+
Id: MulticastGroupId;
|
|
1391
|
+
}
|
|
1392
|
+
export interface GetMulticastGroupSessionResponse {
|
|
1393
|
+
LoRaWAN?: LoRaWANMulticastSession;
|
|
1394
|
+
}
|
|
1395
|
+
export interface GetNetworkAnalyzerConfigurationRequest {
|
|
1396
|
+
ConfigurationName: NetworkAnalyzerConfigurationName;
|
|
1397
|
+
}
|
|
1398
|
+
export interface GetNetworkAnalyzerConfigurationResponse {
|
|
1399
|
+
TraceContent?: TraceContent;
|
|
1400
|
+
/**
|
|
1401
|
+
* List of WirelessDevices in the NetworkAnalyzerConfiguration.
|
|
1402
|
+
*/
|
|
1403
|
+
WirelessDevices?: WirelessDeviceList;
|
|
1404
|
+
/**
|
|
1405
|
+
* List of WirelessGateways in the NetworkAnalyzerConfiguration.
|
|
1406
|
+
*/
|
|
1407
|
+
WirelessGateways?: WirelessGatewayList;
|
|
1408
|
+
}
|
|
1027
1409
|
export interface GetPartnerAccountRequest {
|
|
1028
1410
|
/**
|
|
1029
1411
|
* The partner account ID to disassociate from the AWS account.
|
|
@@ -1044,6 +1426,30 @@ declare namespace IoTWireless {
|
|
|
1044
1426
|
*/
|
|
1045
1427
|
AccountLinked?: AccountLinked;
|
|
1046
1428
|
}
|
|
1429
|
+
export interface GetResourceEventConfigurationRequest {
|
|
1430
|
+
/**
|
|
1431
|
+
* Resource identifier to opt 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
|
+
}
|
|
1443
|
+
export interface GetResourceEventConfigurationResponse {
|
|
1444
|
+
/**
|
|
1445
|
+
* Event configuration for the device registration state event
|
|
1446
|
+
*/
|
|
1447
|
+
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
|
|
1448
|
+
/**
|
|
1449
|
+
* Event configuration for the Proximity event
|
|
1450
|
+
*/
|
|
1451
|
+
Proximity?: ProximityEventConfiguration;
|
|
1452
|
+
}
|
|
1047
1453
|
export interface GetResourceLogLevelRequest {
|
|
1048
1454
|
ResourceIdentifier: ResourceIdentifier;
|
|
1049
1455
|
/**
|
|
@@ -1317,6 +1723,7 @@ declare namespace IoTWireless {
|
|
|
1317
1723
|
export type HrAllowed = boolean;
|
|
1318
1724
|
export type ISODateTimeString = string;
|
|
1319
1725
|
export type Identifier = string;
|
|
1726
|
+
export type IdentifierType = "PartnerAccountId"|string;
|
|
1320
1727
|
export type Integer = number;
|
|
1321
1728
|
export type IotCertificateId = string;
|
|
1322
1729
|
export type JoinEui = string;
|
|
@@ -1362,6 +1769,49 @@ declare namespace IoTWireless {
|
|
|
1362
1769
|
*/
|
|
1363
1770
|
DeviceProfileList?: DeviceProfileList;
|
|
1364
1771
|
}
|
|
1772
|
+
export interface ListFuotaTasksRequest {
|
|
1773
|
+
/**
|
|
1774
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
1775
|
+
*/
|
|
1776
|
+
NextToken?: NextToken;
|
|
1777
|
+
MaxResults?: MaxResults;
|
|
1778
|
+
}
|
|
1779
|
+
export interface ListFuotaTasksResponse {
|
|
1780
|
+
/**
|
|
1781
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
1782
|
+
*/
|
|
1783
|
+
NextToken?: NextToken;
|
|
1784
|
+
FuotaTaskList?: FuotaTaskList;
|
|
1785
|
+
}
|
|
1786
|
+
export interface ListMulticastGroupsByFuotaTaskRequest {
|
|
1787
|
+
Id: FuotaTaskId;
|
|
1788
|
+
/**
|
|
1789
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
1790
|
+
*/
|
|
1791
|
+
NextToken?: NextToken;
|
|
1792
|
+
MaxResults?: MaxResults;
|
|
1793
|
+
}
|
|
1794
|
+
export interface ListMulticastGroupsByFuotaTaskResponse {
|
|
1795
|
+
/**
|
|
1796
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
1797
|
+
*/
|
|
1798
|
+
NextToken?: NextToken;
|
|
1799
|
+
MulticastGroupList?: MulticastGroupListByFuotaTask;
|
|
1800
|
+
}
|
|
1801
|
+
export interface ListMulticastGroupsRequest {
|
|
1802
|
+
/**
|
|
1803
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
1804
|
+
*/
|
|
1805
|
+
NextToken?: NextToken;
|
|
1806
|
+
MaxResults?: MaxResults;
|
|
1807
|
+
}
|
|
1808
|
+
export interface ListMulticastGroupsResponse {
|
|
1809
|
+
/**
|
|
1810
|
+
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
1811
|
+
*/
|
|
1812
|
+
NextToken?: NextToken;
|
|
1813
|
+
MulticastGroupList?: MulticastGroupList;
|
|
1814
|
+
}
|
|
1365
1815
|
export interface ListPartnerAccountsRequest {
|
|
1366
1816
|
/**
|
|
1367
1817
|
* To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
|
|
@@ -1439,6 +1889,8 @@ declare namespace IoTWireless {
|
|
|
1439
1889
|
* A filter to list only the wireless devices that use this wireless device type.
|
|
1440
1890
|
*/
|
|
1441
1891
|
WirelessDeviceType?: WirelessDeviceType;
|
|
1892
|
+
FuotaTaskId?: FuotaTaskId;
|
|
1893
|
+
MulticastGroupId?: MulticastGroupId;
|
|
1442
1894
|
}
|
|
1443
1895
|
export interface ListWirelessDevicesResponse {
|
|
1444
1896
|
/**
|
|
@@ -1523,6 +1975,7 @@ declare namespace IoTWireless {
|
|
|
1523
1975
|
* LoRaWAN object for create APIs
|
|
1524
1976
|
*/
|
|
1525
1977
|
AbpV1_0_x?: AbpV1_0_x;
|
|
1978
|
+
FPorts?: FPorts;
|
|
1526
1979
|
}
|
|
1527
1980
|
export interface LoRaWANDeviceMetadata {
|
|
1528
1981
|
/**
|
|
@@ -1628,6 +2081,13 @@ declare namespace IoTWireless {
|
|
|
1628
2081
|
*/
|
|
1629
2082
|
Supports32BitFCnt?: Supports32BitFCnt;
|
|
1630
2083
|
}
|
|
2084
|
+
export interface LoRaWANFuotaTask {
|
|
2085
|
+
RfRegion?: SupportedRfRegion;
|
|
2086
|
+
}
|
|
2087
|
+
export interface LoRaWANFuotaTaskGetInfo {
|
|
2088
|
+
RfRegion?: RfRegion;
|
|
2089
|
+
StartTime?: StartTime;
|
|
2090
|
+
}
|
|
1631
2091
|
export interface LoRaWANGateway {
|
|
1632
2092
|
/**
|
|
1633
2093
|
* The gateway's EUI value.
|
|
@@ -1760,10 +2220,26 @@ declare namespace IoTWireless {
|
|
|
1760
2220
|
*/
|
|
1761
2221
|
DevEui?: DevEui;
|
|
1762
2222
|
}
|
|
2223
|
+
export interface LoRaWANMulticast {
|
|
2224
|
+
RfRegion?: SupportedRfRegion;
|
|
2225
|
+
DlClass?: DlClass;
|
|
2226
|
+
}
|
|
2227
|
+
export interface LoRaWANMulticastGet {
|
|
2228
|
+
RfRegion?: SupportedRfRegion;
|
|
2229
|
+
DlClass?: DlClass;
|
|
2230
|
+
NumberOfDevicesRequested?: NumberOfDevicesRequested;
|
|
2231
|
+
NumberOfDevicesInGroup?: NumberOfDevicesInGroup;
|
|
2232
|
+
}
|
|
2233
|
+
export interface LoRaWANMulticastMetadata {
|
|
2234
|
+
FPort?: FPort;
|
|
2235
|
+
}
|
|
2236
|
+
export interface LoRaWANMulticastSession {
|
|
2237
|
+
DlDr?: DlDr;
|
|
2238
|
+
DlFreq?: DlFreq;
|
|
2239
|
+
SessionStartTime?: SessionStartTimeTimestamp;
|
|
2240
|
+
SessionTimeout?: SessionTimeout;
|
|
2241
|
+
}
|
|
1763
2242
|
export interface LoRaWANSendDataToDevice {
|
|
1764
|
-
/**
|
|
1765
|
-
* The Fport value.
|
|
1766
|
-
*/
|
|
1767
2243
|
FPort?: FPort;
|
|
1768
2244
|
}
|
|
1769
2245
|
export interface LoRaWANServiceProfile {
|
|
@@ -1772,6 +2248,9 @@ declare namespace IoTWireless {
|
|
|
1772
2248
|
*/
|
|
1773
2249
|
AddGwMetadata?: AddGwMetadata;
|
|
1774
2250
|
}
|
|
2251
|
+
export interface LoRaWANStartFuotaTask {
|
|
2252
|
+
StartTime?: StartTime;
|
|
2253
|
+
}
|
|
1775
2254
|
export interface LoRaWANUpdateDevice {
|
|
1776
2255
|
/**
|
|
1777
2256
|
* The ID of the device profile for the wireless device.
|
|
@@ -1815,13 +2294,36 @@ declare namespace IoTWireless {
|
|
|
1815
2294
|
export type MaxDutyCycle = number;
|
|
1816
2295
|
export type MaxEirp = number;
|
|
1817
2296
|
export type MaxResults = number;
|
|
2297
|
+
export type McGroupId = number;
|
|
1818
2298
|
export type MessageId = string;
|
|
1819
2299
|
export type MessageType = "CUSTOM_COMMAND_ID_NOTIFY"|"CUSTOM_COMMAND_ID_GET"|"CUSTOM_COMMAND_ID_SET"|"CUSTOM_COMMAND_ID_RESP"|string;
|
|
1820
2300
|
export type MinGwDiversity = number;
|
|
1821
2301
|
export type Model = string;
|
|
2302
|
+
export type MulticastDeviceStatus = string;
|
|
2303
|
+
export interface MulticastGroup {
|
|
2304
|
+
Id?: MulticastGroupId;
|
|
2305
|
+
Arn?: MulticastGroupArn;
|
|
2306
|
+
Name?: MulticastGroupName;
|
|
2307
|
+
}
|
|
2308
|
+
export type MulticastGroupArn = string;
|
|
2309
|
+
export interface MulticastGroupByFuotaTask {
|
|
2310
|
+
Id?: MulticastGroupId;
|
|
2311
|
+
}
|
|
2312
|
+
export type MulticastGroupId = string;
|
|
2313
|
+
export type MulticastGroupList = MulticastGroup[];
|
|
2314
|
+
export type MulticastGroupListByFuotaTask = MulticastGroupByFuotaTask[];
|
|
2315
|
+
export type MulticastGroupMessageId = string;
|
|
2316
|
+
export type MulticastGroupName = string;
|
|
2317
|
+
export type MulticastGroupStatus = string;
|
|
2318
|
+
export interface MulticastWirelessMetadata {
|
|
2319
|
+
LoRaWAN?: LoRaWANMulticastMetadata;
|
|
2320
|
+
}
|
|
1822
2321
|
export type NetId = string;
|
|
1823
2322
|
export type NetIdFilters = NetId[];
|
|
2323
|
+
export type NetworkAnalyzerConfigurationName = string;
|
|
1824
2324
|
export type NextToken = string;
|
|
2325
|
+
export type NumberOfDevicesInGroup = number;
|
|
2326
|
+
export type NumberOfDevicesRequested = number;
|
|
1825
2327
|
export type NwkGeoLoc = boolean;
|
|
1826
2328
|
export type NwkKey = string;
|
|
1827
2329
|
export type NwkSEncKey = string;
|
|
@@ -1835,6 +2337,10 @@ declare namespace IoTWireless {
|
|
|
1835
2337
|
* The AppEUI value.
|
|
1836
2338
|
*/
|
|
1837
2339
|
AppEui?: AppEui;
|
|
2340
|
+
/**
|
|
2341
|
+
* The GenAppKey value.
|
|
2342
|
+
*/
|
|
2343
|
+
GenAppKey?: GenAppKey;
|
|
1838
2344
|
}
|
|
1839
2345
|
export interface OtaaV1_1 {
|
|
1840
2346
|
/**
|
|
@@ -1860,6 +2366,12 @@ declare namespace IoTWireless {
|
|
|
1860
2366
|
export type PingSlotPeriod = number;
|
|
1861
2367
|
export type PrAllowed = boolean;
|
|
1862
2368
|
export type PresetFreq = number;
|
|
2369
|
+
export interface ProximityEventConfiguration {
|
|
2370
|
+
/**
|
|
2371
|
+
* Proximity event configuration object for enabling or disabling Sidewalk related event topics.
|
|
2372
|
+
*/
|
|
2373
|
+
Sidewalk?: SidewalkEventNotificationConfigurations;
|
|
2374
|
+
}
|
|
1863
2375
|
export interface PutResourceLogLevelRequest {
|
|
1864
2376
|
ResourceIdentifier: ResourceIdentifier;
|
|
1865
2377
|
/**
|
|
@@ -1870,6 +2382,7 @@ declare namespace IoTWireless {
|
|
|
1870
2382
|
}
|
|
1871
2383
|
export interface PutResourceLogLevelResponse {
|
|
1872
2384
|
}
|
|
2385
|
+
export type QueryString = string;
|
|
1873
2386
|
export type RaAllowed = boolean;
|
|
1874
2387
|
export type RegParamsRevision = string;
|
|
1875
2388
|
export type ReportDevStatusBattery = boolean;
|
|
@@ -1897,6 +2410,14 @@ declare namespace IoTWireless {
|
|
|
1897
2410
|
export type RxDrOffset1 = number;
|
|
1898
2411
|
export type RxFreq2 = number;
|
|
1899
2412
|
export type SNwkSIntKey = string;
|
|
2413
|
+
export interface SendDataToMulticastGroupRequest {
|
|
2414
|
+
Id: MulticastGroupId;
|
|
2415
|
+
PayloadData: PayloadData;
|
|
2416
|
+
WirelessMetadata: MulticastWirelessMetadata;
|
|
2417
|
+
}
|
|
2418
|
+
export interface SendDataToMulticastGroupResponse {
|
|
2419
|
+
MessageId?: MulticastGroupMessageId;
|
|
2420
|
+
}
|
|
1900
2421
|
export interface SendDataToWirelessDeviceRequest {
|
|
1901
2422
|
/**
|
|
1902
2423
|
* The ID of the wireless device to receive the data.
|
|
@@ -1906,9 +2427,6 @@ declare namespace IoTWireless {
|
|
|
1906
2427
|
* The transmit mode to use to send data to the wireless device. Can be: 0 for UM (unacknowledge mode) or 1 for AM (acknowledge mode).
|
|
1907
2428
|
*/
|
|
1908
2429
|
TransmitMode: TransmitMode;
|
|
1909
|
-
/**
|
|
1910
|
-
* The binary to be sent to the end device, encoded in base64.
|
|
1911
|
-
*/
|
|
1912
2430
|
PayloadData: PayloadData;
|
|
1913
2431
|
/**
|
|
1914
2432
|
* Metadata about the message request.
|
|
@@ -1968,6 +2486,8 @@ declare namespace IoTWireless {
|
|
|
1968
2486
|
*/
|
|
1969
2487
|
AppSKey?: AppSKey;
|
|
1970
2488
|
}
|
|
2489
|
+
export type SessionStartTimeTimestamp = Date;
|
|
2490
|
+
export type SessionTimeout = number;
|
|
1971
2491
|
export interface SidewalkAccountInfo {
|
|
1972
2492
|
/**
|
|
1973
2493
|
* The Sidewalk Amazon ID.
|
|
@@ -2026,6 +2546,12 @@ declare namespace IoTWireless {
|
|
|
2026
2546
|
*/
|
|
2027
2547
|
DeviceState?: DeviceState;
|
|
2028
2548
|
}
|
|
2549
|
+
export interface SidewalkEventNotificationConfigurations {
|
|
2550
|
+
/**
|
|
2551
|
+
* Enum to denote whether amazon id event topic is enabled or disabled.
|
|
2552
|
+
*/
|
|
2553
|
+
AmazonIdEventTopic?: EventNotificationTopicStatus;
|
|
2554
|
+
}
|
|
2029
2555
|
export type SidewalkId = string;
|
|
2030
2556
|
export interface SidewalkListDevice {
|
|
2031
2557
|
/**
|
|
@@ -2060,9 +2586,37 @@ declare namespace IoTWireless {
|
|
|
2060
2586
|
AppServerPrivateKey?: AppServerPrivateKey;
|
|
2061
2587
|
}
|
|
2062
2588
|
export type SigningAlg = "Ed25519"|"P256r1"|string;
|
|
2589
|
+
export interface StartBulkAssociateWirelessDeviceWithMulticastGroupRequest {
|
|
2590
|
+
Id: MulticastGroupId;
|
|
2591
|
+
QueryString?: QueryString;
|
|
2592
|
+
Tags?: TagList;
|
|
2593
|
+
}
|
|
2594
|
+
export interface StartBulkAssociateWirelessDeviceWithMulticastGroupResponse {
|
|
2595
|
+
}
|
|
2596
|
+
export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest {
|
|
2597
|
+
Id: MulticastGroupId;
|
|
2598
|
+
QueryString?: QueryString;
|
|
2599
|
+
Tags?: TagList;
|
|
2600
|
+
}
|
|
2601
|
+
export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse {
|
|
2602
|
+
}
|
|
2603
|
+
export interface StartFuotaTaskRequest {
|
|
2604
|
+
Id: FuotaTaskId;
|
|
2605
|
+
LoRaWAN?: LoRaWANStartFuotaTask;
|
|
2606
|
+
}
|
|
2607
|
+
export interface StartFuotaTaskResponse {
|
|
2608
|
+
}
|
|
2609
|
+
export interface StartMulticastGroupSessionRequest {
|
|
2610
|
+
Id: MulticastGroupId;
|
|
2611
|
+
LoRaWAN: LoRaWANMulticastSession;
|
|
2612
|
+
}
|
|
2613
|
+
export interface StartMulticastGroupSessionResponse {
|
|
2614
|
+
}
|
|
2615
|
+
export type StartTime = Date;
|
|
2063
2616
|
export type Station = string;
|
|
2064
2617
|
export type SubBand = number;
|
|
2065
2618
|
export type SubBands = SubBand[];
|
|
2619
|
+
export type SupportedRfRegion = "EU868"|"US915"|"AU915"|"AS923-1"|string;
|
|
2066
2620
|
export type Supports32BitFCnt = boolean;
|
|
2067
2621
|
export type SupportsClassB = boolean;
|
|
2068
2622
|
export type SupportsClassC = boolean;
|
|
@@ -2108,6 +2662,10 @@ declare namespace IoTWireless {
|
|
|
2108
2662
|
}
|
|
2109
2663
|
export type ThingArn = string;
|
|
2110
2664
|
export type ThingName = string;
|
|
2665
|
+
export interface TraceContent {
|
|
2666
|
+
WirelessDeviceFrameInfo?: WirelessDeviceFrameInfo;
|
|
2667
|
+
LogLevel?: LogLevel;
|
|
2668
|
+
}
|
|
2111
2669
|
export type TransmitMode = number;
|
|
2112
2670
|
export type UlBucketSize = number;
|
|
2113
2671
|
export type UlRate = number;
|
|
@@ -2149,6 +2707,16 @@ declare namespace IoTWireless {
|
|
|
2149
2707
|
}
|
|
2150
2708
|
export interface UpdateDestinationResponse {
|
|
2151
2709
|
}
|
|
2710
|
+
export interface UpdateFuotaTaskRequest {
|
|
2711
|
+
Id: FuotaTaskId;
|
|
2712
|
+
Name?: FuotaTaskName;
|
|
2713
|
+
Description?: Description;
|
|
2714
|
+
LoRaWAN?: LoRaWANFuotaTask;
|
|
2715
|
+
FirmwareUpdateImage?: FirmwareUpdateImage;
|
|
2716
|
+
FirmwareUpdateRole?: FirmwareUpdateRole;
|
|
2717
|
+
}
|
|
2718
|
+
export interface UpdateFuotaTaskResponse {
|
|
2719
|
+
}
|
|
2152
2720
|
export interface UpdateLogLevelsByResourceTypesRequest {
|
|
2153
2721
|
DefaultLogLevel?: LogLevel;
|
|
2154
2722
|
WirelessDeviceLogOptions?: WirelessDeviceLogOptionList;
|
|
@@ -2156,6 +2724,36 @@ declare namespace IoTWireless {
|
|
|
2156
2724
|
}
|
|
2157
2725
|
export interface UpdateLogLevelsByResourceTypesResponse {
|
|
2158
2726
|
}
|
|
2727
|
+
export interface UpdateMulticastGroupRequest {
|
|
2728
|
+
Id: MulticastGroupId;
|
|
2729
|
+
Name?: MulticastGroupName;
|
|
2730
|
+
Description?: Description;
|
|
2731
|
+
LoRaWAN?: LoRaWANMulticast;
|
|
2732
|
+
}
|
|
2733
|
+
export interface UpdateMulticastGroupResponse {
|
|
2734
|
+
}
|
|
2735
|
+
export interface UpdateNetworkAnalyzerConfigurationRequest {
|
|
2736
|
+
ConfigurationName: NetworkAnalyzerConfigurationName;
|
|
2737
|
+
TraceContent?: TraceContent;
|
|
2738
|
+
/**
|
|
2739
|
+
* WirelessDevices to add into NetworkAnalyzerConfiguration.
|
|
2740
|
+
*/
|
|
2741
|
+
WirelessDevicesToAdd?: WirelessDeviceList;
|
|
2742
|
+
/**
|
|
2743
|
+
* WirelessDevices to remove from NetworkAnalyzerConfiguration.
|
|
2744
|
+
*/
|
|
2745
|
+
WirelessDevicesToRemove?: WirelessDeviceList;
|
|
2746
|
+
/**
|
|
2747
|
+
* WirelessGateways to add into NetworkAnalyzerConfiguration.
|
|
2748
|
+
*/
|
|
2749
|
+
WirelessGatewaysToAdd?: WirelessGatewayList;
|
|
2750
|
+
/**
|
|
2751
|
+
* WirelessGateways to remove from NetworkAnalyzerConfiguration.
|
|
2752
|
+
*/
|
|
2753
|
+
WirelessGatewaysToRemove?: WirelessGatewayList;
|
|
2754
|
+
}
|
|
2755
|
+
export interface UpdateNetworkAnalyzerConfigurationResponse {
|
|
2756
|
+
}
|
|
2159
2757
|
export interface UpdatePartnerAccountRequest {
|
|
2160
2758
|
/**
|
|
2161
2759
|
* The Sidewalk account credentials.
|
|
@@ -2172,6 +2770,30 @@ declare namespace IoTWireless {
|
|
|
2172
2770
|
}
|
|
2173
2771
|
export interface UpdatePartnerAccountResponse {
|
|
2174
2772
|
}
|
|
2773
|
+
export interface UpdateResourceEventConfigurationRequest {
|
|
2774
|
+
/**
|
|
2775
|
+
* Resource identifier to opt in for event messaging.
|
|
2776
|
+
*/
|
|
2777
|
+
Identifier: Identifier;
|
|
2778
|
+
/**
|
|
2779
|
+
* Identifier type of the particular resource identifier for event configuration.
|
|
2780
|
+
*/
|
|
2781
|
+
IdentifierType: IdentifierType;
|
|
2782
|
+
/**
|
|
2783
|
+
* Partner type of the resource if the identifier type is PartnerAccountId
|
|
2784
|
+
*/
|
|
2785
|
+
PartnerType?: EventNotificationPartnerType;
|
|
2786
|
+
/**
|
|
2787
|
+
* Event configuration for the device registration state event
|
|
2788
|
+
*/
|
|
2789
|
+
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration;
|
|
2790
|
+
/**
|
|
2791
|
+
* Event configuration for the Proximity event
|
|
2792
|
+
*/
|
|
2793
|
+
Proximity?: ProximityEventConfiguration;
|
|
2794
|
+
}
|
|
2795
|
+
export interface UpdateResourceEventConfigurationResponse {
|
|
2796
|
+
}
|
|
2175
2797
|
export type UpdateSignature = string;
|
|
2176
2798
|
export interface UpdateWirelessDeviceRequest {
|
|
2177
2799
|
/**
|
|
@@ -2250,8 +2872,10 @@ declare namespace IoTWireless {
|
|
|
2250
2872
|
LogLevel: LogLevel;
|
|
2251
2873
|
}
|
|
2252
2874
|
export type WirelessDeviceEventLogOptionList = WirelessDeviceEventLogOption[];
|
|
2875
|
+
export type WirelessDeviceFrameInfo = "ENABLED"|"DISABLED"|string;
|
|
2253
2876
|
export type WirelessDeviceId = string;
|
|
2254
2877
|
export type WirelessDeviceIdType = "WirelessDeviceId"|"DevEui"|"ThingName"|"SidewalkManufacturingSn"|string;
|
|
2878
|
+
export type WirelessDeviceList = WirelessDeviceId[];
|
|
2255
2879
|
export interface WirelessDeviceLogOption {
|
|
2256
2880
|
/**
|
|
2257
2881
|
* The wireless device type.
|
|
@@ -2295,6 +2919,12 @@ declare namespace IoTWireless {
|
|
|
2295
2919
|
* The Sidewalk account credentials.
|
|
2296
2920
|
*/
|
|
2297
2921
|
Sidewalk?: SidewalkListDevice;
|
|
2922
|
+
FuotaDeviceStatus?: FuotaDeviceStatus;
|
|
2923
|
+
/**
|
|
2924
|
+
* The status of the wireless device in the multicast group.
|
|
2925
|
+
*/
|
|
2926
|
+
MulticastDeviceStatus?: MulticastDeviceStatus;
|
|
2927
|
+
McGroupId?: McGroupId;
|
|
2298
2928
|
}
|
|
2299
2929
|
export type WirelessDeviceStatisticsList = WirelessDeviceStatistics[];
|
|
2300
2930
|
export type WirelessDeviceType = "Sidewalk"|"LoRaWAN"|string;
|
|
@@ -2307,6 +2937,7 @@ declare namespace IoTWireless {
|
|
|
2307
2937
|
export type WirelessGatewayEventLogOptionList = WirelessGatewayEventLogOption[];
|
|
2308
2938
|
export type WirelessGatewayId = string;
|
|
2309
2939
|
export type WirelessGatewayIdType = "GatewayEui"|"WirelessGatewayId"|"ThingName"|string;
|
|
2940
|
+
export type WirelessGatewayList = WirelessGatewayId[];
|
|
2310
2941
|
export interface WirelessGatewayLogOption {
|
|
2311
2942
|
Type: WirelessGatewayType;
|
|
2312
2943
|
LogLevel: LogLevel;
|