aws-sdk-ssm 1.124.0 → 1.125.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.
@@ -1063,6 +1063,8 @@ module Aws::SSM
1063
1063
  SignalType = Shapes::StringShape.new(name: 'SignalType')
1064
1064
  SnapshotDownloadUrl = Shapes::StringShape.new(name: 'SnapshotDownloadUrl')
1065
1065
  SnapshotId = Shapes::StringShape.new(name: 'SnapshotId')
1066
+ SourceId = Shapes::StringShape.new(name: 'SourceId')
1067
+ SourceType = Shapes::StringShape.new(name: 'SourceType')
1066
1068
  StandardErrorContent = Shapes::StringShape.new(name: 'StandardErrorContent')
1067
1069
  StandardOutputContent = Shapes::StringShape.new(name: 'StandardOutputContent')
1068
1070
  StartAssociationsOnceRequest = Shapes::StructureShape.new(name: 'StartAssociationsOnceRequest')
@@ -2727,6 +2729,8 @@ module Aws::SSM
2727
2729
  InstanceInformation.add_member(:last_association_execution_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastAssociationExecutionDate"))
2728
2730
  InstanceInformation.add_member(:last_successful_association_execution_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastSuccessfulAssociationExecutionDate"))
2729
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"))
2730
2734
  InstanceInformation.struct_class = Types::InstanceInformation
2731
2735
 
2732
2736
  InstanceInformationFilter.add_member(:key, Shapes::ShapeRef.new(shape: InstanceInformationFilterKey, required: true, location_name: "key"))