aws-sdk-ssm 1.192.0 → 1.194.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b392c9f39b462f9232bf07b416e09ddc1f864a90813afdf24489e2c02084953
4
- data.tar.gz: 86e0fcc4a634784174b93e8e9761fcd42385b9659f3565b4e49a98fa544880c7
3
+ metadata.gz: 2301f806f7ff051d343c3186c14a6685cfcdf056f16667bcdfec1c126dfb4c4a
4
+ data.tar.gz: 024676c2c58b25b0da436f64f079da1849b2e4d62355b00c879efc29be4aaf82
5
5
  SHA512:
6
- metadata.gz: 28969f382a189fbb73c78319bb941f9b6f6f414cd3727a06796559588d220e1829fbc10f19b109a5c82d422416e83ec2f68ba0e706c2a274eb42206d57df13f5
7
- data.tar.gz: 47be473f1547beadffd6487ae69ac945cbcc7c1cb596647c402177614897d47f03c2225b1a2fc88962ddb418c3f989076245c37e7b9e1f2c2d0b62a96afcb3d6
6
+ metadata.gz: 3d1acaf23d92ec44ab4e6b0182b741e8d826d38aaf87a0e1d63f3e310877a61bea2e7b9ccee3f13b3e9174bfd42f3f56063e86cc9685a87e5853d2097de6f325
7
+ data.tar.gz: 2dc40c3aa1192a5cad533b95e4ff896ed8619f1070b17772ad9890557792e2aab7e514705bf574834a1ace70be1514214c8c004af8a296bd5725497e03900560
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.194.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.193.0 (2025-04-29)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for just-In-time node access in AWS Systems Manager. Just-in-time node access enables customers to move towards zero standing privileges by requiring operators to request access and obtain approval before remotely connecting to nodes managed by the SSM Agent.
13
+
4
14
  1.192.0 (2025-03-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.192.0
1
+ 1.194.0
@@ -1611,7 +1611,7 @@ module Aws::SSM
1611
1611
  # name: "DocumentName", # required
1612
1612
  # display_name: "DocumentDisplayName",
1613
1613
  # version_name: "DocumentVersionName",
1614
- # document_type: "Command", # accepts Command, Policy, Automation, Session, Package, ApplicationConfiguration, ApplicationConfigurationSchema, DeploymentStrategy, ChangeCalendar, Automation.ChangeTemplate, ProblemAnalysis, ProblemAnalysisTemplate, CloudFormation, ConformancePackTemplate, QuickSetup
1614
+ # document_type: "Command", # accepts Command, Policy, Automation, Session, Package, ApplicationConfiguration, ApplicationConfigurationSchema, DeploymentStrategy, ChangeCalendar, Automation.ChangeTemplate, ProblemAnalysis, ProblemAnalysisTemplate, CloudFormation, ConformancePackTemplate, QuickSetup, ManualApprovalPolicy, AutoApprovalPolicy
1615
1615
  # document_format: "YAML", # accepts YAML, JSON, TEXT
1616
1616
  # target_type: "TargetType",
1617
1617
  # tags: [
@@ -1643,7 +1643,7 @@ module Aws::SSM
1643
1643
  # resp.document_description.parameters[0].default_value #=> String
1644
1644
  # resp.document_description.platform_types #=> Array
1645
1645
  # resp.document_description.platform_types[0] #=> String, one of "Windows", "Linux", "MacOS"
1646
- # resp.document_description.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup"
1646
+ # resp.document_description.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup", "ManualApprovalPolicy", "AutoApprovalPolicy"
1647
1647
  # resp.document_description.schema_version #=> String
1648
1648
  # resp.document_description.latest_version #=> String
1649
1649
  # resp.document_description.default_version #=> String
@@ -3397,7 +3397,7 @@ module Aws::SSM
3397
3397
  # resp.automation_execution_metadata_list[0].triggered_alarms[0].name #=> String
3398
3398
  # resp.automation_execution_metadata_list[0].triggered_alarms[0].state #=> String, one of "UNKNOWN", "ALARM"
3399
3399
  # resp.automation_execution_metadata_list[0].target_locations_url #=> String
3400
- # resp.automation_execution_metadata_list[0].automation_subtype #=> String, one of "ChangeRequest"
3400
+ # resp.automation_execution_metadata_list[0].automation_subtype #=> String, one of "ChangeRequest", "AccessRequest"
3401
3401
  # resp.automation_execution_metadata_list[0].scheduled_time #=> Time
3402
3402
  # resp.automation_execution_metadata_list[0].runbooks #=> Array
3403
3403
  # resp.automation_execution_metadata_list[0].runbooks[0].document_name #=> String
@@ -3787,7 +3787,7 @@ module Aws::SSM
3787
3787
  # resp.document.parameters[0].default_value #=> String
3788
3788
  # resp.document.platform_types #=> Array
3789
3789
  # resp.document.platform_types[0] #=> String, one of "Windows", "Linux", "MacOS"
3790
- # resp.document.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup"
3790
+ # resp.document.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup", "ManualApprovalPolicy", "AutoApprovalPolicy"
3791
3791
  # resp.document.schema_version #=> String
3792
3792
  # resp.document.latest_version #=> String
3793
3793
  # resp.document.default_version #=> String
@@ -5194,7 +5194,7 @@ module Aws::SSM
5194
5194
  # resp = client.describe_ops_items({
5195
5195
  # ops_item_filters: [
5196
5196
  # {
5197
- # key: "Status", # required, accepts Status, CreatedBy, Source, Priority, Title, OpsItemId, CreatedTime, LastModifiedTime, ActualStartTime, ActualEndTime, PlannedStartTime, PlannedEndTime, OperationalData, OperationalDataKey, OperationalDataValue, ResourceId, AutomationId, Category, Severity, OpsItemType, ChangeRequestByRequesterArn, ChangeRequestByRequesterName, ChangeRequestByApproverArn, ChangeRequestByApproverName, ChangeRequestByTemplate, ChangeRequestByTargetsResourceGroup, InsightByType, AccountId
5197
+ # key: "Status", # required, accepts Status, CreatedBy, Source, Priority, Title, OpsItemId, CreatedTime, LastModifiedTime, ActualStartTime, ActualEndTime, PlannedStartTime, PlannedEndTime, OperationalData, OperationalDataKey, OperationalDataValue, ResourceId, AutomationId, Category, Severity, OpsItemType, AccessRequestByRequesterArn, AccessRequestByRequesterId, AccessRequestByApproverArn, AccessRequestByApproverId, AccessRequestBySourceAccountId, AccessRequestBySourceOpsItemId, AccessRequestBySourceRegion, AccessRequestByIsReplica, AccessRequestByTargetResourceId, ChangeRequestByRequesterArn, ChangeRequestByRequesterName, ChangeRequestByApproverArn, ChangeRequestByApproverName, ChangeRequestByTemplate, ChangeRequestByTargetsResourceGroup, InsightByType, AccountId
5198
5198
  # values: ["OpsItemFilterValue"], # required
5199
5199
  # operator: "Equal", # required, accepts Equal, Contains, GreaterThan, LessThan
5200
5200
  # },
@@ -5213,7 +5213,7 @@ module Aws::SSM
5213
5213
  # resp.ops_item_summaries[0].last_modified_time #=> Time
5214
5214
  # resp.ops_item_summaries[0].priority #=> Integer
5215
5215
  # resp.ops_item_summaries[0].source #=> String
5216
- # resp.ops_item_summaries[0].status #=> String, one of "Open", "InProgress", "Resolved", "Pending", "TimedOut", "Cancelling", "Cancelled", "Failed", "CompletedWithSuccess", "CompletedWithFailure", "Scheduled", "RunbookInProgress", "PendingChangeCalendarOverride", "ChangeCalendarOverrideApproved", "ChangeCalendarOverrideRejected", "PendingApproval", "Approved", "Rejected", "Closed"
5216
+ # resp.ops_item_summaries[0].status #=> String, one of "Open", "InProgress", "Resolved", "Pending", "TimedOut", "Cancelling", "Cancelled", "Failed", "CompletedWithSuccess", "CompletedWithFailure", "Scheduled", "RunbookInProgress", "PendingChangeCalendarOverride", "ChangeCalendarOverrideApproved", "ChangeCalendarOverrideRejected", "PendingApproval", "Approved", "Revoked", "Rejected", "Closed"
5217
5217
  # resp.ops_item_summaries[0].ops_item_id #=> String
5218
5218
  # resp.ops_item_summaries[0].title #=> String
5219
5219
  # resp.ops_item_summaries[0].operational_data #=> Hash
@@ -5737,6 +5737,39 @@ module Aws::SSM
5737
5737
  req.send_request(options)
5738
5738
  end
5739
5739
 
5740
+ # Returns a credentials set to be used with just-in-time node access.
5741
+ #
5742
+ # @option params [required, String] :access_request_id
5743
+ # The ID of a just-in-time node access request.
5744
+ #
5745
+ # @return [Types::GetAccessTokenResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5746
+ #
5747
+ # * {Types::GetAccessTokenResponse#credentials #credentials} => Types::Credentials
5748
+ # * {Types::GetAccessTokenResponse#access_request_status #access_request_status} => String
5749
+ #
5750
+ # @example Request syntax with placeholder values
5751
+ #
5752
+ # resp = client.get_access_token({
5753
+ # access_request_id: "AccessRequestId", # required
5754
+ # })
5755
+ #
5756
+ # @example Response structure
5757
+ #
5758
+ # resp.credentials.access_key_id #=> String
5759
+ # resp.credentials.secret_access_key #=> String
5760
+ # resp.credentials.session_token #=> String
5761
+ # resp.credentials.expiration_time #=> Time
5762
+ # resp.access_request_status #=> String, one of "Approved", "Rejected", "Revoked", "Expired", "Pending"
5763
+ #
5764
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetAccessToken AWS API Documentation
5765
+ #
5766
+ # @overload get_access_token(params = {})
5767
+ # @param [Hash] params ({})
5768
+ def get_access_token(params = {}, options = {})
5769
+ req = build_request(:get_access_token, params)
5770
+ req.send_request(options)
5771
+ end
5772
+
5740
5773
  # Get detailed information about a particular Automation execution.
5741
5774
  #
5742
5775
  # @option params [required, String] :automation_execution_id
@@ -5884,7 +5917,7 @@ module Aws::SSM
5884
5917
  # resp.automation_execution.triggered_alarms[0].name #=> String
5885
5918
  # resp.automation_execution.triggered_alarms[0].state #=> String, one of "UNKNOWN", "ALARM"
5886
5919
  # resp.automation_execution.target_locations_url #=> String
5887
- # resp.automation_execution.automation_subtype #=> String, one of "ChangeRequest"
5920
+ # resp.automation_execution.automation_subtype #=> String, one of "ChangeRequest", "AccessRequest"
5888
5921
  # resp.automation_execution.scheduled_time #=> Time
5889
5922
  # resp.automation_execution.runbooks #=> Array
5890
5923
  # resp.automation_execution.runbooks[0].document_name #=> String
@@ -6323,7 +6356,7 @@ module Aws::SSM
6323
6356
  # resp.status #=> String, one of "Creating", "Active", "Updating", "Deleting", "Failed"
6324
6357
  # resp.status_information #=> String
6325
6358
  # resp.content #=> String
6326
- # resp.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup"
6359
+ # resp.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup", "ManualApprovalPolicy", "AutoApprovalPolicy"
6327
6360
  # resp.document_format #=> String, one of "YAML", "JSON", "TEXT"
6328
6361
  # resp.requires #=> Array
6329
6362
  # resp.requires[0].name #=> String
@@ -6955,7 +6988,7 @@ module Aws::SSM
6955
6988
  # resp.ops_item.priority #=> Integer
6956
6989
  # resp.ops_item.related_ops_items #=> Array
6957
6990
  # resp.ops_item.related_ops_items[0].ops_item_id #=> String
6958
- # resp.ops_item.status #=> String, one of "Open", "InProgress", "Resolved", "Pending", "TimedOut", "Cancelling", "Cancelled", "Failed", "CompletedWithSuccess", "CompletedWithFailure", "Scheduled", "RunbookInProgress", "PendingChangeCalendarOverride", "ChangeCalendarOverrideApproved", "ChangeCalendarOverrideRejected", "PendingApproval", "Approved", "Rejected", "Closed"
6991
+ # resp.ops_item.status #=> String, one of "Open", "InProgress", "Resolved", "Pending", "TimedOut", "Cancelling", "Cancelled", "Failed", "CompletedWithSuccess", "CompletedWithFailure", "Scheduled", "RunbookInProgress", "PendingChangeCalendarOverride", "ChangeCalendarOverrideApproved", "ChangeCalendarOverrideRejected", "PendingApproval", "Approved", "Revoked", "Rejected", "Closed"
6959
6992
  # resp.ops_item.ops_item_id #=> String
6960
6993
  # resp.ops_item.version #=> String
6961
6994
  # resp.ops_item.title #=> String
@@ -8450,7 +8483,7 @@ module Aws::SSM
8450
8483
  # resp.document_identifiers[0].platform_types #=> Array
8451
8484
  # resp.document_identifiers[0].platform_types[0] #=> String, one of "Windows", "Linux", "MacOS"
8452
8485
  # resp.document_identifiers[0].document_version #=> String
8453
- # resp.document_identifiers[0].document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup"
8486
+ # resp.document_identifiers[0].document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup", "ManualApprovalPolicy", "AutoApprovalPolicy"
8454
8487
  # resp.document_identifiers[0].schema_version #=> String
8455
8488
  # resp.document_identifiers[0].document_format #=> String, one of "YAML", "JSON", "TEXT"
8456
8489
  # resp.document_identifiers[0].target_type #=> String
@@ -10447,7 +10480,7 @@ module Aws::SSM
10447
10480
  #
10448
10481
  # resp = client.send_automation_signal({
10449
10482
  # automation_execution_id: "AutomationExecutionId", # required
10450
- # signal_type: "Approve", # required, accepts Approve, Reject, StartStep, StopStep, Resume
10483
+ # signal_type: "Approve", # required, accepts Approve, Reject, StartStep, StopStep, Resume, Revoke
10451
10484
  # payload: {
10452
10485
  # "AutomationParameterKey" => ["AutomationParameterValue"],
10453
10486
  # },
@@ -10721,6 +10754,53 @@ module Aws::SSM
10721
10754
  req.send_request(options)
10722
10755
  end
10723
10756
 
10757
+ # Starts the workflow for just-in-time node access sessions.
10758
+ #
10759
+ # @option params [required, String] :reason
10760
+ # A brief description explaining why you are requesting access to the
10761
+ # node.
10762
+ #
10763
+ # @option params [required, Array<Types::Target>] :targets
10764
+ # The node you are requesting access to.
10765
+ #
10766
+ # @option params [Array<Types::Tag>] :tags
10767
+ # Key-value pairs of metadata you want to assign to the access request.
10768
+ #
10769
+ # @return [Types::StartAccessRequestResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10770
+ #
10771
+ # * {Types::StartAccessRequestResponse#access_request_id #access_request_id} => String
10772
+ #
10773
+ # @example Request syntax with placeholder values
10774
+ #
10775
+ # resp = client.start_access_request({
10776
+ # reason: "String1to256", # required
10777
+ # targets: [ # required
10778
+ # {
10779
+ # key: "TargetKey",
10780
+ # values: ["TargetValue"],
10781
+ # },
10782
+ # ],
10783
+ # tags: [
10784
+ # {
10785
+ # key: "TagKey", # required
10786
+ # value: "TagValue", # required
10787
+ # },
10788
+ # ],
10789
+ # })
10790
+ #
10791
+ # @example Response structure
10792
+ #
10793
+ # resp.access_request_id #=> String
10794
+ #
10795
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/StartAccessRequest AWS API Documentation
10796
+ #
10797
+ # @overload start_access_request(params = {})
10798
+ # @param [Hash] params ({})
10799
+ def start_access_request(params = {}, options = {})
10800
+ req = build_request(:start_access_request, params)
10801
+ req.send_request(options)
10802
+ end
10803
+
10724
10804
  # Runs an association immediately and only one time. This operation can
10725
10805
  # be helpful when troubleshooting associations.
10726
10806
  #
@@ -12007,7 +12087,7 @@ module Aws::SSM
12007
12087
  # resp.document_description.parameters[0].default_value #=> String
12008
12088
  # resp.document_description.platform_types #=> Array
12009
12089
  # resp.document_description.platform_types[0] #=> String, one of "Windows", "Linux", "MacOS"
12010
- # resp.document_description.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup"
12090
+ # resp.document_description.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup", "ManualApprovalPolicy", "AutoApprovalPolicy"
12011
12091
  # resp.document_description.schema_version #=> String
12012
12092
  # resp.document_description.latest_version #=> String
12013
12093
  # resp.document_description.default_version #=> String
@@ -12916,7 +12996,7 @@ module Aws::SSM
12916
12996
  # ops_item_id: "String", # required
12917
12997
  # },
12918
12998
  # ],
12919
- # status: "Open", # accepts Open, InProgress, Resolved, Pending, TimedOut, Cancelling, Cancelled, Failed, CompletedWithSuccess, CompletedWithFailure, Scheduled, RunbookInProgress, PendingChangeCalendarOverride, ChangeCalendarOverrideApproved, ChangeCalendarOverrideRejected, PendingApproval, Approved, Rejected, Closed
12999
+ # status: "Open", # accepts Open, InProgress, Resolved, Pending, TimedOut, Cancelling, Cancelled, Failed, CompletedWithSuccess, CompletedWithFailure, Scheduled, RunbookInProgress, PendingChangeCalendarOverride, ChangeCalendarOverrideApproved, ChangeCalendarOverrideRejected, PendingApproval, Approved, Revoked, Rejected, Closed
12920
13000
  # ops_item_id: "OpsItemId", # required
12921
13001
  # title: "OpsItemTitle",
12922
13002
  # category: "OpsItemCategory",
@@ -13371,7 +13451,7 @@ module Aws::SSM
13371
13451
  tracer: tracer
13372
13452
  )
13373
13453
  context[:gem_name] = 'aws-sdk-ssm'
13374
- context[:gem_version] = '1.192.0'
13454
+ context[:gem_version] = '1.194.0'
13375
13455
  Seahorse::Client::Request.new(handlers, context)
13376
13456
  end
13377
13457