@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
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
require('../lib/node_loader');
|
|
2
|
+
var AWS = require('../lib/core');
|
|
3
|
+
var Service = AWS.Service;
|
|
4
|
+
var apiLoader = AWS.apiLoader;
|
|
5
|
+
|
|
6
|
+
apiLoader.services['inspector2'] = {};
|
|
7
|
+
AWS.Inspector2 = Service.defineService('inspector2', ['2020-06-08']);
|
|
8
|
+
Object.defineProperty(apiLoader.services['inspector2'], '2020-06-08', {
|
|
9
|
+
get: function get() {
|
|
10
|
+
var model = require('../apis/inspector2-2020-06-08.min.json');
|
|
11
|
+
model.paginators = require('../apis/inspector2-2020-06-08.paginators.json').pagination;
|
|
12
|
+
return model;
|
|
13
|
+
},
|
|
14
|
+
enumerable: true,
|
|
15
|
+
configurable: true
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
module.exports = AWS.Inspector2;
|
|
@@ -164,11 +164,11 @@ declare class Iot extends Service {
|
|
|
164
164
|
*/
|
|
165
165
|
createBillingGroup(callback?: (err: AWSError, data: Iot.Types.CreateBillingGroupResponse) => void): Request<Iot.Types.CreateBillingGroupResponse, AWSError>;
|
|
166
166
|
/**
|
|
167
|
-
* Creates an X.509 certificate using the specified certificate signing request. Note: The CSR must include a public key that is either an RSA key with a length of at least 2048 bits or an ECC key from NIST P-256 or NIST P-
|
|
167
|
+
* Creates an X.509 certificate using the specified certificate signing request. Note: The CSR must include a public key that is either an RSA key with a length of at least 2048 bits or an ECC key from NIST P-256, NIST P-384, or NIST P-512 curves. For supported certificates, consult Certificate signing algorithms supported by IoT. Note: Reusing the same certificate signing request (CSR) results in a distinct certificate. Requires permission to access the CreateCertificateFromCsr action. You can create multiple certificates in a batch by creating a directory, copying multiple .csr files into that directory, and then specifying that directory on the command line. The following commands show how to create a batch of certificates given a batch of CSRs. Assuming a set of CSRs are located inside of the directory my-csr-directory: On Linux and OS X, the command is: $ ls my-csr-directory/ | xargs -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{} This command lists all of the CSRs in my-csr-directory and pipes each CSR file name to the aws iot create-certificate-from-csr Amazon Web Services CLI command to create a certificate for the corresponding CSR. The aws iot create-certificate-from-csr part of the command can also be run in parallel to speed up the certificate creation process: $ ls my-csr-directory/ | xargs -P 10 -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{} On Windows PowerShell, the command to create certificates for all CSRs in my-csr-directory is: > ls -Name my-csr-directory | %{aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/$_} On a Windows command prompt, the command to create certificates for all CSRs in my-csr-directory is: > forfiles /p my-csr-directory /c "cmd /c aws iot create-certificate-from-csr --certificate-signing-request file://@path"
|
|
168
168
|
*/
|
|
169
169
|
createCertificateFromCsr(params: Iot.Types.CreateCertificateFromCsrRequest, callback?: (err: AWSError, data: Iot.Types.CreateCertificateFromCsrResponse) => void): Request<Iot.Types.CreateCertificateFromCsrResponse, AWSError>;
|
|
170
170
|
/**
|
|
171
|
-
* Creates an X.509 certificate using the specified certificate signing request. Note: The CSR must include a public key that is either an RSA key with a length of at least 2048 bits or an ECC key from NIST P-256 or NIST P-
|
|
171
|
+
* Creates an X.509 certificate using the specified certificate signing request. Note: The CSR must include a public key that is either an RSA key with a length of at least 2048 bits or an ECC key from NIST P-256, NIST P-384, or NIST P-512 curves. For supported certificates, consult Certificate signing algorithms supported by IoT. Note: Reusing the same certificate signing request (CSR) results in a distinct certificate. Requires permission to access the CreateCertificateFromCsr action. You can create multiple certificates in a batch by creating a directory, copying multiple .csr files into that directory, and then specifying that directory on the command line. The following commands show how to create a batch of certificates given a batch of CSRs. Assuming a set of CSRs are located inside of the directory my-csr-directory: On Linux and OS X, the command is: $ ls my-csr-directory/ | xargs -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{} This command lists all of the CSRs in my-csr-directory and pipes each CSR file name to the aws iot create-certificate-from-csr Amazon Web Services CLI command to create a certificate for the corresponding CSR. The aws iot create-certificate-from-csr part of the command can also be run in parallel to speed up the certificate creation process: $ ls my-csr-directory/ | xargs -P 10 -I {} aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/{} On Windows PowerShell, the command to create certificates for all CSRs in my-csr-directory is: > ls -Name my-csr-directory | %{aws iot create-certificate-from-csr --certificate-signing-request file://my-csr-directory/$_} On a Windows command prompt, the command to create certificates for all CSRs in my-csr-directory is: > forfiles /p my-csr-directory /c "cmd /c aws iot create-certificate-from-csr --certificate-signing-request file://@path"
|
|
172
172
|
*/
|
|
173
173
|
createCertificateFromCsr(callback?: (err: AWSError, data: Iot.Types.CreateCertificateFromCsrResponse) => void): Request<Iot.Types.CreateCertificateFromCsrResponse, AWSError>;
|
|
174
174
|
/**
|
|
@@ -787,6 +787,14 @@ declare class Iot extends Service {
|
|
|
787
787
|
* Returns information about a job template.
|
|
788
788
|
*/
|
|
789
789
|
describeJobTemplate(callback?: (err: AWSError, data: Iot.Types.DescribeJobTemplateResponse) => void): Request<Iot.Types.DescribeJobTemplateResponse, AWSError>;
|
|
790
|
+
/**
|
|
791
|
+
* View details of a managed job template.
|
|
792
|
+
*/
|
|
793
|
+
describeManagedJobTemplate(params: Iot.Types.DescribeManagedJobTemplateRequest, callback?: (err: AWSError, data: Iot.Types.DescribeManagedJobTemplateResponse) => void): Request<Iot.Types.DescribeManagedJobTemplateResponse, AWSError>;
|
|
794
|
+
/**
|
|
795
|
+
* View details of a managed job template.
|
|
796
|
+
*/
|
|
797
|
+
describeManagedJobTemplate(callback?: (err: AWSError, data: Iot.Types.DescribeManagedJobTemplateResponse) => void): Request<Iot.Types.DescribeManagedJobTemplateResponse, AWSError>;
|
|
790
798
|
/**
|
|
791
799
|
* Gets information about a mitigation action. Requires permission to access the DescribeMitigationAction action.
|
|
792
800
|
*/
|
|
@@ -1235,6 +1243,14 @@ declare class Iot extends Service {
|
|
|
1235
1243
|
* Lists jobs. Requires permission to access the ListJobs action.
|
|
1236
1244
|
*/
|
|
1237
1245
|
listJobs(callback?: (err: AWSError, data: Iot.Types.ListJobsResponse) => void): Request<Iot.Types.ListJobsResponse, AWSError>;
|
|
1246
|
+
/**
|
|
1247
|
+
* Returns a list of managed job templates.
|
|
1248
|
+
*/
|
|
1249
|
+
listManagedJobTemplates(params: Iot.Types.ListManagedJobTemplatesRequest, callback?: (err: AWSError, data: Iot.Types.ListManagedJobTemplatesResponse) => void): Request<Iot.Types.ListManagedJobTemplatesResponse, AWSError>;
|
|
1250
|
+
/**
|
|
1251
|
+
* Returns a list of managed job templates.
|
|
1252
|
+
*/
|
|
1253
|
+
listManagedJobTemplates(callback?: (err: AWSError, data: Iot.Types.ListManagedJobTemplatesResponse) => void): Request<Iot.Types.ListManagedJobTemplatesResponse, AWSError>;
|
|
1238
1254
|
/**
|
|
1239
1255
|
* Gets a list of all mitigation actions that match the specified filter criteria. Requires permission to access the ListMitigationActions action.
|
|
1240
1256
|
*/
|
|
@@ -1483,6 +1499,14 @@ declare class Iot extends Service {
|
|
|
1483
1499
|
* Lists the Device Defender security profile violations discovered during the given time period. You can use filters to limit the results to those alerts issued for a particular security profile, behavior, or thing (device). Requires permission to access the ListViolationEvents action.
|
|
1484
1500
|
*/
|
|
1485
1501
|
listViolationEvents(callback?: (err: AWSError, data: Iot.Types.ListViolationEventsResponse) => void): Request<Iot.Types.ListViolationEventsResponse, AWSError>;
|
|
1502
|
+
/**
|
|
1503
|
+
* Set a verification state and provide a description of that verification state on a violation (detect alarm).
|
|
1504
|
+
*/
|
|
1505
|
+
putVerificationStateOnViolation(params: Iot.Types.PutVerificationStateOnViolationRequest, callback?: (err: AWSError, data: Iot.Types.PutVerificationStateOnViolationResponse) => void): Request<Iot.Types.PutVerificationStateOnViolationResponse, AWSError>;
|
|
1506
|
+
/**
|
|
1507
|
+
* Set a verification state and provide a description of that verification state on a violation (detect alarm).
|
|
1508
|
+
*/
|
|
1509
|
+
putVerificationStateOnViolation(callback?: (err: AWSError, data: Iot.Types.PutVerificationStateOnViolationResponse) => void): Request<Iot.Types.PutVerificationStateOnViolationResponse, AWSError>;
|
|
1486
1510
|
/**
|
|
1487
1511
|
* Registers a CA certificate with IoT. This CA certificate can then be used to sign device certificates, which can be then registered with IoT. You can register up to 10 CA certificates per Amazon Web Services account that have the same subject field. This enables you to have up to 10 certificate authorities sign your device certificates. If you have more than one CA certificate registered, make sure you pass the CA certificate when you register your device certificates with the RegisterCertificate action. Requires permission to access the RegisterCACertificate action.
|
|
1488
1512
|
*/
|
|
@@ -1500,11 +1524,11 @@ declare class Iot extends Service {
|
|
|
1500
1524
|
*/
|
|
1501
1525
|
registerCertificate(callback?: (err: AWSError, data: Iot.Types.RegisterCertificateResponse) => void): Request<Iot.Types.RegisterCertificateResponse, AWSError>;
|
|
1502
1526
|
/**
|
|
1503
|
-
* Register a certificate that does not have a certificate authority (CA).
|
|
1527
|
+
* Register a certificate that does not have a certificate authority (CA). For supported certificates, consult Certificate signing algorithms supported by IoT.
|
|
1504
1528
|
*/
|
|
1505
1529
|
registerCertificateWithoutCA(params: Iot.Types.RegisterCertificateWithoutCARequest, callback?: (err: AWSError, data: Iot.Types.RegisterCertificateWithoutCAResponse) => void): Request<Iot.Types.RegisterCertificateWithoutCAResponse, AWSError>;
|
|
1506
1530
|
/**
|
|
1507
|
-
* Register a certificate that does not have a certificate authority (CA).
|
|
1531
|
+
* Register a certificate that does not have a certificate authority (CA). For supported certificates, consult Certificate signing algorithms supported by IoT.
|
|
1508
1532
|
*/
|
|
1509
1533
|
registerCertificateWithoutCA(callback?: (err: AWSError, data: Iot.Types.RegisterCertificateWithoutCAResponse) => void): Request<Iot.Types.RegisterCertificateWithoutCAResponse, AWSError>;
|
|
1510
1534
|
/**
|
|
@@ -1524,11 +1548,11 @@ declare class Iot extends Service {
|
|
|
1524
1548
|
*/
|
|
1525
1549
|
rejectCertificateTransfer(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
1526
1550
|
/**
|
|
1527
|
-
* Removes the given thing from the billing group. Requires permission to access the RemoveThingFromBillingGroup action.
|
|
1551
|
+
* Removes the given thing from the billing group. Requires permission to access the RemoveThingFromBillingGroup action. This call is asynchronous. It might take several seconds for the detachment to propagate.
|
|
1528
1552
|
*/
|
|
1529
1553
|
removeThingFromBillingGroup(params: Iot.Types.RemoveThingFromBillingGroupRequest, callback?: (err: AWSError, data: Iot.Types.RemoveThingFromBillingGroupResponse) => void): Request<Iot.Types.RemoveThingFromBillingGroupResponse, AWSError>;
|
|
1530
1554
|
/**
|
|
1531
|
-
* Removes the given thing from the billing group. Requires permission to access the RemoveThingFromBillingGroup action.
|
|
1555
|
+
* Removes the given thing from the billing group. Requires permission to access the RemoveThingFromBillingGroup action. This call is asynchronous. It might take several seconds for the detachment to propagate.
|
|
1532
1556
|
*/
|
|
1533
1557
|
removeThingFromBillingGroup(callback?: (err: AWSError, data: Iot.Types.RemoveThingFromBillingGroupResponse) => void): Request<Iot.Types.RemoveThingFromBillingGroupResponse, AWSError>;
|
|
1534
1558
|
/**
|
|
@@ -1965,7 +1989,7 @@ declare namespace Iot {
|
|
|
1965
1989
|
*/
|
|
1966
1990
|
cloudwatchLogs?: CloudwatchLogsAction;
|
|
1967
1991
|
/**
|
|
1968
|
-
* Write data to an Amazon
|
|
1992
|
+
* Write data to an Amazon OpenSearch Service domain. The Elasticsearch action can only be used by existing rule actions. To create a new rule action or to update an existing rule action, use the OpenSearch rule action instead. For more information, see OpenSearchAction.
|
|
1969
1993
|
*/
|
|
1970
1994
|
elasticsearch?: ElasticsearchAction;
|
|
1971
1995
|
/**
|
|
@@ -2000,6 +2024,10 @@ declare namespace Iot {
|
|
|
2000
2024
|
* Send messages to an Amazon Managed Streaming for Apache Kafka (Amazon MSK) or self-managed Apache Kafka cluster.
|
|
2001
2025
|
*/
|
|
2002
2026
|
kafka?: KafkaAction;
|
|
2027
|
+
/**
|
|
2028
|
+
* Write data to an Amazon OpenSearch Service domain.
|
|
2029
|
+
*/
|
|
2030
|
+
openSearch?: OpenSearchAction;
|
|
2003
2031
|
}
|
|
2004
2032
|
export type ActionList = Action[];
|
|
2005
2033
|
export type ActionType = "PUBLISH"|"SUBSCRIBE"|"RECEIVE"|"CONNECT"|string;
|
|
@@ -2028,6 +2056,14 @@ declare namespace Iot {
|
|
|
2028
2056
|
* The details of a violation event.
|
|
2029
2057
|
*/
|
|
2030
2058
|
violationEventAdditionalInfo?: ViolationEventAdditionalInfo;
|
|
2059
|
+
/**
|
|
2060
|
+
* The verification state of the violation (detect alarm).
|
|
2061
|
+
*/
|
|
2062
|
+
verificationState?: VerificationState;
|
|
2063
|
+
/**
|
|
2064
|
+
* The description of the verification state of the violation.
|
|
2065
|
+
*/
|
|
2066
|
+
verificationStateDescription?: VerificationStateDescription;
|
|
2031
2067
|
/**
|
|
2032
2068
|
* The time the most recent violation occurred.
|
|
2033
2069
|
*/
|
|
@@ -2040,7 +2076,7 @@ declare namespace Iot {
|
|
|
2040
2076
|
export type ActiveViolations = ActiveViolation[];
|
|
2041
2077
|
export interface AddThingToBillingGroupRequest {
|
|
2042
2078
|
/**
|
|
2043
|
-
* The name of the billing group.
|
|
2079
|
+
* The name of the billing group. This call is asynchronous. It might take several seconds for the detachment to propagate.
|
|
2044
2080
|
*/
|
|
2045
2081
|
billingGroupName?: BillingGroupName;
|
|
2046
2082
|
/**
|
|
@@ -3188,7 +3224,7 @@ declare namespace Iot {
|
|
|
3188
3224
|
*/
|
|
3189
3225
|
description?: AuditDescription;
|
|
3190
3226
|
/**
|
|
3191
|
-
*
|
|
3227
|
+
* Each audit supression must have a unique client request token. If you try to create a new audit suppression with the same token as one that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request.
|
|
3192
3228
|
*/
|
|
3193
3229
|
clientRequestToken: ClientRequestToken;
|
|
3194
3230
|
}
|
|
@@ -3547,6 +3583,10 @@ declare namespace Iot {
|
|
|
3547
3583
|
* The ARN of the job template used to create the job.
|
|
3548
3584
|
*/
|
|
3549
3585
|
jobTemplateArn?: JobTemplateArn;
|
|
3586
|
+
/**
|
|
3587
|
+
* Parameters of a managed template that you can specify to create the job document.
|
|
3588
|
+
*/
|
|
3589
|
+
documentParameters?: ParameterMap;
|
|
3550
3590
|
}
|
|
3551
3591
|
export interface CreateJobResponse {
|
|
3552
3592
|
/**
|
|
@@ -4008,7 +4048,7 @@ declare namespace Iot {
|
|
|
4008
4048
|
*/
|
|
4009
4049
|
files: StreamFiles;
|
|
4010
4050
|
/**
|
|
4011
|
-
* An IAM role that allows the IoT service principal
|
|
4051
|
+
* An IAM role that allows the IoT service principal to access your S3 files.
|
|
4012
4052
|
*/
|
|
4013
4053
|
roleArn: RoleArn;
|
|
4014
4054
|
/**
|
|
@@ -4923,7 +4963,7 @@ declare namespace Iot {
|
|
|
4923
4963
|
*/
|
|
4924
4964
|
indexStatus?: IndexStatus;
|
|
4925
4965
|
/**
|
|
4926
|
-
* Contains a value that specifies the type of indexing performed. Valid values are: REGISTRY – Your thing index contains only registry data. REGISTRY_AND_SHADOW - Your thing index contains registry data and shadow data. REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index contains registry data and thing connectivity status data. REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index contains registry data, shadow data, and thing connectivity status data.
|
|
4966
|
+
* Contains a value that specifies the type of indexing performed. Valid values are: REGISTRY – Your thing index contains only registry data. REGISTRY_AND_SHADOW - Your thing index contains registry data and shadow data. REGISTRY_AND_CONNECTIVITY_STATUS - Your thing index contains registry data and thing connectivity status data. REGISTRY_AND_SHADOW_AND_CONNECTIVITY_STATUS - Your thing index contains registry data, shadow data, and thing connectivity status data. MULTI_INDEXING_MODE - Your thing index contains multiple data sources. For more information, see GetIndexingConfiguration.
|
|
4927
4967
|
*/
|
|
4928
4968
|
schema?: IndexSchema;
|
|
4929
4969
|
}
|
|
@@ -4999,6 +5039,46 @@ declare namespace Iot {
|
|
|
4999
5039
|
abortConfig?: AbortConfig;
|
|
5000
5040
|
timeoutConfig?: TimeoutConfig;
|
|
5001
5041
|
}
|
|
5042
|
+
export interface DescribeManagedJobTemplateRequest {
|
|
5043
|
+
/**
|
|
5044
|
+
* The unique name of a managed job template, which is required.
|
|
5045
|
+
*/
|
|
5046
|
+
templateName: ManagedJobTemplateName;
|
|
5047
|
+
/**
|
|
5048
|
+
* An optional parameter to specify version of a managed template. If not specified, the pre-defined default version is returned.
|
|
5049
|
+
*/
|
|
5050
|
+
templateVersion?: ManagedTemplateVersion;
|
|
5051
|
+
}
|
|
5052
|
+
export interface DescribeManagedJobTemplateResponse {
|
|
5053
|
+
/**
|
|
5054
|
+
* The unique name of a managed template, such as AWS-Reboot.
|
|
5055
|
+
*/
|
|
5056
|
+
templateName?: ManagedJobTemplateName;
|
|
5057
|
+
/**
|
|
5058
|
+
* The unique Amazon Resource Name (ARN) of the managed template.
|
|
5059
|
+
*/
|
|
5060
|
+
templateArn?: JobTemplateArn;
|
|
5061
|
+
/**
|
|
5062
|
+
* The unique description of a managed template.
|
|
5063
|
+
*/
|
|
5064
|
+
description?: JobDescription;
|
|
5065
|
+
/**
|
|
5066
|
+
* The version for a managed template.
|
|
5067
|
+
*/
|
|
5068
|
+
templateVersion?: ManagedTemplateVersion;
|
|
5069
|
+
/**
|
|
5070
|
+
* A list of environments that are supported with the managed job template.
|
|
5071
|
+
*/
|
|
5072
|
+
environments?: Environments;
|
|
5073
|
+
/**
|
|
5074
|
+
* A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.
|
|
5075
|
+
*/
|
|
5076
|
+
documentParameters?: DocumentParameters;
|
|
5077
|
+
/**
|
|
5078
|
+
* The document schema for a managed job template.
|
|
5079
|
+
*/
|
|
5080
|
+
document?: JobDocument;
|
|
5081
|
+
}
|
|
5002
5082
|
export interface DescribeMitigationActionRequest {
|
|
5003
5083
|
/**
|
|
5004
5084
|
* The friendly name that uniquely identifies the mitigation action.
|
|
@@ -5560,6 +5640,7 @@ declare namespace Iot {
|
|
|
5560
5640
|
}
|
|
5561
5641
|
export type DetectMitigationActionsToExecuteList = MitigationActionName[];
|
|
5562
5642
|
export type DeviceCertificateUpdateAction = "DEACTIVATE"|string;
|
|
5643
|
+
export type DeviceDefenderIndexingMode = "OFF"|"VIOLATIONS"|string;
|
|
5563
5644
|
export type DeviceDefenderThingName = string;
|
|
5564
5645
|
export type DimensionArn = string;
|
|
5565
5646
|
export type DimensionName = string;
|
|
@@ -5576,6 +5657,29 @@ declare namespace Iot {
|
|
|
5576
5657
|
ruleName: RuleName;
|
|
5577
5658
|
}
|
|
5578
5659
|
export type DisconnectReason = string;
|
|
5660
|
+
export interface DocumentParameter {
|
|
5661
|
+
/**
|
|
5662
|
+
* Key of the map field containing the patterns that need to be replaced in a managed template job document schema.
|
|
5663
|
+
*/
|
|
5664
|
+
key?: ParameterKey;
|
|
5665
|
+
/**
|
|
5666
|
+
* Description of the map field containing the patterns that need to be replaced in a managed template job document schema.
|
|
5667
|
+
*/
|
|
5668
|
+
description?: JobDescription;
|
|
5669
|
+
/**
|
|
5670
|
+
* A regular expression of the patterns that need to be replaced in a managed template job document schema.
|
|
5671
|
+
*/
|
|
5672
|
+
regex?: Regex;
|
|
5673
|
+
/**
|
|
5674
|
+
* An example illustrating a pattern that need to be replaced in a managed template job document schema.
|
|
5675
|
+
*/
|
|
5676
|
+
example?: Example;
|
|
5677
|
+
/**
|
|
5678
|
+
* Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.
|
|
5679
|
+
*/
|
|
5680
|
+
optional?: Optional;
|
|
5681
|
+
}
|
|
5682
|
+
export type DocumentParameters = DocumentParameter[];
|
|
5579
5683
|
export type DomainConfigurationArn = string;
|
|
5580
5684
|
export type DomainConfigurationName = string;
|
|
5581
5685
|
export type DomainConfigurationStatus = "ENABLED"|"DISABLED"|string;
|
|
@@ -5669,15 +5773,15 @@ declare namespace Iot {
|
|
|
5669
5773
|
}
|
|
5670
5774
|
export interface ElasticsearchAction {
|
|
5671
5775
|
/**
|
|
5672
|
-
* The IAM role ARN that has access to
|
|
5776
|
+
* The IAM role ARN that has access to OpenSearch.
|
|
5673
5777
|
*/
|
|
5674
5778
|
roleArn: AwsArn;
|
|
5675
5779
|
/**
|
|
5676
|
-
* The endpoint of your
|
|
5780
|
+
* The endpoint of your OpenSearch domain.
|
|
5677
5781
|
*/
|
|
5678
5782
|
endpoint: ElasticsearchEndpoint;
|
|
5679
5783
|
/**
|
|
5680
|
-
* The
|
|
5784
|
+
* The index where you want to store your data.
|
|
5681
5785
|
*/
|
|
5682
5786
|
index: ElasticsearchIndex;
|
|
5683
5787
|
/**
|
|
@@ -5712,6 +5816,8 @@ declare namespace Iot {
|
|
|
5712
5816
|
export type Enabled = boolean;
|
|
5713
5817
|
export type EndpointAddress = string;
|
|
5714
5818
|
export type EndpointType = string;
|
|
5819
|
+
export type Environment = string;
|
|
5820
|
+
export type Environments = Environment[];
|
|
5715
5821
|
export type ErrorCode = string;
|
|
5716
5822
|
export interface ErrorInfo {
|
|
5717
5823
|
/**
|
|
@@ -5727,6 +5833,7 @@ declare namespace Iot {
|
|
|
5727
5833
|
export type EvaluationStatistic = string;
|
|
5728
5834
|
export type EventConfigurations = {[key: string]: Configuration};
|
|
5729
5835
|
export type EventType = "THING"|"THING_GROUP"|"THING_TYPE"|"THING_GROUP_MEMBERSHIP"|"THING_GROUP_HIERARCHY"|"THING_TYPE_ASSOCIATION"|"JOB"|"JOB_EXECUTION"|"POLICY"|"CERTIFICATE"|"CA_CERTIFICATE"|string;
|
|
5836
|
+
export type Example = string;
|
|
5730
5837
|
export type ExecutionNamePrefix = string;
|
|
5731
5838
|
export type ExecutionNumber = number;
|
|
5732
5839
|
export type ExpectedVersion = number;
|
|
@@ -5874,7 +5981,7 @@ declare namespace Iot {
|
|
|
5874
5981
|
}
|
|
5875
5982
|
export interface GetBucketsAggregationResponse {
|
|
5876
5983
|
/**
|
|
5877
|
-
* The total number of
|
|
5984
|
+
* The total number of things that fit the query string criteria.
|
|
5878
5985
|
*/
|
|
5879
5986
|
totalCount?: Count;
|
|
5880
5987
|
/**
|
|
@@ -6383,6 +6490,10 @@ declare namespace Iot {
|
|
|
6383
6490
|
* The ARN of the job template used to create the job.
|
|
6384
6491
|
*/
|
|
6385
6492
|
jobTemplateArn?: JobTemplateArn;
|
|
6493
|
+
/**
|
|
6494
|
+
* A key-value map that pairs the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job.
|
|
6495
|
+
*/
|
|
6496
|
+
documentParameters?: ParameterMap;
|
|
6386
6497
|
}
|
|
6387
6498
|
export type JobArn = string;
|
|
6388
6499
|
export type JobDescription = string;
|
|
@@ -6669,6 +6780,10 @@ declare namespace Iot {
|
|
|
6669
6780
|
* A list of all suppressed alerts.
|
|
6670
6781
|
*/
|
|
6671
6782
|
listSuppressedAlerts?: ListSuppressedAlerts;
|
|
6783
|
+
/**
|
|
6784
|
+
* The verification state of the violation (detect alarm).
|
|
6785
|
+
*/
|
|
6786
|
+
verificationState?: VerificationState;
|
|
6672
6787
|
/**
|
|
6673
6788
|
* The token for the next set of results.
|
|
6674
6789
|
*/
|
|
@@ -7314,6 +7429,30 @@ declare namespace Iot {
|
|
|
7314
7429
|
*/
|
|
7315
7430
|
nextToken?: NextToken;
|
|
7316
7431
|
}
|
|
7432
|
+
export interface ListManagedJobTemplatesRequest {
|
|
7433
|
+
/**
|
|
7434
|
+
* An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.
|
|
7435
|
+
*/
|
|
7436
|
+
templateName?: ManagedJobTemplateName;
|
|
7437
|
+
/**
|
|
7438
|
+
* Maximum number of entries that can be returned.
|
|
7439
|
+
*/
|
|
7440
|
+
maxResults?: LaserMaxResults;
|
|
7441
|
+
/**
|
|
7442
|
+
* The token to retrieve the next set of results.
|
|
7443
|
+
*/
|
|
7444
|
+
nextToken?: NextToken;
|
|
7445
|
+
}
|
|
7446
|
+
export interface ListManagedJobTemplatesResponse {
|
|
7447
|
+
/**
|
|
7448
|
+
* A list of managed job templates that are returned.
|
|
7449
|
+
*/
|
|
7450
|
+
managedJobTemplates?: ManagedJobTemplatesSummaryList;
|
|
7451
|
+
/**
|
|
7452
|
+
* The token to retrieve the next set of results.
|
|
7453
|
+
*/
|
|
7454
|
+
nextToken?: NextToken;
|
|
7455
|
+
}
|
|
7317
7456
|
export interface ListMitigationActionsRequest {
|
|
7318
7457
|
/**
|
|
7319
7458
|
* Specify a value to limit the result to mitigation actions with a specific action type.
|
|
@@ -8085,6 +8224,10 @@ declare namespace Iot {
|
|
|
8085
8224
|
* A list of all suppressed alerts.
|
|
8086
8225
|
*/
|
|
8087
8226
|
listSuppressedAlerts?: ListSuppressedAlerts;
|
|
8227
|
+
/**
|
|
8228
|
+
* The verification state of the violation (detect alarm).
|
|
8229
|
+
*/
|
|
8230
|
+
verificationState?: VerificationState;
|
|
8088
8231
|
/**
|
|
8089
8232
|
* The token for the next set of results.
|
|
8090
8233
|
*/
|
|
@@ -8145,6 +8288,31 @@ declare namespace Iot {
|
|
|
8145
8288
|
*/
|
|
8146
8289
|
confidenceLevel: ConfidenceLevel;
|
|
8147
8290
|
}
|
|
8291
|
+
export type ManagedJobTemplateName = string;
|
|
8292
|
+
export interface ManagedJobTemplateSummary {
|
|
8293
|
+
/**
|
|
8294
|
+
* The Amazon Resource Name (ARN) for a managed template.
|
|
8295
|
+
*/
|
|
8296
|
+
templateArn?: JobTemplateArn;
|
|
8297
|
+
/**
|
|
8298
|
+
* The unique Name for a managed template.
|
|
8299
|
+
*/
|
|
8300
|
+
templateName?: ManagedJobTemplateName;
|
|
8301
|
+
/**
|
|
8302
|
+
* The description for a managed template.
|
|
8303
|
+
*/
|
|
8304
|
+
description?: JobDescription;
|
|
8305
|
+
/**
|
|
8306
|
+
* A list of environments that are supported with the managed job template.
|
|
8307
|
+
*/
|
|
8308
|
+
environments?: Environments;
|
|
8309
|
+
/**
|
|
8310
|
+
* The version for a managed template.
|
|
8311
|
+
*/
|
|
8312
|
+
templateVersion?: ManagedTemplateVersion;
|
|
8313
|
+
}
|
|
8314
|
+
export type ManagedJobTemplatesSummaryList = ManagedJobTemplateSummary[];
|
|
8315
|
+
export type ManagedTemplateVersion = string;
|
|
8148
8316
|
export type Marker = string;
|
|
8149
8317
|
export type MaxBuckets = number;
|
|
8150
8318
|
export type MaxJobExecutionsPerMin = number;
|
|
@@ -8290,6 +8458,7 @@ declare namespace Iot {
|
|
|
8290
8458
|
}
|
|
8291
8459
|
export type MqttPassword = Buffer|Uint8Array|Blob|string;
|
|
8292
8460
|
export type MqttUsername = string;
|
|
8461
|
+
export type NamedShadowIndexingMode = "OFF"|"ON"|string;
|
|
8293
8462
|
export type NamespaceId = string;
|
|
8294
8463
|
export type NextToken = string;
|
|
8295
8464
|
export type NonCompliantChecksCount = number;
|
|
@@ -8426,6 +8595,29 @@ declare namespace Iot {
|
|
|
8426
8595
|
creationDate?: DateType;
|
|
8427
8596
|
}
|
|
8428
8597
|
export type OTAUpdatesSummary = OTAUpdateSummary[];
|
|
8598
|
+
export interface OpenSearchAction {
|
|
8599
|
+
/**
|
|
8600
|
+
* The IAM role ARN that has access to OpenSearch.
|
|
8601
|
+
*/
|
|
8602
|
+
roleArn: AwsArn;
|
|
8603
|
+
/**
|
|
8604
|
+
* The endpoint of your OpenSearch domain.
|
|
8605
|
+
*/
|
|
8606
|
+
endpoint: ElasticsearchEndpoint;
|
|
8607
|
+
/**
|
|
8608
|
+
* The OpenSearch index where you want to store your data.
|
|
8609
|
+
*/
|
|
8610
|
+
index: ElasticsearchIndex;
|
|
8611
|
+
/**
|
|
8612
|
+
* The type of document you are storing.
|
|
8613
|
+
*/
|
|
8614
|
+
type: ElasticsearchType;
|
|
8615
|
+
/**
|
|
8616
|
+
* The unique identifier for the document you are storing.
|
|
8617
|
+
*/
|
|
8618
|
+
id: ElasticsearchId;
|
|
8619
|
+
}
|
|
8620
|
+
export type Optional = boolean;
|
|
8429
8621
|
export type OptionalVersion = number;
|
|
8430
8622
|
export interface OutgoingCertificate {
|
|
8431
8623
|
/**
|
|
@@ -8457,6 +8649,9 @@ declare namespace Iot {
|
|
|
8457
8649
|
export type OverrideDynamicGroups = boolean;
|
|
8458
8650
|
export type PageSize = number;
|
|
8459
8651
|
export type Parameter = string;
|
|
8652
|
+
export type ParameterKey = string;
|
|
8653
|
+
export type ParameterMap = {[key: string]: ParameterValue};
|
|
8654
|
+
export type ParameterValue = string;
|
|
8460
8655
|
export type Parameters = {[key: string]: Value};
|
|
8461
8656
|
export type PartitionKey = string;
|
|
8462
8657
|
export type PayloadField = string;
|
|
@@ -8634,6 +8829,22 @@ declare namespace Iot {
|
|
|
8634
8829
|
*/
|
|
8635
8830
|
tableName: TableName;
|
|
8636
8831
|
}
|
|
8832
|
+
export interface PutVerificationStateOnViolationRequest {
|
|
8833
|
+
/**
|
|
8834
|
+
* The violation ID.
|
|
8835
|
+
*/
|
|
8836
|
+
violationId: ViolationId;
|
|
8837
|
+
/**
|
|
8838
|
+
* The verification state of the violation.
|
|
8839
|
+
*/
|
|
8840
|
+
verificationState: VerificationState;
|
|
8841
|
+
/**
|
|
8842
|
+
* The description of the verification state of the violation (detect alarm).
|
|
8843
|
+
*/
|
|
8844
|
+
verificationStateDescription?: VerificationStateDescription;
|
|
8845
|
+
}
|
|
8846
|
+
export interface PutVerificationStateOnViolationResponse {
|
|
8847
|
+
}
|
|
8637
8848
|
export type Qos = number;
|
|
8638
8849
|
export type QueryMaxResults = number;
|
|
8639
8850
|
export type QueryString = string;
|
|
@@ -8658,6 +8869,7 @@ declare namespace Iot {
|
|
|
8658
8869
|
export type ReasonForNonComplianceCodes = ReasonForNonComplianceCode[];
|
|
8659
8870
|
export type Recursive = boolean;
|
|
8660
8871
|
export type RecursiveWithoutDefault = boolean;
|
|
8872
|
+
export type Regex = string;
|
|
8661
8873
|
export interface RegisterCACertificateRequest {
|
|
8662
8874
|
/**
|
|
8663
8875
|
* The CA certificate.
|
|
@@ -9379,7 +9591,7 @@ declare namespace Iot {
|
|
|
9379
9591
|
}
|
|
9380
9592
|
export interface Statistics {
|
|
9381
9593
|
/**
|
|
9382
|
-
* The count of things that match the query.
|
|
9594
|
+
* The count of things that match the query string criteria and contain a valid aggregation field value.
|
|
9383
9595
|
*/
|
|
9384
9596
|
count?: Count;
|
|
9385
9597
|
/**
|
|
@@ -9738,7 +9950,7 @@ declare namespace Iot {
|
|
|
9738
9950
|
*/
|
|
9739
9951
|
timestamp?: ConnectivityTimestamp;
|
|
9740
9952
|
/**
|
|
9741
|
-
* The reason why the client is disconnected.
|
|
9953
|
+
* The reason why the client is disconnected. If the thing has been disconnected for approximately an hour, the disconnectReason value might be missing.
|
|
9742
9954
|
*/
|
|
9743
9955
|
disconnectReason?: DisconnectReason;
|
|
9744
9956
|
}
|
|
@@ -9765,9 +9977,13 @@ declare namespace Iot {
|
|
|
9765
9977
|
*/
|
|
9766
9978
|
attributes?: Attributes;
|
|
9767
9979
|
/**
|
|
9768
|
-
* The shadow.
|
|
9980
|
+
* The unnamed shadow and named shadow. For more information about shadows, see IoT Device Shadow service.
|
|
9769
9981
|
*/
|
|
9770
9982
|
shadow?: JsonDocument;
|
|
9983
|
+
/**
|
|
9984
|
+
* Contains Device Defender data. For more information about Device Defender, see Device Defender.
|
|
9985
|
+
*/
|
|
9986
|
+
deviceDefender?: JsonDocument;
|
|
9771
9987
|
/**
|
|
9772
9988
|
* Indicates whether the thing is connected to the Amazon Web Services IoT Core service.
|
|
9773
9989
|
*/
|
|
@@ -9854,6 +10070,14 @@ declare namespace Iot {
|
|
|
9854
10070
|
* Thing connectivity indexing mode. Valid values are: STATUS – Your thing index contains connectivity status. To enable thing connectivity indexing, thingIndexMode must not be set to OFF. OFF - Thing connectivity status indexing is disabled.
|
|
9855
10071
|
*/
|
|
9856
10072
|
thingConnectivityIndexingMode?: ThingConnectivityIndexingMode;
|
|
10073
|
+
/**
|
|
10074
|
+
* Device Defender indexing mode. Valid values are: VIOLATIONS – Your thing index contains Device Defender violations. To enable Device Defender indexing, deviceDefenderIndexingMode must not be set to OFF. OFF - Device Defender indexing is disabled. For more information about Device Defender violations, see Device Defender Detect.
|
|
10075
|
+
*/
|
|
10076
|
+
deviceDefenderIndexingMode?: DeviceDefenderIndexingMode;
|
|
10077
|
+
/**
|
|
10078
|
+
* Named shadow indexing mode. Valid values are: ON – Your thing index contains named shadow. To enable thing named shadow indexing, namedShadowIndexingMode must not be set to OFF. OFF - Named shadow indexing is disabled. For more information about Shadows, see IoT Device Shadow service.
|
|
10079
|
+
*/
|
|
10080
|
+
namedShadowIndexingMode?: NamedShadowIndexingMode;
|
|
9857
10081
|
/**
|
|
9858
10082
|
* Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
|
9859
10083
|
*/
|
|
@@ -10884,6 +11108,8 @@ declare namespace Iot {
|
|
|
10884
11108
|
export type ValidationErrors = ValidationError[];
|
|
10885
11109
|
export type Value = string;
|
|
10886
11110
|
export type Variance = number;
|
|
11111
|
+
export type VerificationState = "FALSE_POSITIVE"|"BENIGN_POSITIVE"|"TRUE_POSITIVE"|"UNKNOWN"|string;
|
|
11112
|
+
export type VerificationStateDescription = string;
|
|
10887
11113
|
export type Version = number;
|
|
10888
11114
|
export type VersionNumber = number;
|
|
10889
11115
|
export interface ViolationEvent {
|
|
@@ -10915,6 +11141,14 @@ declare namespace Iot {
|
|
|
10915
11141
|
* The type of violation event.
|
|
10916
11142
|
*/
|
|
10917
11143
|
violationEventType?: ViolationEventType;
|
|
11144
|
+
/**
|
|
11145
|
+
* The verification state of the violation (detect alarm).
|
|
11146
|
+
*/
|
|
11147
|
+
verificationState?: VerificationState;
|
|
11148
|
+
/**
|
|
11149
|
+
* The description of the verification state of the violation.
|
|
11150
|
+
*/
|
|
11151
|
+
verificationStateDescription?: VerificationStateDescription;
|
|
10918
11152
|
/**
|
|
10919
11153
|
* The time the violation event occurred.
|
|
10920
11154
|
*/
|