@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,59 +13,59 @@ declare class Proton extends Service {
|
|
|
13
13
|
constructor(options?: Proton.Types.ClientConfiguration)
|
|
14
14
|
config: Config & Proton.Types.ClientConfiguration;
|
|
15
15
|
/**
|
|
16
|
-
* In a management account, an environment account connection request is accepted. When the environment account connection request is accepted,
|
|
16
|
+
* In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account. For more information, see Environment account connections in the Proton Administrator guide.
|
|
17
17
|
*/
|
|
18
18
|
acceptEnvironmentAccountConnection(params: Proton.Types.AcceptEnvironmentAccountConnectionInput, callback?: (err: AWSError, data: Proton.Types.AcceptEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.AcceptEnvironmentAccountConnectionOutput, AWSError>;
|
|
19
19
|
/**
|
|
20
|
-
* In a management account, an environment account connection request is accepted. When the environment account connection request is accepted,
|
|
20
|
+
* In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account. For more information, see Environment account connections in the Proton Administrator guide.
|
|
21
21
|
*/
|
|
22
22
|
acceptEnvironmentAccountConnection(callback?: (err: AWSError, data: Proton.Types.AcceptEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.AcceptEnvironmentAccountConnectionOutput, AWSError>;
|
|
23
23
|
/**
|
|
24
|
-
* Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is IN_PROGRESS. For more information, see Update an environment in the
|
|
24
|
+
* Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is IN_PROGRESS. For more information, see Update an environment in the Proton Administrator guide. The following list includes potential cancellation scenarios. If the cancellation attempt succeeds, the resulting deployment state is CANCELLED. If the cancellation attempt fails, the resulting deployment state is FAILED. If the current UpdateEnvironment action succeeds before the cancellation attempt starts, the resulting deployment state is SUCCEEDED and the cancellation attempt has no effect.
|
|
25
25
|
*/
|
|
26
26
|
cancelEnvironmentDeployment(params: Proton.Types.CancelEnvironmentDeploymentInput, callback?: (err: AWSError, data: Proton.Types.CancelEnvironmentDeploymentOutput) => void): Request<Proton.Types.CancelEnvironmentDeploymentOutput, AWSError>;
|
|
27
27
|
/**
|
|
28
|
-
* Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is IN_PROGRESS. For more information, see Update an environment in the
|
|
28
|
+
* Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is IN_PROGRESS. For more information, see Update an environment in the Proton Administrator guide. The following list includes potential cancellation scenarios. If the cancellation attempt succeeds, the resulting deployment state is CANCELLED. If the cancellation attempt fails, the resulting deployment state is FAILED. If the current UpdateEnvironment action succeeds before the cancellation attempt starts, the resulting deployment state is SUCCEEDED and the cancellation attempt has no effect.
|
|
29
29
|
*/
|
|
30
30
|
cancelEnvironmentDeployment(callback?: (err: AWSError, data: Proton.Types.CancelEnvironmentDeploymentOutput) => void): Request<Proton.Types.CancelEnvironmentDeploymentOutput, AWSError>;
|
|
31
31
|
/**
|
|
32
|
-
* Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is IN_PROGRESS. For more information, see Update a service instance in the
|
|
32
|
+
* Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is IN_PROGRESS. For more information, see Update a service instance in the Proton Administrator guide or the Proton User guide. The following list includes potential cancellation scenarios. If the cancellation attempt succeeds, the resulting deployment state is CANCELLED. If the cancellation attempt fails, the resulting deployment state is FAILED. If the current UpdateServiceInstance action succeeds before the cancellation attempt starts, the resulting deployment state is SUCCEEDED and the cancellation attempt has no effect.
|
|
33
33
|
*/
|
|
34
34
|
cancelServiceInstanceDeployment(params: Proton.Types.CancelServiceInstanceDeploymentInput, callback?: (err: AWSError, data: Proton.Types.CancelServiceInstanceDeploymentOutput) => void): Request<Proton.Types.CancelServiceInstanceDeploymentOutput, AWSError>;
|
|
35
35
|
/**
|
|
36
|
-
* Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is IN_PROGRESS. For more information, see Update a service instance in the
|
|
36
|
+
* Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is IN_PROGRESS. For more information, see Update a service instance in the Proton Administrator guide or the Proton User guide. The following list includes potential cancellation scenarios. If the cancellation attempt succeeds, the resulting deployment state is CANCELLED. If the cancellation attempt fails, the resulting deployment state is FAILED. If the current UpdateServiceInstance action succeeds before the cancellation attempt starts, the resulting deployment state is SUCCEEDED and the cancellation attempt has no effect.
|
|
37
37
|
*/
|
|
38
38
|
cancelServiceInstanceDeployment(callback?: (err: AWSError, data: Proton.Types.CancelServiceInstanceDeploymentOutput) => void): Request<Proton.Types.CancelServiceInstanceDeploymentOutput, AWSError>;
|
|
39
39
|
/**
|
|
40
|
-
* Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is IN_PROGRESS. For more information, see Update a service pipeline in the
|
|
40
|
+
* Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is IN_PROGRESS. For more information, see Update a service pipeline in the Proton Administrator guide or the Proton User guide. The following list includes potential cancellation scenarios. If the cancellation attempt succeeds, the resulting deployment state is CANCELLED. If the cancellation attempt fails, the resulting deployment state is FAILED. If the current UpdateServicePipeline action succeeds before the cancellation attempt starts, the resulting deployment state is SUCCEEDED and the cancellation attempt has no effect.
|
|
41
41
|
*/
|
|
42
42
|
cancelServicePipelineDeployment(params: Proton.Types.CancelServicePipelineDeploymentInput, callback?: (err: AWSError, data: Proton.Types.CancelServicePipelineDeploymentOutput) => void): Request<Proton.Types.CancelServicePipelineDeploymentOutput, AWSError>;
|
|
43
43
|
/**
|
|
44
|
-
* Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is IN_PROGRESS. For more information, see Update a service pipeline in the
|
|
44
|
+
* Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is IN_PROGRESS. For more information, see Update a service pipeline in the Proton Administrator guide or the Proton User guide. The following list includes potential cancellation scenarios. If the cancellation attempt succeeds, the resulting deployment state is CANCELLED. If the cancellation attempt fails, the resulting deployment state is FAILED. If the current UpdateServicePipeline action succeeds before the cancellation attempt starts, the resulting deployment state is SUCCEEDED and the cancellation attempt has no effect.
|
|
45
45
|
*/
|
|
46
46
|
cancelServicePipelineDeployment(callback?: (err: AWSError, data: Proton.Types.CancelServicePipelineDeploymentOutput) => void): Request<Proton.Types.CancelServicePipelineDeploymentOutput, AWSError>;
|
|
47
47
|
/**
|
|
48
|
-
* Deploy a new environment. An
|
|
48
|
+
* Deploy a new environment. An Proton environment is created from an environment template that defines infrastructure and resources that can be shared across services. You can provision environments using the following methods: Standard provisioning: Proton makes direct calls to provision your resources. Pull request provisioning: Proton makes pull requests on your repository to provide compiled infrastructure as code (IaC) files that your IaC engine uses to provision resources. For more information, see the Environments in the Proton Administrator Guide.
|
|
49
49
|
*/
|
|
50
50
|
createEnvironment(params: Proton.Types.CreateEnvironmentInput, callback?: (err: AWSError, data: Proton.Types.CreateEnvironmentOutput) => void): Request<Proton.Types.CreateEnvironmentOutput, AWSError>;
|
|
51
51
|
/**
|
|
52
|
-
* Deploy a new environment. An
|
|
52
|
+
* Deploy a new environment. An Proton environment is created from an environment template that defines infrastructure and resources that can be shared across services. You can provision environments using the following methods: Standard provisioning: Proton makes direct calls to provision your resources. Pull request provisioning: Proton makes pull requests on your repository to provide compiled infrastructure as code (IaC) files that your IaC engine uses to provision resources. For more information, see the Environments in the Proton Administrator Guide.
|
|
53
53
|
*/
|
|
54
54
|
createEnvironment(callback?: (err: AWSError, data: Proton.Types.CreateEnvironmentOutput) => void): Request<Proton.Types.CreateEnvironmentOutput, AWSError>;
|
|
55
55
|
/**
|
|
56
|
-
* Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment account from a management account. An environment account connection is a secure bi-directional connection between a management account and an environment account that maintains authorization and permissions. For more information, see Environment account connections in the
|
|
56
|
+
* Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment account from a management account. An environment account connection is a secure bi-directional connection between a management account and an environment account that maintains authorization and permissions. For more information, see Environment account connections in the Proton Administrator guide.
|
|
57
57
|
*/
|
|
58
58
|
createEnvironmentAccountConnection(params: Proton.Types.CreateEnvironmentAccountConnectionInput, callback?: (err: AWSError, data: Proton.Types.CreateEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.CreateEnvironmentAccountConnectionOutput, AWSError>;
|
|
59
59
|
/**
|
|
60
|
-
* Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment account from a management account. An environment account connection is a secure bi-directional connection between a management account and an environment account that maintains authorization and permissions. For more information, see Environment account connections in the
|
|
60
|
+
* Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment account from a management account. An environment account connection is a secure bi-directional connection between a management account and an environment account that maintains authorization and permissions. For more information, see Environment account connections in the Proton Administrator guide.
|
|
61
61
|
*/
|
|
62
62
|
createEnvironmentAccountConnection(callback?: (err: AWSError, data: Proton.Types.CreateEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.CreateEnvironmentAccountConnectionOutput, AWSError>;
|
|
63
63
|
/**
|
|
64
|
-
* Create an environment template for
|
|
64
|
+
* Create an environment template for Proton. For more information, see Environment Templates in the Proton Administrator Guide. You can create an environment template in one of the two following ways: Register and publish a standard environment template that instructs Proton to deploy and manage environment infrastructure. Register and publish a customer managed environment template that connects Proton to your existing provisioned infrastructure that you manage. Proton doesn't manage your existing provisioned infrastructure. To create an environment template for customer provisioned and managed infrastructure, include the provisioning parameter and set the value to CUSTOMER_MANAGED. For more information, see Register and publish an environment template in the Proton Administrator Guide.
|
|
65
65
|
*/
|
|
66
66
|
createEnvironmentTemplate(params: Proton.Types.CreateEnvironmentTemplateInput, callback?: (err: AWSError, data: Proton.Types.CreateEnvironmentTemplateOutput) => void): Request<Proton.Types.CreateEnvironmentTemplateOutput, AWSError>;
|
|
67
67
|
/**
|
|
68
|
-
* Create an environment template for
|
|
68
|
+
* Create an environment template for Proton. For more information, see Environment Templates in the Proton Administrator Guide. You can create an environment template in one of the two following ways: Register and publish a standard environment template that instructs Proton to deploy and manage environment infrastructure. Register and publish a customer managed environment template that connects Proton to your existing provisioned infrastructure that you manage. Proton doesn't manage your existing provisioned infrastructure. To create an environment template for customer provisioned and managed infrastructure, include the provisioning parameter and set the value to CUSTOMER_MANAGED. For more information, see Register and publish an environment template in the Proton Administrator Guide.
|
|
69
69
|
*/
|
|
70
70
|
createEnvironmentTemplate(callback?: (err: AWSError, data: Proton.Types.CreateEnvironmentTemplateOutput) => void): Request<Proton.Types.CreateEnvironmentTemplateOutput, AWSError>;
|
|
71
71
|
/**
|
|
@@ -77,29 +77,45 @@ declare class Proton extends Service {
|
|
|
77
77
|
*/
|
|
78
78
|
createEnvironmentTemplateVersion(callback?: (err: AWSError, data: Proton.Types.CreateEnvironmentTemplateVersionOutput) => void): Request<Proton.Types.CreateEnvironmentTemplateVersionOutput, AWSError>;
|
|
79
79
|
/**
|
|
80
|
-
* Create
|
|
80
|
+
* Create and register a link to a repository that can be used with pull request provisioning or template sync configurations. For more information, see Template bundles and Template sync configurations in the Proton Administrator Guide.
|
|
81
|
+
*/
|
|
82
|
+
createRepository(params: Proton.Types.CreateRepositoryInput, callback?: (err: AWSError, data: Proton.Types.CreateRepositoryOutput) => void): Request<Proton.Types.CreateRepositoryOutput, AWSError>;
|
|
83
|
+
/**
|
|
84
|
+
* Create and register a link to a repository that can be used with pull request provisioning or template sync configurations. For more information, see Template bundles and Template sync configurations in the Proton Administrator Guide.
|
|
85
|
+
*/
|
|
86
|
+
createRepository(callback?: (err: AWSError, data: Proton.Types.CreateRepositoryOutput) => void): Request<Proton.Types.CreateRepositoryOutput, AWSError>;
|
|
87
|
+
/**
|
|
88
|
+
* Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and pipeline. For more information, see Services in the Proton Administrator Guide and Services in the Proton User Guide.
|
|
81
89
|
*/
|
|
82
90
|
createService(params: Proton.Types.CreateServiceInput, callback?: (err: AWSError, data: Proton.Types.CreateServiceOutput) => void): Request<Proton.Types.CreateServiceOutput, AWSError>;
|
|
83
91
|
/**
|
|
84
|
-
* Create an
|
|
92
|
+
* Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and pipeline. For more information, see Services in the Proton Administrator Guide and Services in the Proton User Guide.
|
|
85
93
|
*/
|
|
86
94
|
createService(callback?: (err: AWSError, data: Proton.Types.CreateServiceOutput) => void): Request<Proton.Types.CreateServiceOutput, AWSError>;
|
|
87
95
|
/**
|
|
88
|
-
* Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CICD service pipeline. Developers, in turn, select the service template from
|
|
96
|
+
* Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CICD service pipeline. Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition, they provide a link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service template. For more information, see Service Templates in the Proton Administrator Guide.
|
|
89
97
|
*/
|
|
90
98
|
createServiceTemplate(params: Proton.Types.CreateServiceTemplateInput, callback?: (err: AWSError, data: Proton.Types.CreateServiceTemplateOutput) => void): Request<Proton.Types.CreateServiceTemplateOutput, AWSError>;
|
|
91
99
|
/**
|
|
92
|
-
* Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CICD service pipeline. Developers, in turn, select the service template from
|
|
100
|
+
* Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CICD service pipeline. Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition, they provide a link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service template. For more information, see Service Templates in the Proton Administrator Guide.
|
|
93
101
|
*/
|
|
94
102
|
createServiceTemplate(callback?: (err: AWSError, data: Proton.Types.CreateServiceTemplateOutput) => void): Request<Proton.Types.CreateServiceTemplateOutput, AWSError>;
|
|
95
103
|
/**
|
|
96
|
-
* Create a new major or minor version of a service template. A major version of a service template is a version that isn't
|
|
104
|
+
* Create a new major or minor version of a service template. A major version of a service template is a version that isn't backward compatible. A minor version of a service template is a version that's backward compatible within its major version.
|
|
97
105
|
*/
|
|
98
106
|
createServiceTemplateVersion(params: Proton.Types.CreateServiceTemplateVersionInput, callback?: (err: AWSError, data: Proton.Types.CreateServiceTemplateVersionOutput) => void): Request<Proton.Types.CreateServiceTemplateVersionOutput, AWSError>;
|
|
99
107
|
/**
|
|
100
|
-
* Create a new major or minor version of a service template. A major version of a service template is a version that isn't
|
|
108
|
+
* Create a new major or minor version of a service template. A major version of a service template is a version that isn't backward compatible. A minor version of a service template is a version that's backward compatible within its major version.
|
|
101
109
|
*/
|
|
102
110
|
createServiceTemplateVersion(callback?: (err: AWSError, data: Proton.Types.CreateServiceTemplateVersionOutput) => void): Request<Proton.Types.CreateServiceTemplateVersionOutput, AWSError>;
|
|
111
|
+
/**
|
|
112
|
+
* Set up a template for automated template version creation. When a commit is pushed to your registered repository, Proton checks for changes to your repository template bundles. If it detects a template bundle change, a new minor or major version of its template is created, if the version doesn’t already exist. For more information, see Template sync configurations in the Proton Administrator Guide.
|
|
113
|
+
*/
|
|
114
|
+
createTemplateSyncConfig(params: Proton.Types.CreateTemplateSyncConfigInput, callback?: (err: AWSError, data: Proton.Types.CreateTemplateSyncConfigOutput) => void): Request<Proton.Types.CreateTemplateSyncConfigOutput, AWSError>;
|
|
115
|
+
/**
|
|
116
|
+
* Set up a template for automated template version creation. When a commit is pushed to your registered repository, Proton checks for changes to your repository template bundles. If it detects a template bundle change, a new minor or major version of its template is created, if the version doesn’t already exist. For more information, see Template sync configurations in the Proton Administrator Guide.
|
|
117
|
+
*/
|
|
118
|
+
createTemplateSyncConfig(callback?: (err: AWSError, data: Proton.Types.CreateTemplateSyncConfigOutput) => void): Request<Proton.Types.CreateTemplateSyncConfigOutput, AWSError>;
|
|
103
119
|
/**
|
|
104
120
|
* Delete an environment.
|
|
105
121
|
*/
|
|
@@ -109,11 +125,11 @@ declare class Proton extends Service {
|
|
|
109
125
|
*/
|
|
110
126
|
deleteEnvironment(callback?: (err: AWSError, data: Proton.Types.DeleteEnvironmentOutput) => void): Request<Proton.Types.DeleteEnvironmentOutput, AWSError>;
|
|
111
127
|
/**
|
|
112
|
-
* In an environment account, delete an environment account connection. After you delete an environment account connection that’s in use by an
|
|
128
|
+
* In an environment account, delete an environment account connection. After you delete an environment account connection that’s in use by an Proton environment, Proton can’t manage the environment infrastructure resources until a new environment account connection is accepted for the environment account and associated environment. You're responsible for cleaning up provisioned resources that remain without an environment connection. For more information, see Environment account connections in the Proton Administrator guide.
|
|
113
129
|
*/
|
|
114
130
|
deleteEnvironmentAccountConnection(params: Proton.Types.DeleteEnvironmentAccountConnectionInput, callback?: (err: AWSError, data: Proton.Types.DeleteEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.DeleteEnvironmentAccountConnectionOutput, AWSError>;
|
|
115
131
|
/**
|
|
116
|
-
* In an environment account, delete an environment account connection. After you delete an environment account connection that’s in use by an
|
|
132
|
+
* In an environment account, delete an environment account connection. After you delete an environment account connection that’s in use by an Proton environment, Proton can’t manage the environment infrastructure resources until a new environment account connection is accepted for the environment account and associated environment. You're responsible for cleaning up provisioned resources that remain without an environment connection. For more information, see Environment account connections in the Proton Administrator guide.
|
|
117
133
|
*/
|
|
118
134
|
deleteEnvironmentAccountConnection(callback?: (err: AWSError, data: Proton.Types.DeleteEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.DeleteEnvironmentAccountConnectionOutput, AWSError>;
|
|
119
135
|
/**
|
|
@@ -125,13 +141,21 @@ declare class Proton extends Service {
|
|
|
125
141
|
*/
|
|
126
142
|
deleteEnvironmentTemplate(callback?: (err: AWSError, data: Proton.Types.DeleteEnvironmentTemplateOutput) => void): Request<Proton.Types.DeleteEnvironmentTemplateOutput, AWSError>;
|
|
127
143
|
/**
|
|
128
|
-
* If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the Recommended version. Delete the Recommended version of the environment template if no other major versions or minor versions of the environment template exist. A major version of an environment template is a version that's not
|
|
144
|
+
* If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the Recommended version. Delete the Recommended version of the environment template if no other major versions or minor versions of the environment template exist. A major version of an environment template is a version that's not backward compatible. Delete a minor version of an environment template if it isn't the Recommended version. Delete a Recommended minor version of the environment template if no other minor versions of the environment template exist. A minor version of an environment template is a version that's backward compatible.
|
|
129
145
|
*/
|
|
130
146
|
deleteEnvironmentTemplateVersion(params: Proton.Types.DeleteEnvironmentTemplateVersionInput, callback?: (err: AWSError, data: Proton.Types.DeleteEnvironmentTemplateVersionOutput) => void): Request<Proton.Types.DeleteEnvironmentTemplateVersionOutput, AWSError>;
|
|
131
147
|
/**
|
|
132
|
-
* If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the Recommended version. Delete the Recommended version of the environment template if no other major versions or minor versions of the environment template exist. A major version of an environment template is a version that's not
|
|
148
|
+
* If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the Recommended version. Delete the Recommended version of the environment template if no other major versions or minor versions of the environment template exist. A major version of an environment template is a version that's not backward compatible. Delete a minor version of an environment template if it isn't the Recommended version. Delete a Recommended minor version of the environment template if no other minor versions of the environment template exist. A minor version of an environment template is a version that's backward compatible.
|
|
133
149
|
*/
|
|
134
150
|
deleteEnvironmentTemplateVersion(callback?: (err: AWSError, data: Proton.Types.DeleteEnvironmentTemplateVersionOutput) => void): Request<Proton.Types.DeleteEnvironmentTemplateVersionOutput, AWSError>;
|
|
151
|
+
/**
|
|
152
|
+
* De-register and unlink your repository.
|
|
153
|
+
*/
|
|
154
|
+
deleteRepository(params: Proton.Types.DeleteRepositoryInput, callback?: (err: AWSError, data: Proton.Types.DeleteRepositoryOutput) => void): Request<Proton.Types.DeleteRepositoryOutput, AWSError>;
|
|
155
|
+
/**
|
|
156
|
+
* De-register and unlink your repository.
|
|
157
|
+
*/
|
|
158
|
+
deleteRepository(callback?: (err: AWSError, data: Proton.Types.DeleteRepositoryOutput) => void): Request<Proton.Types.DeleteRepositoryOutput, AWSError>;
|
|
135
159
|
/**
|
|
136
160
|
* Delete a service.
|
|
137
161
|
*/
|
|
@@ -157,11 +181,19 @@ declare class Proton extends Service {
|
|
|
157
181
|
*/
|
|
158
182
|
deleteServiceTemplateVersion(callback?: (err: AWSError, data: Proton.Types.DeleteServiceTemplateVersionOutput) => void): Request<Proton.Types.DeleteServiceTemplateVersionOutput, AWSError>;
|
|
159
183
|
/**
|
|
160
|
-
*
|
|
184
|
+
* Delete a template sync configuration.
|
|
185
|
+
*/
|
|
186
|
+
deleteTemplateSyncConfig(params: Proton.Types.DeleteTemplateSyncConfigInput, callback?: (err: AWSError, data: Proton.Types.DeleteTemplateSyncConfigOutput) => void): Request<Proton.Types.DeleteTemplateSyncConfigOutput, AWSError>;
|
|
187
|
+
/**
|
|
188
|
+
* Delete a template sync configuration.
|
|
189
|
+
*/
|
|
190
|
+
deleteTemplateSyncConfig(callback?: (err: AWSError, data: Proton.Types.DeleteTemplateSyncConfigOutput) => void): Request<Proton.Types.DeleteTemplateSyncConfigOutput, AWSError>;
|
|
191
|
+
/**
|
|
192
|
+
* Get detail data for the Proton pipeline service role.
|
|
161
193
|
*/
|
|
162
194
|
getAccountSettings(params: Proton.Types.GetAccountSettingsInput, callback?: (err: AWSError, data: Proton.Types.GetAccountSettingsOutput) => void): Request<Proton.Types.GetAccountSettingsOutput, AWSError>;
|
|
163
195
|
/**
|
|
164
|
-
* Get detail data for the
|
|
196
|
+
* Get detail data for the Proton pipeline service role.
|
|
165
197
|
*/
|
|
166
198
|
getAccountSettings(callback?: (err: AWSError, data: Proton.Types.GetAccountSettingsOutput) => void): Request<Proton.Types.GetAccountSettingsOutput, AWSError>;
|
|
167
199
|
/**
|
|
@@ -173,11 +205,11 @@ declare class Proton extends Service {
|
|
|
173
205
|
*/
|
|
174
206
|
getEnvironment(callback?: (err: AWSError, data: Proton.Types.GetEnvironmentOutput) => void): Request<Proton.Types.GetEnvironmentOutput, AWSError>;
|
|
175
207
|
/**
|
|
176
|
-
* In an environment account, view the detail data for an environment account connection. For more information, see Environment account connections in the
|
|
208
|
+
* In an environment account, view the detail data for an environment account connection. For more information, see Environment account connections in the Proton Administrator guide.
|
|
177
209
|
*/
|
|
178
210
|
getEnvironmentAccountConnection(params: Proton.Types.GetEnvironmentAccountConnectionInput, callback?: (err: AWSError, data: Proton.Types.GetEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.GetEnvironmentAccountConnectionOutput, AWSError>;
|
|
179
211
|
/**
|
|
180
|
-
* In an environment account, view the detail data for an environment account connection. For more information, see Environment account connections in the
|
|
212
|
+
* In an environment account, view the detail data for an environment account connection. For more information, see Environment account connections in the Proton Administrator guide.
|
|
181
213
|
*/
|
|
182
214
|
getEnvironmentAccountConnection(callback?: (err: AWSError, data: Proton.Types.GetEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.GetEnvironmentAccountConnectionOutput, AWSError>;
|
|
183
215
|
/**
|
|
@@ -196,6 +228,22 @@ declare class Proton extends Service {
|
|
|
196
228
|
* View detail data for a major or minor version of an environment template.
|
|
197
229
|
*/
|
|
198
230
|
getEnvironmentTemplateVersion(callback?: (err: AWSError, data: Proton.Types.GetEnvironmentTemplateVersionOutput) => void): Request<Proton.Types.GetEnvironmentTemplateVersionOutput, AWSError>;
|
|
231
|
+
/**
|
|
232
|
+
* Get detail data for a repository.
|
|
233
|
+
*/
|
|
234
|
+
getRepository(params: Proton.Types.GetRepositoryInput, callback?: (err: AWSError, data: Proton.Types.GetRepositoryOutput) => void): Request<Proton.Types.GetRepositoryOutput, AWSError>;
|
|
235
|
+
/**
|
|
236
|
+
* Get detail data for a repository.
|
|
237
|
+
*/
|
|
238
|
+
getRepository(callback?: (err: AWSError, data: Proton.Types.GetRepositoryOutput) => void): Request<Proton.Types.GetRepositoryOutput, AWSError>;
|
|
239
|
+
/**
|
|
240
|
+
* Get the repository sync status.
|
|
241
|
+
*/
|
|
242
|
+
getRepositorySyncStatus(params: Proton.Types.GetRepositorySyncStatusInput, callback?: (err: AWSError, data: Proton.Types.GetRepositorySyncStatusOutput) => void): Request<Proton.Types.GetRepositorySyncStatusOutput, AWSError>;
|
|
243
|
+
/**
|
|
244
|
+
* Get the repository sync status.
|
|
245
|
+
*/
|
|
246
|
+
getRepositorySyncStatus(callback?: (err: AWSError, data: Proton.Types.GetRepositorySyncStatusOutput) => void): Request<Proton.Types.GetRepositorySyncStatusOutput, AWSError>;
|
|
199
247
|
/**
|
|
200
248
|
* Get detail data for a service.
|
|
201
249
|
*/
|
|
@@ -229,13 +277,45 @@ declare class Proton extends Service {
|
|
|
229
277
|
*/
|
|
230
278
|
getServiceTemplateVersion(callback?: (err: AWSError, data: Proton.Types.GetServiceTemplateVersionOutput) => void): Request<Proton.Types.GetServiceTemplateVersionOutput, AWSError>;
|
|
231
279
|
/**
|
|
232
|
-
*
|
|
280
|
+
* Get detail data for a template sync configuration.
|
|
281
|
+
*/
|
|
282
|
+
getTemplateSyncConfig(params: Proton.Types.GetTemplateSyncConfigInput, callback?: (err: AWSError, data: Proton.Types.GetTemplateSyncConfigOutput) => void): Request<Proton.Types.GetTemplateSyncConfigOutput, AWSError>;
|
|
283
|
+
/**
|
|
284
|
+
* Get detail data for a template sync configuration.
|
|
285
|
+
*/
|
|
286
|
+
getTemplateSyncConfig(callback?: (err: AWSError, data: Proton.Types.GetTemplateSyncConfigOutput) => void): Request<Proton.Types.GetTemplateSyncConfigOutput, AWSError>;
|
|
287
|
+
/**
|
|
288
|
+
* Get the status of a template sync.
|
|
289
|
+
*/
|
|
290
|
+
getTemplateSyncStatus(params: Proton.Types.GetTemplateSyncStatusInput, callback?: (err: AWSError, data: Proton.Types.GetTemplateSyncStatusOutput) => void): Request<Proton.Types.GetTemplateSyncStatusOutput, AWSError>;
|
|
291
|
+
/**
|
|
292
|
+
* Get the status of a template sync.
|
|
293
|
+
*/
|
|
294
|
+
getTemplateSyncStatus(callback?: (err: AWSError, data: Proton.Types.GetTemplateSyncStatusOutput) => void): Request<Proton.Types.GetTemplateSyncStatusOutput, AWSError>;
|
|
295
|
+
/**
|
|
296
|
+
* View a list of environment account connections. For more information, see Environment account connections in the Proton Administrator guide.
|
|
233
297
|
*/
|
|
234
298
|
listEnvironmentAccountConnections(params: Proton.Types.ListEnvironmentAccountConnectionsInput, callback?: (err: AWSError, data: Proton.Types.ListEnvironmentAccountConnectionsOutput) => void): Request<Proton.Types.ListEnvironmentAccountConnectionsOutput, AWSError>;
|
|
235
299
|
/**
|
|
236
|
-
* View a list of environment account connections. For more information, see Environment account connections in the
|
|
300
|
+
* View a list of environment account connections. For more information, see Environment account connections in the Proton Administrator guide.
|
|
237
301
|
*/
|
|
238
302
|
listEnvironmentAccountConnections(callback?: (err: AWSError, data: Proton.Types.ListEnvironmentAccountConnectionsOutput) => void): Request<Proton.Types.ListEnvironmentAccountConnectionsOutput, AWSError>;
|
|
303
|
+
/**
|
|
304
|
+
* List the infrastructure as code outputs for your environment.
|
|
305
|
+
*/
|
|
306
|
+
listEnvironmentOutputs(params: Proton.Types.ListEnvironmentOutputsInput, callback?: (err: AWSError, data: Proton.Types.ListEnvironmentOutputsOutput) => void): Request<Proton.Types.ListEnvironmentOutputsOutput, AWSError>;
|
|
307
|
+
/**
|
|
308
|
+
* List the infrastructure as code outputs for your environment.
|
|
309
|
+
*/
|
|
310
|
+
listEnvironmentOutputs(callback?: (err: AWSError, data: Proton.Types.ListEnvironmentOutputsOutput) => void): Request<Proton.Types.ListEnvironmentOutputsOutput, AWSError>;
|
|
311
|
+
/**
|
|
312
|
+
* List the provisioned resources for your environment.
|
|
313
|
+
*/
|
|
314
|
+
listEnvironmentProvisionedResources(params: Proton.Types.ListEnvironmentProvisionedResourcesInput, callback?: (err: AWSError, data: Proton.Types.ListEnvironmentProvisionedResourcesOutput) => void): Request<Proton.Types.ListEnvironmentProvisionedResourcesOutput, AWSError>;
|
|
315
|
+
/**
|
|
316
|
+
* List the provisioned resources for your environment.
|
|
317
|
+
*/
|
|
318
|
+
listEnvironmentProvisionedResources(callback?: (err: AWSError, data: Proton.Types.ListEnvironmentProvisionedResourcesOutput) => void): Request<Proton.Types.ListEnvironmentProvisionedResourcesOutput, AWSError>;
|
|
239
319
|
/**
|
|
240
320
|
* List major or minor versions of an environment template with detail data.
|
|
241
321
|
*/
|
|
@@ -260,6 +340,38 @@ declare class Proton extends Service {
|
|
|
260
340
|
* List environments with detail data summaries.
|
|
261
341
|
*/
|
|
262
342
|
listEnvironments(callback?: (err: AWSError, data: Proton.Types.ListEnvironmentsOutput) => void): Request<Proton.Types.ListEnvironmentsOutput, AWSError>;
|
|
343
|
+
/**
|
|
344
|
+
* List repositories with detail data.
|
|
345
|
+
*/
|
|
346
|
+
listRepositories(params: Proton.Types.ListRepositoriesInput, callback?: (err: AWSError, data: Proton.Types.ListRepositoriesOutput) => void): Request<Proton.Types.ListRepositoriesOutput, AWSError>;
|
|
347
|
+
/**
|
|
348
|
+
* List repositories with detail data.
|
|
349
|
+
*/
|
|
350
|
+
listRepositories(callback?: (err: AWSError, data: Proton.Types.ListRepositoriesOutput) => void): Request<Proton.Types.ListRepositoriesOutput, AWSError>;
|
|
351
|
+
/**
|
|
352
|
+
* List repository sync definitions with detail data.
|
|
353
|
+
*/
|
|
354
|
+
listRepositorySyncDefinitions(params: Proton.Types.ListRepositorySyncDefinitionsInput, callback?: (err: AWSError, data: Proton.Types.ListRepositorySyncDefinitionsOutput) => void): Request<Proton.Types.ListRepositorySyncDefinitionsOutput, AWSError>;
|
|
355
|
+
/**
|
|
356
|
+
* List repository sync definitions with detail data.
|
|
357
|
+
*/
|
|
358
|
+
listRepositorySyncDefinitions(callback?: (err: AWSError, data: Proton.Types.ListRepositorySyncDefinitionsOutput) => void): Request<Proton.Types.ListRepositorySyncDefinitionsOutput, AWSError>;
|
|
359
|
+
/**
|
|
360
|
+
* View a list service instance infrastructure as code outputs with detail data.
|
|
361
|
+
*/
|
|
362
|
+
listServiceInstanceOutputs(params: Proton.Types.ListServiceInstanceOutputsInput, callback?: (err: AWSError, data: Proton.Types.ListServiceInstanceOutputsOutput) => void): Request<Proton.Types.ListServiceInstanceOutputsOutput, AWSError>;
|
|
363
|
+
/**
|
|
364
|
+
* View a list service instance infrastructure as code outputs with detail data.
|
|
365
|
+
*/
|
|
366
|
+
listServiceInstanceOutputs(callback?: (err: AWSError, data: Proton.Types.ListServiceInstanceOutputsOutput) => void): Request<Proton.Types.ListServiceInstanceOutputsOutput, AWSError>;
|
|
367
|
+
/**
|
|
368
|
+
* List provisioned resources for a service instance with details.
|
|
369
|
+
*/
|
|
370
|
+
listServiceInstanceProvisionedResources(params: Proton.Types.ListServiceInstanceProvisionedResourcesInput, callback?: (err: AWSError, data: Proton.Types.ListServiceInstanceProvisionedResourcesOutput) => void): Request<Proton.Types.ListServiceInstanceProvisionedResourcesOutput, AWSError>;
|
|
371
|
+
/**
|
|
372
|
+
* List provisioned resources for a service instance with details.
|
|
373
|
+
*/
|
|
374
|
+
listServiceInstanceProvisionedResources(callback?: (err: AWSError, data: Proton.Types.ListServiceInstanceProvisionedResourcesOutput) => void): Request<Proton.Types.ListServiceInstanceProvisionedResourcesOutput, AWSError>;
|
|
263
375
|
/**
|
|
264
376
|
* List service instances with summaries of detail data.
|
|
265
377
|
*/
|
|
@@ -268,6 +380,22 @@ declare class Proton extends Service {
|
|
|
268
380
|
* List service instances with summaries of detail data.
|
|
269
381
|
*/
|
|
270
382
|
listServiceInstances(callback?: (err: AWSError, data: Proton.Types.ListServiceInstancesOutput) => void): Request<Proton.Types.ListServiceInstancesOutput, AWSError>;
|
|
383
|
+
/**
|
|
384
|
+
* View a list service pipeline infrastructure as code outputs with detail.
|
|
385
|
+
*/
|
|
386
|
+
listServicePipelineOutputs(params: Proton.Types.ListServicePipelineOutputsInput, callback?: (err: AWSError, data: Proton.Types.ListServicePipelineOutputsOutput) => void): Request<Proton.Types.ListServicePipelineOutputsOutput, AWSError>;
|
|
387
|
+
/**
|
|
388
|
+
* View a list service pipeline infrastructure as code outputs with detail.
|
|
389
|
+
*/
|
|
390
|
+
listServicePipelineOutputs(callback?: (err: AWSError, data: Proton.Types.ListServicePipelineOutputsOutput) => void): Request<Proton.Types.ListServicePipelineOutputsOutput, AWSError>;
|
|
391
|
+
/**
|
|
392
|
+
* List provisioned resources for a service and pipeline with details.
|
|
393
|
+
*/
|
|
394
|
+
listServicePipelineProvisionedResources(params: Proton.Types.ListServicePipelineProvisionedResourcesInput, callback?: (err: AWSError, data: Proton.Types.ListServicePipelineProvisionedResourcesOutput) => void): Request<Proton.Types.ListServicePipelineProvisionedResourcesOutput, AWSError>;
|
|
395
|
+
/**
|
|
396
|
+
* List provisioned resources for a service and pipeline with details.
|
|
397
|
+
*/
|
|
398
|
+
listServicePipelineProvisionedResources(callback?: (err: AWSError, data: Proton.Types.ListServicePipelineProvisionedResourcesOutput) => void): Request<Proton.Types.ListServicePipelineProvisionedResourcesOutput, AWSError>;
|
|
271
399
|
/**
|
|
272
400
|
* List major or minor versions of a service template with detail data.
|
|
273
401
|
*/
|
|
@@ -293,59 +421,67 @@ declare class Proton extends Service {
|
|
|
293
421
|
*/
|
|
294
422
|
listServices(callback?: (err: AWSError, data: Proton.Types.ListServicesOutput) => void): Request<Proton.Types.ListServicesOutput, AWSError>;
|
|
295
423
|
/**
|
|
296
|
-
* List tags for a resource. For more information, see
|
|
424
|
+
* List tags for a resource. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.
|
|
297
425
|
*/
|
|
298
426
|
listTagsForResource(params: Proton.Types.ListTagsForResourceInput, callback?: (err: AWSError, data: Proton.Types.ListTagsForResourceOutput) => void): Request<Proton.Types.ListTagsForResourceOutput, AWSError>;
|
|
299
427
|
/**
|
|
300
|
-
* List tags for a resource. For more information, see
|
|
428
|
+
* List tags for a resource. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.
|
|
301
429
|
*/
|
|
302
430
|
listTagsForResource(callback?: (err: AWSError, data: Proton.Types.ListTagsForResourceOutput) => void): Request<Proton.Types.ListTagsForResourceOutput, AWSError>;
|
|
303
431
|
/**
|
|
304
|
-
*
|
|
432
|
+
* Notify Proton of status changes to a provisioned resource when you use pull request provisioning. For more information, see Template bundles. Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
|
|
433
|
+
*/
|
|
434
|
+
notifyResourceDeploymentStatusChange(params: Proton.Types.NotifyResourceDeploymentStatusChangeInput, callback?: (err: AWSError, data: Proton.Types.NotifyResourceDeploymentStatusChangeOutput) => void): Request<Proton.Types.NotifyResourceDeploymentStatusChangeOutput, AWSError>;
|
|
435
|
+
/**
|
|
436
|
+
* Notify Proton of status changes to a provisioned resource when you use pull request provisioning. For more information, see Template bundles. Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
|
|
437
|
+
*/
|
|
438
|
+
notifyResourceDeploymentStatusChange(callback?: (err: AWSError, data: Proton.Types.NotifyResourceDeploymentStatusChangeOutput) => void): Request<Proton.Types.NotifyResourceDeploymentStatusChangeOutput, AWSError>;
|
|
439
|
+
/**
|
|
440
|
+
* In a management account, reject an environment account connection from another environment account. After you reject an environment account connection request, you won’t be able to accept or use the rejected environment account connection. You can’t reject an environment account connection that is connected to an environment. For more information, see Environment account connections in the Proton Administrator guide.
|
|
305
441
|
*/
|
|
306
442
|
rejectEnvironmentAccountConnection(params: Proton.Types.RejectEnvironmentAccountConnectionInput, callback?: (err: AWSError, data: Proton.Types.RejectEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.RejectEnvironmentAccountConnectionOutput, AWSError>;
|
|
307
443
|
/**
|
|
308
|
-
* In a management account, reject an environment account connection from another environment account. After you reject an environment account connection request, you won’t be able to accept or use the rejected environment account connection. You can’t reject an environment account connection that is connected to an environment. For more information, see Environment account connections in the
|
|
444
|
+
* In a management account, reject an environment account connection from another environment account. After you reject an environment account connection request, you won’t be able to accept or use the rejected environment account connection. You can’t reject an environment account connection that is connected to an environment. For more information, see Environment account connections in the Proton Administrator guide.
|
|
309
445
|
*/
|
|
310
446
|
rejectEnvironmentAccountConnection(callback?: (err: AWSError, data: Proton.Types.RejectEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.RejectEnvironmentAccountConnectionOutput, AWSError>;
|
|
311
447
|
/**
|
|
312
|
-
* Tag a resource. For more information, see
|
|
448
|
+
* Tag a resource. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.
|
|
313
449
|
*/
|
|
314
450
|
tagResource(params: Proton.Types.TagResourceInput, callback?: (err: AWSError, data: Proton.Types.TagResourceOutput) => void): Request<Proton.Types.TagResourceOutput, AWSError>;
|
|
315
451
|
/**
|
|
316
|
-
* Tag a resource. For more information, see
|
|
452
|
+
* Tag a resource. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.
|
|
317
453
|
*/
|
|
318
454
|
tagResource(callback?: (err: AWSError, data: Proton.Types.TagResourceOutput) => void): Request<Proton.Types.TagResourceOutput, AWSError>;
|
|
319
455
|
/**
|
|
320
|
-
* Remove a tag from a resource. For more information, see
|
|
456
|
+
* Remove a tag from a resource. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.
|
|
321
457
|
*/
|
|
322
458
|
untagResource(params: Proton.Types.UntagResourceInput, callback?: (err: AWSError, data: Proton.Types.UntagResourceOutput) => void): Request<Proton.Types.UntagResourceOutput, AWSError>;
|
|
323
459
|
/**
|
|
324
|
-
* Remove a tag from a resource. For more information, see
|
|
460
|
+
* Remove a tag from a resource. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.
|
|
325
461
|
*/
|
|
326
462
|
untagResource(callback?: (err: AWSError, data: Proton.Types.UntagResourceOutput) => void): Request<Proton.Types.UntagResourceOutput, AWSError>;
|
|
327
463
|
/**
|
|
328
|
-
* Update the
|
|
464
|
+
* Update the Proton service pipeline role or repository settings.
|
|
329
465
|
*/
|
|
330
466
|
updateAccountSettings(params: Proton.Types.UpdateAccountSettingsInput, callback?: (err: AWSError, data: Proton.Types.UpdateAccountSettingsOutput) => void): Request<Proton.Types.UpdateAccountSettingsOutput, AWSError>;
|
|
331
467
|
/**
|
|
332
|
-
* Update the
|
|
468
|
+
* Update the Proton service pipeline role or repository settings.
|
|
333
469
|
*/
|
|
334
470
|
updateAccountSettings(callback?: (err: AWSError, data: Proton.Types.UpdateAccountSettingsOutput) => void): Request<Proton.Types.UpdateAccountSettingsOutput, AWSError>;
|
|
335
471
|
/**
|
|
336
|
-
* Update an environment. If the environment is associated with an environment account connection, don't update or include the protonServiceRoleArn parameter to update or connect to an environment account connection.
|
|
472
|
+
* Update an environment. If the environment is associated with an environment account connection, don't update or include the protonServiceRoleArn and provisioningRepository parameter to update or connect to an environment account connection. You can only update to a new environment account connection if it was created in the same environment account that the current environment account connection was created in and is associated with the current environment. If the environment isn't associated with an environment account connection, don't update or include the environmentAccountConnectionId parameter to update or connect to an environment account connection. You can update either the environmentAccountConnectionId or protonServiceRoleArn parameter and value. You can’t update both. If the environment was provisioned with pull request provisioning, include the provisioningRepository parameter and omit the protonServiceRoleArn and environmentAccountConnectionId parameters. If the environment wasn't provisioned with pull request provisioning, omit the provisioningRepository parameter. There are four modes for updating an environment as described in the following. The deploymentType field defines the mode. NONE In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. CURRENT_VERSION In this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include minor or major version parameters when you use this deployment-type. MINOR_VERSION In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use. MAJOR_VERSION In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that's higher than the major version in use and a minor version (optional).
|
|
337
473
|
*/
|
|
338
474
|
updateEnvironment(params: Proton.Types.UpdateEnvironmentInput, callback?: (err: AWSError, data: Proton.Types.UpdateEnvironmentOutput) => void): Request<Proton.Types.UpdateEnvironmentOutput, AWSError>;
|
|
339
475
|
/**
|
|
340
|
-
* Update an environment. If the environment is associated with an environment account connection, don't update or include the protonServiceRoleArn parameter to update or connect to an environment account connection.
|
|
476
|
+
* Update an environment. If the environment is associated with an environment account connection, don't update or include the protonServiceRoleArn and provisioningRepository parameter to update or connect to an environment account connection. You can only update to a new environment account connection if it was created in the same environment account that the current environment account connection was created in and is associated with the current environment. If the environment isn't associated with an environment account connection, don't update or include the environmentAccountConnectionId parameter to update or connect to an environment account connection. You can update either the environmentAccountConnectionId or protonServiceRoleArn parameter and value. You can’t update both. If the environment was provisioned with pull request provisioning, include the provisioningRepository parameter and omit the protonServiceRoleArn and environmentAccountConnectionId parameters. If the environment wasn't provisioned with pull request provisioning, omit the provisioningRepository parameter. There are four modes for updating an environment as described in the following. The deploymentType field defines the mode. NONE In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. CURRENT_VERSION In this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include minor or major version parameters when you use this deployment-type. MINOR_VERSION In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use. MAJOR_VERSION In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that's higher than the major version in use and a minor version (optional).
|
|
341
477
|
*/
|
|
342
478
|
updateEnvironment(callback?: (err: AWSError, data: Proton.Types.UpdateEnvironmentOutput) => void): Request<Proton.Types.UpdateEnvironmentOutput, AWSError>;
|
|
343
479
|
/**
|
|
344
|
-
* In an environment account, update an environment account connection to use a new IAM role. For more information, see Environment account connections in the
|
|
480
|
+
* In an environment account, update an environment account connection to use a new IAM role. For more information, see Environment account connections in the Proton Administrator guide.
|
|
345
481
|
*/
|
|
346
482
|
updateEnvironmentAccountConnection(params: Proton.Types.UpdateEnvironmentAccountConnectionInput, callback?: (err: AWSError, data: Proton.Types.UpdateEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.UpdateEnvironmentAccountConnectionOutput, AWSError>;
|
|
347
483
|
/**
|
|
348
|
-
* In an environment account, update an environment account connection to use a new IAM role. For more information, see Environment account connections in the
|
|
484
|
+
* In an environment account, update an environment account connection to use a new IAM role. For more information, see Environment account connections in the Proton Administrator guide.
|
|
349
485
|
*/
|
|
350
486
|
updateEnvironmentAccountConnection(callback?: (err: AWSError, data: Proton.Types.UpdateEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.UpdateEnvironmentAccountConnectionOutput, AWSError>;
|
|
351
487
|
/**
|
|
@@ -404,6 +540,14 @@ declare class Proton extends Service {
|
|
|
404
540
|
* Update a major or minor version of a service template.
|
|
405
541
|
*/
|
|
406
542
|
updateServiceTemplateVersion(callback?: (err: AWSError, data: Proton.Types.UpdateServiceTemplateVersionOutput) => void): Request<Proton.Types.UpdateServiceTemplateVersionOutput, AWSError>;
|
|
543
|
+
/**
|
|
544
|
+
* Update template sync configuration parameters, except for the templateName and templateType.
|
|
545
|
+
*/
|
|
546
|
+
updateTemplateSyncConfig(params: Proton.Types.UpdateTemplateSyncConfigInput, callback?: (err: AWSError, data: Proton.Types.UpdateTemplateSyncConfigOutput) => void): Request<Proton.Types.UpdateTemplateSyncConfigOutput, AWSError>;
|
|
547
|
+
/**
|
|
548
|
+
* Update template sync configuration parameters, except for the templateName and templateType.
|
|
549
|
+
*/
|
|
550
|
+
updateTemplateSyncConfig(callback?: (err: AWSError, data: Proton.Types.UpdateTemplateSyncConfigOutput) => void): Request<Proton.Types.UpdateTemplateSyncConfigOutput, AWSError>;
|
|
407
551
|
/**
|
|
408
552
|
* Waits for the environmentDeployed state by periodically calling the underlying Proton.getEnvironmentoperation every 5 seconds (at most 999 times). Wait until an Environment is deployed. Use this after invoking CreateEnvironment or UpdateEnvironment
|
|
409
553
|
*/
|
|
@@ -478,15 +622,19 @@ declare namespace Proton {
|
|
|
478
622
|
}
|
|
479
623
|
export interface AcceptEnvironmentAccountConnectionOutput {
|
|
480
624
|
/**
|
|
481
|
-
* The environment account connection data that's returned by
|
|
625
|
+
* The environment account connection data that's returned by Proton.
|
|
482
626
|
*/
|
|
483
627
|
environmentAccountConnection: EnvironmentAccountConnection;
|
|
484
628
|
}
|
|
485
629
|
export interface AccountSettings {
|
|
486
630
|
/**
|
|
487
|
-
* The
|
|
631
|
+
* The repository that you provide with pull request provisioning. Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
|
|
488
632
|
*/
|
|
489
|
-
|
|
633
|
+
pipelineProvisioningRepository?: RepositoryBranch;
|
|
634
|
+
/**
|
|
635
|
+
* The Amazon Resource Name (ARN) of the Proton pipeline service role.
|
|
636
|
+
*/
|
|
637
|
+
pipelineServiceRoleArn?: PipelineRoleArn;
|
|
490
638
|
}
|
|
491
639
|
export type Arn = string;
|
|
492
640
|
export type AwsAccountId = string;
|
|
@@ -498,7 +646,7 @@ declare namespace Proton {
|
|
|
498
646
|
}
|
|
499
647
|
export interface CancelEnvironmentDeploymentOutput {
|
|
500
648
|
/**
|
|
501
|
-
* The environment summary data that's returned by
|
|
649
|
+
* The environment summary data that's returned by Proton.
|
|
502
650
|
*/
|
|
503
651
|
environment: Environment;
|
|
504
652
|
}
|
|
@@ -514,7 +662,7 @@ declare namespace Proton {
|
|
|
514
662
|
}
|
|
515
663
|
export interface CancelServiceInstanceDeploymentOutput {
|
|
516
664
|
/**
|
|
517
|
-
* The service instance summary data that's returned by
|
|
665
|
+
* The service instance summary data that's returned by Proton.
|
|
518
666
|
*/
|
|
519
667
|
serviceInstance: ServiceInstance;
|
|
520
668
|
}
|
|
@@ -526,7 +674,7 @@ declare namespace Proton {
|
|
|
526
674
|
}
|
|
527
675
|
export interface CancelServicePipelineDeploymentOutput {
|
|
528
676
|
/**
|
|
529
|
-
* The service pipeline detail data that's returned by
|
|
677
|
+
* The service pipeline detail data that's returned by Proton.
|
|
530
678
|
*/
|
|
531
679
|
pipeline: ServicePipeline;
|
|
532
680
|
}
|
|
@@ -555,25 +703,29 @@ declare namespace Proton {
|
|
|
555
703
|
export type CompatibleEnvironmentTemplateList = CompatibleEnvironmentTemplate[];
|
|
556
704
|
export interface CreateEnvironmentAccountConnectionInput {
|
|
557
705
|
/**
|
|
558
|
-
* When included, if two
|
|
706
|
+
* When included, if two identical requests are made with the same client token, Proton returns the environment account connection that the first request created.
|
|
559
707
|
*/
|
|
560
708
|
clientToken?: ClientToken;
|
|
561
709
|
/**
|
|
562
|
-
* The name of the
|
|
710
|
+
* The name of the Proton environment that's created in the associated management account.
|
|
563
711
|
*/
|
|
564
712
|
environmentName: ResourceName;
|
|
565
713
|
/**
|
|
566
|
-
* The ID of the management account that accepts or rejects the environment account connection. You create an manage the
|
|
714
|
+
* The ID of the management account that accepts or rejects the environment account connection. You create an manage the Proton environment in this account. If the management account accepts the environment account connection, Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.
|
|
567
715
|
*/
|
|
568
716
|
managementAccountId: AwsAccountId;
|
|
569
717
|
/**
|
|
570
|
-
* The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account.
|
|
718
|
+
* The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account. Proton uses this role to provision infrastructure resources in the associated environment account.
|
|
571
719
|
*/
|
|
572
720
|
roleArn: Arn;
|
|
721
|
+
/**
|
|
722
|
+
* Tags for your environment account connection. For more information, see Proton resources and tagging in the Proton Administrator Guide.
|
|
723
|
+
*/
|
|
724
|
+
tags?: TagList;
|
|
573
725
|
}
|
|
574
726
|
export interface CreateEnvironmentAccountConnectionOutput {
|
|
575
727
|
/**
|
|
576
|
-
* The environment account connection detail data that's returned by
|
|
728
|
+
* The environment account connection detail data that's returned by Proton.
|
|
577
729
|
*/
|
|
578
730
|
environmentAccountConnection: EnvironmentAccountConnection;
|
|
579
731
|
}
|
|
@@ -583,7 +735,7 @@ declare namespace Proton {
|
|
|
583
735
|
*/
|
|
584
736
|
description?: Description;
|
|
585
737
|
/**
|
|
586
|
-
* The ID of the environment account connection that you provide if you're provisioning your environment infrastructure resources to an environment account. You must include either the environmentAccountConnectionId or protonServiceRoleArn parameter and value. For more information, see Environment account connections in the
|
|
738
|
+
* The ID of the environment account connection that you provide if you're provisioning your environment infrastructure resources to an environment account. You must include either the environmentAccountConnectionId or protonServiceRoleArn parameter and value and omit the provisioningRepository parameter and values. For more information, see Environment account connections in the Proton Administrator guide.
|
|
587
739
|
*/
|
|
588
740
|
environmentAccountConnectionId?: EnvironmentAccountConnectionId;
|
|
589
741
|
/**
|
|
@@ -591,33 +743,37 @@ declare namespace Proton {
|
|
|
591
743
|
*/
|
|
592
744
|
name: ResourceName;
|
|
593
745
|
/**
|
|
594
|
-
* The Amazon Resource Name (ARN) of the
|
|
746
|
+
* The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make calls to other services on your behalf. You must include either the environmentAccountConnectionId or protonServiceRoleArn parameter and value and omit the provisioningRepository parameter when you use standard provisioning.
|
|
595
747
|
*/
|
|
596
748
|
protonServiceRoleArn?: Arn;
|
|
597
749
|
/**
|
|
598
|
-
*
|
|
750
|
+
* The repository that you provide with pull request provisioning. If you provide this parameter, you must omit the environmentAccountConnectionId and protonServiceRoleArn parameters. Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
|
|
751
|
+
*/
|
|
752
|
+
provisioningRepository?: RepositoryBranchInput;
|
|
753
|
+
/**
|
|
754
|
+
* A link to a YAML formatted spec file that provides inputs as defined in the environment template bundle schema file. For more information, see Environments in the Proton Administrator Guide.
|
|
599
755
|
*/
|
|
600
756
|
spec: SpecContents;
|
|
601
757
|
/**
|
|
602
|
-
* Create tags for your environment. For more information, see
|
|
758
|
+
* Create tags for your environment. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.
|
|
603
759
|
*/
|
|
604
760
|
tags?: TagList;
|
|
605
761
|
/**
|
|
606
|
-
* The
|
|
762
|
+
* The major version of the environment template.
|
|
607
763
|
*/
|
|
608
764
|
templateMajorVersion: TemplateVersionPart;
|
|
609
765
|
/**
|
|
610
|
-
* The
|
|
766
|
+
* The minor version of the environment template.
|
|
611
767
|
*/
|
|
612
768
|
templateMinorVersion?: TemplateVersionPart;
|
|
613
769
|
/**
|
|
614
|
-
* The name of the environment template. For more information, see Environment Templates in the
|
|
770
|
+
* The name of the environment template. For more information, see Environment Templates in the Proton Administrator Guide.
|
|
615
771
|
*/
|
|
616
772
|
templateName: ResourceName;
|
|
617
773
|
}
|
|
618
774
|
export interface CreateEnvironmentOutput {
|
|
619
775
|
/**
|
|
620
|
-
* The environment detail data that's returned by
|
|
776
|
+
* The environment detail data that's returned by Proton.
|
|
621
777
|
*/
|
|
622
778
|
environment: Environment;
|
|
623
779
|
}
|
|
@@ -631,7 +787,7 @@ declare namespace Proton {
|
|
|
631
787
|
*/
|
|
632
788
|
displayName?: DisplayName;
|
|
633
789
|
/**
|
|
634
|
-
* A customer provided encryption key that
|
|
790
|
+
* A customer provided encryption key that Proton uses to encrypt data.
|
|
635
791
|
*/
|
|
636
792
|
encryptionKey?: Arn;
|
|
637
793
|
/**
|
|
@@ -643,19 +799,19 @@ declare namespace Proton {
|
|
|
643
799
|
*/
|
|
644
800
|
provisioning?: Provisioning;
|
|
645
801
|
/**
|
|
646
|
-
* Create tags for your environment template. For more information, see
|
|
802
|
+
* Create tags for your environment template. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.
|
|
647
803
|
*/
|
|
648
804
|
tags?: TagList;
|
|
649
805
|
}
|
|
650
806
|
export interface CreateEnvironmentTemplateOutput {
|
|
651
807
|
/**
|
|
652
|
-
* The environment template detail data that's returned by
|
|
808
|
+
* The environment template detail data that's returned by Proton.
|
|
653
809
|
*/
|
|
654
810
|
environmentTemplate: EnvironmentTemplate;
|
|
655
811
|
}
|
|
656
812
|
export interface CreateEnvironmentTemplateVersionInput {
|
|
657
813
|
/**
|
|
658
|
-
* When included, if two
|
|
814
|
+
* When included, if two identical requests are made with the same client token, Proton returns the environment template version that the first request created.
|
|
659
815
|
*/
|
|
660
816
|
clientToken?: ClientToken;
|
|
661
817
|
/**
|
|
@@ -663,7 +819,7 @@ declare namespace Proton {
|
|
|
663
819
|
*/
|
|
664
820
|
description?: Description;
|
|
665
821
|
/**
|
|
666
|
-
* To create a new minor version of the environment template, include a
|
|
822
|
+
* To create a new minor version of the environment template, include a major Version. To create a new major and minor version of the environment template, exclude major Version.
|
|
667
823
|
*/
|
|
668
824
|
majorVersion?: TemplateVersionPart;
|
|
669
825
|
/**
|
|
@@ -681,17 +837,41 @@ declare namespace Proton {
|
|
|
681
837
|
}
|
|
682
838
|
export interface CreateEnvironmentTemplateVersionOutput {
|
|
683
839
|
/**
|
|
684
|
-
* The environment template detail data that's returned by
|
|
840
|
+
* The environment template detail data that's returned by Proton.
|
|
685
841
|
*/
|
|
686
842
|
environmentTemplateVersion: EnvironmentTemplateVersion;
|
|
687
843
|
}
|
|
844
|
+
export interface CreateRepositoryInput {
|
|
845
|
+
/**
|
|
846
|
+
* The Amazon Resource Name (ARN) of your Amazon Web Services CodeStar connection. For more information, see Setting up for Proton in the Proton Administrator Guide.
|
|
847
|
+
*/
|
|
848
|
+
connectionArn: Arn;
|
|
849
|
+
/**
|
|
850
|
+
* The ARN of your customer Amazon Web Services Key Management Service (Amazon Web Services KMS) key.
|
|
851
|
+
*/
|
|
852
|
+
encryptionKey?: Arn;
|
|
853
|
+
/**
|
|
854
|
+
* The repository name, for example myrepos/myrepo.
|
|
855
|
+
*/
|
|
856
|
+
name: RepositoryName;
|
|
857
|
+
/**
|
|
858
|
+
* The repository provider.
|
|
859
|
+
*/
|
|
860
|
+
provider: RepositoryProvider;
|
|
861
|
+
}
|
|
862
|
+
export interface CreateRepositoryOutput {
|
|
863
|
+
/**
|
|
864
|
+
* The repository detail data that's returned by Proton.
|
|
865
|
+
*/
|
|
866
|
+
repository: Repository;
|
|
867
|
+
}
|
|
688
868
|
export interface CreateServiceInput {
|
|
689
869
|
/**
|
|
690
|
-
* The name of the code repository branch that holds the code that's deployed in
|
|
870
|
+
* The name of the code repository branch that holds the code that's deployed in Proton. Don't include this parameter if your service template doesn't include a service pipeline.
|
|
691
871
|
*/
|
|
692
872
|
branchName?: GitBranchName;
|
|
693
873
|
/**
|
|
694
|
-
* A description of the
|
|
874
|
+
* A description of the Proton service.
|
|
695
875
|
*/
|
|
696
876
|
description?: Description;
|
|
697
877
|
/**
|
|
@@ -699,7 +879,7 @@ declare namespace Proton {
|
|
|
699
879
|
*/
|
|
700
880
|
name: ResourceName;
|
|
701
881
|
/**
|
|
702
|
-
* The Amazon Resource Name (ARN) of the repository connection. For more information, see Set up repository connection in the
|
|
882
|
+
* The Amazon Resource Name (ARN) of the repository connection. For more information, see Set up repository connection in the Proton Administrator Guide and Setting up with Proton in the Proton User Guide. Don't include this parameter if your service template doesn't include a service pipeline.
|
|
703
883
|
*/
|
|
704
884
|
repositoryConnectionArn?: Arn;
|
|
705
885
|
/**
|
|
@@ -707,19 +887,19 @@ declare namespace Proton {
|
|
|
707
887
|
*/
|
|
708
888
|
repositoryId?: RepositoryId;
|
|
709
889
|
/**
|
|
710
|
-
* A link to a spec file that provides inputs as defined in the service template bundle schema file. The spec file is in YAML format. Don’t include pipeline inputs in the spec if your service template doesn’t include a service pipeline. For more information, see Create a service in the
|
|
890
|
+
* A link to a spec file that provides inputs as defined in the service template bundle schema file. The spec file is in YAML format. Don’t include pipeline inputs in the spec if your service template doesn’t include a service pipeline. For more information, see Create a service in the Proton Administrator Guide and Create a service in the Proton User Guide.
|
|
711
891
|
*/
|
|
712
892
|
spec: SpecContents;
|
|
713
893
|
/**
|
|
714
|
-
* Create tags for your service. For more information, see
|
|
894
|
+
* Create tags for your service. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.
|
|
715
895
|
*/
|
|
716
896
|
tags?: TagList;
|
|
717
897
|
/**
|
|
718
|
-
* The
|
|
898
|
+
* The major version of the service template that was used to create the service.
|
|
719
899
|
*/
|
|
720
900
|
templateMajorVersion: TemplateVersionPart;
|
|
721
901
|
/**
|
|
722
|
-
* The
|
|
902
|
+
* The minor version of the service template that was used to create the service.
|
|
723
903
|
*/
|
|
724
904
|
templateMinorVersion?: TemplateVersionPart;
|
|
725
905
|
/**
|
|
@@ -729,7 +909,7 @@ declare namespace Proton {
|
|
|
729
909
|
}
|
|
730
910
|
export interface CreateServiceOutput {
|
|
731
911
|
/**
|
|
732
|
-
* The service detail data that's returned by
|
|
912
|
+
* The service detail data that's returned by Proton.
|
|
733
913
|
*/
|
|
734
914
|
service: Service;
|
|
735
915
|
}
|
|
@@ -751,23 +931,23 @@ declare namespace Proton {
|
|
|
751
931
|
*/
|
|
752
932
|
name: ResourceName;
|
|
753
933
|
/**
|
|
754
|
-
*
|
|
934
|
+
* Proton includes a service pipeline for your service by default. When included, this parameter indicates that an Proton service pipeline won't be included for your service. Once specified, this parameter can't be changed. For more information, see Service template bundles in the Proton Administrator Guide.
|
|
755
935
|
*/
|
|
756
936
|
pipelineProvisioning?: Provisioning;
|
|
757
937
|
/**
|
|
758
|
-
* Create tags for your service template. For more information, see
|
|
938
|
+
* Create tags for your service template. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.
|
|
759
939
|
*/
|
|
760
940
|
tags?: TagList;
|
|
761
941
|
}
|
|
762
942
|
export interface CreateServiceTemplateOutput {
|
|
763
943
|
/**
|
|
764
|
-
* The service template detail data that's returned by
|
|
944
|
+
* The service template detail data that's returned by Proton.
|
|
765
945
|
*/
|
|
766
946
|
serviceTemplate: ServiceTemplate;
|
|
767
947
|
}
|
|
768
948
|
export interface CreateServiceTemplateVersionInput {
|
|
769
949
|
/**
|
|
770
|
-
* When included, if two
|
|
950
|
+
* When included, if two identical requests are made with the same client token, Proton returns the service template version that the first request created.
|
|
771
951
|
*/
|
|
772
952
|
clientToken?: ClientToken;
|
|
773
953
|
/**
|
|
@@ -779,7 +959,7 @@ declare namespace Proton {
|
|
|
779
959
|
*/
|
|
780
960
|
description?: Description;
|
|
781
961
|
/**
|
|
782
|
-
* To create a new minor version of the service template, include a
|
|
962
|
+
* To create a new minor version of the service template, include a major Version. To create a new major and minor version of the service template, exclude major Version.
|
|
783
963
|
*/
|
|
784
964
|
majorVersion?: TemplateVersionPart;
|
|
785
965
|
/**
|
|
@@ -797,10 +977,42 @@ declare namespace Proton {
|
|
|
797
977
|
}
|
|
798
978
|
export interface CreateServiceTemplateVersionOutput {
|
|
799
979
|
/**
|
|
800
|
-
* The service template version summary of detail data that's returned by
|
|
980
|
+
* The service template version summary of detail data that's returned by Proton.
|
|
801
981
|
*/
|
|
802
982
|
serviceTemplateVersion: ServiceTemplateVersion;
|
|
803
983
|
}
|
|
984
|
+
export interface CreateTemplateSyncConfigInput {
|
|
985
|
+
/**
|
|
986
|
+
* The branch of the registered repository for your template.
|
|
987
|
+
*/
|
|
988
|
+
branch: GitBranchName;
|
|
989
|
+
/**
|
|
990
|
+
* The name of your repository, for example myrepos/myrepo.
|
|
991
|
+
*/
|
|
992
|
+
repositoryName: RepositoryName;
|
|
993
|
+
/**
|
|
994
|
+
* The provider type for your repository.
|
|
995
|
+
*/
|
|
996
|
+
repositoryProvider: RepositoryProvider;
|
|
997
|
+
/**
|
|
998
|
+
* A repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this repository directory.
|
|
999
|
+
*/
|
|
1000
|
+
subdirectory?: Subdirectory;
|
|
1001
|
+
/**
|
|
1002
|
+
* The name of your registered template.
|
|
1003
|
+
*/
|
|
1004
|
+
templateName: ResourceName;
|
|
1005
|
+
/**
|
|
1006
|
+
* The type of the registered template.
|
|
1007
|
+
*/
|
|
1008
|
+
templateType: TemplateType;
|
|
1009
|
+
}
|
|
1010
|
+
export interface CreateTemplateSyncConfigOutput {
|
|
1011
|
+
/**
|
|
1012
|
+
* The template sync configuration detail data that's returned by Proton.
|
|
1013
|
+
*/
|
|
1014
|
+
templateSyncConfig?: TemplateSyncConfig;
|
|
1015
|
+
}
|
|
804
1016
|
export interface DeleteEnvironmentAccountConnectionInput {
|
|
805
1017
|
/**
|
|
806
1018
|
* The ID of the environment account connection to delete.
|
|
@@ -809,7 +1021,7 @@ declare namespace Proton {
|
|
|
809
1021
|
}
|
|
810
1022
|
export interface DeleteEnvironmentAccountConnectionOutput {
|
|
811
1023
|
/**
|
|
812
|
-
* The environment account connection detail data that's returned by
|
|
1024
|
+
* The environment account connection detail data that's returned by Proton.
|
|
813
1025
|
*/
|
|
814
1026
|
environmentAccountConnection?: EnvironmentAccountConnection;
|
|
815
1027
|
}
|
|
@@ -821,7 +1033,7 @@ declare namespace Proton {
|
|
|
821
1033
|
}
|
|
822
1034
|
export interface DeleteEnvironmentOutput {
|
|
823
1035
|
/**
|
|
824
|
-
* The environment detail data that's returned by
|
|
1036
|
+
* The environment detail data that's returned by Proton.
|
|
825
1037
|
*/
|
|
826
1038
|
environment?: Environment;
|
|
827
1039
|
}
|
|
@@ -833,7 +1045,7 @@ declare namespace Proton {
|
|
|
833
1045
|
}
|
|
834
1046
|
export interface DeleteEnvironmentTemplateOutput {
|
|
835
1047
|
/**
|
|
836
|
-
* The environment template detail data that's returned by
|
|
1048
|
+
* The environment template detail data that's returned by Proton.
|
|
837
1049
|
*/
|
|
838
1050
|
environmentTemplate?: EnvironmentTemplate;
|
|
839
1051
|
}
|
|
@@ -853,10 +1065,26 @@ declare namespace Proton {
|
|
|
853
1065
|
}
|
|
854
1066
|
export interface DeleteEnvironmentTemplateVersionOutput {
|
|
855
1067
|
/**
|
|
856
|
-
* The environment template version detail data that's returned by
|
|
1068
|
+
* The environment template version detail data that's returned by Proton.
|
|
857
1069
|
*/
|
|
858
1070
|
environmentTemplateVersion?: EnvironmentTemplateVersion;
|
|
859
1071
|
}
|
|
1072
|
+
export interface DeleteRepositoryInput {
|
|
1073
|
+
/**
|
|
1074
|
+
* The name of the repository.
|
|
1075
|
+
*/
|
|
1076
|
+
name: RepositoryName;
|
|
1077
|
+
/**
|
|
1078
|
+
* The repository provider.
|
|
1079
|
+
*/
|
|
1080
|
+
provider: RepositoryProvider;
|
|
1081
|
+
}
|
|
1082
|
+
export interface DeleteRepositoryOutput {
|
|
1083
|
+
/**
|
|
1084
|
+
* The repository detail data that's returned by Proton.
|
|
1085
|
+
*/
|
|
1086
|
+
repository?: Repository;
|
|
1087
|
+
}
|
|
860
1088
|
export interface DeleteServiceInput {
|
|
861
1089
|
/**
|
|
862
1090
|
* The name of the service to delete.
|
|
@@ -865,7 +1093,7 @@ declare namespace Proton {
|
|
|
865
1093
|
}
|
|
866
1094
|
export interface DeleteServiceOutput {
|
|
867
1095
|
/**
|
|
868
|
-
* The service detail data that's returned by
|
|
1096
|
+
* The service detail data that's returned by Proton.
|
|
869
1097
|
*/
|
|
870
1098
|
service?: Service;
|
|
871
1099
|
}
|
|
@@ -877,7 +1105,7 @@ declare namespace Proton {
|
|
|
877
1105
|
}
|
|
878
1106
|
export interface DeleteServiceTemplateOutput {
|
|
879
1107
|
/**
|
|
880
|
-
* The service template detail data that's returned by
|
|
1108
|
+
* The service template detail data that's returned by Proton.
|
|
881
1109
|
*/
|
|
882
1110
|
serviceTemplate?: ServiceTemplate;
|
|
883
1111
|
}
|
|
@@ -897,14 +1125,32 @@ declare namespace Proton {
|
|
|
897
1125
|
}
|
|
898
1126
|
export interface DeleteServiceTemplateVersionOutput {
|
|
899
1127
|
/**
|
|
900
|
-
* The service template version detail data that's returned by
|
|
1128
|
+
* The service template version detail data that's returned by Proton.
|
|
901
1129
|
*/
|
|
902
1130
|
serviceTemplateVersion?: ServiceTemplateVersion;
|
|
903
1131
|
}
|
|
1132
|
+
export interface DeleteTemplateSyncConfigInput {
|
|
1133
|
+
/**
|
|
1134
|
+
* The template name.
|
|
1135
|
+
*/
|
|
1136
|
+
templateName: ResourceName;
|
|
1137
|
+
/**
|
|
1138
|
+
* The template type.
|
|
1139
|
+
*/
|
|
1140
|
+
templateType: TemplateType;
|
|
1141
|
+
}
|
|
1142
|
+
export interface DeleteTemplateSyncConfigOutput {
|
|
1143
|
+
/**
|
|
1144
|
+
* The template sync configuration detail data that's returned by Proton.
|
|
1145
|
+
*/
|
|
1146
|
+
templateSyncConfig?: TemplateSyncConfig;
|
|
1147
|
+
}
|
|
1148
|
+
export type DeploymentId = string;
|
|
904
1149
|
export type DeploymentStatus = "IN_PROGRESS"|"FAILED"|"SUCCEEDED"|"DELETE_IN_PROGRESS"|"DELETE_FAILED"|"DELETE_COMPLETE"|"CANCELLING"|"CANCELLED"|string;
|
|
905
1150
|
export type DeploymentUpdateType = "NONE"|"CURRENT_VERSION"|"MINOR_VERSION"|"MAJOR_VERSION"|string;
|
|
906
1151
|
export type Description = string;
|
|
907
1152
|
export type DisplayName = string;
|
|
1153
|
+
export type EmptyNextToken = string;
|
|
908
1154
|
export interface Environment {
|
|
909
1155
|
/**
|
|
910
1156
|
* The Amazon Resource Name (ARN) of the environment.
|
|
@@ -947,13 +1193,17 @@ declare namespace Proton {
|
|
|
947
1193
|
*/
|
|
948
1194
|
name: ResourceName;
|
|
949
1195
|
/**
|
|
950
|
-
* The Amazon Resource Name (ARN) of the
|
|
1196
|
+
* The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make calls to other services on your behalf.
|
|
951
1197
|
*/
|
|
952
1198
|
protonServiceRoleArn?: Arn;
|
|
953
1199
|
/**
|
|
954
1200
|
* When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
|
955
1201
|
*/
|
|
956
1202
|
provisioning?: Provisioning;
|
|
1203
|
+
/**
|
|
1204
|
+
* The repository that you provide with pull request provisioning. Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
|
|
1205
|
+
*/
|
|
1206
|
+
provisioningRepository?: RepositoryBranch;
|
|
957
1207
|
/**
|
|
958
1208
|
* The environment spec.
|
|
959
1209
|
*/
|
|
@@ -1096,7 +1346,7 @@ declare namespace Proton {
|
|
|
1096
1346
|
*/
|
|
1097
1347
|
name: ResourceName;
|
|
1098
1348
|
/**
|
|
1099
|
-
* The Amazon Resource Name (ARN) of the
|
|
1349
|
+
* The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make calls to other services on your behalf.
|
|
1100
1350
|
*/
|
|
1101
1351
|
protonServiceRoleArn?: Arn;
|
|
1102
1352
|
/**
|
|
@@ -1104,11 +1354,11 @@ declare namespace Proton {
|
|
|
1104
1354
|
*/
|
|
1105
1355
|
provisioning?: Provisioning;
|
|
1106
1356
|
/**
|
|
1107
|
-
* The
|
|
1357
|
+
* The major version of the environment template.
|
|
1108
1358
|
*/
|
|
1109
1359
|
templateMajorVersion: TemplateVersionPart;
|
|
1110
1360
|
/**
|
|
1111
|
-
* The
|
|
1361
|
+
* The minor version of the environment template.
|
|
1112
1362
|
*/
|
|
1113
1363
|
templateMinorVersion: TemplateVersionPart;
|
|
1114
1364
|
/**
|
|
@@ -1197,7 +1447,7 @@ declare namespace Proton {
|
|
|
1197
1447
|
*/
|
|
1198
1448
|
provisioning?: Provisioning;
|
|
1199
1449
|
/**
|
|
1200
|
-
* The
|
|
1450
|
+
* The recommended version of the environment template.
|
|
1201
1451
|
*/
|
|
1202
1452
|
recommendedVersion?: FullTemplateVersionNumber;
|
|
1203
1453
|
}
|
|
@@ -1220,15 +1470,15 @@ declare namespace Proton {
|
|
|
1220
1470
|
*/
|
|
1221
1471
|
lastModifiedAt: Timestamp;
|
|
1222
1472
|
/**
|
|
1223
|
-
* The
|
|
1473
|
+
* The latest major version that's associated with the version of an environment template.
|
|
1224
1474
|
*/
|
|
1225
1475
|
majorVersion: TemplateVersionPart;
|
|
1226
1476
|
/**
|
|
1227
|
-
* The
|
|
1477
|
+
* The minor version of an environment template.
|
|
1228
1478
|
*/
|
|
1229
1479
|
minorVersion: TemplateVersionPart;
|
|
1230
1480
|
/**
|
|
1231
|
-
* The
|
|
1481
|
+
* The recommended minor version of the environment template.
|
|
1232
1482
|
*/
|
|
1233
1483
|
recommendedMinorVersion?: TemplateVersionPart;
|
|
1234
1484
|
/**
|
|
@@ -1267,15 +1517,15 @@ declare namespace Proton {
|
|
|
1267
1517
|
*/
|
|
1268
1518
|
lastModifiedAt: Timestamp;
|
|
1269
1519
|
/**
|
|
1270
|
-
* The
|
|
1520
|
+
* The latest major version that's associated with the version of an environment template.
|
|
1271
1521
|
*/
|
|
1272
1522
|
majorVersion: TemplateVersionPart;
|
|
1273
1523
|
/**
|
|
1274
|
-
* The
|
|
1524
|
+
* The version of an environment template.
|
|
1275
1525
|
*/
|
|
1276
1526
|
minorVersion: TemplateVersionPart;
|
|
1277
1527
|
/**
|
|
1278
|
-
* The
|
|
1528
|
+
* The recommended minor version of the environment template.
|
|
1279
1529
|
*/
|
|
1280
1530
|
recommendedMinorVersion?: TemplateVersionPart;
|
|
1281
1531
|
/**
|
|
@@ -1297,7 +1547,7 @@ declare namespace Proton {
|
|
|
1297
1547
|
}
|
|
1298
1548
|
export interface GetAccountSettingsOutput {
|
|
1299
1549
|
/**
|
|
1300
|
-
* The
|
|
1550
|
+
* The Proton pipeline service role detail data that's returned by Proton.
|
|
1301
1551
|
*/
|
|
1302
1552
|
accountSettings?: AccountSettings;
|
|
1303
1553
|
}
|
|
@@ -1309,7 +1559,7 @@ declare namespace Proton {
|
|
|
1309
1559
|
}
|
|
1310
1560
|
export interface GetEnvironmentAccountConnectionOutput {
|
|
1311
1561
|
/**
|
|
1312
|
-
* The environment account connection detail data that's returned by
|
|
1562
|
+
* The environment account connection detail data that's returned by Proton.
|
|
1313
1563
|
*/
|
|
1314
1564
|
environmentAccountConnection: EnvironmentAccountConnection;
|
|
1315
1565
|
}
|
|
@@ -1321,7 +1571,7 @@ declare namespace Proton {
|
|
|
1321
1571
|
}
|
|
1322
1572
|
export interface GetEnvironmentOutput {
|
|
1323
1573
|
/**
|
|
1324
|
-
* The environment detail data that's returned by
|
|
1574
|
+
* The environment detail data that's returned by Proton.
|
|
1325
1575
|
*/
|
|
1326
1576
|
environment: Environment;
|
|
1327
1577
|
}
|
|
@@ -1333,13 +1583,13 @@ declare namespace Proton {
|
|
|
1333
1583
|
}
|
|
1334
1584
|
export interface GetEnvironmentTemplateOutput {
|
|
1335
1585
|
/**
|
|
1336
|
-
* The environment template detail data that's returned by
|
|
1586
|
+
* The environment template detail data that's returned by Proton.
|
|
1337
1587
|
*/
|
|
1338
1588
|
environmentTemplate: EnvironmentTemplate;
|
|
1339
1589
|
}
|
|
1340
1590
|
export interface GetEnvironmentTemplateVersionInput {
|
|
1341
1591
|
/**
|
|
1342
|
-
* To view environment template major version detail data, include
|
|
1592
|
+
* To view environment template major version detail data, include major Version.
|
|
1343
1593
|
*/
|
|
1344
1594
|
majorVersion: TemplateVersionPart;
|
|
1345
1595
|
/**
|
|
@@ -1353,10 +1603,50 @@ declare namespace Proton {
|
|
|
1353
1603
|
}
|
|
1354
1604
|
export interface GetEnvironmentTemplateVersionOutput {
|
|
1355
1605
|
/**
|
|
1356
|
-
* The environment template version detail data that's returned by
|
|
1606
|
+
* The environment template version detail data that's returned by Proton.
|
|
1357
1607
|
*/
|
|
1358
1608
|
environmentTemplateVersion: EnvironmentTemplateVersion;
|
|
1359
1609
|
}
|
|
1610
|
+
export interface GetRepositoryInput {
|
|
1611
|
+
/**
|
|
1612
|
+
* The repository name, for example myrepos/myrepo.
|
|
1613
|
+
*/
|
|
1614
|
+
name: RepositoryName;
|
|
1615
|
+
/**
|
|
1616
|
+
* The repository provider.
|
|
1617
|
+
*/
|
|
1618
|
+
provider: RepositoryProvider;
|
|
1619
|
+
}
|
|
1620
|
+
export interface GetRepositoryOutput {
|
|
1621
|
+
/**
|
|
1622
|
+
* The repository detail data that's returned by Proton.
|
|
1623
|
+
*/
|
|
1624
|
+
repository: Repository;
|
|
1625
|
+
}
|
|
1626
|
+
export interface GetRepositorySyncStatusInput {
|
|
1627
|
+
/**
|
|
1628
|
+
* The repository branch.
|
|
1629
|
+
*/
|
|
1630
|
+
branch: GitBranchName;
|
|
1631
|
+
/**
|
|
1632
|
+
* The repository name.
|
|
1633
|
+
*/
|
|
1634
|
+
repositoryName: RepositoryName;
|
|
1635
|
+
/**
|
|
1636
|
+
* The repository provider.
|
|
1637
|
+
*/
|
|
1638
|
+
repositoryProvider: RepositoryProvider;
|
|
1639
|
+
/**
|
|
1640
|
+
* The repository sync type.
|
|
1641
|
+
*/
|
|
1642
|
+
syncType: SyncType;
|
|
1643
|
+
}
|
|
1644
|
+
export interface GetRepositorySyncStatusOutput {
|
|
1645
|
+
/**
|
|
1646
|
+
* The repository sync status detail data that's returned by Proton.
|
|
1647
|
+
*/
|
|
1648
|
+
latestSync?: RepositorySyncAttempt;
|
|
1649
|
+
}
|
|
1360
1650
|
export interface GetServiceInput {
|
|
1361
1651
|
/**
|
|
1362
1652
|
* The name of the service that you want to get the detail data for.
|
|
@@ -1375,13 +1665,13 @@ declare namespace Proton {
|
|
|
1375
1665
|
}
|
|
1376
1666
|
export interface GetServiceInstanceOutput {
|
|
1377
1667
|
/**
|
|
1378
|
-
* The service instance detail data that's returned by
|
|
1668
|
+
* The service instance detail data that's returned by Proton.
|
|
1379
1669
|
*/
|
|
1380
1670
|
serviceInstance: ServiceInstance;
|
|
1381
1671
|
}
|
|
1382
1672
|
export interface GetServiceOutput {
|
|
1383
1673
|
/**
|
|
1384
|
-
* The service detail data that's returned by
|
|
1674
|
+
* The service detail data that's returned by Proton.
|
|
1385
1675
|
*/
|
|
1386
1676
|
service?: Service;
|
|
1387
1677
|
}
|
|
@@ -1393,13 +1683,13 @@ declare namespace Proton {
|
|
|
1393
1683
|
}
|
|
1394
1684
|
export interface GetServiceTemplateOutput {
|
|
1395
1685
|
/**
|
|
1396
|
-
* The service template detail data that's returned by
|
|
1686
|
+
* The service template detail data that's returned by Proton.
|
|
1397
1687
|
*/
|
|
1398
1688
|
serviceTemplate: ServiceTemplate;
|
|
1399
1689
|
}
|
|
1400
1690
|
export interface GetServiceTemplateVersionInput {
|
|
1401
1691
|
/**
|
|
1402
|
-
* To view service template major version detail data, include
|
|
1692
|
+
* To view service template major version detail data, include major Version.
|
|
1403
1693
|
*/
|
|
1404
1694
|
majorVersion: TemplateVersionPart;
|
|
1405
1695
|
/**
|
|
@@ -1413,10 +1703,54 @@ declare namespace Proton {
|
|
|
1413
1703
|
}
|
|
1414
1704
|
export interface GetServiceTemplateVersionOutput {
|
|
1415
1705
|
/**
|
|
1416
|
-
* The service template version detail data that's returned by
|
|
1706
|
+
* The service template version detail data that's returned by Proton.
|
|
1417
1707
|
*/
|
|
1418
1708
|
serviceTemplateVersion: ServiceTemplateVersion;
|
|
1419
1709
|
}
|
|
1710
|
+
export interface GetTemplateSyncConfigInput {
|
|
1711
|
+
/**
|
|
1712
|
+
* The template name.
|
|
1713
|
+
*/
|
|
1714
|
+
templateName: ResourceName;
|
|
1715
|
+
/**
|
|
1716
|
+
* The template type.
|
|
1717
|
+
*/
|
|
1718
|
+
templateType: TemplateType;
|
|
1719
|
+
}
|
|
1720
|
+
export interface GetTemplateSyncConfigOutput {
|
|
1721
|
+
/**
|
|
1722
|
+
* The template sync configuration detail data that's returned by Proton.
|
|
1723
|
+
*/
|
|
1724
|
+
templateSyncConfig?: TemplateSyncConfig;
|
|
1725
|
+
}
|
|
1726
|
+
export interface GetTemplateSyncStatusInput {
|
|
1727
|
+
/**
|
|
1728
|
+
* The template name.
|
|
1729
|
+
*/
|
|
1730
|
+
templateName: ResourceName;
|
|
1731
|
+
/**
|
|
1732
|
+
* The template type.
|
|
1733
|
+
*/
|
|
1734
|
+
templateType: TemplateType;
|
|
1735
|
+
/**
|
|
1736
|
+
* The template version.
|
|
1737
|
+
*/
|
|
1738
|
+
templateVersion: TemplateVersionPart;
|
|
1739
|
+
}
|
|
1740
|
+
export interface GetTemplateSyncStatusOutput {
|
|
1741
|
+
/**
|
|
1742
|
+
* The template sync desired state that's returned by Proton.
|
|
1743
|
+
*/
|
|
1744
|
+
desiredState?: Revision;
|
|
1745
|
+
/**
|
|
1746
|
+
* The details of the last successful sync that's returned by Proton.
|
|
1747
|
+
*/
|
|
1748
|
+
latestSuccessfulSync?: ResourceSyncAttempt;
|
|
1749
|
+
/**
|
|
1750
|
+
* The details of the last sync that's returned by Proton.
|
|
1751
|
+
*/
|
|
1752
|
+
latestSync?: ResourceSyncAttempt;
|
|
1753
|
+
}
|
|
1420
1754
|
export type GitBranchName = string;
|
|
1421
1755
|
export interface ListEnvironmentAccountConnectionsInput {
|
|
1422
1756
|
/**
|
|
@@ -1442,7 +1776,7 @@ declare namespace Proton {
|
|
|
1442
1776
|
}
|
|
1443
1777
|
export interface ListEnvironmentAccountConnectionsOutput {
|
|
1444
1778
|
/**
|
|
1445
|
-
* An array of environment account connections with details that's returned by
|
|
1779
|
+
* An array of environment account connections with details that's returned by Proton.
|
|
1446
1780
|
*/
|
|
1447
1781
|
environmentAccountConnections: EnvironmentAccountConnectionSummaryList;
|
|
1448
1782
|
/**
|
|
@@ -1450,9 +1784,49 @@ declare namespace Proton {
|
|
|
1450
1784
|
*/
|
|
1451
1785
|
nextToken?: NextToken;
|
|
1452
1786
|
}
|
|
1787
|
+
export interface ListEnvironmentOutputsInput {
|
|
1788
|
+
/**
|
|
1789
|
+
* The environment name.
|
|
1790
|
+
*/
|
|
1791
|
+
environmentName: ResourceName;
|
|
1792
|
+
/**
|
|
1793
|
+
* A token to indicate the location of the next environment output in the array of environment outputs, after the list of environment outputs that was previously requested.
|
|
1794
|
+
*/
|
|
1795
|
+
nextToken?: EmptyNextToken;
|
|
1796
|
+
}
|
|
1797
|
+
export interface ListEnvironmentOutputsOutput {
|
|
1798
|
+
/**
|
|
1799
|
+
* A token to indicate the location of the next environment output in the array of environment outputs, after the current requested list of environment outputs.
|
|
1800
|
+
*/
|
|
1801
|
+
nextToken?: EmptyNextToken;
|
|
1802
|
+
/**
|
|
1803
|
+
* An array of environment outputs with detail data.
|
|
1804
|
+
*/
|
|
1805
|
+
outputs: OutputsList;
|
|
1806
|
+
}
|
|
1807
|
+
export interface ListEnvironmentProvisionedResourcesInput {
|
|
1808
|
+
/**
|
|
1809
|
+
* The environment name.
|
|
1810
|
+
*/
|
|
1811
|
+
environmentName: ResourceName;
|
|
1812
|
+
/**
|
|
1813
|
+
* A token to indicate the location of the next environment provisioned resource in the array of environment provisioned resources, after the list of environment provisioned resources that was previously requested.
|
|
1814
|
+
*/
|
|
1815
|
+
nextToken?: EmptyNextToken;
|
|
1816
|
+
}
|
|
1817
|
+
export interface ListEnvironmentProvisionedResourcesOutput {
|
|
1818
|
+
/**
|
|
1819
|
+
* A token to indicate the location of the next environment provisioned resource in the array of provisioned resources, after the current requested list of environment provisioned resources.
|
|
1820
|
+
*/
|
|
1821
|
+
nextToken?: EmptyNextToken;
|
|
1822
|
+
/**
|
|
1823
|
+
* An array of environment provisioned resources.
|
|
1824
|
+
*/
|
|
1825
|
+
provisionedResources: ProvisionedResourceList;
|
|
1826
|
+
}
|
|
1453
1827
|
export interface ListEnvironmentTemplateVersionsInput {
|
|
1454
1828
|
/**
|
|
1455
|
-
* To view a list of minor of versions under a major version of an environment template, include
|
|
1829
|
+
* To view a list of minor of versions under a major version of an environment template, include major Version. To view a list of major versions of an environment template, exclude major Version.
|
|
1456
1830
|
*/
|
|
1457
1831
|
majorVersion?: TemplateVersionPart;
|
|
1458
1832
|
/**
|
|
@@ -1522,6 +1896,102 @@ declare namespace Proton {
|
|
|
1522
1896
|
*/
|
|
1523
1897
|
nextToken?: NextToken;
|
|
1524
1898
|
}
|
|
1899
|
+
export interface ListRepositoriesInput {
|
|
1900
|
+
/**
|
|
1901
|
+
* The maximum number of repositories to list.
|
|
1902
|
+
*/
|
|
1903
|
+
maxResults?: MaxPageResults;
|
|
1904
|
+
/**
|
|
1905
|
+
* A token to indicate the location of the next repository in the array of repositories, after the list of repositories previously requested.
|
|
1906
|
+
*/
|
|
1907
|
+
nextToken?: NextToken;
|
|
1908
|
+
}
|
|
1909
|
+
export interface ListRepositoriesOutput {
|
|
1910
|
+
/**
|
|
1911
|
+
* A token to indicate the location of the next repository in the array of repositories, after the current requested list of repositories.
|
|
1912
|
+
*/
|
|
1913
|
+
nextToken?: NextToken;
|
|
1914
|
+
/**
|
|
1915
|
+
* An array of repositories.
|
|
1916
|
+
*/
|
|
1917
|
+
repositories: RepositorySummaryList;
|
|
1918
|
+
}
|
|
1919
|
+
export interface ListRepositorySyncDefinitionsInput {
|
|
1920
|
+
/**
|
|
1921
|
+
* A token to indicate the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.
|
|
1922
|
+
*/
|
|
1923
|
+
nextToken?: EmptyNextToken;
|
|
1924
|
+
/**
|
|
1925
|
+
* The repository name.
|
|
1926
|
+
*/
|
|
1927
|
+
repositoryName: RepositoryName;
|
|
1928
|
+
/**
|
|
1929
|
+
* The repository provider.
|
|
1930
|
+
*/
|
|
1931
|
+
repositoryProvider: RepositoryProvider;
|
|
1932
|
+
/**
|
|
1933
|
+
* The sync type. The only supported value is TEMPLATE_SYNC.
|
|
1934
|
+
*/
|
|
1935
|
+
syncType: SyncType;
|
|
1936
|
+
}
|
|
1937
|
+
export interface ListRepositorySyncDefinitionsOutput {
|
|
1938
|
+
/**
|
|
1939
|
+
* A token to indicate the location of the next repository sync definition in the array of repository sync definitions, after the current requested list of repository sync definitions.
|
|
1940
|
+
*/
|
|
1941
|
+
nextToken?: EmptyNextToken;
|
|
1942
|
+
/**
|
|
1943
|
+
* An array of repository sync definitions.
|
|
1944
|
+
*/
|
|
1945
|
+
syncDefinitions: RepositorySyncDefinitionList;
|
|
1946
|
+
}
|
|
1947
|
+
export interface ListServiceInstanceOutputsInput {
|
|
1948
|
+
/**
|
|
1949
|
+
* A token to indicate the location of the next output in the array of outputs, after the list of outputs that was previously requested.
|
|
1950
|
+
*/
|
|
1951
|
+
nextToken?: EmptyNextToken;
|
|
1952
|
+
/**
|
|
1953
|
+
* The service instance name.
|
|
1954
|
+
*/
|
|
1955
|
+
serviceInstanceName: ResourceName;
|
|
1956
|
+
/**
|
|
1957
|
+
* The service name.
|
|
1958
|
+
*/
|
|
1959
|
+
serviceName: ResourceName;
|
|
1960
|
+
}
|
|
1961
|
+
export interface ListServiceInstanceOutputsOutput {
|
|
1962
|
+
/**
|
|
1963
|
+
* A token to indicate the location of the next output in the array of outputs, after the current requested list of outputs.
|
|
1964
|
+
*/
|
|
1965
|
+
nextToken?: EmptyNextToken;
|
|
1966
|
+
/**
|
|
1967
|
+
* An array of service instance infrastructure as code outputs.
|
|
1968
|
+
*/
|
|
1969
|
+
outputs: OutputsList;
|
|
1970
|
+
}
|
|
1971
|
+
export interface ListServiceInstanceProvisionedResourcesInput {
|
|
1972
|
+
/**
|
|
1973
|
+
* A token to indicate the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
|
|
1974
|
+
*/
|
|
1975
|
+
nextToken?: EmptyNextToken;
|
|
1976
|
+
/**
|
|
1977
|
+
* The service instance name.
|
|
1978
|
+
*/
|
|
1979
|
+
serviceInstanceName: ResourceName;
|
|
1980
|
+
/**
|
|
1981
|
+
* The service name.
|
|
1982
|
+
*/
|
|
1983
|
+
serviceName: ResourceName;
|
|
1984
|
+
}
|
|
1985
|
+
export interface ListServiceInstanceProvisionedResourcesOutput {
|
|
1986
|
+
/**
|
|
1987
|
+
* A token to indicate the location of the next provisioned resource in the array of provisioned resources, after the current requested list of provisioned resources.
|
|
1988
|
+
*/
|
|
1989
|
+
nextToken?: EmptyNextToken;
|
|
1990
|
+
/**
|
|
1991
|
+
* An array of provisioned resources for a service instance.
|
|
1992
|
+
*/
|
|
1993
|
+
provisionedResources: ProvisionedResourceList;
|
|
1994
|
+
}
|
|
1525
1995
|
export interface ListServiceInstancesInput {
|
|
1526
1996
|
/**
|
|
1527
1997
|
* The maximum number of service instances to list.
|
|
@@ -1546,9 +2016,49 @@ declare namespace Proton {
|
|
|
1546
2016
|
*/
|
|
1547
2017
|
serviceInstances: ServiceInstanceSummaryList;
|
|
1548
2018
|
}
|
|
2019
|
+
export interface ListServicePipelineOutputsInput {
|
|
2020
|
+
/**
|
|
2021
|
+
* A token to indicate the location of the next output in the array of outputs, after the list of outputs that was previously requested.
|
|
2022
|
+
*/
|
|
2023
|
+
nextToken?: EmptyNextToken;
|
|
2024
|
+
/**
|
|
2025
|
+
* The service name.
|
|
2026
|
+
*/
|
|
2027
|
+
serviceName: ResourceName;
|
|
2028
|
+
}
|
|
2029
|
+
export interface ListServicePipelineOutputsOutput {
|
|
2030
|
+
/**
|
|
2031
|
+
* A token to indicate the location of the next output in the array of outputs, after the current requested list of outputs.
|
|
2032
|
+
*/
|
|
2033
|
+
nextToken?: EmptyNextToken;
|
|
2034
|
+
/**
|
|
2035
|
+
* An array of outputs.
|
|
2036
|
+
*/
|
|
2037
|
+
outputs: OutputsList;
|
|
2038
|
+
}
|
|
2039
|
+
export interface ListServicePipelineProvisionedResourcesInput {
|
|
2040
|
+
/**
|
|
2041
|
+
* A token to indicate the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
|
|
2042
|
+
*/
|
|
2043
|
+
nextToken?: EmptyNextToken;
|
|
2044
|
+
/**
|
|
2045
|
+
* The service name.
|
|
2046
|
+
*/
|
|
2047
|
+
serviceName: ResourceName;
|
|
2048
|
+
}
|
|
2049
|
+
export interface ListServicePipelineProvisionedResourcesOutput {
|
|
2050
|
+
/**
|
|
2051
|
+
* A token to indicate the location of the next provisioned resource in the array of provisioned resources, after the current requested list of provisioned resources.
|
|
2052
|
+
*/
|
|
2053
|
+
nextToken?: EmptyNextToken;
|
|
2054
|
+
/**
|
|
2055
|
+
* An array of provisioned resources for a service and pipeline.
|
|
2056
|
+
*/
|
|
2057
|
+
provisionedResources: ProvisionedResourceList;
|
|
2058
|
+
}
|
|
1549
2059
|
export interface ListServiceTemplateVersionsInput {
|
|
1550
2060
|
/**
|
|
1551
|
-
* To view a list of minor of versions under a major version of a service template, include
|
|
2061
|
+
* To view a list of minor of versions under a major version of a service template, include major Version. To view a list of major versions of a service template, exclude major Version.
|
|
1552
2062
|
*/
|
|
1553
2063
|
majorVersion?: TemplateVersionPart;
|
|
1554
2064
|
/**
|
|
@@ -1566,7 +2076,7 @@ declare namespace Proton {
|
|
|
1566
2076
|
}
|
|
1567
2077
|
export interface ListServiceTemplateVersionsOutput {
|
|
1568
2078
|
/**
|
|
1569
|
-
* A token to indicate the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions
|
|
2079
|
+
* A token to indicate the location of the next major or minor version in the array of major or minor versions of a service template, after the current requested list of service major or minor versions.
|
|
1570
2080
|
*/
|
|
1571
2081
|
nextToken?: NextToken;
|
|
1572
2082
|
/**
|
|
@@ -1640,6 +2150,63 @@ declare namespace Proton {
|
|
|
1640
2150
|
}
|
|
1641
2151
|
export type MaxPageResults = number;
|
|
1642
2152
|
export type NextToken = string;
|
|
2153
|
+
export interface NotifyResourceDeploymentStatusChangeInput {
|
|
2154
|
+
/**
|
|
2155
|
+
* The deployment ID for your provisioned resource.
|
|
2156
|
+
*/
|
|
2157
|
+
deploymentId?: DeploymentId;
|
|
2158
|
+
/**
|
|
2159
|
+
* The provisioned resource state change detail data that's returned by Proton.
|
|
2160
|
+
*/
|
|
2161
|
+
outputs?: NotifyResourceDeploymentStatusChangeInputOutputsList;
|
|
2162
|
+
/**
|
|
2163
|
+
* The provisioned resource Amazon Resource Name (ARN).
|
|
2164
|
+
*/
|
|
2165
|
+
resourceArn: Arn;
|
|
2166
|
+
/**
|
|
2167
|
+
* The status of your provisioned resource.
|
|
2168
|
+
*/
|
|
2169
|
+
status: ResourceDeploymentStatus;
|
|
2170
|
+
/**
|
|
2171
|
+
* The deployment status message for your provisioned resource.
|
|
2172
|
+
*/
|
|
2173
|
+
statusMessage?: SyntheticNotifyResourceDeploymentStatusChangeInputString;
|
|
2174
|
+
}
|
|
2175
|
+
export type NotifyResourceDeploymentStatusChangeInputOutputsList = Output[];
|
|
2176
|
+
export interface NotifyResourceDeploymentStatusChangeOutput {
|
|
2177
|
+
}
|
|
2178
|
+
export interface Output {
|
|
2179
|
+
/**
|
|
2180
|
+
* The output key.
|
|
2181
|
+
*/
|
|
2182
|
+
key?: OutputKey;
|
|
2183
|
+
/**
|
|
2184
|
+
* The output value.
|
|
2185
|
+
*/
|
|
2186
|
+
valueString?: OutputValueString;
|
|
2187
|
+
}
|
|
2188
|
+
export type OutputKey = string;
|
|
2189
|
+
export type OutputValueString = string;
|
|
2190
|
+
export type OutputsList = Output[];
|
|
2191
|
+
export type PipelineRoleArn = string;
|
|
2192
|
+
export interface ProvisionedResource {
|
|
2193
|
+
/**
|
|
2194
|
+
* The provisioned resource identifier.
|
|
2195
|
+
*/
|
|
2196
|
+
identifier?: ProvisionedResourceIdentifier;
|
|
2197
|
+
/**
|
|
2198
|
+
* The provisioned resource name.
|
|
2199
|
+
*/
|
|
2200
|
+
name?: ProvisionedResourceName;
|
|
2201
|
+
/**
|
|
2202
|
+
* The resource provisioning engine. Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
|
|
2203
|
+
*/
|
|
2204
|
+
provisioningEngine?: ProvisionedResourceEngine;
|
|
2205
|
+
}
|
|
2206
|
+
export type ProvisionedResourceEngine = "CLOUDFORMATION"|"TERRAFORM"|string;
|
|
2207
|
+
export type ProvisionedResourceIdentifier = string;
|
|
2208
|
+
export type ProvisionedResourceList = ProvisionedResource[];
|
|
2209
|
+
export type ProvisionedResourceName = string;
|
|
1643
2210
|
export type Provisioning = "CUSTOMER_MANAGED"|string;
|
|
1644
2211
|
export interface RejectEnvironmentAccountConnectionInput {
|
|
1645
2212
|
/**
|
|
@@ -1649,12 +2216,206 @@ declare namespace Proton {
|
|
|
1649
2216
|
}
|
|
1650
2217
|
export interface RejectEnvironmentAccountConnectionOutput {
|
|
1651
2218
|
/**
|
|
1652
|
-
* The environment connection account detail data that's returned by
|
|
2219
|
+
* The environment connection account detail data that's returned by Proton.
|
|
1653
2220
|
*/
|
|
1654
2221
|
environmentAccountConnection: EnvironmentAccountConnection;
|
|
1655
2222
|
}
|
|
2223
|
+
export interface Repository {
|
|
2224
|
+
/**
|
|
2225
|
+
* The repository Amazon Resource Name (ARN).
|
|
2226
|
+
*/
|
|
2227
|
+
arn: RepositoryArn;
|
|
2228
|
+
/**
|
|
2229
|
+
* The repository Amazon Web Services CodeStar connection that connects Proton to your repository.
|
|
2230
|
+
*/
|
|
2231
|
+
connectionArn: Arn;
|
|
2232
|
+
/**
|
|
2233
|
+
* Your customer Amazon Web Services KMS encryption key.
|
|
2234
|
+
*/
|
|
2235
|
+
encryptionKey?: Arn;
|
|
2236
|
+
/**
|
|
2237
|
+
* The repository name.
|
|
2238
|
+
*/
|
|
2239
|
+
name: RepositoryName;
|
|
2240
|
+
/**
|
|
2241
|
+
* The repository provider.
|
|
2242
|
+
*/
|
|
2243
|
+
provider: RepositoryProvider;
|
|
2244
|
+
}
|
|
2245
|
+
export type RepositoryArn = string;
|
|
2246
|
+
export interface RepositoryBranch {
|
|
2247
|
+
/**
|
|
2248
|
+
* The Amazon Resource Name (ARN) of the repository branch.
|
|
2249
|
+
*/
|
|
2250
|
+
arn: RepositoryArn;
|
|
2251
|
+
/**
|
|
2252
|
+
* The repository branch.
|
|
2253
|
+
*/
|
|
2254
|
+
branch: GitBranchName;
|
|
2255
|
+
/**
|
|
2256
|
+
* The repository name.
|
|
2257
|
+
*/
|
|
2258
|
+
name: RepositoryName;
|
|
2259
|
+
/**
|
|
2260
|
+
* The repository provider.
|
|
2261
|
+
*/
|
|
2262
|
+
provider: RepositoryProvider;
|
|
2263
|
+
}
|
|
2264
|
+
export interface RepositoryBranchInput {
|
|
2265
|
+
/**
|
|
2266
|
+
* The repository branch.
|
|
2267
|
+
*/
|
|
2268
|
+
branch: GitBranchName;
|
|
2269
|
+
/**
|
|
2270
|
+
* The repository name.
|
|
2271
|
+
*/
|
|
2272
|
+
name: RepositoryName;
|
|
2273
|
+
/**
|
|
2274
|
+
* The repository provider.
|
|
2275
|
+
*/
|
|
2276
|
+
provider: RepositoryProvider;
|
|
2277
|
+
}
|
|
1656
2278
|
export type RepositoryId = string;
|
|
2279
|
+
export type RepositoryName = string;
|
|
2280
|
+
export type RepositoryProvider = "GITHUB"|"GITHUB_ENTERPRISE"|"BITBUCKET"|string;
|
|
2281
|
+
export interface RepositorySummary {
|
|
2282
|
+
/**
|
|
2283
|
+
* The Amazon Resource Name (ARN) for a repository.
|
|
2284
|
+
*/
|
|
2285
|
+
arn: RepositoryArn;
|
|
2286
|
+
/**
|
|
2287
|
+
* The repository name.
|
|
2288
|
+
*/
|
|
2289
|
+
name: RepositoryName;
|
|
2290
|
+
/**
|
|
2291
|
+
* The repository provider.
|
|
2292
|
+
*/
|
|
2293
|
+
provider: RepositoryProvider;
|
|
2294
|
+
}
|
|
2295
|
+
export type RepositorySummaryList = RepositorySummary[];
|
|
2296
|
+
export interface RepositorySyncAttempt {
|
|
2297
|
+
/**
|
|
2298
|
+
* Detail data for sync attempt events.
|
|
2299
|
+
*/
|
|
2300
|
+
events: RepositorySyncEvents;
|
|
2301
|
+
/**
|
|
2302
|
+
* The time when the sync attempt started.
|
|
2303
|
+
*/
|
|
2304
|
+
startedAt: Timestamp;
|
|
2305
|
+
/**
|
|
2306
|
+
* The sync attempt status.
|
|
2307
|
+
*/
|
|
2308
|
+
status: RepositorySyncStatus;
|
|
2309
|
+
}
|
|
2310
|
+
export interface RepositorySyncDefinition {
|
|
2311
|
+
/**
|
|
2312
|
+
* The repository branch.
|
|
2313
|
+
*/
|
|
2314
|
+
branch: GitBranchName;
|
|
2315
|
+
/**
|
|
2316
|
+
* The directory in the repository.
|
|
2317
|
+
*/
|
|
2318
|
+
directory: String;
|
|
2319
|
+
/**
|
|
2320
|
+
* The resource that is synced from.
|
|
2321
|
+
*/
|
|
2322
|
+
parent: String;
|
|
2323
|
+
/**
|
|
2324
|
+
* The resource that is synced to.
|
|
2325
|
+
*/
|
|
2326
|
+
target: String;
|
|
2327
|
+
}
|
|
2328
|
+
export type RepositorySyncDefinitionList = RepositorySyncDefinition[];
|
|
2329
|
+
export interface RepositorySyncEvent {
|
|
2330
|
+
/**
|
|
2331
|
+
* Event detail for a repository sync attempt.
|
|
2332
|
+
*/
|
|
2333
|
+
event: String;
|
|
2334
|
+
/**
|
|
2335
|
+
* The external ID of the sync event.
|
|
2336
|
+
*/
|
|
2337
|
+
externalId?: String;
|
|
2338
|
+
/**
|
|
2339
|
+
* The time that the sync event occurred.
|
|
2340
|
+
*/
|
|
2341
|
+
time: Timestamp;
|
|
2342
|
+
/**
|
|
2343
|
+
* The type of event.
|
|
2344
|
+
*/
|
|
2345
|
+
type: String;
|
|
2346
|
+
}
|
|
2347
|
+
export type RepositorySyncEvents = RepositorySyncEvent[];
|
|
2348
|
+
export type RepositorySyncStatus = "INITIATED"|"IN_PROGRESS"|"SUCCEEDED"|"FAILED"|"QUEUED"|string;
|
|
2349
|
+
export type ResourceDeploymentStatus = "IN_PROGRESS"|"FAILED"|"SUCCEEDED"|string;
|
|
1657
2350
|
export type ResourceName = string;
|
|
2351
|
+
export interface ResourceSyncAttempt {
|
|
2352
|
+
/**
|
|
2353
|
+
* An array of events with detail data.
|
|
2354
|
+
*/
|
|
2355
|
+
events: ResourceSyncEvents;
|
|
2356
|
+
/**
|
|
2357
|
+
* Detail data for the initial repository commit, path and push.
|
|
2358
|
+
*/
|
|
2359
|
+
initialRevision: Revision;
|
|
2360
|
+
/**
|
|
2361
|
+
* The time when the sync attempt started.
|
|
2362
|
+
*/
|
|
2363
|
+
startedAt: Timestamp;
|
|
2364
|
+
/**
|
|
2365
|
+
* The status of the sync attempt.
|
|
2366
|
+
*/
|
|
2367
|
+
status: ResourceSyncStatus;
|
|
2368
|
+
/**
|
|
2369
|
+
* The resource that is synced to.
|
|
2370
|
+
*/
|
|
2371
|
+
target: String;
|
|
2372
|
+
/**
|
|
2373
|
+
* Detail data for the target revision.
|
|
2374
|
+
*/
|
|
2375
|
+
targetRevision: Revision;
|
|
2376
|
+
}
|
|
2377
|
+
export interface ResourceSyncEvent {
|
|
2378
|
+
/**
|
|
2379
|
+
* A resource sync event.
|
|
2380
|
+
*/
|
|
2381
|
+
event: String;
|
|
2382
|
+
/**
|
|
2383
|
+
* The external ID for the event.
|
|
2384
|
+
*/
|
|
2385
|
+
externalId?: String;
|
|
2386
|
+
/**
|
|
2387
|
+
* The time when the event occurred.
|
|
2388
|
+
*/
|
|
2389
|
+
time: Timestamp;
|
|
2390
|
+
/**
|
|
2391
|
+
* The type of event.
|
|
2392
|
+
*/
|
|
2393
|
+
type: String;
|
|
2394
|
+
}
|
|
2395
|
+
export type ResourceSyncEvents = ResourceSyncEvent[];
|
|
2396
|
+
export type ResourceSyncStatus = "INITIATED"|"IN_PROGRESS"|"SUCCEEDED"|"FAILED"|string;
|
|
2397
|
+
export interface Revision {
|
|
2398
|
+
/**
|
|
2399
|
+
* The repository branch.
|
|
2400
|
+
*/
|
|
2401
|
+
branch: GitBranchName;
|
|
2402
|
+
/**
|
|
2403
|
+
* The repository directory changed by a commit and push that activated the sync attempt.
|
|
2404
|
+
*/
|
|
2405
|
+
directory: String;
|
|
2406
|
+
/**
|
|
2407
|
+
* The repository name.
|
|
2408
|
+
*/
|
|
2409
|
+
repositoryName: RepositoryName;
|
|
2410
|
+
/**
|
|
2411
|
+
* The repository provider.
|
|
2412
|
+
*/
|
|
2413
|
+
repositoryProvider: RepositoryProvider;
|
|
2414
|
+
/**
|
|
2415
|
+
* The secure hash algorithm (SHA) hash for the revision.
|
|
2416
|
+
*/
|
|
2417
|
+
sha: SHA;
|
|
2418
|
+
}
|
|
1658
2419
|
export type S3Bucket = string;
|
|
1659
2420
|
export type S3Key = string;
|
|
1660
2421
|
export interface S3ObjectSource {
|
|
@@ -1667,13 +2428,14 @@ declare namespace Proton {
|
|
|
1667
2428
|
*/
|
|
1668
2429
|
key: S3Key;
|
|
1669
2430
|
}
|
|
2431
|
+
export type SHA = string;
|
|
1670
2432
|
export interface Service {
|
|
1671
2433
|
/**
|
|
1672
2434
|
* The Amazon Resource Name (ARN) of the service.
|
|
1673
2435
|
*/
|
|
1674
2436
|
arn: ServiceArn;
|
|
1675
2437
|
/**
|
|
1676
|
-
* The name of the code repository branch that holds the code that's deployed in
|
|
2438
|
+
* The name of the code repository branch that holds the code that's deployed in Proton.
|
|
1677
2439
|
*/
|
|
1678
2440
|
branchName?: GitBranchName;
|
|
1679
2441
|
/**
|
|
@@ -1697,11 +2459,11 @@ declare namespace Proton {
|
|
|
1697
2459
|
*/
|
|
1698
2460
|
pipeline?: ServicePipeline;
|
|
1699
2461
|
/**
|
|
1700
|
-
* The Amazon Resource Name (ARN) of the repository connection. For more information, see Set up a repository connection in the
|
|
2462
|
+
* The Amazon Resource Name (ARN) of the repository connection. For more information, see Set up a repository connection in the Proton Administrator Guide and Setting up with Proton in the Proton User Guide.
|
|
1701
2463
|
*/
|
|
1702
2464
|
repositoryConnectionArn?: Arn;
|
|
1703
2465
|
/**
|
|
1704
|
-
* The ID of the code repository.
|
|
2466
|
+
* The ID of the source code repository.
|
|
1705
2467
|
*/
|
|
1706
2468
|
repositoryId?: RepositoryId;
|
|
1707
2469
|
/**
|
|
@@ -1764,11 +2526,11 @@ declare namespace Proton {
|
|
|
1764
2526
|
*/
|
|
1765
2527
|
spec?: SpecContents;
|
|
1766
2528
|
/**
|
|
1767
|
-
* The
|
|
2529
|
+
* The major version of the service template that was used to create the service instance.
|
|
1768
2530
|
*/
|
|
1769
2531
|
templateMajorVersion: TemplateVersionPart;
|
|
1770
2532
|
/**
|
|
1771
|
-
* The
|
|
2533
|
+
* The minor version of the service template that was used to create the service instance.
|
|
1772
2534
|
*/
|
|
1773
2535
|
templateMinorVersion: TemplateVersionPart;
|
|
1774
2536
|
/**
|
|
@@ -1815,11 +2577,11 @@ declare namespace Proton {
|
|
|
1815
2577
|
*/
|
|
1816
2578
|
serviceName: ResourceName;
|
|
1817
2579
|
/**
|
|
1818
|
-
* The
|
|
2580
|
+
* The service instance template major version.
|
|
1819
2581
|
*/
|
|
1820
2582
|
templateMajorVersion: TemplateVersionPart;
|
|
1821
2583
|
/**
|
|
1822
|
-
* The
|
|
2584
|
+
* The service instance template minor version.
|
|
1823
2585
|
*/
|
|
1824
2586
|
templateMinorVersion: TemplateVersionPart;
|
|
1825
2587
|
/**
|
|
@@ -1858,11 +2620,11 @@ declare namespace Proton {
|
|
|
1858
2620
|
*/
|
|
1859
2621
|
spec?: SpecContents;
|
|
1860
2622
|
/**
|
|
1861
|
-
* The
|
|
2623
|
+
* The major version of the service template that was used to create the service pipeline.
|
|
1862
2624
|
*/
|
|
1863
2625
|
templateMajorVersion: TemplateVersionPart;
|
|
1864
2626
|
/**
|
|
1865
|
-
* The
|
|
2627
|
+
* The minor version of the service template that was used to create the service pipeline.
|
|
1866
2628
|
*/
|
|
1867
2629
|
templateMinorVersion: TemplateVersionPart;
|
|
1868
2630
|
/**
|
|
@@ -1940,7 +2702,7 @@ declare namespace Proton {
|
|
|
1940
2702
|
*/
|
|
1941
2703
|
pipelineProvisioning?: Provisioning;
|
|
1942
2704
|
/**
|
|
1943
|
-
* The
|
|
2705
|
+
* The recommended version of the service template.
|
|
1944
2706
|
*/
|
|
1945
2707
|
recommendedVersion?: FullTemplateVersionNumber;
|
|
1946
2708
|
}
|
|
@@ -1975,7 +2737,7 @@ declare namespace Proton {
|
|
|
1975
2737
|
*/
|
|
1976
2738
|
pipelineProvisioning?: Provisioning;
|
|
1977
2739
|
/**
|
|
1978
|
-
* The
|
|
2740
|
+
* The recommended version of the service template.
|
|
1979
2741
|
*/
|
|
1980
2742
|
recommendedVersion?: FullTemplateVersionNumber;
|
|
1981
2743
|
}
|
|
@@ -2002,15 +2764,15 @@ declare namespace Proton {
|
|
|
2002
2764
|
*/
|
|
2003
2765
|
lastModifiedAt: Timestamp;
|
|
2004
2766
|
/**
|
|
2005
|
-
* The
|
|
2767
|
+
* The latest major version that's associated with the version of a service template.
|
|
2006
2768
|
*/
|
|
2007
2769
|
majorVersion: TemplateVersionPart;
|
|
2008
2770
|
/**
|
|
2009
|
-
* The
|
|
2771
|
+
* The minor version of a service template.
|
|
2010
2772
|
*/
|
|
2011
2773
|
minorVersion: TemplateVersionPart;
|
|
2012
2774
|
/**
|
|
2013
|
-
* The
|
|
2775
|
+
* The recommended minor version of the service template.
|
|
2014
2776
|
*/
|
|
2015
2777
|
recommendedMinorVersion?: TemplateVersionPart;
|
|
2016
2778
|
/**
|
|
@@ -2049,15 +2811,15 @@ declare namespace Proton {
|
|
|
2049
2811
|
*/
|
|
2050
2812
|
lastModifiedAt: Timestamp;
|
|
2051
2813
|
/**
|
|
2052
|
-
* The
|
|
2814
|
+
* The latest major version that's associated with the version of a service template.
|
|
2053
2815
|
*/
|
|
2054
2816
|
majorVersion: TemplateVersionPart;
|
|
2055
2817
|
/**
|
|
2056
|
-
* The
|
|
2818
|
+
* The minor version of a service template.
|
|
2057
2819
|
*/
|
|
2058
2820
|
minorVersion: TemplateVersionPart;
|
|
2059
2821
|
/**
|
|
2060
|
-
* The
|
|
2822
|
+
* The recommended minor version of the service template.
|
|
2061
2823
|
*/
|
|
2062
2824
|
recommendedMinorVersion?: TemplateVersionPart;
|
|
2063
2825
|
/**
|
|
@@ -2077,6 +2839,9 @@ declare namespace Proton {
|
|
|
2077
2839
|
export type SpecContents = string;
|
|
2078
2840
|
export type StatusMessage = string;
|
|
2079
2841
|
export type String = string;
|
|
2842
|
+
export type Subdirectory = string;
|
|
2843
|
+
export type SyncType = "TEMPLATE_SYNC"|string;
|
|
2844
|
+
export type SyntheticNotifyResourceDeploymentStatusChangeInputString = string;
|
|
2080
2845
|
export interface Tag {
|
|
2081
2846
|
/**
|
|
2082
2847
|
* The key of the resource tag.
|
|
@@ -2104,6 +2869,33 @@ declare namespace Proton {
|
|
|
2104
2869
|
}
|
|
2105
2870
|
export type TagValue = string;
|
|
2106
2871
|
export type TemplateSchema = string;
|
|
2872
|
+
export interface TemplateSyncConfig {
|
|
2873
|
+
/**
|
|
2874
|
+
* The repository branch.
|
|
2875
|
+
*/
|
|
2876
|
+
branch: GitBranchName;
|
|
2877
|
+
/**
|
|
2878
|
+
* The name of the repository, for example myrepos/myrepo.
|
|
2879
|
+
*/
|
|
2880
|
+
repositoryName: RepositoryName;
|
|
2881
|
+
/**
|
|
2882
|
+
* The repository provider.
|
|
2883
|
+
*/
|
|
2884
|
+
repositoryProvider: RepositoryProvider;
|
|
2885
|
+
/**
|
|
2886
|
+
* A subdirectory path to your template bundle version.
|
|
2887
|
+
*/
|
|
2888
|
+
subdirectory?: Subdirectory;
|
|
2889
|
+
/**
|
|
2890
|
+
* The template name.
|
|
2891
|
+
*/
|
|
2892
|
+
templateName: ResourceName;
|
|
2893
|
+
/**
|
|
2894
|
+
* The template type.
|
|
2895
|
+
*/
|
|
2896
|
+
templateType: TemplateType;
|
|
2897
|
+
}
|
|
2898
|
+
export type TemplateType = "ENVIRONMENT"|"SERVICE"|string;
|
|
2107
2899
|
export type TemplateVersionPart = string;
|
|
2108
2900
|
export interface TemplateVersionSourceInput {
|
|
2109
2901
|
/**
|
|
@@ -2127,13 +2919,17 @@ declare namespace Proton {
|
|
|
2127
2919
|
}
|
|
2128
2920
|
export interface UpdateAccountSettingsInput {
|
|
2129
2921
|
/**
|
|
2130
|
-
* The
|
|
2922
|
+
* The repository that you provide with pull request provisioning. Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
|
|
2923
|
+
*/
|
|
2924
|
+
pipelineProvisioningRepository?: RepositoryBranchInput;
|
|
2925
|
+
/**
|
|
2926
|
+
* The Amazon Resource Name (ARN) of the Proton pipeline service role. Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
|
|
2131
2927
|
*/
|
|
2132
|
-
pipelineServiceRoleArn?:
|
|
2928
|
+
pipelineServiceRoleArn?: PipelineRoleArn;
|
|
2133
2929
|
}
|
|
2134
2930
|
export interface UpdateAccountSettingsOutput {
|
|
2135
2931
|
/**
|
|
2136
|
-
* The
|
|
2932
|
+
* The Proton pipeline service role repository detail data that's returned by Proton.
|
|
2137
2933
|
*/
|
|
2138
2934
|
accountSettings: AccountSettings;
|
|
2139
2935
|
}
|
|
@@ -2149,7 +2945,7 @@ declare namespace Proton {
|
|
|
2149
2945
|
}
|
|
2150
2946
|
export interface UpdateEnvironmentAccountConnectionOutput {
|
|
2151
2947
|
/**
|
|
2152
|
-
* The environment account connection detail data that's returned by
|
|
2948
|
+
* The environment account connection detail data that's returned by Proton.
|
|
2153
2949
|
*/
|
|
2154
2950
|
environmentAccountConnection: EnvironmentAccountConnection;
|
|
2155
2951
|
}
|
|
@@ -2171,25 +2967,29 @@ declare namespace Proton {
|
|
|
2171
2967
|
*/
|
|
2172
2968
|
name: ResourceName;
|
|
2173
2969
|
/**
|
|
2174
|
-
* The Amazon Resource Name (ARN) of the
|
|
2970
|
+
* The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make API calls to other services your behalf.
|
|
2175
2971
|
*/
|
|
2176
2972
|
protonServiceRoleArn?: Arn;
|
|
2973
|
+
/**
|
|
2974
|
+
* The repository that you provide with pull request provisioning. Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.
|
|
2975
|
+
*/
|
|
2976
|
+
provisioningRepository?: RepositoryBranchInput;
|
|
2177
2977
|
/**
|
|
2178
2978
|
* The formatted specification that defines the update.
|
|
2179
2979
|
*/
|
|
2180
2980
|
spec?: SpecContents;
|
|
2181
2981
|
/**
|
|
2182
|
-
* The
|
|
2982
|
+
* The major version of the environment to update.
|
|
2183
2983
|
*/
|
|
2184
2984
|
templateMajorVersion?: TemplateVersionPart;
|
|
2185
2985
|
/**
|
|
2186
|
-
* The
|
|
2986
|
+
* The minor version of the environment to update.
|
|
2187
2987
|
*/
|
|
2188
2988
|
templateMinorVersion?: TemplateVersionPart;
|
|
2189
2989
|
}
|
|
2190
2990
|
export interface UpdateEnvironmentOutput {
|
|
2191
2991
|
/**
|
|
2192
|
-
* The environment detail data that's returned by
|
|
2992
|
+
* The environment detail data that's returned by Proton.
|
|
2193
2993
|
*/
|
|
2194
2994
|
environment: Environment;
|
|
2195
2995
|
}
|
|
@@ -2209,7 +3009,7 @@ declare namespace Proton {
|
|
|
2209
3009
|
}
|
|
2210
3010
|
export interface UpdateEnvironmentTemplateOutput {
|
|
2211
3011
|
/**
|
|
2212
|
-
* The environment template detail data that's returned by
|
|
3012
|
+
* The environment template detail data that's returned by Proton.
|
|
2213
3013
|
*/
|
|
2214
3014
|
environmentTemplate: EnvironmentTemplate;
|
|
2215
3015
|
}
|
|
@@ -2219,7 +3019,7 @@ declare namespace Proton {
|
|
|
2219
3019
|
*/
|
|
2220
3020
|
description?: Description;
|
|
2221
3021
|
/**
|
|
2222
|
-
* To update a major version of an environment template, include
|
|
3022
|
+
* To update a major version of an environment template, include major Version.
|
|
2223
3023
|
*/
|
|
2224
3024
|
majorVersion: TemplateVersionPart;
|
|
2225
3025
|
/**
|
|
@@ -2237,7 +3037,7 @@ declare namespace Proton {
|
|
|
2237
3037
|
}
|
|
2238
3038
|
export interface UpdateEnvironmentTemplateVersionOutput {
|
|
2239
3039
|
/**
|
|
2240
|
-
* The environment template version detail data that's returned by
|
|
3040
|
+
* The environment template version detail data that's returned by Proton.
|
|
2241
3041
|
*/
|
|
2242
3042
|
environmentTemplateVersion: EnvironmentTemplateVersion;
|
|
2243
3043
|
}
|
|
@@ -2251,7 +3051,7 @@ declare namespace Proton {
|
|
|
2251
3051
|
*/
|
|
2252
3052
|
name: ResourceName;
|
|
2253
3053
|
/**
|
|
2254
|
-
* Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the list. Don't include edits to the existing service instances or pipeline. For more information, see Edit a service in the
|
|
3054
|
+
* Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the list. Don't include edits to the existing service instances or pipeline. For more information, see Edit a service in the Proton Administrator Guide or the Proton User Guide.
|
|
2255
3055
|
*/
|
|
2256
3056
|
spec?: SpecContents;
|
|
2257
3057
|
}
|
|
@@ -2283,13 +3083,13 @@ declare namespace Proton {
|
|
|
2283
3083
|
}
|
|
2284
3084
|
export interface UpdateServiceInstanceOutput {
|
|
2285
3085
|
/**
|
|
2286
|
-
* The service instance summary data returned by
|
|
3086
|
+
* The service instance summary data returned by Proton.
|
|
2287
3087
|
*/
|
|
2288
3088
|
serviceInstance: ServiceInstance;
|
|
2289
3089
|
}
|
|
2290
3090
|
export interface UpdateServiceOutput {
|
|
2291
3091
|
/**
|
|
2292
|
-
* The service detail data that's returned by
|
|
3092
|
+
* The service detail data that's returned by Proton.
|
|
2293
3093
|
*/
|
|
2294
3094
|
service: Service;
|
|
2295
3095
|
}
|
|
@@ -2317,7 +3117,7 @@ declare namespace Proton {
|
|
|
2317
3117
|
}
|
|
2318
3118
|
export interface UpdateServicePipelineOutput {
|
|
2319
3119
|
/**
|
|
2320
|
-
* The pipeline details returned by
|
|
3120
|
+
* The pipeline details returned by Proton.
|
|
2321
3121
|
*/
|
|
2322
3122
|
pipeline: ServicePipeline;
|
|
2323
3123
|
}
|
|
@@ -2337,7 +3137,7 @@ declare namespace Proton {
|
|
|
2337
3137
|
}
|
|
2338
3138
|
export interface UpdateServiceTemplateOutput {
|
|
2339
3139
|
/**
|
|
2340
|
-
* The service template detail data that's returned by
|
|
3140
|
+
* The service template detail data that's returned by Proton.
|
|
2341
3141
|
*/
|
|
2342
3142
|
serviceTemplate: ServiceTemplate;
|
|
2343
3143
|
}
|
|
@@ -2351,7 +3151,7 @@ declare namespace Proton {
|
|
|
2351
3151
|
*/
|
|
2352
3152
|
description?: Description;
|
|
2353
3153
|
/**
|
|
2354
|
-
* To update a major version of a service template, include
|
|
3154
|
+
* To update a major version of a service template, include major Version.
|
|
2355
3155
|
*/
|
|
2356
3156
|
majorVersion: TemplateVersionPart;
|
|
2357
3157
|
/**
|
|
@@ -2369,10 +3169,42 @@ declare namespace Proton {
|
|
|
2369
3169
|
}
|
|
2370
3170
|
export interface UpdateServiceTemplateVersionOutput {
|
|
2371
3171
|
/**
|
|
2372
|
-
* The service template version detail data that's returned by
|
|
3172
|
+
* The service template version detail data that's returned by Proton.
|
|
2373
3173
|
*/
|
|
2374
3174
|
serviceTemplateVersion: ServiceTemplateVersion;
|
|
2375
3175
|
}
|
|
3176
|
+
export interface UpdateTemplateSyncConfigInput {
|
|
3177
|
+
/**
|
|
3178
|
+
* The repository branch.
|
|
3179
|
+
*/
|
|
3180
|
+
branch: GitBranchName;
|
|
3181
|
+
/**
|
|
3182
|
+
* The name of the repository, for example myrepos/myrepo.
|
|
3183
|
+
*/
|
|
3184
|
+
repositoryName: RepositoryName;
|
|
3185
|
+
/**
|
|
3186
|
+
* The repository provider.
|
|
3187
|
+
*/
|
|
3188
|
+
repositoryProvider: RepositoryProvider;
|
|
3189
|
+
/**
|
|
3190
|
+
* A subdirectory path to your template bundle version. When included, limits the template bundle search to this repository directory.
|
|
3191
|
+
*/
|
|
3192
|
+
subdirectory?: Subdirectory;
|
|
3193
|
+
/**
|
|
3194
|
+
* The synced template name.
|
|
3195
|
+
*/
|
|
3196
|
+
templateName: ResourceName;
|
|
3197
|
+
/**
|
|
3198
|
+
* The synced template type.
|
|
3199
|
+
*/
|
|
3200
|
+
templateType: TemplateType;
|
|
3201
|
+
}
|
|
3202
|
+
export interface UpdateTemplateSyncConfigOutput {
|
|
3203
|
+
/**
|
|
3204
|
+
* The template sync configuration detail data that's returned by Proton.
|
|
3205
|
+
*/
|
|
3206
|
+
templateSyncConfig?: TemplateSyncConfig;
|
|
3207
|
+
}
|
|
2376
3208
|
/**
|
|
2377
3209
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
2378
3210
|
*/
|