@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -13,19 +13,19 @@ declare class SSM extends Service {
|
|
|
13
13
|
constructor(options?: SSM.Types.ClientConfiguration)
|
|
14
14
|
config: Config & SSM.Types.ClientConfiguration;
|
|
15
15
|
/**
|
|
16
|
-
* Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your documents, managed
|
|
16
|
+
* Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example: Key=Owner,Value=DbAdmin Key=Owner,Value=SysAdmin Key=Owner,Value=Dev Key=Stack,Value=Production Key=Stack,Value=Pre-Production Key=Stack,Value=Test Each resource can have a maximum of 50 tags. We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters. For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.
|
|
17
17
|
*/
|
|
18
18
|
addTagsToResource(params: SSM.Types.AddTagsToResourceRequest, callback?: (err: AWSError, data: SSM.Types.AddTagsToResourceResult) => void): Request<SSM.Types.AddTagsToResourceResult, AWSError>;
|
|
19
19
|
/**
|
|
20
|
-
* Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your documents, managed
|
|
20
|
+
* Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example: Key=Owner,Value=DbAdmin Key=Owner,Value=SysAdmin Key=Owner,Value=Dev Key=Stack,Value=Production Key=Stack,Value=Pre-Production Key=Stack,Value=Test Each resource can have a maximum of 50 tags. We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters. For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.
|
|
21
21
|
*/
|
|
22
22
|
addTagsToResource(callback?: (err: AWSError, data: SSM.Types.AddTagsToResourceResult) => void): Request<SSM.Types.AddTagsToResourceResult, AWSError>;
|
|
23
23
|
/**
|
|
24
|
-
* Associates a related
|
|
24
|
+
* Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are capabilities of Amazon Web Services Systems Manager.
|
|
25
25
|
*/
|
|
26
26
|
associateOpsItemRelatedItem(params: SSM.Types.AssociateOpsItemRelatedItemRequest, callback?: (err: AWSError, data: SSM.Types.AssociateOpsItemRelatedItemResponse) => void): Request<SSM.Types.AssociateOpsItemRelatedItemResponse, AWSError>;
|
|
27
27
|
/**
|
|
28
|
-
* Associates a related
|
|
28
|
+
* Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are capabilities of Amazon Web Services Systems Manager.
|
|
29
29
|
*/
|
|
30
30
|
associateOpsItemRelatedItem(callback?: (err: AWSError, data: SSM.Types.AssociateOpsItemRelatedItemResponse) => void): Request<SSM.Types.AssociateOpsItemRelatedItemResponse, AWSError>;
|
|
31
31
|
/**
|
|
@@ -45,35 +45,35 @@ declare class SSM extends Service {
|
|
|
45
45
|
*/
|
|
46
46
|
cancelMaintenanceWindowExecution(callback?: (err: AWSError, data: SSM.Types.CancelMaintenanceWindowExecutionResult) => void): Request<SSM.Types.CancelMaintenanceWindowExecutionResult, AWSError>;
|
|
47
47
|
/**
|
|
48
|
-
* Generates an activation code and activation ID you can use to register your on-premises
|
|
48
|
+
* Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises machines using Systems Manager, see Setting up Amazon Web Services Systems Manager for hybrid environments in the Amazon Web Services Systems Manager User Guide. Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are configured for Systems Manager are all called managed nodes.
|
|
49
49
|
*/
|
|
50
50
|
createActivation(params: SSM.Types.CreateActivationRequest, callback?: (err: AWSError, data: SSM.Types.CreateActivationResult) => void): Request<SSM.Types.CreateActivationResult, AWSError>;
|
|
51
51
|
/**
|
|
52
|
-
* Generates an activation code and activation ID you can use to register your on-premises
|
|
52
|
+
* Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises machines using Systems Manager, see Setting up Amazon Web Services Systems Manager for hybrid environments in the Amazon Web Services Systems Manager User Guide. Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are configured for Systems Manager are all called managed nodes.
|
|
53
53
|
*/
|
|
54
54
|
createActivation(callback?: (err: AWSError, data: SSM.Types.CreateActivationResult) => void): Request<SSM.Types.CreateActivationResult, AWSError>;
|
|
55
55
|
/**
|
|
56
|
-
* A State Manager association defines the state that you want to maintain on your
|
|
56
|
+
* A State Manager association defines the state that you want to maintain on your managed nodes. For example, an association can specify that anti-virus software must be installed and running on your managed nodes, or that certain ports must be closed. For static targets, the association specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a capability of Amazon Web Services Systems Manager applies the configuration when new managed nodes are added to the group. The association also specifies actions to take when applying the configuration. For example, an association for anti-virus software might run once a day. If the software isn't installed, then State Manager installs it. If the software is installed, but the service isn't running, then the association might instruct State Manager to start the service.
|
|
57
57
|
*/
|
|
58
58
|
createAssociation(params: SSM.Types.CreateAssociationRequest, callback?: (err: AWSError, data: SSM.Types.CreateAssociationResult) => void): Request<SSM.Types.CreateAssociationResult, AWSError>;
|
|
59
59
|
/**
|
|
60
|
-
* A State Manager association defines the state that you want to maintain on your
|
|
60
|
+
* A State Manager association defines the state that you want to maintain on your managed nodes. For example, an association can specify that anti-virus software must be installed and running on your managed nodes, or that certain ports must be closed. For static targets, the association specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a capability of Amazon Web Services Systems Manager applies the configuration when new managed nodes are added to the group. The association also specifies actions to take when applying the configuration. For example, an association for anti-virus software might run once a day. If the software isn't installed, then State Manager installs it. If the software is installed, but the service isn't running, then the association might instruct State Manager to start the service.
|
|
61
61
|
*/
|
|
62
62
|
createAssociation(callback?: (err: AWSError, data: SSM.Types.CreateAssociationResult) => void): Request<SSM.Types.CreateAssociationResult, AWSError>;
|
|
63
63
|
/**
|
|
64
|
-
* Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified
|
|
64
|
+
* Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets. When you associate a document with one or more managed nodes using IDs or tags, Amazon Web Services Systems Manager Agent (SSM Agent) running on the managed node processes the document and configures the node as specified. If you associate a document with a managed node that already has an associated document, the system returns the AssociationAlreadyExists exception.
|
|
65
65
|
*/
|
|
66
66
|
createAssociationBatch(params: SSM.Types.CreateAssociationBatchRequest, callback?: (err: AWSError, data: SSM.Types.CreateAssociationBatchResult) => void): Request<SSM.Types.CreateAssociationBatchResult, AWSError>;
|
|
67
67
|
/**
|
|
68
|
-
* Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified
|
|
68
|
+
* Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets. When you associate a document with one or more managed nodes using IDs or tags, Amazon Web Services Systems Manager Agent (SSM Agent) running on the managed node processes the document and configures the node as specified. If you associate a document with a managed node that already has an associated document, the system returns the AssociationAlreadyExists exception.
|
|
69
69
|
*/
|
|
70
70
|
createAssociationBatch(callback?: (err: AWSError, data: SSM.Types.CreateAssociationBatchResult) => void): Request<SSM.Types.CreateAssociationBatchResult, AWSError>;
|
|
71
71
|
/**
|
|
72
|
-
* Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed
|
|
72
|
+
* Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed nodes. For more information about SSM documents, including information about supported schemas, features, and syntax, see Amazon Web Services Systems Manager Documents in the Amazon Web Services Systems Manager User Guide.
|
|
73
73
|
*/
|
|
74
74
|
createDocument(params: SSM.Types.CreateDocumentRequest, callback?: (err: AWSError, data: SSM.Types.CreateDocumentResult) => void): Request<SSM.Types.CreateDocumentResult, AWSError>;
|
|
75
75
|
/**
|
|
76
|
-
* Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed
|
|
76
|
+
* Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed nodes. For more information about SSM documents, including information about supported schemas, features, and syntax, see Amazon Web Services Systems Manager Documents in the Amazon Web Services Systems Manager User Guide.
|
|
77
77
|
*/
|
|
78
78
|
createDocument(callback?: (err: AWSError, data: SSM.Types.CreateDocumentResult) => void): Request<SSM.Types.CreateDocumentResult, AWSError>;
|
|
79
79
|
/**
|
|
@@ -117,27 +117,27 @@ declare class SSM extends Service {
|
|
|
117
117
|
*/
|
|
118
118
|
createResourceDataSync(callback?: (err: AWSError, data: SSM.Types.CreateResourceDataSyncResult) => void): Request<SSM.Types.CreateResourceDataSyncResult, AWSError>;
|
|
119
119
|
/**
|
|
120
|
-
* Deletes an activation. You aren't required to delete an activation. If you delete an activation, you can no longer use it to register additional managed
|
|
120
|
+
* Deletes an activation. You aren't required to delete an activation. If you delete an activation, you can no longer use it to register additional managed nodes. Deleting an activation doesn't de-register managed nodes. You must manually de-register managed nodes.
|
|
121
121
|
*/
|
|
122
122
|
deleteActivation(params: SSM.Types.DeleteActivationRequest, callback?: (err: AWSError, data: SSM.Types.DeleteActivationResult) => void): Request<SSM.Types.DeleteActivationResult, AWSError>;
|
|
123
123
|
/**
|
|
124
|
-
* Deletes an activation. You aren't required to delete an activation. If you delete an activation, you can no longer use it to register additional managed
|
|
124
|
+
* Deletes an activation. You aren't required to delete an activation. If you delete an activation, you can no longer use it to register additional managed nodes. Deleting an activation doesn't de-register managed nodes. You must manually de-register managed nodes.
|
|
125
125
|
*/
|
|
126
126
|
deleteActivation(callback?: (err: AWSError, data: SSM.Types.DeleteActivationResult) => void): Request<SSM.Types.DeleteActivationResult, AWSError>;
|
|
127
127
|
/**
|
|
128
|
-
* Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified
|
|
128
|
+
* Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node. If you created the association by using the Targets parameter, then you must delete the association by using the association ID. When you disassociate a document from a managed node, it doesn't change the configuration of the node. To change the configuration state of a managed node after you disassociate a document, you must create a new document with the desired configuration and associate it with the node.
|
|
129
129
|
*/
|
|
130
130
|
deleteAssociation(params: SSM.Types.DeleteAssociationRequest, callback?: (err: AWSError, data: SSM.Types.DeleteAssociationResult) => void): Request<SSM.Types.DeleteAssociationResult, AWSError>;
|
|
131
131
|
/**
|
|
132
|
-
* Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified
|
|
132
|
+
* Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node. If you created the association by using the Targets parameter, then you must delete the association by using the association ID. When you disassociate a document from a managed node, it doesn't change the configuration of the node. To change the configuration state of a managed node after you disassociate a document, you must create a new document with the desired configuration and associate it with the node.
|
|
133
133
|
*/
|
|
134
134
|
deleteAssociation(callback?: (err: AWSError, data: SSM.Types.DeleteAssociationResult) => void): Request<SSM.Types.DeleteAssociationResult, AWSError>;
|
|
135
135
|
/**
|
|
136
|
-
* Deletes the Amazon Web Services Systems Manager document (SSM document) and all
|
|
136
|
+
* Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document. Before you delete the document, we recommend that you use DeleteAssociation to disassociate all managed nodes that are associated with the document.
|
|
137
137
|
*/
|
|
138
138
|
deleteDocument(params: SSM.Types.DeleteDocumentRequest, callback?: (err: AWSError, data: SSM.Types.DeleteDocumentResult) => void): Request<SSM.Types.DeleteDocumentResult, AWSError>;
|
|
139
139
|
/**
|
|
140
|
-
* Deletes the Amazon Web Services Systems Manager document (SSM document) and all
|
|
140
|
+
* Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document. Before you delete the document, we recommend that you use DeleteAssociation to disassociate all managed nodes that are associated with the document.
|
|
141
141
|
*/
|
|
142
142
|
deleteDocument(callback?: (err: AWSError, data: SSM.Types.DeleteDocumentResult) => void): Request<SSM.Types.DeleteDocumentResult, AWSError>;
|
|
143
143
|
/**
|
|
@@ -189,19 +189,19 @@ declare class SSM extends Service {
|
|
|
189
189
|
*/
|
|
190
190
|
deletePatchBaseline(callback?: (err: AWSError, data: SSM.Types.DeletePatchBaselineResult) => void): Request<SSM.Types.DeletePatchBaselineResult, AWSError>;
|
|
191
191
|
/**
|
|
192
|
-
* Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed
|
|
192
|
+
* Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.
|
|
193
193
|
*/
|
|
194
194
|
deleteResourceDataSync(params: SSM.Types.DeleteResourceDataSyncRequest, callback?: (err: AWSError, data: SSM.Types.DeleteResourceDataSyncResult) => void): Request<SSM.Types.DeleteResourceDataSyncResult, AWSError>;
|
|
195
195
|
/**
|
|
196
|
-
* Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed
|
|
196
|
+
* Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.
|
|
197
197
|
*/
|
|
198
198
|
deleteResourceDataSync(callback?: (err: AWSError, data: SSM.Types.DeleteResourceDataSyncResult) => void): Request<SSM.Types.DeleteResourceDataSyncResult, AWSError>;
|
|
199
199
|
/**
|
|
200
|
-
* Removes the server or virtual machine from the list of registered servers. You can reregister the
|
|
200
|
+
* Removes the server or virtual machine from the list of registered servers. You can reregister the node again at any time. If you don't plan to use Run Command on the server, we suggest uninstalling SSM Agent first.
|
|
201
201
|
*/
|
|
202
202
|
deregisterManagedInstance(params: SSM.Types.DeregisterManagedInstanceRequest, callback?: (err: AWSError, data: SSM.Types.DeregisterManagedInstanceResult) => void): Request<SSM.Types.DeregisterManagedInstanceResult, AWSError>;
|
|
203
203
|
/**
|
|
204
|
-
* Removes the server or virtual machine from the list of registered servers. You can reregister the
|
|
204
|
+
* Removes the server or virtual machine from the list of registered servers. You can reregister the node again at any time. If you don't plan to use Run Command on the server, we suggest uninstalling SSM Agent first.
|
|
205
205
|
*/
|
|
206
206
|
deregisterManagedInstance(callback?: (err: AWSError, data: SSM.Types.DeregisterManagedInstanceResult) => void): Request<SSM.Types.DeregisterManagedInstanceResult, AWSError>;
|
|
207
207
|
/**
|
|
@@ -229,19 +229,19 @@ declare class SSM extends Service {
|
|
|
229
229
|
*/
|
|
230
230
|
deregisterTaskFromMaintenanceWindow(callback?: (err: AWSError, data: SSM.Types.DeregisterTaskFromMaintenanceWindowResult) => void): Request<SSM.Types.DeregisterTaskFromMaintenanceWindowResult, AWSError>;
|
|
231
231
|
/**
|
|
232
|
-
* Describes details about the activation, such as the date and time the activation was created, its expiration date, the Identity and Access Management (IAM) role assigned to the
|
|
232
|
+
* Describes details about the activation, such as the date and time the activation was created, its expiration date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the number of nodes registered by using this activation.
|
|
233
233
|
*/
|
|
234
234
|
describeActivations(params: SSM.Types.DescribeActivationsRequest, callback?: (err: AWSError, data: SSM.Types.DescribeActivationsResult) => void): Request<SSM.Types.DescribeActivationsResult, AWSError>;
|
|
235
235
|
/**
|
|
236
|
-
* Describes details about the activation, such as the date and time the activation was created, its expiration date, the Identity and Access Management (IAM) role assigned to the
|
|
236
|
+
* Describes details about the activation, such as the date and time the activation was created, its expiration date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the number of nodes registered by using this activation.
|
|
237
237
|
*/
|
|
238
238
|
describeActivations(callback?: (err: AWSError, data: SSM.Types.DescribeActivationsResult) => void): Request<SSM.Types.DescribeActivationsResult, AWSError>;
|
|
239
239
|
/**
|
|
240
|
-
* Describes the association for the specified target or
|
|
240
|
+
* Describes the association for the specified target or managed node. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.
|
|
241
241
|
*/
|
|
242
242
|
describeAssociation(params: SSM.Types.DescribeAssociationRequest, callback?: (err: AWSError, data: SSM.Types.DescribeAssociationResult) => void): Request<SSM.Types.DescribeAssociationResult, AWSError>;
|
|
243
243
|
/**
|
|
244
|
-
* Describes the association for the specified target or
|
|
244
|
+
* Describes the association for the specified target or managed node. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.
|
|
245
245
|
*/
|
|
246
246
|
describeAssociation(callback?: (err: AWSError, data: SSM.Types.DescribeAssociationResult) => void): Request<SSM.Types.DescribeAssociationResult, AWSError>;
|
|
247
247
|
/**
|
|
@@ -301,11 +301,11 @@ declare class SSM extends Service {
|
|
|
301
301
|
*/
|
|
302
302
|
describeDocumentPermission(callback?: (err: AWSError, data: SSM.Types.DescribeDocumentPermissionResponse) => void): Request<SSM.Types.DescribeDocumentPermissionResponse, AWSError>;
|
|
303
303
|
/**
|
|
304
|
-
* All associations for the
|
|
304
|
+
* All associations for the managed node(s).
|
|
305
305
|
*/
|
|
306
306
|
describeEffectiveInstanceAssociations(params: SSM.Types.DescribeEffectiveInstanceAssociationsRequest, callback?: (err: AWSError, data: SSM.Types.DescribeEffectiveInstanceAssociationsResult) => void): Request<SSM.Types.DescribeEffectiveInstanceAssociationsResult, AWSError>;
|
|
307
307
|
/**
|
|
308
|
-
* All associations for the
|
|
308
|
+
* All associations for the managed node(s).
|
|
309
309
|
*/
|
|
310
310
|
describeEffectiveInstanceAssociations(callback?: (err: AWSError, data: SSM.Types.DescribeEffectiveInstanceAssociationsResult) => void): Request<SSM.Types.DescribeEffectiveInstanceAssociationsResult, AWSError>;
|
|
311
311
|
/**
|
|
@@ -317,43 +317,43 @@ declare class SSM extends Service {
|
|
|
317
317
|
*/
|
|
318
318
|
describeEffectivePatchesForPatchBaseline(callback?: (err: AWSError, data: SSM.Types.DescribeEffectivePatchesForPatchBaselineResult) => void): Request<SSM.Types.DescribeEffectivePatchesForPatchBaselineResult, AWSError>;
|
|
319
319
|
/**
|
|
320
|
-
* The status of the associations for the
|
|
320
|
+
* The status of the associations for the managed node(s).
|
|
321
321
|
*/
|
|
322
322
|
describeInstanceAssociationsStatus(params: SSM.Types.DescribeInstanceAssociationsStatusRequest, callback?: (err: AWSError, data: SSM.Types.DescribeInstanceAssociationsStatusResult) => void): Request<SSM.Types.DescribeInstanceAssociationsStatusResult, AWSError>;
|
|
323
323
|
/**
|
|
324
|
-
* The status of the associations for the
|
|
324
|
+
* The status of the associations for the managed node(s).
|
|
325
325
|
*/
|
|
326
326
|
describeInstanceAssociationsStatus(callback?: (err: AWSError, data: SSM.Types.DescribeInstanceAssociationsStatusResult) => void): Request<SSM.Types.DescribeInstanceAssociationsStatusResult, AWSError>;
|
|
327
327
|
/**
|
|
328
|
-
* Describes one or more of your
|
|
328
|
+
* Describes one or more of your managed nodes, including information about the operating system platform, the version of SSM Agent installed on the managed node, node status, and so on. If you specify one or more managed node IDs, it returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error. The IamRole field for this API operation is the Identity and Access Management (IAM) role assigned to on-premises managed nodes. This call doesn't return the IAM role for EC2 instances.
|
|
329
329
|
*/
|
|
330
330
|
describeInstanceInformation(params: SSM.Types.DescribeInstanceInformationRequest, callback?: (err: AWSError, data: SSM.Types.DescribeInstanceInformationResult) => void): Request<SSM.Types.DescribeInstanceInformationResult, AWSError>;
|
|
331
331
|
/**
|
|
332
|
-
* Describes one or more of your
|
|
332
|
+
* Describes one or more of your managed nodes, including information about the operating system platform, the version of SSM Agent installed on the managed node, node status, and so on. If you specify one or more managed node IDs, it returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error. The IamRole field for this API operation is the Identity and Access Management (IAM) role assigned to on-premises managed nodes. This call doesn't return the IAM role for EC2 instances.
|
|
333
333
|
*/
|
|
334
334
|
describeInstanceInformation(callback?: (err: AWSError, data: SSM.Types.DescribeInstanceInformationResult) => void): Request<SSM.Types.DescribeInstanceInformationResult, AWSError>;
|
|
335
335
|
/**
|
|
336
|
-
* Retrieves the high-level patch state of one or more
|
|
336
|
+
* Retrieves the high-level patch state of one or more managed nodes.
|
|
337
337
|
*/
|
|
338
338
|
describeInstancePatchStates(params: SSM.Types.DescribeInstancePatchStatesRequest, callback?: (err: AWSError, data: SSM.Types.DescribeInstancePatchStatesResult) => void): Request<SSM.Types.DescribeInstancePatchStatesResult, AWSError>;
|
|
339
339
|
/**
|
|
340
|
-
* Retrieves the high-level patch state of one or more
|
|
340
|
+
* Retrieves the high-level patch state of one or more managed nodes.
|
|
341
341
|
*/
|
|
342
342
|
describeInstancePatchStates(callback?: (err: AWSError, data: SSM.Types.DescribeInstancePatchStatesResult) => void): Request<SSM.Types.DescribeInstancePatchStatesResult, AWSError>;
|
|
343
343
|
/**
|
|
344
|
-
* Retrieves the high-level patch state for the
|
|
344
|
+
* Retrieves the high-level patch state for the managed nodes in the specified patch group.
|
|
345
345
|
*/
|
|
346
346
|
describeInstancePatchStatesForPatchGroup(params: SSM.Types.DescribeInstancePatchStatesForPatchGroupRequest, callback?: (err: AWSError, data: SSM.Types.DescribeInstancePatchStatesForPatchGroupResult) => void): Request<SSM.Types.DescribeInstancePatchStatesForPatchGroupResult, AWSError>;
|
|
347
347
|
/**
|
|
348
|
-
* Retrieves the high-level patch state for the
|
|
348
|
+
* Retrieves the high-level patch state for the managed nodes in the specified patch group.
|
|
349
349
|
*/
|
|
350
350
|
describeInstancePatchStatesForPatchGroup(callback?: (err: AWSError, data: SSM.Types.DescribeInstancePatchStatesForPatchGroupResult) => void): Request<SSM.Types.DescribeInstancePatchStatesForPatchGroupResult, AWSError>;
|
|
351
351
|
/**
|
|
352
|
-
* Retrieves information about the patches on the specified
|
|
352
|
+
* Retrieves information about the patches on the specified managed node and their state relative to the patch baseline being used for the node.
|
|
353
353
|
*/
|
|
354
354
|
describeInstancePatches(params: SSM.Types.DescribeInstancePatchesRequest, callback?: (err: AWSError, data: SSM.Types.DescribeInstancePatchesResult) => void): Request<SSM.Types.DescribeInstancePatchesResult, AWSError>;
|
|
355
355
|
/**
|
|
356
|
-
* Retrieves information about the patches on the specified
|
|
356
|
+
* Retrieves information about the patches on the specified managed node and their state relative to the patch baseline being used for the node.
|
|
357
357
|
*/
|
|
358
358
|
describeInstancePatches(callback?: (err: AWSError, data: SSM.Types.DescribeInstancePatchesResult) => void): Request<SSM.Types.DescribeInstancePatchesResult, AWSError>;
|
|
359
359
|
/**
|
|
@@ -421,11 +421,11 @@ declare class SSM extends Service {
|
|
|
421
421
|
*/
|
|
422
422
|
describeMaintenanceWindows(callback?: (err: AWSError, data: SSM.Types.DescribeMaintenanceWindowsResult) => void): Request<SSM.Types.DescribeMaintenanceWindowsResult, AWSError>;
|
|
423
423
|
/**
|
|
424
|
-
* Retrieves information about the maintenance window targets or tasks that
|
|
424
|
+
* Retrieves information about the maintenance window targets or tasks that a managed node is associated with.
|
|
425
425
|
*/
|
|
426
426
|
describeMaintenanceWindowsForTarget(params: SSM.Types.DescribeMaintenanceWindowsForTargetRequest, callback?: (err: AWSError, data: SSM.Types.DescribeMaintenanceWindowsForTargetResult) => void): Request<SSM.Types.DescribeMaintenanceWindowsForTargetResult, AWSError>;
|
|
427
427
|
/**
|
|
428
|
-
* Retrieves information about the maintenance window targets or tasks that
|
|
428
|
+
* Retrieves information about the maintenance window targets or tasks that a managed node is associated with.
|
|
429
429
|
*/
|
|
430
430
|
describeMaintenanceWindowsForTarget(callback?: (err: AWSError, data: SSM.Types.DescribeMaintenanceWindowsForTargetResult) => void): Request<SSM.Types.DescribeMaintenanceWindowsForTargetResult, AWSError>;
|
|
431
431
|
/**
|
|
@@ -437,11 +437,11 @@ declare class SSM extends Service {
|
|
|
437
437
|
*/
|
|
438
438
|
describeOpsItems(callback?: (err: AWSError, data: SSM.Types.DescribeOpsItemsResponse) => void): Request<SSM.Types.DescribeOpsItemsResponse, AWSError>;
|
|
439
439
|
/**
|
|
440
|
-
* Get information about a parameter. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.
|
|
440
|
+
* Get information about a parameter. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.
|
|
441
441
|
*/
|
|
442
442
|
describeParameters(params: SSM.Types.DescribeParametersRequest, callback?: (err: AWSError, data: SSM.Types.DescribeParametersResult) => void): Request<SSM.Types.DescribeParametersResult, AWSError>;
|
|
443
443
|
/**
|
|
444
|
-
* Get information about a parameter. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results.
|
|
444
|
+
* Get information about a parameter. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.
|
|
445
445
|
*/
|
|
446
446
|
describeParameters(callback?: (err: AWSError, data: SSM.Types.DescribeParametersResult) => void): Request<SSM.Types.DescribeParametersResult, AWSError>;
|
|
447
447
|
/**
|
|
@@ -485,11 +485,11 @@ declare class SSM extends Service {
|
|
|
485
485
|
*/
|
|
486
486
|
describeSessions(callback?: (err: AWSError, data: SSM.Types.DescribeSessionsResponse) => void): Request<SSM.Types.DescribeSessionsResponse, AWSError>;
|
|
487
487
|
/**
|
|
488
|
-
* Deletes the association between an OpsItem and a related
|
|
488
|
+
* Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a capability of Amazon Web Services Systems Manager.
|
|
489
489
|
*/
|
|
490
490
|
disassociateOpsItemRelatedItem(params: SSM.Types.DisassociateOpsItemRelatedItemRequest, callback?: (err: AWSError, data: SSM.Types.DisassociateOpsItemRelatedItemResponse) => void): Request<SSM.Types.DisassociateOpsItemRelatedItemResponse, AWSError>;
|
|
491
491
|
/**
|
|
492
|
-
* Deletes the association between an OpsItem and a related
|
|
492
|
+
* Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a capability of Amazon Web Services Systems Manager.
|
|
493
493
|
*/
|
|
494
494
|
disassociateOpsItemRelatedItem(callback?: (err: AWSError, data: SSM.Types.DisassociateOpsItemRelatedItemResponse) => void): Request<SSM.Types.DisassociateOpsItemRelatedItemResponse, AWSError>;
|
|
495
495
|
/**
|
|
@@ -509,19 +509,19 @@ declare class SSM extends Service {
|
|
|
509
509
|
*/
|
|
510
510
|
getCalendarState(callback?: (err: AWSError, data: SSM.Types.GetCalendarStateResponse) => void): Request<SSM.Types.GetCalendarStateResponse, AWSError>;
|
|
511
511
|
/**
|
|
512
|
-
* Returns detailed information about command execution for an invocation or plugin. GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific
|
|
512
|
+
* Returns detailed information about command execution for an invocation or plugin. GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific managed node, use ListCommandInvocations. To get the command execution status across managed nodes, use ListCommands.
|
|
513
513
|
*/
|
|
514
514
|
getCommandInvocation(params: SSM.Types.GetCommandInvocationRequest, callback?: (err: AWSError, data: SSM.Types.GetCommandInvocationResult) => void): Request<SSM.Types.GetCommandInvocationResult, AWSError>;
|
|
515
515
|
/**
|
|
516
|
-
* Returns detailed information about command execution for an invocation or plugin. GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific
|
|
516
|
+
* Returns detailed information about command execution for an invocation or plugin. GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific managed node, use ListCommandInvocations. To get the command execution status across managed nodes, use ListCommands.
|
|
517
517
|
*/
|
|
518
518
|
getCommandInvocation(callback?: (err: AWSError, data: SSM.Types.GetCommandInvocationResult) => void): Request<SSM.Types.GetCommandInvocationResult, AWSError>;
|
|
519
519
|
/**
|
|
520
|
-
* Retrieves the Session Manager connection status for
|
|
520
|
+
* Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.
|
|
521
521
|
*/
|
|
522
522
|
getConnectionStatus(params: SSM.Types.GetConnectionStatusRequest, callback?: (err: AWSError, data: SSM.Types.GetConnectionStatusResponse) => void): Request<SSM.Types.GetConnectionStatusResponse, AWSError>;
|
|
523
523
|
/**
|
|
524
|
-
* Retrieves the Session Manager connection status for
|
|
524
|
+
* Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.
|
|
525
525
|
*/
|
|
526
526
|
getConnectionStatus(callback?: (err: AWSError, data: SSM.Types.GetConnectionStatusResponse) => void): Request<SSM.Types.GetConnectionStatusResponse, AWSError>;
|
|
527
527
|
/**
|
|
@@ -533,11 +533,11 @@ declare class SSM extends Service {
|
|
|
533
533
|
*/
|
|
534
534
|
getDefaultPatchBaseline(callback?: (err: AWSError, data: SSM.Types.GetDefaultPatchBaselineResult) => void): Request<SSM.Types.GetDefaultPatchBaselineResult, AWSError>;
|
|
535
535
|
/**
|
|
536
|
-
* Retrieves the current snapshot for the patch baseline the
|
|
536
|
+
* Retrieves the current snapshot for the patch baseline the managed node uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document). If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a capability of Amazon Web Services Systems Manager, with an SSM document that enables you to target a managed node with a script or command. For example, run the command using the AWS-RunShellScript document or the AWS-RunPowerShellScript document.
|
|
537
537
|
*/
|
|
538
538
|
getDeployablePatchSnapshotForInstance(params: SSM.Types.GetDeployablePatchSnapshotForInstanceRequest, callback?: (err: AWSError, data: SSM.Types.GetDeployablePatchSnapshotForInstanceResult) => void): Request<SSM.Types.GetDeployablePatchSnapshotForInstanceResult, AWSError>;
|
|
539
539
|
/**
|
|
540
|
-
* Retrieves the current snapshot for the patch baseline the
|
|
540
|
+
* Retrieves the current snapshot for the patch baseline the managed node uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document). If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a capability of Amazon Web Services Systems Manager, with an SSM document that enables you to target a managed node with a script or command. For example, run the command using the AWS-RunShellScript document or the AWS-RunPowerShellScript document.
|
|
541
541
|
*/
|
|
542
542
|
getDeployablePatchSnapshotForInstance(callback?: (err: AWSError, data: SSM.Types.GetDeployablePatchSnapshotForInstanceResult) => void): Request<SSM.Types.GetDeployablePatchSnapshotForInstanceResult, AWSError>;
|
|
543
543
|
/**
|
|
@@ -549,11 +549,11 @@ declare class SSM extends Service {
|
|
|
549
549
|
*/
|
|
550
550
|
getDocument(callback?: (err: AWSError, data: SSM.Types.GetDocumentResult) => void): Request<SSM.Types.GetDocumentResult, AWSError>;
|
|
551
551
|
/**
|
|
552
|
-
* Query inventory information. This includes
|
|
552
|
+
* Query inventory information. This includes managed node status, such as Stopped or Terminated.
|
|
553
553
|
*/
|
|
554
554
|
getInventory(params: SSM.Types.GetInventoryRequest, callback?: (err: AWSError, data: SSM.Types.GetInventoryResult) => void): Request<SSM.Types.GetInventoryResult, AWSError>;
|
|
555
555
|
/**
|
|
556
|
-
* Query inventory information. This includes
|
|
556
|
+
* Query inventory information. This includes managed node status, such as Stopped or Terminated.
|
|
557
557
|
*/
|
|
558
558
|
getInventory(callback?: (err: AWSError, data: SSM.Types.GetInventoryResult) => void): Request<SSM.Types.GetInventoryResult, AWSError>;
|
|
559
559
|
/**
|
|
@@ -637,11 +637,11 @@ declare class SSM extends Service {
|
|
|
637
637
|
*/
|
|
638
638
|
getParameter(callback?: (err: AWSError, data: SSM.Types.GetParameterResult) => void): Request<SSM.Types.GetParameterResult, AWSError>;
|
|
639
639
|
/**
|
|
640
|
-
* Retrieves the history of all changes to a parameter.
|
|
640
|
+
* Retrieves the history of all changes to a parameter. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, GetParameterHistory retrieves whatever the original key alias was referencing.
|
|
641
641
|
*/
|
|
642
642
|
getParameterHistory(params: SSM.Types.GetParameterHistoryRequest, callback?: (err: AWSError, data: SSM.Types.GetParameterHistoryResult) => void): Request<SSM.Types.GetParameterHistoryResult, AWSError>;
|
|
643
643
|
/**
|
|
644
|
-
* Retrieves the history of all changes to a parameter.
|
|
644
|
+
* Retrieves the history of all changes to a parameter. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, GetParameterHistory retrieves whatever the original key alias was referencing.
|
|
645
645
|
*/
|
|
646
646
|
getParameterHistory(callback?: (err: AWSError, data: SSM.Types.GetParameterHistoryResult) => void): Request<SSM.Types.GetParameterHistoryResult, AWSError>;
|
|
647
647
|
/**
|
|
@@ -701,19 +701,19 @@ declare class SSM extends Service {
|
|
|
701
701
|
*/
|
|
702
702
|
listAssociationVersions(callback?: (err: AWSError, data: SSM.Types.ListAssociationVersionsResult) => void): Request<SSM.Types.ListAssociationVersionsResult, AWSError>;
|
|
703
703
|
/**
|
|
704
|
-
* Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or
|
|
704
|
+
* Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or managed node by specifying a filter. State Manager is a capability of Amazon Web Services Systems Manager.
|
|
705
705
|
*/
|
|
706
706
|
listAssociations(params: SSM.Types.ListAssociationsRequest, callback?: (err: AWSError, data: SSM.Types.ListAssociationsResult) => void): Request<SSM.Types.ListAssociationsResult, AWSError>;
|
|
707
707
|
/**
|
|
708
|
-
* Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or
|
|
708
|
+
* Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or managed node by specifying a filter. State Manager is a capability of Amazon Web Services Systems Manager.
|
|
709
709
|
*/
|
|
710
710
|
listAssociations(callback?: (err: AWSError, data: SSM.Types.ListAssociationsResult) => void): Request<SSM.Types.ListAssociationsResult, AWSError>;
|
|
711
711
|
/**
|
|
712
|
-
* An invocation is copy of a command sent to a specific
|
|
712
|
+
* An invocation is copy of a command sent to a specific managed node. A command can apply to one or more managed nodes. A command invocation applies to one managed node. For example, if a user runs SendCommand against three managed nodes, then a command invocation is created for each requested managed node ID. ListCommandInvocations provide status about command execution.
|
|
713
713
|
*/
|
|
714
714
|
listCommandInvocations(params: SSM.Types.ListCommandInvocationsRequest, callback?: (err: AWSError, data: SSM.Types.ListCommandInvocationsResult) => void): Request<SSM.Types.ListCommandInvocationsResult, AWSError>;
|
|
715
715
|
/**
|
|
716
|
-
* An invocation is copy of a command sent to a specific
|
|
716
|
+
* An invocation is copy of a command sent to a specific managed node. A command can apply to one or more managed nodes. A command invocation applies to one managed node. For example, if a user runs SendCommand against three managed nodes, then a command invocation is created for each requested managed node ID. ListCommandInvocations provide status about command execution.
|
|
717
717
|
*/
|
|
718
718
|
listCommandInvocations(callback?: (err: AWSError, data: SSM.Types.ListCommandInvocationsResult) => void): Request<SSM.Types.ListCommandInvocationsResult, AWSError>;
|
|
719
719
|
/**
|
|
@@ -781,11 +781,11 @@ declare class SSM extends Service {
|
|
|
781
781
|
*/
|
|
782
782
|
listOpsItemEvents(callback?: (err: AWSError, data: SSM.Types.ListOpsItemEventsResponse) => void): Request<SSM.Types.ListOpsItemEventsResponse, AWSError>;
|
|
783
783
|
/**
|
|
784
|
-
* Lists all related-item resources associated with
|
|
784
|
+
* Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a capability of Amazon Web Services Systems Manager.
|
|
785
785
|
*/
|
|
786
786
|
listOpsItemRelatedItems(params: SSM.Types.ListOpsItemRelatedItemsRequest, callback?: (err: AWSError, data: SSM.Types.ListOpsItemRelatedItemsResponse) => void): Request<SSM.Types.ListOpsItemRelatedItemsResponse, AWSError>;
|
|
787
787
|
/**
|
|
788
|
-
* Lists all related-item resources associated with
|
|
788
|
+
* Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a capability of Amazon Web Services Systems Manager.
|
|
789
789
|
*/
|
|
790
790
|
listOpsItemRelatedItems(callback?: (err: AWSError, data: SSM.Types.ListOpsItemRelatedItemsResponse) => void): Request<SSM.Types.ListOpsItemRelatedItemsResponse, AWSError>;
|
|
791
791
|
/**
|
|
@@ -829,19 +829,19 @@ declare class SSM extends Service {
|
|
|
829
829
|
*/
|
|
830
830
|
modifyDocumentPermission(callback?: (err: AWSError, data: SSM.Types.ModifyDocumentPermissionResponse) => void): Request<SSM.Types.ModifyDocumentPermissionResponse, AWSError>;
|
|
831
831
|
/**
|
|
832
|
-
* Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request. ComplianceType can be one of the following: ExecutionId: The execution ID when the patch, association, or custom compliance item was applied. ExecutionType: Specify patch, association, or Custom:string. ExecutionTime. The time the patch, association, or custom compliance item was applied to the
|
|
832
|
+
* Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request. ComplianceType can be one of the following: ExecutionId: The execution ID when the patch, association, or custom compliance item was applied. ExecutionType: Specify patch, association, or Custom:string. ExecutionTime. The time the patch, association, or custom compliance item was applied to the managed node. Id: The patch, association, or custom compliance ID. Title: A title. Status: The status of the compliance item. For example, approved for patches, or Failed for associations. Severity: A patch severity. For example, critical. DocumentName: An SSM document name. For example, AWS-RunPatchBaseline. DocumentVersion: An SSM document version number. For example, 4. Classification: A patch classification. For example, security updates. PatchBaselineId: A patch baseline ID. PatchSeverity: A patch severity. For example, Critical. PatchState: A patch state. For example, InstancesWithFailedPatches. PatchGroup: The name of a patch group. InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'
|
|
833
833
|
*/
|
|
834
834
|
putComplianceItems(params: SSM.Types.PutComplianceItemsRequest, callback?: (err: AWSError, data: SSM.Types.PutComplianceItemsResult) => void): Request<SSM.Types.PutComplianceItemsResult, AWSError>;
|
|
835
835
|
/**
|
|
836
|
-
* Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request. ComplianceType can be one of the following: ExecutionId: The execution ID when the patch, association, or custom compliance item was applied. ExecutionType: Specify patch, association, or Custom:string. ExecutionTime. The time the patch, association, or custom compliance item was applied to the
|
|
836
|
+
* Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request. ComplianceType can be one of the following: ExecutionId: The execution ID when the patch, association, or custom compliance item was applied. ExecutionType: Specify patch, association, or Custom:string. ExecutionTime. The time the patch, association, or custom compliance item was applied to the managed node. Id: The patch, association, or custom compliance ID. Title: A title. Status: The status of the compliance item. For example, approved for patches, or Failed for associations. Severity: A patch severity. For example, critical. DocumentName: An SSM document name. For example, AWS-RunPatchBaseline. DocumentVersion: An SSM document version number. For example, 4. Classification: A patch classification. For example, security updates. PatchBaselineId: A patch baseline ID. PatchSeverity: A patch severity. For example, Critical. PatchState: A patch state. For example, InstancesWithFailedPatches. PatchGroup: The name of a patch group. InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'
|
|
837
837
|
*/
|
|
838
838
|
putComplianceItems(callback?: (err: AWSError, data: SSM.Types.PutComplianceItemsResult) => void): Request<SSM.Types.PutComplianceItemsResult, AWSError>;
|
|
839
839
|
/**
|
|
840
|
-
* Bulk update custom inventory items on one more
|
|
840
|
+
* Bulk update custom inventory items on one or more managed nodes. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.
|
|
841
841
|
*/
|
|
842
842
|
putInventory(params: SSM.Types.PutInventoryRequest, callback?: (err: AWSError, data: SSM.Types.PutInventoryResult) => void): Request<SSM.Types.PutInventoryResult, AWSError>;
|
|
843
843
|
/**
|
|
844
|
-
* Bulk update custom inventory items on one more
|
|
844
|
+
* Bulk update custom inventory items on one or more managed nodes. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.
|
|
845
845
|
*/
|
|
846
846
|
putInventory(callback?: (err: AWSError, data: SSM.Types.PutInventoryResult) => void): Request<SSM.Types.PutInventoryResult, AWSError>;
|
|
847
847
|
/**
|
|
@@ -901,11 +901,11 @@ declare class SSM extends Service {
|
|
|
901
901
|
*/
|
|
902
902
|
resetServiceSetting(callback?: (err: AWSError, data: SSM.Types.ResetServiceSettingResult) => void): Request<SSM.Types.ResetServiceSettingResult, AWSError>;
|
|
903
903
|
/**
|
|
904
|
-
* Reconnects a session to
|
|
904
|
+
* Reconnects a session to a managed node after it has been disconnected. Connections can be resumed for disconnected sessions, but not terminated sessions. This command is primarily for use by client machines to automatically reconnect during intermittent network issues. It isn't intended for any other use.
|
|
905
905
|
*/
|
|
906
906
|
resumeSession(params: SSM.Types.ResumeSessionRequest, callback?: (err: AWSError, data: SSM.Types.ResumeSessionResponse) => void): Request<SSM.Types.ResumeSessionResponse, AWSError>;
|
|
907
907
|
/**
|
|
908
|
-
* Reconnects a session to
|
|
908
|
+
* Reconnects a session to a managed node after it has been disconnected. Connections can be resumed for disconnected sessions, but not terminated sessions. This command is primarily for use by client machines to automatically reconnect during intermittent network issues. It isn't intended for any other use.
|
|
909
909
|
*/
|
|
910
910
|
resumeSession(callback?: (err: AWSError, data: SSM.Types.ResumeSessionResponse) => void): Request<SSM.Types.ResumeSessionResponse, AWSError>;
|
|
911
911
|
/**
|
|
@@ -917,11 +917,11 @@ declare class SSM extends Service {
|
|
|
917
917
|
*/
|
|
918
918
|
sendAutomationSignal(callback?: (err: AWSError, data: SSM.Types.SendAutomationSignalResult) => void): Request<SSM.Types.SendAutomationSignalResult, AWSError>;
|
|
919
919
|
/**
|
|
920
|
-
* Runs commands on one or more managed
|
|
920
|
+
* Runs commands on one or more managed nodes.
|
|
921
921
|
*/
|
|
922
922
|
sendCommand(params: SSM.Types.SendCommandRequest, callback?: (err: AWSError, data: SSM.Types.SendCommandResult) => void): Request<SSM.Types.SendCommandResult, AWSError>;
|
|
923
923
|
/**
|
|
924
|
-
* Runs commands on one or more managed
|
|
924
|
+
* Runs commands on one or more managed nodes.
|
|
925
925
|
*/
|
|
926
926
|
sendCommand(callback?: (err: AWSError, data: SSM.Types.SendCommandResult) => void): Request<SSM.Types.SendCommandResult, AWSError>;
|
|
927
927
|
/**
|
|
@@ -949,11 +949,11 @@ declare class SSM extends Service {
|
|
|
949
949
|
*/
|
|
950
950
|
startChangeRequestExecution(callback?: (err: AWSError, data: SSM.Types.StartChangeRequestExecutionResult) => void): Request<SSM.Types.StartChangeRequestExecutionResult, AWSError>;
|
|
951
951
|
/**
|
|
952
|
-
* Initiates a connection to a target (for example,
|
|
952
|
+
* Initiates a connection to a target (for example, a managed node) for a Session Manager session. Returns a URL and token that can be used to open a WebSocket connection for sending input and receiving outputs. Amazon Web Services CLI usage: start-session is an interactive command that requires the Session Manager plugin to be installed on the client machine making the call. For information, see Install the Session Manager plugin for the Amazon Web Services CLI in the Amazon Web Services Systems Manager User Guide. Amazon Web Services Tools for PowerShell usage: Start-SSMSession isn't currently supported by Amazon Web Services Tools for PowerShell on Windows local machines.
|
|
953
953
|
*/
|
|
954
954
|
startSession(params: SSM.Types.StartSessionRequest, callback?: (err: AWSError, data: SSM.Types.StartSessionResponse) => void): Request<SSM.Types.StartSessionResponse, AWSError>;
|
|
955
955
|
/**
|
|
956
|
-
* Initiates a connection to a target (for example,
|
|
956
|
+
* Initiates a connection to a target (for example, a managed node) for a Session Manager session. Returns a URL and token that can be used to open a WebSocket connection for sending input and receiving outputs. Amazon Web Services CLI usage: start-session is an interactive command that requires the Session Manager plugin to be installed on the client machine making the call. For information, see Install the Session Manager plugin for the Amazon Web Services CLI in the Amazon Web Services Systems Manager User Guide. Amazon Web Services Tools for PowerShell usage: Start-SSMSession isn't currently supported by Amazon Web Services Tools for PowerShell on Windows local machines.
|
|
957
957
|
*/
|
|
958
958
|
startSession(callback?: (err: AWSError, data: SSM.Types.StartSessionResponse) => void): Request<SSM.Types.StartSessionResponse, AWSError>;
|
|
959
959
|
/**
|
|
@@ -965,11 +965,11 @@ declare class SSM extends Service {
|
|
|
965
965
|
*/
|
|
966
966
|
stopAutomationExecution(callback?: (err: AWSError, data: SSM.Types.StopAutomationExecutionResult) => void): Request<SSM.Types.StopAutomationExecutionResult, AWSError>;
|
|
967
967
|
/**
|
|
968
|
-
* Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the
|
|
968
|
+
* Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the managed node. A terminated session isn't be resumed.
|
|
969
969
|
*/
|
|
970
970
|
terminateSession(params: SSM.Types.TerminateSessionRequest, callback?: (err: AWSError, data: SSM.Types.TerminateSessionResponse) => void): Request<SSM.Types.TerminateSessionResponse, AWSError>;
|
|
971
971
|
/**
|
|
972
|
-
* Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the
|
|
972
|
+
* Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the managed node. A terminated session isn't be resumed.
|
|
973
973
|
*/
|
|
974
974
|
terminateSession(callback?: (err: AWSError, data: SSM.Types.TerminateSessionResponse) => void): Request<SSM.Types.TerminateSessionResponse, AWSError>;
|
|
975
975
|
/**
|
|
@@ -989,11 +989,11 @@ declare class SSM extends Service {
|
|
|
989
989
|
*/
|
|
990
990
|
updateAssociation(callback?: (err: AWSError, data: SSM.Types.UpdateAssociationResult) => void): Request<SSM.Types.UpdateAssociationResult, AWSError>;
|
|
991
991
|
/**
|
|
992
|
-
* Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified
|
|
992
|
+
* Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node. UpdateAssociationStatus is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with the InstanceId legacy parameter.
|
|
993
993
|
*/
|
|
994
994
|
updateAssociationStatus(params: SSM.Types.UpdateAssociationStatusRequest, callback?: (err: AWSError, data: SSM.Types.UpdateAssociationStatusResult) => void): Request<SSM.Types.UpdateAssociationStatusResult, AWSError>;
|
|
995
995
|
/**
|
|
996
|
-
* Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified
|
|
996
|
+
* Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node. UpdateAssociationStatus is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with the InstanceId legacy parameter.
|
|
997
997
|
*/
|
|
998
998
|
updateAssociationStatus(callback?: (err: AWSError, data: SSM.Types.UpdateAssociationStatusResult) => void): Request<SSM.Types.UpdateAssociationStatusResult, AWSError>;
|
|
999
999
|
/**
|
|
@@ -1045,11 +1045,11 @@ declare class SSM extends Service {
|
|
|
1045
1045
|
*/
|
|
1046
1046
|
updateMaintenanceWindowTask(callback?: (err: AWSError, data: SSM.Types.UpdateMaintenanceWindowTaskResult) => void): Request<SSM.Types.UpdateMaintenanceWindowTaskResult, AWSError>;
|
|
1047
1047
|
/**
|
|
1048
|
-
* Changes the Identity and Access Management (IAM) role that is assigned to the on-premises
|
|
1048
|
+
* Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM). IAM roles are first assigned to these hybrid nodes during the activation process. For more information, see CreateActivation.
|
|
1049
1049
|
*/
|
|
1050
1050
|
updateManagedInstanceRole(params: SSM.Types.UpdateManagedInstanceRoleRequest, callback?: (err: AWSError, data: SSM.Types.UpdateManagedInstanceRoleResult) => void): Request<SSM.Types.UpdateManagedInstanceRoleResult, AWSError>;
|
|
1051
1051
|
/**
|
|
1052
|
-
* Changes the Identity and Access Management (IAM) role that is assigned to the on-premises
|
|
1052
|
+
* Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM). IAM roles are first assigned to these hybrid nodes during the activation process. For more information, see CreateActivation.
|
|
1053
1053
|
*/
|
|
1054
1054
|
updateManagedInstanceRole(callback?: (err: AWSError, data: SSM.Types.UpdateManagedInstanceRoleResult) => void): Request<SSM.Types.UpdateManagedInstanceRoleResult, AWSError>;
|
|
1055
1055
|
/**
|
|
@@ -1127,23 +1127,23 @@ declare namespace SSM {
|
|
|
1127
1127
|
*/
|
|
1128
1128
|
Description?: ActivationDescription;
|
|
1129
1129
|
/**
|
|
1130
|
-
* A name for the managed
|
|
1130
|
+
* A name for the managed node when it is created.
|
|
1131
1131
|
*/
|
|
1132
1132
|
DefaultInstanceName?: DefaultInstanceName;
|
|
1133
1133
|
/**
|
|
1134
|
-
* The Identity and Access Management (IAM) role to assign to the managed
|
|
1134
|
+
* The Identity and Access Management (IAM) role to assign to the managed node.
|
|
1135
1135
|
*/
|
|
1136
1136
|
IamRole?: IamRole;
|
|
1137
1137
|
/**
|
|
1138
|
-
* The maximum number of managed
|
|
1138
|
+
* The maximum number of managed nodes that can be registered using this activation.
|
|
1139
1139
|
*/
|
|
1140
1140
|
RegistrationLimit?: RegistrationLimit;
|
|
1141
1141
|
/**
|
|
1142
|
-
* The number of managed
|
|
1142
|
+
* The number of managed nodes already registered with this activation.
|
|
1143
1143
|
*/
|
|
1144
1144
|
RegistrationsCount?: RegistrationsCount;
|
|
1145
1145
|
/**
|
|
1146
|
-
* The date when this activation can no longer be used to register managed
|
|
1146
|
+
* The date when this activation can no longer be used to register managed nodes.
|
|
1147
1147
|
*/
|
|
1148
1148
|
ExpirationDate?: ExpirationDate;
|
|
1149
1149
|
/**
|
|
@@ -1165,11 +1165,11 @@ declare namespace SSM {
|
|
|
1165
1165
|
export type ActivationList = Activation[];
|
|
1166
1166
|
export interface AddTagsToResourceRequest {
|
|
1167
1167
|
/**
|
|
1168
|
-
* Specifies the type of resource you are tagging. The ManagedInstance type for this API operation is for on-premises managed
|
|
1168
|
+
* Specifies the type of resource you are tagging. The ManagedInstance type for this API operation is for on-premises managed nodes. You must specify the name of the managed node in the following format: mi-ID_number . For example, mi-1a2b3c4d5e6f.
|
|
1169
1169
|
*/
|
|
1170
1170
|
ResourceType: ResourceTypeForTagging;
|
|
1171
1171
|
/**
|
|
1172
|
-
* The resource ID you want to tag. Use the ID of the resource. Here are some examples: MaintenanceWindow: mw-012345abcde PatchBaseline: pb-012345abcde OpsMetadata object: ResourceID for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID is created from the strings that come after the word opsmetadata in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager. For the Document and Parameter values, use the name of the resource. ManagedInstance: mi-012345abcde The ManagedInstance type for this API operation is only for on-premises managed
|
|
1172
|
+
* The resource ID you want to tag. Use the ID of the resource. Here are some examples: MaintenanceWindow: mw-012345abcde PatchBaseline: pb-012345abcde OpsMetadata object: ResourceID for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID is created from the strings that come after the word opsmetadata in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager. For the Document and Parameter values, use the name of the resource. ManagedInstance: mi-012345abcde The ManagedInstance type for this API operation is only for on-premises managed nodes. You must specify the name of the managed node in the following format: mi-ID_number . For example, mi-1a2b3c4d5e6f.
|
|
1173
1173
|
*/
|
|
1174
1174
|
ResourceId: ResourceId;
|
|
1175
1175
|
/**
|
|
@@ -1194,7 +1194,7 @@ declare namespace SSM {
|
|
|
1194
1194
|
*/
|
|
1195
1195
|
AssociationType: OpsItemRelatedItemAssociationType;
|
|
1196
1196
|
/**
|
|
1197
|
-
* The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types: AWS::SSMIncidents::IncidentRecord: an Incident Manager incident.
|
|
1197
|
+
* The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types: AWS::SSMIncidents::IncidentRecord: an Incident Manager incident. AWS::SSM::Document: a Systems Manager (SSM) document.
|
|
1198
1198
|
*/
|
|
1199
1199
|
ResourceType: OpsItemRelatedItemAssociationResourceType;
|
|
1200
1200
|
/**
|
|
@@ -1214,7 +1214,7 @@ declare namespace SSM {
|
|
|
1214
1214
|
*/
|
|
1215
1215
|
Name?: DocumentARN;
|
|
1216
1216
|
/**
|
|
1217
|
-
* The
|
|
1217
|
+
* The managed node ID.
|
|
1218
1218
|
*/
|
|
1219
1219
|
InstanceId?: InstanceId;
|
|
1220
1220
|
/**
|
|
@@ -1230,7 +1230,7 @@ declare namespace SSM {
|
|
|
1230
1230
|
*/
|
|
1231
1231
|
DocumentVersion?: DocumentVersion;
|
|
1232
1232
|
/**
|
|
1233
|
-
* The
|
|
1233
|
+
* The managed nodes targeted by the request to create an association. You can target all managed nodes in an Amazon Web Services account by specifying the InstanceIds key with a value of *.
|
|
1234
1234
|
*/
|
|
1235
1235
|
Targets?: Targets;
|
|
1236
1236
|
/**
|
|
@@ -1257,7 +1257,7 @@ declare namespace SSM {
|
|
|
1257
1257
|
*/
|
|
1258
1258
|
Name?: DocumentARN;
|
|
1259
1259
|
/**
|
|
1260
|
-
* The
|
|
1260
|
+
* The managed node ID.
|
|
1261
1261
|
*/
|
|
1262
1262
|
InstanceId?: InstanceId;
|
|
1263
1263
|
/**
|
|
@@ -1285,7 +1285,7 @@ declare namespace SSM {
|
|
|
1285
1285
|
*/
|
|
1286
1286
|
DocumentVersion?: DocumentVersion;
|
|
1287
1287
|
/**
|
|
1288
|
-
*
|
|
1288
|
+
* Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.
|
|
1289
1289
|
*/
|
|
1290
1290
|
AutomationTargetParameterName?: AutomationTargetParameterName;
|
|
1291
1291
|
/**
|
|
@@ -1297,7 +1297,7 @@ declare namespace SSM {
|
|
|
1297
1297
|
*/
|
|
1298
1298
|
AssociationId?: AssociationId;
|
|
1299
1299
|
/**
|
|
1300
|
-
* The
|
|
1300
|
+
* The managed nodes targeted by the request.
|
|
1301
1301
|
*/
|
|
1302
1302
|
Targets?: Targets;
|
|
1303
1303
|
/**
|
|
@@ -1321,11 +1321,11 @@ declare namespace SSM {
|
|
|
1321
1321
|
*/
|
|
1322
1322
|
AssociationName?: AssociationName;
|
|
1323
1323
|
/**
|
|
1324
|
-
* The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50
|
|
1324
|
+
* The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received. Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.
|
|
1325
1325
|
*/
|
|
1326
1326
|
MaxErrors?: MaxErrors;
|
|
1327
1327
|
/**
|
|
1328
|
-
* The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new
|
|
1328
|
+
* The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.
|
|
1329
1329
|
*/
|
|
1330
1330
|
MaxConcurrency?: MaxConcurrency;
|
|
1331
1331
|
/**
|
|
@@ -1416,11 +1416,11 @@ declare namespace SSM {
|
|
|
1416
1416
|
*/
|
|
1417
1417
|
ExecutionId?: AssociationExecutionId;
|
|
1418
1418
|
/**
|
|
1419
|
-
* The resource ID, for example, the
|
|
1419
|
+
* The resource ID, for example, the managed node ID where the association ran.
|
|
1420
1420
|
*/
|
|
1421
1421
|
ResourceId?: AssociationResourceId;
|
|
1422
1422
|
/**
|
|
1423
|
-
* The resource type, for example,
|
|
1423
|
+
* The resource type, for example, EC2.
|
|
1424
1424
|
*/
|
|
1425
1425
|
ResourceType?: AssociationResourceType;
|
|
1426
1426
|
/**
|
|
@@ -1483,7 +1483,7 @@ declare namespace SSM {
|
|
|
1483
1483
|
*/
|
|
1484
1484
|
DetailedStatus?: StatusName;
|
|
1485
1485
|
/**
|
|
1486
|
-
* Returns the number of targets for the association status. For example, if you created an association with two
|
|
1486
|
+
* Returns the number of targets for the association status. For example, if you created an association with two managed nodes, and one of them was successful, this would return the count of managed nodes by status.
|
|
1487
1487
|
*/
|
|
1488
1488
|
AssociationStatusAggregatedCount?: AssociationStatusAggregatedCount;
|
|
1489
1489
|
}
|
|
@@ -1553,11 +1553,11 @@ declare namespace SSM {
|
|
|
1553
1553
|
*/
|
|
1554
1554
|
AssociationName?: AssociationName;
|
|
1555
1555
|
/**
|
|
1556
|
-
* The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50
|
|
1556
|
+
* The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received. Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.
|
|
1557
1557
|
*/
|
|
1558
1558
|
MaxErrors?: MaxErrors;
|
|
1559
1559
|
/**
|
|
1560
|
-
* The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new
|
|
1560
|
+
* The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.
|
|
1561
1561
|
*/
|
|
1562
1562
|
MaxConcurrency?: MaxConcurrency;
|
|
1563
1563
|
/**
|
|
@@ -1929,11 +1929,11 @@ declare namespace SSM {
|
|
|
1929
1929
|
*/
|
|
1930
1930
|
RejectedPatchesAction?: PatchAction;
|
|
1931
1931
|
/**
|
|
1932
|
-
* Indicates whether the list of approved patches includes non-security updates that should be applied to the
|
|
1932
|
+
* Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.
|
|
1933
1933
|
*/
|
|
1934
1934
|
ApprovedPatchesEnableNonSecurity?: Boolean;
|
|
1935
1935
|
/**
|
|
1936
|
-
* Information about the patches to use to update the
|
|
1936
|
+
* Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
|
|
1937
1937
|
*/
|
|
1938
1938
|
Sources?: PatchSourceList;
|
|
1939
1939
|
}
|
|
@@ -1948,7 +1948,7 @@ declare namespace SSM {
|
|
|
1948
1948
|
*/
|
|
1949
1949
|
CommandId: CommandId;
|
|
1950
1950
|
/**
|
|
1951
|
-
* (Optional) A list of
|
|
1951
|
+
* (Optional) A list of managed node IDs on which you want to cancel the command. If not provided, the command is canceled on every node on which it was requested.
|
|
1952
1952
|
*/
|
|
1953
1953
|
InstanceIds?: InstanceIdList;
|
|
1954
1954
|
}
|
|
@@ -2007,11 +2007,11 @@ declare namespace SSM {
|
|
|
2007
2007
|
*/
|
|
2008
2008
|
Parameters?: Parameters;
|
|
2009
2009
|
/**
|
|
2010
|
-
* The
|
|
2010
|
+
* The managed node IDs against which this command was requested.
|
|
2011
2011
|
*/
|
|
2012
2012
|
InstanceIds?: InstanceIdList;
|
|
2013
2013
|
/**
|
|
2014
|
-
* An array of search criteria that targets
|
|
2014
|
+
* An array of search criteria that targets managed nodes using a Key,Value combination that you specify. Targets is required if you don't provide one or more managed node IDs in the call.
|
|
2015
2015
|
*/
|
|
2016
2016
|
Targets?: Targets;
|
|
2017
2017
|
/**
|
|
@@ -2023,7 +2023,7 @@ declare namespace SSM {
|
|
|
2023
2023
|
*/
|
|
2024
2024
|
Status?: CommandStatus;
|
|
2025
2025
|
/**
|
|
2026
|
-
* A detailed status of the command execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values: Pending: The command hasn't been sent to any
|
|
2026
|
+
* A detailed status of the command execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values: Pending: The command hasn't been sent to any managed nodes. In Progress: The command has been sent to at least one managed node but hasn't reached a final state on all managed nodes. Success: The command successfully ran on all invocations. This is a terminal state. Delivery Timed Out: The value of MaxErrors or more command invocations shows a status of Delivery Timed Out. This is a terminal state. Execution Timed Out: The value of MaxErrors or more command invocations shows a status of Execution Timed Out. This is a terminal state. Failed: The value of MaxErrors or more command invocations shows a status of Failed. This is a terminal state. Incomplete: The command was attempted on all managed nodes and one or more invocations doesn't have a value of Success but not enough invocations failed for the status to be Failed. This is a terminal state. Canceled: The command was terminated before it was completed. This is a terminal state. Rate Exceeded: The number of managed nodes targeted by the command exceeded the account limit for pending invocations. The system has canceled the command before running it on any managed node. This is a terminal state.
|
|
2027
2027
|
*/
|
|
2028
2028
|
StatusDetails?: StatusDetails;
|
|
2029
2029
|
/**
|
|
@@ -2039,7 +2039,7 @@ declare namespace SSM {
|
|
|
2039
2039
|
*/
|
|
2040
2040
|
OutputS3KeyPrefix?: S3KeyPrefix;
|
|
2041
2041
|
/**
|
|
2042
|
-
* The maximum number of
|
|
2042
|
+
* The maximum number of managed nodes that are allowed to run the command at the same time. You can specify a number of managed nodes, such as 10, or a percentage of nodes, such as 10%. The default value is 50. For more information about how to use MaxConcurrency, see Running commands using Systems Manager Run Command in the Amazon Web Services Systems Manager User Guide.
|
|
2043
2043
|
*/
|
|
2044
2044
|
MaxConcurrency?: MaxConcurrency;
|
|
2045
2045
|
/**
|
|
@@ -2081,11 +2081,11 @@ declare namespace SSM {
|
|
|
2081
2081
|
}
|
|
2082
2082
|
export interface CommandFilter {
|
|
2083
2083
|
/**
|
|
2084
|
-
* The name of the filter.
|
|
2084
|
+
* The name of the filter. The ExecutionStage filter can't be used with the ListCommandInvocations operation, only with ListCommands.
|
|
2085
2085
|
*/
|
|
2086
2086
|
key: CommandFilterKey;
|
|
2087
2087
|
/**
|
|
2088
|
-
* The filter value. Valid values for each filter key are as follows: InvokedAfter: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions occurring July 7, 2021, and later. InvokedBefore: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions from before July 7, 2021. Status: Specify a valid command status to see a list of all command executions with that status.
|
|
2088
|
+
* The filter value. Valid values for each filter key are as follows: InvokedAfter: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions occurring July 7, 2021, and later. InvokedBefore: Specify a timestamp to limit your results. For example, specify 2021-07-07T00:00:00Z to see a list of command executions from before July 7, 2021. Status: Specify a valid command status to see a list of all command executions with that status. The status choices depend on the API you call. The status values you can specify for ListCommands are: Pending InProgress Success Cancelled Failed TimedOut (this includes both Delivery and Execution time outs) AccessDenied DeliveryTimedOut ExecutionTimedOut Incomplete NoInstancesInTag LimitExceeded The status values you can specify for ListCommandInvocations are: Pending InProgress Delayed Success Cancelled Failed TimedOut (this includes both Delivery and Execution time outs) AccessDenied DeliveryTimedOut ExecutionTimedOut Undeliverable InvalidPlatform Terminated DocumentName: Specify name of the Amazon Web Services Systems Manager document (SSM document) for which you want to see command execution results. For example, specify AWS-RunPatchBaseline to see command executions that used this SSM document to perform security patching operations on managed nodes. ExecutionStage: Specify one of the following values (ListCommands operations only): Executing: Returns a list of command executions that are currently still running. Complete: Returns a list of command executions that have already completed.
|
|
2089
2089
|
*/
|
|
2090
2090
|
value: CommandFilterValue;
|
|
2091
2091
|
}
|
|
@@ -2099,11 +2099,11 @@ declare namespace SSM {
|
|
|
2099
2099
|
*/
|
|
2100
2100
|
CommandId?: CommandId;
|
|
2101
2101
|
/**
|
|
2102
|
-
* The
|
|
2102
|
+
* The managed node ID in which this invocation was requested.
|
|
2103
2103
|
*/
|
|
2104
2104
|
InstanceId?: InstanceId;
|
|
2105
2105
|
/**
|
|
2106
|
-
* The
|
|
2106
|
+
* The fully qualified host name of the managed node.
|
|
2107
2107
|
*/
|
|
2108
2108
|
InstanceName?: InstanceTagName;
|
|
2109
2109
|
/**
|
|
@@ -2119,7 +2119,7 @@ declare namespace SSM {
|
|
|
2119
2119
|
*/
|
|
2120
2120
|
DocumentVersion?: DocumentVersion;
|
|
2121
2121
|
/**
|
|
2122
|
-
* The time and date the request was sent to this
|
|
2122
|
+
* The time and date the request was sent to this managed node.
|
|
2123
2123
|
*/
|
|
2124
2124
|
RequestedDateTime?: DateTime;
|
|
2125
2125
|
/**
|
|
@@ -2127,7 +2127,7 @@ declare namespace SSM {
|
|
|
2127
2127
|
*/
|
|
2128
2128
|
Status?: CommandInvocationStatus;
|
|
2129
2129
|
/**
|
|
2130
|
-
* A detailed status of the command execution for each invocation (each
|
|
2130
|
+
* A detailed status of the command execution for each invocation (each managed node targeted by the command). StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values: Pending: The command hasn't been sent to the managed node. In Progress: The command has been sent to the managed node but hasn't reached a terminal state. Success: The execution of the command or plugin was successfully completed. This is a terminal state. Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired. Delivery timeouts don't count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state. Execution Timed Out: Command execution started on the managed node, but the execution wasn't complete before the execution timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state. Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state. Canceled: The command was terminated before it was completed. This is a terminal state. Undeliverable: The command can't be delivered to the managed node. The managed node might not exist or might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit and don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state. Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.
|
|
2131
2131
|
*/
|
|
2132
2132
|
StatusDetails?: StatusDetails;
|
|
2133
2133
|
/**
|
|
@@ -2147,11 +2147,11 @@ declare namespace SSM {
|
|
|
2147
2147
|
*/
|
|
2148
2148
|
CommandPlugins?: CommandPluginList;
|
|
2149
2149
|
/**
|
|
2150
|
-
* The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per
|
|
2150
|
+
* The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per managed node basis.
|
|
2151
2151
|
*/
|
|
2152
2152
|
ServiceRole?: ServiceRole;
|
|
2153
2153
|
/**
|
|
2154
|
-
* Configurations for sending notifications about command status changes on a per
|
|
2154
|
+
* Configurations for sending notifications about command status changes on a per managed node basis.
|
|
2155
2155
|
*/
|
|
2156
2156
|
NotificationConfig?: NotificationConfig;
|
|
2157
2157
|
/**
|
|
@@ -2173,7 +2173,7 @@ declare namespace SSM {
|
|
|
2173
2173
|
*/
|
|
2174
2174
|
Status?: CommandPluginStatus;
|
|
2175
2175
|
/**
|
|
2176
|
-
* A detailed status of the plugin execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values: Pending: The command hasn't been sent to the
|
|
2176
|
+
* A detailed status of the plugin execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values: Pending: The command hasn't been sent to the managed node. In Progress: The command has been sent to the managed node but hasn't reached a terminal state. Success: The execution of the command or plugin was successfully completed. This is a terminal state. Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired. Delivery timeouts don't count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state. Execution Timed Out: Command execution started on the managed node, but the execution wasn't complete before the execution timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state. Failed: The command wasn't successful on the managed node. For a plugin, this indicates that the result code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state. Canceled: The command was terminated before it was completed. This is a terminal state. Undeliverable: The command can't be delivered to the managed node. The managed node might not exist, or it might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit, and they don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state. Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.
|
|
2177
2177
|
*/
|
|
2178
2178
|
StatusDetails?: StatusDetails;
|
|
2179
2179
|
/**
|
|
@@ -2205,11 +2205,11 @@ declare namespace SSM {
|
|
|
2205
2205
|
*/
|
|
2206
2206
|
OutputS3Region?: S3Region;
|
|
2207
2207
|
/**
|
|
2208
|
-
* The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response: doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript doc-example-bucket is the name of the S3 bucket; ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix; i-02573cafcfEXAMPLE is the
|
|
2208
|
+
* The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response: doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript doc-example-bucket is the name of the S3 bucket; ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix; i-02573cafcfEXAMPLE is the managed node ID; awsrunShellScript is the name of the plugin.
|
|
2209
2209
|
*/
|
|
2210
2210
|
OutputS3BucketName?: S3BucketName;
|
|
2211
2211
|
/**
|
|
2212
|
-
* The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response: doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript doc-example-bucket is the name of the S3 bucket; ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix; i-02573cafcfEXAMPLE is the
|
|
2212
|
+
* The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response: doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript doc-example-bucket is the name of the S3 bucket; ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix; i-02573cafcfEXAMPLE is the managed node ID; awsrunShellScript is the name of the plugin.
|
|
2213
2213
|
*/
|
|
2214
2214
|
OutputS3KeyPrefix?: S3KeyPrefix;
|
|
2215
2215
|
}
|
|
@@ -2247,7 +2247,7 @@ declare namespace SSM {
|
|
|
2247
2247
|
*/
|
|
2248
2248
|
ResourceType?: ComplianceResourceType;
|
|
2249
2249
|
/**
|
|
2250
|
-
* An ID for the resource. For a managed
|
|
2250
|
+
* An ID for the resource. For a managed node, this is the node ID.
|
|
2251
2251
|
*/
|
|
2252
2252
|
ResourceId?: ComplianceResourceId;
|
|
2253
2253
|
/**
|
|
@@ -2364,15 +2364,15 @@ declare namespace SSM {
|
|
|
2364
2364
|
*/
|
|
2365
2365
|
Description?: ActivationDescription;
|
|
2366
2366
|
/**
|
|
2367
|
-
* The name of the registered, managed
|
|
2367
|
+
* The name of the registered, managed node as it will appear in the Amazon Web Services Systems Manager console or when you use the Amazon Web Services command line tools to list Systems Manager resources. Don't enter personally identifiable information in this field.
|
|
2368
2368
|
*/
|
|
2369
2369
|
DefaultInstanceName?: DefaultInstanceName;
|
|
2370
2370
|
/**
|
|
2371
|
-
* The name of the Identity and Access Management (IAM) role that you want to assign to the managed
|
|
2371
|
+
* The name of the Identity and Access Management (IAM) role that you want to assign to the managed node. This IAM role must provide AssumeRole permissions for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com. For more information, see Create an IAM service role for a hybrid environment in the Amazon Web Services Systems Manager User Guide.
|
|
2372
2372
|
*/
|
|
2373
2373
|
IamRole: IamRole;
|
|
2374
2374
|
/**
|
|
2375
|
-
* Specify the maximum number of managed
|
|
2375
|
+
* Specify the maximum number of managed nodes you want to register. The default value is 1.
|
|
2376
2376
|
*/
|
|
2377
2377
|
RegistrationLimit?: RegistrationLimit;
|
|
2378
2378
|
/**
|
|
@@ -2380,9 +2380,13 @@ declare namespace SSM {
|
|
|
2380
2380
|
*/
|
|
2381
2381
|
ExpirationDate?: ExpirationDate;
|
|
2382
2382
|
/**
|
|
2383
|
-
* Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an activation to identify which servers or virtual machines (VMs) in your on-premises environment you intend to activate. In this case, you could specify the following key-value pairs: Key=OS,Value=Windows Key=Environment,Value=Production When you install SSM Agent on your on-premises servers and VMs, you specify an activation ID and code. When you specify the activation ID and code, tags assigned to the activation are automatically applied to the on-premises servers or VMs. You can't add tags to or delete tags from an existing activation. You can tag your on-premises servers and VMs after they connect to Systems Manager for the first time and are assigned a managed
|
|
2383
|
+
* Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an activation to identify which servers or virtual machines (VMs) in your on-premises environment you intend to activate. In this case, you could specify the following key-value pairs: Key=OS,Value=Windows Key=Environment,Value=Production When you install SSM Agent on your on-premises servers and VMs, you specify an activation ID and code. When you specify the activation ID and code, tags assigned to the activation are automatically applied to the on-premises servers or VMs. You can't add tags to or delete tags from an existing activation. You can tag your on-premises servers, edge devices, and VMs after they connect to Systems Manager for the first time and are assigned a managed node ID. This means they are listed in the Amazon Web Services Systems Manager console with an ID that is prefixed with "mi-". For information about how to add tags to your managed nodes, see AddTagsToResource. For information about how to remove tags from your managed nodes, see RemoveTagsFromResource.
|
|
2384
2384
|
*/
|
|
2385
2385
|
Tags?: TagList;
|
|
2386
|
+
/**
|
|
2387
|
+
* Reserved for internal use.
|
|
2388
|
+
*/
|
|
2389
|
+
RegistrationMetadata?: RegistrationMetadataList;
|
|
2386
2390
|
}
|
|
2387
2391
|
export interface CreateActivationResult {
|
|
2388
2392
|
/**
|
|
@@ -2403,11 +2407,11 @@ declare namespace SSM {
|
|
|
2403
2407
|
export type CreateAssociationBatchRequestEntries = CreateAssociationBatchRequestEntry[];
|
|
2404
2408
|
export interface CreateAssociationBatchRequestEntry {
|
|
2405
2409
|
/**
|
|
2406
|
-
* The name of the SSM document that contains the configuration information for the
|
|
2410
|
+
* The name of the SSM document that contains the configuration information for the managed node. You can specify Command or Automation runbooks. You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account. For SSM documents that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format: arn:aws:ssm:region:account-id:document/document-name For example: arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.
|
|
2407
2411
|
*/
|
|
2408
2412
|
Name: DocumentARN;
|
|
2409
2413
|
/**
|
|
2410
|
-
* The
|
|
2414
|
+
* The managed node ID. InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.
|
|
2411
2415
|
*/
|
|
2412
2416
|
InstanceId?: InstanceId;
|
|
2413
2417
|
/**
|
|
@@ -2423,7 +2427,7 @@ declare namespace SSM {
|
|
|
2423
2427
|
*/
|
|
2424
2428
|
DocumentVersion?: DocumentVersion;
|
|
2425
2429
|
/**
|
|
2426
|
-
* The
|
|
2430
|
+
* The managed nodes targeted by the request.
|
|
2427
2431
|
*/
|
|
2428
2432
|
Targets?: Targets;
|
|
2429
2433
|
/**
|
|
@@ -2439,11 +2443,11 @@ declare namespace SSM {
|
|
|
2439
2443
|
*/
|
|
2440
2444
|
AssociationName?: AssociationName;
|
|
2441
2445
|
/**
|
|
2442
|
-
* The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50
|
|
2446
|
+
* The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received. Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.
|
|
2443
2447
|
*/
|
|
2444
2448
|
MaxErrors?: MaxErrors;
|
|
2445
2449
|
/**
|
|
2446
|
-
* The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new
|
|
2450
|
+
* The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.
|
|
2447
2451
|
*/
|
|
2448
2452
|
MaxConcurrency?: MaxConcurrency;
|
|
2449
2453
|
/**
|
|
@@ -2479,7 +2483,7 @@ declare namespace SSM {
|
|
|
2479
2483
|
}
|
|
2480
2484
|
export interface CreateAssociationRequest {
|
|
2481
2485
|
/**
|
|
2482
|
-
* The name of the SSM Command document or Automation runbook that contains the configuration information for the
|
|
2486
|
+
* The name of the SSM Command document or Automation runbook that contains the configuration information for the managed node. You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account. For Systems Manager documents (SSM documents) that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format: arn:partition:ssm:region:account-id:document/document-name For example: arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.
|
|
2483
2487
|
*/
|
|
2484
2488
|
Name: DocumentARN;
|
|
2485
2489
|
/**
|
|
@@ -2487,7 +2491,7 @@ declare namespace SSM {
|
|
|
2487
2491
|
*/
|
|
2488
2492
|
DocumentVersion?: DocumentVersion;
|
|
2489
2493
|
/**
|
|
2490
|
-
* The
|
|
2494
|
+
* The managed node ID. InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.
|
|
2491
2495
|
*/
|
|
2492
2496
|
InstanceId?: InstanceId;
|
|
2493
2497
|
/**
|
|
@@ -2495,7 +2499,7 @@ declare namespace SSM {
|
|
|
2495
2499
|
*/
|
|
2496
2500
|
Parameters?: Parameters;
|
|
2497
2501
|
/**
|
|
2498
|
-
* The targets for the association. You can target
|
|
2502
|
+
* The targets for the association. You can target managed nodes by using tags, Amazon Web Services resource groups, all managed nodes in an Amazon Web Services account, or individual managed node IDs. You can target all managed nodes in an Amazon Web Services account by specifying the InstanceIds key with a value of *. For more information about choosing targets for an association, see Using targets and rate controls with State Manager associations in the Amazon Web Services Systems Manager User Guide.
|
|
2499
2503
|
*/
|
|
2500
2504
|
Targets?: Targets;
|
|
2501
2505
|
/**
|
|
@@ -2511,15 +2515,15 @@ declare namespace SSM {
|
|
|
2511
2515
|
*/
|
|
2512
2516
|
AssociationName?: AssociationName;
|
|
2513
2517
|
/**
|
|
2514
|
-
*
|
|
2518
|
+
* Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.
|
|
2515
2519
|
*/
|
|
2516
2520
|
AutomationTargetParameterName?: AutomationTargetParameterName;
|
|
2517
2521
|
/**
|
|
2518
|
-
* The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50
|
|
2522
|
+
* The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received. Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.
|
|
2519
2523
|
*/
|
|
2520
2524
|
MaxErrors?: MaxErrors;
|
|
2521
2525
|
/**
|
|
2522
|
-
* The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new
|
|
2526
|
+
* The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.
|
|
2523
2527
|
*/
|
|
2524
2528
|
MaxConcurrency?: MaxConcurrency;
|
|
2525
2529
|
/**
|
|
@@ -2635,7 +2639,7 @@ declare namespace SSM {
|
|
|
2635
2639
|
*/
|
|
2636
2640
|
Cutoff: MaintenanceWindowCutoff;
|
|
2637
2641
|
/**
|
|
2638
|
-
* Enables a maintenance window task to run on managed
|
|
2642
|
+
* Enables a maintenance window task to run on managed nodes, even if you haven't registered those nodes as targets. If enabled, then you must specify the unregistered managed nodes (by node ID) when you register a task with the maintenance window. If you don't enable this option, then you must specify previously-registered targets when you register a task with the maintenance window.
|
|
2639
2643
|
*/
|
|
2640
2644
|
AllowUnassociatedTargets: MaintenanceWindowAllowUnassociatedTargets;
|
|
2641
2645
|
/**
|
|
@@ -2767,7 +2771,7 @@ declare namespace SSM {
|
|
|
2767
2771
|
*/
|
|
2768
2772
|
ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
|
|
2769
2773
|
/**
|
|
2770
|
-
* Indicates whether the list of approved patches includes non-security updates that should be applied to the
|
|
2774
|
+
* Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.
|
|
2771
2775
|
*/
|
|
2772
2776
|
ApprovedPatchesEnableNonSecurity?: Boolean;
|
|
2773
2777
|
/**
|
|
@@ -2783,7 +2787,7 @@ declare namespace SSM {
|
|
|
2783
2787
|
*/
|
|
2784
2788
|
Description?: BaselineDescription;
|
|
2785
2789
|
/**
|
|
2786
|
-
* Information about the patches to use to update the
|
|
2790
|
+
* Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
|
|
2787
2791
|
*/
|
|
2788
2792
|
Sources?: PatchSourceList;
|
|
2789
2793
|
/**
|
|
@@ -2839,7 +2843,7 @@ declare namespace SSM {
|
|
|
2839
2843
|
*/
|
|
2840
2844
|
Name?: DocumentARN;
|
|
2841
2845
|
/**
|
|
2842
|
-
* The
|
|
2846
|
+
* The managed node ID. InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.
|
|
2843
2847
|
*/
|
|
2844
2848
|
InstanceId?: InstanceId;
|
|
2845
2849
|
/**
|
|
@@ -2972,7 +2976,7 @@ declare namespace SSM {
|
|
|
2972
2976
|
export type DeliveryTimedOutCount = number;
|
|
2973
2977
|
export interface DeregisterManagedInstanceRequest {
|
|
2974
2978
|
/**
|
|
2975
|
-
* The ID assigned to the managed
|
|
2979
|
+
* The ID assigned to the managed node when you registered it using the activation process.
|
|
2976
2980
|
*/
|
|
2977
2981
|
InstanceId: ManagedInstanceId;
|
|
2978
2982
|
}
|
|
@@ -3144,7 +3148,7 @@ declare namespace SSM {
|
|
|
3144
3148
|
*/
|
|
3145
3149
|
Name?: DocumentARN;
|
|
3146
3150
|
/**
|
|
3147
|
-
* The
|
|
3151
|
+
* The managed node ID.
|
|
3148
3152
|
*/
|
|
3149
3153
|
InstanceId?: InstanceId;
|
|
3150
3154
|
/**
|
|
@@ -3152,7 +3156,7 @@ declare namespace SSM {
|
|
|
3152
3156
|
*/
|
|
3153
3157
|
AssociationId?: AssociationId;
|
|
3154
3158
|
/**
|
|
3155
|
-
* Specify the association version to retrieve. To view the latest version, either specify $LATEST for this parameter, or omit this parameter. To view a list of all associations for
|
|
3159
|
+
* Specify the association version to retrieve. To view the latest version, either specify $LATEST for this parameter, or omit this parameter. To view a list of all associations for a managed node, use ListAssociations. To get a list of versions for a specific association, use ListAssociationVersions.
|
|
3156
3160
|
*/
|
|
3157
3161
|
AssociationVersion?: AssociationVersion;
|
|
3158
3162
|
}
|
|
@@ -3220,7 +3224,7 @@ declare namespace SSM {
|
|
|
3220
3224
|
}
|
|
3221
3225
|
export interface DescribeAvailablePatchesRequest {
|
|
3222
3226
|
/**
|
|
3223
|
-
* Each element in the array is a structure containing a key-value pair. Windows Server Supported keys for Windows Server
|
|
3227
|
+
* Each element in the array is a structure containing a key-value pair. Windows Server Supported keys for Windows Server managed node patches include the following: PATCH_SET Sample values: OS | APPLICATION PRODUCT Sample values: WindowsServer2012 | Office 2010 | MicrosoftDefenderAntivirus PRODUCT_FAMILY Sample values: Windows | Office MSRC_SEVERITY Sample values: ServicePacks | Important | Moderate CLASSIFICATION Sample values: ServicePacks | SecurityUpdates | DefinitionUpdates PATCH_ID Sample values: KB123456 | KB4516046 Linux When specifying filters for Linux patches, you must specify a key-pair for PRODUCT. For example, using the Command Line Interface (CLI), the following command fails: aws ssm describe-available-patches --filters Key=CVE_ID,Values=CVE-2018-3615 However, the following command succeeds: aws ssm describe-available-patches --filters Key=PRODUCT,Values=AmazonLinux2018.03 Key=CVE_ID,Values=CVE-2018-3615 Supported keys for Linux managed node patches include the following: PRODUCT Sample values: AmazonLinux2018.03 | AmazonLinux2.0 NAME Sample values: kernel-headers | samba-python | php SEVERITY Sample values: Critical | Important | Medium | Low EPOCH Sample values: 0 | 1 VERSION Sample values: 78.6.1 | 4.10.16 RELEASE Sample values: 9.56.amzn1 | 1.amzn2 ARCH Sample values: i686 | x86_64 REPOSITORY Sample values: Core | Updates ADVISORY_ID Sample values: ALAS-2018-1058 | ALAS2-2021-1594 CVE_ID Sample values: CVE-2018-3615 | CVE-2020-1472 BUGZILLA_ID Sample values: 1463241
|
|
3224
3228
|
*/
|
|
3225
3229
|
Filters?: PatchOrchestratorFilterList;
|
|
3226
3230
|
/**
|
|
@@ -3296,7 +3300,7 @@ declare namespace SSM {
|
|
|
3296
3300
|
}
|
|
3297
3301
|
export interface DescribeEffectiveInstanceAssociationsRequest {
|
|
3298
3302
|
/**
|
|
3299
|
-
* The
|
|
3303
|
+
* The managed node ID for which you want to view all associations.
|
|
3300
3304
|
*/
|
|
3301
3305
|
InstanceId: InstanceId;
|
|
3302
3306
|
/**
|
|
@@ -3310,7 +3314,7 @@ declare namespace SSM {
|
|
|
3310
3314
|
}
|
|
3311
3315
|
export interface DescribeEffectiveInstanceAssociationsResult {
|
|
3312
3316
|
/**
|
|
3313
|
-
* The associations for the requested
|
|
3317
|
+
* The associations for the requested managed node.
|
|
3314
3318
|
*/
|
|
3315
3319
|
Associations?: InstanceAssociationList;
|
|
3316
3320
|
/**
|
|
@@ -3344,7 +3348,7 @@ declare namespace SSM {
|
|
|
3344
3348
|
}
|
|
3345
3349
|
export interface DescribeInstanceAssociationsStatusRequest {
|
|
3346
3350
|
/**
|
|
3347
|
-
* The
|
|
3351
|
+
* The managed node IDs for which you want association status information.
|
|
3348
3352
|
*/
|
|
3349
3353
|
InstanceId: InstanceId;
|
|
3350
3354
|
/**
|
|
@@ -3368,11 +3372,11 @@ declare namespace SSM {
|
|
|
3368
3372
|
}
|
|
3369
3373
|
export interface DescribeInstanceInformationRequest {
|
|
3370
3374
|
/**
|
|
3371
|
-
* This is a legacy method. We recommend that you don't use this method. Instead, use the Filters data type. Filters enables you to return
|
|
3375
|
+
* This is a legacy method. We recommend that you don't use this method. Instead, use the Filters data type. Filters enables you to return node information by filtering based on tags applied to managed nodes. Attempting to use InstanceInformationFilterList and Filters leads to an exception error.
|
|
3372
3376
|
*/
|
|
3373
3377
|
InstanceInformationFilterList?: InstanceInformationFilterList;
|
|
3374
3378
|
/**
|
|
3375
|
-
* One or more filters. Use a filter to return a more specific list of
|
|
3379
|
+
* One or more filters. Use a filter to return a more specific list of managed nodes. You can filter based on tags applied to EC2 instances. Use this Filters data type instead of InstanceInformationFilterList, which is deprecated.
|
|
3376
3380
|
*/
|
|
3377
3381
|
Filters?: InstanceInformationStringFilterList;
|
|
3378
3382
|
/**
|
|
@@ -3386,7 +3390,7 @@ declare namespace SSM {
|
|
|
3386
3390
|
}
|
|
3387
3391
|
export interface DescribeInstanceInformationResult {
|
|
3388
3392
|
/**
|
|
3389
|
-
* The
|
|
3393
|
+
* The managed node information list.
|
|
3390
3394
|
*/
|
|
3391
3395
|
InstanceInformationList?: InstanceInformationList;
|
|
3392
3396
|
/**
|
|
@@ -3414,7 +3418,7 @@ declare namespace SSM {
|
|
|
3414
3418
|
}
|
|
3415
3419
|
export interface DescribeInstancePatchStatesForPatchGroupResult {
|
|
3416
3420
|
/**
|
|
3417
|
-
* The high-level patch state for the requested
|
|
3421
|
+
* The high-level patch state for the requested managed nodes.
|
|
3418
3422
|
*/
|
|
3419
3423
|
InstancePatchStates?: InstancePatchStatesList;
|
|
3420
3424
|
/**
|
|
@@ -3424,7 +3428,7 @@ declare namespace SSM {
|
|
|
3424
3428
|
}
|
|
3425
3429
|
export interface DescribeInstancePatchStatesRequest {
|
|
3426
3430
|
/**
|
|
3427
|
-
* The ID of the
|
|
3431
|
+
* The ID of the managed node for which patch state information should be retrieved.
|
|
3428
3432
|
*/
|
|
3429
3433
|
InstanceIds: InstanceIdList;
|
|
3430
3434
|
/**
|
|
@@ -3432,13 +3436,13 @@ declare namespace SSM {
|
|
|
3432
3436
|
*/
|
|
3433
3437
|
NextToken?: NextToken;
|
|
3434
3438
|
/**
|
|
3435
|
-
* The maximum number of
|
|
3439
|
+
* The maximum number of managed nodes to return (per page).
|
|
3436
3440
|
*/
|
|
3437
3441
|
MaxResults?: PatchComplianceMaxResults;
|
|
3438
3442
|
}
|
|
3439
3443
|
export interface DescribeInstancePatchStatesResult {
|
|
3440
3444
|
/**
|
|
3441
|
-
* The high-level patch state for the requested
|
|
3445
|
+
* The high-level patch state for the requested managed nodes.
|
|
3442
3446
|
*/
|
|
3443
3447
|
InstancePatchStates?: InstancePatchStateList;
|
|
3444
3448
|
/**
|
|
@@ -3448,7 +3452,7 @@ declare namespace SSM {
|
|
|
3448
3452
|
}
|
|
3449
3453
|
export interface DescribeInstancePatchesRequest {
|
|
3450
3454
|
/**
|
|
3451
|
-
* The ID of the
|
|
3455
|
+
* The ID of the managed node whose patch state information should be retrieved.
|
|
3452
3456
|
*/
|
|
3453
3457
|
InstanceId: InstanceId;
|
|
3454
3458
|
/**
|
|
@@ -3592,7 +3596,7 @@ declare namespace SSM {
|
|
|
3592
3596
|
*/
|
|
3593
3597
|
WindowId?: MaintenanceWindowId;
|
|
3594
3598
|
/**
|
|
3595
|
-
* The
|
|
3599
|
+
* The managed node ID or key-value pair to retrieve information about.
|
|
3596
3600
|
*/
|
|
3597
3601
|
Targets?: Targets;
|
|
3598
3602
|
/**
|
|
@@ -3680,7 +3684,7 @@ declare namespace SSM {
|
|
|
3680
3684
|
}
|
|
3681
3685
|
export interface DescribeMaintenanceWindowsForTargetRequest {
|
|
3682
3686
|
/**
|
|
3683
|
-
* The
|
|
3687
|
+
* The managed node ID or key-value pair to retrieve information about.
|
|
3684
3688
|
*/
|
|
3685
3689
|
Targets: Targets;
|
|
3686
3690
|
/**
|
|
@@ -3698,7 +3702,7 @@ declare namespace SSM {
|
|
|
3698
3702
|
}
|
|
3699
3703
|
export interface DescribeMaintenanceWindowsForTargetResult {
|
|
3700
3704
|
/**
|
|
3701
|
-
* Information about the maintenance window targets and tasks
|
|
3705
|
+
* Information about the maintenance window targets and tasks a managed node is associated with.
|
|
3702
3706
|
*/
|
|
3703
3707
|
WindowIdentities?: MaintenanceWindowsForTargetList;
|
|
3704
3708
|
/**
|
|
@@ -3814,51 +3818,51 @@ declare namespace SSM {
|
|
|
3814
3818
|
}
|
|
3815
3819
|
export interface DescribePatchGroupStateResult {
|
|
3816
3820
|
/**
|
|
3817
|
-
* The number of
|
|
3821
|
+
* The number of managed nodes in the patch group.
|
|
3818
3822
|
*/
|
|
3819
3823
|
Instances?: Integer;
|
|
3820
3824
|
/**
|
|
3821
|
-
* The number of
|
|
3825
|
+
* The number of managed nodes with installed patches.
|
|
3822
3826
|
*/
|
|
3823
3827
|
InstancesWithInstalledPatches?: Integer;
|
|
3824
3828
|
/**
|
|
3825
|
-
* The number of
|
|
3829
|
+
* The number of managed nodes with patches installed that aren't defined in the patch baseline.
|
|
3826
3830
|
*/
|
|
3827
3831
|
InstancesWithInstalledOtherPatches?: Integer;
|
|
3828
3832
|
/**
|
|
3829
|
-
* The number of
|
|
3833
|
+
* The number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the patch installation. The status of these managed nodes is NON_COMPLIANT.
|
|
3830
3834
|
*/
|
|
3831
3835
|
InstancesWithInstalledPendingRebootPatches?: InstancesCount;
|
|
3832
3836
|
/**
|
|
3833
|
-
* The number of
|
|
3837
|
+
* The number of managed nodes with patches installed that are specified in a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches list. If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
|
|
3834
3838
|
*/
|
|
3835
3839
|
InstancesWithInstalledRejectedPatches?: InstancesCount;
|
|
3836
3840
|
/**
|
|
3837
|
-
* The number of
|
|
3841
|
+
* The number of managed nodes with missing patches from the patch baseline.
|
|
3838
3842
|
*/
|
|
3839
3843
|
InstancesWithMissingPatches?: Integer;
|
|
3840
3844
|
/**
|
|
3841
|
-
* The number of
|
|
3845
|
+
* The number of managed nodes with patches from the patch baseline that failed to install.
|
|
3842
3846
|
*/
|
|
3843
3847
|
InstancesWithFailedPatches?: Integer;
|
|
3844
3848
|
/**
|
|
3845
|
-
* The number of
|
|
3849
|
+
* The number of managed nodes with patches that aren't applicable.
|
|
3846
3850
|
*/
|
|
3847
3851
|
InstancesWithNotApplicablePatches?: Integer;
|
|
3848
3852
|
/**
|
|
3849
|
-
* The number of
|
|
3853
|
+
* The number of managed nodes with NotApplicable patches beyond the supported limit, which aren't reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.
|
|
3850
3854
|
*/
|
|
3851
3855
|
InstancesWithUnreportedNotApplicablePatches?: Integer;
|
|
3852
3856
|
/**
|
|
3853
|
-
* The number of
|
|
3857
|
+
* The number of managed nodes where patches that are specified as Critical for compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.
|
|
3854
3858
|
*/
|
|
3855
3859
|
InstancesWithCriticalNonCompliantPatches?: InstancesCount;
|
|
3856
3860
|
/**
|
|
3857
|
-
* The number of
|
|
3861
|
+
* The number of managed nodes where patches that are specified as Security in a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.
|
|
3858
3862
|
*/
|
|
3859
3863
|
InstancesWithSecurityNonCompliantPatches?: InstancesCount;
|
|
3860
3864
|
/**
|
|
3861
|
-
* The number of
|
|
3865
|
+
* The number of managed nodes with patches installed that are specified as other than Critical or Security but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT.
|
|
3862
3866
|
*/
|
|
3863
3867
|
InstancesWithOtherNonCompliantPatches?: InstancesCount;
|
|
3864
3868
|
}
|
|
@@ -3949,11 +3953,11 @@ declare namespace SSM {
|
|
|
3949
3953
|
export type DescriptionInDocument = string;
|
|
3950
3954
|
export interface DisassociateOpsItemRelatedItemRequest {
|
|
3951
3955
|
/**
|
|
3952
|
-
* The ID of the OpsItem for which you want to delete an association between the OpsItem and a related
|
|
3956
|
+
* The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
|
|
3953
3957
|
*/
|
|
3954
3958
|
OpsItemId: OpsItemId;
|
|
3955
3959
|
/**
|
|
3956
|
-
* The ID of the association for which you want to delete an association between the OpsItem and a related
|
|
3960
|
+
* The ID of the association for which you want to delete an association between the OpsItem and a related item.
|
|
3957
3961
|
*/
|
|
3958
3962
|
AssociationId: OpsItemRelatedItemAssociationId;
|
|
3959
3963
|
}
|
|
@@ -4416,7 +4420,7 @@ declare namespace SSM {
|
|
|
4416
4420
|
*/
|
|
4417
4421
|
CommandId: CommandId;
|
|
4418
4422
|
/**
|
|
4419
|
-
* (Required) The ID of the managed
|
|
4423
|
+
* (Required) The ID of the managed node targeted by the command. A managed node can be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, and on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.
|
|
4420
4424
|
*/
|
|
4421
4425
|
InstanceId: InstanceId;
|
|
4422
4426
|
/**
|
|
@@ -4430,7 +4434,7 @@ declare namespace SSM {
|
|
|
4430
4434
|
*/
|
|
4431
4435
|
CommandId?: CommandId;
|
|
4432
4436
|
/**
|
|
4433
|
-
* The ID of the managed
|
|
4437
|
+
* The ID of the managed node targeted by the command. A managed node can be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.
|
|
4434
4438
|
*/
|
|
4435
4439
|
InstanceId?: InstanceId;
|
|
4436
4440
|
/**
|
|
@@ -4450,7 +4454,7 @@ declare namespace SSM {
|
|
|
4450
4454
|
*/
|
|
4451
4455
|
PluginName?: CommandPluginName;
|
|
4452
4456
|
/**
|
|
4453
|
-
* The error level response code for the plugin script. If the response code is -1, then the command hasn't started running on the
|
|
4457
|
+
* The error level response code for the plugin script. If the response code is -1, then the command hasn't started running on the managed node, or it wasn't received by the node.
|
|
4454
4458
|
*/
|
|
4455
4459
|
ResponseCode?: ResponseCode;
|
|
4456
4460
|
/**
|
|
@@ -4470,7 +4474,7 @@ declare namespace SSM {
|
|
|
4470
4474
|
*/
|
|
4471
4475
|
Status?: CommandInvocationStatus;
|
|
4472
4476
|
/**
|
|
4473
|
-
* A detailed status of the command execution for an invocation. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values: Pending: The command hasn't been sent to the
|
|
4477
|
+
* A detailed status of the command execution for an invocation. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values: Pending: The command hasn't been sent to the managed node. In Progress: The command has been sent to the managed node but hasn't reached a terminal state. Delayed: The system attempted to send the command to the target, but the target wasn't available. The managed node might not be available because of network issues, because the node was stopped, or for similar reasons. The system will try to send the command again. Success: The command or plugin ran successfully. This is a terminal state. Delivery Timed Out: The command wasn't delivered to the managed node before the delivery timeout expired. Delivery timeouts don't count against the parent command's MaxErrors limit, but they do contribute to whether the parent command status is Success or Incomplete. This is a terminal state. Execution Timed Out: The command started to run on the managed node, but the execution wasn't complete before the timeout expired. Execution timeouts count against the MaxErrors limit of the parent command. This is a terminal state. Failed: The command wasn't run successfully on the managed node. For a plugin, this indicates that the result code wasn't zero. For a command invocation, this indicates that the result code for one or more plugins wasn't zero. Invocation failures count against the MaxErrors limit of the parent command. This is a terminal state. Canceled: The command was terminated before it was completed. This is a terminal state. Undeliverable: The command can't be delivered to the managed node. The node might not exist or might not be responding. Undeliverable invocations don't count against the parent command's MaxErrors limit and don't contribute to whether the parent command status is Success or Incomplete. This is a terminal state. Terminated: The parent command exceeded its MaxErrors limit and subsequent command invocations were canceled by the system. This is a terminal state.
|
|
4474
4478
|
*/
|
|
4475
4479
|
StatusDetails?: StatusDetails;
|
|
4476
4480
|
/**
|
|
@@ -4496,17 +4500,17 @@ declare namespace SSM {
|
|
|
4496
4500
|
}
|
|
4497
4501
|
export interface GetConnectionStatusRequest {
|
|
4498
4502
|
/**
|
|
4499
|
-
* The
|
|
4503
|
+
* The managed node ID.
|
|
4500
4504
|
*/
|
|
4501
4505
|
Target: SessionTarget;
|
|
4502
4506
|
}
|
|
4503
4507
|
export interface GetConnectionStatusResponse {
|
|
4504
4508
|
/**
|
|
4505
|
-
* The ID of the
|
|
4509
|
+
* The ID of the managed node to check connection status.
|
|
4506
4510
|
*/
|
|
4507
4511
|
Target?: SessionTarget;
|
|
4508
4512
|
/**
|
|
4509
|
-
* The status of the connection to the
|
|
4513
|
+
* The status of the connection to the managed node. For example, 'Connected' or 'Not Connected'.
|
|
4510
4514
|
*/
|
|
4511
4515
|
Status?: ConnectionStatus;
|
|
4512
4516
|
}
|
|
@@ -4528,7 +4532,7 @@ declare namespace SSM {
|
|
|
4528
4532
|
}
|
|
4529
4533
|
export interface GetDeployablePatchSnapshotForInstanceRequest {
|
|
4530
4534
|
/**
|
|
4531
|
-
* The ID of the
|
|
4535
|
+
* The ID of the managed node for which the appropriate patch snapshot should be retrieved.
|
|
4532
4536
|
*/
|
|
4533
4537
|
InstanceId: InstanceId;
|
|
4534
4538
|
/**
|
|
@@ -4542,7 +4546,7 @@ declare namespace SSM {
|
|
|
4542
4546
|
}
|
|
4543
4547
|
export interface GetDeployablePatchSnapshotForInstanceResult {
|
|
4544
4548
|
/**
|
|
4545
|
-
* The
|
|
4549
|
+
* The managed node ID.
|
|
4546
4550
|
*/
|
|
4547
4551
|
InstanceId?: InstanceId;
|
|
4548
4552
|
/**
|
|
@@ -4554,7 +4558,7 @@ declare namespace SSM {
|
|
|
4554
4558
|
*/
|
|
4555
4559
|
SnapshotDownloadUrl?: SnapshotDownloadUrl;
|
|
4556
4560
|
/**
|
|
4557
|
-
* Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the
|
|
4561
|
+
* Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the managed node for the specified patch snapshot.
|
|
4558
4562
|
*/
|
|
4559
4563
|
Product?: Product;
|
|
4560
4564
|
}
|
|
@@ -4636,7 +4640,7 @@ declare namespace SSM {
|
|
|
4636
4640
|
*/
|
|
4637
4641
|
Filters?: InventoryFilterList;
|
|
4638
4642
|
/**
|
|
4639
|
-
* Returns counts of inventory types based on one or more expressions. For example, if you aggregate by using an expression that uses the AWS:InstanceInformation.PlatformType type, you can see a count of how many Windows and Linux
|
|
4643
|
+
* Returns counts of inventory types based on one or more expressions. For example, if you aggregate by using an expression that uses the AWS:InstanceInformation.PlatformType type, you can see a count of how many Windows and Linux managed nodes exist in your inventoried fleet.
|
|
4640
4644
|
*/
|
|
4641
4645
|
Aggregators?: InventoryAggregatorList;
|
|
4642
4646
|
/**
|
|
@@ -4654,7 +4658,7 @@ declare namespace SSM {
|
|
|
4654
4658
|
}
|
|
4655
4659
|
export interface GetInventoryResult {
|
|
4656
4660
|
/**
|
|
4657
|
-
* Collection of inventory entities such as a collection of
|
|
4661
|
+
* Collection of inventory entities such as a collection of managed node inventory.
|
|
4658
4662
|
*/
|
|
4659
4663
|
Entities?: InventoryResultEntityList;
|
|
4660
4664
|
/**
|
|
@@ -4990,6 +4994,10 @@ declare namespace SSM {
|
|
|
4990
4994
|
* The retrieved task description.
|
|
4991
4995
|
*/
|
|
4992
4996
|
Description?: MaintenanceWindowDescription;
|
|
4997
|
+
/**
|
|
4998
|
+
* The action to take on tasks when the maintenance window cutoff time is reached. CONTINUE_TASK means that tasks continue to run. For Automation, Lambda, Step Functions tasks, CANCEL_TASK means that currently running task invocations continue, but no new task invocations are started. For Run Command tasks, CANCEL_TASK means the system attempts to stop the task by sending a CancelCommand operation.
|
|
4999
|
+
*/
|
|
5000
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
4993
5001
|
}
|
|
4994
5002
|
export interface GetOpsItemRequest {
|
|
4995
5003
|
/**
|
|
@@ -5123,7 +5131,7 @@ declare namespace SSM {
|
|
|
5123
5131
|
*/
|
|
5124
5132
|
Recursive?: Boolean;
|
|
5125
5133
|
/**
|
|
5126
|
-
* Filters to limit the request results.
|
|
5134
|
+
* Filters to limit the request results. The following Key values are supported for GetParametersByPath: Type, KeyId, and Label. The following Key values aren't supported for GetParametersByPath: tag, DataType, Name, Path, and Tier.
|
|
5127
5135
|
*/
|
|
5128
5136
|
ParameterFilters?: ParameterStringFilterList;
|
|
5129
5137
|
/**
|
|
@@ -5229,7 +5237,7 @@ declare namespace SSM {
|
|
|
5229
5237
|
*/
|
|
5230
5238
|
ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
|
|
5231
5239
|
/**
|
|
5232
|
-
* Indicates whether the list of approved patches includes non-security updates that should be applied to the
|
|
5240
|
+
* Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.
|
|
5233
5241
|
*/
|
|
5234
5242
|
ApprovedPatchesEnableNonSecurity?: Boolean;
|
|
5235
5243
|
/**
|
|
@@ -5257,7 +5265,7 @@ declare namespace SSM {
|
|
|
5257
5265
|
*/
|
|
5258
5266
|
Description?: BaselineDescription;
|
|
5259
5267
|
/**
|
|
5260
|
-
* Information about the patches to use to update the
|
|
5268
|
+
* Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
|
|
5261
5269
|
*/
|
|
5262
5270
|
Sources?: PatchSourceList;
|
|
5263
5271
|
}
|
|
@@ -5284,7 +5292,7 @@ declare namespace SSM {
|
|
|
5284
5292
|
*/
|
|
5285
5293
|
DetailedStatus?: StatusName;
|
|
5286
5294
|
/**
|
|
5287
|
-
* The number of associations for the
|
|
5295
|
+
* The number of associations for the managed node(s).
|
|
5288
5296
|
*/
|
|
5289
5297
|
InstanceAssociationStatusAggregatedCount?: InstanceAssociationStatusAggregatedCount;
|
|
5290
5298
|
}
|
|
@@ -5294,15 +5302,15 @@ declare namespace SSM {
|
|
|
5294
5302
|
*/
|
|
5295
5303
|
AssociationId?: AssociationId;
|
|
5296
5304
|
/**
|
|
5297
|
-
* The
|
|
5305
|
+
* The managed node ID.
|
|
5298
5306
|
*/
|
|
5299
5307
|
InstanceId?: InstanceId;
|
|
5300
5308
|
/**
|
|
5301
|
-
* The content of the association document for the
|
|
5309
|
+
* The content of the association document for the managed node(s).
|
|
5302
5310
|
*/
|
|
5303
5311
|
Content?: DocumentContent;
|
|
5304
5312
|
/**
|
|
5305
|
-
* Version information for the association on the
|
|
5313
|
+
* Version information for the association on the managed node.
|
|
5306
5314
|
*/
|
|
5307
5315
|
AssociationVersion?: AssociationVersion;
|
|
5308
5316
|
}
|
|
@@ -5335,23 +5343,23 @@ declare namespace SSM {
|
|
|
5335
5343
|
*/
|
|
5336
5344
|
DocumentVersion?: DocumentVersion;
|
|
5337
5345
|
/**
|
|
5338
|
-
* The version of the association applied to the
|
|
5346
|
+
* The version of the association applied to the managed node.
|
|
5339
5347
|
*/
|
|
5340
5348
|
AssociationVersion?: AssociationVersion;
|
|
5341
5349
|
/**
|
|
5342
|
-
* The
|
|
5350
|
+
* The managed node ID where the association was created.
|
|
5343
5351
|
*/
|
|
5344
5352
|
InstanceId?: InstanceId;
|
|
5345
5353
|
/**
|
|
5346
|
-
* The date the
|
|
5354
|
+
* The date the association ran.
|
|
5347
5355
|
*/
|
|
5348
5356
|
ExecutionDate?: DateTime;
|
|
5349
5357
|
/**
|
|
5350
|
-
* Status information about the
|
|
5358
|
+
* Status information about the association.
|
|
5351
5359
|
*/
|
|
5352
5360
|
Status?: StatusName;
|
|
5353
5361
|
/**
|
|
5354
|
-
* Detailed status information about the
|
|
5362
|
+
* Detailed status information about the association.
|
|
5355
5363
|
*/
|
|
5356
5364
|
DetailedStatus?: StatusName;
|
|
5357
5365
|
/**
|
|
@@ -5367,7 +5375,7 @@ declare namespace SSM {
|
|
|
5367
5375
|
*/
|
|
5368
5376
|
OutputUrl?: InstanceAssociationOutputUrl;
|
|
5369
5377
|
/**
|
|
5370
|
-
* The name of the association applied to the
|
|
5378
|
+
* The name of the association applied to the managed node.
|
|
5371
5379
|
*/
|
|
5372
5380
|
AssociationName?: AssociationName;
|
|
5373
5381
|
}
|
|
@@ -5377,7 +5385,7 @@ declare namespace SSM {
|
|
|
5377
5385
|
export type InstanceIdList = InstanceId[];
|
|
5378
5386
|
export interface InstanceInformation {
|
|
5379
5387
|
/**
|
|
5380
|
-
* The
|
|
5388
|
+
* The managed node ID.
|
|
5381
5389
|
*/
|
|
5382
5390
|
InstanceId?: InstanceId;
|
|
5383
5391
|
/**
|
|
@@ -5389,11 +5397,11 @@ declare namespace SSM {
|
|
|
5389
5397
|
*/
|
|
5390
5398
|
LastPingDateTime?: DateTime;
|
|
5391
5399
|
/**
|
|
5392
|
-
* The version of SSM Agent running on your Linux
|
|
5400
|
+
* The version of SSM Agent running on your Linux managed node.
|
|
5393
5401
|
*/
|
|
5394
5402
|
AgentVersion?: Version;
|
|
5395
5403
|
/**
|
|
5396
|
-
* Indicates whether the latest version of SSM Agent is running on your Linux
|
|
5404
|
+
* Indicates whether the latest version of SSM Agent is running on your Linux managed node. This field doesn't indicate whether or not the latest version is installed on Windows managed nodes, because some older versions of Windows Server use the EC2Config service to process Systems Manager requests.
|
|
5397
5405
|
*/
|
|
5398
5406
|
IsLatestVersion?: Boolean;
|
|
5399
5407
|
/**
|
|
@@ -5401,11 +5409,11 @@ declare namespace SSM {
|
|
|
5401
5409
|
*/
|
|
5402
5410
|
PlatformType?: PlatformType;
|
|
5403
5411
|
/**
|
|
5404
|
-
* The name of the operating system platform running on your
|
|
5412
|
+
* The name of the operating system platform running on your managed node.
|
|
5405
5413
|
*/
|
|
5406
5414
|
PlatformName?: String;
|
|
5407
5415
|
/**
|
|
5408
|
-
* The version of the OS platform running on your
|
|
5416
|
+
* The version of the OS platform running on your managed node.
|
|
5409
5417
|
*/
|
|
5410
5418
|
PlatformVersion?: String;
|
|
5411
5419
|
/**
|
|
@@ -5413,11 +5421,11 @@ declare namespace SSM {
|
|
|
5413
5421
|
*/
|
|
5414
5422
|
ActivationId?: ActivationId;
|
|
5415
5423
|
/**
|
|
5416
|
-
* The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager managed
|
|
5424
|
+
* The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager managed node. This call doesn't return the IAM role for Amazon Elastic Compute Cloud (Amazon EC2) instances. To retrieve the IAM role for an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.
|
|
5417
5425
|
*/
|
|
5418
5426
|
IamRole?: IamRole;
|
|
5419
5427
|
/**
|
|
5420
|
-
* The date the server or VM was registered with Amazon Web Services as a managed
|
|
5428
|
+
* The date the server or VM was registered with Amazon Web Services as a managed node.
|
|
5421
5429
|
*/
|
|
5422
5430
|
RegistrationDate?: DateTime;
|
|
5423
5431
|
/**
|
|
@@ -5425,15 +5433,15 @@ declare namespace SSM {
|
|
|
5425
5433
|
*/
|
|
5426
5434
|
ResourceType?: ResourceType;
|
|
5427
5435
|
/**
|
|
5428
|
-
* The name assigned to an on-premises server or virtual machine (VM) when it is activated as a Systems Manager managed
|
|
5436
|
+
* The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is activated as a Systems Manager managed node. The name is specified as the DefaultInstanceName property using the CreateActivation command. It is applied to the managed node by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as explained in Install SSM Agent for a hybrid environment (Linux) and Install SSM Agent for a hybrid environment (Windows). To retrieve the Name tag of an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.
|
|
5429
5437
|
*/
|
|
5430
5438
|
Name?: String;
|
|
5431
5439
|
/**
|
|
5432
|
-
* The IP address of the managed
|
|
5440
|
+
* The IP address of the managed node.
|
|
5433
5441
|
*/
|
|
5434
5442
|
IPAddress?: IPAddress;
|
|
5435
5443
|
/**
|
|
5436
|
-
* The fully qualified host name of the managed
|
|
5444
|
+
* The fully qualified host name of the managed node.
|
|
5437
5445
|
*/
|
|
5438
5446
|
ComputerName?: ComputerName;
|
|
5439
5447
|
/**
|
|
@@ -5452,6 +5460,14 @@ declare namespace SSM {
|
|
|
5452
5460
|
* Information about the association.
|
|
5453
5461
|
*/
|
|
5454
5462
|
AssociationOverview?: InstanceAggregatedAssociationOverview;
|
|
5463
|
+
/**
|
|
5464
|
+
* The ID of the source resource. For IoT Greengrass devices, SourceId is the Thing name.
|
|
5465
|
+
*/
|
|
5466
|
+
SourceId?: SourceId;
|
|
5467
|
+
/**
|
|
5468
|
+
* The type of the source resource. For IoT Greengrass devices, SourceType is AWS::IoT::Thing.
|
|
5469
|
+
*/
|
|
5470
|
+
SourceType?: SourceType;
|
|
5455
5471
|
}
|
|
5456
5472
|
export interface InstanceInformationFilter {
|
|
5457
5473
|
/**
|
|
@@ -5470,7 +5486,7 @@ declare namespace SSM {
|
|
|
5470
5486
|
export type InstanceInformationList = InstanceInformation[];
|
|
5471
5487
|
export interface InstanceInformationStringFilter {
|
|
5472
5488
|
/**
|
|
5473
|
-
* The filter key name to describe your
|
|
5489
|
+
* The filter key name to describe your managed nodes. For example: "InstanceIds"|"AgentVersion"|"PingStatus"|"PlatformTypes"|"ActivationIds"|"IamRole"|"ResourceType"|"AssociationStatus"|"Tag Key" Tag key isn't a valid filter. You must specify either tag-key or tag:keyname and a string. Here are some valid examples: tag-key, tag:123, tag:al!, tag:Windows. Here are some invalid examples: tag-keys, Tag Key, tag:, tagKey, abc:keyname.
|
|
5474
5490
|
*/
|
|
5475
5491
|
Key: InstanceInformationStringFilterKey;
|
|
5476
5492
|
/**
|
|
@@ -5482,15 +5498,15 @@ declare namespace SSM {
|
|
|
5482
5498
|
export type InstanceInformationStringFilterList = InstanceInformationStringFilter[];
|
|
5483
5499
|
export interface InstancePatchState {
|
|
5484
5500
|
/**
|
|
5485
|
-
* The ID of the managed
|
|
5501
|
+
* The ID of the managed node the high-level patch compliance information was collected for.
|
|
5486
5502
|
*/
|
|
5487
5503
|
InstanceId: InstanceId;
|
|
5488
5504
|
/**
|
|
5489
|
-
* The name of the patch group the managed
|
|
5505
|
+
* The name of the patch group the managed node belongs to.
|
|
5490
5506
|
*/
|
|
5491
5507
|
PatchGroup: PatchGroup;
|
|
5492
5508
|
/**
|
|
5493
|
-
* The ID of the patch baseline used to patch the
|
|
5509
|
+
* The ID of the patch baseline used to patch the managed node.
|
|
5494
5510
|
*/
|
|
5495
5511
|
BaselineId: BaselineId;
|
|
5496
5512
|
/**
|
|
@@ -5506,23 +5522,23 @@ declare namespace SSM {
|
|
|
5506
5522
|
*/
|
|
5507
5523
|
OwnerInformation?: OwnerInformation;
|
|
5508
5524
|
/**
|
|
5509
|
-
* The number of patches from the patch baseline that are installed on the
|
|
5525
|
+
* The number of patches from the patch baseline that are installed on the managed node.
|
|
5510
5526
|
*/
|
|
5511
5527
|
InstalledCount?: PatchInstalledCount;
|
|
5512
5528
|
/**
|
|
5513
|
-
* The number of patches not specified in the patch baseline that are installed on the
|
|
5529
|
+
* The number of patches not specified in the patch baseline that are installed on the managed node.
|
|
5514
5530
|
*/
|
|
5515
5531
|
InstalledOtherCount?: PatchInstalledOtherCount;
|
|
5516
5532
|
/**
|
|
5517
|
-
* The number of patches installed by Patch Manager since the last time the
|
|
5533
|
+
* The number of patches installed by Patch Manager since the last time the managed node was rebooted.
|
|
5518
5534
|
*/
|
|
5519
5535
|
InstalledPendingRebootCount?: PatchInstalledPendingRebootCount;
|
|
5520
5536
|
/**
|
|
5521
|
-
* The number of patches installed on
|
|
5537
|
+
* The number of patches installed on a managed node that are specified in a RejectedPatches list. Patches with a status of InstalledRejected were typically installed before they were added to a RejectedPatches list. If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstalledRejectedCount will always be 0 (zero).
|
|
5522
5538
|
*/
|
|
5523
5539
|
InstalledRejectedCount?: PatchInstalledRejectedCount;
|
|
5524
5540
|
/**
|
|
5525
|
-
* The number of patches from the patch baseline that are applicable for the
|
|
5541
|
+
* The number of patches from the patch baseline that are applicable for the managed node but aren't currently installed.
|
|
5526
5542
|
*/
|
|
5527
5543
|
MissingCount?: PatchMissingCount;
|
|
5528
5544
|
/**
|
|
@@ -5534,15 +5550,15 @@ declare namespace SSM {
|
|
|
5534
5550
|
*/
|
|
5535
5551
|
UnreportedNotApplicableCount?: PatchUnreportedNotApplicableCount;
|
|
5536
5552
|
/**
|
|
5537
|
-
* The number of patches from the patch baseline that aren't applicable for the
|
|
5553
|
+
* The number of patches from the patch baseline that aren't applicable for the managed node and therefore aren't installed on the node. This number may be truncated if the list of patch names is very large. The number of patches beyond this limit are reported in UnreportedNotApplicableCount.
|
|
5538
5554
|
*/
|
|
5539
5555
|
NotApplicableCount?: PatchNotApplicableCount;
|
|
5540
5556
|
/**
|
|
5541
|
-
* The time the most recent patching operation was started on the
|
|
5557
|
+
* The time the most recent patching operation was started on the managed node.
|
|
5542
5558
|
*/
|
|
5543
5559
|
OperationStartTime: DateTime;
|
|
5544
5560
|
/**
|
|
5545
|
-
* The time the most recent patching operation completed on the
|
|
5561
|
+
* The time the most recent patching operation completed on the managed node.
|
|
5546
5562
|
*/
|
|
5547
5563
|
OperationEndTime: DateTime;
|
|
5548
5564
|
/**
|
|
@@ -5550,23 +5566,23 @@ declare namespace SSM {
|
|
|
5550
5566
|
*/
|
|
5551
5567
|
Operation: PatchOperationType;
|
|
5552
5568
|
/**
|
|
5553
|
-
* The time of the last attempt to patch the
|
|
5569
|
+
* The time of the last attempt to patch the managed node with NoReboot specified as the reboot option.
|
|
5554
5570
|
*/
|
|
5555
5571
|
LastNoRebootInstallOperationTime?: DateTime;
|
|
5556
5572
|
/**
|
|
5557
|
-
* Indicates the reboot option specified in the patch baseline. Reboot options apply to Install operations only. Reboots aren't attempted for Patch Manager Scan operations. RebootIfNeeded: Patch Manager tries to reboot the
|
|
5573
|
+
* Indicates the reboot option specified in the patch baseline. Reboot options apply to Install operations only. Reboots aren't attempted for Patch Manager Scan operations. RebootIfNeeded: Patch Manager tries to reboot the managed node if it installed any patches, or if any patches are detected with a status of InstalledPendingReboot. NoReboot: Patch Manager attempts to install missing packages without trying to reboot the system. Patches installed with this option are assigned a status of InstalledPendingReboot. These patches might not be in effect until a reboot is performed.
|
|
5558
5574
|
*/
|
|
5559
5575
|
RebootOption?: RebootOption;
|
|
5560
5576
|
/**
|
|
5561
|
-
* The number of
|
|
5577
|
+
* The number of managed nodes where patches that are specified as Critical for compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.
|
|
5562
5578
|
*/
|
|
5563
5579
|
CriticalNonCompliantCount?: PatchCriticalNonCompliantCount;
|
|
5564
5580
|
/**
|
|
5565
|
-
* The number of
|
|
5581
|
+
* The number of managed nodes where patches that are specified as Security in a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.
|
|
5566
5582
|
*/
|
|
5567
5583
|
SecurityNonCompliantCount?: PatchSecurityNonCompliantCount;
|
|
5568
5584
|
/**
|
|
5569
|
-
* The number of
|
|
5585
|
+
* The number of managed nodes with patches installed that are specified as other than Critical or Security but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT.
|
|
5570
5586
|
*/
|
|
5571
5587
|
OtherNonCompliantCount?: PatchOtherNonCompliantCount;
|
|
5572
5588
|
}
|
|
@@ -5681,7 +5697,7 @@ declare namespace SSM {
|
|
|
5681
5697
|
*/
|
|
5682
5698
|
Key: InventoryFilterKey;
|
|
5683
5699
|
/**
|
|
5684
|
-
* Inventory filter values. Example: inventory filter where
|
|
5700
|
+
* Inventory filter values. Example: inventory filter where managed node IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal.
|
|
5685
5701
|
*/
|
|
5686
5702
|
Values: InventoryFilterValueList;
|
|
5687
5703
|
/**
|
|
@@ -5774,7 +5790,7 @@ declare namespace SSM {
|
|
|
5774
5790
|
export type InventoryQueryOperatorType = "Equal"|"NotEqual"|"BeginWith"|"LessThan"|"GreaterThan"|"Exists"|string;
|
|
5775
5791
|
export interface InventoryResultEntity {
|
|
5776
5792
|
/**
|
|
5777
|
-
* ID of the inventory result entity. For example, for managed
|
|
5793
|
+
* ID of the inventory result entity. For example, for managed node inventory the result will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.
|
|
5778
5794
|
*/
|
|
5779
5795
|
Id?: InventoryResultEntityId;
|
|
5780
5796
|
/**
|
|
@@ -5867,7 +5883,7 @@ declare namespace SSM {
|
|
|
5867
5883
|
}
|
|
5868
5884
|
export interface ListAssociationsRequest {
|
|
5869
5885
|
/**
|
|
5870
|
-
* One or more filters. Use a filter to return a more specific list of results. Filtering associations using the InstanceID attribute only returns legacy associations created using the InstanceID attribute. Associations targeting the
|
|
5886
|
+
* One or more filters. Use a filter to return a more specific list of results. Filtering associations using the InstanceID attribute only returns legacy associations created using the InstanceID attribute. Associations targeting the managed node that are part of the Target Attributes ResourceGroup or Tags aren't returned.
|
|
5871
5887
|
*/
|
|
5872
5888
|
AssociationFilterList?: AssociationFilterList;
|
|
5873
5889
|
/**
|
|
@@ -5895,7 +5911,7 @@ declare namespace SSM {
|
|
|
5895
5911
|
*/
|
|
5896
5912
|
CommandId?: CommandId;
|
|
5897
5913
|
/**
|
|
5898
|
-
* (Optional) The command execution details for a specific
|
|
5914
|
+
* (Optional) The command execution details for a specific managed node ID.
|
|
5899
5915
|
*/
|
|
5900
5916
|
InstanceId?: InstanceId;
|
|
5901
5917
|
/**
|
|
@@ -5931,7 +5947,7 @@ declare namespace SSM {
|
|
|
5931
5947
|
*/
|
|
5932
5948
|
CommandId?: CommandId;
|
|
5933
5949
|
/**
|
|
5934
|
-
* (Optional) Lists commands issued against this
|
|
5950
|
+
* (Optional) Lists commands issued against this managed node ID. You can't specify a managed node ID in the same command that you specify Status = Pending. This is because the command hasn't reached the managed node yet.
|
|
5935
5951
|
*/
|
|
5936
5952
|
InstanceId?: InstanceId;
|
|
5937
5953
|
/**
|
|
@@ -6111,7 +6127,7 @@ declare namespace SSM {
|
|
|
6111
6127
|
}
|
|
6112
6128
|
export interface ListInventoryEntriesRequest {
|
|
6113
6129
|
/**
|
|
6114
|
-
* The
|
|
6130
|
+
* The managed node ID for which you want inventory information.
|
|
6115
6131
|
*/
|
|
6116
6132
|
InstanceId: InstanceId;
|
|
6117
6133
|
/**
|
|
@@ -6137,19 +6153,19 @@ declare namespace SSM {
|
|
|
6137
6153
|
*/
|
|
6138
6154
|
TypeName?: InventoryItemTypeName;
|
|
6139
6155
|
/**
|
|
6140
|
-
* The
|
|
6156
|
+
* The managed node ID targeted by the request to query inventory information.
|
|
6141
6157
|
*/
|
|
6142
6158
|
InstanceId?: InstanceId;
|
|
6143
6159
|
/**
|
|
6144
|
-
* The inventory schema version used by the
|
|
6160
|
+
* The inventory schema version used by the managed node(s).
|
|
6145
6161
|
*/
|
|
6146
6162
|
SchemaVersion?: InventoryItemSchemaVersion;
|
|
6147
6163
|
/**
|
|
6148
|
-
* The time that inventory information was collected for the
|
|
6164
|
+
* The time that inventory information was collected for the managed node(s).
|
|
6149
6165
|
*/
|
|
6150
6166
|
CaptureTime?: InventoryItemCaptureTime;
|
|
6151
6167
|
/**
|
|
6152
|
-
* A list of inventory items on the
|
|
6168
|
+
* A list of inventory items on the managed node(s).
|
|
6153
6169
|
*/
|
|
6154
6170
|
Entries?: InventoryItemEntryList;
|
|
6155
6171
|
/**
|
|
@@ -6250,7 +6266,7 @@ declare namespace SSM {
|
|
|
6250
6266
|
}
|
|
6251
6267
|
export interface ListResourceComplianceSummariesResult {
|
|
6252
6268
|
/**
|
|
6253
|
-
* A summary count for specified or targeted managed
|
|
6269
|
+
* A summary count for specified or targeted managed nodes. Summary count includes information about compliant and non-compliant State Manager associations, patch status, or custom items according to the filter criteria that you specify.
|
|
6254
6270
|
*/
|
|
6255
6271
|
ResourceComplianceSummaryItems?: ResourceComplianceSummaryItemList;
|
|
6256
6272
|
/**
|
|
@@ -6565,7 +6581,7 @@ declare namespace SSM {
|
|
|
6565
6581
|
*/
|
|
6566
6582
|
DocumentVersion?: DocumentVersion;
|
|
6567
6583
|
/**
|
|
6568
|
-
* Configurations for sending notifications about command status changes on a per-
|
|
6584
|
+
* Configurations for sending notifications about command status changes on a per-managed node basis.
|
|
6569
6585
|
*/
|
|
6570
6586
|
NotificationConfig?: NotificationConfig;
|
|
6571
6587
|
/**
|
|
@@ -6618,7 +6634,7 @@ declare namespace SSM {
|
|
|
6618
6634
|
*/
|
|
6619
6635
|
ResourceType?: MaintenanceWindowResourceType;
|
|
6620
6636
|
/**
|
|
6621
|
-
* The targets, either
|
|
6637
|
+
* The targets, either managed nodes or tags. Specify managed nodes using the following format: Key=instanceids,Values=<instanceid1>,<instanceid2> Tags are specified using the following format: Key=<tag name>,Values=<tag value>.
|
|
6622
6638
|
*/
|
|
6623
6639
|
Targets?: Targets;
|
|
6624
6640
|
/**
|
|
@@ -6654,7 +6670,7 @@ declare namespace SSM {
|
|
|
6654
6670
|
*/
|
|
6655
6671
|
Type?: MaintenanceWindowTaskType;
|
|
6656
6672
|
/**
|
|
6657
|
-
* The targets (either
|
|
6673
|
+
* The targets (either managed nodes or tags). Managed nodes are specified using Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using Key=<tag name>,Values=<tag value>.
|
|
6658
6674
|
*/
|
|
6659
6675
|
Targets?: Targets;
|
|
6660
6676
|
/**
|
|
@@ -6689,8 +6705,13 @@ declare namespace SSM {
|
|
|
6689
6705
|
* A description of the task.
|
|
6690
6706
|
*/
|
|
6691
6707
|
Description?: MaintenanceWindowDescription;
|
|
6708
|
+
/**
|
|
6709
|
+
* The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.
|
|
6710
|
+
*/
|
|
6711
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
6692
6712
|
}
|
|
6693
6713
|
export type MaintenanceWindowTaskArn = string;
|
|
6714
|
+
export type MaintenanceWindowTaskCutoffBehavior = "CONTINUE_TASK"|"CANCEL_TASK"|string;
|
|
6694
6715
|
export type MaintenanceWindowTaskId = string;
|
|
6695
6716
|
export interface MaintenanceWindowTaskInvocationParameters {
|
|
6696
6717
|
/**
|
|
@@ -6732,6 +6753,7 @@ declare namespace SSM {
|
|
|
6732
6753
|
export type MaxErrors = string;
|
|
6733
6754
|
export type MaxResults = number;
|
|
6734
6755
|
export type MaxResultsEC2Compatible = number;
|
|
6756
|
+
export type MaxSessionDuration = string;
|
|
6735
6757
|
export type MetadataKey = string;
|
|
6736
6758
|
export type MetadataKeysToDeleteList = MetadataKey[];
|
|
6737
6759
|
export type MetadataMap = {[key: string]: MetadataValue};
|
|
@@ -6789,14 +6811,14 @@ declare namespace SSM {
|
|
|
6789
6811
|
*/
|
|
6790
6812
|
NotificationEvents?: NotificationEventList;
|
|
6791
6813
|
/**
|
|
6792
|
-
* The type of notification. Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple
|
|
6814
|
+
* The type of notification. Command: Receive notification when the status of a command changes. Invocation: For commands sent to multiple managed nodes, receive notification on a per-node basis when the status of a command changes.
|
|
6793
6815
|
*/
|
|
6794
6816
|
NotificationType?: NotificationType;
|
|
6795
6817
|
}
|
|
6796
6818
|
export type NotificationEvent = "All"|"InProgress"|"Success"|"TimedOut"|"Cancelled"|"Failed"|string;
|
|
6797
6819
|
export type NotificationEventList = NotificationEvent[];
|
|
6798
6820
|
export type NotificationType = "Command"|"Invocation"|string;
|
|
6799
|
-
export type OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"|string;
|
|
6821
|
+
export type OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"|"RASPBIAN"|string;
|
|
6800
6822
|
export interface OpsAggregator {
|
|
6801
6823
|
/**
|
|
6802
6824
|
* Either a Range or Count aggregator for limiting an OpsData summary.
|
|
@@ -7427,7 +7449,7 @@ declare namespace SSM {
|
|
|
7427
7449
|
export type ParameterPolicyList = ParameterInlinePolicy[];
|
|
7428
7450
|
export interface ParameterStringFilter {
|
|
7429
7451
|
/**
|
|
7430
|
-
* The name of the filter. The ParameterStringFilter object is used by the DescribeParameters and GetParametersByPath API operations. However, not all of the pattern values listed for Key can be used with both operations. For
|
|
7452
|
+
* The name of the filter. The ParameterStringFilter object is used by the DescribeParameters and GetParametersByPath API operations. However, not all of the pattern values listed for Key can be used with both operations. For DescribeParameters, all of the listed patterns are valid except Label. For GetParametersByPath, the following patterns listed for Key aren't valid: tag, DataType, Name, Path, and Tier. For examples of Amazon Web Services CLI commands demonstrating valid parameter filter constructions, see Searching for Systems Manager parameters in the Amazon Web Services Systems Manager User Guide.
|
|
7431
7453
|
*/
|
|
7432
7454
|
Key: ParameterStringFilterKey;
|
|
7433
7455
|
/**
|
|
@@ -7517,35 +7539,35 @@ declare namespace SSM {
|
|
|
7517
7539
|
*/
|
|
7518
7540
|
Language?: PatchLanguage;
|
|
7519
7541
|
/**
|
|
7520
|
-
* The Advisory ID of the patch. For example, RHSA-2020:3779. Applies to Linux-based
|
|
7542
|
+
* The Advisory ID of the patch. For example, RHSA-2020:3779. Applies to Linux-based managed nodes only.
|
|
7521
7543
|
*/
|
|
7522
7544
|
AdvisoryIds?: PatchAdvisoryIdList;
|
|
7523
7545
|
/**
|
|
7524
|
-
* The Bugzilla ID of the patch. For example, 1600646. Applies to Linux-based
|
|
7546
|
+
* The Bugzilla ID of the patch. For example, 1600646. Applies to Linux-based managed nodes only.
|
|
7525
7547
|
*/
|
|
7526
7548
|
BugzillaIds?: PatchBugzillaIdList;
|
|
7527
7549
|
/**
|
|
7528
|
-
* The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example, CVE-2011-3192. Applies to Linux-based
|
|
7550
|
+
* The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example, CVE-2011-3192. Applies to Linux-based managed nodes only.
|
|
7529
7551
|
*/
|
|
7530
7552
|
CVEIds?: PatchCVEIdList;
|
|
7531
7553
|
/**
|
|
7532
|
-
* The name of the patch. Applies to Linux-based
|
|
7554
|
+
* The name of the patch. Applies to Linux-based managed nodes only.
|
|
7533
7555
|
*/
|
|
7534
7556
|
Name?: PatchName;
|
|
7535
7557
|
/**
|
|
7536
|
-
* The epoch of the patch. For example in pkg-example-EE-20180914-2.2.amzn1.noarch, the epoch value is 20180914-2. Applies to Linux-based
|
|
7558
|
+
* The epoch of the patch. For example in pkg-example-EE-20180914-2.2.amzn1.noarch, the epoch value is 20180914-2. Applies to Linux-based managed nodes only.
|
|
7537
7559
|
*/
|
|
7538
7560
|
Epoch?: PatchEpoch;
|
|
7539
7561
|
/**
|
|
7540
|
-
* The version number of the patch. For example, in example-pkg-1.710.10-2.7.abcd.x86_64, the version number is indicated by -1. Applies to Linux-based
|
|
7562
|
+
* The version number of the patch. For example, in example-pkg-1.710.10-2.7.abcd.x86_64, the version number is indicated by -1. Applies to Linux-based managed nodes only.
|
|
7541
7563
|
*/
|
|
7542
7564
|
Version?: PatchVersion;
|
|
7543
7565
|
/**
|
|
7544
|
-
* The particular release of a patch. For example, in pkg-example-EE-20180914-2.2.amzn1.noarch, the release is 2.amaz1. Applies to Linux-based
|
|
7566
|
+
* The particular release of a patch. For example, in pkg-example-EE-20180914-2.2.amzn1.noarch, the release is 2.amaz1. Applies to Linux-based managed nodes only.
|
|
7545
7567
|
*/
|
|
7546
7568
|
Release?: PatchRelease;
|
|
7547
7569
|
/**
|
|
7548
|
-
* The architecture of the patch. For example, in example-pkg-0.710.10-2.7.abcd.x86_64, the architecture is indicated by x86_64. Applies to Linux-based
|
|
7570
|
+
* The architecture of the patch. For example, in example-pkg-0.710.10-2.7.abcd.x86_64, the architecture is indicated by x86_64. Applies to Linux-based managed nodes only.
|
|
7549
7571
|
*/
|
|
7550
7572
|
Arch?: PatchArch;
|
|
7551
7573
|
/**
|
|
@@ -7553,7 +7575,7 @@ declare namespace SSM {
|
|
|
7553
7575
|
*/
|
|
7554
7576
|
Severity?: PatchSeverity;
|
|
7555
7577
|
/**
|
|
7556
|
-
* The source patch repository for the operating system and version, such as trusty-security for Ubuntu Server 14.04 LTE and focal-security for Ubuntu Server 20.04 LTE. Applies to Linux-based
|
|
7578
|
+
* The source patch repository for the operating system and version, such as trusty-security for Ubuntu Server 14.04 LTE and focal-security for Ubuntu Server 20.04 LTE. Applies to Linux-based managed nodes only.
|
|
7557
7579
|
*/
|
|
7558
7580
|
Repository?: PatchRepository;
|
|
7559
7581
|
}
|
|
@@ -7609,11 +7631,11 @@ declare namespace SSM {
|
|
|
7609
7631
|
*/
|
|
7610
7632
|
Severity: PatchSeverity;
|
|
7611
7633
|
/**
|
|
7612
|
-
* The state of the patch on the
|
|
7634
|
+
* The state of the patch on the managed node, such as INSTALLED or FAILED. For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
|
|
7613
7635
|
*/
|
|
7614
7636
|
State: PatchComplianceDataState;
|
|
7615
7637
|
/**
|
|
7616
|
-
* The date/time the patch was installed on the
|
|
7638
|
+
* The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.
|
|
7617
7639
|
*/
|
|
7618
7640
|
InstalledTime: DateTime;
|
|
7619
7641
|
/**
|
|
@@ -7719,7 +7741,7 @@ declare namespace SSM {
|
|
|
7719
7741
|
*/
|
|
7720
7742
|
ApproveUntilDate?: PatchStringDateTime;
|
|
7721
7743
|
/**
|
|
7722
|
-
* For
|
|
7744
|
+
* For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is false. Applies to Linux managed nodes only.
|
|
7723
7745
|
*/
|
|
7724
7746
|
EnableNonSecurity?: Boolean;
|
|
7725
7747
|
}
|
|
@@ -7772,7 +7794,7 @@ declare namespace SSM {
|
|
|
7772
7794
|
export type PatchVendor = string;
|
|
7773
7795
|
export type PatchVersion = string;
|
|
7774
7796
|
export type PingStatus = "Online"|"ConnectionLost"|"Inactive"|string;
|
|
7775
|
-
export type PlatformType = "Windows"|"Linux"|string;
|
|
7797
|
+
export type PlatformType = "Windows"|"Linux"|"MacOS"|string;
|
|
7776
7798
|
export type PlatformTypeList = PlatformType[];
|
|
7777
7799
|
export type Product = string;
|
|
7778
7800
|
export interface ProgressCounters {
|
|
@@ -7799,7 +7821,7 @@ declare namespace SSM {
|
|
|
7799
7821
|
}
|
|
7800
7822
|
export interface PutComplianceItemsRequest {
|
|
7801
7823
|
/**
|
|
7802
|
-
* Specify an ID for this resource. For a managed
|
|
7824
|
+
* Specify an ID for this resource. For a managed node, this is the node ID.
|
|
7803
7825
|
*/
|
|
7804
7826
|
ResourceId: ComplianceResourceId;
|
|
7805
7827
|
/**
|
|
@@ -7832,11 +7854,11 @@ declare namespace SSM {
|
|
|
7832
7854
|
export type PutInventoryMessage = string;
|
|
7833
7855
|
export interface PutInventoryRequest {
|
|
7834
7856
|
/**
|
|
7835
|
-
* An
|
|
7857
|
+
* An managed node ID where you want to add or update inventory items.
|
|
7836
7858
|
*/
|
|
7837
7859
|
InstanceId: InstanceId;
|
|
7838
7860
|
/**
|
|
7839
|
-
* The inventory items that you want to add or update on
|
|
7861
|
+
* The inventory items that you want to add or update on managed nodes.
|
|
7840
7862
|
*/
|
|
7841
7863
|
Items: InventoryItemList;
|
|
7842
7864
|
}
|
|
@@ -7884,7 +7906,7 @@ declare namespace SSM {
|
|
|
7884
7906
|
*/
|
|
7885
7907
|
Tier?: ParameterTier;
|
|
7886
7908
|
/**
|
|
7887
|
-
* One or more policies to apply to a parameter. This operation takes a JSON array. Parameter Store, a capability of Amazon Web Services Systems Manager supports the following policy types: Expiration: This policy deletes the parameter after it expires. When you create the policy, you specify the expiration date. You can update the expiration date and time by updating the policy. Updating the parameter doesn't affect the expiration date and time. When the expiration time is reached, Parameter Store deletes the parameter. ExpirationNotification: This policy
|
|
7909
|
+
* One or more policies to apply to a parameter. This operation takes a JSON array. Parameter Store, a capability of Amazon Web Services Systems Manager supports the following policy types: Expiration: This policy deletes the parameter after it expires. When you create the policy, you specify the expiration date. You can update the expiration date and time by updating the policy. Updating the parameter doesn't affect the expiration date and time. When the expiration time is reached, Parameter Store deletes the parameter. ExpirationNotification: This policy initiates an event in Amazon CloudWatch Events that notifies you about the expiration. By using this policy, you can receive notification before or after the expiration time is reached, in units of days or hours. NoChangeNotification: This policy initiates a CloudWatch Events event if a parameter hasn't been modified for a specified period of time. This policy type is useful when, for example, a secret needs to be changed within a period of time, but it hasn't been changed. All existing policies are preserved until you send new policies or an empty policy. For more information about parameter policies, see Assigning parameter policies.
|
|
7888
7910
|
*/
|
|
7889
7911
|
Policies?: ParameterPolicies;
|
|
7890
7912
|
/**
|
|
@@ -7947,7 +7969,7 @@ declare namespace SSM {
|
|
|
7947
7969
|
*/
|
|
7948
7970
|
ResourceType: MaintenanceWindowResourceType;
|
|
7949
7971
|
/**
|
|
7950
|
-
* The targets to register with the maintenance window. In other words, the
|
|
7972
|
+
* The targets to register with the maintenance window. In other words, the managed nodes to run commands on when the maintenance window runs. If a single maintenance window task is registered with multiple targets, its task invocations occur sequentially and not in parallel. If your task must run on multiple targets at the same time, register a task for each target individually and assign each task the same priority level. You can specify targets using managed node IDs, resource group names, or tags that have been applied to managed nodes. Example 1: Specify managed node IDs Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3> Example 2: Use tag key-pairs applied to managed nodes Key=tag:<my-tag-key>,Values=<my-tag-value-1>,<my-tag-value-2> Example 3: Use tag-keys applied to managed nodes Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2> Example 4: Use resource group names Key=resource-groups:Name,Values=<resource-group-name> Example 5: Use filters for resource group types Key=resource-groups:ResourceTypeFilters,Values=<resource-type-1>,<resource-type-2> For Key=resource-groups:ResourceTypeFilters, specify resource types in the following format Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC For more information about these examples formats, including the best use case for each one, see Examples: Register targets with a maintenance window in the Amazon Web Services Systems Manager User Guide.
|
|
7951
7973
|
*/
|
|
7952
7974
|
Targets: Targets;
|
|
7953
7975
|
/**
|
|
@@ -7979,7 +8001,7 @@ declare namespace SSM {
|
|
|
7979
8001
|
*/
|
|
7980
8002
|
WindowId: MaintenanceWindowId;
|
|
7981
8003
|
/**
|
|
7982
|
-
* The targets (either
|
|
8004
|
+
* The targets (either managed nodes or maintenance window targets). One or more targets must be specified for maintenance window Run Command-type tasks. Depending on the task, targets are optional for other maintenance window task types (Automation, Lambda, and Step Functions). For more information about running tasks that don't specify targets, see Registering maintenance window tasks without targets in the Amazon Web Services Systems Manager User Guide. Specify managed nodes using the following format: Key=InstanceIds,Values=<instance-id-1>,<instance-id-2> Specify maintenance window targets using the following format: Key=WindowTargetIds,Values=<window-target-id-1>,<window-target-id-2>
|
|
7983
8005
|
*/
|
|
7984
8006
|
Targets?: Targets;
|
|
7985
8007
|
/**
|
|
@@ -8015,7 +8037,7 @@ declare namespace SSM {
|
|
|
8015
8037
|
*/
|
|
8016
8038
|
MaxErrors?: MaxErrors;
|
|
8017
8039
|
/**
|
|
8018
|
-
* A structure containing information about an Amazon Simple Storage Service (Amazon S3) bucket to write
|
|
8040
|
+
* A structure containing information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to. LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
|
|
8019
8041
|
*/
|
|
8020
8042
|
LoggingInfo?: LoggingInfo;
|
|
8021
8043
|
/**
|
|
@@ -8030,6 +8052,10 @@ declare namespace SSM {
|
|
|
8030
8052
|
* User-provided idempotency token.
|
|
8031
8053
|
*/
|
|
8032
8054
|
ClientToken?: ClientToken;
|
|
8055
|
+
/**
|
|
8056
|
+
* Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached. CONTINUE_TASK: When the cutoff time is reached, any tasks that are running continue. The default value. CANCEL_TASK: For Automation, Lambda, Step Functions tasks: When the cutoff time is reached, any task invocations that are already running continue, but no new task invocations are started. For Run Command tasks: When the cutoff time is reached, the system sends a CancelCommand operation that attempts to cancel the command associated with the task. However, there is no guarantee that the command will be terminated and the underlying process stopped. The status for tasks that are not completed is TIMED_OUT.
|
|
8057
|
+
*/
|
|
8058
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
8033
8059
|
}
|
|
8034
8060
|
export interface RegisterTaskWithMaintenanceWindowResult {
|
|
8035
8061
|
/**
|
|
@@ -8038,6 +8064,19 @@ declare namespace SSM {
|
|
|
8038
8064
|
WindowTaskId?: MaintenanceWindowTaskId;
|
|
8039
8065
|
}
|
|
8040
8066
|
export type RegistrationLimit = number;
|
|
8067
|
+
export interface RegistrationMetadataItem {
|
|
8068
|
+
/**
|
|
8069
|
+
* Reserved for internal use.
|
|
8070
|
+
*/
|
|
8071
|
+
Key: RegistrationMetadataKey;
|
|
8072
|
+
/**
|
|
8073
|
+
* Reserved for internal use.
|
|
8074
|
+
*/
|
|
8075
|
+
Value: RegistrationMetadataValue;
|
|
8076
|
+
}
|
|
8077
|
+
export type RegistrationMetadataKey = string;
|
|
8078
|
+
export type RegistrationMetadataList = RegistrationMetadataItem[];
|
|
8079
|
+
export type RegistrationMetadataValue = string;
|
|
8041
8080
|
export type RegistrationsCount = number;
|
|
8042
8081
|
export interface RelatedOpsItem {
|
|
8043
8082
|
/**
|
|
@@ -8049,11 +8088,11 @@ declare namespace SSM {
|
|
|
8049
8088
|
export type RemainingCount = number;
|
|
8050
8089
|
export interface RemoveTagsFromResourceRequest {
|
|
8051
8090
|
/**
|
|
8052
|
-
* The type of resource from which you want to remove a tag. The ManagedInstance type for this API operation is only for on-premises managed
|
|
8091
|
+
* The type of resource from which you want to remove a tag. The ManagedInstance type for this API operation is only for on-premises managed nodes. Specify the name of the managed node in the following format: mi-ID_number . For example, mi-1a2b3c4d5e6f.
|
|
8053
8092
|
*/
|
|
8054
8093
|
ResourceType: ResourceTypeForTagging;
|
|
8055
8094
|
/**
|
|
8056
|
-
* The ID of the resource from which you want to remove tags. For example: ManagedInstance: mi-012345abcde MaintenanceWindow: mw-012345abcde PatchBaseline: pb-012345abcde OpsMetadata object: ResourceID for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID is created from the strings that come after the word opsmetadata in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager. For the Document and Parameter values, use the name of the resource. The ManagedInstance type for this API operation is only for on-premises managed
|
|
8095
|
+
* The ID of the resource from which you want to remove tags. For example: ManagedInstance: mi-012345abcde MaintenanceWindow: mw-012345abcde PatchBaseline: pb-012345abcde OpsMetadata object: ResourceID for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID is created from the strings that come after the word opsmetadata in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager. For the Document and Parameter values, use the name of the resource. The ManagedInstance type for this API operation is only for on-premises managed nodes. Specify the name of the managed node in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.
|
|
8057
8096
|
*/
|
|
8058
8097
|
ResourceId: ResourceId;
|
|
8059
8098
|
/**
|
|
@@ -8303,11 +8342,11 @@ declare namespace SSM {
|
|
|
8303
8342
|
*/
|
|
8304
8343
|
SessionId?: SessionId;
|
|
8305
8344
|
/**
|
|
8306
|
-
* An encrypted token value containing session and caller information. Used to authenticate the connection to the
|
|
8345
|
+
* An encrypted token value containing session and caller information. Used to authenticate the connection to the managed node.
|
|
8307
8346
|
*/
|
|
8308
8347
|
TokenValue?: TokenValue;
|
|
8309
8348
|
/**
|
|
8310
|
-
* A URL back to SSM Agent on the
|
|
8349
|
+
* A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive output from the managed node. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output). region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as us-east-2 for the US East (Ohio) Region. For a list of supported region values, see the Region column in Systems Manager service endpoints in the Amazon Web Services General Reference. session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.
|
|
8311
8350
|
*/
|
|
8312
8351
|
StreamUrl?: StreamUrl;
|
|
8313
8352
|
}
|
|
@@ -8367,7 +8406,7 @@ declare namespace SSM {
|
|
|
8367
8406
|
export type S3KeyPrefix = string;
|
|
8368
8407
|
export interface S3OutputLocation {
|
|
8369
8408
|
/**
|
|
8370
|
-
*
|
|
8409
|
+
* The Amazon Web Services Region of the S3 bucket.
|
|
8371
8410
|
*/
|
|
8372
8411
|
OutputS3Region?: S3Region;
|
|
8373
8412
|
/**
|
|
@@ -8420,15 +8459,15 @@ declare namespace SSM {
|
|
|
8420
8459
|
}
|
|
8421
8460
|
export interface SendCommandRequest {
|
|
8422
8461
|
/**
|
|
8423
|
-
* The IDs of the
|
|
8462
|
+
* The IDs of the managed nodes where the command should run. Specifying managed node IDs is most useful when you are targeting a limited number of managed nodes, though you can specify up to 50 IDs. To target a larger number of managed nodes, or if you prefer not to list individual node IDs, we recommend using the Targets option instead. Using Targets, which accepts tag key-value pairs to identify the managed nodes to send commands to, you can a send command to tens, hundreds, or thousands of nodes at once. For more information about how to use targets, see Using targets and rate controls to send commands to a fleet in the Amazon Web Services Systems Manager User Guide.
|
|
8424
8463
|
*/
|
|
8425
8464
|
InstanceIds?: InstanceIdList;
|
|
8426
8465
|
/**
|
|
8427
|
-
* An array of search criteria that targets
|
|
8466
|
+
* An array of search criteria that targets managed nodes using a Key,Value combination that you specify. Specifying targets is most useful when you want to send a command to a large number of managed nodes at once. Using Targets, which accepts tag key-value pairs to identify managed nodes, you can send a command to tens, hundreds, or thousands of nodes at once. To send a command to a smaller number of managed nodes, you can use the InstanceIds option instead. For more information about how to use targets, see Sending commands to a fleet in the Amazon Web Services Systems Manager User Guide.
|
|
8428
8467
|
*/
|
|
8429
8468
|
Targets?: Targets;
|
|
8430
8469
|
/**
|
|
8431
|
-
* The name of the Amazon Web Services Systems Manager document (SSM document) to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document ARN. For more information about how to use shared documents, see Using shared SSM documents in the Amazon Web Services Systems Manager User Guide.
|
|
8470
|
+
* The name of the Amazon Web Services Systems Manager document (SSM document) to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document Amazon Resource Name (ARN). For more information about how to use shared documents, see Using shared SSM documents in the Amazon Web Services Systems Manager User Guide. If you specify a document name or ARN that hasn't been shared with your account, you receive an InvalidDocument error.
|
|
8432
8471
|
*/
|
|
8433
8472
|
DocumentName: DocumentARN;
|
|
8434
8473
|
/**
|
|
@@ -8468,7 +8507,7 @@ declare namespace SSM {
|
|
|
8468
8507
|
*/
|
|
8469
8508
|
OutputS3KeyPrefix?: S3KeyPrefix;
|
|
8470
8509
|
/**
|
|
8471
|
-
* (Optional) The maximum number of
|
|
8510
|
+
* (Optional) The maximum number of managed nodes that are allowed to run the command at the same time. You can specify a number such as 10 or a percentage such as 10%. The default value is 50. For more information about how to use MaxConcurrency, see Using concurrency controls in the Amazon Web Services Systems Manager User Guide.
|
|
8472
8511
|
*/
|
|
8473
8512
|
MaxConcurrency?: MaxConcurrency;
|
|
8474
8513
|
/**
|
|
@@ -8529,7 +8568,7 @@ declare namespace SSM {
|
|
|
8529
8568
|
*/
|
|
8530
8569
|
SessionId?: SessionId;
|
|
8531
8570
|
/**
|
|
8532
|
-
* The
|
|
8571
|
+
* The managed node that the Session Manager session connected to.
|
|
8533
8572
|
*/
|
|
8534
8573
|
Target?: SessionTarget;
|
|
8535
8574
|
/**
|
|
@@ -8552,6 +8591,10 @@ declare namespace SSM {
|
|
|
8552
8591
|
* The ID of the Amazon Web Services user account that started the session.
|
|
8553
8592
|
*/
|
|
8554
8593
|
Owner?: SessionOwner;
|
|
8594
|
+
/**
|
|
8595
|
+
* The reason for connecting to the instance.
|
|
8596
|
+
*/
|
|
8597
|
+
Reason?: SessionReason;
|
|
8555
8598
|
/**
|
|
8556
8599
|
* Reserved for future use.
|
|
8557
8600
|
*/
|
|
@@ -8560,6 +8603,10 @@ declare namespace SSM {
|
|
|
8560
8603
|
* Reserved for future use.
|
|
8561
8604
|
*/
|
|
8562
8605
|
OutputUrl?: SessionManagerOutputUrl;
|
|
8606
|
+
/**
|
|
8607
|
+
* The maximum duration of a session before it terminates.
|
|
8608
|
+
*/
|
|
8609
|
+
MaxSessionDuration?: MaxSessionDuration;
|
|
8563
8610
|
}
|
|
8564
8611
|
export type SessionDetails = string;
|
|
8565
8612
|
export interface SessionFilter {
|
|
@@ -8568,7 +8615,7 @@ declare namespace SSM {
|
|
|
8568
8615
|
*/
|
|
8569
8616
|
key: SessionFilterKey;
|
|
8570
8617
|
/**
|
|
8571
|
-
* The filter value. Valid values for each filter key are as follows: InvokedAfter: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018, and later. InvokedBefore: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018. Target: Specify
|
|
8618
|
+
* The filter value. Valid values for each filter key are as follows: InvokedAfter: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018, and later. InvokedBefore: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018. Target: Specify a managed node to which session connections have been made. Owner: Specify an Amazon Web Services user account to see a list of sessions started by that user. Status: Specify a valid session status to see a list of all sessions with that status. Status values you can specify include: Connected Connecting Disconnected Terminated Terminating Failed SessionId: Specify a session ID to return details about the session.
|
|
8572
8619
|
*/
|
|
8573
8620
|
value: SessionFilterValue;
|
|
8574
8621
|
}
|
|
@@ -8595,6 +8642,7 @@ declare namespace SSM {
|
|
|
8595
8642
|
export type SessionManagerS3OutputUrl = string;
|
|
8596
8643
|
export type SessionMaxResults = number;
|
|
8597
8644
|
export type SessionOwner = string;
|
|
8645
|
+
export type SessionReason = string;
|
|
8598
8646
|
export type SessionState = "Active"|"History"|string;
|
|
8599
8647
|
export type SessionStatus = "Connected"|"Connecting"|"Disconnected"|"Terminated"|"Terminating"|"Failed"|string;
|
|
8600
8648
|
export type SessionTarget = string;
|
|
@@ -8628,6 +8676,8 @@ declare namespace SSM {
|
|
|
8628
8676
|
export type SignalType = "Approve"|"Reject"|"StartStep"|"StopStep"|"Resume"|string;
|
|
8629
8677
|
export type SnapshotDownloadUrl = string;
|
|
8630
8678
|
export type SnapshotId = string;
|
|
8679
|
+
export type SourceId = string;
|
|
8680
|
+
export type SourceType = "AWS::EC2::Instance"|"AWS::IoT::Thing"|"AWS::SSM::ManagedInstance"|string;
|
|
8631
8681
|
export type StandardErrorContent = string;
|
|
8632
8682
|
export type StandardOutputContent = string;
|
|
8633
8683
|
export interface StartAssociationsOnceRequest {
|
|
@@ -8719,6 +8769,10 @@ declare namespace SSM {
|
|
|
8719
8769
|
* The user-provided idempotency token. The token must be unique, is case insensitive, enforces the UUID format, and can't be reused.
|
|
8720
8770
|
*/
|
|
8721
8771
|
ClientToken?: IdempotencyToken;
|
|
8772
|
+
/**
|
|
8773
|
+
* Indicates whether the change request can be approved automatically without the need for manual approvals. If AutoApprovable is enabled in a change template, then setting AutoApprove to true in StartChangeRequestExecution creates a change request that bypasses approver review. Change Calendar restrictions are not bypassed in this scenario. If the state of an associated calendar is CLOSED, change freeze approvers must still grant permission for this change request to run. If they don't, the change won't be processed until the calendar state is again OPEN.
|
|
8774
|
+
*/
|
|
8775
|
+
AutoApprove?: Boolean;
|
|
8722
8776
|
/**
|
|
8723
8777
|
* Information about the Automation runbooks that are run during the runbook workflow. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
|
|
8724
8778
|
*/
|
|
@@ -8744,13 +8798,17 @@ declare namespace SSM {
|
|
|
8744
8798
|
}
|
|
8745
8799
|
export interface StartSessionRequest {
|
|
8746
8800
|
/**
|
|
8747
|
-
* The
|
|
8801
|
+
* The managed node to connect to for the session.
|
|
8748
8802
|
*/
|
|
8749
8803
|
Target: SessionTarget;
|
|
8750
8804
|
/**
|
|
8751
|
-
* The name of the SSM document to define the parameters and plugin settings for the session. For example, SSM-SessionManagerRunShell. You can call the GetDocument API to verify the document exists before attempting to start a session. If no document name is provided, a shell to the
|
|
8805
|
+
* The name of the SSM document to define the parameters and plugin settings for the session. For example, SSM-SessionManagerRunShell. You can call the GetDocument API to verify the document exists before attempting to start a session. If no document name is provided, a shell to the managed node is launched by default.
|
|
8752
8806
|
*/
|
|
8753
8807
|
DocumentName?: DocumentARN;
|
|
8808
|
+
/**
|
|
8809
|
+
* The reason for connecting to the instance. This value is included in the details for the Amazon CloudWatch Events event created when you start the session.
|
|
8810
|
+
*/
|
|
8811
|
+
Reason?: SessionReason;
|
|
8754
8812
|
/**
|
|
8755
8813
|
* Reserved for future use.
|
|
8756
8814
|
*/
|
|
@@ -8762,11 +8820,11 @@ declare namespace SSM {
|
|
|
8762
8820
|
*/
|
|
8763
8821
|
SessionId?: SessionId;
|
|
8764
8822
|
/**
|
|
8765
|
-
* An encrypted token value containing session and caller information. Used to authenticate the connection to the
|
|
8823
|
+
* An encrypted token value containing session and caller information. Used to authenticate the connection to the managed node.
|
|
8766
8824
|
*/
|
|
8767
8825
|
TokenValue?: TokenValue;
|
|
8768
8826
|
/**
|
|
8769
|
-
* A URL back to SSM Agent on the
|
|
8827
|
+
* A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive output from the node. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output) region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as us-east-2 for the US East (Ohio) Region. For a list of supported region values, see the Region column in Systems Manager service endpoints in the Amazon Web Services General Reference. session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.
|
|
8770
8828
|
*/
|
|
8771
8829
|
StreamUrl?: StreamUrl;
|
|
8772
8830
|
}
|
|
@@ -8911,7 +8969,7 @@ declare namespace SSM {
|
|
|
8911
8969
|
export type TagValue = string;
|
|
8912
8970
|
export interface Target {
|
|
8913
8971
|
/**
|
|
8914
|
-
* User-defined criteria for sending commands that target
|
|
8972
|
+
* User-defined criteria for sending commands that target managed nodes that meet the criteria.
|
|
8915
8973
|
*/
|
|
8916
8974
|
Key?: TargetKey;
|
|
8917
8975
|
/**
|
|
@@ -9016,7 +9074,7 @@ declare namespace SSM {
|
|
|
9016
9074
|
*/
|
|
9017
9075
|
OutputLocation?: InstanceAssociationOutputLocation;
|
|
9018
9076
|
/**
|
|
9019
|
-
* The name of the SSM Command document or Automation runbook that contains the configuration information for the
|
|
9077
|
+
* The name of the SSM Command document or Automation runbook that contains the configuration information for the managed node. You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account. For Systems Manager document (SSM document) that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format: arn:aws:ssm:region:account-id:document/document-name For example: arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.
|
|
9020
9078
|
*/
|
|
9021
9079
|
Name?: DocumentARN;
|
|
9022
9080
|
/**
|
|
@@ -9032,15 +9090,15 @@ declare namespace SSM {
|
|
|
9032
9090
|
*/
|
|
9033
9091
|
AssociationVersion?: AssociationVersion;
|
|
9034
9092
|
/**
|
|
9035
|
-
*
|
|
9093
|
+
* Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.
|
|
9036
9094
|
*/
|
|
9037
9095
|
AutomationTargetParameterName?: AutomationTargetParameterName;
|
|
9038
9096
|
/**
|
|
9039
|
-
* The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50
|
|
9097
|
+
* The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received. Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won't be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.
|
|
9040
9098
|
*/
|
|
9041
9099
|
MaxErrors?: MaxErrors;
|
|
9042
9100
|
/**
|
|
9043
|
-
* The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new
|
|
9101
|
+
* The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time. If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.
|
|
9044
9102
|
*/
|
|
9045
9103
|
MaxConcurrency?: MaxConcurrency;
|
|
9046
9104
|
/**
|
|
@@ -9076,7 +9134,7 @@ declare namespace SSM {
|
|
|
9076
9134
|
*/
|
|
9077
9135
|
Name: DocumentARN;
|
|
9078
9136
|
/**
|
|
9079
|
-
* The
|
|
9137
|
+
* The managed node ID.
|
|
9080
9138
|
*/
|
|
9081
9139
|
InstanceId: InstanceId;
|
|
9082
9140
|
/**
|
|
@@ -9332,7 +9390,7 @@ declare namespace SSM {
|
|
|
9332
9390
|
*/
|
|
9333
9391
|
WindowTaskId: MaintenanceWindowTaskId;
|
|
9334
9392
|
/**
|
|
9335
|
-
* The targets (either
|
|
9393
|
+
* The targets (either managed nodes or tags) to modify. Managed nodes are specified using the format Key=instanceids,Values=instanceID_1,instanceID_2. Tags are specified using the format Key=tag_name,Values=tag_value. One or more targets must be specified for maintenance window Run Command-type tasks. Depending on the task, targets are optional for other maintenance window task types (Automation, Lambda, and Step Functions). For more information about running tasks that don't specify targets, see Registering maintenance window tasks without targets in the Amazon Web Services Systems Manager User Guide.
|
|
9336
9394
|
*/
|
|
9337
9395
|
Targets?: Targets;
|
|
9338
9396
|
/**
|
|
@@ -9379,6 +9437,10 @@ declare namespace SSM {
|
|
|
9379
9437
|
* If True, then all fields that are required by the RegisterTaskWithMaintenanceWindow operation are also required for this API request. Optional fields that aren't specified are set to null.
|
|
9380
9438
|
*/
|
|
9381
9439
|
Replace?: Boolean;
|
|
9440
|
+
/**
|
|
9441
|
+
* Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached. CONTINUE_TASK: When the cutoff time is reached, any tasks that are running continue. The default value. CANCEL_TASK: For Automation, Lambda, Step Functions tasks: When the cutoff time is reached, any task invocations that are already running continue, but no new task invocations are started. For Run Command tasks: When the cutoff time is reached, the system sends a CancelCommand operation that attempts to cancel the command associated with the task. However, there is no guarantee that the command will be terminated and the underlying process stopped. The status for tasks that are not completed is TIMED_OUT.
|
|
9442
|
+
*/
|
|
9443
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
9382
9444
|
}
|
|
9383
9445
|
export interface UpdateMaintenanceWindowTaskResult {
|
|
9384
9446
|
/**
|
|
@@ -9433,10 +9495,14 @@ declare namespace SSM {
|
|
|
9433
9495
|
* The updated task description.
|
|
9434
9496
|
*/
|
|
9435
9497
|
Description?: MaintenanceWindowDescription;
|
|
9498
|
+
/**
|
|
9499
|
+
* The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.
|
|
9500
|
+
*/
|
|
9501
|
+
CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
|
|
9436
9502
|
}
|
|
9437
9503
|
export interface UpdateManagedInstanceRoleRequest {
|
|
9438
9504
|
/**
|
|
9439
|
-
* The ID of the managed
|
|
9505
|
+
* The ID of the managed node where you want to update the role.
|
|
9440
9506
|
*/
|
|
9441
9507
|
InstanceId: ManagedInstanceId;
|
|
9442
9508
|
/**
|
|
@@ -9556,7 +9622,7 @@ declare namespace SSM {
|
|
|
9556
9622
|
*/
|
|
9557
9623
|
ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
|
|
9558
9624
|
/**
|
|
9559
|
-
* Indicates whether the list of approved patches includes non-security updates that should be applied to the
|
|
9625
|
+
* Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.
|
|
9560
9626
|
*/
|
|
9561
9627
|
ApprovedPatchesEnableNonSecurity?: Boolean;
|
|
9562
9628
|
/**
|
|
@@ -9572,7 +9638,7 @@ declare namespace SSM {
|
|
|
9572
9638
|
*/
|
|
9573
9639
|
Description?: BaselineDescription;
|
|
9574
9640
|
/**
|
|
9575
|
-
* Information about the patches to use to update the
|
|
9641
|
+
* Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
|
|
9576
9642
|
*/
|
|
9577
9643
|
Sources?: PatchSourceList;
|
|
9578
9644
|
/**
|
|
@@ -9610,7 +9676,7 @@ declare namespace SSM {
|
|
|
9610
9676
|
*/
|
|
9611
9677
|
ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
|
|
9612
9678
|
/**
|
|
9613
|
-
* Indicates whether the list of approved patches includes non-security updates that should be applied to the
|
|
9679
|
+
* Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.
|
|
9614
9680
|
*/
|
|
9615
9681
|
ApprovedPatchesEnableNonSecurity?: Boolean;
|
|
9616
9682
|
/**
|
|
@@ -9634,7 +9700,7 @@ declare namespace SSM {
|
|
|
9634
9700
|
*/
|
|
9635
9701
|
Description?: BaselineDescription;
|
|
9636
9702
|
/**
|
|
9637
|
-
* Information about the patches to use to update the
|
|
9703
|
+
* Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
|
|
9638
9704
|
*/
|
|
9639
9705
|
Sources?: PatchSourceList;
|
|
9640
9706
|
}
|
|
@@ -9660,7 +9726,7 @@ declare namespace SSM {
|
|
|
9660
9726
|
*/
|
|
9661
9727
|
SettingId: ServiceSettingId;
|
|
9662
9728
|
/**
|
|
9663
|
-
* The new value to specify for the service setting.
|
|
9729
|
+
* The new value to specify for the service setting. The following list specifies the available values for each setting. /ssm/parameter-store/default-parameter-tier: Standard, Advanced, Intelligent-Tiering /ssm/parameter-store/high-throughput-enabled: true or false /ssm/managed-instance/activation-tier: true or false /ssm/automation/customer-script-log-destination: CloudWatch /ssm/automation/customer-script-log-group-name: the name of an Amazon CloudWatch Logs log group /ssm/documents/console/public-sharing-permission: Enable or Disable /ssm/managed-instance/activation-tier: standard or advanced
|
|
9664
9730
|
*/
|
|
9665
9731
|
SettingValue: ServiceSettingValue;
|
|
9666
9732
|
}
|