aws-sdk-ssm 1.122.0 → 1.126.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 +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +262 -245
- data/lib/aws-sdk-ssm/client_api.rb +21 -0
- data/lib/aws-sdk-ssm/types.rb +567 -489
- data/lib/aws-sdk-ssm.rb +1 -1
- metadata +2 -2
@@ -688,6 +688,7 @@ module Aws::SSM
|
|
688
688
|
MaxErrors = Shapes::StringShape.new(name: 'MaxErrors')
|
689
689
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
690
690
|
MaxResultsEC2Compatible = Shapes::IntegerShape.new(name: 'MaxResultsEC2Compatible')
|
691
|
+
MaxSessionDuration = Shapes::StringShape.new(name: 'MaxSessionDuration')
|
691
692
|
MetadataKey = Shapes::StringShape.new(name: 'MetadataKey')
|
692
693
|
MetadataKeysToDeleteList = Shapes::ListShape.new(name: 'MetadataKeysToDeleteList')
|
693
694
|
MetadataMap = Shapes::MapShape.new(name: 'MetadataMap')
|
@@ -954,6 +955,10 @@ module Aws::SSM
|
|
954
955
|
RegisterTaskWithMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'RegisterTaskWithMaintenanceWindowRequest')
|
955
956
|
RegisterTaskWithMaintenanceWindowResult = Shapes::StructureShape.new(name: 'RegisterTaskWithMaintenanceWindowResult')
|
956
957
|
RegistrationLimit = Shapes::IntegerShape.new(name: 'RegistrationLimit')
|
958
|
+
RegistrationMetadataItem = Shapes::StructureShape.new(name: 'RegistrationMetadataItem')
|
959
|
+
RegistrationMetadataKey = Shapes::StringShape.new(name: 'RegistrationMetadataKey')
|
960
|
+
RegistrationMetadataList = Shapes::ListShape.new(name: 'RegistrationMetadataList')
|
961
|
+
RegistrationMetadataValue = Shapes::StringShape.new(name: 'RegistrationMetadataValue')
|
957
962
|
RegistrationsCount = Shapes::IntegerShape.new(name: 'RegistrationsCount')
|
958
963
|
RelatedOpsItem = Shapes::StructureShape.new(name: 'RelatedOpsItem')
|
959
964
|
RelatedOpsItems = Shapes::ListShape.new(name: 'RelatedOpsItems')
|
@@ -1049,6 +1054,7 @@ module Aws::SSM
|
|
1049
1054
|
SessionManagerS3OutputUrl = Shapes::StringShape.new(name: 'SessionManagerS3OutputUrl')
|
1050
1055
|
SessionMaxResults = Shapes::IntegerShape.new(name: 'SessionMaxResults')
|
1051
1056
|
SessionOwner = Shapes::StringShape.new(name: 'SessionOwner')
|
1057
|
+
SessionReason = Shapes::StringShape.new(name: 'SessionReason')
|
1052
1058
|
SessionState = Shapes::StringShape.new(name: 'SessionState')
|
1053
1059
|
SessionStatus = Shapes::StringShape.new(name: 'SessionStatus')
|
1054
1060
|
SessionTarget = Shapes::StringShape.new(name: 'SessionTarget')
|
@@ -1057,6 +1063,8 @@ module Aws::SSM
|
|
1057
1063
|
SignalType = Shapes::StringShape.new(name: 'SignalType')
|
1058
1064
|
SnapshotDownloadUrl = Shapes::StringShape.new(name: 'SnapshotDownloadUrl')
|
1059
1065
|
SnapshotId = Shapes::StringShape.new(name: 'SnapshotId')
|
1066
|
+
SourceId = Shapes::StringShape.new(name: 'SourceId')
|
1067
|
+
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
1060
1068
|
StandardErrorContent = Shapes::StringShape.new(name: 'StandardErrorContent')
|
1061
1069
|
StandardOutputContent = Shapes::StringShape.new(name: 'StandardOutputContent')
|
1062
1070
|
StartAssociationsOnceRequest = Shapes::StructureShape.new(name: 'StartAssociationsOnceRequest')
|
@@ -1621,6 +1629,7 @@ module Aws::SSM
|
|
1621
1629
|
CreateActivationRequest.add_member(:registration_limit, Shapes::ShapeRef.new(shape: RegistrationLimit, location_name: "RegistrationLimit", metadata: {"box"=>true}))
|
1622
1630
|
CreateActivationRequest.add_member(:expiration_date, Shapes::ShapeRef.new(shape: ExpirationDate, location_name: "ExpirationDate"))
|
1623
1631
|
CreateActivationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1632
|
+
CreateActivationRequest.add_member(:registration_metadata, Shapes::ShapeRef.new(shape: RegistrationMetadataList, location_name: "RegistrationMetadata"))
|
1624
1633
|
CreateActivationRequest.struct_class = Types::CreateActivationRequest
|
1625
1634
|
|
1626
1635
|
CreateActivationResult.add_member(:activation_id, Shapes::ShapeRef.new(shape: ActivationId, location_name: "ActivationId"))
|
@@ -2720,6 +2729,8 @@ module Aws::SSM
|
|
2720
2729
|
InstanceInformation.add_member(:last_association_execution_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastAssociationExecutionDate"))
|
2721
2730
|
InstanceInformation.add_member(:last_successful_association_execution_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastSuccessfulAssociationExecutionDate"))
|
2722
2731
|
InstanceInformation.add_member(:association_overview, Shapes::ShapeRef.new(shape: InstanceAggregatedAssociationOverview, location_name: "AssociationOverview"))
|
2732
|
+
InstanceInformation.add_member(:source_id, Shapes::ShapeRef.new(shape: SourceId, location_name: "SourceId"))
|
2733
|
+
InstanceInformation.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
|
2723
2734
|
InstanceInformation.struct_class = Types::InstanceInformation
|
2724
2735
|
|
2725
2736
|
InstanceInformationFilter.add_member(:key, Shapes::ShapeRef.new(shape: InstanceInformationFilterKey, required: true, location_name: "key"))
|
@@ -3899,6 +3910,12 @@ module Aws::SSM
|
|
3899
3910
|
RegisterTaskWithMaintenanceWindowResult.add_member(:window_task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskId, location_name: "WindowTaskId"))
|
3900
3911
|
RegisterTaskWithMaintenanceWindowResult.struct_class = Types::RegisterTaskWithMaintenanceWindowResult
|
3901
3912
|
|
3913
|
+
RegistrationMetadataItem.add_member(:key, Shapes::ShapeRef.new(shape: RegistrationMetadataKey, required: true, location_name: "Key"))
|
3914
|
+
RegistrationMetadataItem.add_member(:value, Shapes::ShapeRef.new(shape: RegistrationMetadataValue, required: true, location_name: "Value"))
|
3915
|
+
RegistrationMetadataItem.struct_class = Types::RegistrationMetadataItem
|
3916
|
+
|
3917
|
+
RegistrationMetadataList.member = Shapes::ShapeRef.new(shape: RegistrationMetadataItem)
|
3918
|
+
|
3902
3919
|
RelatedOpsItem.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OpsItemId"))
|
3903
3920
|
RelatedOpsItem.struct_class = Types::RelatedOpsItem
|
3904
3921
|
|
@@ -4101,8 +4118,10 @@ module Aws::SSM
|
|
4101
4118
|
Session.add_member(:end_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndDate"))
|
4102
4119
|
Session.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentName, location_name: "DocumentName"))
|
4103
4120
|
Session.add_member(:owner, Shapes::ShapeRef.new(shape: SessionOwner, location_name: "Owner"))
|
4121
|
+
Session.add_member(:reason, Shapes::ShapeRef.new(shape: SessionReason, location_name: "Reason"))
|
4104
4122
|
Session.add_member(:details, Shapes::ShapeRef.new(shape: SessionDetails, location_name: "Details"))
|
4105
4123
|
Session.add_member(:output_url, Shapes::ShapeRef.new(shape: SessionManagerOutputUrl, location_name: "OutputUrl"))
|
4124
|
+
Session.add_member(:max_session_duration, Shapes::ShapeRef.new(shape: MaxSessionDuration, location_name: "MaxSessionDuration"))
|
4106
4125
|
Session.struct_class = Types::Session
|
4107
4126
|
|
4108
4127
|
SessionFilter.add_member(:key, Shapes::ShapeRef.new(shape: SessionFilterKey, required: true, location_name: "key"))
|
@@ -4170,6 +4189,7 @@ module Aws::SSM
|
|
4170
4189
|
|
4171
4190
|
StartSessionRequest.add_member(:target, Shapes::ShapeRef.new(shape: SessionTarget, required: true, location_name: "Target"))
|
4172
4191
|
StartSessionRequest.add_member(:document_name, Shapes::ShapeRef.new(shape: DocumentARN, location_name: "DocumentName"))
|
4192
|
+
StartSessionRequest.add_member(:reason, Shapes::ShapeRef.new(shape: SessionReason, location_name: "Reason"))
|
4173
4193
|
StartSessionRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: SessionManagerParameters, location_name: "Parameters"))
|
4174
4194
|
StartSessionRequest.struct_class = Types::StartSessionRequest
|
4175
4195
|
|
@@ -4595,6 +4615,7 @@ module Aws::SSM
|
|
4595
4615
|
o.http_request_uri = "/"
|
4596
4616
|
o.input = Shapes::ShapeRef.new(shape: CreateActivationRequest)
|
4597
4617
|
o.output = Shapes::ShapeRef.new(shape: CreateActivationResult)
|
4618
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameters)
|
4598
4619
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
4599
4620
|
end)
|
4600
4621
|
|