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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +1 -1
- data/lib/aws-sdk-ssm/client_api.rb +6 -3
- data/lib/aws-sdk-ssm.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: faa5da8939812b311ea6f397d915d3f5ee0b5aa63c793a15da7d4aa9f7de88d9
|
|
4
|
+
data.tar.gz: c010a515a3757c7c2986a8d7372af7bb60629d2390774e18c79ed8a5b7357b73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e5e271cf5b9c9c79b5f9819ab10f054d0b18c5f9de53fbdd832b5828aa667b16f5736151022fd74037b5541ee7627ffe420b43a01da62244aca9880fd302102
|
|
7
|
+
data.tar.gz: c5552288b4b9f6527e40a1d16d75d7ab389ae6405aaa25188d50cb2e498af64f2c3a4da4ab6be7a995eea5f419e4589c3911543f8f213201dcb3f7dc24922100
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.219.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
|
@@ -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.
|
|
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:
|
|
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:
|
|
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:
|
|
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