@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
|
@@ -36,27 +36,27 @@ declare class DirectConnect extends Service {
|
|
|
36
36
|
*/
|
|
37
37
|
allocateHostedConnection(callback?: (err: AWSError, data: DirectConnect.Types.Connection) => void): Request<DirectConnect.Types.Connection, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Provisions a private virtual interface to be owned by the specified account. Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming state and is not available to handle traffic.
|
|
39
|
+
* Provisions a private virtual interface to be owned by the specified Amazon Web Services account. Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming state and is not available to handle traffic.
|
|
40
40
|
*/
|
|
41
41
|
allocatePrivateVirtualInterface(params: DirectConnect.Types.AllocatePrivateVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Provisions a private virtual interface to be owned by the specified account. Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming state and is not available to handle traffic.
|
|
43
|
+
* Provisions a private virtual interface to be owned by the specified Amazon Web Services account. Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming state and is not available to handle traffic.
|
|
44
44
|
*/
|
|
45
45
|
allocatePrivateVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Provisions a public virtual interface to be owned by the specified account. The owner of a connection calls this function to provision a public virtual interface to be owned by the specified account. Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic. When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
|
|
47
|
+
* Provisions a public virtual interface to be owned by the specified Amazon Web Services account. The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services account. Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic. When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
|
|
48
48
|
*/
|
|
49
49
|
allocatePublicVirtualInterface(params: DirectConnect.Types.AllocatePublicVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Provisions a public virtual interface to be owned by the specified account. The owner of a connection calls this function to provision a public virtual interface to be owned by the specified account. Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic. When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
|
|
51
|
+
* Provisions a public virtual interface to be owned by the specified Amazon Web Services account. The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services account. Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic. When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
|
|
52
52
|
*/
|
|
53
53
|
allocatePublicVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Provisions a transit virtual interface to be owned by the specified account. Use this type of interface to connect a transit gateway to your Direct Connect gateway. The owner of a connection provisions a transit virtual interface to be owned by the specified account. After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.
|
|
55
|
+
* Provisions a transit virtual interface to be owned by the specified Amazon Web Services account. Use this type of interface to connect a transit gateway to your Direct Connect gateway. The owner of a connection provisions a transit virtual interface to be owned by the specified Amazon Web Services account. After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.
|
|
56
56
|
*/
|
|
57
57
|
allocateTransitVirtualInterface(params: DirectConnect.Types.AllocateTransitVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.AllocateTransitVirtualInterfaceResult) => void): Request<DirectConnect.Types.AllocateTransitVirtualInterfaceResult, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Provisions a transit virtual interface to be owned by the specified account. Use this type of interface to connect a transit gateway to your Direct Connect gateway. The owner of a connection provisions a transit virtual interface to be owned by the specified account. After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.
|
|
59
|
+
* Provisions a transit virtual interface to be owned by the specified Amazon Web Services account. Use this type of interface to connect a transit gateway to your Direct Connect gateway. The owner of a connection provisions a transit virtual interface to be owned by the specified Amazon Web Services account. After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.
|
|
60
60
|
*/
|
|
61
61
|
allocateTransitVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.AllocateTransitVirtualInterfaceResult) => void): Request<DirectConnect.Types.AllocateTransitVirtualInterfaceResult, AWSError>;
|
|
62
62
|
/**
|
|
@@ -100,27 +100,35 @@ declare class DirectConnect extends Service {
|
|
|
100
100
|
*/
|
|
101
101
|
confirmConnection(callback?: (err: AWSError, data: DirectConnect.Types.ConfirmConnectionResponse) => void): Request<DirectConnect.Types.ConfirmConnectionResponse, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
|
|
104
|
+
*/
|
|
105
|
+
confirmCustomerAgreement(params: DirectConnect.Types.ConfirmCustomerAgreementRequest, callback?: (err: AWSError, data: DirectConnect.Types.ConfirmCustomerAgreementResponse) => void): Request<DirectConnect.Types.ConfirmCustomerAgreementResponse, AWSError>;
|
|
106
|
+
/**
|
|
107
|
+
* The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
|
|
108
|
+
*/
|
|
109
|
+
confirmCustomerAgreement(callback?: (err: AWSError, data: DirectConnect.Types.ConfirmCustomerAgreementResponse) => void): Request<DirectConnect.Types.ConfirmCustomerAgreementResponse, AWSError>;
|
|
110
|
+
/**
|
|
111
|
+
* Accepts ownership of a private virtual interface created by another Amazon Web Services account. After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.
|
|
104
112
|
*/
|
|
105
113
|
confirmPrivateVirtualInterface(params: DirectConnect.Types.ConfirmPrivateVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.ConfirmPrivateVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmPrivateVirtualInterfaceResponse, AWSError>;
|
|
106
114
|
/**
|
|
107
|
-
* Accepts ownership of a private virtual interface created by another account. After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.
|
|
115
|
+
* Accepts ownership of a private virtual interface created by another Amazon Web Services account. After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.
|
|
108
116
|
*/
|
|
109
117
|
confirmPrivateVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.ConfirmPrivateVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmPrivateVirtualInterfaceResponse, AWSError>;
|
|
110
118
|
/**
|
|
111
|
-
* Accepts ownership of a public virtual interface created by another account. After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
|
|
119
|
+
* Accepts ownership of a public virtual interface created by another Amazon Web Services account. After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
|
|
112
120
|
*/
|
|
113
121
|
confirmPublicVirtualInterface(params: DirectConnect.Types.ConfirmPublicVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.ConfirmPublicVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmPublicVirtualInterfaceResponse, AWSError>;
|
|
114
122
|
/**
|
|
115
|
-
* Accepts ownership of a public virtual interface created by another account. After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
|
|
123
|
+
* Accepts ownership of a public virtual interface created by another Amazon Web Services account. After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
|
|
116
124
|
*/
|
|
117
125
|
confirmPublicVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.ConfirmPublicVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmPublicVirtualInterfaceResponse, AWSError>;
|
|
118
126
|
/**
|
|
119
|
-
* Accepts ownership of a transit virtual interface created by another account. After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.
|
|
127
|
+
* Accepts ownership of a transit virtual interface created by another Amazon Web Services account. After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.
|
|
120
128
|
*/
|
|
121
129
|
confirmTransitVirtualInterface(params: DirectConnect.Types.ConfirmTransitVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.ConfirmTransitVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmTransitVirtualInterfaceResponse, AWSError>;
|
|
122
130
|
/**
|
|
123
|
-
* Accepts ownership of a transit virtual interface created by another account. After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.
|
|
131
|
+
* Accepts ownership of a transit virtual interface created by another Amazon Web Services account. After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.
|
|
124
132
|
*/
|
|
125
133
|
confirmTransitVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.ConfirmTransitVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmTransitVirtualInterfaceResponse, AWSError>;
|
|
126
134
|
/**
|
|
@@ -140,11 +148,11 @@ declare class DirectConnect extends Service {
|
|
|
140
148
|
*/
|
|
141
149
|
createConnection(callback?: (err: AWSError, data: DirectConnect.Types.Connection) => void): Request<DirectConnect.Types.Connection, AWSError>;
|
|
142
150
|
/**
|
|
143
|
-
* Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.
|
|
151
|
+
* Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any Amazon Web Services Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different Amazon Web Services Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.
|
|
144
152
|
*/
|
|
145
153
|
createDirectConnectGateway(params: DirectConnect.Types.CreateDirectConnectGatewayRequest, callback?: (err: AWSError, data: DirectConnect.Types.CreateDirectConnectGatewayResult) => void): Request<DirectConnect.Types.CreateDirectConnectGatewayResult, AWSError>;
|
|
146
154
|
/**
|
|
147
|
-
* Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.
|
|
155
|
+
* Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any Amazon Web Services Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different Amazon Web Services Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.
|
|
148
156
|
*/
|
|
149
157
|
createDirectConnectGateway(callback?: (err: AWSError, data: DirectConnect.Types.CreateDirectConnectGatewayResult) => void): Request<DirectConnect.Types.CreateDirectConnectGatewayResult, AWSError>;
|
|
150
158
|
/**
|
|
@@ -156,11 +164,11 @@ declare class DirectConnect extends Service {
|
|
|
156
164
|
*/
|
|
157
165
|
createDirectConnectGatewayAssociation(callback?: (err: AWSError, data: DirectConnect.Types.CreateDirectConnectGatewayAssociationResult) => void): Request<DirectConnect.Types.CreateDirectConnectGatewayAssociationResult, AWSError>;
|
|
158
166
|
/**
|
|
159
|
-
* Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway. You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any account.
|
|
167
|
+
* Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway. You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account.
|
|
160
168
|
*/
|
|
161
169
|
createDirectConnectGatewayAssociationProposal(params: DirectConnect.Types.CreateDirectConnectGatewayAssociationProposalRequest, callback?: (err: AWSError, data: DirectConnect.Types.CreateDirectConnectGatewayAssociationProposalResult) => void): Request<DirectConnect.Types.CreateDirectConnectGatewayAssociationProposalResult, AWSError>;
|
|
162
170
|
/**
|
|
163
|
-
* Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway. You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any account.
|
|
171
|
+
* Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway. You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account.
|
|
164
172
|
*/
|
|
165
173
|
createDirectConnectGatewayAssociationProposal(callback?: (err: AWSError, data: DirectConnect.Types.CreateDirectConnectGatewayAssociationProposalResult) => void): Request<DirectConnect.Types.CreateDirectConnectGatewayAssociationProposalResult, AWSError>;
|
|
166
174
|
/**
|
|
@@ -172,19 +180,19 @@ declare class DirectConnect extends Service {
|
|
|
172
180
|
*/
|
|
173
181
|
createInterconnect(callback?: (err: AWSError, data: DirectConnect.Types.Interconnect) => void): Request<DirectConnect.Types.Interconnect, AWSError>;
|
|
174
182
|
/**
|
|
175
|
-
* Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface. All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created. You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change. If the account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
|
|
183
|
+
* Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface. All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created. You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change. If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
|
|
176
184
|
*/
|
|
177
185
|
createLag(params: DirectConnect.Types.CreateLagRequest, callback?: (err: AWSError, data: DirectConnect.Types.Lag) => void): Request<DirectConnect.Types.Lag, AWSError>;
|
|
178
186
|
/**
|
|
179
|
-
* Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface. All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created. You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change. If the account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
|
|
187
|
+
* Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface. All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint. You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created. You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change. If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
|
|
180
188
|
*/
|
|
181
189
|
createLag(callback?: (err: AWSError, data: DirectConnect.Types.Lag) => void): Request<DirectConnect.Types.Lag, AWSError>;
|
|
182
190
|
/**
|
|
183
|
-
* Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
|
191
|
+
* Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
|
184
192
|
*/
|
|
185
193
|
createPrivateVirtualInterface(params: DirectConnect.Types.CreatePrivateVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
186
194
|
/**
|
|
187
|
-
* Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
|
195
|
+
* Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region. Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
|
188
196
|
*/
|
|
189
197
|
createPrivateVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
190
198
|
/**
|
|
@@ -291,6 +299,10 @@ declare class DirectConnect extends Service {
|
|
|
291
299
|
* Deprecated. Use DescribeHostedConnections instead. Lists the connections that have been provisioned on the specified interconnect. Intended for use by Direct Connect Partners only.
|
|
292
300
|
*/
|
|
293
301
|
describeConnectionsOnInterconnect(callback?: (err: AWSError, data: DirectConnect.Types.Connections) => void): Request<DirectConnect.Types.Connections, AWSError>;
|
|
302
|
+
/**
|
|
303
|
+
* Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner.
|
|
304
|
+
*/
|
|
305
|
+
describeCustomerMetadata(callback?: (err: AWSError, data: DirectConnect.Types.DescribeCustomerMetadataResponse) => void): Request<DirectConnect.Types.DescribeCustomerMetadataResponse, AWSError>;
|
|
294
306
|
/**
|
|
295
307
|
* Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.
|
|
296
308
|
*/
|
|
@@ -340,11 +352,11 @@ declare class DirectConnect extends Service {
|
|
|
340
352
|
*/
|
|
341
353
|
describeInterconnectLoa(callback?: (err: AWSError, data: DirectConnect.Types.DescribeInterconnectLoaResponse) => void): Request<DirectConnect.Types.DescribeInterconnectLoaResponse, AWSError>;
|
|
342
354
|
/**
|
|
343
|
-
* Lists the interconnects owned by the account or only the specified interconnect.
|
|
355
|
+
* Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.
|
|
344
356
|
*/
|
|
345
357
|
describeInterconnects(params: DirectConnect.Types.DescribeInterconnectsRequest, callback?: (err: AWSError, data: DirectConnect.Types.Interconnects) => void): Request<DirectConnect.Types.Interconnects, AWSError>;
|
|
346
358
|
/**
|
|
347
|
-
* Lists the interconnects owned by the account or only the specified interconnect.
|
|
359
|
+
* Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.
|
|
348
360
|
*/
|
|
349
361
|
describeInterconnects(callback?: (err: AWSError, data: DirectConnect.Types.Interconnects) => void): Request<DirectConnect.Types.Interconnects, AWSError>;
|
|
350
362
|
/**
|
|
@@ -364,9 +376,17 @@ declare class DirectConnect extends Service {
|
|
|
364
376
|
*/
|
|
365
377
|
describeLoa(callback?: (err: AWSError, data: DirectConnect.Types.Loa) => void): Request<DirectConnect.Types.Loa, AWSError>;
|
|
366
378
|
/**
|
|
367
|
-
* Lists the Direct Connect locations in the current Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.
|
|
379
|
+
* Lists the Direct Connect locations in the current Amazon Web Services Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.
|
|
368
380
|
*/
|
|
369
381
|
describeLocations(callback?: (err: AWSError, data: DirectConnect.Types.Locations) => void): Request<DirectConnect.Types.Locations, AWSError>;
|
|
382
|
+
/**
|
|
383
|
+
* Details about the router.
|
|
384
|
+
*/
|
|
385
|
+
describeRouterConfiguration(params: DirectConnect.Types.DescribeRouterConfigurationRequest, callback?: (err: AWSError, data: DirectConnect.Types.DescribeRouterConfigurationResponse) => void): Request<DirectConnect.Types.DescribeRouterConfigurationResponse, AWSError>;
|
|
386
|
+
/**
|
|
387
|
+
* Details about the router.
|
|
388
|
+
*/
|
|
389
|
+
describeRouterConfiguration(callback?: (err: AWSError, data: DirectConnect.Types.DescribeRouterConfigurationResponse) => void): Request<DirectConnect.Types.DescribeRouterConfigurationResponse, AWSError>;
|
|
370
390
|
/**
|
|
371
391
|
* Describes the tags associated with the specified Direct Connect resources.
|
|
372
392
|
*/
|
|
@@ -376,15 +396,15 @@ declare class DirectConnect extends Service {
|
|
|
376
396
|
*/
|
|
377
397
|
describeTags(callback?: (err: AWSError, data: DirectConnect.Types.DescribeTagsResponse) => void): Request<DirectConnect.Types.DescribeTagsResponse, AWSError>;
|
|
378
398
|
/**
|
|
379
|
-
* Lists the virtual private gateways owned by the account. You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.
|
|
399
|
+
* Lists the virtual private gateways owned by the Amazon Web Services account. You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.
|
|
380
400
|
*/
|
|
381
401
|
describeVirtualGateways(callback?: (err: AWSError, data: DirectConnect.Types.VirtualGateways) => void): Request<DirectConnect.Types.VirtualGateways, AWSError>;
|
|
382
402
|
/**
|
|
383
|
-
* Displays all virtual interfaces for an account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned. A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
|
|
403
|
+
* Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned. A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
|
|
384
404
|
*/
|
|
385
405
|
describeVirtualInterfaces(params: DirectConnect.Types.DescribeVirtualInterfacesRequest, callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterfaces) => void): Request<DirectConnect.Types.VirtualInterfaces, AWSError>;
|
|
386
406
|
/**
|
|
387
|
-
* Displays all virtual interfaces for an account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned. A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
|
|
407
|
+
* Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned. A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
|
|
388
408
|
*/
|
|
389
409
|
describeVirtualInterfaces(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterfaces) => void): Request<DirectConnect.Types.VirtualInterfaces, AWSError>;
|
|
390
410
|
/**
|
|
@@ -451,6 +471,14 @@ declare class DirectConnect extends Service {
|
|
|
451
471
|
* Updates the Direct Connect dedicated connection configuration. You can update the following parameters for a connection: The connection name The connection's MAC Security (MACsec) encryption mode.
|
|
452
472
|
*/
|
|
453
473
|
updateConnection(callback?: (err: AWSError, data: DirectConnect.Types.Connection) => void): Request<DirectConnect.Types.Connection, AWSError>;
|
|
474
|
+
/**
|
|
475
|
+
* Updates the name of a current Direct Connect gateway.
|
|
476
|
+
*/
|
|
477
|
+
updateDirectConnectGateway(params: DirectConnect.Types.UpdateDirectConnectGatewayRequest, callback?: (err: AWSError, data: DirectConnect.Types.UpdateDirectConnectGatewayResponse) => void): Request<DirectConnect.Types.UpdateDirectConnectGatewayResponse, AWSError>;
|
|
478
|
+
/**
|
|
479
|
+
* Updates the name of a current Direct Connect gateway.
|
|
480
|
+
*/
|
|
481
|
+
updateDirectConnectGateway(callback?: (err: AWSError, data: DirectConnect.Types.UpdateDirectConnectGatewayResponse) => void): Request<DirectConnect.Types.UpdateDirectConnectGatewayResponse, AWSError>;
|
|
454
482
|
/**
|
|
455
483
|
* Updates the specified attributes of the Direct Connect gateway association. Add or remove prefixes from the association.
|
|
456
484
|
*/
|
|
@@ -488,7 +516,7 @@ declare namespace DirectConnect {
|
|
|
488
516
|
*/
|
|
489
517
|
proposalId: DirectConnectGatewayAssociationProposalId;
|
|
490
518
|
/**
|
|
491
|
-
* The ID of the account that owns the virtual private gateway or transit gateway.
|
|
519
|
+
* The ID of the Amazon Web Services account that owns the virtual private gateway or transit gateway.
|
|
492
520
|
*/
|
|
493
521
|
associatedGatewayOwnerAccount: OwnerAccount;
|
|
494
522
|
/**
|
|
@@ -500,6 +528,8 @@ declare namespace DirectConnect {
|
|
|
500
528
|
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
501
529
|
}
|
|
502
530
|
export type AddressFamily = "ipv4"|"ipv6"|string;
|
|
531
|
+
export type AgreementList = CustomerAgreement[];
|
|
532
|
+
export type AgreementName = string;
|
|
503
533
|
export interface AllocateConnectionOnInterconnectRequest {
|
|
504
534
|
/**
|
|
505
535
|
* The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.
|
|
@@ -510,7 +540,7 @@ declare namespace DirectConnect {
|
|
|
510
540
|
*/
|
|
511
541
|
connectionName: ConnectionName;
|
|
512
542
|
/**
|
|
513
|
-
* The ID of the account of the customer for whom the connection will be provisioned.
|
|
543
|
+
* The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
|
|
514
544
|
*/
|
|
515
545
|
ownerAccount: OwnerAccount;
|
|
516
546
|
/**
|
|
@@ -528,7 +558,7 @@ declare namespace DirectConnect {
|
|
|
528
558
|
*/
|
|
529
559
|
connectionId: ConnectionId;
|
|
530
560
|
/**
|
|
531
|
-
* The ID of the account ID of the customer for the connection.
|
|
561
|
+
* The ID of the Amazon Web Services account ID of the customer for the connection.
|
|
532
562
|
*/
|
|
533
563
|
ownerAccount: OwnerAccount;
|
|
534
564
|
/**
|
|
@@ -554,7 +584,7 @@ declare namespace DirectConnect {
|
|
|
554
584
|
*/
|
|
555
585
|
connectionId: ConnectionId;
|
|
556
586
|
/**
|
|
557
|
-
* The ID of the account that owns the virtual private interface.
|
|
587
|
+
* The ID of the Amazon Web Services account that owns the virtual private interface.
|
|
558
588
|
*/
|
|
559
589
|
ownerAccount: OwnerAccount;
|
|
560
590
|
/**
|
|
@@ -568,7 +598,7 @@ declare namespace DirectConnect {
|
|
|
568
598
|
*/
|
|
569
599
|
connectionId: ConnectionId;
|
|
570
600
|
/**
|
|
571
|
-
* The ID of the account that owns the public virtual interface.
|
|
601
|
+
* The ID of the Amazon Web Services account that owns the public virtual interface.
|
|
572
602
|
*/
|
|
573
603
|
ownerAccount: OwnerAccount;
|
|
574
604
|
/**
|
|
@@ -582,7 +612,7 @@ declare namespace DirectConnect {
|
|
|
582
612
|
*/
|
|
583
613
|
connectionId: ConnectionId;
|
|
584
614
|
/**
|
|
585
|
-
* The ID of the account that owns the transit virtual interface.
|
|
615
|
+
* The ID of the Amazon Web Services account that owns the transit virtual interface.
|
|
586
616
|
*/
|
|
587
617
|
ownerAccount: OwnerAccount;
|
|
588
618
|
/**
|
|
@@ -662,7 +692,7 @@ declare namespace DirectConnect {
|
|
|
662
692
|
*/
|
|
663
693
|
type?: GatewayType;
|
|
664
694
|
/**
|
|
665
|
-
* The ID of the account that owns the associated virtual private gateway or transit gateway.
|
|
695
|
+
* The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.
|
|
666
696
|
*/
|
|
667
697
|
ownerAccount?: OwnerAccount;
|
|
668
698
|
/**
|
|
@@ -741,6 +771,18 @@ declare namespace DirectConnect {
|
|
|
741
771
|
*/
|
|
742
772
|
connectionState?: ConnectionState;
|
|
743
773
|
}
|
|
774
|
+
export interface ConfirmCustomerAgreementRequest {
|
|
775
|
+
/**
|
|
776
|
+
* The name of the customer agreement.
|
|
777
|
+
*/
|
|
778
|
+
agreementName?: AgreementName;
|
|
779
|
+
}
|
|
780
|
+
export interface ConfirmCustomerAgreementResponse {
|
|
781
|
+
/**
|
|
782
|
+
* The status of the customer agreement when the connection was created. This will be either signed or unsigned.
|
|
783
|
+
*/
|
|
784
|
+
status?: Status;
|
|
785
|
+
}
|
|
744
786
|
export interface ConfirmPrivateVirtualInterfaceRequest {
|
|
745
787
|
/**
|
|
746
788
|
* The ID of the virtual interface.
|
|
@@ -791,7 +833,7 @@ declare namespace DirectConnect {
|
|
|
791
833
|
}
|
|
792
834
|
export interface Connection {
|
|
793
835
|
/**
|
|
794
|
-
* The ID of the account that owns the connection.
|
|
836
|
+
* The ID of the Amazon Web Services account that owns the connection.
|
|
795
837
|
*/
|
|
796
838
|
ownerAccount?: OwnerAccount;
|
|
797
839
|
/**
|
|
@@ -807,7 +849,7 @@ declare namespace DirectConnect {
|
|
|
807
849
|
*/
|
|
808
850
|
connectionState?: ConnectionState;
|
|
809
851
|
/**
|
|
810
|
-
* The Region where the connection is located.
|
|
852
|
+
* The Amazon Web Services Region where the connection is located.
|
|
811
853
|
*/
|
|
812
854
|
region?: Region;
|
|
813
855
|
/**
|
|
@@ -942,7 +984,7 @@ declare namespace DirectConnect {
|
|
|
942
984
|
*/
|
|
943
985
|
directConnectGatewayId: DirectConnectGatewayId;
|
|
944
986
|
/**
|
|
945
|
-
* The ID of the account that owns the Direct Connect gateway.
|
|
987
|
+
* The ID of the Amazon Web Services account that owns the Direct Connect gateway.
|
|
946
988
|
*/
|
|
947
989
|
directConnectGatewayOwnerAccount: OwnerAccount;
|
|
948
990
|
/**
|
|
@@ -1102,6 +1144,16 @@ declare namespace DirectConnect {
|
|
|
1102
1144
|
virtualInterface?: VirtualInterface;
|
|
1103
1145
|
}
|
|
1104
1146
|
export type CustomerAddress = string;
|
|
1147
|
+
export interface CustomerAgreement {
|
|
1148
|
+
/**
|
|
1149
|
+
* The name of the agreement.
|
|
1150
|
+
*/
|
|
1151
|
+
agreementName?: AgreementName;
|
|
1152
|
+
/**
|
|
1153
|
+
* The status of the customer agreement. This will be either signed or unsigned
|
|
1154
|
+
*/
|
|
1155
|
+
status?: Status;
|
|
1156
|
+
}
|
|
1105
1157
|
export interface DeleteBGPPeerRequest {
|
|
1106
1158
|
/**
|
|
1107
1159
|
* The ID of the virtual interface.
|
|
@@ -1238,6 +1290,16 @@ declare namespace DirectConnect {
|
|
|
1238
1290
|
*/
|
|
1239
1291
|
connectionId?: ConnectionId;
|
|
1240
1292
|
}
|
|
1293
|
+
export interface DescribeCustomerMetadataResponse {
|
|
1294
|
+
/**
|
|
1295
|
+
* The list of customer agreements.
|
|
1296
|
+
*/
|
|
1297
|
+
agreements?: AgreementList;
|
|
1298
|
+
/**
|
|
1299
|
+
* The type of network-to-network interface (NNI) partner. The partner type will be one of the following: V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections. V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections. nonPartner: The customer is not a partner.
|
|
1300
|
+
*/
|
|
1301
|
+
nniPartnerType?: NniPartnerType;
|
|
1302
|
+
}
|
|
1241
1303
|
export interface DescribeDirectConnectGatewayAssociationProposalsRequest {
|
|
1242
1304
|
/**
|
|
1243
1305
|
* The ID of the Direct Connect gateway.
|
|
@@ -1410,6 +1472,34 @@ declare namespace DirectConnect {
|
|
|
1410
1472
|
*/
|
|
1411
1473
|
loaContentType?: LoaContentType;
|
|
1412
1474
|
}
|
|
1475
|
+
export interface DescribeRouterConfigurationRequest {
|
|
1476
|
+
/**
|
|
1477
|
+
* The ID of the virtual interface.
|
|
1478
|
+
*/
|
|
1479
|
+
virtualInterfaceId: VirtualInterfaceId;
|
|
1480
|
+
/**
|
|
1481
|
+
* Identifies the router by a combination of vendor, platform, and software version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124.
|
|
1482
|
+
*/
|
|
1483
|
+
routerTypeIdentifier?: RouterTypeIdentifier;
|
|
1484
|
+
}
|
|
1485
|
+
export interface DescribeRouterConfigurationResponse {
|
|
1486
|
+
/**
|
|
1487
|
+
* The customer router configuration.
|
|
1488
|
+
*/
|
|
1489
|
+
customerRouterConfig?: RouterConfig;
|
|
1490
|
+
/**
|
|
1491
|
+
* The details about the router.
|
|
1492
|
+
*/
|
|
1493
|
+
router?: RouterType;
|
|
1494
|
+
/**
|
|
1495
|
+
* The ID assigned to the virtual interface.
|
|
1496
|
+
*/
|
|
1497
|
+
virtualInterfaceId?: VirtualInterfaceId;
|
|
1498
|
+
/**
|
|
1499
|
+
* Provides the details about a virtual interface's router.
|
|
1500
|
+
*/
|
|
1501
|
+
virtualInterfaceName?: VirtualInterfaceName;
|
|
1502
|
+
}
|
|
1413
1503
|
export interface DescribeTagsRequest {
|
|
1414
1504
|
/**
|
|
1415
1505
|
* The Amazon Resource Names (ARNs) of the resources.
|
|
@@ -1446,7 +1536,7 @@ declare namespace DirectConnect {
|
|
|
1446
1536
|
*/
|
|
1447
1537
|
amazonSideAsn?: LongAsn;
|
|
1448
1538
|
/**
|
|
1449
|
-
* The ID of the account that owns the Direct Connect gateway.
|
|
1539
|
+
* The ID of the Amazon Web Services account that owns the Direct Connect gateway.
|
|
1450
1540
|
*/
|
|
1451
1541
|
ownerAccount?: OwnerAccount;
|
|
1452
1542
|
/**
|
|
@@ -1464,7 +1554,7 @@ declare namespace DirectConnect {
|
|
|
1464
1554
|
*/
|
|
1465
1555
|
directConnectGatewayId?: DirectConnectGatewayId;
|
|
1466
1556
|
/**
|
|
1467
|
-
* The ID of the account that owns the associated gateway.
|
|
1557
|
+
* The ID of the Amazon Web Services account that owns the associated gateway.
|
|
1468
1558
|
*/
|
|
1469
1559
|
directConnectGatewayOwnerAccount?: OwnerAccount;
|
|
1470
1560
|
/**
|
|
@@ -1492,11 +1582,11 @@ declare namespace DirectConnect {
|
|
|
1492
1582
|
*/
|
|
1493
1583
|
virtualGatewayId?: VirtualGatewayId;
|
|
1494
1584
|
/**
|
|
1495
|
-
* The Region where the virtual private gateway is located.
|
|
1585
|
+
* The Amazon Web Services Region where the virtual private gateway is located.
|
|
1496
1586
|
*/
|
|
1497
1587
|
virtualGatewayRegion?: VirtualGatewayRegion;
|
|
1498
1588
|
/**
|
|
1499
|
-
* The ID of the account that owns the virtual private gateway.
|
|
1589
|
+
* The ID of the Amazon Web Services account that owns the virtual private gateway.
|
|
1500
1590
|
*/
|
|
1501
1591
|
virtualGatewayOwnerAccount?: OwnerAccount;
|
|
1502
1592
|
}
|
|
@@ -1512,7 +1602,7 @@ declare namespace DirectConnect {
|
|
|
1512
1602
|
*/
|
|
1513
1603
|
directConnectGatewayId?: DirectConnectGatewayId;
|
|
1514
1604
|
/**
|
|
1515
|
-
* The ID of the account that owns the Direct Connect gateway.
|
|
1605
|
+
* The ID of the Amazon Web Services account that owns the Direct Connect gateway.
|
|
1516
1606
|
*/
|
|
1517
1607
|
directConnectGatewayOwnerAccount?: OwnerAccount;
|
|
1518
1608
|
/**
|
|
@@ -1546,11 +1636,11 @@ declare namespace DirectConnect {
|
|
|
1546
1636
|
*/
|
|
1547
1637
|
virtualInterfaceId?: VirtualInterfaceId;
|
|
1548
1638
|
/**
|
|
1549
|
-
* The Region where the virtual interface is located.
|
|
1639
|
+
* The Amazon Web Services Region where the virtual interface is located.
|
|
1550
1640
|
*/
|
|
1551
1641
|
virtualInterfaceRegion?: VirtualInterfaceRegion;
|
|
1552
1642
|
/**
|
|
1553
|
-
* The ID of the account that owns the virtual interface.
|
|
1643
|
+
* The ID of the Amazon Web Services account that owns the virtual interface.
|
|
1554
1644
|
*/
|
|
1555
1645
|
virtualInterfaceOwnerAccount?: OwnerAccount;
|
|
1556
1646
|
/**
|
|
@@ -1603,6 +1693,7 @@ declare namespace DirectConnect {
|
|
|
1603
1693
|
*/
|
|
1604
1694
|
macSecKeys?: MacSecKeyList;
|
|
1605
1695
|
}
|
|
1696
|
+
export type EnableSiteLink = boolean;
|
|
1606
1697
|
export type EncryptionMode = string;
|
|
1607
1698
|
export type EndTime = Date;
|
|
1608
1699
|
export type FailureTestHistoryStatus = string;
|
|
@@ -1624,7 +1715,7 @@ declare namespace DirectConnect {
|
|
|
1624
1715
|
*/
|
|
1625
1716
|
interconnectState?: InterconnectState;
|
|
1626
1717
|
/**
|
|
1627
|
-
* The Region where the connection is located.
|
|
1718
|
+
* The Amazon Web Services Region where the connection is located.
|
|
1628
1719
|
*/
|
|
1629
1720
|
region?: Region;
|
|
1630
1721
|
/**
|
|
@@ -1697,7 +1788,7 @@ declare namespace DirectConnect {
|
|
|
1697
1788
|
*/
|
|
1698
1789
|
lagId?: LagId;
|
|
1699
1790
|
/**
|
|
1700
|
-
* The ID of the account that owns the LAG.
|
|
1791
|
+
* The ID of the Amazon Web Services account that owns the LAG.
|
|
1701
1792
|
*/
|
|
1702
1793
|
ownerAccount?: OwnerAccount;
|
|
1703
1794
|
/**
|
|
@@ -1713,7 +1804,7 @@ declare namespace DirectConnect {
|
|
|
1713
1804
|
*/
|
|
1714
1805
|
location?: LocationCode;
|
|
1715
1806
|
/**
|
|
1716
|
-
* The Region where the connection is located.
|
|
1807
|
+
* The Amazon Web Services Region where the connection is located.
|
|
1717
1808
|
*/
|
|
1718
1809
|
region?: Region;
|
|
1719
1810
|
/**
|
|
@@ -1838,7 +1929,7 @@ declare namespace DirectConnect {
|
|
|
1838
1929
|
*/
|
|
1839
1930
|
locationName?: LocationName;
|
|
1840
1931
|
/**
|
|
1841
|
-
* The Region for the location.
|
|
1932
|
+
* The Amazon Web Services Region for the location.
|
|
1842
1933
|
*/
|
|
1843
1934
|
region?: Region;
|
|
1844
1935
|
/**
|
|
@@ -1953,6 +2044,10 @@ declare namespace DirectConnect {
|
|
|
1953
2044
|
* The tags associated with the private virtual interface.
|
|
1954
2045
|
*/
|
|
1955
2046
|
tags?: TagList;
|
|
2047
|
+
/**
|
|
2048
|
+
* Indicates whether to enable or disable SiteLink.
|
|
2049
|
+
*/
|
|
2050
|
+
enableSiteLink?: EnableSiteLink;
|
|
1956
2051
|
}
|
|
1957
2052
|
export interface NewPrivateVirtualInterfaceAllocation {
|
|
1958
2053
|
/**
|
|
@@ -2109,6 +2204,10 @@ declare namespace DirectConnect {
|
|
|
2109
2204
|
* The tags associated with the transitive virtual interface.
|
|
2110
2205
|
*/
|
|
2111
2206
|
tags?: TagList;
|
|
2207
|
+
/**
|
|
2208
|
+
* Indicates whether to enable or disable SiteLink.
|
|
2209
|
+
*/
|
|
2210
|
+
enableSiteLink?: EnableSiteLink;
|
|
2112
2211
|
}
|
|
2113
2212
|
export interface NewTransitVirtualInterfaceAllocation {
|
|
2114
2213
|
/**
|
|
@@ -2148,9 +2247,11 @@ declare namespace DirectConnect {
|
|
|
2148
2247
|
*/
|
|
2149
2248
|
tags?: TagList;
|
|
2150
2249
|
}
|
|
2250
|
+
export type NniPartnerType = "v1"|"v2"|"nonPartner"|string;
|
|
2151
2251
|
export type OwnerAccount = string;
|
|
2152
2252
|
export type PaginationToken = string;
|
|
2153
2253
|
export type PartnerName = string;
|
|
2254
|
+
export type Platform = string;
|
|
2154
2255
|
export type PortEncryptionStatus = string;
|
|
2155
2256
|
export type PortSpeed = string;
|
|
2156
2257
|
export type ProviderList = ProviderName[];
|
|
@@ -2178,7 +2279,36 @@ declare namespace DirectConnect {
|
|
|
2178
2279
|
}
|
|
2179
2280
|
export type RouteFilterPrefixList = RouteFilterPrefix[];
|
|
2180
2281
|
export type RouterConfig = string;
|
|
2282
|
+
export interface RouterType {
|
|
2283
|
+
/**
|
|
2284
|
+
* The vendor for the virtual interface's router.
|
|
2285
|
+
*/
|
|
2286
|
+
vendor?: Vendor;
|
|
2287
|
+
/**
|
|
2288
|
+
* The virtual interface router platform.
|
|
2289
|
+
*/
|
|
2290
|
+
platform?: Platform;
|
|
2291
|
+
/**
|
|
2292
|
+
* The router software.
|
|
2293
|
+
*/
|
|
2294
|
+
software?: Software;
|
|
2295
|
+
/**
|
|
2296
|
+
* The template for the virtual interface's router.
|
|
2297
|
+
*/
|
|
2298
|
+
xsltTemplateName?: XsltTemplateName;
|
|
2299
|
+
/**
|
|
2300
|
+
* The MAC Security (MACsec) template for the virtual interface's router.
|
|
2301
|
+
*/
|
|
2302
|
+
xsltTemplateNameForMacSec?: XsltTemplateNameForMacSec;
|
|
2303
|
+
/**
|
|
2304
|
+
* Identifies the router by a combination of vendor, platform, and software version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124.
|
|
2305
|
+
*/
|
|
2306
|
+
routerTypeIdentifier?: RouterTypeIdentifier;
|
|
2307
|
+
}
|
|
2308
|
+
export type RouterTypeIdentifier = string;
|
|
2181
2309
|
export type SecretARN = string;
|
|
2310
|
+
export type SiteLinkEnabled = boolean;
|
|
2311
|
+
export type Software = string;
|
|
2182
2312
|
export interface StartBgpFailoverTestRequest {
|
|
2183
2313
|
/**
|
|
2184
2314
|
* The ID of the virtual interface you want to test.
|
|
@@ -2203,6 +2333,7 @@ declare namespace DirectConnect {
|
|
|
2203
2333
|
export type StartTime = Date;
|
|
2204
2334
|
export type State = string;
|
|
2205
2335
|
export type StateChangeError = string;
|
|
2336
|
+
export type Status = string;
|
|
2206
2337
|
export interface StopBgpFailoverTestRequest {
|
|
2207
2338
|
/**
|
|
2208
2339
|
* The ID of the virtual interface you no longer want to test.
|
|
@@ -2286,6 +2417,19 @@ declare namespace DirectConnect {
|
|
|
2286
2417
|
export interface UpdateDirectConnectGatewayAssociationResult {
|
|
2287
2418
|
directConnectGatewayAssociation?: DirectConnectGatewayAssociation;
|
|
2288
2419
|
}
|
|
2420
|
+
export interface UpdateDirectConnectGatewayRequest {
|
|
2421
|
+
/**
|
|
2422
|
+
* The ID of the Direct Connect gateway to update.
|
|
2423
|
+
*/
|
|
2424
|
+
directConnectGatewayId: DirectConnectGatewayId;
|
|
2425
|
+
/**
|
|
2426
|
+
* The new name for the Direct Connect gateway.
|
|
2427
|
+
*/
|
|
2428
|
+
newDirectConnectGatewayName: DirectConnectGatewayName;
|
|
2429
|
+
}
|
|
2430
|
+
export interface UpdateDirectConnectGatewayResponse {
|
|
2431
|
+
directConnectGateway?: DirectConnectGateway;
|
|
2432
|
+
}
|
|
2289
2433
|
export interface UpdateLagRequest {
|
|
2290
2434
|
/**
|
|
2291
2435
|
* The ID of the LAG.
|
|
@@ -2313,8 +2457,17 @@ declare namespace DirectConnect {
|
|
|
2313
2457
|
* The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
|
|
2314
2458
|
*/
|
|
2315
2459
|
mtu?: MTU;
|
|
2460
|
+
/**
|
|
2461
|
+
* Indicates whether to enable or disable SiteLink.
|
|
2462
|
+
*/
|
|
2463
|
+
enableSiteLink?: EnableSiteLink;
|
|
2464
|
+
/**
|
|
2465
|
+
* The name of the virtual private interface.
|
|
2466
|
+
*/
|
|
2467
|
+
virtualInterfaceName?: VirtualInterfaceName;
|
|
2316
2468
|
}
|
|
2317
2469
|
export type VLAN = number;
|
|
2470
|
+
export type Vendor = string;
|
|
2318
2471
|
export interface VirtualGateway {
|
|
2319
2472
|
/**
|
|
2320
2473
|
* The ID of the virtual private gateway.
|
|
@@ -2337,7 +2490,7 @@ declare namespace DirectConnect {
|
|
|
2337
2490
|
}
|
|
2338
2491
|
export interface VirtualInterface {
|
|
2339
2492
|
/**
|
|
2340
|
-
* The ID of the account that owns the virtual interface.
|
|
2493
|
+
* The ID of the Amazon Web Services account that owns the virtual interface.
|
|
2341
2494
|
*/
|
|
2342
2495
|
ownerAccount?: OwnerAccount;
|
|
2343
2496
|
/**
|
|
@@ -2421,7 +2574,7 @@ declare namespace DirectConnect {
|
|
|
2421
2574
|
*/
|
|
2422
2575
|
bgpPeers?: BGPPeerList;
|
|
2423
2576
|
/**
|
|
2424
|
-
* The Region where the virtual interface is located.
|
|
2577
|
+
* The Amazon Web Services Region where the virtual interface is located.
|
|
2425
2578
|
*/
|
|
2426
2579
|
region?: Region;
|
|
2427
2580
|
/**
|
|
@@ -2436,6 +2589,10 @@ declare namespace DirectConnect {
|
|
|
2436
2589
|
* The tags associated with the virtual interface.
|
|
2437
2590
|
*/
|
|
2438
2591
|
tags?: TagList;
|
|
2592
|
+
/**
|
|
2593
|
+
* Indicates whether SiteLink is enabled.
|
|
2594
|
+
*/
|
|
2595
|
+
siteLinkEnabled?: SiteLinkEnabled;
|
|
2439
2596
|
}
|
|
2440
2597
|
export type VirtualInterfaceId = string;
|
|
2441
2598
|
export type VirtualInterfaceList = VirtualInterface[];
|
|
@@ -2484,6 +2641,8 @@ declare namespace DirectConnect {
|
|
|
2484
2641
|
*/
|
|
2485
2642
|
virtualInterfaces?: VirtualInterfaceList;
|
|
2486
2643
|
}
|
|
2644
|
+
export type XsltTemplateName = string;
|
|
2645
|
+
export type XsltTemplateNameForMacSec = string;
|
|
2487
2646
|
/**
|
|
2488
2647
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
2489
2648
|
*/
|