@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
|
@@ -12,19 +12,19 @@ declare class DevOpsGuru extends Service {
|
|
|
12
12
|
constructor(options?: DevOpsGuru.Types.ClientConfiguration)
|
|
13
13
|
config: Config & DevOpsGuru.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an
|
|
15
|
+
* Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
|
|
16
16
|
*/
|
|
17
17
|
addNotificationChannel(params: DevOpsGuru.Types.AddNotificationChannelRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.AddNotificationChannelResponse) => void): Request<DevOpsGuru.Types.AddNotificationChannelResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an
|
|
19
|
+
* Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
|
|
20
20
|
*/
|
|
21
21
|
addNotificationChannel(callback?: (err: AWSError, data: DevOpsGuru.Types.AddNotificationChannelResponse) => void): Request<DevOpsGuru.Types.AddNotificationChannelResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your
|
|
23
|
+
* Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.
|
|
24
24
|
*/
|
|
25
25
|
describeAccountHealth(params: DevOpsGuru.Types.DescribeAccountHealthRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeAccountHealthResponse) => void): Request<DevOpsGuru.Types.DescribeAccountHealthResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your
|
|
27
|
+
* Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.
|
|
28
28
|
*/
|
|
29
29
|
describeAccountHealth(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeAccountHealthResponse) => void): Request<DevOpsGuru.Types.DescribeAccountHealthResponse, AWSError>;
|
|
30
30
|
/**
|
|
@@ -44,11 +44,11 @@ declare class DevOpsGuru extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
describeAnomaly(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeAnomalyResponse) => void): Request<DevOpsGuru.Types.DescribeAnomalyResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Returns the most recent feedback submitted in the current
|
|
47
|
+
* Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
|
|
48
48
|
*/
|
|
49
49
|
describeFeedback(params: DevOpsGuru.Types.DescribeFeedbackRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeFeedbackResponse) => void): Request<DevOpsGuru.Types.DescribeFeedbackResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Returns the most recent feedback submitted in the current
|
|
51
|
+
* Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
|
|
52
52
|
*/
|
|
53
53
|
describeFeedback(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeFeedbackResponse) => void): Request<DevOpsGuru.Types.DescribeFeedbackResponse, AWSError>;
|
|
54
54
|
/**
|
|
@@ -60,35 +60,59 @@ declare class DevOpsGuru extends Service {
|
|
|
60
60
|
*/
|
|
61
61
|
describeInsight(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeInsightResponse) => void): Request<DevOpsGuru.Types.DescribeInsightResponse, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Returns active insights, predictive insights, and resource hours analyzed in last hour.
|
|
64
|
+
*/
|
|
65
|
+
describeOrganizationHealth(params: DevOpsGuru.Types.DescribeOrganizationHealthRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeOrganizationHealthResponse) => void): Request<DevOpsGuru.Types.DescribeOrganizationHealthResponse, AWSError>;
|
|
66
|
+
/**
|
|
67
|
+
* Returns active insights, predictive insights, and resource hours analyzed in last hour.
|
|
68
|
+
*/
|
|
69
|
+
describeOrganizationHealth(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeOrganizationHealthResponse) => void): Request<DevOpsGuru.Types.DescribeOrganizationHealthResponse, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* Returns an overview of your organization's history based on the specified time range. The overview includes the total reactive and proactive insights.
|
|
72
|
+
*/
|
|
73
|
+
describeOrganizationOverview(params: DevOpsGuru.Types.DescribeOrganizationOverviewRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeOrganizationOverviewResponse) => void): Request<DevOpsGuru.Types.DescribeOrganizationOverviewResponse, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* Returns an overview of your organization's history based on the specified time range. The overview includes the total reactive and proactive insights.
|
|
76
|
+
*/
|
|
77
|
+
describeOrganizationOverview(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeOrganizationOverviewResponse) => void): Request<DevOpsGuru.Types.DescribeOrganizationOverviewResponse, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
* Provides an overview of your system's health. If additional member accounts are part of your organization, you can filter those accounts using the AccountIds field.
|
|
80
|
+
*/
|
|
81
|
+
describeOrganizationResourceCollectionHealth(params: DevOpsGuru.Types.DescribeOrganizationResourceCollectionHealthRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeOrganizationResourceCollectionHealthResponse) => void): Request<DevOpsGuru.Types.DescribeOrganizationResourceCollectionHealthResponse, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
* Provides an overview of your system's health. If additional member accounts are part of your organization, you can filter those accounts using the AccountIds field.
|
|
84
|
+
*/
|
|
85
|
+
describeOrganizationResourceCollectionHealth(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeOrganizationResourceCollectionHealthResponse) => void): Request<DevOpsGuru.Types.DescribeOrganizationResourceCollectionHealthResponse, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
* Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account. You specify the type of Amazon Web Services resources collection. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
64
88
|
*/
|
|
65
89
|
describeResourceCollectionHealth(params: DevOpsGuru.Types.DescribeResourceCollectionHealthRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeResourceCollectionHealthResponse) => void): Request<DevOpsGuru.Types.DescribeResourceCollectionHealthResponse, AWSError>;
|
|
66
90
|
/**
|
|
67
|
-
* Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account. You specify the type of
|
|
91
|
+
* Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account. You specify the type of Amazon Web Services resources collection. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
68
92
|
*/
|
|
69
93
|
describeResourceCollectionHealth(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeResourceCollectionHealthResponse) => void): Request<DevOpsGuru.Types.DescribeResourceCollectionHealthResponse, AWSError>;
|
|
70
94
|
/**
|
|
71
|
-
* Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is
|
|
95
|
+
* Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.
|
|
72
96
|
*/
|
|
73
97
|
describeServiceIntegration(params: DevOpsGuru.Types.DescribeServiceIntegrationRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeServiceIntegrationResponse) => void): Request<DevOpsGuru.Types.DescribeServiceIntegrationResponse, AWSError>;
|
|
74
98
|
/**
|
|
75
|
-
* Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is
|
|
99
|
+
* Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.
|
|
76
100
|
*/
|
|
77
101
|
describeServiceIntegration(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeServiceIntegrationResponse) => void): Request<DevOpsGuru.Types.DescribeServiceIntegrationResponse, AWSError>;
|
|
78
102
|
/**
|
|
79
|
-
* Returns an estimate of the monthly cost for DevOps Guru to analyze your
|
|
103
|
+
* Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.
|
|
80
104
|
*/
|
|
81
105
|
getCostEstimation(params: DevOpsGuru.Types.GetCostEstimationRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.GetCostEstimationResponse) => void): Request<DevOpsGuru.Types.GetCostEstimationResponse, AWSError>;
|
|
82
106
|
/**
|
|
83
|
-
* Returns an estimate of the monthly cost for DevOps Guru to analyze your
|
|
107
|
+
* Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.
|
|
84
108
|
*/
|
|
85
109
|
getCostEstimation(callback?: (err: AWSError, data: DevOpsGuru.Types.GetCostEstimationResponse) => void): Request<DevOpsGuru.Types.GetCostEstimationResponse, AWSError>;
|
|
86
110
|
/**
|
|
87
|
-
* Returns lists
|
|
111
|
+
* Returns lists Amazon Web Services resources that are of the specified resource collection type. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
88
112
|
*/
|
|
89
113
|
getResourceCollection(params: DevOpsGuru.Types.GetResourceCollectionRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.GetResourceCollectionResponse) => void): Request<DevOpsGuru.Types.GetResourceCollectionResponse, AWSError>;
|
|
90
114
|
/**
|
|
91
|
-
* Returns lists
|
|
115
|
+
* Returns lists Amazon Web Services resources that are of the specified resource collection type. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
92
116
|
*/
|
|
93
117
|
getResourceCollection(callback?: (err: AWSError, data: DevOpsGuru.Types.GetResourceCollectionResponse) => void): Request<DevOpsGuru.Types.GetResourceCollectionResponse, AWSError>;
|
|
94
118
|
/**
|
|
@@ -108,11 +132,11 @@ declare class DevOpsGuru extends Service {
|
|
|
108
132
|
*/
|
|
109
133
|
listEvents(callback?: (err: AWSError, data: DevOpsGuru.Types.ListEventsResponse) => void): Request<DevOpsGuru.Types.ListEventsResponse, AWSError>;
|
|
110
134
|
/**
|
|
111
|
-
* Returns a list of insights in your
|
|
135
|
+
* Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time and status (ONGOING, CLOSED, or ANY).
|
|
112
136
|
*/
|
|
113
137
|
listInsights(params: DevOpsGuru.Types.ListInsightsRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.ListInsightsResponse) => void): Request<DevOpsGuru.Types.ListInsightsResponse, AWSError>;
|
|
114
138
|
/**
|
|
115
|
-
* Returns a list of insights in your
|
|
139
|
+
* Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time and status (ONGOING, CLOSED, or ANY).
|
|
116
140
|
*/
|
|
117
141
|
listInsights(callback?: (err: AWSError, data: DevOpsGuru.Types.ListInsightsResponse) => void): Request<DevOpsGuru.Types.ListInsightsResponse, AWSError>;
|
|
118
142
|
/**
|
|
@@ -123,6 +147,14 @@ declare class DevOpsGuru extends Service {
|
|
|
123
147
|
* Returns a list of notification channels configured for DevOps Guru. Each notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).
|
|
124
148
|
*/
|
|
125
149
|
listNotificationChannels(callback?: (err: AWSError, data: DevOpsGuru.Types.ListNotificationChannelsResponse) => void): Request<DevOpsGuru.Types.ListNotificationChannelsResponse, AWSError>;
|
|
150
|
+
/**
|
|
151
|
+
* Returns a list of insights associated with the account or OU Id.
|
|
152
|
+
*/
|
|
153
|
+
listOrganizationInsights(params: DevOpsGuru.Types.ListOrganizationInsightsRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.ListOrganizationInsightsResponse) => void): Request<DevOpsGuru.Types.ListOrganizationInsightsResponse, AWSError>;
|
|
154
|
+
/**
|
|
155
|
+
* Returns a list of insights associated with the account or OU Id.
|
|
156
|
+
*/
|
|
157
|
+
listOrganizationInsights(callback?: (err: AWSError, data: DevOpsGuru.Types.ListOrganizationInsightsResponse) => void): Request<DevOpsGuru.Types.ListOrganizationInsightsResponse, AWSError>;
|
|
126
158
|
/**
|
|
127
159
|
* Returns a list of a specified insight's recommendations. Each recommendation includes a list of related metrics and a list of related events.
|
|
128
160
|
*/
|
|
@@ -148,39 +180,69 @@ declare class DevOpsGuru extends Service {
|
|
|
148
180
|
*/
|
|
149
181
|
removeNotificationChannel(callback?: (err: AWSError, data: DevOpsGuru.Types.RemoveNotificationChannelResponse) => void): Request<DevOpsGuru.Types.RemoveNotificationChannelResponse, AWSError>;
|
|
150
182
|
/**
|
|
151
|
-
* Returns a list of insights in your
|
|
183
|
+
* Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
|
|
152
184
|
*/
|
|
153
185
|
searchInsights(params: DevOpsGuru.Types.SearchInsightsRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.SearchInsightsResponse) => void): Request<DevOpsGuru.Types.SearchInsightsResponse, AWSError>;
|
|
154
186
|
/**
|
|
155
|
-
* Returns a list of insights in your
|
|
187
|
+
* Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
|
|
156
188
|
*/
|
|
157
189
|
searchInsights(callback?: (err: AWSError, data: DevOpsGuru.Types.SearchInsightsResponse) => void): Request<DevOpsGuru.Types.SearchInsightsResponse, AWSError>;
|
|
158
190
|
/**
|
|
159
|
-
*
|
|
191
|
+
* Returns a list of insights in your organization. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
|
|
192
|
+
*/
|
|
193
|
+
searchOrganizationInsights(params: DevOpsGuru.Types.SearchOrganizationInsightsRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.SearchOrganizationInsightsResponse) => void): Request<DevOpsGuru.Types.SearchOrganizationInsightsResponse, AWSError>;
|
|
194
|
+
/**
|
|
195
|
+
* Returns a list of insights in your organization. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
|
|
196
|
+
*/
|
|
197
|
+
searchOrganizationInsights(callback?: (err: AWSError, data: DevOpsGuru.Types.SearchOrganizationInsightsResponse) => void): Request<DevOpsGuru.Types.SearchOrganizationInsightsResponse, AWSError>;
|
|
198
|
+
/**
|
|
199
|
+
* Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.
|
|
160
200
|
*/
|
|
161
201
|
startCostEstimation(params: DevOpsGuru.Types.StartCostEstimationRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.StartCostEstimationResponse) => void): Request<DevOpsGuru.Types.StartCostEstimationResponse, AWSError>;
|
|
162
202
|
/**
|
|
163
|
-
* Starts the creation of an estimate of the monthly cost to analyze your
|
|
203
|
+
* Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.
|
|
164
204
|
*/
|
|
165
205
|
startCostEstimation(callback?: (err: AWSError, data: DevOpsGuru.Types.StartCostEstimationResponse) => void): Request<DevOpsGuru.Types.StartCostEstimationResponse, AWSError>;
|
|
166
206
|
/**
|
|
167
|
-
* Updates the collection of resources that DevOps Guru analyzes. The
|
|
207
|
+
* Updates the collection of resources that DevOps Guru analyzes. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates the IAM role required for you to use DevOps Guru.
|
|
168
208
|
*/
|
|
169
209
|
updateResourceCollection(params: DevOpsGuru.Types.UpdateResourceCollectionRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.UpdateResourceCollectionResponse) => void): Request<DevOpsGuru.Types.UpdateResourceCollectionResponse, AWSError>;
|
|
170
210
|
/**
|
|
171
|
-
* Updates the collection of resources that DevOps Guru analyzes. The
|
|
211
|
+
* Updates the collection of resources that DevOps Guru analyzes. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates the IAM role required for you to use DevOps Guru.
|
|
172
212
|
*/
|
|
173
213
|
updateResourceCollection(callback?: (err: AWSError, data: DevOpsGuru.Types.UpdateResourceCollectionResponse) => void): Request<DevOpsGuru.Types.UpdateResourceCollectionResponse, AWSError>;
|
|
174
214
|
/**
|
|
175
|
-
* Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is
|
|
215
|
+
* Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.
|
|
176
216
|
*/
|
|
177
217
|
updateServiceIntegration(params: DevOpsGuru.Types.UpdateServiceIntegrationRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.UpdateServiceIntegrationResponse) => void): Request<DevOpsGuru.Types.UpdateServiceIntegrationResponse, AWSError>;
|
|
178
218
|
/**
|
|
179
|
-
* Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is
|
|
219
|
+
* Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.
|
|
180
220
|
*/
|
|
181
221
|
updateServiceIntegration(callback?: (err: AWSError, data: DevOpsGuru.Types.UpdateServiceIntegrationResponse) => void): Request<DevOpsGuru.Types.UpdateServiceIntegrationResponse, AWSError>;
|
|
182
222
|
}
|
|
183
223
|
declare namespace DevOpsGuru {
|
|
224
|
+
export interface AccountHealth {
|
|
225
|
+
/**
|
|
226
|
+
* The ID of the Amazon Web Services account.
|
|
227
|
+
*/
|
|
228
|
+
AccountId?: AwsAccountId;
|
|
229
|
+
/**
|
|
230
|
+
* Information about the health of the Amazon Web Services resources in your account, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
|
|
231
|
+
*/
|
|
232
|
+
Insight?: AccountInsightHealth;
|
|
233
|
+
}
|
|
234
|
+
export type AccountHealths = AccountHealth[];
|
|
235
|
+
export type AccountIdList = AwsAccountId[];
|
|
236
|
+
export interface AccountInsightHealth {
|
|
237
|
+
/**
|
|
238
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
|
239
|
+
*/
|
|
240
|
+
OpenProactiveInsights?: NumOpenProactiveInsights;
|
|
241
|
+
/**
|
|
242
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
243
|
+
*/
|
|
244
|
+
OpenReactiveInsights?: NumOpenReactiveInsights;
|
|
245
|
+
}
|
|
184
246
|
export interface AddNotificationChannelRequest {
|
|
185
247
|
/**
|
|
186
248
|
* A NotificationChannelConfig object that specifies what type of notification channel to add. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).
|
|
@@ -193,8 +255,10 @@ declare namespace DevOpsGuru {
|
|
|
193
255
|
*/
|
|
194
256
|
Id: NotificationChannelId;
|
|
195
257
|
}
|
|
258
|
+
export type AnomalyDescription = string;
|
|
196
259
|
export type AnomalyId = string;
|
|
197
260
|
export type AnomalyLimit = number;
|
|
261
|
+
export type AnomalyName = string;
|
|
198
262
|
export interface AnomalyReportedTimeRange {
|
|
199
263
|
/**
|
|
200
264
|
* The time when an anomaly is opened.
|
|
@@ -205,12 +269,27 @@ declare namespace DevOpsGuru {
|
|
|
205
269
|
*/
|
|
206
270
|
CloseTime?: Timestamp;
|
|
207
271
|
}
|
|
272
|
+
export interface AnomalyResource {
|
|
273
|
+
/**
|
|
274
|
+
* The name of the Amazon Web Services resource.
|
|
275
|
+
*/
|
|
276
|
+
Name?: ResourceName;
|
|
277
|
+
/**
|
|
278
|
+
* The type of the Amazon Web Services resource.
|
|
279
|
+
*/
|
|
280
|
+
Type?: ResourceType;
|
|
281
|
+
}
|
|
282
|
+
export type AnomalyResources = AnomalyResource[];
|
|
208
283
|
export type AnomalySeverity = "LOW"|"MEDIUM"|"HIGH"|string;
|
|
209
284
|
export interface AnomalySourceDetails {
|
|
210
285
|
/**
|
|
211
|
-
*
|
|
286
|
+
* An array of CloudWatchMetricsDetail objects that contain information about analyzed CloudWatch metrics that show anomalous behavior.
|
|
212
287
|
*/
|
|
213
288
|
CloudWatchMetrics?: CloudWatchMetricsDetails;
|
|
289
|
+
/**
|
|
290
|
+
* An array of PerformanceInsightsMetricsDetail objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.
|
|
291
|
+
*/
|
|
292
|
+
PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetails;
|
|
214
293
|
}
|
|
215
294
|
export type AnomalyStatus = "ONGOING"|"CLOSED"|string;
|
|
216
295
|
export interface AnomalyTimeRange {
|
|
@@ -223,6 +302,10 @@ declare namespace DevOpsGuru {
|
|
|
223
302
|
*/
|
|
224
303
|
EndTime?: Timestamp;
|
|
225
304
|
}
|
|
305
|
+
export type AnomalyType = "CAUSAL"|"CONTEXTUAL"|string;
|
|
306
|
+
export type AppBoundaryKey = string;
|
|
307
|
+
export type AssociatedResourceArns = ResourceArn[];
|
|
308
|
+
export type AwsAccountId = string;
|
|
226
309
|
export type Channels = NotificationChannel[];
|
|
227
310
|
export type ClientToken = string;
|
|
228
311
|
export interface CloudFormationCollection {
|
|
@@ -249,11 +332,22 @@ declare namespace DevOpsGuru {
|
|
|
249
332
|
*/
|
|
250
333
|
StackName?: StackName;
|
|
251
334
|
/**
|
|
252
|
-
* Information about the health of the
|
|
335
|
+
* Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
|
|
253
336
|
*/
|
|
254
337
|
Insight?: InsightHealth;
|
|
255
338
|
}
|
|
256
339
|
export type CloudFormationHealths = CloudFormationHealth[];
|
|
340
|
+
export type CloudWatchMetricDataStatusCode = "Complete"|"InternalError"|"PartialData"|string;
|
|
341
|
+
export interface CloudWatchMetricsDataSummary {
|
|
342
|
+
/**
|
|
343
|
+
* This is a list of Amazon CloudWatch metric values at given timestamp.
|
|
344
|
+
*/
|
|
345
|
+
TimestampMetricValuePairList?: TimestampMetricValuePairList;
|
|
346
|
+
/**
|
|
347
|
+
* This is an enum of the status showing whether the metric value pair list has partial or complete data, or if there was an error.
|
|
348
|
+
*/
|
|
349
|
+
StatusCode?: CloudWatchMetricDataStatusCode;
|
|
350
|
+
}
|
|
257
351
|
export interface CloudWatchMetricsDetail {
|
|
258
352
|
/**
|
|
259
353
|
* The name of the CloudWatch metric.
|
|
@@ -279,6 +373,10 @@ declare namespace DevOpsGuru {
|
|
|
279
373
|
* The length of time associated with the CloudWatch metric in number of seconds.
|
|
280
374
|
*/
|
|
281
375
|
Period?: CloudWatchMetricsPeriod;
|
|
376
|
+
/**
|
|
377
|
+
* This object returns anomaly metric data.
|
|
378
|
+
*/
|
|
379
|
+
MetricDataSummary?: CloudWatchMetricsDataSummary;
|
|
282
380
|
}
|
|
283
381
|
export type CloudWatchMetricsDetails = CloudWatchMetricsDetail[];
|
|
284
382
|
export interface CloudWatchMetricsDimension {
|
|
@@ -302,14 +400,19 @@ declare namespace DevOpsGuru {
|
|
|
302
400
|
export type Cost = number;
|
|
303
401
|
export interface CostEstimationResourceCollectionFilter {
|
|
304
402
|
/**
|
|
305
|
-
* An object that specifies the CloudFormation stack that defines the
|
|
403
|
+
* An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a monthly estimate for DevOps Guru.
|
|
306
404
|
*/
|
|
307
405
|
CloudFormation?: CloudFormationCostEstimationResourceCollectionFilter;
|
|
406
|
+
/**
|
|
407
|
+
* The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate. Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper. Each Amazon Web Services tag has two parts. A tag key (for example, CostCenter, Environment, Project, or Secret). Tag keys are case-sensitive. An optional field known as a tag value (for example, 111122223333, Production, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. Together these are known as key-value pairs. The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be Devops-guru-deployment-application or Devops-guru-rds-application. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.
|
|
408
|
+
*/
|
|
409
|
+
Tags?: TagCostEstimationResourceCollectionFilters;
|
|
308
410
|
}
|
|
309
411
|
export type CostEstimationServiceResourceCount = number;
|
|
310
412
|
export type CostEstimationServiceResourceState = "ACTIVE"|"INACTIVE"|string;
|
|
311
413
|
export type CostEstimationStackNames = StackName[];
|
|
312
414
|
export type CostEstimationStatus = "ONGOING"|"COMPLETED"|string;
|
|
415
|
+
export type CostEstimationTagValues = TagValue[];
|
|
313
416
|
export interface CostEstimationTimeRange {
|
|
314
417
|
/**
|
|
315
418
|
* The start time of the cost estimation.
|
|
@@ -324,19 +427,19 @@ declare namespace DevOpsGuru {
|
|
|
324
427
|
}
|
|
325
428
|
export interface DescribeAccountHealthResponse {
|
|
326
429
|
/**
|
|
327
|
-
* An integer that specifies the number of open reactive insights in your
|
|
430
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
328
431
|
*/
|
|
329
432
|
OpenReactiveInsights: NumOpenReactiveInsights;
|
|
330
433
|
/**
|
|
331
|
-
* An integer that specifies the number of open proactive insights in your
|
|
434
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
|
332
435
|
*/
|
|
333
436
|
OpenProactiveInsights: NumOpenProactiveInsights;
|
|
334
437
|
/**
|
|
335
|
-
* An integer that specifies the number of metrics that have been analyzed in your
|
|
438
|
+
* An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
|
|
336
439
|
*/
|
|
337
440
|
MetricsAnalyzed: NumMetricsAnalyzed;
|
|
338
441
|
/**
|
|
339
|
-
* The number of Amazon DevOps Guru resource analysis hours billed to the current
|
|
442
|
+
* The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
|
|
340
443
|
*/
|
|
341
444
|
ResourceHours: ResourceHours;
|
|
342
445
|
}
|
|
@@ -352,11 +455,11 @@ declare namespace DevOpsGuru {
|
|
|
352
455
|
}
|
|
353
456
|
export interface DescribeAccountOverviewResponse {
|
|
354
457
|
/**
|
|
355
|
-
* An integer that specifies the number of open reactive insights in your
|
|
458
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.
|
|
356
459
|
*/
|
|
357
460
|
ReactiveInsights: NumReactiveInsights;
|
|
358
461
|
/**
|
|
359
|
-
* An integer that specifies the number of open proactive insights in your
|
|
462
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.
|
|
360
463
|
*/
|
|
361
464
|
ProactiveInsights: NumProactiveInsights;
|
|
362
465
|
/**
|
|
@@ -369,14 +472,18 @@ declare namespace DevOpsGuru {
|
|
|
369
472
|
* The ID of the anomaly.
|
|
370
473
|
*/
|
|
371
474
|
Id: AnomalyId;
|
|
475
|
+
/**
|
|
476
|
+
* The ID of the member account.
|
|
477
|
+
*/
|
|
478
|
+
AccountId?: AwsAccountId;
|
|
372
479
|
}
|
|
373
480
|
export interface DescribeAnomalyResponse {
|
|
374
481
|
/**
|
|
375
|
-
* A
|
|
482
|
+
* A ProactiveAnomaly object that represents the requested anomaly.
|
|
376
483
|
*/
|
|
377
484
|
ProactiveAnomaly?: ProactiveAnomaly;
|
|
378
485
|
/**
|
|
379
|
-
* A
|
|
486
|
+
* A ReactiveAnomaly object that represents the requested anomaly.
|
|
380
487
|
*/
|
|
381
488
|
ReactiveAnomaly?: ReactiveAnomaly;
|
|
382
489
|
}
|
|
@@ -394,6 +501,10 @@ declare namespace DevOpsGuru {
|
|
|
394
501
|
* The ID of the insight.
|
|
395
502
|
*/
|
|
396
503
|
Id: InsightId;
|
|
504
|
+
/**
|
|
505
|
+
* The ID of the member account in the organization.
|
|
506
|
+
*/
|
|
507
|
+
AccountId?: AwsAccountId;
|
|
397
508
|
}
|
|
398
509
|
export interface DescribeInsightResponse {
|
|
399
510
|
/**
|
|
@@ -405,9 +516,105 @@ declare namespace DevOpsGuru {
|
|
|
405
516
|
*/
|
|
406
517
|
ReactiveInsight?: ReactiveInsight;
|
|
407
518
|
}
|
|
519
|
+
export interface DescribeOrganizationHealthRequest {
|
|
520
|
+
/**
|
|
521
|
+
* The ID of the Amazon Web Services account.
|
|
522
|
+
*/
|
|
523
|
+
AccountIds?: AccountIdList;
|
|
524
|
+
/**
|
|
525
|
+
* The ID of the organizational unit.
|
|
526
|
+
*/
|
|
527
|
+
OrganizationalUnitIds?: OrganizationalUnitIdList;
|
|
528
|
+
}
|
|
529
|
+
export interface DescribeOrganizationHealthResponse {
|
|
530
|
+
/**
|
|
531
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
532
|
+
*/
|
|
533
|
+
OpenReactiveInsights: NumOpenReactiveInsights;
|
|
534
|
+
/**
|
|
535
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
|
536
|
+
*/
|
|
537
|
+
OpenProactiveInsights: NumOpenProactiveInsights;
|
|
538
|
+
/**
|
|
539
|
+
* An integer that specifies the number of metrics that have been analyzed in your organization.
|
|
540
|
+
*/
|
|
541
|
+
MetricsAnalyzed: NumMetricsAnalyzed;
|
|
542
|
+
/**
|
|
543
|
+
* The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
|
|
544
|
+
*/
|
|
545
|
+
ResourceHours: ResourceHours;
|
|
546
|
+
}
|
|
547
|
+
export interface DescribeOrganizationOverviewRequest {
|
|
548
|
+
/**
|
|
549
|
+
* The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
|
|
550
|
+
*/
|
|
551
|
+
FromTime: Timestamp;
|
|
552
|
+
/**
|
|
553
|
+
* The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
|
|
554
|
+
*/
|
|
555
|
+
ToTime?: Timestamp;
|
|
556
|
+
/**
|
|
557
|
+
* The ID of the Amazon Web Services account.
|
|
558
|
+
*/
|
|
559
|
+
AccountIds?: AccountIdList;
|
|
560
|
+
/**
|
|
561
|
+
* The ID of the organizational unit.
|
|
562
|
+
*/
|
|
563
|
+
OrganizationalUnitIds?: OrganizationalUnitIdList;
|
|
564
|
+
}
|
|
565
|
+
export interface DescribeOrganizationOverviewResponse {
|
|
566
|
+
/**
|
|
567
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
568
|
+
*/
|
|
569
|
+
ReactiveInsights: NumReactiveInsights;
|
|
570
|
+
/**
|
|
571
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
|
572
|
+
*/
|
|
573
|
+
ProactiveInsights: NumProactiveInsights;
|
|
574
|
+
}
|
|
575
|
+
export interface DescribeOrganizationResourceCollectionHealthRequest {
|
|
576
|
+
/**
|
|
577
|
+
* An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
578
|
+
*/
|
|
579
|
+
OrganizationResourceCollectionType: OrganizationResourceCollectionType;
|
|
580
|
+
/**
|
|
581
|
+
* The ID of the Amazon Web Services account.
|
|
582
|
+
*/
|
|
583
|
+
AccountIds?: AccountIdList;
|
|
584
|
+
/**
|
|
585
|
+
* The ID of the organizational unit.
|
|
586
|
+
*/
|
|
587
|
+
OrganizationalUnitIds?: OrganizationalUnitIdList;
|
|
588
|
+
/**
|
|
589
|
+
* The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
|
|
590
|
+
*/
|
|
591
|
+
NextToken?: UuidNextToken;
|
|
592
|
+
/**
|
|
593
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
594
|
+
*/
|
|
595
|
+
MaxResults?: OrganizationResourceCollectionMaxResults;
|
|
596
|
+
}
|
|
597
|
+
export interface DescribeOrganizationResourceCollectionHealthResponse {
|
|
598
|
+
/**
|
|
599
|
+
* The returned CloudFormationHealthOverview object that contains an InsightHealthOverview object with the requested system health information.
|
|
600
|
+
*/
|
|
601
|
+
CloudFormation?: CloudFormationHealths;
|
|
602
|
+
/**
|
|
603
|
+
* An array of ServiceHealth objects that describes the health of the Amazon Web Services services associated with the resources in the collection.
|
|
604
|
+
*/
|
|
605
|
+
Service?: ServiceHealths;
|
|
606
|
+
/**
|
|
607
|
+
* The name of the organization's account.
|
|
608
|
+
*/
|
|
609
|
+
Account?: AccountHealths;
|
|
610
|
+
/**
|
|
611
|
+
* The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
|
|
612
|
+
*/
|
|
613
|
+
NextToken?: UuidNextToken;
|
|
614
|
+
}
|
|
408
615
|
export interface DescribeResourceCollectionHealthRequest {
|
|
409
616
|
/**
|
|
410
|
-
* An
|
|
617
|
+
* An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
411
618
|
*/
|
|
412
619
|
ResourceCollectionType: ResourceCollectionType;
|
|
413
620
|
/**
|
|
@@ -419,15 +626,19 @@ declare namespace DevOpsGuru {
|
|
|
419
626
|
/**
|
|
420
627
|
* The returned CloudFormationHealthOverview object that contains an InsightHealthOverview object with the requested system health information.
|
|
421
628
|
*/
|
|
422
|
-
CloudFormation
|
|
629
|
+
CloudFormation?: CloudFormationHealths;
|
|
423
630
|
/**
|
|
424
|
-
* An array of ServiceHealth objects that describes the health of the
|
|
631
|
+
* An array of ServiceHealth objects that describes the health of the Amazon Web Services services associated with the resources in the collection.
|
|
425
632
|
*/
|
|
426
633
|
Service?: ServiceHealths;
|
|
427
634
|
/**
|
|
428
635
|
* The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
|
|
429
636
|
*/
|
|
430
637
|
NextToken?: UuidNextToken;
|
|
638
|
+
/**
|
|
639
|
+
* The Amazon Web Services tags that are used by resources in the resource collection. Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper. Each Amazon Web Services tag has two parts. A tag key (for example, CostCenter, Environment, Project, or Secret). Tag keys are case-sensitive. An optional field known as a tag value (for example, 111122223333, Production, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. Together these are known as key-value pairs. The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be Devops-guru-deployment-application or Devops-guru-rds-application. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.
|
|
640
|
+
*/
|
|
641
|
+
Tags?: TagHealths;
|
|
431
642
|
}
|
|
432
643
|
export interface DescribeServiceIntegrationRequest {
|
|
433
644
|
}
|
|
@@ -455,7 +666,7 @@ declare namespace DevOpsGuru {
|
|
|
455
666
|
*/
|
|
456
667
|
Time?: Timestamp;
|
|
457
668
|
/**
|
|
458
|
-
* The
|
|
669
|
+
* The Amazon Web Services source that emitted the event.
|
|
459
670
|
*/
|
|
460
671
|
EventSource?: EventSource;
|
|
461
672
|
/**
|
|
@@ -517,7 +728,7 @@ declare namespace DevOpsGuru {
|
|
|
517
728
|
}
|
|
518
729
|
export interface GetCostEstimationResponse {
|
|
519
730
|
/**
|
|
520
|
-
* The collection of the
|
|
731
|
+
* The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost estimate.
|
|
521
732
|
*/
|
|
522
733
|
ResourceCollection?: CostEstimationResourceCollectionFilter;
|
|
523
734
|
/**
|
|
@@ -525,7 +736,7 @@ declare namespace DevOpsGuru {
|
|
|
525
736
|
*/
|
|
526
737
|
Status?: CostEstimationStatus;
|
|
527
738
|
/**
|
|
528
|
-
* An array of ResourceCost objects that each contains details about the monthly cost estimate to analyze one of your
|
|
739
|
+
* An array of ResourceCost objects that each contains details about the monthly cost estimate to analyze one of your Amazon Web Services resources.
|
|
529
740
|
*/
|
|
530
741
|
Costs?: ServiceResourceCosts;
|
|
531
742
|
/**
|
|
@@ -533,7 +744,7 @@ declare namespace DevOpsGuru {
|
|
|
533
744
|
*/
|
|
534
745
|
TimeRange?: CostEstimationTimeRange;
|
|
535
746
|
/**
|
|
536
|
-
* The estimated monthly cost to analyze the
|
|
747
|
+
* The estimated monthly cost to analyze the Amazon Web Services resources. This value is the sum of the estimated costs to analyze each resource in the Costs object in this response.
|
|
537
748
|
*/
|
|
538
749
|
TotalCost?: Cost;
|
|
539
750
|
/**
|
|
@@ -543,7 +754,7 @@ declare namespace DevOpsGuru {
|
|
|
543
754
|
}
|
|
544
755
|
export interface GetResourceCollectionRequest {
|
|
545
756
|
/**
|
|
546
|
-
* The type of
|
|
757
|
+
* The type of Amazon Web Services resource collections to return. The one valid value is CLOUD_FORMATION for Amazon Web Services CloudFormation stacks.
|
|
547
758
|
*/
|
|
548
759
|
ResourceCollectionType: ResourceCollectionType;
|
|
549
760
|
/**
|
|
@@ -553,7 +764,7 @@ declare namespace DevOpsGuru {
|
|
|
553
764
|
}
|
|
554
765
|
export interface GetResourceCollectionResponse {
|
|
555
766
|
/**
|
|
556
|
-
* The requested list of
|
|
767
|
+
* The requested list of Amazon Web Services resource collections. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
557
768
|
*/
|
|
558
769
|
ResourceCollection?: ResourceCollectionFilter;
|
|
559
770
|
/**
|
|
@@ -621,6 +832,10 @@ declare namespace DevOpsGuru {
|
|
|
621
832
|
* The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
|
|
622
833
|
*/
|
|
623
834
|
NextToken?: UuidNextToken;
|
|
835
|
+
/**
|
|
836
|
+
* The ID of the Amazon Web Services account.
|
|
837
|
+
*/
|
|
838
|
+
AccountId?: AwsAccountId;
|
|
624
839
|
}
|
|
625
840
|
export interface ListAnomaliesForInsightResponse {
|
|
626
841
|
/**
|
|
@@ -650,7 +865,7 @@ declare namespace DevOpsGuru {
|
|
|
650
865
|
*/
|
|
651
866
|
EventClass?: EventClass;
|
|
652
867
|
/**
|
|
653
|
-
* The
|
|
868
|
+
* The Amazon Web Services source that emitted the events you want to filter for.
|
|
654
869
|
*/
|
|
655
870
|
EventSource?: EventSource;
|
|
656
871
|
/**
|
|
@@ -673,6 +888,10 @@ declare namespace DevOpsGuru {
|
|
|
673
888
|
* The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
|
|
674
889
|
*/
|
|
675
890
|
NextToken?: UuidNextToken;
|
|
891
|
+
/**
|
|
892
|
+
* The ID of the Amazon Web Services account.
|
|
893
|
+
*/
|
|
894
|
+
AccountId?: AwsAccountId;
|
|
676
895
|
}
|
|
677
896
|
export interface ListEventsResponse {
|
|
678
897
|
/**
|
|
@@ -684,6 +903,7 @@ declare namespace DevOpsGuru {
|
|
|
684
903
|
*/
|
|
685
904
|
NextToken?: UuidNextToken;
|
|
686
905
|
}
|
|
906
|
+
export type ListInsightsAccountIdList = AwsAccountId[];
|
|
687
907
|
export interface ListInsightsAnyStatusFilter {
|
|
688
908
|
/**
|
|
689
909
|
* Use to filter for either REACTIVE or PROACTIVE insights.
|
|
@@ -711,6 +931,7 @@ declare namespace DevOpsGuru {
|
|
|
711
931
|
*/
|
|
712
932
|
Type: InsightType;
|
|
713
933
|
}
|
|
934
|
+
export type ListInsightsOrganizationalUnitIdList = OrganizationalUnitId[];
|
|
714
935
|
export interface ListInsightsRequest {
|
|
715
936
|
/**
|
|
716
937
|
* A filter used to filter the returned insights by their status. You can specify one status filter.
|
|
@@ -769,6 +990,39 @@ declare namespace DevOpsGuru {
|
|
|
769
990
|
*/
|
|
770
991
|
NextToken?: UuidNextToken;
|
|
771
992
|
}
|
|
993
|
+
export interface ListOrganizationInsightsRequest {
|
|
994
|
+
StatusFilter: ListInsightsStatusFilter;
|
|
995
|
+
/**
|
|
996
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
997
|
+
*/
|
|
998
|
+
MaxResults?: ListInsightsMaxResults;
|
|
999
|
+
/**
|
|
1000
|
+
* The ID of the Amazon Web Services account.
|
|
1001
|
+
*/
|
|
1002
|
+
AccountIds?: ListInsightsAccountIdList;
|
|
1003
|
+
/**
|
|
1004
|
+
* The ID of the organizational unit.
|
|
1005
|
+
*/
|
|
1006
|
+
OrganizationalUnitIds?: ListInsightsOrganizationalUnitIdList;
|
|
1007
|
+
/**
|
|
1008
|
+
* The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
|
|
1009
|
+
*/
|
|
1010
|
+
NextToken?: UuidNextToken;
|
|
1011
|
+
}
|
|
1012
|
+
export interface ListOrganizationInsightsResponse {
|
|
1013
|
+
/**
|
|
1014
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
|
1015
|
+
*/
|
|
1016
|
+
ProactiveInsights?: ProactiveOrganizationInsights;
|
|
1017
|
+
/**
|
|
1018
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
1019
|
+
*/
|
|
1020
|
+
ReactiveInsights?: ReactiveOrganizationInsights;
|
|
1021
|
+
/**
|
|
1022
|
+
* The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
|
|
1023
|
+
*/
|
|
1024
|
+
NextToken?: UuidNextToken;
|
|
1025
|
+
}
|
|
772
1026
|
export interface ListRecommendationsRequest {
|
|
773
1027
|
/**
|
|
774
1028
|
* The ID of the requested insight.
|
|
@@ -782,6 +1036,10 @@ declare namespace DevOpsGuru {
|
|
|
782
1036
|
* A locale that specifies the language to use for recommendations.
|
|
783
1037
|
*/
|
|
784
1038
|
Locale?: Locale;
|
|
1039
|
+
/**
|
|
1040
|
+
* The ID of the Amazon Web Services account.
|
|
1041
|
+
*/
|
|
1042
|
+
AccountId?: AwsAccountId;
|
|
785
1043
|
}
|
|
786
1044
|
export interface ListRecommendationsResponse {
|
|
787
1045
|
/**
|
|
@@ -795,6 +1053,7 @@ declare namespace DevOpsGuru {
|
|
|
795
1053
|
}
|
|
796
1054
|
export type Locale = "DE_DE"|"EN_US"|"EN_GB"|"ES_ES"|"FR_FR"|"IT_IT"|"JA_JP"|"KO_KR"|"PT_BR"|"ZH_CN"|"ZH_TW"|string;
|
|
797
1055
|
export type MeanTimeToRecoverInMilliseconds = number;
|
|
1056
|
+
export type MetricValue = number;
|
|
798
1057
|
export interface NotificationChannel {
|
|
799
1058
|
/**
|
|
800
1059
|
* The ID of a notification channel.
|
|
@@ -807,7 +1066,7 @@ declare namespace DevOpsGuru {
|
|
|
807
1066
|
}
|
|
808
1067
|
export interface NotificationChannelConfig {
|
|
809
1068
|
/**
|
|
810
|
-
* Information about a notification channel configured in DevOps Guru to send notifications when insights are created. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an
|
|
1069
|
+
* Information about a notification channel configured in DevOps Guru to send notifications when insights are created. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
|
|
811
1070
|
*/
|
|
812
1071
|
Sns: SnsChannelConfig;
|
|
813
1072
|
}
|
|
@@ -819,17 +1078,133 @@ declare namespace DevOpsGuru {
|
|
|
819
1078
|
export type NumReactiveInsights = number;
|
|
820
1079
|
export interface OpsCenterIntegration {
|
|
821
1080
|
/**
|
|
822
|
-
* Specifies if DevOps Guru is enabled to create an
|
|
1081
|
+
* Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
|
|
823
1082
|
*/
|
|
824
1083
|
OptInStatus?: OptInStatus;
|
|
825
1084
|
}
|
|
826
1085
|
export interface OpsCenterIntegrationConfig {
|
|
827
1086
|
/**
|
|
828
|
-
* Specifies if DevOps Guru is enabled to create an
|
|
1087
|
+
* Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
|
|
829
1088
|
*/
|
|
830
1089
|
OptInStatus?: OptInStatus;
|
|
831
1090
|
}
|
|
832
1091
|
export type OptInStatus = "ENABLED"|"DISABLED"|string;
|
|
1092
|
+
export type OrganizationResourceCollectionMaxResults = number;
|
|
1093
|
+
export type OrganizationResourceCollectionType = "AWS_CLOUD_FORMATION"|"AWS_SERVICE"|"AWS_ACCOUNT"|string;
|
|
1094
|
+
export type OrganizationalUnitId = string;
|
|
1095
|
+
export type OrganizationalUnitIdList = OrganizationalUnitId[];
|
|
1096
|
+
export type PerformanceInsightsMetricDimension = string;
|
|
1097
|
+
export interface PerformanceInsightsMetricDimensionGroup {
|
|
1098
|
+
/**
|
|
1099
|
+
* The name of the dimension group. Its valid values are: db - The name of the database to which the client is connected (only Aurora PostgreSQL, Amazon RDS PostgreSQL, Aurora MySQL, Amazon RDS MySQL, and MariaDB) db.application - The name of the application that is connected to the database (only Aurora PostgreSQL and RDS PostgreSQL) db.host - The host name of the connected client (all engines) db.session_type - The type of the current session (only Aurora PostgreSQL and RDS PostgreSQL) db.sql - The SQL that is currently executing (all engines) db.sql_tokenized - The SQL digest (all engines) db.wait_event - The event for which the database backend is waiting (all engines) db.wait_event_type - The type of event for which the database backend is waiting (all engines) db.user - The user logged in to the database (all engines)
|
|
1100
|
+
*/
|
|
1101
|
+
Group?: PerformanceInsightsMetricGroup;
|
|
1102
|
+
/**
|
|
1103
|
+
* A list of specific dimensions from a dimension group. If this parameter is not present, then it signifies that all of the dimensions in the group were requested or are present in the response. Valid values for elements in the Dimensions array are: db.application.name - The name of the application that is connected to the database (only Aurora PostgreSQL and RDS PostgreSQL) db.host.id - The host ID of the connected client (all engines) db.host.name - The host name of the connected client (all engines) db.name - The name of the database to which the client is connected (only Aurora PostgreSQL, Amazon RDS PostgreSQL, Aurora MySQL, Amazon RDS MySQL, and MariaDB) db.session_type.name - The type of the current session (only Aurora PostgreSQL and RDS PostgreSQL) db.sql.id - The SQL ID generated by Performance Insights (all engines) db.sql.db_id - The SQL ID generated by the database (all engines) db.sql.statement - The SQL text that is being executed (all engines) db.sql.tokenized_id db.sql_tokenized.id - The SQL digest ID generated by Performance Insights (all engines) db.sql_tokenized.db_id - SQL digest ID generated by the database (all engines) db.sql_tokenized.statement - The SQL digest text (all engines) db.user.id - The ID of the user logged in to the database (all engines) db.user.name - The name of the user logged in to the database (all engines) db.wait_event.name - The event for which the backend is waiting (all engines) db.wait_event.type - The type of event for which the backend is waiting (all engines) db.wait_event_type.name - The name of the event type for which the backend is waiting (all engines)
|
|
1104
|
+
*/
|
|
1105
|
+
Dimensions?: PerformanceInsightsMetricDimensions;
|
|
1106
|
+
/**
|
|
1107
|
+
* The maximum number of items to fetch for this dimension group.
|
|
1108
|
+
*/
|
|
1109
|
+
Limit?: PerformanceInsightsMetricLimitInteger;
|
|
1110
|
+
}
|
|
1111
|
+
export type PerformanceInsightsMetricDimensions = PerformanceInsightsMetricDimension[];
|
|
1112
|
+
export type PerformanceInsightsMetricDisplayName = string;
|
|
1113
|
+
export type PerformanceInsightsMetricFilterKey = string;
|
|
1114
|
+
export type PerformanceInsightsMetricFilterMap = {[key: string]: PerformanceInsightsMetricFilterValue};
|
|
1115
|
+
export type PerformanceInsightsMetricFilterValue = string;
|
|
1116
|
+
export type PerformanceInsightsMetricGroup = string;
|
|
1117
|
+
export type PerformanceInsightsMetricLimitInteger = number;
|
|
1118
|
+
export type PerformanceInsightsMetricName = string;
|
|
1119
|
+
export interface PerformanceInsightsMetricQuery {
|
|
1120
|
+
/**
|
|
1121
|
+
* The name of the meteric used used when querying an Performance Insights GetResourceMetrics API for anomaly metrics. Valid values for Metric are: db.load.avg - a scaled representation of the number of active sessions for the database engine. db.sampledload.avg - the raw number of active sessions for the database engine. If the number of active sessions is less than an internal Performance Insights threshold, db.load.avg and db.sampledload.avg are the same value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with db.load.avg showing the scaled values, db.sampledload.avg showing the raw values, and db.sampledload.avg less than db.load.avg. For most use cases, you can query db.load.avg only.
|
|
1122
|
+
*/
|
|
1123
|
+
Metric?: PerformanceInsightsMetricName;
|
|
1124
|
+
/**
|
|
1125
|
+
* The specification for how to aggregate the data points from a Performance Insights GetResourceMetrics API query. The Performance Insights query returns all of the dimensions within that group, unless you provide the names of specific dimensions within that group. You can also request that Performance Insights return a limited number of values for a dimension.
|
|
1126
|
+
*/
|
|
1127
|
+
GroupBy?: PerformanceInsightsMetricDimensionGroup;
|
|
1128
|
+
/**
|
|
1129
|
+
* One or more filters to apply to a Performance Insights GetResourceMetrics API query. Restrictions: Any number of filters by the same dimension, as specified in the GroupBy parameter. A single filter for any other dimension in this dimension group.
|
|
1130
|
+
*/
|
|
1131
|
+
Filter?: PerformanceInsightsMetricFilterMap;
|
|
1132
|
+
}
|
|
1133
|
+
export type PerformanceInsightsMetricUnit = string;
|
|
1134
|
+
export interface PerformanceInsightsMetricsDetail {
|
|
1135
|
+
/**
|
|
1136
|
+
* The name used for a specific Performance Insights metric.
|
|
1137
|
+
*/
|
|
1138
|
+
MetricDisplayName?: PerformanceInsightsMetricDisplayName;
|
|
1139
|
+
/**
|
|
1140
|
+
* The unit of measure for a metric. For example, a session or a process.
|
|
1141
|
+
*/
|
|
1142
|
+
Unit?: PerformanceInsightsMetricUnit;
|
|
1143
|
+
/**
|
|
1144
|
+
* A single query to be processed for the metric. For more information, see PerformanceInsightsMetricQuery .
|
|
1145
|
+
*/
|
|
1146
|
+
MetricQuery?: PerformanceInsightsMetricQuery;
|
|
1147
|
+
/**
|
|
1148
|
+
* For more information, see PerformanceInsightsReferenceData .
|
|
1149
|
+
*/
|
|
1150
|
+
ReferenceData?: PerformanceInsightsReferenceDataList;
|
|
1151
|
+
/**
|
|
1152
|
+
* The metric statistics during the anomalous period detected by DevOps Guru;
|
|
1153
|
+
*/
|
|
1154
|
+
StatsAtAnomaly?: PerformanceInsightsStats;
|
|
1155
|
+
/**
|
|
1156
|
+
* Typical metric statistics that are not considered anomalous. When DevOps Guru analyzes metrics, it compares them to StatsAtBaseline to help determine if they are anomalous.
|
|
1157
|
+
*/
|
|
1158
|
+
StatsAtBaseline?: PerformanceInsightsStats;
|
|
1159
|
+
}
|
|
1160
|
+
export type PerformanceInsightsMetricsDetails = PerformanceInsightsMetricsDetail[];
|
|
1161
|
+
export interface PerformanceInsightsReferenceComparisonValues {
|
|
1162
|
+
/**
|
|
1163
|
+
* A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference value is used to determine if an actual metric value should be considered anomalous.
|
|
1164
|
+
*/
|
|
1165
|
+
ReferenceScalar?: PerformanceInsightsReferenceScalar;
|
|
1166
|
+
/**
|
|
1167
|
+
* A metric that DevOps Guru compares to actual metric values. This reference metric is used to determine if an actual metric should be considered anomalous.
|
|
1168
|
+
*/
|
|
1169
|
+
ReferenceMetric?: PerformanceInsightsReferenceMetric;
|
|
1170
|
+
}
|
|
1171
|
+
export interface PerformanceInsightsReferenceData {
|
|
1172
|
+
/**
|
|
1173
|
+
* The name of the reference data.
|
|
1174
|
+
*/
|
|
1175
|
+
Name?: PerformanceInsightsReferenceName;
|
|
1176
|
+
/**
|
|
1177
|
+
* The specific reference values used to evaluate the Performance Insights. For more information, see PerformanceInsightsReferenceComparisonValues .
|
|
1178
|
+
*/
|
|
1179
|
+
ComparisonValues?: PerformanceInsightsReferenceComparisonValues;
|
|
1180
|
+
}
|
|
1181
|
+
export type PerformanceInsightsReferenceDataList = PerformanceInsightsReferenceData[];
|
|
1182
|
+
export interface PerformanceInsightsReferenceMetric {
|
|
1183
|
+
/**
|
|
1184
|
+
* A query to be processed on the metric.
|
|
1185
|
+
*/
|
|
1186
|
+
MetricQuery?: PerformanceInsightsMetricQuery;
|
|
1187
|
+
}
|
|
1188
|
+
export type PerformanceInsightsReferenceName = string;
|
|
1189
|
+
export interface PerformanceInsightsReferenceScalar {
|
|
1190
|
+
/**
|
|
1191
|
+
* The reference value.
|
|
1192
|
+
*/
|
|
1193
|
+
Value?: PerformanceInsightsValueDouble;
|
|
1194
|
+
}
|
|
1195
|
+
export interface PerformanceInsightsStat {
|
|
1196
|
+
/**
|
|
1197
|
+
* The statistic type.
|
|
1198
|
+
*/
|
|
1199
|
+
Type?: PerformanceInsightsStatType;
|
|
1200
|
+
/**
|
|
1201
|
+
* The value of the statistic.
|
|
1202
|
+
*/
|
|
1203
|
+
Value?: PerformanceInsightsValueDouble;
|
|
1204
|
+
}
|
|
1205
|
+
export type PerformanceInsightsStatType = string;
|
|
1206
|
+
export type PerformanceInsightsStats = PerformanceInsightsStat[];
|
|
1207
|
+
export type PerformanceInsightsValueDouble = number;
|
|
833
1208
|
export interface PredictionTimeRange {
|
|
834
1209
|
/**
|
|
835
1210
|
* The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.
|
|
@@ -847,7 +1222,7 @@ declare namespace DevOpsGuru {
|
|
|
847
1222
|
*/
|
|
848
1223
|
Id?: AnomalyId;
|
|
849
1224
|
/**
|
|
850
|
-
*
|
|
1225
|
+
* The severity of the anomaly. The severity of anomalies that generate an insight determine that insight's severity. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
|
|
851
1226
|
*/
|
|
852
1227
|
Severity?: AnomalySeverity;
|
|
853
1228
|
/**
|
|
@@ -860,7 +1235,7 @@ declare namespace DevOpsGuru {
|
|
|
860
1235
|
UpdateTime?: Timestamp;
|
|
861
1236
|
AnomalyTimeRange?: AnomalyTimeRange;
|
|
862
1237
|
/**
|
|
863
|
-
*
|
|
1238
|
+
* An AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.
|
|
864
1239
|
*/
|
|
865
1240
|
AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
|
|
866
1241
|
PredictionTimeRange?: PredictionTimeRange;
|
|
@@ -884,7 +1259,7 @@ declare namespace DevOpsGuru {
|
|
|
884
1259
|
*/
|
|
885
1260
|
Id?: AnomalyId;
|
|
886
1261
|
/**
|
|
887
|
-
* The severity of the anomaly.
|
|
1262
|
+
* The severity of the anomaly. The severity of anomalies that generate an insight determine that insight's severity. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
|
|
888
1263
|
*/
|
|
889
1264
|
Severity?: AnomalySeverity;
|
|
890
1265
|
/**
|
|
@@ -897,7 +1272,7 @@ declare namespace DevOpsGuru {
|
|
|
897
1272
|
UpdateTime?: Timestamp;
|
|
898
1273
|
AnomalyTimeRange?: AnomalyTimeRange;
|
|
899
1274
|
/**
|
|
900
|
-
*
|
|
1275
|
+
* An AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.
|
|
901
1276
|
*/
|
|
902
1277
|
AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
|
|
903
1278
|
PredictionTimeRange?: PredictionTimeRange;
|
|
@@ -925,7 +1300,7 @@ declare namespace DevOpsGuru {
|
|
|
925
1300
|
*/
|
|
926
1301
|
Name?: InsightName;
|
|
927
1302
|
/**
|
|
928
|
-
* The severity of the
|
|
1303
|
+
* The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
|
|
929
1304
|
*/
|
|
930
1305
|
Severity?: InsightSeverity;
|
|
931
1306
|
/**
|
|
@@ -936,7 +1311,7 @@ declare namespace DevOpsGuru {
|
|
|
936
1311
|
PredictionTimeRange?: PredictionTimeRange;
|
|
937
1312
|
ResourceCollection?: ResourceCollection;
|
|
938
1313
|
/**
|
|
939
|
-
* The ID of the
|
|
1314
|
+
* The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.
|
|
940
1315
|
*/
|
|
941
1316
|
SsmOpsItemId?: SsmOpsItemId;
|
|
942
1317
|
}
|
|
@@ -950,7 +1325,7 @@ declare namespace DevOpsGuru {
|
|
|
950
1325
|
*/
|
|
951
1326
|
Name?: InsightName;
|
|
952
1327
|
/**
|
|
953
|
-
* The severity of the
|
|
1328
|
+
* The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
|
|
954
1329
|
*/
|
|
955
1330
|
Severity?: InsightSeverity;
|
|
956
1331
|
/**
|
|
@@ -961,11 +1336,46 @@ declare namespace DevOpsGuru {
|
|
|
961
1336
|
PredictionTimeRange?: PredictionTimeRange;
|
|
962
1337
|
ResourceCollection?: ResourceCollection;
|
|
963
1338
|
/**
|
|
964
|
-
* A collection of the names of
|
|
1339
|
+
* A collection of the names of Amazon Web Services services.
|
|
965
1340
|
*/
|
|
966
1341
|
ServiceCollection?: ServiceCollection;
|
|
1342
|
+
/**
|
|
1343
|
+
* The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
|
|
1344
|
+
*/
|
|
1345
|
+
AssociatedResourceArns?: AssociatedResourceArns;
|
|
967
1346
|
}
|
|
968
1347
|
export type ProactiveInsights = ProactiveInsightSummary[];
|
|
1348
|
+
export interface ProactiveOrganizationInsightSummary {
|
|
1349
|
+
/**
|
|
1350
|
+
* The ID of the insight summary.
|
|
1351
|
+
*/
|
|
1352
|
+
Id?: InsightId;
|
|
1353
|
+
/**
|
|
1354
|
+
* The ID of the Amazon Web Services account.
|
|
1355
|
+
*/
|
|
1356
|
+
AccountId?: AwsAccountId;
|
|
1357
|
+
/**
|
|
1358
|
+
* The ID of the organizational unit.
|
|
1359
|
+
*/
|
|
1360
|
+
OrganizationalUnitId?: OrganizationalUnitId;
|
|
1361
|
+
/**
|
|
1362
|
+
* The name of the insight summary.
|
|
1363
|
+
*/
|
|
1364
|
+
Name?: InsightName;
|
|
1365
|
+
/**
|
|
1366
|
+
* An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
|
|
1367
|
+
*/
|
|
1368
|
+
Severity?: InsightSeverity;
|
|
1369
|
+
/**
|
|
1370
|
+
* An array of status values used to search for insights.
|
|
1371
|
+
*/
|
|
1372
|
+
Status?: InsightStatus;
|
|
1373
|
+
InsightTimeRange?: InsightTimeRange;
|
|
1374
|
+
PredictionTimeRange?: PredictionTimeRange;
|
|
1375
|
+
ResourceCollection?: ResourceCollection;
|
|
1376
|
+
ServiceCollection?: ServiceCollection;
|
|
1377
|
+
}
|
|
1378
|
+
export type ProactiveOrganizationInsights = ProactiveOrganizationInsightSummary[];
|
|
969
1379
|
export interface PutFeedbackRequest {
|
|
970
1380
|
/**
|
|
971
1381
|
* The feedback from customers is about the recommendations in this insight.
|
|
@@ -981,7 +1391,7 @@ declare namespace DevOpsGuru {
|
|
|
981
1391
|
*/
|
|
982
1392
|
Id?: AnomalyId;
|
|
983
1393
|
/**
|
|
984
|
-
* The severity of the anomaly.
|
|
1394
|
+
* The severity of the anomaly. The severity of anomalies that generate an insight determine that insight's severity. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
|
|
985
1395
|
*/
|
|
986
1396
|
Severity?: AnomalySeverity;
|
|
987
1397
|
/**
|
|
@@ -990,7 +1400,7 @@ declare namespace DevOpsGuru {
|
|
|
990
1400
|
Status?: AnomalyStatus;
|
|
991
1401
|
AnomalyTimeRange?: AnomalyTimeRange;
|
|
992
1402
|
/**
|
|
993
|
-
*
|
|
1403
|
+
* An AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.
|
|
994
1404
|
*/
|
|
995
1405
|
AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
|
|
996
1406
|
/**
|
|
@@ -1002,6 +1412,26 @@ declare namespace DevOpsGuru {
|
|
|
1002
1412
|
*/
|
|
1003
1413
|
AssociatedInsightId?: InsightId;
|
|
1004
1414
|
ResourceCollection?: ResourceCollection;
|
|
1415
|
+
/**
|
|
1416
|
+
* The type of the reactive anomaly. It can be one of the following types. CAUSAL - the anomaly can cause a new insight. CONTEXTUAL - the anomaly contains additional information about an insight or its causal anomaly.
|
|
1417
|
+
*/
|
|
1418
|
+
Type?: AnomalyType;
|
|
1419
|
+
/**
|
|
1420
|
+
* The name of the reactive anomaly.
|
|
1421
|
+
*/
|
|
1422
|
+
Name?: AnomalyName;
|
|
1423
|
+
/**
|
|
1424
|
+
* A description of the reactive anomaly.
|
|
1425
|
+
*/
|
|
1426
|
+
Description?: AnomalyDescription;
|
|
1427
|
+
/**
|
|
1428
|
+
* The ID of the causal anomaly that is associated with this reactive anomaly. The ID of a `CAUSAL` anomaly is always `NULL`.
|
|
1429
|
+
*/
|
|
1430
|
+
CausalAnomalyId?: AnomalyId;
|
|
1431
|
+
/**
|
|
1432
|
+
* The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.
|
|
1433
|
+
*/
|
|
1434
|
+
AnomalyResources?: AnomalyResources;
|
|
1005
1435
|
}
|
|
1006
1436
|
export interface ReactiveAnomalySummary {
|
|
1007
1437
|
/**
|
|
@@ -1009,7 +1439,7 @@ declare namespace DevOpsGuru {
|
|
|
1009
1439
|
*/
|
|
1010
1440
|
Id?: AnomalyId;
|
|
1011
1441
|
/**
|
|
1012
|
-
*
|
|
1442
|
+
* The severity of the anomaly. The severity of anomalies that generate an insight determine that insight's severity. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
|
|
1013
1443
|
*/
|
|
1014
1444
|
Severity?: AnomalySeverity;
|
|
1015
1445
|
/**
|
|
@@ -1018,7 +1448,7 @@ declare namespace DevOpsGuru {
|
|
|
1018
1448
|
Status?: AnomalyStatus;
|
|
1019
1449
|
AnomalyTimeRange?: AnomalyTimeRange;
|
|
1020
1450
|
/**
|
|
1021
|
-
*
|
|
1451
|
+
* An AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.
|
|
1022
1452
|
*/
|
|
1023
1453
|
AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
|
|
1024
1454
|
/**
|
|
@@ -1030,6 +1460,26 @@ declare namespace DevOpsGuru {
|
|
|
1030
1460
|
*/
|
|
1031
1461
|
AssociatedInsightId?: InsightId;
|
|
1032
1462
|
ResourceCollection?: ResourceCollection;
|
|
1463
|
+
/**
|
|
1464
|
+
* The type of the reactive anomaly. It can be one of the following types. CAUSAL - the anomaly can cause a new insight. CONTEXTUAL - the anomaly contains additional information about an insight or its causal anomaly.
|
|
1465
|
+
*/
|
|
1466
|
+
Type?: AnomalyType;
|
|
1467
|
+
/**
|
|
1468
|
+
* The name of the reactive anomaly.
|
|
1469
|
+
*/
|
|
1470
|
+
Name?: AnomalyName;
|
|
1471
|
+
/**
|
|
1472
|
+
* A description of the reactive anomaly.
|
|
1473
|
+
*/
|
|
1474
|
+
Description?: AnomalyDescription;
|
|
1475
|
+
/**
|
|
1476
|
+
* The ID of the causal anomaly that is associated with this reactive anomaly. The ID of a `CAUSAL` anomaly is always `NULL`.
|
|
1477
|
+
*/
|
|
1478
|
+
CausalAnomalyId?: AnomalyId;
|
|
1479
|
+
/**
|
|
1480
|
+
* The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.
|
|
1481
|
+
*/
|
|
1482
|
+
AnomalyResources?: AnomalyResources;
|
|
1033
1483
|
}
|
|
1034
1484
|
export interface ReactiveInsight {
|
|
1035
1485
|
/**
|
|
@@ -1041,7 +1491,7 @@ declare namespace DevOpsGuru {
|
|
|
1041
1491
|
*/
|
|
1042
1492
|
Name?: InsightName;
|
|
1043
1493
|
/**
|
|
1044
|
-
*
|
|
1494
|
+
* The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
|
|
1045
1495
|
*/
|
|
1046
1496
|
Severity?: InsightSeverity;
|
|
1047
1497
|
/**
|
|
@@ -1051,7 +1501,7 @@ declare namespace DevOpsGuru {
|
|
|
1051
1501
|
InsightTimeRange?: InsightTimeRange;
|
|
1052
1502
|
ResourceCollection?: ResourceCollection;
|
|
1053
1503
|
/**
|
|
1054
|
-
* The ID of the
|
|
1504
|
+
* The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.
|
|
1055
1505
|
*/
|
|
1056
1506
|
SsmOpsItemId?: SsmOpsItemId;
|
|
1057
1507
|
}
|
|
@@ -1065,7 +1515,7 @@ declare namespace DevOpsGuru {
|
|
|
1065
1515
|
*/
|
|
1066
1516
|
Name?: InsightName;
|
|
1067
1517
|
/**
|
|
1068
|
-
*
|
|
1518
|
+
* The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
|
|
1069
1519
|
*/
|
|
1070
1520
|
Severity?: InsightSeverity;
|
|
1071
1521
|
/**
|
|
@@ -1075,11 +1525,45 @@ declare namespace DevOpsGuru {
|
|
|
1075
1525
|
InsightTimeRange?: InsightTimeRange;
|
|
1076
1526
|
ResourceCollection?: ResourceCollection;
|
|
1077
1527
|
/**
|
|
1078
|
-
* A collection of the names of
|
|
1528
|
+
* A collection of the names of Amazon Web Services services.
|
|
1079
1529
|
*/
|
|
1080
1530
|
ServiceCollection?: ServiceCollection;
|
|
1531
|
+
/**
|
|
1532
|
+
* The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
|
|
1533
|
+
*/
|
|
1534
|
+
AssociatedResourceArns?: AssociatedResourceArns;
|
|
1081
1535
|
}
|
|
1082
1536
|
export type ReactiveInsights = ReactiveInsightSummary[];
|
|
1537
|
+
export interface ReactiveOrganizationInsightSummary {
|
|
1538
|
+
/**
|
|
1539
|
+
* The ID of the insight summary.
|
|
1540
|
+
*/
|
|
1541
|
+
Id?: InsightId;
|
|
1542
|
+
/**
|
|
1543
|
+
* The ID of the Amazon Web Services account.
|
|
1544
|
+
*/
|
|
1545
|
+
AccountId?: AwsAccountId;
|
|
1546
|
+
/**
|
|
1547
|
+
* The ID of the organizational unit.
|
|
1548
|
+
*/
|
|
1549
|
+
OrganizationalUnitId?: OrganizationalUnitId;
|
|
1550
|
+
/**
|
|
1551
|
+
* The name of the insight summary.
|
|
1552
|
+
*/
|
|
1553
|
+
Name?: InsightName;
|
|
1554
|
+
/**
|
|
1555
|
+
* An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
|
|
1556
|
+
*/
|
|
1557
|
+
Severity?: InsightSeverity;
|
|
1558
|
+
/**
|
|
1559
|
+
* An array of status values used to search for insights.
|
|
1560
|
+
*/
|
|
1561
|
+
Status?: InsightStatus;
|
|
1562
|
+
InsightTimeRange?: InsightTimeRange;
|
|
1563
|
+
ResourceCollection?: ResourceCollection;
|
|
1564
|
+
ServiceCollection?: ServiceCollection;
|
|
1565
|
+
}
|
|
1566
|
+
export type ReactiveOrganizationInsights = ReactiveOrganizationInsightSummary[];
|
|
1083
1567
|
export interface Recommendation {
|
|
1084
1568
|
/**
|
|
1085
1569
|
* A description of the problem.
|
|
@@ -1120,6 +1604,10 @@ declare namespace DevOpsGuru {
|
|
|
1120
1604
|
* Information about where the anomalous behavior related the recommendation was found. For example, details in Amazon CloudWatch metrics.
|
|
1121
1605
|
*/
|
|
1122
1606
|
SourceDetails?: RelatedAnomalySourceDetails;
|
|
1607
|
+
/**
|
|
1608
|
+
* The ID of an anomaly that generated the insight with this recommendation.
|
|
1609
|
+
*/
|
|
1610
|
+
AnomalyId?: AnomalyId;
|
|
1123
1611
|
}
|
|
1124
1612
|
export interface RecommendationRelatedAnomalyResource {
|
|
1125
1613
|
/**
|
|
@@ -1127,7 +1615,7 @@ declare namespace DevOpsGuru {
|
|
|
1127
1615
|
*/
|
|
1128
1616
|
Name?: RecommendationRelatedAnomalyResourceName;
|
|
1129
1617
|
/**
|
|
1130
|
-
* The type of the resource.
|
|
1618
|
+
* The type of the resource. Resource types take the same form that is used by Amazon Web Services CloudFormation resource type identifiers, service-provider::service-name::data-type-name. For example, AWS::RDS::DBCluster. For more information, see Amazon Web Services resource and property types reference in the Amazon Web Services CloudFormation User Guide.
|
|
1131
1619
|
*/
|
|
1132
1620
|
Type?: RecommendationRelatedAnomalyResourceType;
|
|
1133
1621
|
}
|
|
@@ -1159,7 +1647,7 @@ declare namespace DevOpsGuru {
|
|
|
1159
1647
|
*/
|
|
1160
1648
|
Name?: RecommendationRelatedEventName;
|
|
1161
1649
|
/**
|
|
1162
|
-
* A ResourceCollection object that contains arrays of the names of
|
|
1650
|
+
* A ResourceCollection object that contains arrays of the names of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
1163
1651
|
*/
|
|
1164
1652
|
Resources?: RecommendationRelatedEventResources;
|
|
1165
1653
|
}
|
|
@@ -1188,21 +1676,32 @@ declare namespace DevOpsGuru {
|
|
|
1188
1676
|
}
|
|
1189
1677
|
export interface RemoveNotificationChannelResponse {
|
|
1190
1678
|
}
|
|
1679
|
+
export type ResourceArn = string;
|
|
1191
1680
|
export interface ResourceCollection {
|
|
1192
1681
|
/**
|
|
1193
|
-
* An array of the names of
|
|
1682
|
+
* An array of the names of Amazon Web Services CloudFormation stacks. The stacks define Amazon Web Services resources that DevOps Guru analyzes. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
1194
1683
|
*/
|
|
1195
1684
|
CloudFormation?: CloudFormationCollection;
|
|
1685
|
+
/**
|
|
1686
|
+
* The Amazon Web Services tags that are used by resources in the resource collection. Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper. Each Amazon Web Services tag has two parts. A tag key (for example, CostCenter, Environment, Project, or Secret). Tag keys are case-sensitive. An optional field known as a tag value (for example, 111122223333, Production, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. Together these are known as key-value pairs. The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be Devops-guru-deployment-application or Devops-guru-rds-application. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.
|
|
1687
|
+
*/
|
|
1688
|
+
Tags?: TagCollections;
|
|
1196
1689
|
}
|
|
1197
1690
|
export interface ResourceCollectionFilter {
|
|
1198
1691
|
/**
|
|
1199
|
-
* Information about
|
|
1692
|
+
* Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.
|
|
1200
1693
|
*/
|
|
1201
1694
|
CloudFormation?: CloudFormationCollectionFilter;
|
|
1695
|
+
/**
|
|
1696
|
+
* The Amazon Web Services tags used to filter the resources in the resource collection. Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper. Each Amazon Web Services tag has two parts. A tag key (for example, CostCenter, Environment, Project, or Secret). Tag keys are case-sensitive. An optional field known as a tag value (for example, 111122223333, Production, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. Together these are known as key-value pairs. The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be Devops-guru-deployment-application or Devops-guru-rds-application. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.
|
|
1697
|
+
*/
|
|
1698
|
+
Tags?: TagCollectionFilters;
|
|
1202
1699
|
}
|
|
1203
|
-
export type ResourceCollectionType = "AWS_CLOUD_FORMATION"|"AWS_SERVICE"|string;
|
|
1700
|
+
export type ResourceCollectionType = "AWS_CLOUD_FORMATION"|"AWS_SERVICE"|"AWS_TAGS"|string;
|
|
1204
1701
|
export type ResourceHours = number;
|
|
1702
|
+
export type ResourceName = string;
|
|
1205
1703
|
export type ResourceType = string;
|
|
1704
|
+
export type SearchInsightsAccountIdList = AwsAccountId[];
|
|
1206
1705
|
export interface SearchInsightsFilters {
|
|
1207
1706
|
/**
|
|
1208
1707
|
* An array of severity values used to search for insights.
|
|
@@ -1214,7 +1713,7 @@ declare namespace DevOpsGuru {
|
|
|
1214
1713
|
Statuses?: InsightStatuses;
|
|
1215
1714
|
ResourceCollection?: ResourceCollection;
|
|
1216
1715
|
/**
|
|
1217
|
-
* A collection of the names of
|
|
1716
|
+
* A collection of the names of Amazon Web Services services.
|
|
1218
1717
|
*/
|
|
1219
1718
|
ServiceCollection?: ServiceCollection;
|
|
1220
1719
|
}
|
|
@@ -1255,36 +1754,86 @@ declare namespace DevOpsGuru {
|
|
|
1255
1754
|
*/
|
|
1256
1755
|
NextToken?: UuidNextToken;
|
|
1257
1756
|
}
|
|
1757
|
+
export interface SearchOrganizationInsightsFilters {
|
|
1758
|
+
/**
|
|
1759
|
+
* An array of severity values used to search for insights.
|
|
1760
|
+
*/
|
|
1761
|
+
Severities?: InsightSeverities;
|
|
1762
|
+
/**
|
|
1763
|
+
* An array of status values used to search for insights.
|
|
1764
|
+
*/
|
|
1765
|
+
Statuses?: InsightStatuses;
|
|
1766
|
+
ResourceCollection?: ResourceCollection;
|
|
1767
|
+
ServiceCollection?: ServiceCollection;
|
|
1768
|
+
}
|
|
1769
|
+
export type SearchOrganizationInsightsMaxResults = number;
|
|
1770
|
+
export interface SearchOrganizationInsightsRequest {
|
|
1771
|
+
/**
|
|
1772
|
+
* The ID of the Amazon Web Services account.
|
|
1773
|
+
*/
|
|
1774
|
+
AccountIds: SearchInsightsAccountIdList;
|
|
1775
|
+
StartTimeRange: StartTimeRange;
|
|
1776
|
+
/**
|
|
1777
|
+
* A SearchOrganizationInsightsFilters object that is used to set the severity and status filters on your insight search.
|
|
1778
|
+
*/
|
|
1779
|
+
Filters?: SearchOrganizationInsightsFilters;
|
|
1780
|
+
/**
|
|
1781
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
1782
|
+
*/
|
|
1783
|
+
MaxResults?: SearchOrganizationInsightsMaxResults;
|
|
1784
|
+
/**
|
|
1785
|
+
* The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
|
|
1786
|
+
*/
|
|
1787
|
+
NextToken?: UuidNextToken;
|
|
1788
|
+
/**
|
|
1789
|
+
* The type of insights you are searching for (REACTIVE or PROACTIVE).
|
|
1790
|
+
*/
|
|
1791
|
+
Type: InsightType;
|
|
1792
|
+
}
|
|
1793
|
+
export interface SearchOrganizationInsightsResponse {
|
|
1794
|
+
/**
|
|
1795
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
|
1796
|
+
*/
|
|
1797
|
+
ProactiveInsights?: ProactiveInsights;
|
|
1798
|
+
/**
|
|
1799
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
1800
|
+
*/
|
|
1801
|
+
ReactiveInsights?: ReactiveInsights;
|
|
1802
|
+
/**
|
|
1803
|
+
* The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
|
|
1804
|
+
*/
|
|
1805
|
+
NextToken?: UuidNextToken;
|
|
1806
|
+
}
|
|
1258
1807
|
export interface ServiceCollection {
|
|
1259
1808
|
/**
|
|
1260
|
-
* An array of strings that each specifies the name of an
|
|
1809
|
+
* An array of strings that each specifies the name of an Amazon Web Services service.
|
|
1261
1810
|
*/
|
|
1262
1811
|
ServiceNames?: ServiceNames;
|
|
1263
1812
|
}
|
|
1264
1813
|
export interface ServiceHealth {
|
|
1265
1814
|
/**
|
|
1266
|
-
* The name of the
|
|
1815
|
+
* The name of the Amazon Web Services service.
|
|
1267
1816
|
*/
|
|
1268
1817
|
ServiceName?: ServiceName;
|
|
1269
1818
|
/**
|
|
1270
|
-
* Represents the health of an
|
|
1819
|
+
* Represents the health of an Amazon Web Services service. This is a ServiceInsightHealth that contains the number of open proactive and reactive insights for this service.
|
|
1271
1820
|
*/
|
|
1272
1821
|
Insight?: ServiceInsightHealth;
|
|
1273
1822
|
}
|
|
1274
1823
|
export type ServiceHealths = ServiceHealth[];
|
|
1275
1824
|
export interface ServiceInsightHealth {
|
|
1276
1825
|
/**
|
|
1277
|
-
* The number of open proactive insights in the
|
|
1826
|
+
* The number of open proactive insights in the Amazon Web Services service
|
|
1278
1827
|
*/
|
|
1279
1828
|
OpenProactiveInsights?: NumOpenProactiveInsights;
|
|
1280
1829
|
/**
|
|
1281
|
-
* The number of open reactive insights in the
|
|
1830
|
+
* The number of open reactive insights in the Amazon Web Services service
|
|
1282
1831
|
*/
|
|
1283
1832
|
OpenReactiveInsights?: NumOpenReactiveInsights;
|
|
1284
1833
|
}
|
|
1285
1834
|
export interface ServiceIntegrationConfig {
|
|
1286
1835
|
/**
|
|
1287
|
-
* Information about whether DevOps Guru is configured to create an OpsItem in
|
|
1836
|
+
* Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.
|
|
1288
1837
|
*/
|
|
1289
1838
|
OpsCenter?: OpsCenterIntegration;
|
|
1290
1839
|
}
|
|
@@ -1292,11 +1841,11 @@ declare namespace DevOpsGuru {
|
|
|
1292
1841
|
export type ServiceNames = ServiceName[];
|
|
1293
1842
|
export interface ServiceResourceCost {
|
|
1294
1843
|
/**
|
|
1295
|
-
* The type of the
|
|
1844
|
+
* The type of the Amazon Web Services resource.
|
|
1296
1845
|
*/
|
|
1297
1846
|
Type?: ResourceType;
|
|
1298
1847
|
/**
|
|
1299
|
-
* The state of the resource. The resource is ACTIVE if it produces metrics, events, or logs within an hour, otherwise it is INACTIVE. You pay for the number of active
|
|
1848
|
+
* The state of the resource. The resource is ACTIVE if it produces metrics, events, or logs within an hour, otherwise it is INACTIVE. You pay for the number of active Amazon Web Services resource hours analyzed for each resource. Inactive resources are not charged.
|
|
1300
1849
|
*/
|
|
1301
1850
|
State?: CostEstimationServiceResourceState;
|
|
1302
1851
|
/**
|
|
@@ -1324,7 +1873,7 @@ declare namespace DevOpsGuru {
|
|
|
1324
1873
|
export type StackNames = StackName[];
|
|
1325
1874
|
export interface StartCostEstimationRequest {
|
|
1326
1875
|
/**
|
|
1327
|
-
* The collection of
|
|
1876
|
+
* The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
|
|
1328
1877
|
*/
|
|
1329
1878
|
ResourceCollection: CostEstimationResourceCollectionFilter;
|
|
1330
1879
|
/**
|
|
@@ -1344,20 +1893,85 @@ declare namespace DevOpsGuru {
|
|
|
1344
1893
|
*/
|
|
1345
1894
|
ToTime?: Timestamp;
|
|
1346
1895
|
}
|
|
1896
|
+
export interface TagCollection {
|
|
1897
|
+
/**
|
|
1898
|
+
* An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary. The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be Devops-guru-deployment-application or Devops-guru-rds-application. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.
|
|
1899
|
+
*/
|
|
1900
|
+
AppBoundaryKey: AppBoundaryKey;
|
|
1901
|
+
/**
|
|
1902
|
+
* The values in an Amazon Web Services tag collection. The tag's value is an optional field used to associate a string with the tag key (for example, 111122223333, Production, or a team name). The key and value are the tag's key pair. Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. You can specify a maximum of 256 characters for a tag value.
|
|
1903
|
+
*/
|
|
1904
|
+
TagValues: TagValues;
|
|
1905
|
+
}
|
|
1906
|
+
export interface TagCollectionFilter {
|
|
1907
|
+
/**
|
|
1908
|
+
* An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary. The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be Devops-guru-deployment-application or Devops-guru-rds-application. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.
|
|
1909
|
+
*/
|
|
1910
|
+
AppBoundaryKey: AppBoundaryKey;
|
|
1911
|
+
/**
|
|
1912
|
+
* The values in an Amazon Web Services tag collection. The tag's value is an optional field used to associate a string with the tag key (for example, 111122223333, Production, or a team name). The key and value are the tag's key pair. Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. You can specify a maximum of 256 characters for a tag value.
|
|
1913
|
+
*/
|
|
1914
|
+
TagValues: TagValues;
|
|
1915
|
+
}
|
|
1916
|
+
export type TagCollectionFilters = TagCollectionFilter[];
|
|
1917
|
+
export type TagCollections = TagCollection[];
|
|
1918
|
+
export interface TagCostEstimationResourceCollectionFilter {
|
|
1919
|
+
/**
|
|
1920
|
+
* An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary. The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be Devops-guru-deployment-application or Devops-guru-rds-application. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.
|
|
1921
|
+
*/
|
|
1922
|
+
AppBoundaryKey: AppBoundaryKey;
|
|
1923
|
+
/**
|
|
1924
|
+
* The values in an Amazon Web Services tag collection. The tag's value is an optional field used to associate a string with the tag key (for example, 111122223333, Production, or a team name). The key and value are the tag's key pair. Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. You can specify a maximum of 256 characters for a tag value.
|
|
1925
|
+
*/
|
|
1926
|
+
TagValues: CostEstimationTagValues;
|
|
1927
|
+
}
|
|
1928
|
+
export type TagCostEstimationResourceCollectionFilters = TagCostEstimationResourceCollectionFilter[];
|
|
1929
|
+
export interface TagHealth {
|
|
1930
|
+
/**
|
|
1931
|
+
* An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary. The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be Devops-guru-deployment-application or Devops-guru-rds-application. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.
|
|
1932
|
+
*/
|
|
1933
|
+
AppBoundaryKey?: AppBoundaryKey;
|
|
1934
|
+
/**
|
|
1935
|
+
* The value in an Amazon Web Services tag. The tag's value is an optional field used to associate a string with the tag key (for example, 111122223333, Production, or a team name). The key and value are the tag's key pair. Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. You can specify a maximum of 256 characters for a tag value.
|
|
1936
|
+
*/
|
|
1937
|
+
TagValue?: TagValue;
|
|
1938
|
+
/**
|
|
1939
|
+
* Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services tag, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
|
|
1940
|
+
*/
|
|
1941
|
+
Insight?: InsightHealth;
|
|
1942
|
+
}
|
|
1943
|
+
export type TagHealths = TagHealth[];
|
|
1944
|
+
export type TagValue = string;
|
|
1945
|
+
export type TagValues = TagValue[];
|
|
1347
1946
|
export type Timestamp = Date;
|
|
1947
|
+
export interface TimestampMetricValuePair {
|
|
1948
|
+
/**
|
|
1949
|
+
* A Timestamp that specifies the time the event occurred.
|
|
1950
|
+
*/
|
|
1951
|
+
Timestamp?: Timestamp;
|
|
1952
|
+
/**
|
|
1953
|
+
* Value of the anomalous metric data point at respective Timestamp.
|
|
1954
|
+
*/
|
|
1955
|
+
MetricValue?: MetricValue;
|
|
1956
|
+
}
|
|
1957
|
+
export type TimestampMetricValuePairList = TimestampMetricValuePair[];
|
|
1348
1958
|
export type TopicArn = string;
|
|
1349
1959
|
export interface UpdateCloudFormationCollectionFilter {
|
|
1350
1960
|
/**
|
|
1351
|
-
* An array of the names of the
|
|
1961
|
+
* An array of the names of the Amazon Web Services CloudFormation stacks to update. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
1352
1962
|
*/
|
|
1353
1963
|
StackNames?: UpdateStackNames;
|
|
1354
1964
|
}
|
|
1355
1965
|
export type UpdateResourceCollectionAction = "ADD"|"REMOVE"|string;
|
|
1356
1966
|
export interface UpdateResourceCollectionFilter {
|
|
1357
1967
|
/**
|
|
1358
|
-
*
|
|
1968
|
+
* A collection of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
1359
1969
|
*/
|
|
1360
1970
|
CloudFormation?: UpdateCloudFormationCollectionFilter;
|
|
1971
|
+
/**
|
|
1972
|
+
* The updated Amazon Web Services tags used to filter the resources in the resource collection. Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the Tagging best practices whitepaper. Each Amazon Web Services tag has two parts. A tag key (for example, CostCenter, Environment, Project, or Secret). Tag keys are case-sensitive. An optional field known as a tag value (for example, 111122223333, Production, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. Together these are known as key-value pairs. The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be Devops-guru-deployment-application or Devops-guru-rds-application. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.
|
|
1973
|
+
*/
|
|
1974
|
+
Tags?: UpdateTagCollectionFilters;
|
|
1361
1975
|
}
|
|
1362
1976
|
export interface UpdateResourceCollectionRequest {
|
|
1363
1977
|
/**
|
|
@@ -1380,6 +1994,18 @@ declare namespace DevOpsGuru {
|
|
|
1380
1994
|
export interface UpdateServiceIntegrationResponse {
|
|
1381
1995
|
}
|
|
1382
1996
|
export type UpdateStackNames = StackName[];
|
|
1997
|
+
export interface UpdateTagCollectionFilter {
|
|
1998
|
+
/**
|
|
1999
|
+
* An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary. The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru-. The tag key might be Devops-guru-deployment-application or Devops-guru-rds-application. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS. Possible key/value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers.
|
|
2000
|
+
*/
|
|
2001
|
+
AppBoundaryKey: AppBoundaryKey;
|
|
2002
|
+
/**
|
|
2003
|
+
* The values in an Amazon Web Services tag collection. The tag's value is an optional field used to associate a string with the tag key (for example, 111122223333, Production, or a team name). The key and value are the tag's key pair. Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case-sensitive. You can specify a maximum of 256 characters for a tag value.
|
|
2004
|
+
*/
|
|
2005
|
+
TagValues: UpdateTagValues;
|
|
2006
|
+
}
|
|
2007
|
+
export type UpdateTagCollectionFilters = UpdateTagCollectionFilter[];
|
|
2008
|
+
export type UpdateTagValues = TagValue[];
|
|
1383
2009
|
export type UuidNextToken = string;
|
|
1384
2010
|
/**
|
|
1385
2011
|
* 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.
|