aws-sdk-ssm 1.218.0 → 1.219.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: 28918f8789e8e7e0d7ffcf1b76388e01609c2eea621637a411366404a46f6f55
4
- data.tar.gz: 401c81e584b46480999a66fa07a266b777aa0400d18de04386708093386e96c6
3
+ metadata.gz: faa5da8939812b311ea6f397d915d3f5ee0b5aa63c793a15da7d4aa9f7de88d9
4
+ data.tar.gz: c010a515a3757c7c2986a8d7372af7bb60629d2390774e18c79ed8a5b7357b73
5
5
  SHA512:
6
- metadata.gz: 40849263337230e66f3ecbab6ab37078f08d55a68eb2b127266d2fcc70a36c25d4948fa1b267c197b28efa3da2b704802df77b49ed4360e31b88b0fb07e753eb
7
- data.tar.gz: 8f71648e81db0b76ad6808ed4ec69a4a45a3467f7b520d453f5a286896f46c4ff68ef06d1d6d3d03843918744a3bcc1711354cb4be704468918faf7f34e3c4e2
6
+ metadata.gz: 4e5e271cf5b9c9c79b5f9819ab10f054d0b18c5f9de53fbdd832b5828aa667b16f5736151022fd74037b5541ee7627ffe420b43a01da62244aca9880fd302102
7
+ data.tar.gz: c5552288b4b9f6527e40a1d16d75d7ab389ae6405aaa25188d50cb2e498af64f2c3a4da4ab6be7a995eea5f419e4589c3911543f8f213201dcb3f7dc24922100
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.219.0 (2026-07-14)
5
+ ------------------
6
+
7
+ * Feature - Update AWS Systems Manager Automation Targets to be correct max value.
8
+
4
9
  1.218.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.218.0
1
+ 1.219.0
@@ -14036,7 +14036,7 @@ module Aws::SSM
14036
14036
  tracer: tracer
14037
14037
  )
14038
14038
  context[:gem_name] = 'aws-sdk-ssm'
14039
- context[:gem_version] = '1.218.0'
14039
+ context[:gem_version] = '1.219.0'
14040
14040
  Seahorse::Client::Request.new(handlers, context)
14041
14041
  end
14042
14042
 
@@ -134,6 +134,7 @@ module Aws::SSM
134
134
  AutomationStepNotFoundException = Shapes::StructureShape.new(name: 'AutomationStepNotFoundException')
135
135
  AutomationSubtype = Shapes::StringShape.new(name: 'AutomationSubtype')
136
136
  AutomationTargetParameterName = Shapes::StringShape.new(name: 'AutomationTargetParameterName')
137
+ AutomationTargets = Shapes::ListShape.new(name: 'AutomationTargets')
137
138
  AutomationType = Shapes::StringShape.new(name: 'AutomationType')
138
139
  AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
139
140
  AvailabilityZoneId = Shapes::StringShape.new(name: 'AvailabilityZoneId')
@@ -1647,7 +1648,7 @@ module Aws::SSM
1647
1648
 
1648
1649
  AutomationExecutionInputs.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
1649
1650
  AutomationExecutionInputs.add_member(:target_parameter_name, Shapes::ShapeRef.new(shape: AutomationParameterKey, location_name: "TargetParameterName"))
1650
- AutomationExecutionInputs.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
1651
+ AutomationExecutionInputs.add_member(:targets, Shapes::ShapeRef.new(shape: AutomationTargets, location_name: "Targets"))
1651
1652
  AutomationExecutionInputs.add_member(:target_maps, Shapes::ShapeRef.new(shape: TargetMaps, location_name: "TargetMaps"))
1652
1653
  AutomationExecutionInputs.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1653
1654
  AutomationExecutionInputs.add_member(:target_locations_url, Shapes::ShapeRef.new(shape: TargetLocationsURL, location_name: "TargetLocationsURL"))
@@ -1708,6 +1709,8 @@ module Aws::SSM
1708
1709
  AutomationStepNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1709
1710
  AutomationStepNotFoundException.struct_class = Types::AutomationStepNotFoundException
1710
1711
 
1712
+ AutomationTargets.member = Shapes::ShapeRef.new(shape: Target)
1713
+
1711
1714
  AzureConfiguration.add_member(:tenant_id, Shapes::ShapeRef.new(shape: AzureTenantId, required: true, location_name: "TenantId"))
1712
1715
  AzureConfiguration.add_member(:tenant_display_name, Shapes::ShapeRef.new(shape: AzureTenantDisplayName, location_name: "TenantDisplayName"))
1713
1716
  AzureConfiguration.add_member(:application_id, Shapes::ShapeRef.new(shape: AzureApplicationId, required: true, location_name: "ApplicationId"))
@@ -4808,7 +4811,7 @@ module Aws::SSM
4808
4811
  StartAutomationExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken"))
4809
4812
  StartAutomationExecutionRequest.add_member(:mode, Shapes::ShapeRef.new(shape: ExecutionMode, location_name: "Mode"))
4810
4813
  StartAutomationExecutionRequest.add_member(:target_parameter_name, Shapes::ShapeRef.new(shape: AutomationParameterKey, location_name: "TargetParameterName"))
4811
- StartAutomationExecutionRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
4814
+ StartAutomationExecutionRequest.add_member(:targets, Shapes::ShapeRef.new(shape: AutomationTargets, location_name: "Targets"))
4812
4815
  StartAutomationExecutionRequest.add_member(:target_maps, Shapes::ShapeRef.new(shape: TargetMaps, location_name: "TargetMaps"))
4813
4816
  StartAutomationExecutionRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
4814
4817
  StartAutomationExecutionRequest.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
@@ -4929,7 +4932,7 @@ module Aws::SSM
4929
4932
  TargetLocation.add_member(:target_location_alarm_configuration, Shapes::ShapeRef.new(shape: AlarmConfiguration, location_name: "TargetLocationAlarmConfiguration", metadata: {"box" => true}))
4930
4933
  TargetLocation.add_member(:include_child_organization_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeChildOrganizationUnits"))
4931
4934
  TargetLocation.add_member(:exclude_accounts, Shapes::ShapeRef.new(shape: ExcludeAccounts, location_name: "ExcludeAccounts"))
4932
- TargetLocation.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
4935
+ TargetLocation.add_member(:targets, Shapes::ShapeRef.new(shape: AutomationTargets, location_name: "Targets"))
4933
4936
  TargetLocation.add_member(:targets_max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "TargetsMaxConcurrency"))
4934
4937
  TargetLocation.add_member(:targets_max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "TargetsMaxErrors"))
4935
4938
  TargetLocation.struct_class = Types::TargetLocation
data/lib/aws-sdk-ssm.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::SSM
55
55
  autoload :EndpointProvider, 'aws-sdk-ssm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ssm/endpoints'
57
57
 
58
- GEM_VERSION = '1.218.0'
58
+ GEM_VERSION = '1.219.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.218.0
4
+ version: 1.219.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services