@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
|
@@ -13,6 +13,61 @@
|
|
|
13
13
|
"uid": "networkmanager-2019-07-05"
|
|
14
14
|
},
|
|
15
15
|
"operations": {
|
|
16
|
+
"AcceptAttachment": {
|
|
17
|
+
"http": {
|
|
18
|
+
"requestUri": "/attachments/{attachmentId}/accept"
|
|
19
|
+
},
|
|
20
|
+
"input": {
|
|
21
|
+
"type": "structure",
|
|
22
|
+
"required": [
|
|
23
|
+
"AttachmentId"
|
|
24
|
+
],
|
|
25
|
+
"members": {
|
|
26
|
+
"AttachmentId": {
|
|
27
|
+
"location": "uri",
|
|
28
|
+
"locationName": "attachmentId"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"output": {
|
|
33
|
+
"type": "structure",
|
|
34
|
+
"members": {
|
|
35
|
+
"Attachment": {
|
|
36
|
+
"shape": "S4"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"AssociateConnectPeer": {
|
|
42
|
+
"http": {
|
|
43
|
+
"requestUri": "/global-networks/{globalNetworkId}/connect-peer-associations"
|
|
44
|
+
},
|
|
45
|
+
"input": {
|
|
46
|
+
"type": "structure",
|
|
47
|
+
"required": [
|
|
48
|
+
"GlobalNetworkId",
|
|
49
|
+
"ConnectPeerId",
|
|
50
|
+
"DeviceId"
|
|
51
|
+
],
|
|
52
|
+
"members": {
|
|
53
|
+
"GlobalNetworkId": {
|
|
54
|
+
"location": "uri",
|
|
55
|
+
"locationName": "globalNetworkId"
|
|
56
|
+
},
|
|
57
|
+
"ConnectPeerId": {},
|
|
58
|
+
"DeviceId": {},
|
|
59
|
+
"LinkId": {}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"output": {
|
|
63
|
+
"type": "structure",
|
|
64
|
+
"members": {
|
|
65
|
+
"ConnectPeerAssociation": {
|
|
66
|
+
"shape": "Sq"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
16
71
|
"AssociateCustomerGateway": {
|
|
17
72
|
"http": {
|
|
18
73
|
"requestUri": "/global-networks/{globalNetworkId}/customer-gateway-associations"
|
|
@@ -38,7 +93,7 @@
|
|
|
38
93
|
"type": "structure",
|
|
39
94
|
"members": {
|
|
40
95
|
"CustomerGatewayAssociation": {
|
|
41
|
-
"shape": "
|
|
96
|
+
"shape": "Sv"
|
|
42
97
|
}
|
|
43
98
|
}
|
|
44
99
|
}
|
|
@@ -67,7 +122,7 @@
|
|
|
67
122
|
"type": "structure",
|
|
68
123
|
"members": {
|
|
69
124
|
"LinkAssociation": {
|
|
70
|
-
"shape": "
|
|
125
|
+
"shape": "Sz"
|
|
71
126
|
}
|
|
72
127
|
}
|
|
73
128
|
}
|
|
@@ -97,7 +152,86 @@
|
|
|
97
152
|
"type": "structure",
|
|
98
153
|
"members": {
|
|
99
154
|
"TransitGatewayConnectPeerAssociation": {
|
|
100
|
-
"shape": "
|
|
155
|
+
"shape": "S14"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"CreateConnectAttachment": {
|
|
161
|
+
"http": {
|
|
162
|
+
"requestUri": "/connect-attachments"
|
|
163
|
+
},
|
|
164
|
+
"input": {
|
|
165
|
+
"type": "structure",
|
|
166
|
+
"required": [
|
|
167
|
+
"CoreNetworkId",
|
|
168
|
+
"EdgeLocation",
|
|
169
|
+
"TransportAttachmentId",
|
|
170
|
+
"Options"
|
|
171
|
+
],
|
|
172
|
+
"members": {
|
|
173
|
+
"CoreNetworkId": {},
|
|
174
|
+
"EdgeLocation": {},
|
|
175
|
+
"TransportAttachmentId": {},
|
|
176
|
+
"Options": {
|
|
177
|
+
"shape": "S17"
|
|
178
|
+
},
|
|
179
|
+
"Tags": {
|
|
180
|
+
"shape": "Se"
|
|
181
|
+
},
|
|
182
|
+
"ClientToken": {
|
|
183
|
+
"idempotencyToken": true
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"output": {
|
|
188
|
+
"type": "structure",
|
|
189
|
+
"members": {
|
|
190
|
+
"ConnectAttachment": {
|
|
191
|
+
"shape": "S1b"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"CreateConnectPeer": {
|
|
197
|
+
"http": {
|
|
198
|
+
"requestUri": "/connect-peers"
|
|
199
|
+
},
|
|
200
|
+
"input": {
|
|
201
|
+
"type": "structure",
|
|
202
|
+
"required": [
|
|
203
|
+
"ConnectAttachmentId",
|
|
204
|
+
"PeerAddress",
|
|
205
|
+
"InsideCidrBlocks"
|
|
206
|
+
],
|
|
207
|
+
"members": {
|
|
208
|
+
"ConnectAttachmentId": {},
|
|
209
|
+
"CoreNetworkAddress": {},
|
|
210
|
+
"PeerAddress": {},
|
|
211
|
+
"BgpOptions": {
|
|
212
|
+
"type": "structure",
|
|
213
|
+
"members": {
|
|
214
|
+
"PeerAsn": {
|
|
215
|
+
"type": "long"
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"InsideCidrBlocks": {
|
|
220
|
+
"shape": "S1g"
|
|
221
|
+
},
|
|
222
|
+
"Tags": {
|
|
223
|
+
"shape": "Se"
|
|
224
|
+
},
|
|
225
|
+
"ClientToken": {
|
|
226
|
+
"idempotencyToken": true
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"output": {
|
|
231
|
+
"type": "structure",
|
|
232
|
+
"members": {
|
|
233
|
+
"ConnectPeer": {
|
|
234
|
+
"shape": "S1i"
|
|
101
235
|
}
|
|
102
236
|
}
|
|
103
237
|
}
|
|
@@ -124,7 +258,7 @@
|
|
|
124
258
|
"ConnectedLinkId": {},
|
|
125
259
|
"Description": {},
|
|
126
260
|
"Tags": {
|
|
127
|
-
"shape": "
|
|
261
|
+
"shape": "Se"
|
|
128
262
|
}
|
|
129
263
|
}
|
|
130
264
|
},
|
|
@@ -132,7 +266,37 @@
|
|
|
132
266
|
"type": "structure",
|
|
133
267
|
"members": {
|
|
134
268
|
"Connection": {
|
|
135
|
-
"shape": "
|
|
269
|
+
"shape": "S1p"
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"CreateCoreNetwork": {
|
|
275
|
+
"http": {
|
|
276
|
+
"requestUri": "/core-networks"
|
|
277
|
+
},
|
|
278
|
+
"input": {
|
|
279
|
+
"type": "structure",
|
|
280
|
+
"required": [
|
|
281
|
+
"GlobalNetworkId"
|
|
282
|
+
],
|
|
283
|
+
"members": {
|
|
284
|
+
"GlobalNetworkId": {},
|
|
285
|
+
"Description": {},
|
|
286
|
+
"Tags": {
|
|
287
|
+
"shape": "Se"
|
|
288
|
+
},
|
|
289
|
+
"PolicyDocument": {},
|
|
290
|
+
"ClientToken": {
|
|
291
|
+
"idempotencyToken": true
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"output": {
|
|
296
|
+
"type": "structure",
|
|
297
|
+
"members": {
|
|
298
|
+
"CoreNetwork": {
|
|
299
|
+
"shape": "S1w"
|
|
136
300
|
}
|
|
137
301
|
}
|
|
138
302
|
}
|
|
@@ -152,7 +316,7 @@
|
|
|
152
316
|
"locationName": "globalNetworkId"
|
|
153
317
|
},
|
|
154
318
|
"AWSLocation": {
|
|
155
|
-
"shape": "
|
|
319
|
+
"shape": "S24"
|
|
156
320
|
},
|
|
157
321
|
"Description": {},
|
|
158
322
|
"Type": {},
|
|
@@ -160,11 +324,11 @@
|
|
|
160
324
|
"Model": {},
|
|
161
325
|
"SerialNumber": {},
|
|
162
326
|
"Location": {
|
|
163
|
-
"shape": "
|
|
327
|
+
"shape": "S26"
|
|
164
328
|
},
|
|
165
329
|
"SiteId": {},
|
|
166
330
|
"Tags": {
|
|
167
|
-
"shape": "
|
|
331
|
+
"shape": "Se"
|
|
168
332
|
}
|
|
169
333
|
}
|
|
170
334
|
},
|
|
@@ -172,7 +336,7 @@
|
|
|
172
336
|
"type": "structure",
|
|
173
337
|
"members": {
|
|
174
338
|
"Device": {
|
|
175
|
-
"shape": "
|
|
339
|
+
"shape": "S29"
|
|
176
340
|
}
|
|
177
341
|
}
|
|
178
342
|
}
|
|
@@ -186,7 +350,7 @@
|
|
|
186
350
|
"members": {
|
|
187
351
|
"Description": {},
|
|
188
352
|
"Tags": {
|
|
189
|
-
"shape": "
|
|
353
|
+
"shape": "Se"
|
|
190
354
|
}
|
|
191
355
|
}
|
|
192
356
|
},
|
|
@@ -194,7 +358,7 @@
|
|
|
194
358
|
"type": "structure",
|
|
195
359
|
"members": {
|
|
196
360
|
"GlobalNetwork": {
|
|
197
|
-
"shape": "
|
|
361
|
+
"shape": "S2e"
|
|
198
362
|
}
|
|
199
363
|
}
|
|
200
364
|
}
|
|
@@ -218,12 +382,12 @@
|
|
|
218
382
|
"Description": {},
|
|
219
383
|
"Type": {},
|
|
220
384
|
"Bandwidth": {
|
|
221
|
-
"shape": "
|
|
385
|
+
"shape": "S2i"
|
|
222
386
|
},
|
|
223
387
|
"Provider": {},
|
|
224
388
|
"SiteId": {},
|
|
225
389
|
"Tags": {
|
|
226
|
-
"shape": "
|
|
390
|
+
"shape": "Se"
|
|
227
391
|
}
|
|
228
392
|
}
|
|
229
393
|
},
|
|
@@ -231,7 +395,7 @@
|
|
|
231
395
|
"type": "structure",
|
|
232
396
|
"members": {
|
|
233
397
|
"Link": {
|
|
234
|
-
"shape": "
|
|
398
|
+
"shape": "S2k"
|
|
235
399
|
}
|
|
236
400
|
}
|
|
237
401
|
}
|
|
@@ -252,10 +416,10 @@
|
|
|
252
416
|
},
|
|
253
417
|
"Description": {},
|
|
254
418
|
"Location": {
|
|
255
|
-
"shape": "
|
|
419
|
+
"shape": "S26"
|
|
256
420
|
},
|
|
257
421
|
"Tags": {
|
|
258
|
-
"shape": "
|
|
422
|
+
"shape": "Se"
|
|
259
423
|
}
|
|
260
424
|
}
|
|
261
425
|
},
|
|
@@ -263,7 +427,126 @@
|
|
|
263
427
|
"type": "structure",
|
|
264
428
|
"members": {
|
|
265
429
|
"Site": {
|
|
266
|
-
"shape": "
|
|
430
|
+
"shape": "S2p"
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"CreateSiteToSiteVpnAttachment": {
|
|
436
|
+
"http": {
|
|
437
|
+
"requestUri": "/site-to-site-vpn-attachments"
|
|
438
|
+
},
|
|
439
|
+
"input": {
|
|
440
|
+
"type": "structure",
|
|
441
|
+
"required": [
|
|
442
|
+
"CoreNetworkId",
|
|
443
|
+
"VpnConnectionArn"
|
|
444
|
+
],
|
|
445
|
+
"members": {
|
|
446
|
+
"CoreNetworkId": {},
|
|
447
|
+
"VpnConnectionArn": {},
|
|
448
|
+
"Tags": {
|
|
449
|
+
"shape": "Se"
|
|
450
|
+
},
|
|
451
|
+
"ClientToken": {
|
|
452
|
+
"idempotencyToken": true
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"output": {
|
|
457
|
+
"type": "structure",
|
|
458
|
+
"members": {
|
|
459
|
+
"SiteToSiteVpnAttachment": {
|
|
460
|
+
"shape": "S2v"
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"CreateVpcAttachment": {
|
|
466
|
+
"http": {
|
|
467
|
+
"requestUri": "/vpc-attachments"
|
|
468
|
+
},
|
|
469
|
+
"input": {
|
|
470
|
+
"type": "structure",
|
|
471
|
+
"required": [
|
|
472
|
+
"CoreNetworkId",
|
|
473
|
+
"VpcArn",
|
|
474
|
+
"SubnetArns"
|
|
475
|
+
],
|
|
476
|
+
"members": {
|
|
477
|
+
"CoreNetworkId": {},
|
|
478
|
+
"VpcArn": {},
|
|
479
|
+
"SubnetArns": {
|
|
480
|
+
"shape": "S2y"
|
|
481
|
+
},
|
|
482
|
+
"Options": {
|
|
483
|
+
"shape": "S2z"
|
|
484
|
+
},
|
|
485
|
+
"Tags": {
|
|
486
|
+
"shape": "Se"
|
|
487
|
+
},
|
|
488
|
+
"ClientToken": {
|
|
489
|
+
"idempotencyToken": true
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
"output": {
|
|
494
|
+
"type": "structure",
|
|
495
|
+
"members": {
|
|
496
|
+
"VpcAttachment": {
|
|
497
|
+
"shape": "S32"
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
"DeleteAttachment": {
|
|
503
|
+
"http": {
|
|
504
|
+
"method": "DELETE",
|
|
505
|
+
"requestUri": "/attachments/{attachmentId}"
|
|
506
|
+
},
|
|
507
|
+
"input": {
|
|
508
|
+
"type": "structure",
|
|
509
|
+
"required": [
|
|
510
|
+
"AttachmentId"
|
|
511
|
+
],
|
|
512
|
+
"members": {
|
|
513
|
+
"AttachmentId": {
|
|
514
|
+
"location": "uri",
|
|
515
|
+
"locationName": "attachmentId"
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"output": {
|
|
520
|
+
"type": "structure",
|
|
521
|
+
"members": {
|
|
522
|
+
"Attachment": {
|
|
523
|
+
"shape": "S4"
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
"DeleteConnectPeer": {
|
|
529
|
+
"http": {
|
|
530
|
+
"method": "DELETE",
|
|
531
|
+
"requestUri": "/connect-peers/{connectPeerId}"
|
|
532
|
+
},
|
|
533
|
+
"input": {
|
|
534
|
+
"type": "structure",
|
|
535
|
+
"required": [
|
|
536
|
+
"ConnectPeerId"
|
|
537
|
+
],
|
|
538
|
+
"members": {
|
|
539
|
+
"ConnectPeerId": {
|
|
540
|
+
"location": "uri",
|
|
541
|
+
"locationName": "connectPeerId"
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
"output": {
|
|
546
|
+
"type": "structure",
|
|
547
|
+
"members": {
|
|
548
|
+
"ConnectPeer": {
|
|
549
|
+
"shape": "S1i"
|
|
267
550
|
}
|
|
268
551
|
}
|
|
269
552
|
}
|
|
@@ -294,7 +577,65 @@
|
|
|
294
577
|
"type": "structure",
|
|
295
578
|
"members": {
|
|
296
579
|
"Connection": {
|
|
297
|
-
"shape": "
|
|
580
|
+
"shape": "S1p"
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
"DeleteCoreNetwork": {
|
|
586
|
+
"http": {
|
|
587
|
+
"method": "DELETE",
|
|
588
|
+
"requestUri": "/core-networks/{coreNetworkId}"
|
|
589
|
+
},
|
|
590
|
+
"input": {
|
|
591
|
+
"type": "structure",
|
|
592
|
+
"required": [
|
|
593
|
+
"CoreNetworkId"
|
|
594
|
+
],
|
|
595
|
+
"members": {
|
|
596
|
+
"CoreNetworkId": {
|
|
597
|
+
"location": "uri",
|
|
598
|
+
"locationName": "coreNetworkId"
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
},
|
|
602
|
+
"output": {
|
|
603
|
+
"type": "structure",
|
|
604
|
+
"members": {
|
|
605
|
+
"CoreNetwork": {
|
|
606
|
+
"shape": "S1w"
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"DeleteCoreNetworkPolicyVersion": {
|
|
612
|
+
"http": {
|
|
613
|
+
"method": "DELETE",
|
|
614
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-policy-versions/{policyVersionId}"
|
|
615
|
+
},
|
|
616
|
+
"input": {
|
|
617
|
+
"type": "structure",
|
|
618
|
+
"required": [
|
|
619
|
+
"CoreNetworkId",
|
|
620
|
+
"PolicyVersionId"
|
|
621
|
+
],
|
|
622
|
+
"members": {
|
|
623
|
+
"CoreNetworkId": {
|
|
624
|
+
"location": "uri",
|
|
625
|
+
"locationName": "coreNetworkId"
|
|
626
|
+
},
|
|
627
|
+
"PolicyVersionId": {
|
|
628
|
+
"location": "uri",
|
|
629
|
+
"locationName": "policyVersionId",
|
|
630
|
+
"type": "integer"
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
"output": {
|
|
635
|
+
"type": "structure",
|
|
636
|
+
"members": {
|
|
637
|
+
"CoreNetworkPolicy": {
|
|
638
|
+
"shape": "S3d"
|
|
298
639
|
}
|
|
299
640
|
}
|
|
300
641
|
}
|
|
@@ -325,7 +666,7 @@
|
|
|
325
666
|
"type": "structure",
|
|
326
667
|
"members": {
|
|
327
668
|
"Device": {
|
|
328
|
-
"shape": "
|
|
669
|
+
"shape": "S29"
|
|
329
670
|
}
|
|
330
671
|
}
|
|
331
672
|
}
|
|
@@ -351,7 +692,7 @@
|
|
|
351
692
|
"type": "structure",
|
|
352
693
|
"members": {
|
|
353
694
|
"GlobalNetwork": {
|
|
354
|
-
"shape": "
|
|
695
|
+
"shape": "S2e"
|
|
355
696
|
}
|
|
356
697
|
}
|
|
357
698
|
}
|
|
@@ -382,9 +723,31 @@
|
|
|
382
723
|
"type": "structure",
|
|
383
724
|
"members": {
|
|
384
725
|
"Link": {
|
|
385
|
-
"shape": "
|
|
726
|
+
"shape": "S2k"
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"DeleteResourcePolicy": {
|
|
732
|
+
"http": {
|
|
733
|
+
"method": "DELETE",
|
|
734
|
+
"requestUri": "/resource-policy/{resourceArn}"
|
|
735
|
+
},
|
|
736
|
+
"input": {
|
|
737
|
+
"type": "structure",
|
|
738
|
+
"required": [
|
|
739
|
+
"ResourceArn"
|
|
740
|
+
],
|
|
741
|
+
"members": {
|
|
742
|
+
"ResourceArn": {
|
|
743
|
+
"location": "uri",
|
|
744
|
+
"locationName": "resourceArn"
|
|
386
745
|
}
|
|
387
746
|
}
|
|
747
|
+
},
|
|
748
|
+
"output": {
|
|
749
|
+
"type": "structure",
|
|
750
|
+
"members": {}
|
|
388
751
|
}
|
|
389
752
|
},
|
|
390
753
|
"DeleteSite": {
|
|
@@ -413,7 +776,7 @@
|
|
|
413
776
|
"type": "structure",
|
|
414
777
|
"members": {
|
|
415
778
|
"Site": {
|
|
416
|
-
"shape": "
|
|
779
|
+
"shape": "S2p"
|
|
417
780
|
}
|
|
418
781
|
}
|
|
419
782
|
}
|
|
@@ -444,7 +807,7 @@
|
|
|
444
807
|
"type": "structure",
|
|
445
808
|
"members": {
|
|
446
809
|
"TransitGatewayRegistration": {
|
|
447
|
-
"shape": "
|
|
810
|
+
"shape": "S3w"
|
|
448
811
|
}
|
|
449
812
|
}
|
|
450
813
|
}
|
|
@@ -458,9 +821,10 @@
|
|
|
458
821
|
"type": "structure",
|
|
459
822
|
"members": {
|
|
460
823
|
"GlobalNetworkIds": {
|
|
461
|
-
"shape": "S1n",
|
|
462
824
|
"location": "querystring",
|
|
463
|
-
"locationName": "globalNetworkIds"
|
|
825
|
+
"locationName": "globalNetworkIds",
|
|
826
|
+
"type": "list",
|
|
827
|
+
"member": {}
|
|
464
828
|
},
|
|
465
829
|
"MaxResults": {
|
|
466
830
|
"location": "querystring",
|
|
@@ -479,23 +843,54 @@
|
|
|
479
843
|
"GlobalNetworks": {
|
|
480
844
|
"type": "list",
|
|
481
845
|
"member": {
|
|
482
|
-
"shape": "
|
|
846
|
+
"shape": "S2e"
|
|
483
847
|
}
|
|
484
848
|
},
|
|
485
849
|
"NextToken": {}
|
|
486
850
|
}
|
|
487
851
|
}
|
|
488
852
|
},
|
|
489
|
-
"
|
|
853
|
+
"DisassociateConnectPeer": {
|
|
490
854
|
"http": {
|
|
491
855
|
"method": "DELETE",
|
|
492
|
-
"requestUri": "/global-networks/{globalNetworkId}/
|
|
856
|
+
"requestUri": "/global-networks/{globalNetworkId}/connect-peer-associations/{connectPeerId}"
|
|
493
857
|
},
|
|
494
858
|
"input": {
|
|
495
859
|
"type": "structure",
|
|
496
860
|
"required": [
|
|
497
861
|
"GlobalNetworkId",
|
|
498
|
-
"
|
|
862
|
+
"ConnectPeerId"
|
|
863
|
+
],
|
|
864
|
+
"members": {
|
|
865
|
+
"GlobalNetworkId": {
|
|
866
|
+
"location": "uri",
|
|
867
|
+
"locationName": "globalNetworkId"
|
|
868
|
+
},
|
|
869
|
+
"ConnectPeerId": {
|
|
870
|
+
"location": "uri",
|
|
871
|
+
"locationName": "connectPeerId"
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"output": {
|
|
876
|
+
"type": "structure",
|
|
877
|
+
"members": {
|
|
878
|
+
"ConnectPeerAssociation": {
|
|
879
|
+
"shape": "Sq"
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"DisassociateCustomerGateway": {
|
|
885
|
+
"http": {
|
|
886
|
+
"method": "DELETE",
|
|
887
|
+
"requestUri": "/global-networks/{globalNetworkId}/customer-gateway-associations/{customerGatewayArn}"
|
|
888
|
+
},
|
|
889
|
+
"input": {
|
|
890
|
+
"type": "structure",
|
|
891
|
+
"required": [
|
|
892
|
+
"GlobalNetworkId",
|
|
893
|
+
"CustomerGatewayArn"
|
|
499
894
|
],
|
|
500
895
|
"members": {
|
|
501
896
|
"GlobalNetworkId": {
|
|
@@ -512,7 +907,7 @@
|
|
|
512
907
|
"type": "structure",
|
|
513
908
|
"members": {
|
|
514
909
|
"CustomerGatewayAssociation": {
|
|
515
|
-
"shape": "
|
|
910
|
+
"shape": "Sv"
|
|
516
911
|
}
|
|
517
912
|
}
|
|
518
913
|
}
|
|
@@ -548,7 +943,7 @@
|
|
|
548
943
|
"type": "structure",
|
|
549
944
|
"members": {
|
|
550
945
|
"LinkAssociation": {
|
|
551
|
-
"shape": "
|
|
946
|
+
"shape": "Sz"
|
|
552
947
|
}
|
|
553
948
|
}
|
|
554
949
|
}
|
|
@@ -579,9 +974,133 @@
|
|
|
579
974
|
"type": "structure",
|
|
580
975
|
"members": {
|
|
581
976
|
"TransitGatewayConnectPeerAssociation": {
|
|
582
|
-
"shape": "
|
|
977
|
+
"shape": "S14"
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
"ExecuteCoreNetworkChangeSet": {
|
|
983
|
+
"http": {
|
|
984
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-change-sets/{policyVersionId}/execute"
|
|
985
|
+
},
|
|
986
|
+
"input": {
|
|
987
|
+
"type": "structure",
|
|
988
|
+
"required": [
|
|
989
|
+
"CoreNetworkId",
|
|
990
|
+
"PolicyVersionId"
|
|
991
|
+
],
|
|
992
|
+
"members": {
|
|
993
|
+
"CoreNetworkId": {
|
|
994
|
+
"location": "uri",
|
|
995
|
+
"locationName": "coreNetworkId"
|
|
996
|
+
},
|
|
997
|
+
"PolicyVersionId": {
|
|
998
|
+
"location": "uri",
|
|
999
|
+
"locationName": "policyVersionId",
|
|
1000
|
+
"type": "integer"
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
"output": {
|
|
1005
|
+
"type": "structure",
|
|
1006
|
+
"members": {}
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"GetConnectAttachment": {
|
|
1010
|
+
"http": {
|
|
1011
|
+
"method": "GET",
|
|
1012
|
+
"requestUri": "/connect-attachments/{attachmentId}"
|
|
1013
|
+
},
|
|
1014
|
+
"input": {
|
|
1015
|
+
"type": "structure",
|
|
1016
|
+
"required": [
|
|
1017
|
+
"AttachmentId"
|
|
1018
|
+
],
|
|
1019
|
+
"members": {
|
|
1020
|
+
"AttachmentId": {
|
|
1021
|
+
"location": "uri",
|
|
1022
|
+
"locationName": "attachmentId"
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
"output": {
|
|
1027
|
+
"type": "structure",
|
|
1028
|
+
"members": {
|
|
1029
|
+
"ConnectAttachment": {
|
|
1030
|
+
"shape": "S1b"
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
"GetConnectPeer": {
|
|
1036
|
+
"http": {
|
|
1037
|
+
"method": "GET",
|
|
1038
|
+
"requestUri": "/connect-peers/{connectPeerId}"
|
|
1039
|
+
},
|
|
1040
|
+
"input": {
|
|
1041
|
+
"type": "structure",
|
|
1042
|
+
"required": [
|
|
1043
|
+
"ConnectPeerId"
|
|
1044
|
+
],
|
|
1045
|
+
"members": {
|
|
1046
|
+
"ConnectPeerId": {
|
|
1047
|
+
"location": "uri",
|
|
1048
|
+
"locationName": "connectPeerId"
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
"output": {
|
|
1053
|
+
"type": "structure",
|
|
1054
|
+
"members": {
|
|
1055
|
+
"ConnectPeer": {
|
|
1056
|
+
"shape": "S1i"
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"GetConnectPeerAssociations": {
|
|
1062
|
+
"http": {
|
|
1063
|
+
"method": "GET",
|
|
1064
|
+
"requestUri": "/global-networks/{globalNetworkId}/connect-peer-associations"
|
|
1065
|
+
},
|
|
1066
|
+
"input": {
|
|
1067
|
+
"type": "structure",
|
|
1068
|
+
"required": [
|
|
1069
|
+
"GlobalNetworkId"
|
|
1070
|
+
],
|
|
1071
|
+
"members": {
|
|
1072
|
+
"GlobalNetworkId": {
|
|
1073
|
+
"location": "uri",
|
|
1074
|
+
"locationName": "globalNetworkId"
|
|
1075
|
+
},
|
|
1076
|
+
"ConnectPeerIds": {
|
|
1077
|
+
"location": "querystring",
|
|
1078
|
+
"locationName": "connectPeerIds",
|
|
1079
|
+
"type": "list",
|
|
1080
|
+
"member": {}
|
|
1081
|
+
},
|
|
1082
|
+
"MaxResults": {
|
|
1083
|
+
"location": "querystring",
|
|
1084
|
+
"locationName": "maxResults",
|
|
1085
|
+
"type": "integer"
|
|
1086
|
+
},
|
|
1087
|
+
"NextToken": {
|
|
1088
|
+
"location": "querystring",
|
|
1089
|
+
"locationName": "nextToken"
|
|
583
1090
|
}
|
|
584
1091
|
}
|
|
1092
|
+
},
|
|
1093
|
+
"output": {
|
|
1094
|
+
"type": "structure",
|
|
1095
|
+
"members": {
|
|
1096
|
+
"ConnectPeerAssociations": {
|
|
1097
|
+
"type": "list",
|
|
1098
|
+
"member": {
|
|
1099
|
+
"shape": "Sq"
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
"NextToken": {}
|
|
1103
|
+
}
|
|
585
1104
|
}
|
|
586
1105
|
},
|
|
587
1106
|
"GetConnections": {
|
|
@@ -600,9 +1119,10 @@
|
|
|
600
1119
|
"locationName": "globalNetworkId"
|
|
601
1120
|
},
|
|
602
1121
|
"ConnectionIds": {
|
|
603
|
-
"shape": "S1n",
|
|
604
1122
|
"location": "querystring",
|
|
605
|
-
"locationName": "connectionIds"
|
|
1123
|
+
"locationName": "connectionIds",
|
|
1124
|
+
"type": "list",
|
|
1125
|
+
"member": {}
|
|
606
1126
|
},
|
|
607
1127
|
"DeviceId": {
|
|
608
1128
|
"location": "querystring",
|
|
@@ -625,13 +1145,130 @@
|
|
|
625
1145
|
"Connections": {
|
|
626
1146
|
"type": "list",
|
|
627
1147
|
"member": {
|
|
628
|
-
"shape": "
|
|
1148
|
+
"shape": "S1p"
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"NextToken": {}
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
},
|
|
1155
|
+
"GetCoreNetwork": {
|
|
1156
|
+
"http": {
|
|
1157
|
+
"method": "GET",
|
|
1158
|
+
"requestUri": "/core-networks/{coreNetworkId}"
|
|
1159
|
+
},
|
|
1160
|
+
"input": {
|
|
1161
|
+
"type": "structure",
|
|
1162
|
+
"required": [
|
|
1163
|
+
"CoreNetworkId"
|
|
1164
|
+
],
|
|
1165
|
+
"members": {
|
|
1166
|
+
"CoreNetworkId": {
|
|
1167
|
+
"location": "uri",
|
|
1168
|
+
"locationName": "coreNetworkId"
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
"output": {
|
|
1173
|
+
"type": "structure",
|
|
1174
|
+
"members": {
|
|
1175
|
+
"CoreNetwork": {
|
|
1176
|
+
"shape": "S1w"
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
"GetCoreNetworkChangeSet": {
|
|
1182
|
+
"http": {
|
|
1183
|
+
"method": "GET",
|
|
1184
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-change-sets/{policyVersionId}"
|
|
1185
|
+
},
|
|
1186
|
+
"input": {
|
|
1187
|
+
"type": "structure",
|
|
1188
|
+
"required": [
|
|
1189
|
+
"CoreNetworkId",
|
|
1190
|
+
"PolicyVersionId"
|
|
1191
|
+
],
|
|
1192
|
+
"members": {
|
|
1193
|
+
"CoreNetworkId": {
|
|
1194
|
+
"location": "uri",
|
|
1195
|
+
"locationName": "coreNetworkId"
|
|
1196
|
+
},
|
|
1197
|
+
"PolicyVersionId": {
|
|
1198
|
+
"location": "uri",
|
|
1199
|
+
"locationName": "policyVersionId",
|
|
1200
|
+
"type": "integer"
|
|
1201
|
+
},
|
|
1202
|
+
"MaxResults": {
|
|
1203
|
+
"location": "querystring",
|
|
1204
|
+
"locationName": "maxResults",
|
|
1205
|
+
"type": "integer"
|
|
1206
|
+
},
|
|
1207
|
+
"NextToken": {
|
|
1208
|
+
"location": "querystring",
|
|
1209
|
+
"locationName": "nextToken"
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
"output": {
|
|
1214
|
+
"type": "structure",
|
|
1215
|
+
"members": {
|
|
1216
|
+
"CoreNetworkChanges": {
|
|
1217
|
+
"type": "list",
|
|
1218
|
+
"member": {
|
|
1219
|
+
"type": "structure",
|
|
1220
|
+
"members": {
|
|
1221
|
+
"Type": {},
|
|
1222
|
+
"Action": {},
|
|
1223
|
+
"Identifier": {},
|
|
1224
|
+
"PreviousValues": {
|
|
1225
|
+
"shape": "S4z"
|
|
1226
|
+
},
|
|
1227
|
+
"NewValues": {
|
|
1228
|
+
"shape": "S4z"
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
629
1231
|
}
|
|
630
1232
|
},
|
|
631
1233
|
"NextToken": {}
|
|
632
1234
|
}
|
|
633
1235
|
}
|
|
634
1236
|
},
|
|
1237
|
+
"GetCoreNetworkPolicy": {
|
|
1238
|
+
"http": {
|
|
1239
|
+
"method": "GET",
|
|
1240
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-policy"
|
|
1241
|
+
},
|
|
1242
|
+
"input": {
|
|
1243
|
+
"type": "structure",
|
|
1244
|
+
"required": [
|
|
1245
|
+
"CoreNetworkId"
|
|
1246
|
+
],
|
|
1247
|
+
"members": {
|
|
1248
|
+
"CoreNetworkId": {
|
|
1249
|
+
"location": "uri",
|
|
1250
|
+
"locationName": "coreNetworkId"
|
|
1251
|
+
},
|
|
1252
|
+
"PolicyVersionId": {
|
|
1253
|
+
"location": "querystring",
|
|
1254
|
+
"locationName": "policyVersionId",
|
|
1255
|
+
"type": "integer"
|
|
1256
|
+
},
|
|
1257
|
+
"Alias": {
|
|
1258
|
+
"location": "querystring",
|
|
1259
|
+
"locationName": "alias"
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
"output": {
|
|
1264
|
+
"type": "structure",
|
|
1265
|
+
"members": {
|
|
1266
|
+
"CoreNetworkPolicy": {
|
|
1267
|
+
"shape": "S3d"
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
635
1272
|
"GetCustomerGatewayAssociations": {
|
|
636
1273
|
"http": {
|
|
637
1274
|
"method": "GET",
|
|
@@ -648,9 +1285,10 @@
|
|
|
648
1285
|
"locationName": "globalNetworkId"
|
|
649
1286
|
},
|
|
650
1287
|
"CustomerGatewayArns": {
|
|
651
|
-
"shape": "S1n",
|
|
652
1288
|
"location": "querystring",
|
|
653
|
-
"locationName": "customerGatewayArns"
|
|
1289
|
+
"locationName": "customerGatewayArns",
|
|
1290
|
+
"type": "list",
|
|
1291
|
+
"member": {}
|
|
654
1292
|
},
|
|
655
1293
|
"MaxResults": {
|
|
656
1294
|
"location": "querystring",
|
|
@@ -669,7 +1307,7 @@
|
|
|
669
1307
|
"CustomerGatewayAssociations": {
|
|
670
1308
|
"type": "list",
|
|
671
1309
|
"member": {
|
|
672
|
-
"shape": "
|
|
1310
|
+
"shape": "Sv"
|
|
673
1311
|
}
|
|
674
1312
|
},
|
|
675
1313
|
"NextToken": {}
|
|
@@ -692,9 +1330,10 @@
|
|
|
692
1330
|
"locationName": "globalNetworkId"
|
|
693
1331
|
},
|
|
694
1332
|
"DeviceIds": {
|
|
695
|
-
"shape": "S1n",
|
|
696
1333
|
"location": "querystring",
|
|
697
|
-
"locationName": "deviceIds"
|
|
1334
|
+
"locationName": "deviceIds",
|
|
1335
|
+
"type": "list",
|
|
1336
|
+
"member": {}
|
|
698
1337
|
},
|
|
699
1338
|
"SiteId": {
|
|
700
1339
|
"location": "querystring",
|
|
@@ -717,7 +1356,7 @@
|
|
|
717
1356
|
"Devices": {
|
|
718
1357
|
"type": "list",
|
|
719
1358
|
"member": {
|
|
720
|
-
"shape": "
|
|
1359
|
+
"shape": "S29"
|
|
721
1360
|
}
|
|
722
1361
|
},
|
|
723
1362
|
"NextToken": {}
|
|
@@ -764,7 +1403,7 @@
|
|
|
764
1403
|
"LinkAssociations": {
|
|
765
1404
|
"type": "list",
|
|
766
1405
|
"member": {
|
|
767
|
-
"shape": "
|
|
1406
|
+
"shape": "Sz"
|
|
768
1407
|
}
|
|
769
1408
|
},
|
|
770
1409
|
"NextToken": {}
|
|
@@ -787,9 +1426,10 @@
|
|
|
787
1426
|
"locationName": "globalNetworkId"
|
|
788
1427
|
},
|
|
789
1428
|
"LinkIds": {
|
|
790
|
-
"shape": "S1n",
|
|
791
1429
|
"location": "querystring",
|
|
792
|
-
"locationName": "linkIds"
|
|
1430
|
+
"locationName": "linkIds",
|
|
1431
|
+
"type": "list",
|
|
1432
|
+
"member": {}
|
|
793
1433
|
},
|
|
794
1434
|
"SiteId": {
|
|
795
1435
|
"location": "querystring",
|
|
@@ -820,17 +1460,17 @@
|
|
|
820
1460
|
"Links": {
|
|
821
1461
|
"type": "list",
|
|
822
1462
|
"member": {
|
|
823
|
-
"shape": "
|
|
1463
|
+
"shape": "S2k"
|
|
824
1464
|
}
|
|
825
1465
|
},
|
|
826
1466
|
"NextToken": {}
|
|
827
1467
|
}
|
|
828
1468
|
}
|
|
829
1469
|
},
|
|
830
|
-
"
|
|
1470
|
+
"GetNetworkResourceCounts": {
|
|
831
1471
|
"http": {
|
|
832
1472
|
"method": "GET",
|
|
833
|
-
"requestUri": "/global-networks/{globalNetworkId}/
|
|
1473
|
+
"requestUri": "/global-networks/{globalNetworkId}/network-resource-count"
|
|
834
1474
|
},
|
|
835
1475
|
"input": {
|
|
836
1476
|
"type": "structure",
|
|
@@ -842,10 +1482,9 @@
|
|
|
842
1482
|
"location": "uri",
|
|
843
1483
|
"locationName": "globalNetworkId"
|
|
844
1484
|
},
|
|
845
|
-
"
|
|
846
|
-
"shape": "S1n",
|
|
1485
|
+
"ResourceType": {
|
|
847
1486
|
"location": "querystring",
|
|
848
|
-
"locationName": "
|
|
1487
|
+
"locationName": "resourceType"
|
|
849
1488
|
},
|
|
850
1489
|
"MaxResults": {
|
|
851
1490
|
"location": "querystring",
|
|
@@ -861,20 +1500,26 @@
|
|
|
861
1500
|
"output": {
|
|
862
1501
|
"type": "structure",
|
|
863
1502
|
"members": {
|
|
864
|
-
"
|
|
1503
|
+
"NetworkResourceCounts": {
|
|
865
1504
|
"type": "list",
|
|
866
1505
|
"member": {
|
|
867
|
-
"
|
|
1506
|
+
"type": "structure",
|
|
1507
|
+
"members": {
|
|
1508
|
+
"ResourceType": {},
|
|
1509
|
+
"Count": {
|
|
1510
|
+
"type": "integer"
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
868
1513
|
}
|
|
869
1514
|
},
|
|
870
1515
|
"NextToken": {}
|
|
871
1516
|
}
|
|
872
1517
|
}
|
|
873
1518
|
},
|
|
874
|
-
"
|
|
1519
|
+
"GetNetworkResourceRelationships": {
|
|
875
1520
|
"http": {
|
|
876
1521
|
"method": "GET",
|
|
877
|
-
"requestUri": "/global-networks/{globalNetworkId}/
|
|
1522
|
+
"requestUri": "/global-networks/{globalNetworkId}/network-resource-relationships"
|
|
878
1523
|
},
|
|
879
1524
|
"input": {
|
|
880
1525
|
"type": "structure",
|
|
@@ -886,10 +1531,29 @@
|
|
|
886
1531
|
"location": "uri",
|
|
887
1532
|
"locationName": "globalNetworkId"
|
|
888
1533
|
},
|
|
889
|
-
"
|
|
890
|
-
"
|
|
1534
|
+
"CoreNetworkId": {
|
|
1535
|
+
"location": "querystring",
|
|
1536
|
+
"locationName": "coreNetworkId"
|
|
1537
|
+
},
|
|
1538
|
+
"RegisteredGatewayArn": {
|
|
1539
|
+
"location": "querystring",
|
|
1540
|
+
"locationName": "registeredGatewayArn"
|
|
1541
|
+
},
|
|
1542
|
+
"AwsRegion": {
|
|
891
1543
|
"location": "querystring",
|
|
892
|
-
"locationName": "
|
|
1544
|
+
"locationName": "awsRegion"
|
|
1545
|
+
},
|
|
1546
|
+
"AccountId": {
|
|
1547
|
+
"location": "querystring",
|
|
1548
|
+
"locationName": "accountId"
|
|
1549
|
+
},
|
|
1550
|
+
"ResourceType": {
|
|
1551
|
+
"location": "querystring",
|
|
1552
|
+
"locationName": "resourceType"
|
|
1553
|
+
},
|
|
1554
|
+
"ResourceArn": {
|
|
1555
|
+
"location": "querystring",
|
|
1556
|
+
"locationName": "resourceArn"
|
|
893
1557
|
},
|
|
894
1558
|
"MaxResults": {
|
|
895
1559
|
"location": "querystring",
|
|
@@ -905,20 +1569,24 @@
|
|
|
905
1569
|
"output": {
|
|
906
1570
|
"type": "structure",
|
|
907
1571
|
"members": {
|
|
908
|
-
"
|
|
1572
|
+
"Relationships": {
|
|
909
1573
|
"type": "list",
|
|
910
1574
|
"member": {
|
|
911
|
-
"
|
|
1575
|
+
"type": "structure",
|
|
1576
|
+
"members": {
|
|
1577
|
+
"From": {},
|
|
1578
|
+
"To": {}
|
|
1579
|
+
}
|
|
912
1580
|
}
|
|
913
1581
|
},
|
|
914
1582
|
"NextToken": {}
|
|
915
1583
|
}
|
|
916
1584
|
}
|
|
917
1585
|
},
|
|
918
|
-
"
|
|
1586
|
+
"GetNetworkResources": {
|
|
919
1587
|
"http": {
|
|
920
1588
|
"method": "GET",
|
|
921
|
-
"requestUri": "/global-networks/{globalNetworkId}/
|
|
1589
|
+
"requestUri": "/global-networks/{globalNetworkId}/network-resources"
|
|
922
1590
|
},
|
|
923
1591
|
"input": {
|
|
924
1592
|
"type": "structure",
|
|
@@ -930,10 +1598,29 @@
|
|
|
930
1598
|
"location": "uri",
|
|
931
1599
|
"locationName": "globalNetworkId"
|
|
932
1600
|
},
|
|
933
|
-
"
|
|
934
|
-
"
|
|
1601
|
+
"CoreNetworkId": {
|
|
1602
|
+
"location": "querystring",
|
|
1603
|
+
"locationName": "coreNetworkId"
|
|
1604
|
+
},
|
|
1605
|
+
"RegisteredGatewayArn": {
|
|
1606
|
+
"location": "querystring",
|
|
1607
|
+
"locationName": "registeredGatewayArn"
|
|
1608
|
+
},
|
|
1609
|
+
"AwsRegion": {
|
|
935
1610
|
"location": "querystring",
|
|
936
|
-
"locationName": "
|
|
1611
|
+
"locationName": "awsRegion"
|
|
1612
|
+
},
|
|
1613
|
+
"AccountId": {
|
|
1614
|
+
"location": "querystring",
|
|
1615
|
+
"locationName": "accountId"
|
|
1616
|
+
},
|
|
1617
|
+
"ResourceType": {
|
|
1618
|
+
"location": "querystring",
|
|
1619
|
+
"locationName": "resourceType"
|
|
1620
|
+
},
|
|
1621
|
+
"ResourceArn": {
|
|
1622
|
+
"location": "querystring",
|
|
1623
|
+
"locationName": "resourceArn"
|
|
937
1624
|
},
|
|
938
1625
|
"MaxResults": {
|
|
939
1626
|
"location": "querystring",
|
|
@@ -949,65 +1636,859 @@
|
|
|
949
1636
|
"output": {
|
|
950
1637
|
"type": "structure",
|
|
951
1638
|
"members": {
|
|
952
|
-
"
|
|
1639
|
+
"NetworkResources": {
|
|
953
1640
|
"type": "list",
|
|
954
1641
|
"member": {
|
|
955
|
-
"
|
|
1642
|
+
"type": "structure",
|
|
1643
|
+
"members": {
|
|
1644
|
+
"RegisteredGatewayArn": {},
|
|
1645
|
+
"CoreNetworkId": {},
|
|
1646
|
+
"AwsRegion": {},
|
|
1647
|
+
"AccountId": {},
|
|
1648
|
+
"ResourceType": {},
|
|
1649
|
+
"ResourceId": {},
|
|
1650
|
+
"ResourceArn": {},
|
|
1651
|
+
"Definition": {},
|
|
1652
|
+
"DefinitionTimestamp": {
|
|
1653
|
+
"type": "timestamp"
|
|
1654
|
+
},
|
|
1655
|
+
"Tags": {
|
|
1656
|
+
"shape": "Se"
|
|
1657
|
+
},
|
|
1658
|
+
"Metadata": {
|
|
1659
|
+
"shape": "S5t"
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
956
1662
|
}
|
|
957
1663
|
},
|
|
958
1664
|
"NextToken": {}
|
|
959
1665
|
}
|
|
960
1666
|
}
|
|
961
1667
|
},
|
|
962
|
-
"
|
|
1668
|
+
"GetNetworkRoutes": {
|
|
963
1669
|
"http": {
|
|
964
|
-
"
|
|
965
|
-
"requestUri": "/tags/{resourceArn}"
|
|
1670
|
+
"requestUri": "/global-networks/{globalNetworkId}/network-routes"
|
|
966
1671
|
},
|
|
967
1672
|
"input": {
|
|
968
1673
|
"type": "structure",
|
|
969
1674
|
"required": [
|
|
970
|
-
"
|
|
1675
|
+
"GlobalNetworkId",
|
|
1676
|
+
"RouteTableIdentifier"
|
|
971
1677
|
],
|
|
972
1678
|
"members": {
|
|
973
|
-
"
|
|
1679
|
+
"GlobalNetworkId": {
|
|
1680
|
+
"location": "uri",
|
|
1681
|
+
"locationName": "globalNetworkId"
|
|
1682
|
+
},
|
|
1683
|
+
"RouteTableIdentifier": {
|
|
1684
|
+
"type": "structure",
|
|
1685
|
+
"members": {
|
|
1686
|
+
"TransitGatewayRouteTableArn": {},
|
|
1687
|
+
"CoreNetworkSegmentEdge": {
|
|
1688
|
+
"shape": "S5x"
|
|
1689
|
+
}
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
"ExactCidrMatches": {
|
|
1693
|
+
"shape": "S1g"
|
|
1694
|
+
},
|
|
1695
|
+
"LongestPrefixMatches": {
|
|
1696
|
+
"shape": "S1g"
|
|
1697
|
+
},
|
|
1698
|
+
"SubnetOfMatches": {
|
|
1699
|
+
"shape": "S1g"
|
|
1700
|
+
},
|
|
1701
|
+
"SupernetOfMatches": {
|
|
1702
|
+
"shape": "S1g"
|
|
1703
|
+
},
|
|
1704
|
+
"PrefixListIds": {
|
|
1705
|
+
"shape": "S1g"
|
|
1706
|
+
},
|
|
1707
|
+
"States": {
|
|
1708
|
+
"type": "list",
|
|
1709
|
+
"member": {}
|
|
1710
|
+
},
|
|
1711
|
+
"Types": {
|
|
1712
|
+
"type": "list",
|
|
1713
|
+
"member": {}
|
|
1714
|
+
},
|
|
1715
|
+
"DestinationFilters": {
|
|
1716
|
+
"type": "map",
|
|
1717
|
+
"key": {},
|
|
1718
|
+
"value": {
|
|
1719
|
+
"type": "list",
|
|
1720
|
+
"member": {}
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
"output": {
|
|
1726
|
+
"type": "structure",
|
|
1727
|
+
"members": {
|
|
1728
|
+
"RouteTableArn": {},
|
|
1729
|
+
"CoreNetworkSegmentEdge": {
|
|
1730
|
+
"shape": "S5x"
|
|
1731
|
+
},
|
|
1732
|
+
"RouteTableType": {},
|
|
1733
|
+
"RouteTableTimestamp": {
|
|
1734
|
+
"type": "timestamp"
|
|
1735
|
+
},
|
|
1736
|
+
"NetworkRoutes": {
|
|
1737
|
+
"type": "list",
|
|
1738
|
+
"member": {
|
|
1739
|
+
"type": "structure",
|
|
1740
|
+
"members": {
|
|
1741
|
+
"DestinationCidrBlock": {},
|
|
1742
|
+
"Destinations": {
|
|
1743
|
+
"type": "list",
|
|
1744
|
+
"member": {
|
|
1745
|
+
"type": "structure",
|
|
1746
|
+
"members": {
|
|
1747
|
+
"CoreNetworkAttachmentId": {},
|
|
1748
|
+
"TransitGatewayAttachmentId": {},
|
|
1749
|
+
"SegmentName": {},
|
|
1750
|
+
"EdgeLocation": {},
|
|
1751
|
+
"ResourceType": {},
|
|
1752
|
+
"ResourceId": {}
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
1755
|
+
},
|
|
1756
|
+
"PrefixListId": {},
|
|
1757
|
+
"State": {},
|
|
1758
|
+
"Type": {}
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
},
|
|
1765
|
+
"GetNetworkTelemetry": {
|
|
1766
|
+
"http": {
|
|
1767
|
+
"method": "GET",
|
|
1768
|
+
"requestUri": "/global-networks/{globalNetworkId}/network-telemetry"
|
|
1769
|
+
},
|
|
1770
|
+
"input": {
|
|
1771
|
+
"type": "structure",
|
|
1772
|
+
"required": [
|
|
1773
|
+
"GlobalNetworkId"
|
|
1774
|
+
],
|
|
1775
|
+
"members": {
|
|
1776
|
+
"GlobalNetworkId": {
|
|
1777
|
+
"location": "uri",
|
|
1778
|
+
"locationName": "globalNetworkId"
|
|
1779
|
+
},
|
|
1780
|
+
"CoreNetworkId": {
|
|
1781
|
+
"location": "querystring",
|
|
1782
|
+
"locationName": "coreNetworkId"
|
|
1783
|
+
},
|
|
1784
|
+
"RegisteredGatewayArn": {
|
|
1785
|
+
"location": "querystring",
|
|
1786
|
+
"locationName": "registeredGatewayArn"
|
|
1787
|
+
},
|
|
1788
|
+
"AwsRegion": {
|
|
1789
|
+
"location": "querystring",
|
|
1790
|
+
"locationName": "awsRegion"
|
|
1791
|
+
},
|
|
1792
|
+
"AccountId": {
|
|
1793
|
+
"location": "querystring",
|
|
1794
|
+
"locationName": "accountId"
|
|
1795
|
+
},
|
|
1796
|
+
"ResourceType": {
|
|
1797
|
+
"location": "querystring",
|
|
1798
|
+
"locationName": "resourceType"
|
|
1799
|
+
},
|
|
1800
|
+
"ResourceArn": {
|
|
1801
|
+
"location": "querystring",
|
|
1802
|
+
"locationName": "resourceArn"
|
|
1803
|
+
},
|
|
1804
|
+
"MaxResults": {
|
|
1805
|
+
"location": "querystring",
|
|
1806
|
+
"locationName": "maxResults",
|
|
1807
|
+
"type": "integer"
|
|
1808
|
+
},
|
|
1809
|
+
"NextToken": {
|
|
1810
|
+
"location": "querystring",
|
|
1811
|
+
"locationName": "nextToken"
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
"output": {
|
|
1816
|
+
"type": "structure",
|
|
1817
|
+
"members": {
|
|
1818
|
+
"NetworkTelemetry": {
|
|
1819
|
+
"type": "list",
|
|
1820
|
+
"member": {
|
|
1821
|
+
"type": "structure",
|
|
1822
|
+
"members": {
|
|
1823
|
+
"RegisteredGatewayArn": {},
|
|
1824
|
+
"CoreNetworkId": {},
|
|
1825
|
+
"AwsRegion": {},
|
|
1826
|
+
"AccountId": {},
|
|
1827
|
+
"ResourceType": {},
|
|
1828
|
+
"ResourceId": {},
|
|
1829
|
+
"ResourceArn": {},
|
|
1830
|
+
"Address": {},
|
|
1831
|
+
"Health": {
|
|
1832
|
+
"type": "structure",
|
|
1833
|
+
"members": {
|
|
1834
|
+
"Type": {},
|
|
1835
|
+
"Status": {},
|
|
1836
|
+
"Timestamp": {
|
|
1837
|
+
"type": "timestamp"
|
|
1838
|
+
}
|
|
1839
|
+
}
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
"NextToken": {}
|
|
1845
|
+
}
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
"GetResourcePolicy": {
|
|
1849
|
+
"http": {
|
|
1850
|
+
"method": "GET",
|
|
1851
|
+
"requestUri": "/resource-policy/{resourceArn}"
|
|
1852
|
+
},
|
|
1853
|
+
"input": {
|
|
1854
|
+
"type": "structure",
|
|
1855
|
+
"required": [
|
|
1856
|
+
"ResourceArn"
|
|
1857
|
+
],
|
|
1858
|
+
"members": {
|
|
1859
|
+
"ResourceArn": {
|
|
1860
|
+
"location": "uri",
|
|
1861
|
+
"locationName": "resourceArn"
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
"output": {
|
|
1866
|
+
"type": "structure",
|
|
1867
|
+
"members": {
|
|
1868
|
+
"PolicyDocument": {
|
|
1869
|
+
"jsonvalue": true
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
"GetRouteAnalysis": {
|
|
1875
|
+
"http": {
|
|
1876
|
+
"method": "GET",
|
|
1877
|
+
"requestUri": "/global-networks/{globalNetworkId}/route-analyses/{routeAnalysisId}"
|
|
1878
|
+
},
|
|
1879
|
+
"input": {
|
|
1880
|
+
"type": "structure",
|
|
1881
|
+
"required": [
|
|
1882
|
+
"GlobalNetworkId",
|
|
1883
|
+
"RouteAnalysisId"
|
|
1884
|
+
],
|
|
1885
|
+
"members": {
|
|
1886
|
+
"GlobalNetworkId": {
|
|
1887
|
+
"location": "uri",
|
|
1888
|
+
"locationName": "globalNetworkId"
|
|
1889
|
+
},
|
|
1890
|
+
"RouteAnalysisId": {
|
|
1891
|
+
"location": "uri",
|
|
1892
|
+
"locationName": "routeAnalysisId"
|
|
1893
|
+
}
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
"output": {
|
|
1897
|
+
"type": "structure",
|
|
1898
|
+
"members": {
|
|
1899
|
+
"RouteAnalysis": {
|
|
1900
|
+
"shape": "S6p"
|
|
1901
|
+
}
|
|
1902
|
+
}
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
"GetSiteToSiteVpnAttachment": {
|
|
1906
|
+
"http": {
|
|
1907
|
+
"method": "GET",
|
|
1908
|
+
"requestUri": "/site-to-site-vpn-attachments/{attachmentId}"
|
|
1909
|
+
},
|
|
1910
|
+
"input": {
|
|
1911
|
+
"type": "structure",
|
|
1912
|
+
"required": [
|
|
1913
|
+
"AttachmentId"
|
|
1914
|
+
],
|
|
1915
|
+
"members": {
|
|
1916
|
+
"AttachmentId": {
|
|
1917
|
+
"location": "uri",
|
|
1918
|
+
"locationName": "attachmentId"
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
},
|
|
1922
|
+
"output": {
|
|
1923
|
+
"type": "structure",
|
|
1924
|
+
"members": {
|
|
1925
|
+
"SiteToSiteVpnAttachment": {
|
|
1926
|
+
"shape": "S2v"
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1931
|
+
"GetSites": {
|
|
1932
|
+
"http": {
|
|
1933
|
+
"method": "GET",
|
|
1934
|
+
"requestUri": "/global-networks/{globalNetworkId}/sites"
|
|
1935
|
+
},
|
|
1936
|
+
"input": {
|
|
1937
|
+
"type": "structure",
|
|
1938
|
+
"required": [
|
|
1939
|
+
"GlobalNetworkId"
|
|
1940
|
+
],
|
|
1941
|
+
"members": {
|
|
1942
|
+
"GlobalNetworkId": {
|
|
1943
|
+
"location": "uri",
|
|
1944
|
+
"locationName": "globalNetworkId"
|
|
1945
|
+
},
|
|
1946
|
+
"SiteIds": {
|
|
1947
|
+
"location": "querystring",
|
|
1948
|
+
"locationName": "siteIds",
|
|
1949
|
+
"type": "list",
|
|
1950
|
+
"member": {}
|
|
1951
|
+
},
|
|
1952
|
+
"MaxResults": {
|
|
1953
|
+
"location": "querystring",
|
|
1954
|
+
"locationName": "maxResults",
|
|
1955
|
+
"type": "integer"
|
|
1956
|
+
},
|
|
1957
|
+
"NextToken": {
|
|
1958
|
+
"location": "querystring",
|
|
1959
|
+
"locationName": "nextToken"
|
|
1960
|
+
}
|
|
1961
|
+
}
|
|
1962
|
+
},
|
|
1963
|
+
"output": {
|
|
1964
|
+
"type": "structure",
|
|
1965
|
+
"members": {
|
|
1966
|
+
"Sites": {
|
|
1967
|
+
"type": "list",
|
|
1968
|
+
"member": {
|
|
1969
|
+
"shape": "S2p"
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
"NextToken": {}
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
},
|
|
1976
|
+
"GetTransitGatewayConnectPeerAssociations": {
|
|
1977
|
+
"http": {
|
|
1978
|
+
"method": "GET",
|
|
1979
|
+
"requestUri": "/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations"
|
|
1980
|
+
},
|
|
1981
|
+
"input": {
|
|
1982
|
+
"type": "structure",
|
|
1983
|
+
"required": [
|
|
1984
|
+
"GlobalNetworkId"
|
|
1985
|
+
],
|
|
1986
|
+
"members": {
|
|
1987
|
+
"GlobalNetworkId": {
|
|
1988
|
+
"location": "uri",
|
|
1989
|
+
"locationName": "globalNetworkId"
|
|
1990
|
+
},
|
|
1991
|
+
"TransitGatewayConnectPeerArns": {
|
|
1992
|
+
"location": "querystring",
|
|
1993
|
+
"locationName": "transitGatewayConnectPeerArns",
|
|
1994
|
+
"type": "list",
|
|
1995
|
+
"member": {}
|
|
1996
|
+
},
|
|
1997
|
+
"MaxResults": {
|
|
1998
|
+
"location": "querystring",
|
|
1999
|
+
"locationName": "maxResults",
|
|
2000
|
+
"type": "integer"
|
|
2001
|
+
},
|
|
2002
|
+
"NextToken": {
|
|
2003
|
+
"location": "querystring",
|
|
2004
|
+
"locationName": "nextToken"
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
},
|
|
2008
|
+
"output": {
|
|
2009
|
+
"type": "structure",
|
|
2010
|
+
"members": {
|
|
2011
|
+
"TransitGatewayConnectPeerAssociations": {
|
|
2012
|
+
"type": "list",
|
|
2013
|
+
"member": {
|
|
2014
|
+
"shape": "S14"
|
|
2015
|
+
}
|
|
2016
|
+
},
|
|
2017
|
+
"NextToken": {}
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
"GetTransitGatewayRegistrations": {
|
|
2022
|
+
"http": {
|
|
2023
|
+
"method": "GET",
|
|
2024
|
+
"requestUri": "/global-networks/{globalNetworkId}/transit-gateway-registrations"
|
|
2025
|
+
},
|
|
2026
|
+
"input": {
|
|
2027
|
+
"type": "structure",
|
|
2028
|
+
"required": [
|
|
2029
|
+
"GlobalNetworkId"
|
|
2030
|
+
],
|
|
2031
|
+
"members": {
|
|
2032
|
+
"GlobalNetworkId": {
|
|
2033
|
+
"location": "uri",
|
|
2034
|
+
"locationName": "globalNetworkId"
|
|
2035
|
+
},
|
|
2036
|
+
"TransitGatewayArns": {
|
|
2037
|
+
"location": "querystring",
|
|
2038
|
+
"locationName": "transitGatewayArns",
|
|
2039
|
+
"type": "list",
|
|
2040
|
+
"member": {}
|
|
2041
|
+
},
|
|
2042
|
+
"MaxResults": {
|
|
2043
|
+
"location": "querystring",
|
|
2044
|
+
"locationName": "maxResults",
|
|
2045
|
+
"type": "integer"
|
|
2046
|
+
},
|
|
2047
|
+
"NextToken": {
|
|
2048
|
+
"location": "querystring",
|
|
2049
|
+
"locationName": "nextToken"
|
|
2050
|
+
}
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
"output": {
|
|
2054
|
+
"type": "structure",
|
|
2055
|
+
"members": {
|
|
2056
|
+
"TransitGatewayRegistrations": {
|
|
2057
|
+
"type": "list",
|
|
2058
|
+
"member": {
|
|
2059
|
+
"shape": "S3w"
|
|
2060
|
+
}
|
|
2061
|
+
},
|
|
2062
|
+
"NextToken": {}
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
"GetVpcAttachment": {
|
|
2067
|
+
"http": {
|
|
2068
|
+
"method": "GET",
|
|
2069
|
+
"requestUri": "/vpc-attachments/{attachmentId}"
|
|
2070
|
+
},
|
|
2071
|
+
"input": {
|
|
2072
|
+
"type": "structure",
|
|
2073
|
+
"required": [
|
|
2074
|
+
"AttachmentId"
|
|
2075
|
+
],
|
|
2076
|
+
"members": {
|
|
2077
|
+
"AttachmentId": {
|
|
2078
|
+
"location": "uri",
|
|
2079
|
+
"locationName": "attachmentId"
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
2083
|
+
"output": {
|
|
2084
|
+
"type": "structure",
|
|
2085
|
+
"members": {
|
|
2086
|
+
"VpcAttachment": {
|
|
2087
|
+
"shape": "S32"
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
},
|
|
2092
|
+
"ListAttachments": {
|
|
2093
|
+
"http": {
|
|
2094
|
+
"method": "GET",
|
|
2095
|
+
"requestUri": "/attachments"
|
|
2096
|
+
},
|
|
2097
|
+
"input": {
|
|
2098
|
+
"type": "structure",
|
|
2099
|
+
"members": {
|
|
2100
|
+
"CoreNetworkId": {
|
|
2101
|
+
"location": "querystring",
|
|
2102
|
+
"locationName": "coreNetworkId"
|
|
2103
|
+
},
|
|
2104
|
+
"AttachmentType": {
|
|
2105
|
+
"location": "querystring",
|
|
2106
|
+
"locationName": "attachmentType"
|
|
2107
|
+
},
|
|
2108
|
+
"EdgeLocation": {
|
|
2109
|
+
"location": "querystring",
|
|
2110
|
+
"locationName": "edgeLocation"
|
|
2111
|
+
},
|
|
2112
|
+
"State": {
|
|
2113
|
+
"location": "querystring",
|
|
2114
|
+
"locationName": "state"
|
|
2115
|
+
},
|
|
2116
|
+
"MaxResults": {
|
|
2117
|
+
"location": "querystring",
|
|
2118
|
+
"locationName": "maxResults",
|
|
2119
|
+
"type": "integer"
|
|
2120
|
+
},
|
|
2121
|
+
"NextToken": {
|
|
2122
|
+
"location": "querystring",
|
|
2123
|
+
"locationName": "nextToken"
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
},
|
|
2127
|
+
"output": {
|
|
2128
|
+
"type": "structure",
|
|
2129
|
+
"members": {
|
|
2130
|
+
"Attachments": {
|
|
2131
|
+
"type": "list",
|
|
2132
|
+
"member": {
|
|
2133
|
+
"shape": "S4"
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
"NextToken": {}
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2140
|
+
"ListConnectPeers": {
|
|
2141
|
+
"http": {
|
|
2142
|
+
"method": "GET",
|
|
2143
|
+
"requestUri": "/connect-peers"
|
|
2144
|
+
},
|
|
2145
|
+
"input": {
|
|
2146
|
+
"type": "structure",
|
|
2147
|
+
"members": {
|
|
2148
|
+
"CoreNetworkId": {
|
|
2149
|
+
"location": "querystring",
|
|
2150
|
+
"locationName": "coreNetworkId"
|
|
2151
|
+
},
|
|
2152
|
+
"ConnectAttachmentId": {
|
|
2153
|
+
"location": "querystring",
|
|
2154
|
+
"locationName": "connectAttachmentId"
|
|
2155
|
+
},
|
|
2156
|
+
"MaxResults": {
|
|
2157
|
+
"location": "querystring",
|
|
2158
|
+
"locationName": "maxResults",
|
|
2159
|
+
"type": "integer"
|
|
2160
|
+
},
|
|
2161
|
+
"NextToken": {
|
|
2162
|
+
"location": "querystring",
|
|
2163
|
+
"locationName": "nextToken"
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
},
|
|
2167
|
+
"output": {
|
|
2168
|
+
"type": "structure",
|
|
2169
|
+
"members": {
|
|
2170
|
+
"ConnectPeers": {
|
|
2171
|
+
"type": "list",
|
|
2172
|
+
"member": {
|
|
2173
|
+
"type": "structure",
|
|
2174
|
+
"members": {
|
|
2175
|
+
"CoreNetworkId": {},
|
|
2176
|
+
"ConnectAttachmentId": {},
|
|
2177
|
+
"ConnectPeerId": {},
|
|
2178
|
+
"EdgeLocation": {},
|
|
2179
|
+
"ConnectPeerState": {},
|
|
2180
|
+
"CreatedAt": {
|
|
2181
|
+
"type": "timestamp"
|
|
2182
|
+
},
|
|
2183
|
+
"Tags": {
|
|
2184
|
+
"shape": "Se"
|
|
2185
|
+
}
|
|
2186
|
+
}
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
"NextToken": {}
|
|
2190
|
+
}
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2193
|
+
"ListCoreNetworkPolicyVersions": {
|
|
2194
|
+
"http": {
|
|
2195
|
+
"method": "GET",
|
|
2196
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-policy-versions"
|
|
2197
|
+
},
|
|
2198
|
+
"input": {
|
|
2199
|
+
"type": "structure",
|
|
2200
|
+
"required": [
|
|
2201
|
+
"CoreNetworkId"
|
|
2202
|
+
],
|
|
2203
|
+
"members": {
|
|
2204
|
+
"CoreNetworkId": {
|
|
2205
|
+
"location": "uri",
|
|
2206
|
+
"locationName": "coreNetworkId"
|
|
2207
|
+
},
|
|
2208
|
+
"MaxResults": {
|
|
2209
|
+
"location": "querystring",
|
|
2210
|
+
"locationName": "maxResults",
|
|
2211
|
+
"type": "integer"
|
|
2212
|
+
},
|
|
2213
|
+
"NextToken": {
|
|
2214
|
+
"location": "querystring",
|
|
2215
|
+
"locationName": "nextToken"
|
|
2216
|
+
}
|
|
2217
|
+
}
|
|
2218
|
+
},
|
|
2219
|
+
"output": {
|
|
2220
|
+
"type": "structure",
|
|
2221
|
+
"members": {
|
|
2222
|
+
"CoreNetworkPolicyVersions": {
|
|
2223
|
+
"type": "list",
|
|
2224
|
+
"member": {
|
|
2225
|
+
"type": "structure",
|
|
2226
|
+
"members": {
|
|
2227
|
+
"CoreNetworkId": {},
|
|
2228
|
+
"PolicyVersionId": {
|
|
2229
|
+
"type": "integer"
|
|
2230
|
+
},
|
|
2231
|
+
"Alias": {},
|
|
2232
|
+
"Description": {},
|
|
2233
|
+
"CreatedAt": {
|
|
2234
|
+
"type": "timestamp"
|
|
2235
|
+
},
|
|
2236
|
+
"ChangeSetState": {}
|
|
2237
|
+
}
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2240
|
+
"NextToken": {}
|
|
2241
|
+
}
|
|
2242
|
+
}
|
|
2243
|
+
},
|
|
2244
|
+
"ListCoreNetworks": {
|
|
2245
|
+
"http": {
|
|
2246
|
+
"method": "GET",
|
|
2247
|
+
"requestUri": "/core-networks"
|
|
2248
|
+
},
|
|
2249
|
+
"input": {
|
|
2250
|
+
"type": "structure",
|
|
2251
|
+
"members": {
|
|
2252
|
+
"MaxResults": {
|
|
2253
|
+
"location": "querystring",
|
|
2254
|
+
"locationName": "maxResults",
|
|
2255
|
+
"type": "integer"
|
|
2256
|
+
},
|
|
2257
|
+
"NextToken": {
|
|
2258
|
+
"location": "querystring",
|
|
2259
|
+
"locationName": "nextToken"
|
|
2260
|
+
}
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2263
|
+
"output": {
|
|
2264
|
+
"type": "structure",
|
|
2265
|
+
"members": {
|
|
2266
|
+
"CoreNetworks": {
|
|
2267
|
+
"type": "list",
|
|
2268
|
+
"member": {
|
|
2269
|
+
"type": "structure",
|
|
2270
|
+
"members": {
|
|
2271
|
+
"CoreNetworkId": {},
|
|
2272
|
+
"CoreNetworkArn": {},
|
|
2273
|
+
"GlobalNetworkId": {},
|
|
2274
|
+
"OwnerAccountId": {},
|
|
2275
|
+
"State": {},
|
|
2276
|
+
"Description": {},
|
|
2277
|
+
"Tags": {
|
|
2278
|
+
"shape": "Se"
|
|
2279
|
+
}
|
|
2280
|
+
}
|
|
2281
|
+
}
|
|
2282
|
+
},
|
|
2283
|
+
"NextToken": {}
|
|
2284
|
+
}
|
|
2285
|
+
}
|
|
2286
|
+
},
|
|
2287
|
+
"ListTagsForResource": {
|
|
2288
|
+
"http": {
|
|
2289
|
+
"method": "GET",
|
|
2290
|
+
"requestUri": "/tags/{resourceArn}"
|
|
2291
|
+
},
|
|
2292
|
+
"input": {
|
|
2293
|
+
"type": "structure",
|
|
2294
|
+
"required": [
|
|
2295
|
+
"ResourceArn"
|
|
2296
|
+
],
|
|
2297
|
+
"members": {
|
|
2298
|
+
"ResourceArn": {
|
|
2299
|
+
"location": "uri",
|
|
2300
|
+
"locationName": "resourceArn"
|
|
2301
|
+
}
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
"output": {
|
|
2305
|
+
"type": "structure",
|
|
2306
|
+
"members": {
|
|
2307
|
+
"TagList": {
|
|
2308
|
+
"shape": "Se"
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2313
|
+
"PutCoreNetworkPolicy": {
|
|
2314
|
+
"http": {
|
|
2315
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-policy"
|
|
2316
|
+
},
|
|
2317
|
+
"input": {
|
|
2318
|
+
"type": "structure",
|
|
2319
|
+
"required": [
|
|
2320
|
+
"CoreNetworkId",
|
|
2321
|
+
"PolicyDocument"
|
|
2322
|
+
],
|
|
2323
|
+
"members": {
|
|
2324
|
+
"CoreNetworkId": {
|
|
2325
|
+
"location": "uri",
|
|
2326
|
+
"locationName": "coreNetworkId"
|
|
2327
|
+
},
|
|
2328
|
+
"PolicyDocument": {
|
|
2329
|
+
"jsonvalue": true
|
|
2330
|
+
},
|
|
2331
|
+
"Description": {},
|
|
2332
|
+
"LatestVersionId": {
|
|
2333
|
+
"type": "integer"
|
|
2334
|
+
},
|
|
2335
|
+
"ClientToken": {
|
|
2336
|
+
"idempotencyToken": true
|
|
2337
|
+
}
|
|
2338
|
+
}
|
|
2339
|
+
},
|
|
2340
|
+
"output": {
|
|
2341
|
+
"type": "structure",
|
|
2342
|
+
"members": {
|
|
2343
|
+
"CoreNetworkPolicy": {
|
|
2344
|
+
"shape": "S3d"
|
|
2345
|
+
}
|
|
2346
|
+
}
|
|
2347
|
+
}
|
|
2348
|
+
},
|
|
2349
|
+
"PutResourcePolicy": {
|
|
2350
|
+
"http": {
|
|
2351
|
+
"requestUri": "/resource-policy/{resourceArn}"
|
|
2352
|
+
},
|
|
2353
|
+
"input": {
|
|
2354
|
+
"type": "structure",
|
|
2355
|
+
"required": [
|
|
2356
|
+
"PolicyDocument",
|
|
2357
|
+
"ResourceArn"
|
|
2358
|
+
],
|
|
2359
|
+
"members": {
|
|
2360
|
+
"PolicyDocument": {
|
|
2361
|
+
"jsonvalue": true
|
|
2362
|
+
},
|
|
2363
|
+
"ResourceArn": {
|
|
974
2364
|
"location": "uri",
|
|
975
2365
|
"locationName": "resourceArn"
|
|
976
2366
|
}
|
|
977
2367
|
}
|
|
978
2368
|
},
|
|
2369
|
+
"output": {
|
|
2370
|
+
"type": "structure",
|
|
2371
|
+
"members": {}
|
|
2372
|
+
}
|
|
2373
|
+
},
|
|
2374
|
+
"RegisterTransitGateway": {
|
|
2375
|
+
"http": {
|
|
2376
|
+
"requestUri": "/global-networks/{globalNetworkId}/transit-gateway-registrations"
|
|
2377
|
+
},
|
|
2378
|
+
"input": {
|
|
2379
|
+
"type": "structure",
|
|
2380
|
+
"required": [
|
|
2381
|
+
"GlobalNetworkId",
|
|
2382
|
+
"TransitGatewayArn"
|
|
2383
|
+
],
|
|
2384
|
+
"members": {
|
|
2385
|
+
"GlobalNetworkId": {
|
|
2386
|
+
"location": "uri",
|
|
2387
|
+
"locationName": "globalNetworkId"
|
|
2388
|
+
},
|
|
2389
|
+
"TransitGatewayArn": {}
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
"output": {
|
|
2393
|
+
"type": "structure",
|
|
2394
|
+
"members": {
|
|
2395
|
+
"TransitGatewayRegistration": {
|
|
2396
|
+
"shape": "S3w"
|
|
2397
|
+
}
|
|
2398
|
+
}
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
"RejectAttachment": {
|
|
2402
|
+
"http": {
|
|
2403
|
+
"requestUri": "/attachments/{attachmentId}/reject"
|
|
2404
|
+
},
|
|
2405
|
+
"input": {
|
|
2406
|
+
"type": "structure",
|
|
2407
|
+
"required": [
|
|
2408
|
+
"AttachmentId"
|
|
2409
|
+
],
|
|
2410
|
+
"members": {
|
|
2411
|
+
"AttachmentId": {
|
|
2412
|
+
"location": "uri",
|
|
2413
|
+
"locationName": "attachmentId"
|
|
2414
|
+
}
|
|
2415
|
+
}
|
|
2416
|
+
},
|
|
2417
|
+
"output": {
|
|
2418
|
+
"type": "structure",
|
|
2419
|
+
"members": {
|
|
2420
|
+
"Attachment": {
|
|
2421
|
+
"shape": "S4"
|
|
2422
|
+
}
|
|
2423
|
+
}
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
"RestoreCoreNetworkPolicyVersion": {
|
|
2427
|
+
"http": {
|
|
2428
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-policy-versions/{policyVersionId}/restore"
|
|
2429
|
+
},
|
|
2430
|
+
"input": {
|
|
2431
|
+
"type": "structure",
|
|
2432
|
+
"required": [
|
|
2433
|
+
"CoreNetworkId",
|
|
2434
|
+
"PolicyVersionId"
|
|
2435
|
+
],
|
|
2436
|
+
"members": {
|
|
2437
|
+
"CoreNetworkId": {
|
|
2438
|
+
"location": "uri",
|
|
2439
|
+
"locationName": "coreNetworkId"
|
|
2440
|
+
},
|
|
2441
|
+
"PolicyVersionId": {
|
|
2442
|
+
"location": "uri",
|
|
2443
|
+
"locationName": "policyVersionId",
|
|
2444
|
+
"type": "integer"
|
|
2445
|
+
}
|
|
2446
|
+
}
|
|
2447
|
+
},
|
|
979
2448
|
"output": {
|
|
980
2449
|
"type": "structure",
|
|
981
2450
|
"members": {
|
|
982
|
-
"
|
|
983
|
-
"shape": "
|
|
2451
|
+
"CoreNetworkPolicy": {
|
|
2452
|
+
"shape": "S3d"
|
|
984
2453
|
}
|
|
985
2454
|
}
|
|
986
2455
|
}
|
|
987
2456
|
},
|
|
988
|
-
"
|
|
2457
|
+
"StartRouteAnalysis": {
|
|
989
2458
|
"http": {
|
|
990
|
-
"requestUri": "/global-networks/{globalNetworkId}/
|
|
2459
|
+
"requestUri": "/global-networks/{globalNetworkId}/route-analyses"
|
|
991
2460
|
},
|
|
992
2461
|
"input": {
|
|
993
2462
|
"type": "structure",
|
|
994
2463
|
"required": [
|
|
995
2464
|
"GlobalNetworkId",
|
|
996
|
-
"
|
|
2465
|
+
"Source",
|
|
2466
|
+
"Destination"
|
|
997
2467
|
],
|
|
998
2468
|
"members": {
|
|
999
2469
|
"GlobalNetworkId": {
|
|
1000
2470
|
"location": "uri",
|
|
1001
2471
|
"locationName": "globalNetworkId"
|
|
1002
2472
|
},
|
|
1003
|
-
"
|
|
2473
|
+
"Source": {
|
|
2474
|
+
"shape": "S8b"
|
|
2475
|
+
},
|
|
2476
|
+
"Destination": {
|
|
2477
|
+
"shape": "S8b"
|
|
2478
|
+
},
|
|
2479
|
+
"IncludeReturnPath": {
|
|
2480
|
+
"type": "boolean"
|
|
2481
|
+
},
|
|
2482
|
+
"UseMiddleboxes": {
|
|
2483
|
+
"type": "boolean"
|
|
2484
|
+
}
|
|
1004
2485
|
}
|
|
1005
2486
|
},
|
|
1006
2487
|
"output": {
|
|
1007
2488
|
"type": "structure",
|
|
1008
2489
|
"members": {
|
|
1009
|
-
"
|
|
1010
|
-
"shape": "
|
|
2490
|
+
"RouteAnalysis": {
|
|
2491
|
+
"shape": "S6p"
|
|
1011
2492
|
}
|
|
1012
2493
|
}
|
|
1013
2494
|
}
|
|
@@ -1028,7 +2509,7 @@
|
|
|
1028
2509
|
"locationName": "resourceArn"
|
|
1029
2510
|
},
|
|
1030
2511
|
"Tags": {
|
|
1031
|
-
"shape": "
|
|
2512
|
+
"shape": "Se"
|
|
1032
2513
|
}
|
|
1033
2514
|
}
|
|
1034
2515
|
},
|
|
@@ -1095,7 +2576,34 @@
|
|
|
1095
2576
|
"type": "structure",
|
|
1096
2577
|
"members": {
|
|
1097
2578
|
"Connection": {
|
|
1098
|
-
"shape": "
|
|
2579
|
+
"shape": "S1p"
|
|
2580
|
+
}
|
|
2581
|
+
}
|
|
2582
|
+
}
|
|
2583
|
+
},
|
|
2584
|
+
"UpdateCoreNetwork": {
|
|
2585
|
+
"http": {
|
|
2586
|
+
"method": "PATCH",
|
|
2587
|
+
"requestUri": "/core-networks/{coreNetworkId}"
|
|
2588
|
+
},
|
|
2589
|
+
"input": {
|
|
2590
|
+
"type": "structure",
|
|
2591
|
+
"required": [
|
|
2592
|
+
"CoreNetworkId"
|
|
2593
|
+
],
|
|
2594
|
+
"members": {
|
|
2595
|
+
"CoreNetworkId": {
|
|
2596
|
+
"location": "uri",
|
|
2597
|
+
"locationName": "coreNetworkId"
|
|
2598
|
+
},
|
|
2599
|
+
"Description": {}
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2602
|
+
"output": {
|
|
2603
|
+
"type": "structure",
|
|
2604
|
+
"members": {
|
|
2605
|
+
"CoreNetwork": {
|
|
2606
|
+
"shape": "S1w"
|
|
1099
2607
|
}
|
|
1100
2608
|
}
|
|
1101
2609
|
}
|
|
@@ -1121,7 +2629,7 @@
|
|
|
1121
2629
|
"locationName": "deviceId"
|
|
1122
2630
|
},
|
|
1123
2631
|
"AWSLocation": {
|
|
1124
|
-
"shape": "
|
|
2632
|
+
"shape": "S24"
|
|
1125
2633
|
},
|
|
1126
2634
|
"Description": {},
|
|
1127
2635
|
"Type": {},
|
|
@@ -1129,7 +2637,7 @@
|
|
|
1129
2637
|
"Model": {},
|
|
1130
2638
|
"SerialNumber": {},
|
|
1131
2639
|
"Location": {
|
|
1132
|
-
"shape": "
|
|
2640
|
+
"shape": "S26"
|
|
1133
2641
|
},
|
|
1134
2642
|
"SiteId": {}
|
|
1135
2643
|
}
|
|
@@ -1138,7 +2646,7 @@
|
|
|
1138
2646
|
"type": "structure",
|
|
1139
2647
|
"members": {
|
|
1140
2648
|
"Device": {
|
|
1141
|
-
"shape": "
|
|
2649
|
+
"shape": "S29"
|
|
1142
2650
|
}
|
|
1143
2651
|
}
|
|
1144
2652
|
}
|
|
@@ -1165,7 +2673,7 @@
|
|
|
1165
2673
|
"type": "structure",
|
|
1166
2674
|
"members": {
|
|
1167
2675
|
"GlobalNetwork": {
|
|
1168
|
-
"shape": "
|
|
2676
|
+
"shape": "S2e"
|
|
1169
2677
|
}
|
|
1170
2678
|
}
|
|
1171
2679
|
}
|
|
@@ -1193,7 +2701,7 @@
|
|
|
1193
2701
|
"Description": {},
|
|
1194
2702
|
"Type": {},
|
|
1195
2703
|
"Bandwidth": {
|
|
1196
|
-
"shape": "
|
|
2704
|
+
"shape": "S2i"
|
|
1197
2705
|
},
|
|
1198
2706
|
"Provider": {}
|
|
1199
2707
|
}
|
|
@@ -1202,7 +2710,43 @@
|
|
|
1202
2710
|
"type": "structure",
|
|
1203
2711
|
"members": {
|
|
1204
2712
|
"Link": {
|
|
1205
|
-
"shape": "
|
|
2713
|
+
"shape": "S2k"
|
|
2714
|
+
}
|
|
2715
|
+
}
|
|
2716
|
+
}
|
|
2717
|
+
},
|
|
2718
|
+
"UpdateNetworkResourceMetadata": {
|
|
2719
|
+
"http": {
|
|
2720
|
+
"method": "PATCH",
|
|
2721
|
+
"requestUri": "/global-networks/{globalNetworkId}/network-resources/{resourceArn}/metadata"
|
|
2722
|
+
},
|
|
2723
|
+
"input": {
|
|
2724
|
+
"type": "structure",
|
|
2725
|
+
"required": [
|
|
2726
|
+
"GlobalNetworkId",
|
|
2727
|
+
"ResourceArn",
|
|
2728
|
+
"Metadata"
|
|
2729
|
+
],
|
|
2730
|
+
"members": {
|
|
2731
|
+
"GlobalNetworkId": {
|
|
2732
|
+
"location": "uri",
|
|
2733
|
+
"locationName": "globalNetworkId"
|
|
2734
|
+
},
|
|
2735
|
+
"ResourceArn": {
|
|
2736
|
+
"location": "uri",
|
|
2737
|
+
"locationName": "resourceArn"
|
|
2738
|
+
},
|
|
2739
|
+
"Metadata": {
|
|
2740
|
+
"shape": "S5t"
|
|
2741
|
+
}
|
|
2742
|
+
}
|
|
2743
|
+
},
|
|
2744
|
+
"output": {
|
|
2745
|
+
"type": "structure",
|
|
2746
|
+
"members": {
|
|
2747
|
+
"ResourceArn": {},
|
|
2748
|
+
"Metadata": {
|
|
2749
|
+
"shape": "S5t"
|
|
1206
2750
|
}
|
|
1207
2751
|
}
|
|
1208
2752
|
}
|
|
@@ -1229,7 +2773,7 @@
|
|
|
1229
2773
|
},
|
|
1230
2774
|
"Description": {},
|
|
1231
2775
|
"Location": {
|
|
1232
|
-
"shape": "
|
|
2776
|
+
"shape": "S26"
|
|
1233
2777
|
}
|
|
1234
2778
|
}
|
|
1235
2779
|
},
|
|
@@ -1237,7 +2781,42 @@
|
|
|
1237
2781
|
"type": "structure",
|
|
1238
2782
|
"members": {
|
|
1239
2783
|
"Site": {
|
|
1240
|
-
"shape": "
|
|
2784
|
+
"shape": "S2p"
|
|
2785
|
+
}
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2789
|
+
"UpdateVpcAttachment": {
|
|
2790
|
+
"http": {
|
|
2791
|
+
"method": "PATCH",
|
|
2792
|
+
"requestUri": "/vpc-attachments/{attachmentId}"
|
|
2793
|
+
},
|
|
2794
|
+
"input": {
|
|
2795
|
+
"type": "structure",
|
|
2796
|
+
"required": [
|
|
2797
|
+
"AttachmentId"
|
|
2798
|
+
],
|
|
2799
|
+
"members": {
|
|
2800
|
+
"AttachmentId": {
|
|
2801
|
+
"location": "uri",
|
|
2802
|
+
"locationName": "attachmentId"
|
|
2803
|
+
},
|
|
2804
|
+
"AddSubnetArns": {
|
|
2805
|
+
"shape": "S2y"
|
|
2806
|
+
},
|
|
2807
|
+
"RemoveSubnetArns": {
|
|
2808
|
+
"shape": "S2y"
|
|
2809
|
+
},
|
|
2810
|
+
"Options": {
|
|
2811
|
+
"shape": "S2z"
|
|
2812
|
+
}
|
|
2813
|
+
}
|
|
2814
|
+
},
|
|
2815
|
+
"output": {
|
|
2816
|
+
"type": "structure",
|
|
2817
|
+
"members": {
|
|
2818
|
+
"VpcAttachment": {
|
|
2819
|
+
"shape": "S32"
|
|
1241
2820
|
}
|
|
1242
2821
|
}
|
|
1243
2822
|
}
|
|
@@ -1245,6 +2824,64 @@
|
|
|
1245
2824
|
},
|
|
1246
2825
|
"shapes": {
|
|
1247
2826
|
"S4": {
|
|
2827
|
+
"type": "structure",
|
|
2828
|
+
"members": {
|
|
2829
|
+
"CoreNetworkId": {},
|
|
2830
|
+
"CoreNetworkArn": {},
|
|
2831
|
+
"AttachmentId": {},
|
|
2832
|
+
"OwnerAccountId": {},
|
|
2833
|
+
"AttachmentType": {},
|
|
2834
|
+
"State": {},
|
|
2835
|
+
"EdgeLocation": {},
|
|
2836
|
+
"ResourceArn": {},
|
|
2837
|
+
"AttachmentPolicyRuleNumber": {
|
|
2838
|
+
"type": "integer"
|
|
2839
|
+
},
|
|
2840
|
+
"SegmentName": {},
|
|
2841
|
+
"Tags": {
|
|
2842
|
+
"shape": "Se"
|
|
2843
|
+
},
|
|
2844
|
+
"ProposedSegmentChange": {
|
|
2845
|
+
"type": "structure",
|
|
2846
|
+
"members": {
|
|
2847
|
+
"Tags": {
|
|
2848
|
+
"shape": "Se"
|
|
2849
|
+
},
|
|
2850
|
+
"AttachmentPolicyRuleNumber": {
|
|
2851
|
+
"type": "integer"
|
|
2852
|
+
},
|
|
2853
|
+
"SegmentName": {}
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
"CreatedAt": {
|
|
2857
|
+
"type": "timestamp"
|
|
2858
|
+
},
|
|
2859
|
+
"UpdatedAt": {
|
|
2860
|
+
"type": "timestamp"
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2863
|
+
},
|
|
2864
|
+
"Se": {
|
|
2865
|
+
"type": "list",
|
|
2866
|
+
"member": {
|
|
2867
|
+
"type": "structure",
|
|
2868
|
+
"members": {
|
|
2869
|
+
"Key": {},
|
|
2870
|
+
"Value": {}
|
|
2871
|
+
}
|
|
2872
|
+
}
|
|
2873
|
+
},
|
|
2874
|
+
"Sq": {
|
|
2875
|
+
"type": "structure",
|
|
2876
|
+
"members": {
|
|
2877
|
+
"ConnectPeerId": {},
|
|
2878
|
+
"GlobalNetworkId": {},
|
|
2879
|
+
"DeviceId": {},
|
|
2880
|
+
"LinkId": {},
|
|
2881
|
+
"State": {}
|
|
2882
|
+
}
|
|
2883
|
+
},
|
|
2884
|
+
"Sv": {
|
|
1248
2885
|
"type": "structure",
|
|
1249
2886
|
"members": {
|
|
1250
2887
|
"CustomerGatewayArn": {},
|
|
@@ -1254,7 +2891,7 @@
|
|
|
1254
2891
|
"State": {}
|
|
1255
2892
|
}
|
|
1256
2893
|
},
|
|
1257
|
-
"
|
|
2894
|
+
"Sz": {
|
|
1258
2895
|
"type": "structure",
|
|
1259
2896
|
"members": {
|
|
1260
2897
|
"GlobalNetworkId": {},
|
|
@@ -1263,7 +2900,7 @@
|
|
|
1263
2900
|
"LinkAssociationState": {}
|
|
1264
2901
|
}
|
|
1265
2902
|
},
|
|
1266
|
-
"
|
|
2903
|
+
"S14": {
|
|
1267
2904
|
"type": "structure",
|
|
1268
2905
|
"members": {
|
|
1269
2906
|
"TransitGatewayConnectPeerArn": {},
|
|
@@ -1273,17 +2910,72 @@
|
|
|
1273
2910
|
"State": {}
|
|
1274
2911
|
}
|
|
1275
2912
|
},
|
|
1276
|
-
"
|
|
2913
|
+
"S17": {
|
|
2914
|
+
"type": "structure",
|
|
2915
|
+
"members": {
|
|
2916
|
+
"Protocol": {}
|
|
2917
|
+
}
|
|
2918
|
+
},
|
|
2919
|
+
"S1b": {
|
|
2920
|
+
"type": "structure",
|
|
2921
|
+
"members": {
|
|
2922
|
+
"Attachment": {
|
|
2923
|
+
"shape": "S4"
|
|
2924
|
+
},
|
|
2925
|
+
"TransportAttachmentId": {},
|
|
2926
|
+
"Options": {
|
|
2927
|
+
"shape": "S17"
|
|
2928
|
+
}
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2931
|
+
"S1g": {
|
|
1277
2932
|
"type": "list",
|
|
1278
|
-
"member": {
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
2933
|
+
"member": {}
|
|
2934
|
+
},
|
|
2935
|
+
"S1i": {
|
|
2936
|
+
"type": "structure",
|
|
2937
|
+
"members": {
|
|
2938
|
+
"CoreNetworkId": {},
|
|
2939
|
+
"ConnectAttachmentId": {},
|
|
2940
|
+
"ConnectPeerId": {},
|
|
2941
|
+
"EdgeLocation": {},
|
|
2942
|
+
"State": {},
|
|
2943
|
+
"CreatedAt": {
|
|
2944
|
+
"type": "timestamp"
|
|
2945
|
+
},
|
|
2946
|
+
"Configuration": {
|
|
2947
|
+
"type": "structure",
|
|
2948
|
+
"members": {
|
|
2949
|
+
"CoreNetworkAddress": {},
|
|
2950
|
+
"PeerAddress": {},
|
|
2951
|
+
"InsideCidrBlocks": {
|
|
2952
|
+
"shape": "S1g"
|
|
2953
|
+
},
|
|
2954
|
+
"Protocol": {},
|
|
2955
|
+
"BgpConfigurations": {
|
|
2956
|
+
"type": "list",
|
|
2957
|
+
"member": {
|
|
2958
|
+
"type": "structure",
|
|
2959
|
+
"members": {
|
|
2960
|
+
"CoreNetworkAsn": {
|
|
2961
|
+
"type": "long"
|
|
2962
|
+
},
|
|
2963
|
+
"PeerAsn": {
|
|
2964
|
+
"type": "long"
|
|
2965
|
+
},
|
|
2966
|
+
"CoreNetworkAddress": {},
|
|
2967
|
+
"PeerAddress": {}
|
|
2968
|
+
}
|
|
2969
|
+
}
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2973
|
+
"Tags": {
|
|
2974
|
+
"shape": "Se"
|
|
1283
2975
|
}
|
|
1284
2976
|
}
|
|
1285
2977
|
},
|
|
1286
|
-
"
|
|
2978
|
+
"S1p": {
|
|
1287
2979
|
"type": "structure",
|
|
1288
2980
|
"members": {
|
|
1289
2981
|
"ConnectionId": {},
|
|
@@ -1299,18 +2991,68 @@
|
|
|
1299
2991
|
},
|
|
1300
2992
|
"State": {},
|
|
1301
2993
|
"Tags": {
|
|
1302
|
-
"shape": "
|
|
2994
|
+
"shape": "Se"
|
|
2995
|
+
}
|
|
2996
|
+
}
|
|
2997
|
+
},
|
|
2998
|
+
"S1w": {
|
|
2999
|
+
"type": "structure",
|
|
3000
|
+
"members": {
|
|
3001
|
+
"GlobalNetworkId": {},
|
|
3002
|
+
"CoreNetworkId": {},
|
|
3003
|
+
"CoreNetworkArn": {},
|
|
3004
|
+
"Description": {},
|
|
3005
|
+
"CreatedAt": {
|
|
3006
|
+
"type": "timestamp"
|
|
3007
|
+
},
|
|
3008
|
+
"State": {},
|
|
3009
|
+
"Segments": {
|
|
3010
|
+
"type": "list",
|
|
3011
|
+
"member": {
|
|
3012
|
+
"type": "structure",
|
|
3013
|
+
"members": {
|
|
3014
|
+
"Name": {},
|
|
3015
|
+
"EdgeLocations": {
|
|
3016
|
+
"shape": "S20"
|
|
3017
|
+
},
|
|
3018
|
+
"SharedSegments": {
|
|
3019
|
+
"shape": "S1g"
|
|
3020
|
+
}
|
|
3021
|
+
}
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
3024
|
+
"Edges": {
|
|
3025
|
+
"type": "list",
|
|
3026
|
+
"member": {
|
|
3027
|
+
"type": "structure",
|
|
3028
|
+
"members": {
|
|
3029
|
+
"EdgeLocation": {},
|
|
3030
|
+
"Asn": {
|
|
3031
|
+
"type": "long"
|
|
3032
|
+
},
|
|
3033
|
+
"InsideCidrBlocks": {
|
|
3034
|
+
"shape": "S1g"
|
|
3035
|
+
}
|
|
3036
|
+
}
|
|
3037
|
+
}
|
|
3038
|
+
},
|
|
3039
|
+
"Tags": {
|
|
3040
|
+
"shape": "Se"
|
|
1303
3041
|
}
|
|
1304
3042
|
}
|
|
1305
3043
|
},
|
|
1306
|
-
"
|
|
3044
|
+
"S20": {
|
|
3045
|
+
"type": "list",
|
|
3046
|
+
"member": {}
|
|
3047
|
+
},
|
|
3048
|
+
"S24": {
|
|
1307
3049
|
"type": "structure",
|
|
1308
3050
|
"members": {
|
|
1309
3051
|
"Zone": {},
|
|
1310
3052
|
"SubnetArn": {}
|
|
1311
3053
|
}
|
|
1312
3054
|
},
|
|
1313
|
-
"
|
|
3055
|
+
"S26": {
|
|
1314
3056
|
"type": "structure",
|
|
1315
3057
|
"members": {
|
|
1316
3058
|
"Address": {},
|
|
@@ -1319,14 +3061,14 @@
|
|
|
1319
3061
|
},
|
|
1320
3062
|
"sensitive": true
|
|
1321
3063
|
},
|
|
1322
|
-
"
|
|
3064
|
+
"S29": {
|
|
1323
3065
|
"type": "structure",
|
|
1324
3066
|
"members": {
|
|
1325
3067
|
"DeviceId": {},
|
|
1326
3068
|
"DeviceArn": {},
|
|
1327
3069
|
"GlobalNetworkId": {},
|
|
1328
3070
|
"AWSLocation": {
|
|
1329
|
-
"shape": "
|
|
3071
|
+
"shape": "S24"
|
|
1330
3072
|
},
|
|
1331
3073
|
"Description": {},
|
|
1332
3074
|
"Type": {},
|
|
@@ -1334,7 +3076,7 @@
|
|
|
1334
3076
|
"Model": {},
|
|
1335
3077
|
"SerialNumber": {},
|
|
1336
3078
|
"Location": {
|
|
1337
|
-
"shape": "
|
|
3079
|
+
"shape": "S26"
|
|
1338
3080
|
},
|
|
1339
3081
|
"SiteId": {},
|
|
1340
3082
|
"CreatedAt": {
|
|
@@ -1342,11 +3084,11 @@
|
|
|
1342
3084
|
},
|
|
1343
3085
|
"State": {},
|
|
1344
3086
|
"Tags": {
|
|
1345
|
-
"shape": "
|
|
3087
|
+
"shape": "Se"
|
|
1346
3088
|
}
|
|
1347
3089
|
}
|
|
1348
3090
|
},
|
|
1349
|
-
"
|
|
3091
|
+
"S2e": {
|
|
1350
3092
|
"type": "structure",
|
|
1351
3093
|
"members": {
|
|
1352
3094
|
"GlobalNetworkId": {},
|
|
@@ -1357,11 +3099,11 @@
|
|
|
1357
3099
|
},
|
|
1358
3100
|
"State": {},
|
|
1359
3101
|
"Tags": {
|
|
1360
|
-
"shape": "
|
|
3102
|
+
"shape": "Se"
|
|
1361
3103
|
}
|
|
1362
3104
|
}
|
|
1363
3105
|
},
|
|
1364
|
-
"
|
|
3106
|
+
"S2i": {
|
|
1365
3107
|
"type": "structure",
|
|
1366
3108
|
"members": {
|
|
1367
3109
|
"UploadSpeed": {
|
|
@@ -1372,7 +3114,7 @@
|
|
|
1372
3114
|
}
|
|
1373
3115
|
}
|
|
1374
3116
|
},
|
|
1375
|
-
"
|
|
3117
|
+
"S2k": {
|
|
1376
3118
|
"type": "structure",
|
|
1377
3119
|
"members": {
|
|
1378
3120
|
"LinkId": {},
|
|
@@ -1382,7 +3124,7 @@
|
|
|
1382
3124
|
"Description": {},
|
|
1383
3125
|
"Type": {},
|
|
1384
3126
|
"Bandwidth": {
|
|
1385
|
-
"shape": "
|
|
3127
|
+
"shape": "S2i"
|
|
1386
3128
|
},
|
|
1387
3129
|
"Provider": {},
|
|
1388
3130
|
"CreatedAt": {
|
|
@@ -1390,11 +3132,11 @@
|
|
|
1390
3132
|
},
|
|
1391
3133
|
"State": {},
|
|
1392
3134
|
"Tags": {
|
|
1393
|
-
"shape": "
|
|
3135
|
+
"shape": "Se"
|
|
1394
3136
|
}
|
|
1395
3137
|
}
|
|
1396
3138
|
},
|
|
1397
|
-
"
|
|
3139
|
+
"S2p": {
|
|
1398
3140
|
"type": "structure",
|
|
1399
3141
|
"members": {
|
|
1400
3142
|
"SiteId": {},
|
|
@@ -1402,18 +3144,86 @@
|
|
|
1402
3144
|
"GlobalNetworkId": {},
|
|
1403
3145
|
"Description": {},
|
|
1404
3146
|
"Location": {
|
|
1405
|
-
"shape": "
|
|
3147
|
+
"shape": "S26"
|
|
1406
3148
|
},
|
|
1407
3149
|
"CreatedAt": {
|
|
1408
3150
|
"type": "timestamp"
|
|
1409
3151
|
},
|
|
1410
3152
|
"State": {},
|
|
1411
3153
|
"Tags": {
|
|
1412
|
-
"shape": "
|
|
3154
|
+
"shape": "Se"
|
|
3155
|
+
}
|
|
3156
|
+
}
|
|
3157
|
+
},
|
|
3158
|
+
"S2v": {
|
|
3159
|
+
"type": "structure",
|
|
3160
|
+
"members": {
|
|
3161
|
+
"Attachment": {
|
|
3162
|
+
"shape": "S4"
|
|
3163
|
+
},
|
|
3164
|
+
"VpnConnectionArn": {}
|
|
3165
|
+
}
|
|
3166
|
+
},
|
|
3167
|
+
"S2y": {
|
|
3168
|
+
"type": "list",
|
|
3169
|
+
"member": {}
|
|
3170
|
+
},
|
|
3171
|
+
"S2z": {
|
|
3172
|
+
"type": "structure",
|
|
3173
|
+
"members": {
|
|
3174
|
+
"Ipv6Support": {
|
|
3175
|
+
"type": "boolean"
|
|
3176
|
+
}
|
|
3177
|
+
}
|
|
3178
|
+
},
|
|
3179
|
+
"S32": {
|
|
3180
|
+
"type": "structure",
|
|
3181
|
+
"members": {
|
|
3182
|
+
"Attachment": {
|
|
3183
|
+
"shape": "S4"
|
|
3184
|
+
},
|
|
3185
|
+
"SubnetArns": {
|
|
3186
|
+
"shape": "S2y"
|
|
3187
|
+
},
|
|
3188
|
+
"Options": {
|
|
3189
|
+
"shape": "S2z"
|
|
3190
|
+
}
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
"S3d": {
|
|
3194
|
+
"type": "structure",
|
|
3195
|
+
"members": {
|
|
3196
|
+
"CoreNetworkId": {},
|
|
3197
|
+
"PolicyVersionId": {
|
|
3198
|
+
"type": "integer"
|
|
3199
|
+
},
|
|
3200
|
+
"Alias": {},
|
|
3201
|
+
"Description": {},
|
|
3202
|
+
"CreatedAt": {
|
|
3203
|
+
"type": "timestamp"
|
|
3204
|
+
},
|
|
3205
|
+
"ChangeSetState": {},
|
|
3206
|
+
"PolicyErrors": {
|
|
3207
|
+
"type": "list",
|
|
3208
|
+
"member": {
|
|
3209
|
+
"type": "structure",
|
|
3210
|
+
"required": [
|
|
3211
|
+
"ErrorCode",
|
|
3212
|
+
"Message"
|
|
3213
|
+
],
|
|
3214
|
+
"members": {
|
|
3215
|
+
"ErrorCode": {},
|
|
3216
|
+
"Message": {},
|
|
3217
|
+
"Path": {}
|
|
3218
|
+
}
|
|
3219
|
+
}
|
|
3220
|
+
},
|
|
3221
|
+
"PolicyDocument": {
|
|
3222
|
+
"jsonvalue": true
|
|
1413
3223
|
}
|
|
1414
3224
|
}
|
|
1415
3225
|
},
|
|
1416
|
-
"
|
|
3226
|
+
"S3w": {
|
|
1417
3227
|
"type": "structure",
|
|
1418
3228
|
"members": {
|
|
1419
3229
|
"GlobalNetworkId": {},
|
|
@@ -1427,9 +3237,125 @@
|
|
|
1427
3237
|
}
|
|
1428
3238
|
}
|
|
1429
3239
|
},
|
|
1430
|
-
"
|
|
1431
|
-
"type": "
|
|
1432
|
-
"
|
|
3240
|
+
"S4z": {
|
|
3241
|
+
"type": "structure",
|
|
3242
|
+
"members": {
|
|
3243
|
+
"SegmentName": {},
|
|
3244
|
+
"EdgeLocations": {
|
|
3245
|
+
"shape": "S20"
|
|
3246
|
+
},
|
|
3247
|
+
"Asn": {
|
|
3248
|
+
"type": "long"
|
|
3249
|
+
},
|
|
3250
|
+
"Cidr": {},
|
|
3251
|
+
"DestinationIdentifier": {},
|
|
3252
|
+
"InsideCidrBlocks": {
|
|
3253
|
+
"shape": "S1g"
|
|
3254
|
+
},
|
|
3255
|
+
"SharedSegments": {
|
|
3256
|
+
"shape": "S1g"
|
|
3257
|
+
}
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3260
|
+
"S5t": {
|
|
3261
|
+
"type": "map",
|
|
3262
|
+
"key": {},
|
|
3263
|
+
"value": {}
|
|
3264
|
+
},
|
|
3265
|
+
"S5x": {
|
|
3266
|
+
"type": "structure",
|
|
3267
|
+
"members": {
|
|
3268
|
+
"CoreNetworkId": {},
|
|
3269
|
+
"SegmentName": {},
|
|
3270
|
+
"EdgeLocation": {}
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
"S6p": {
|
|
3274
|
+
"type": "structure",
|
|
3275
|
+
"members": {
|
|
3276
|
+
"GlobalNetworkId": {},
|
|
3277
|
+
"OwnerAccountId": {},
|
|
3278
|
+
"RouteAnalysisId": {},
|
|
3279
|
+
"StartTimestamp": {
|
|
3280
|
+
"type": "timestamp"
|
|
3281
|
+
},
|
|
3282
|
+
"Status": {},
|
|
3283
|
+
"Source": {
|
|
3284
|
+
"shape": "S6r"
|
|
3285
|
+
},
|
|
3286
|
+
"Destination": {
|
|
3287
|
+
"shape": "S6r"
|
|
3288
|
+
},
|
|
3289
|
+
"IncludeReturnPath": {
|
|
3290
|
+
"type": "boolean"
|
|
3291
|
+
},
|
|
3292
|
+
"UseMiddleboxes": {
|
|
3293
|
+
"type": "boolean"
|
|
3294
|
+
},
|
|
3295
|
+
"ForwardPath": {
|
|
3296
|
+
"shape": "S6t"
|
|
3297
|
+
},
|
|
3298
|
+
"ReturnPath": {
|
|
3299
|
+
"shape": "S6t"
|
|
3300
|
+
}
|
|
3301
|
+
}
|
|
3302
|
+
},
|
|
3303
|
+
"S6r": {
|
|
3304
|
+
"type": "structure",
|
|
3305
|
+
"members": {
|
|
3306
|
+
"TransitGatewayAttachmentArn": {},
|
|
3307
|
+
"TransitGatewayArn": {},
|
|
3308
|
+
"IpAddress": {}
|
|
3309
|
+
}
|
|
3310
|
+
},
|
|
3311
|
+
"S6t": {
|
|
3312
|
+
"type": "structure",
|
|
3313
|
+
"members": {
|
|
3314
|
+
"CompletionStatus": {
|
|
3315
|
+
"type": "structure",
|
|
3316
|
+
"members": {
|
|
3317
|
+
"ResultCode": {},
|
|
3318
|
+
"ReasonCode": {},
|
|
3319
|
+
"ReasonContext": {
|
|
3320
|
+
"type": "map",
|
|
3321
|
+
"key": {},
|
|
3322
|
+
"value": {}
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
},
|
|
3326
|
+
"Path": {
|
|
3327
|
+
"type": "list",
|
|
3328
|
+
"member": {
|
|
3329
|
+
"type": "structure",
|
|
3330
|
+
"members": {
|
|
3331
|
+
"Sequence": {
|
|
3332
|
+
"type": "integer"
|
|
3333
|
+
},
|
|
3334
|
+
"Resource": {
|
|
3335
|
+
"type": "structure",
|
|
3336
|
+
"members": {
|
|
3337
|
+
"RegisteredGatewayArn": {},
|
|
3338
|
+
"ResourceArn": {},
|
|
3339
|
+
"ResourceType": {},
|
|
3340
|
+
"Definition": {},
|
|
3341
|
+
"NameTag": {},
|
|
3342
|
+
"IsMiddlebox": {
|
|
3343
|
+
"type": "boolean"
|
|
3344
|
+
}
|
|
3345
|
+
}
|
|
3346
|
+
},
|
|
3347
|
+
"DestinationCidrBlock": {}
|
|
3348
|
+
}
|
|
3349
|
+
}
|
|
3350
|
+
}
|
|
3351
|
+
}
|
|
3352
|
+
},
|
|
3353
|
+
"S8b": {
|
|
3354
|
+
"type": "structure",
|
|
3355
|
+
"members": {
|
|
3356
|
+
"TransitGatewayAttachmentArn": {},
|
|
3357
|
+
"IpAddress": {}
|
|
3358
|
+
}
|
|
1433
3359
|
}
|
|
1434
3360
|
}
|
|
1435
3361
|
}
|