@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -0,0 +1,1335 @@
|
|
|
1
|
+
import {Request} from '../lib/request';
|
|
2
|
+
import {Response} from '../lib/response';
|
|
3
|
+
import {AWSError} from '../lib/error';
|
|
4
|
+
import {Service} from '../lib/service';
|
|
5
|
+
import {ServiceConfigurationOptions} from '../lib/service';
|
|
6
|
+
import {ConfigBase as Config} from '../lib/config-base';
|
|
7
|
+
interface Blob {}
|
|
8
|
+
declare class MigrationHubStrategy extends Service {
|
|
9
|
+
/**
|
|
10
|
+
* Constructs a service object. This object has one method for each API operation.
|
|
11
|
+
*/
|
|
12
|
+
constructor(options?: MigrationHubStrategy.Types.ClientConfiguration)
|
|
13
|
+
config: Config & MigrationHubStrategy.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Retrieves details about an application component.
|
|
16
|
+
*/
|
|
17
|
+
getApplicationComponentDetails(params: MigrationHubStrategy.Types.GetApplicationComponentDetailsRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetApplicationComponentDetailsResponse) => void): Request<MigrationHubStrategy.Types.GetApplicationComponentDetailsResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Retrieves details about an application component.
|
|
20
|
+
*/
|
|
21
|
+
getApplicationComponentDetails(callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetApplicationComponentDetailsResponse) => void): Request<MigrationHubStrategy.Types.GetApplicationComponentDetailsResponse, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
* Retrieves a list of all the recommended strategies and tools for an application component running on a server.
|
|
24
|
+
*/
|
|
25
|
+
getApplicationComponentStrategies(params: MigrationHubStrategy.Types.GetApplicationComponentStrategiesRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetApplicationComponentStrategiesResponse) => void): Request<MigrationHubStrategy.Types.GetApplicationComponentStrategiesResponse, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
* Retrieves a list of all the recommended strategies and tools for an application component running on a server.
|
|
28
|
+
*/
|
|
29
|
+
getApplicationComponentStrategies(callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetApplicationComponentStrategiesResponse) => void): Request<MigrationHubStrategy.Types.GetApplicationComponentStrategiesResponse, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Retrieves the status of an on-going assessment.
|
|
32
|
+
*/
|
|
33
|
+
getAssessment(params: MigrationHubStrategy.Types.GetAssessmentRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetAssessmentResponse) => void): Request<MigrationHubStrategy.Types.GetAssessmentResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* Retrieves the status of an on-going assessment.
|
|
36
|
+
*/
|
|
37
|
+
getAssessment(callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetAssessmentResponse) => void): Request<MigrationHubStrategy.Types.GetAssessmentResponse, AWSError>;
|
|
38
|
+
/**
|
|
39
|
+
* Retrieves the details about a specific import task.
|
|
40
|
+
*/
|
|
41
|
+
getImportFileTask(params: MigrationHubStrategy.Types.GetImportFileTaskRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetImportFileTaskResponse) => void): Request<MigrationHubStrategy.Types.GetImportFileTaskResponse, AWSError>;
|
|
42
|
+
/**
|
|
43
|
+
* Retrieves the details about a specific import task.
|
|
44
|
+
*/
|
|
45
|
+
getImportFileTask(callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetImportFileTaskResponse) => void): Request<MigrationHubStrategy.Types.GetImportFileTaskResponse, AWSError>;
|
|
46
|
+
/**
|
|
47
|
+
* Retrieves your migration and modernization preferences.
|
|
48
|
+
*/
|
|
49
|
+
getPortfolioPreferences(params: MigrationHubStrategy.Types.GetPortfolioPreferencesRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetPortfolioPreferencesResponse) => void): Request<MigrationHubStrategy.Types.GetPortfolioPreferencesResponse, AWSError>;
|
|
50
|
+
/**
|
|
51
|
+
* Retrieves your migration and modernization preferences.
|
|
52
|
+
*/
|
|
53
|
+
getPortfolioPreferences(callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetPortfolioPreferencesResponse) => void): Request<MigrationHubStrategy.Types.GetPortfolioPreferencesResponse, AWSError>;
|
|
54
|
+
/**
|
|
55
|
+
* Retrieves overall summary including the number of servers to rehost and the overall number of anti-patterns.
|
|
56
|
+
*/
|
|
57
|
+
getPortfolioSummary(params: MigrationHubStrategy.Types.GetPortfolioSummaryRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetPortfolioSummaryResponse) => void): Request<MigrationHubStrategy.Types.GetPortfolioSummaryResponse, AWSError>;
|
|
58
|
+
/**
|
|
59
|
+
* Retrieves overall summary including the number of servers to rehost and the overall number of anti-patterns.
|
|
60
|
+
*/
|
|
61
|
+
getPortfolioSummary(callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetPortfolioSummaryResponse) => void): Request<MigrationHubStrategy.Types.GetPortfolioSummaryResponse, AWSError>;
|
|
62
|
+
/**
|
|
63
|
+
* Retrieves detailed information about the specified recommendation report.
|
|
64
|
+
*/
|
|
65
|
+
getRecommendationReportDetails(params: MigrationHubStrategy.Types.GetRecommendationReportDetailsRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetRecommendationReportDetailsResponse) => void): Request<MigrationHubStrategy.Types.GetRecommendationReportDetailsResponse, AWSError>;
|
|
66
|
+
/**
|
|
67
|
+
* Retrieves detailed information about the specified recommendation report.
|
|
68
|
+
*/
|
|
69
|
+
getRecommendationReportDetails(callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetRecommendationReportDetailsResponse) => void): Request<MigrationHubStrategy.Types.GetRecommendationReportDetailsResponse, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* Retrieves detailed information about a specified server.
|
|
72
|
+
*/
|
|
73
|
+
getServerDetails(params: MigrationHubStrategy.Types.GetServerDetailsRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetServerDetailsResponse) => void): Request<MigrationHubStrategy.Types.GetServerDetailsResponse, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* Retrieves detailed information about a specified server.
|
|
76
|
+
*/
|
|
77
|
+
getServerDetails(callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetServerDetailsResponse) => void): Request<MigrationHubStrategy.Types.GetServerDetailsResponse, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
* Retrieves recommended strategies and tools for the specified server.
|
|
80
|
+
*/
|
|
81
|
+
getServerStrategies(params: MigrationHubStrategy.Types.GetServerStrategiesRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetServerStrategiesResponse) => void): Request<MigrationHubStrategy.Types.GetServerStrategiesResponse, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
* Retrieves recommended strategies and tools for the specified server.
|
|
84
|
+
*/
|
|
85
|
+
getServerStrategies(callback?: (err: AWSError, data: MigrationHubStrategy.Types.GetServerStrategiesResponse) => void): Request<MigrationHubStrategy.Types.GetServerStrategiesResponse, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
* Retrieves a list of all the application components (processes).
|
|
88
|
+
*/
|
|
89
|
+
listApplicationComponents(params: MigrationHubStrategy.Types.ListApplicationComponentsRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.ListApplicationComponentsResponse) => void): Request<MigrationHubStrategy.Types.ListApplicationComponentsResponse, AWSError>;
|
|
90
|
+
/**
|
|
91
|
+
* Retrieves a list of all the application components (processes).
|
|
92
|
+
*/
|
|
93
|
+
listApplicationComponents(callback?: (err: AWSError, data: MigrationHubStrategy.Types.ListApplicationComponentsResponse) => void): Request<MigrationHubStrategy.Types.ListApplicationComponentsResponse, AWSError>;
|
|
94
|
+
/**
|
|
95
|
+
* Retrieves a list of all the installed collectors.
|
|
96
|
+
*/
|
|
97
|
+
listCollectors(params: MigrationHubStrategy.Types.ListCollectorsRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.ListCollectorsResponse) => void): Request<MigrationHubStrategy.Types.ListCollectorsResponse, AWSError>;
|
|
98
|
+
/**
|
|
99
|
+
* Retrieves a list of all the installed collectors.
|
|
100
|
+
*/
|
|
101
|
+
listCollectors(callback?: (err: AWSError, data: MigrationHubStrategy.Types.ListCollectorsResponse) => void): Request<MigrationHubStrategy.Types.ListCollectorsResponse, AWSError>;
|
|
102
|
+
/**
|
|
103
|
+
* Retrieves a list of all the imports performed.
|
|
104
|
+
*/
|
|
105
|
+
listImportFileTask(params: MigrationHubStrategy.Types.ListImportFileTaskRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.ListImportFileTaskResponse) => void): Request<MigrationHubStrategy.Types.ListImportFileTaskResponse, AWSError>;
|
|
106
|
+
/**
|
|
107
|
+
* Retrieves a list of all the imports performed.
|
|
108
|
+
*/
|
|
109
|
+
listImportFileTask(callback?: (err: AWSError, data: MigrationHubStrategy.Types.ListImportFileTaskResponse) => void): Request<MigrationHubStrategy.Types.ListImportFileTaskResponse, AWSError>;
|
|
110
|
+
/**
|
|
111
|
+
* Returns a list of all the servers.
|
|
112
|
+
*/
|
|
113
|
+
listServers(params: MigrationHubStrategy.Types.ListServersRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.ListServersResponse) => void): Request<MigrationHubStrategy.Types.ListServersResponse, AWSError>;
|
|
114
|
+
/**
|
|
115
|
+
* Returns a list of all the servers.
|
|
116
|
+
*/
|
|
117
|
+
listServers(callback?: (err: AWSError, data: MigrationHubStrategy.Types.ListServersResponse) => void): Request<MigrationHubStrategy.Types.ListServersResponse, AWSError>;
|
|
118
|
+
/**
|
|
119
|
+
* Saves the specified migration and modernization preferences.
|
|
120
|
+
*/
|
|
121
|
+
putPortfolioPreferences(params: MigrationHubStrategy.Types.PutPortfolioPreferencesRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.PutPortfolioPreferencesResponse) => void): Request<MigrationHubStrategy.Types.PutPortfolioPreferencesResponse, AWSError>;
|
|
122
|
+
/**
|
|
123
|
+
* Saves the specified migration and modernization preferences.
|
|
124
|
+
*/
|
|
125
|
+
putPortfolioPreferences(callback?: (err: AWSError, data: MigrationHubStrategy.Types.PutPortfolioPreferencesResponse) => void): Request<MigrationHubStrategy.Types.PutPortfolioPreferencesResponse, AWSError>;
|
|
126
|
+
/**
|
|
127
|
+
* Starts the assessment of an on-premises environment.
|
|
128
|
+
*/
|
|
129
|
+
startAssessment(params: MigrationHubStrategy.Types.StartAssessmentRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.StartAssessmentResponse) => void): Request<MigrationHubStrategy.Types.StartAssessmentResponse, AWSError>;
|
|
130
|
+
/**
|
|
131
|
+
* Starts the assessment of an on-premises environment.
|
|
132
|
+
*/
|
|
133
|
+
startAssessment(callback?: (err: AWSError, data: MigrationHubStrategy.Types.StartAssessmentResponse) => void): Request<MigrationHubStrategy.Types.StartAssessmentResponse, AWSError>;
|
|
134
|
+
/**
|
|
135
|
+
* Starts a file import.
|
|
136
|
+
*/
|
|
137
|
+
startImportFileTask(params: MigrationHubStrategy.Types.StartImportFileTaskRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.StartImportFileTaskResponse) => void): Request<MigrationHubStrategy.Types.StartImportFileTaskResponse, AWSError>;
|
|
138
|
+
/**
|
|
139
|
+
* Starts a file import.
|
|
140
|
+
*/
|
|
141
|
+
startImportFileTask(callback?: (err: AWSError, data: MigrationHubStrategy.Types.StartImportFileTaskResponse) => void): Request<MigrationHubStrategy.Types.StartImportFileTaskResponse, AWSError>;
|
|
142
|
+
/**
|
|
143
|
+
* Starts generating a recommendation report.
|
|
144
|
+
*/
|
|
145
|
+
startRecommendationReportGeneration(params: MigrationHubStrategy.Types.StartRecommendationReportGenerationRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.StartRecommendationReportGenerationResponse) => void): Request<MigrationHubStrategy.Types.StartRecommendationReportGenerationResponse, AWSError>;
|
|
146
|
+
/**
|
|
147
|
+
* Starts generating a recommendation report.
|
|
148
|
+
*/
|
|
149
|
+
startRecommendationReportGeneration(callback?: (err: AWSError, data: MigrationHubStrategy.Types.StartRecommendationReportGenerationResponse) => void): Request<MigrationHubStrategy.Types.StartRecommendationReportGenerationResponse, AWSError>;
|
|
150
|
+
/**
|
|
151
|
+
* Stops the assessment of an on-premises environment.
|
|
152
|
+
*/
|
|
153
|
+
stopAssessment(params: MigrationHubStrategy.Types.StopAssessmentRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.StopAssessmentResponse) => void): Request<MigrationHubStrategy.Types.StopAssessmentResponse, AWSError>;
|
|
154
|
+
/**
|
|
155
|
+
* Stops the assessment of an on-premises environment.
|
|
156
|
+
*/
|
|
157
|
+
stopAssessment(callback?: (err: AWSError, data: MigrationHubStrategy.Types.StopAssessmentResponse) => void): Request<MigrationHubStrategy.Types.StopAssessmentResponse, AWSError>;
|
|
158
|
+
/**
|
|
159
|
+
* Updates the configuration of an application component.
|
|
160
|
+
*/
|
|
161
|
+
updateApplicationComponentConfig(params: MigrationHubStrategy.Types.UpdateApplicationComponentConfigRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.UpdateApplicationComponentConfigResponse) => void): Request<MigrationHubStrategy.Types.UpdateApplicationComponentConfigResponse, AWSError>;
|
|
162
|
+
/**
|
|
163
|
+
* Updates the configuration of an application component.
|
|
164
|
+
*/
|
|
165
|
+
updateApplicationComponentConfig(callback?: (err: AWSError, data: MigrationHubStrategy.Types.UpdateApplicationComponentConfigResponse) => void): Request<MigrationHubStrategy.Types.UpdateApplicationComponentConfigResponse, AWSError>;
|
|
166
|
+
/**
|
|
167
|
+
* Updates the configuration of the specified server.
|
|
168
|
+
*/
|
|
169
|
+
updateServerConfig(params: MigrationHubStrategy.Types.UpdateServerConfigRequest, callback?: (err: AWSError, data: MigrationHubStrategy.Types.UpdateServerConfigResponse) => void): Request<MigrationHubStrategy.Types.UpdateServerConfigResponse, AWSError>;
|
|
170
|
+
/**
|
|
171
|
+
* Updates the configuration of the specified server.
|
|
172
|
+
*/
|
|
173
|
+
updateServerConfig(callback?: (err: AWSError, data: MigrationHubStrategy.Types.UpdateServerConfigResponse) => void): Request<MigrationHubStrategy.Types.UpdateServerConfigResponse, AWSError>;
|
|
174
|
+
}
|
|
175
|
+
declare namespace MigrationHubStrategy {
|
|
176
|
+
export type AntipatternReportStatus = "FAILED"|"IN_PROGRESS"|"SUCCESS"|string;
|
|
177
|
+
export interface AntipatternSeveritySummary {
|
|
178
|
+
/**
|
|
179
|
+
* Contains the count of anti-patterns.
|
|
180
|
+
*/
|
|
181
|
+
count?: Integer;
|
|
182
|
+
/**
|
|
183
|
+
* Contains the severity of anti-patterns.
|
|
184
|
+
*/
|
|
185
|
+
severity?: Severity;
|
|
186
|
+
}
|
|
187
|
+
export type AppType = "DotNetFramework"|"Java"|"SQLServer"|"IIS"|"Oracle"|"Other"|string;
|
|
188
|
+
export type ApplicationComponentCriteria = "NOT_DEFINED"|"APP_NAME"|"SERVER_ID"|"APP_TYPE"|"STRATEGY"|"DESTINATION"|string;
|
|
189
|
+
export interface ApplicationComponentDetail {
|
|
190
|
+
/**
|
|
191
|
+
* The status of analysis, if the application component has source code or an associated database.
|
|
192
|
+
*/
|
|
193
|
+
analysisStatus?: SrcCodeOrDbAnalysisStatus;
|
|
194
|
+
/**
|
|
195
|
+
* The S3 bucket name and the Amazon S3 key name for the anti-pattern report.
|
|
196
|
+
*/
|
|
197
|
+
antipatternReportS3Object?: S3Object;
|
|
198
|
+
/**
|
|
199
|
+
* The status of the anti-pattern report generation.
|
|
200
|
+
*/
|
|
201
|
+
antipatternReportStatus?: AntipatternReportStatus;
|
|
202
|
+
/**
|
|
203
|
+
* The status message for the anti-pattern.
|
|
204
|
+
*/
|
|
205
|
+
antipatternReportStatusMessage?: StatusMessage;
|
|
206
|
+
/**
|
|
207
|
+
* The type of application component.
|
|
208
|
+
*/
|
|
209
|
+
appType?: AppType;
|
|
210
|
+
/**
|
|
211
|
+
* The ID of the server that the application component is running on.
|
|
212
|
+
*/
|
|
213
|
+
associatedServerId?: ServerId;
|
|
214
|
+
/**
|
|
215
|
+
* Configuration details for the database associated with the application component.
|
|
216
|
+
*/
|
|
217
|
+
databaseConfigDetail?: DatabaseConfigDetail;
|
|
218
|
+
/**
|
|
219
|
+
* The ID of the application component.
|
|
220
|
+
*/
|
|
221
|
+
id?: ResourceId;
|
|
222
|
+
/**
|
|
223
|
+
* Indicates whether the application component has been included for server recommendation or not.
|
|
224
|
+
*/
|
|
225
|
+
inclusionStatus?: InclusionStatus;
|
|
226
|
+
/**
|
|
227
|
+
* The timestamp of when the application component was assessed.
|
|
228
|
+
*/
|
|
229
|
+
lastAnalyzedTimestamp?: TimeStamp;
|
|
230
|
+
/**
|
|
231
|
+
* A list of anti-pattern severity summaries.
|
|
232
|
+
*/
|
|
233
|
+
listAntipatternSeveritySummary?: ListAntipatternSeveritySummary;
|
|
234
|
+
/**
|
|
235
|
+
* Set to true if the application component is running on multiple servers.
|
|
236
|
+
*/
|
|
237
|
+
moreServerAssociationExists?: Boolean;
|
|
238
|
+
/**
|
|
239
|
+
* The name of application component.
|
|
240
|
+
*/
|
|
241
|
+
name?: ResourceName;
|
|
242
|
+
/**
|
|
243
|
+
* OS driver.
|
|
244
|
+
*/
|
|
245
|
+
osDriver?: String;
|
|
246
|
+
/**
|
|
247
|
+
* OS version.
|
|
248
|
+
*/
|
|
249
|
+
osVersion?: String;
|
|
250
|
+
/**
|
|
251
|
+
* The top recommendation set for the application component.
|
|
252
|
+
*/
|
|
253
|
+
recommendationSet?: RecommendationSet;
|
|
254
|
+
/**
|
|
255
|
+
* The application component subtype.
|
|
256
|
+
*/
|
|
257
|
+
resourceSubType?: ResourceSubType;
|
|
258
|
+
/**
|
|
259
|
+
* Details about the source code repository associated with the application component.
|
|
260
|
+
*/
|
|
261
|
+
sourceCodeRepositories?: SourceCodeRepositories;
|
|
262
|
+
/**
|
|
263
|
+
* A detailed description of the analysis status and any failure message.
|
|
264
|
+
*/
|
|
265
|
+
statusMessage?: StatusMessage;
|
|
266
|
+
}
|
|
267
|
+
export type ApplicationComponentDetails = ApplicationComponentDetail[];
|
|
268
|
+
export type ApplicationComponentId = string;
|
|
269
|
+
export type ApplicationComponentStrategies = ApplicationComponentStrategy[];
|
|
270
|
+
export interface ApplicationComponentStrategy {
|
|
271
|
+
/**
|
|
272
|
+
* Set to true if the recommendation is set as preferred.
|
|
273
|
+
*/
|
|
274
|
+
isPreferred?: Boolean;
|
|
275
|
+
/**
|
|
276
|
+
* Strategy recommendation for the application component.
|
|
277
|
+
*/
|
|
278
|
+
recommendation?: RecommendationSet;
|
|
279
|
+
/**
|
|
280
|
+
* The recommendation status of a strategy for an application component.
|
|
281
|
+
*/
|
|
282
|
+
status?: StrategyRecommendation;
|
|
283
|
+
}
|
|
284
|
+
export interface ApplicationComponentSummary {
|
|
285
|
+
/**
|
|
286
|
+
* Contains the name of application types.
|
|
287
|
+
*/
|
|
288
|
+
appType?: AppType;
|
|
289
|
+
/**
|
|
290
|
+
* Contains the count of application type.
|
|
291
|
+
*/
|
|
292
|
+
count?: Integer;
|
|
293
|
+
}
|
|
294
|
+
export interface ApplicationPreferences {
|
|
295
|
+
/**
|
|
296
|
+
* Application preferences that you specify to prefer managed environment.
|
|
297
|
+
*/
|
|
298
|
+
managementPreference?: ManagementPreference;
|
|
299
|
+
}
|
|
300
|
+
export type AssessmentStatus = "IN_PROGRESS"|"COMPLETE"|"FAILED"|"STOPPED"|string;
|
|
301
|
+
export interface AssessmentSummary {
|
|
302
|
+
/**
|
|
303
|
+
* The Amazon S3 object containing the anti-pattern report.
|
|
304
|
+
*/
|
|
305
|
+
antipatternReportS3Object?: S3Object;
|
|
306
|
+
/**
|
|
307
|
+
* The status of the anti-pattern report.
|
|
308
|
+
*/
|
|
309
|
+
antipatternReportStatus?: AntipatternReportStatus;
|
|
310
|
+
/**
|
|
311
|
+
* The status message of the anti-pattern report.
|
|
312
|
+
*/
|
|
313
|
+
antipatternReportStatusMessage?: StatusMessage;
|
|
314
|
+
/**
|
|
315
|
+
* The time the assessment was performed.
|
|
316
|
+
*/
|
|
317
|
+
lastAnalyzedTimestamp?: TimeStamp;
|
|
318
|
+
/**
|
|
319
|
+
* List of AntipatternSeveritySummary.
|
|
320
|
+
*/
|
|
321
|
+
listAntipatternSeveritySummary?: ListAntipatternSeveritySummary;
|
|
322
|
+
/**
|
|
323
|
+
* List of ApplicationComponentStrategySummary.
|
|
324
|
+
*/
|
|
325
|
+
listApplicationComponentStrategySummary?: ListStrategySummary;
|
|
326
|
+
/**
|
|
327
|
+
* List of ApplicationComponentSummary.
|
|
328
|
+
*/
|
|
329
|
+
listApplicationComponentSummary?: ListApplicationComponentSummary;
|
|
330
|
+
/**
|
|
331
|
+
* List of ServerStrategySummary.
|
|
332
|
+
*/
|
|
333
|
+
listServerStrategySummary?: ListStrategySummary;
|
|
334
|
+
/**
|
|
335
|
+
* List of ServerSummary.
|
|
336
|
+
*/
|
|
337
|
+
listServerSummary?: ListServerSummary;
|
|
338
|
+
}
|
|
339
|
+
export interface AssociatedApplication {
|
|
340
|
+
/**
|
|
341
|
+
* ID of the application as defined in Application Discovery Service.
|
|
342
|
+
*/
|
|
343
|
+
id?: String;
|
|
344
|
+
/**
|
|
345
|
+
* Name of the application as defined in Application Discovery Service.
|
|
346
|
+
*/
|
|
347
|
+
name?: String;
|
|
348
|
+
}
|
|
349
|
+
export type AssociatedApplications = AssociatedApplication[];
|
|
350
|
+
export type AssociatedServerIDs = String[];
|
|
351
|
+
export type AsyncTaskId = string;
|
|
352
|
+
export interface AwsManagedResources {
|
|
353
|
+
/**
|
|
354
|
+
* The choice of application destination that you specify.
|
|
355
|
+
*/
|
|
356
|
+
targetDestination: AwsManagedTargetDestinations;
|
|
357
|
+
}
|
|
358
|
+
export type AwsManagedTargetDestination = "None specified"|"AWS Elastic BeanStalk"|"AWS Fargate"|string;
|
|
359
|
+
export type AwsManagedTargetDestinations = AwsManagedTargetDestination[];
|
|
360
|
+
export type Boolean = boolean;
|
|
361
|
+
export interface BusinessGoals {
|
|
362
|
+
/**
|
|
363
|
+
* Business goal to reduce license costs.
|
|
364
|
+
*/
|
|
365
|
+
licenseCostReduction?: BusinessGoalsInteger;
|
|
366
|
+
/**
|
|
367
|
+
* Business goal to modernize infrastructure by moving to cloud native technologies.
|
|
368
|
+
*/
|
|
369
|
+
modernizeInfrastructureWithCloudNativeTechnologies?: BusinessGoalsInteger;
|
|
370
|
+
/**
|
|
371
|
+
* Business goal to reduce the operational overhead on the team by moving into managed services.
|
|
372
|
+
*/
|
|
373
|
+
reduceOperationalOverheadWithManagedServices?: BusinessGoalsInteger;
|
|
374
|
+
/**
|
|
375
|
+
* Business goal to achieve migration at a fast pace.
|
|
376
|
+
*/
|
|
377
|
+
speedOfMigration?: BusinessGoalsInteger;
|
|
378
|
+
}
|
|
379
|
+
export type BusinessGoalsInteger = number;
|
|
380
|
+
export interface Collector {
|
|
381
|
+
/**
|
|
382
|
+
* Indicates the health of a collector.
|
|
383
|
+
*/
|
|
384
|
+
collectorHealth?: CollectorHealth;
|
|
385
|
+
/**
|
|
386
|
+
* The ID of the collector.
|
|
387
|
+
*/
|
|
388
|
+
collectorId?: String;
|
|
389
|
+
/**
|
|
390
|
+
* Current version of the collector that is running in the environment that you specify.
|
|
391
|
+
*/
|
|
392
|
+
collectorVersion?: String;
|
|
393
|
+
/**
|
|
394
|
+
* Hostname of the server that is hosting the collector.
|
|
395
|
+
*/
|
|
396
|
+
hostName?: String;
|
|
397
|
+
/**
|
|
398
|
+
* IP address of the server that is hosting the collector.
|
|
399
|
+
*/
|
|
400
|
+
ipAddress?: String;
|
|
401
|
+
/**
|
|
402
|
+
* Time when the collector last pinged the service.
|
|
403
|
+
*/
|
|
404
|
+
lastActivityTimeStamp?: String;
|
|
405
|
+
/**
|
|
406
|
+
* Time when the collector registered with the service.
|
|
407
|
+
*/
|
|
408
|
+
registeredTimeStamp?: String;
|
|
409
|
+
}
|
|
410
|
+
export type CollectorHealth = "COLLECTOR_HEALTHY"|"COLLECTOR_UNHEALTHY"|string;
|
|
411
|
+
export type Collectors = Collector[];
|
|
412
|
+
export interface DataCollectionDetails {
|
|
413
|
+
/**
|
|
414
|
+
* The time the assessment completes.
|
|
415
|
+
*/
|
|
416
|
+
completionTime?: TimeStamp;
|
|
417
|
+
/**
|
|
418
|
+
* The number of failed servers in the assessment.
|
|
419
|
+
*/
|
|
420
|
+
failed?: Integer;
|
|
421
|
+
/**
|
|
422
|
+
* The number of servers with the assessment status IN_PROGESS.
|
|
423
|
+
*/
|
|
424
|
+
inProgress?: Integer;
|
|
425
|
+
/**
|
|
426
|
+
* The total number of servers in the assessment.
|
|
427
|
+
*/
|
|
428
|
+
servers?: Integer;
|
|
429
|
+
/**
|
|
430
|
+
* The start time of assessment.
|
|
431
|
+
*/
|
|
432
|
+
startTime?: TimeStamp;
|
|
433
|
+
/**
|
|
434
|
+
* The status of the assessment.
|
|
435
|
+
*/
|
|
436
|
+
status?: AssessmentStatus;
|
|
437
|
+
/**
|
|
438
|
+
* The number of successful servers in the assessment.
|
|
439
|
+
*/
|
|
440
|
+
success?: Integer;
|
|
441
|
+
}
|
|
442
|
+
export type DataSourceType = "ApplicationDiscoveryService"|"MPA"|string;
|
|
443
|
+
export interface DatabaseConfigDetail {
|
|
444
|
+
/**
|
|
445
|
+
* AWS Secrets Manager key that holds the credentials that you use to connect to a database.
|
|
446
|
+
*/
|
|
447
|
+
secretName?: String;
|
|
448
|
+
}
|
|
449
|
+
export type DatabaseManagementPreference = "AWS-managed"|"Self-manage"|"No preference"|string;
|
|
450
|
+
export interface DatabaseMigrationPreference {
|
|
451
|
+
/**
|
|
452
|
+
* Indicates whether you are interested in moving from one type of database to another. For example, from SQL Server to Amazon Aurora MySQL-Compatible Edition.
|
|
453
|
+
*/
|
|
454
|
+
heterogeneous?: Heterogeneous;
|
|
455
|
+
/**
|
|
456
|
+
* Indicates whether you are interested in moving to the same type of database into AWS. For example, from SQL Server in your environment to SQL Server on AWS.
|
|
457
|
+
*/
|
|
458
|
+
homogeneous?: Homogeneous;
|
|
459
|
+
/**
|
|
460
|
+
* Indicated that you do not prefer heterogeneous or homogeneous.
|
|
461
|
+
*/
|
|
462
|
+
noPreference?: NoDatabaseMigrationPreference;
|
|
463
|
+
}
|
|
464
|
+
export interface DatabasePreferences {
|
|
465
|
+
/**
|
|
466
|
+
* Specifies whether you're interested in self-managed databases or databases managed by AWS.
|
|
467
|
+
*/
|
|
468
|
+
databaseManagementPreference?: DatabaseManagementPreference;
|
|
469
|
+
/**
|
|
470
|
+
* Specifies your preferred migration path.
|
|
471
|
+
*/
|
|
472
|
+
databaseMigrationPreference?: DatabaseMigrationPreference;
|
|
473
|
+
}
|
|
474
|
+
export interface GetApplicationComponentDetailsRequest {
|
|
475
|
+
/**
|
|
476
|
+
* The ID of the application component. The ID is unique within an AWS account.
|
|
477
|
+
*/
|
|
478
|
+
applicationComponentId: ApplicationComponentId;
|
|
479
|
+
}
|
|
480
|
+
export interface GetApplicationComponentDetailsResponse {
|
|
481
|
+
/**
|
|
482
|
+
* Detailed information about an application component.
|
|
483
|
+
*/
|
|
484
|
+
applicationComponentDetail?: ApplicationComponentDetail;
|
|
485
|
+
/**
|
|
486
|
+
* The associated application group as defined in AWS Application Discovery Service.
|
|
487
|
+
*/
|
|
488
|
+
associatedApplications?: AssociatedApplications;
|
|
489
|
+
/**
|
|
490
|
+
* A list of the IDs of the servers on which the application component is running.
|
|
491
|
+
*/
|
|
492
|
+
associatedServerIds?: AssociatedServerIDs;
|
|
493
|
+
/**
|
|
494
|
+
* Set to true if the application component belongs to more than one application group.
|
|
495
|
+
*/
|
|
496
|
+
moreApplicationResource?: Boolean;
|
|
497
|
+
}
|
|
498
|
+
export interface GetApplicationComponentStrategiesRequest {
|
|
499
|
+
/**
|
|
500
|
+
* The ID of the application component. The ID is unique within an AWS account.
|
|
501
|
+
*/
|
|
502
|
+
applicationComponentId: ApplicationComponentId;
|
|
503
|
+
}
|
|
504
|
+
export interface GetApplicationComponentStrategiesResponse {
|
|
505
|
+
/**
|
|
506
|
+
* A list of application component strategy recommendations.
|
|
507
|
+
*/
|
|
508
|
+
applicationComponentStrategies?: ApplicationComponentStrategies;
|
|
509
|
+
}
|
|
510
|
+
export interface GetAssessmentRequest {
|
|
511
|
+
/**
|
|
512
|
+
* The assessmentid returned by StartAssessment.
|
|
513
|
+
*/
|
|
514
|
+
id: AsyncTaskId;
|
|
515
|
+
}
|
|
516
|
+
export interface GetAssessmentResponse {
|
|
517
|
+
/**
|
|
518
|
+
* Detailed information about the assessment.
|
|
519
|
+
*/
|
|
520
|
+
dataCollectionDetails?: DataCollectionDetails;
|
|
521
|
+
/**
|
|
522
|
+
* The ID for the specific assessment task.
|
|
523
|
+
*/
|
|
524
|
+
id?: AsyncTaskId;
|
|
525
|
+
}
|
|
526
|
+
export interface GetImportFileTaskRequest {
|
|
527
|
+
/**
|
|
528
|
+
* The ID of the import file task. This ID is returned in the response of StartImportFileTask.
|
|
529
|
+
*/
|
|
530
|
+
id: String;
|
|
531
|
+
}
|
|
532
|
+
export interface GetImportFileTaskResponse {
|
|
533
|
+
/**
|
|
534
|
+
* The time that the import task completed.
|
|
535
|
+
*/
|
|
536
|
+
completionTime?: TimeStamp;
|
|
537
|
+
/**
|
|
538
|
+
* The import file task id returned in the response of StartImportFileTask.
|
|
539
|
+
*/
|
|
540
|
+
id?: String;
|
|
541
|
+
/**
|
|
542
|
+
* The name of the import task given in StartImportFileTask.
|
|
543
|
+
*/
|
|
544
|
+
importName?: String;
|
|
545
|
+
/**
|
|
546
|
+
* The S3 bucket where import file is located.
|
|
547
|
+
*/
|
|
548
|
+
inputS3Bucket?: importS3Bucket;
|
|
549
|
+
/**
|
|
550
|
+
* The Amazon S3 key name of the import file.
|
|
551
|
+
*/
|
|
552
|
+
inputS3Key?: importS3Key;
|
|
553
|
+
/**
|
|
554
|
+
* The number of records that failed to be imported.
|
|
555
|
+
*/
|
|
556
|
+
numberOfRecordsFailed?: Integer;
|
|
557
|
+
/**
|
|
558
|
+
* The number of records successfully imported.
|
|
559
|
+
*/
|
|
560
|
+
numberOfRecordsSuccess?: Integer;
|
|
561
|
+
/**
|
|
562
|
+
* Start time of the import task.
|
|
563
|
+
*/
|
|
564
|
+
startTime?: TimeStamp;
|
|
565
|
+
/**
|
|
566
|
+
* Status of import file task.
|
|
567
|
+
*/
|
|
568
|
+
status?: ImportFileTaskStatus;
|
|
569
|
+
/**
|
|
570
|
+
* The S3 bucket name for status report of import task.
|
|
571
|
+
*/
|
|
572
|
+
statusReportS3Bucket?: importS3Bucket;
|
|
573
|
+
/**
|
|
574
|
+
* The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.
|
|
575
|
+
*/
|
|
576
|
+
statusReportS3Key?: importS3Key;
|
|
577
|
+
}
|
|
578
|
+
export interface GetPortfolioPreferencesRequest {
|
|
579
|
+
}
|
|
580
|
+
export interface GetPortfolioPreferencesResponse {
|
|
581
|
+
/**
|
|
582
|
+
* The transformation preferences for non-database applications.
|
|
583
|
+
*/
|
|
584
|
+
applicationPreferences?: ApplicationPreferences;
|
|
585
|
+
/**
|
|
586
|
+
* The transformation preferences for database applications.
|
|
587
|
+
*/
|
|
588
|
+
databasePreferences?: DatabasePreferences;
|
|
589
|
+
/**
|
|
590
|
+
* The rank of business goals based on priority.
|
|
591
|
+
*/
|
|
592
|
+
prioritizeBusinessGoals?: PrioritizeBusinessGoals;
|
|
593
|
+
}
|
|
594
|
+
export interface GetPortfolioSummaryRequest {
|
|
595
|
+
}
|
|
596
|
+
export interface GetPortfolioSummaryResponse {
|
|
597
|
+
/**
|
|
598
|
+
* An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns.
|
|
599
|
+
*/
|
|
600
|
+
assessmentSummary?: AssessmentSummary;
|
|
601
|
+
}
|
|
602
|
+
export interface GetRecommendationReportDetailsRequest {
|
|
603
|
+
/**
|
|
604
|
+
* The recommendation report generation task id returned by StartRecommendationReportGeneration.
|
|
605
|
+
*/
|
|
606
|
+
id: RecommendationTaskId;
|
|
607
|
+
}
|
|
608
|
+
export interface GetRecommendationReportDetailsResponse {
|
|
609
|
+
/**
|
|
610
|
+
* The ID of the recommendation report generation task. See the response of StartRecommendationReportGeneration.
|
|
611
|
+
*/
|
|
612
|
+
id?: RecommendationTaskId;
|
|
613
|
+
/**
|
|
614
|
+
* Detailed information about the recommendation report.
|
|
615
|
+
*/
|
|
616
|
+
recommendationReportDetails?: RecommendationReportDetails;
|
|
617
|
+
}
|
|
618
|
+
export interface GetServerDetailsRequest {
|
|
619
|
+
/**
|
|
620
|
+
* The maximum number of items to include in the response. The maximum value is 100.
|
|
621
|
+
*/
|
|
622
|
+
maxResults?: MaxResult;
|
|
623
|
+
/**
|
|
624
|
+
* The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
|
|
625
|
+
*/
|
|
626
|
+
nextToken?: NextToken;
|
|
627
|
+
/**
|
|
628
|
+
* The ID of the server.
|
|
629
|
+
*/
|
|
630
|
+
serverId: ServerId;
|
|
631
|
+
}
|
|
632
|
+
export interface GetServerDetailsResponse {
|
|
633
|
+
/**
|
|
634
|
+
* The associated application group the server belongs to, as defined in AWS Application Discovery Service.
|
|
635
|
+
*/
|
|
636
|
+
associatedApplications?: AssociatedApplications;
|
|
637
|
+
/**
|
|
638
|
+
* The token you use to retrieve the next set of results, or null if there are no more results.
|
|
639
|
+
*/
|
|
640
|
+
nextToken?: String;
|
|
641
|
+
/**
|
|
642
|
+
* Detailed information about the server.
|
|
643
|
+
*/
|
|
644
|
+
serverDetail?: ServerDetail;
|
|
645
|
+
}
|
|
646
|
+
export interface GetServerStrategiesRequest {
|
|
647
|
+
/**
|
|
648
|
+
* The ID of the server.
|
|
649
|
+
*/
|
|
650
|
+
serverId: ServerId;
|
|
651
|
+
}
|
|
652
|
+
export interface GetServerStrategiesResponse {
|
|
653
|
+
/**
|
|
654
|
+
* A list of strategy recommendations for the server.
|
|
655
|
+
*/
|
|
656
|
+
serverStrategies?: ServerStrategies;
|
|
657
|
+
}
|
|
658
|
+
export interface Group {
|
|
659
|
+
/**
|
|
660
|
+
* The key of the specific import group.
|
|
661
|
+
*/
|
|
662
|
+
name?: GroupName;
|
|
663
|
+
/**
|
|
664
|
+
* The value of the specific import group.
|
|
665
|
+
*/
|
|
666
|
+
value?: String;
|
|
667
|
+
}
|
|
668
|
+
export type GroupIds = Group[];
|
|
669
|
+
export type GroupName = "ExternalId"|string;
|
|
670
|
+
export interface Heterogeneous {
|
|
671
|
+
/**
|
|
672
|
+
* The target database engine for heterogeneous database migration preference.
|
|
673
|
+
*/
|
|
674
|
+
targetDatabaseEngine: HeterogeneousTargetDatabaseEngines;
|
|
675
|
+
}
|
|
676
|
+
export type HeterogeneousTargetDatabaseEngine = "None specified"|"Amazon Aurora"|"AWS PostgreSQL"|"MySQL"|"Microsoft SQL Server"|"Oracle Database"|"MariaDB"|"SAP"|"Db2 LUW"|"MongoDB"|string;
|
|
677
|
+
export type HeterogeneousTargetDatabaseEngines = HeterogeneousTargetDatabaseEngine[];
|
|
678
|
+
export interface Homogeneous {
|
|
679
|
+
/**
|
|
680
|
+
* The target database engine for homogeneous database migration preferences.
|
|
681
|
+
*/
|
|
682
|
+
targetDatabaseEngine?: HomogeneousTargetDatabaseEngines;
|
|
683
|
+
}
|
|
684
|
+
export type HomogeneousTargetDatabaseEngine = "None specified"|string;
|
|
685
|
+
export type HomogeneousTargetDatabaseEngines = HomogeneousTargetDatabaseEngine[];
|
|
686
|
+
export type IPAddress = string;
|
|
687
|
+
export interface ImportFileTaskInformation {
|
|
688
|
+
/**
|
|
689
|
+
* The time that the import task completes.
|
|
690
|
+
*/
|
|
691
|
+
completionTime?: TimeStamp;
|
|
692
|
+
/**
|
|
693
|
+
* The ID of the import file task.
|
|
694
|
+
*/
|
|
695
|
+
id?: String;
|
|
696
|
+
/**
|
|
697
|
+
* The name of the import task given in StartImportFileTask.
|
|
698
|
+
*/
|
|
699
|
+
importName?: String;
|
|
700
|
+
/**
|
|
701
|
+
* The S3 bucket where the import file is located.
|
|
702
|
+
*/
|
|
703
|
+
inputS3Bucket?: importS3Bucket;
|
|
704
|
+
/**
|
|
705
|
+
* The Amazon S3 key name of the import file.
|
|
706
|
+
*/
|
|
707
|
+
inputS3Key?: importS3Key;
|
|
708
|
+
/**
|
|
709
|
+
* The number of records that failed to be imported.
|
|
710
|
+
*/
|
|
711
|
+
numberOfRecordsFailed?: Integer;
|
|
712
|
+
/**
|
|
713
|
+
* The number of records successfully imported.
|
|
714
|
+
*/
|
|
715
|
+
numberOfRecordsSuccess?: Integer;
|
|
716
|
+
/**
|
|
717
|
+
* Start time of the import task.
|
|
718
|
+
*/
|
|
719
|
+
startTime?: TimeStamp;
|
|
720
|
+
/**
|
|
721
|
+
* Status of import file task.
|
|
722
|
+
*/
|
|
723
|
+
status?: ImportFileTaskStatus;
|
|
724
|
+
/**
|
|
725
|
+
* The S3 bucket name for status report of import task.
|
|
726
|
+
*/
|
|
727
|
+
statusReportS3Bucket?: importS3Bucket;
|
|
728
|
+
/**
|
|
729
|
+
* The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.
|
|
730
|
+
*/
|
|
731
|
+
statusReportS3Key?: importS3Key;
|
|
732
|
+
}
|
|
733
|
+
export type ImportFileTaskStatus = "ImportInProgress"|"ImportFailed"|"ImportPartialSuccess"|"ImportSuccess"|"DeleteInProgress"|"DeleteFailed"|"DeletePartialSuccess"|"DeleteSuccess"|string;
|
|
734
|
+
export type InclusionStatus = "excludeFromAssessment"|"includeInAssessment"|string;
|
|
735
|
+
export type Integer = number;
|
|
736
|
+
export type InterfaceName = string;
|
|
737
|
+
export type ListAntipatternSeveritySummary = AntipatternSeveritySummary[];
|
|
738
|
+
export type ListApplicationComponentSummary = ApplicationComponentSummary[];
|
|
739
|
+
export interface ListApplicationComponentsRequest {
|
|
740
|
+
/**
|
|
741
|
+
* Criteria for filtering the list of application components.
|
|
742
|
+
*/
|
|
743
|
+
applicationComponentCriteria?: ApplicationComponentCriteria;
|
|
744
|
+
/**
|
|
745
|
+
* Specify the value based on the application component criteria type. For example, if applicationComponentCriteria is set to SERVER_ID and filterValue is set to server1, then ListApplicationComponents returns all the application components running on server1.
|
|
746
|
+
*/
|
|
747
|
+
filterValue?: ListApplicationComponentsRequestFilterValueString;
|
|
748
|
+
/**
|
|
749
|
+
* The group ID specified in to filter on.
|
|
750
|
+
*/
|
|
751
|
+
groupIdFilter?: GroupIds;
|
|
752
|
+
/**
|
|
753
|
+
* The maximum number of items to include in the response. The maximum value is 100.
|
|
754
|
+
*/
|
|
755
|
+
maxResults?: MaxResult;
|
|
756
|
+
/**
|
|
757
|
+
* The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
|
|
758
|
+
*/
|
|
759
|
+
nextToken?: NextToken;
|
|
760
|
+
/**
|
|
761
|
+
* Specifies whether to sort by ascending (ASC) or descending (DESC) order.
|
|
762
|
+
*/
|
|
763
|
+
sort?: SortOrder;
|
|
764
|
+
}
|
|
765
|
+
export type ListApplicationComponentsRequestFilterValueString = string;
|
|
766
|
+
export interface ListApplicationComponentsResponse {
|
|
767
|
+
/**
|
|
768
|
+
* The list of application components with detailed information about each component.
|
|
769
|
+
*/
|
|
770
|
+
applicationComponentInfos?: ApplicationComponentDetails;
|
|
771
|
+
/**
|
|
772
|
+
* The token you use to retrieve the next set of results, or null if there are no more results.
|
|
773
|
+
*/
|
|
774
|
+
nextToken?: NextToken;
|
|
775
|
+
}
|
|
776
|
+
export interface ListCollectorsRequest {
|
|
777
|
+
/**
|
|
778
|
+
* The maximum number of items to include in the response. The maximum value is 100.
|
|
779
|
+
*/
|
|
780
|
+
maxResults?: MaxResult;
|
|
781
|
+
/**
|
|
782
|
+
* The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
|
|
783
|
+
*/
|
|
784
|
+
nextToken?: NextToken;
|
|
785
|
+
}
|
|
786
|
+
export interface ListCollectorsResponse {
|
|
787
|
+
/**
|
|
788
|
+
* The list of all the installed collectors.
|
|
789
|
+
*/
|
|
790
|
+
Collectors?: Collectors;
|
|
791
|
+
/**
|
|
792
|
+
* The token you use to retrieve the next set of results, or null if there are no more results.
|
|
793
|
+
*/
|
|
794
|
+
nextToken?: NextToken;
|
|
795
|
+
}
|
|
796
|
+
export type ListImportFileTaskInformation = ImportFileTaskInformation[];
|
|
797
|
+
export interface ListImportFileTaskRequest {
|
|
798
|
+
/**
|
|
799
|
+
* The total number of items to return. The maximum value is 100.
|
|
800
|
+
*/
|
|
801
|
+
maxResults?: Integer;
|
|
802
|
+
/**
|
|
803
|
+
* The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
|
|
804
|
+
*/
|
|
805
|
+
nextToken?: String;
|
|
806
|
+
}
|
|
807
|
+
export interface ListImportFileTaskResponse {
|
|
808
|
+
/**
|
|
809
|
+
* The token you use to retrieve the next set of results, or null if there are no more results.
|
|
810
|
+
*/
|
|
811
|
+
nextToken?: String;
|
|
812
|
+
/**
|
|
813
|
+
* Lists information about the files you import.
|
|
814
|
+
*/
|
|
815
|
+
taskInfos?: ListImportFileTaskInformation;
|
|
816
|
+
}
|
|
817
|
+
export type ListServerSummary = ServerSummary[];
|
|
818
|
+
export interface ListServersRequest {
|
|
819
|
+
/**
|
|
820
|
+
* Specifies the filter value, which is based on the type of server criteria. For example, if serverCriteria is OS_NAME, and the filterValue is equal to WindowsServer, then ListServers returns all of the servers matching the OS name WindowsServer.
|
|
821
|
+
*/
|
|
822
|
+
filterValue?: String;
|
|
823
|
+
/**
|
|
824
|
+
* Specifies the group ID to filter on.
|
|
825
|
+
*/
|
|
826
|
+
groupIdFilter?: GroupIds;
|
|
827
|
+
/**
|
|
828
|
+
* The maximum number of items to include in the response. The maximum value is 100.
|
|
829
|
+
*/
|
|
830
|
+
maxResults?: MaxResult;
|
|
831
|
+
/**
|
|
832
|
+
* The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
|
|
833
|
+
*/
|
|
834
|
+
nextToken?: NextToken;
|
|
835
|
+
/**
|
|
836
|
+
* Criteria for filtering servers.
|
|
837
|
+
*/
|
|
838
|
+
serverCriteria?: ServerCriteria;
|
|
839
|
+
/**
|
|
840
|
+
* Specifies whether to sort by ascending (ASC) or descending (DESC) order.
|
|
841
|
+
*/
|
|
842
|
+
sort?: SortOrder;
|
|
843
|
+
}
|
|
844
|
+
export interface ListServersResponse {
|
|
845
|
+
/**
|
|
846
|
+
* The token you use to retrieve the next set of results, or null if there are no more results.
|
|
847
|
+
*/
|
|
848
|
+
nextToken?: NextToken;
|
|
849
|
+
/**
|
|
850
|
+
* The list of servers with detailed information about each server.
|
|
851
|
+
*/
|
|
852
|
+
serverInfos?: ServerDetails;
|
|
853
|
+
}
|
|
854
|
+
export type ListStrategySummary = StrategySummary[];
|
|
855
|
+
export type Location = string;
|
|
856
|
+
export type MacAddress = string;
|
|
857
|
+
export interface ManagementPreference {
|
|
858
|
+
/**
|
|
859
|
+
* Indicates interest in solutions that are managed by AWS.
|
|
860
|
+
*/
|
|
861
|
+
awsManagedResources?: AwsManagedResources;
|
|
862
|
+
/**
|
|
863
|
+
* No specific preference.
|
|
864
|
+
*/
|
|
865
|
+
noPreference?: NoManagementPreference;
|
|
866
|
+
/**
|
|
867
|
+
* Indicates interest in managing your own resources on AWS.
|
|
868
|
+
*/
|
|
869
|
+
selfManageResources?: SelfManageResources;
|
|
870
|
+
}
|
|
871
|
+
export type MaxResult = number;
|
|
872
|
+
export type NetMask = string;
|
|
873
|
+
export interface NetworkInfo {
|
|
874
|
+
/**
|
|
875
|
+
* Information about the name of the interface of the server for which the assessment was run.
|
|
876
|
+
*/
|
|
877
|
+
interfaceName: InterfaceName;
|
|
878
|
+
/**
|
|
879
|
+
* Information about the IP address of the server for which the assessment was run.
|
|
880
|
+
*/
|
|
881
|
+
ipAddress: IPAddress;
|
|
882
|
+
/**
|
|
883
|
+
* Information about the MAC address of the server for which the assessment was run.
|
|
884
|
+
*/
|
|
885
|
+
macAddress: MacAddress;
|
|
886
|
+
/**
|
|
887
|
+
* Information about the subnet mask of the server for which the assessment was run.
|
|
888
|
+
*/
|
|
889
|
+
netMask: NetMask;
|
|
890
|
+
}
|
|
891
|
+
export type NetworkInfoList = NetworkInfo[];
|
|
892
|
+
export type NextToken = string;
|
|
893
|
+
export interface NoDatabaseMigrationPreference {
|
|
894
|
+
/**
|
|
895
|
+
* The target database engine for database migration preference that you specify.
|
|
896
|
+
*/
|
|
897
|
+
targetDatabaseEngine: TargetDatabaseEngines;
|
|
898
|
+
}
|
|
899
|
+
export interface NoManagementPreference {
|
|
900
|
+
/**
|
|
901
|
+
* The choice of application destination that you specify.
|
|
902
|
+
*/
|
|
903
|
+
targetDestination: NoPreferenceTargetDestinations;
|
|
904
|
+
}
|
|
905
|
+
export type NoPreferenceTargetDestination = "None specified"|"AWS Elastic BeanStalk"|"AWS Fargate"|"Amazon Elastic Cloud Compute (EC2)"|"Amazon Elastic Container Service (ECS)"|"Amazon Elastic Kubernetes Service (EKS)"|string;
|
|
906
|
+
export type NoPreferenceTargetDestinations = NoPreferenceTargetDestination[];
|
|
907
|
+
export interface OSInfo {
|
|
908
|
+
/**
|
|
909
|
+
* Information about the type of operating system.
|
|
910
|
+
*/
|
|
911
|
+
type?: OSType;
|
|
912
|
+
/**
|
|
913
|
+
* Information about the version of operating system.
|
|
914
|
+
*/
|
|
915
|
+
version?: OSVersion;
|
|
916
|
+
}
|
|
917
|
+
export type OSType = "LINUX"|"WINDOWS"|string;
|
|
918
|
+
export type OSVersion = string;
|
|
919
|
+
export type OutputFormat = "Excel"|"Json"|string;
|
|
920
|
+
export interface PrioritizeBusinessGoals {
|
|
921
|
+
/**
|
|
922
|
+
* Rank of business goals based on priority.
|
|
923
|
+
*/
|
|
924
|
+
businessGoals?: BusinessGoals;
|
|
925
|
+
}
|
|
926
|
+
export interface PutPortfolioPreferencesRequest {
|
|
927
|
+
/**
|
|
928
|
+
* The transformation preferences for non-database applications.
|
|
929
|
+
*/
|
|
930
|
+
applicationPreferences?: ApplicationPreferences;
|
|
931
|
+
/**
|
|
932
|
+
* The transformation preferences for database applications.
|
|
933
|
+
*/
|
|
934
|
+
databasePreferences?: DatabasePreferences;
|
|
935
|
+
/**
|
|
936
|
+
* The rank of the business goals based on priority.
|
|
937
|
+
*/
|
|
938
|
+
prioritizeBusinessGoals?: PrioritizeBusinessGoals;
|
|
939
|
+
}
|
|
940
|
+
export interface PutPortfolioPreferencesResponse {
|
|
941
|
+
}
|
|
942
|
+
export interface RecommendationReportDetails {
|
|
943
|
+
/**
|
|
944
|
+
* The time that the recommendation report generation task completes.
|
|
945
|
+
*/
|
|
946
|
+
completionTime?: RecommendationReportTimeStamp;
|
|
947
|
+
/**
|
|
948
|
+
* The S3 bucket where the report file is located.
|
|
949
|
+
*/
|
|
950
|
+
s3Bucket?: String;
|
|
951
|
+
/**
|
|
952
|
+
* The Amazon S3 key name of the report file.
|
|
953
|
+
*/
|
|
954
|
+
s3Keys?: S3Keys;
|
|
955
|
+
/**
|
|
956
|
+
* The time that the recommendation report generation task starts.
|
|
957
|
+
*/
|
|
958
|
+
startTime?: RecommendationReportTimeStamp;
|
|
959
|
+
/**
|
|
960
|
+
* The status of the recommendation report generation task.
|
|
961
|
+
*/
|
|
962
|
+
status?: RecommendationReportStatus;
|
|
963
|
+
/**
|
|
964
|
+
* The status message for recommendation report generation.
|
|
965
|
+
*/
|
|
966
|
+
statusMessage?: RecommendationReportStatusMessage;
|
|
967
|
+
}
|
|
968
|
+
export type RecommendationReportStatus = "FAILED"|"IN_PROGRESS"|"SUCCESS"|string;
|
|
969
|
+
export type RecommendationReportStatusMessage = string;
|
|
970
|
+
export type RecommendationReportTimeStamp = Date;
|
|
971
|
+
export interface RecommendationSet {
|
|
972
|
+
/**
|
|
973
|
+
* The recommended strategy.
|
|
974
|
+
*/
|
|
975
|
+
strategy?: Strategy;
|
|
976
|
+
/**
|
|
977
|
+
* The recommended target destination.
|
|
978
|
+
*/
|
|
979
|
+
targetDestination?: TargetDestination;
|
|
980
|
+
/**
|
|
981
|
+
* The target destination for the recommendation set.
|
|
982
|
+
*/
|
|
983
|
+
transformationTool?: TransformationTool;
|
|
984
|
+
}
|
|
985
|
+
export type RecommendationTaskId = string;
|
|
986
|
+
export type ResourceId = string;
|
|
987
|
+
export type ResourceName = string;
|
|
988
|
+
export type ResourceSubType = "Database"|"Process"|"DatabaseProcess"|string;
|
|
989
|
+
export type RunTimeAssessmentStatus = "dataCollectionTaskToBeScheduled"|"dataCollectionTaskScheduled"|"dataCollectionTaskStarted"|"dataCollectionTaskStopped"|"dataCollectionTaskSuccess"|"dataCollectionTaskFailed"|"dataCollectionTaskPartialSuccess"|string;
|
|
990
|
+
export type S3Bucket = string;
|
|
991
|
+
export type S3Key = string;
|
|
992
|
+
export type S3Keys = String[];
|
|
993
|
+
export interface S3Object {
|
|
994
|
+
/**
|
|
995
|
+
* The S3 bucket name.
|
|
996
|
+
*/
|
|
997
|
+
s3Bucket?: S3Bucket;
|
|
998
|
+
/**
|
|
999
|
+
* The Amazon S3 key name.
|
|
1000
|
+
*/
|
|
1001
|
+
s3key?: S3Key;
|
|
1002
|
+
}
|
|
1003
|
+
export type SecretsManagerKey = string;
|
|
1004
|
+
export interface SelfManageResources {
|
|
1005
|
+
/**
|
|
1006
|
+
* Self-managed resources target destination.
|
|
1007
|
+
*/
|
|
1008
|
+
targetDestination: SelfManageTargetDestinations;
|
|
1009
|
+
}
|
|
1010
|
+
export type SelfManageTargetDestination = "None specified"|"Amazon Elastic Cloud Compute (EC2)"|"Amazon Elastic Container Service (ECS)"|"Amazon Elastic Kubernetes Service (EKS)"|string;
|
|
1011
|
+
export type SelfManageTargetDestinations = SelfManageTargetDestination[];
|
|
1012
|
+
export type ServerCriteria = "NOT_DEFINED"|"OS_NAME"|"STRATEGY"|"DESTINATION"|"SERVER_ID"|string;
|
|
1013
|
+
export interface ServerDetail {
|
|
1014
|
+
/**
|
|
1015
|
+
* The S3 bucket name and Amazon S3 key name for anti-pattern report.
|
|
1016
|
+
*/
|
|
1017
|
+
antipatternReportS3Object?: S3Object;
|
|
1018
|
+
/**
|
|
1019
|
+
* The status of the anti-pattern report generation.
|
|
1020
|
+
*/
|
|
1021
|
+
antipatternReportStatus?: AntipatternReportStatus;
|
|
1022
|
+
/**
|
|
1023
|
+
* A message about the status of the anti-pattern report generation.
|
|
1024
|
+
*/
|
|
1025
|
+
antipatternReportStatusMessage?: StatusMessage;
|
|
1026
|
+
/**
|
|
1027
|
+
* A list of strategy summaries.
|
|
1028
|
+
*/
|
|
1029
|
+
applicationComponentStrategySummary?: ListStrategySummary;
|
|
1030
|
+
/**
|
|
1031
|
+
* The status of assessment for the server.
|
|
1032
|
+
*/
|
|
1033
|
+
dataCollectionStatus?: RunTimeAssessmentStatus;
|
|
1034
|
+
/**
|
|
1035
|
+
* The server ID.
|
|
1036
|
+
*/
|
|
1037
|
+
id?: ResourceId;
|
|
1038
|
+
/**
|
|
1039
|
+
* The timestamp of when the server was assessed.
|
|
1040
|
+
*/
|
|
1041
|
+
lastAnalyzedTimestamp?: TimeStamp;
|
|
1042
|
+
/**
|
|
1043
|
+
* A list of anti-pattern severity summaries.
|
|
1044
|
+
*/
|
|
1045
|
+
listAntipatternSeveritySummary?: ListAntipatternSeveritySummary;
|
|
1046
|
+
/**
|
|
1047
|
+
* The name of the server.
|
|
1048
|
+
*/
|
|
1049
|
+
name?: ResourceName;
|
|
1050
|
+
/**
|
|
1051
|
+
* A set of recommendations.
|
|
1052
|
+
*/
|
|
1053
|
+
recommendationSet?: RecommendationSet;
|
|
1054
|
+
/**
|
|
1055
|
+
* The type of server.
|
|
1056
|
+
*/
|
|
1057
|
+
serverType?: String;
|
|
1058
|
+
/**
|
|
1059
|
+
* A message about the status of data collection, which contains detailed descriptions of any error messages.
|
|
1060
|
+
*/
|
|
1061
|
+
statusMessage?: StatusMessage;
|
|
1062
|
+
/**
|
|
1063
|
+
* System information about the server.
|
|
1064
|
+
*/
|
|
1065
|
+
systemInfo?: SystemInfo;
|
|
1066
|
+
}
|
|
1067
|
+
export type ServerDetails = ServerDetail[];
|
|
1068
|
+
export type ServerId = string;
|
|
1069
|
+
export type ServerOsType = "WindowsServer"|"AmazonLinux"|"EndOfSupportWindowsServer"|"Redhat"|"Other"|string;
|
|
1070
|
+
export type ServerStrategies = ServerStrategy[];
|
|
1071
|
+
export interface ServerStrategy {
|
|
1072
|
+
/**
|
|
1073
|
+
* Set to true if the recommendation is set as preferred.
|
|
1074
|
+
*/
|
|
1075
|
+
isPreferred?: Boolean;
|
|
1076
|
+
/**
|
|
1077
|
+
* The number of application components with this strategy recommendation running on the server.
|
|
1078
|
+
*/
|
|
1079
|
+
numberOfApplicationComponents?: Integer;
|
|
1080
|
+
/**
|
|
1081
|
+
* Strategy recommendation for the server.
|
|
1082
|
+
*/
|
|
1083
|
+
recommendation?: RecommendationSet;
|
|
1084
|
+
/**
|
|
1085
|
+
* The recommendation status of the strategy for the server.
|
|
1086
|
+
*/
|
|
1087
|
+
status?: StrategyRecommendation;
|
|
1088
|
+
}
|
|
1089
|
+
export interface ServerSummary {
|
|
1090
|
+
/**
|
|
1091
|
+
* Type of operating system for the servers.
|
|
1092
|
+
*/
|
|
1093
|
+
ServerOsType?: ServerOsType;
|
|
1094
|
+
/**
|
|
1095
|
+
* Number of servers.
|
|
1096
|
+
*/
|
|
1097
|
+
count?: Integer;
|
|
1098
|
+
}
|
|
1099
|
+
export type Severity = "HIGH"|"MEDIUM"|"LOW"|string;
|
|
1100
|
+
export type SortOrder = "ASC"|"DESC"|string;
|
|
1101
|
+
export interface SourceCode {
|
|
1102
|
+
/**
|
|
1103
|
+
* The repository name for the source code.
|
|
1104
|
+
*/
|
|
1105
|
+
location?: Location;
|
|
1106
|
+
/**
|
|
1107
|
+
* The branch of the source code.
|
|
1108
|
+
*/
|
|
1109
|
+
sourceVersion?: SourceVersion;
|
|
1110
|
+
/**
|
|
1111
|
+
* The type of repository to use for the source code.
|
|
1112
|
+
*/
|
|
1113
|
+
versionControl?: VersionControl;
|
|
1114
|
+
}
|
|
1115
|
+
export type SourceCodeList = SourceCode[];
|
|
1116
|
+
export type SourceCodeRepositories = SourceCodeRepository[];
|
|
1117
|
+
export interface SourceCodeRepository {
|
|
1118
|
+
/**
|
|
1119
|
+
* The branch of the source code.
|
|
1120
|
+
*/
|
|
1121
|
+
branch?: String;
|
|
1122
|
+
/**
|
|
1123
|
+
* The repository name for the source code.
|
|
1124
|
+
*/
|
|
1125
|
+
repository?: String;
|
|
1126
|
+
/**
|
|
1127
|
+
* The type of repository to use for the source code.
|
|
1128
|
+
*/
|
|
1129
|
+
versionControlType?: String;
|
|
1130
|
+
}
|
|
1131
|
+
export type SourceVersion = string;
|
|
1132
|
+
export type SrcCodeOrDbAnalysisStatus = "ANALYSIS_TO_BE_SCHEDULED"|"ANALYSIS_STARTED"|"ANALYSIS_SUCCESS"|"ANALYSIS_FAILED"|string;
|
|
1133
|
+
export interface StartAssessmentRequest {
|
|
1134
|
+
/**
|
|
1135
|
+
* The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with migrationhub-strategy-.
|
|
1136
|
+
*/
|
|
1137
|
+
s3bucketForAnalysisData?: StartAssessmentRequestS3bucketForAnalysisDataString;
|
|
1138
|
+
/**
|
|
1139
|
+
* The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with migrationhub-strategy-.
|
|
1140
|
+
*/
|
|
1141
|
+
s3bucketForReportData?: StartAssessmentRequestS3bucketForReportDataString;
|
|
1142
|
+
}
|
|
1143
|
+
export type StartAssessmentRequestS3bucketForAnalysisDataString = string;
|
|
1144
|
+
export type StartAssessmentRequestS3bucketForReportDataString = string;
|
|
1145
|
+
export interface StartAssessmentResponse {
|
|
1146
|
+
/**
|
|
1147
|
+
* The ID of the assessment.
|
|
1148
|
+
*/
|
|
1149
|
+
assessmentId?: AsyncTaskId;
|
|
1150
|
+
}
|
|
1151
|
+
export interface StartImportFileTaskRequest {
|
|
1152
|
+
/**
|
|
1153
|
+
* The S3 bucket where the import file is located. The bucket name is required to begin with migrationhub-strategy-.
|
|
1154
|
+
*/
|
|
1155
|
+
S3Bucket: importS3Bucket;
|
|
1156
|
+
/**
|
|
1157
|
+
* Specifies the source that the servers are coming from. By default, Strategy Recommendations assumes that the servers specified in the import file are available in AWS Application Discovery Service.
|
|
1158
|
+
*/
|
|
1159
|
+
dataSourceType?: DataSourceType;
|
|
1160
|
+
/**
|
|
1161
|
+
* Groups the resources in the import file together with a unique name. This ID can be as filter in ListApplicationComponents and ListServers.
|
|
1162
|
+
*/
|
|
1163
|
+
groupId?: GroupIds;
|
|
1164
|
+
/**
|
|
1165
|
+
* A descriptive name for the request.
|
|
1166
|
+
*/
|
|
1167
|
+
name: StartImportFileTaskRequestNameString;
|
|
1168
|
+
/**
|
|
1169
|
+
* The S3 bucket where Strategy Recommendations uploads import results. The bucket name is required to begin with migrationhub-strategy-.
|
|
1170
|
+
*/
|
|
1171
|
+
s3bucketForReportData?: StartImportFileTaskRequestS3bucketForReportDataString;
|
|
1172
|
+
/**
|
|
1173
|
+
* The Amazon S3 key name of the import file.
|
|
1174
|
+
*/
|
|
1175
|
+
s3key: String;
|
|
1176
|
+
}
|
|
1177
|
+
export type StartImportFileTaskRequestNameString = string;
|
|
1178
|
+
export type StartImportFileTaskRequestS3bucketForReportDataString = string;
|
|
1179
|
+
export interface StartImportFileTaskResponse {
|
|
1180
|
+
/**
|
|
1181
|
+
* The ID for a specific import task. The ID is unique within an AWS account.
|
|
1182
|
+
*/
|
|
1183
|
+
id?: String;
|
|
1184
|
+
}
|
|
1185
|
+
export interface StartRecommendationReportGenerationRequest {
|
|
1186
|
+
/**
|
|
1187
|
+
* Groups the resources in the recommendation report with a unique name.
|
|
1188
|
+
*/
|
|
1189
|
+
groupIdFilter?: GroupIds;
|
|
1190
|
+
/**
|
|
1191
|
+
* The output format for the recommendation report file. The default format is Microsoft Excel.
|
|
1192
|
+
*/
|
|
1193
|
+
outputFormat?: OutputFormat;
|
|
1194
|
+
}
|
|
1195
|
+
export interface StartRecommendationReportGenerationResponse {
|
|
1196
|
+
/**
|
|
1197
|
+
* The ID of the recommendation report generation task.
|
|
1198
|
+
*/
|
|
1199
|
+
id?: RecommendationTaskId;
|
|
1200
|
+
}
|
|
1201
|
+
export type StatusMessage = string;
|
|
1202
|
+
export interface StopAssessmentRequest {
|
|
1203
|
+
/**
|
|
1204
|
+
* The assessmentId returned by StartAssessment.
|
|
1205
|
+
*/
|
|
1206
|
+
assessmentId: AsyncTaskId;
|
|
1207
|
+
}
|
|
1208
|
+
export interface StopAssessmentResponse {
|
|
1209
|
+
}
|
|
1210
|
+
export type Strategy = "Rehost"|"Retirement"|"Refactor"|"Replatform"|"Retain"|"Relocate"|"Repurchase"|string;
|
|
1211
|
+
export interface StrategyOption {
|
|
1212
|
+
/**
|
|
1213
|
+
* Indicates if a specific strategy is preferred for the application component.
|
|
1214
|
+
*/
|
|
1215
|
+
isPreferred?: Boolean;
|
|
1216
|
+
/**
|
|
1217
|
+
* Type of transformation. For example, Rehost, Replatform, and so on.
|
|
1218
|
+
*/
|
|
1219
|
+
strategy?: Strategy;
|
|
1220
|
+
/**
|
|
1221
|
+
* Destination information about where the application component can migrate to. For example, EC2, ECS, and so on.
|
|
1222
|
+
*/
|
|
1223
|
+
targetDestination?: TargetDestination;
|
|
1224
|
+
/**
|
|
1225
|
+
* The name of the tool that can be used to transform an application component using this strategy.
|
|
1226
|
+
*/
|
|
1227
|
+
toolName?: TransformationToolName;
|
|
1228
|
+
}
|
|
1229
|
+
export type StrategyRecommendation = "recommended"|"viableOption"|"notRecommended"|string;
|
|
1230
|
+
export interface StrategySummary {
|
|
1231
|
+
/**
|
|
1232
|
+
* The count of recommendations per strategy.
|
|
1233
|
+
*/
|
|
1234
|
+
count?: Integer;
|
|
1235
|
+
/**
|
|
1236
|
+
* The name of recommended strategy.
|
|
1237
|
+
*/
|
|
1238
|
+
strategy?: Strategy;
|
|
1239
|
+
}
|
|
1240
|
+
export type String = string;
|
|
1241
|
+
export interface SystemInfo {
|
|
1242
|
+
/**
|
|
1243
|
+
* CPU architecture type for the server.
|
|
1244
|
+
*/
|
|
1245
|
+
cpuArchitecture?: String;
|
|
1246
|
+
/**
|
|
1247
|
+
* File system type for the server.
|
|
1248
|
+
*/
|
|
1249
|
+
fileSystemType?: String;
|
|
1250
|
+
/**
|
|
1251
|
+
* Networking information related to a server.
|
|
1252
|
+
*/
|
|
1253
|
+
networkInfoList?: NetworkInfoList;
|
|
1254
|
+
/**
|
|
1255
|
+
* Operating system corresponding to a server.
|
|
1256
|
+
*/
|
|
1257
|
+
osInfo?: OSInfo;
|
|
1258
|
+
}
|
|
1259
|
+
export type TargetDatabaseEngine = "None specified"|"Amazon Aurora"|"AWS PostgreSQL"|"MySQL"|"Microsoft SQL Server"|"Oracle Database"|"MariaDB"|"SAP"|"Db2 LUW"|"MongoDB"|string;
|
|
1260
|
+
export type TargetDatabaseEngines = TargetDatabaseEngine[];
|
|
1261
|
+
export type TargetDestination = "None specified"|"AWS Elastic BeanStalk"|"AWS Fargate"|"Amazon Elastic Cloud Compute (EC2)"|"Amazon Elastic Container Service (ECS)"|"Amazon Elastic Kubernetes Service (EKS)"|"Aurora MySQL"|"Aurora PostgreSQL"|"Amazon Relational Database Service on MySQL"|"Amazon Relational Database Service on PostgreSQL"|"Amazon DocumentDB"|"Amazon DynamoDB"|"Amazon Relational Database Service"|string;
|
|
1262
|
+
export type TimeStamp = Date;
|
|
1263
|
+
export type TranformationToolDescription = string;
|
|
1264
|
+
export type TranformationToolInstallationLink = string;
|
|
1265
|
+
export interface TransformationTool {
|
|
1266
|
+
/**
|
|
1267
|
+
* Description of the tool.
|
|
1268
|
+
*/
|
|
1269
|
+
description?: TranformationToolDescription;
|
|
1270
|
+
/**
|
|
1271
|
+
* Name of the tool.
|
|
1272
|
+
*/
|
|
1273
|
+
name?: TransformationToolName;
|
|
1274
|
+
/**
|
|
1275
|
+
* URL for installing the tool.
|
|
1276
|
+
*/
|
|
1277
|
+
tranformationToolInstallationLink?: TranformationToolInstallationLink;
|
|
1278
|
+
}
|
|
1279
|
+
export type TransformationToolName = "App2Container"|"Porting Assistant For .NET"|"End of Support Migration"|"Windows Web Application Migration Assistant"|"Application Migration Service"|"Strategy Recommendation Support"|"In Place Operating System Upgrade"|"Schema Conversion Tool"|"Database Migration Service"|"Native SQL Server Backup/Restore"|string;
|
|
1280
|
+
export interface UpdateApplicationComponentConfigRequest {
|
|
1281
|
+
/**
|
|
1282
|
+
* The ID of the application component. The ID is unique within an AWS account.
|
|
1283
|
+
*/
|
|
1284
|
+
applicationComponentId: ApplicationComponentId;
|
|
1285
|
+
/**
|
|
1286
|
+
* Indicates whether the application component has been included for server recommendation or not.
|
|
1287
|
+
*/
|
|
1288
|
+
inclusionStatus?: InclusionStatus;
|
|
1289
|
+
/**
|
|
1290
|
+
* Database credentials.
|
|
1291
|
+
*/
|
|
1292
|
+
secretsManagerKey?: SecretsManagerKey;
|
|
1293
|
+
/**
|
|
1294
|
+
* The list of source code configurations to update for the application component.
|
|
1295
|
+
*/
|
|
1296
|
+
sourceCodeList?: SourceCodeList;
|
|
1297
|
+
/**
|
|
1298
|
+
* The preferred strategy options for the application component. Use values from the GetApplicationComponentStrategies response.
|
|
1299
|
+
*/
|
|
1300
|
+
strategyOption?: StrategyOption;
|
|
1301
|
+
}
|
|
1302
|
+
export interface UpdateApplicationComponentConfigResponse {
|
|
1303
|
+
}
|
|
1304
|
+
export interface UpdateServerConfigRequest {
|
|
1305
|
+
/**
|
|
1306
|
+
* The ID of the server.
|
|
1307
|
+
*/
|
|
1308
|
+
serverId: ServerId;
|
|
1309
|
+
/**
|
|
1310
|
+
* The preferred strategy options for the application component. See the response from GetServerStrategies.
|
|
1311
|
+
*/
|
|
1312
|
+
strategyOption?: StrategyOption;
|
|
1313
|
+
}
|
|
1314
|
+
export interface UpdateServerConfigResponse {
|
|
1315
|
+
}
|
|
1316
|
+
export type VersionControl = "GITHUB"|"GITHUB_ENTERPRISE"|string;
|
|
1317
|
+
export type importS3Bucket = string;
|
|
1318
|
+
export type importS3Key = string;
|
|
1319
|
+
/**
|
|
1320
|
+
* 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.
|
|
1321
|
+
*/
|
|
1322
|
+
export type apiVersion = "2020-02-19"|"latest"|string;
|
|
1323
|
+
export interface ClientApiVersions {
|
|
1324
|
+
/**
|
|
1325
|
+
* 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.
|
|
1326
|
+
*/
|
|
1327
|
+
apiVersion?: apiVersion;
|
|
1328
|
+
}
|
|
1329
|
+
export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
|
|
1330
|
+
/**
|
|
1331
|
+
* Contains interfaces for use with the MigrationHubStrategy client.
|
|
1332
|
+
*/
|
|
1333
|
+
export import Types = MigrationHubStrategy;
|
|
1334
|
+
}
|
|
1335
|
+
export = MigrationHubStrategy;
|