aws-sdk-ssm 1.135.0 → 1.138.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ab4b98c84dece7a26c3e636aa2b3073112acf0f2c3b2133fb62814df253c981
4
- data.tar.gz: 1d9544de02ecbf2abbf489bcd034724b9f37aa69235e0115ad86786d891601d1
3
+ metadata.gz: 0452e29f95f0ff9c2000e0bf773fd91e70f4a1dffdc5e459c898ee2addf414a9
4
+ data.tar.gz: 72273f0315619964a1185a66b7978f22bc4b5ec74c2ae115b59a917563d9b47e
5
5
  SHA512:
6
- metadata.gz: f21e3def0423834016837427a5d8f4c11fa733eba4a8e24be6fc302bedeeab4f128bac33a6df1f708fba06d986e8dc9edcc6a87facdc9337958e80f016e628a0
7
- data.tar.gz: f9801aed4169e101917dfb04a61257cf9b36aeb958302054dd9b44c1616f78b995f4e8122195895e89ceb0b6467326fdf02207ec0da8abab575f7b0f2df43a8b
6
+ metadata.gz: 5f6f4000f5e37ac44893a5287ca72ed6c2bf5fac6c4ad6cdf654f8e97165f5b036aec01d9a06d52a50e9338a1428975191b687743ebf62d63f209b6c73ac8986
7
+ data.tar.gz: c76ba06973563ec5d29c6327a9dbd1d4947f359120335df5e6367494b97d6a07c41003715914fad04040796a25740947dd8babadf250dad336b27a9b493f2052
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.138.0 (2022-07-27)
5
+ ------------------
6
+
7
+ * Feature - Adding doc updates for OpsCenter support in Service Setting actions.
8
+
9
+ 1.137.0 (2022-05-04)
10
+ ------------------
11
+
12
+ * Feature - This release adds the TargetMaps parameter in SSM State Manager API.
13
+
14
+ 1.136.0 (2022-04-29)
15
+ ------------------
16
+
17
+ * Feature - Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter
18
+
4
19
  1.135.0 (2022-04-19)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.135.0
1
+ 1.138.0
@@ -361,7 +361,7 @@ module Aws::SSM
361
361
 
362
362
  # @!group API Operations
363
363
 
364
- # Adds or overwrites one or more tags for the specified resource. Tags
364
+ # Adds or overwrites one or more tags for the specified resource. *Tags*
365
365
  # are metadata that you can assign to your automations, documents,
366
366
  # managed nodes, maintenance windows, Parameter Store parameters, and
367
367
  # patch baselines. Tags enable you to categorize your resources in
@@ -894,6 +894,10 @@ module Aws::SSM
894
894
  #
895
895
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html
896
896
  #
897
+ # @option params [Array<Hash>] :target_maps
898
+ # A key-value mapping of document parameters to target resources. Both
899
+ # Targets and TargetMaps can't be specified together.
900
+ #
897
901
  # @return [Types::CreateAssociationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
898
902
  #
899
903
  # * {Types::CreateAssociationResult#association_description #association_description} => Types::AssociationDescription
@@ -939,6 +943,11 @@ module Aws::SSM
939
943
  # },
940
944
  # ],
941
945
  # schedule_offset: 1,
946
+ # target_maps: [
947
+ # {
948
+ # "TargetMapKey" => ["TargetMapValue"],
949
+ # },
950
+ # ],
942
951
  # })
943
952
  #
944
953
  # @example Response structure
@@ -989,6 +998,10 @@ module Aws::SSM
989
998
  # resp.association_description.target_locations[0].target_location_max_errors #=> String
990
999
  # resp.association_description.target_locations[0].execution_role_name #=> String
991
1000
  # resp.association_description.schedule_offset #=> Integer
1001
+ # resp.association_description.target_maps #=> Array
1002
+ # resp.association_description.target_maps[0] #=> Hash
1003
+ # resp.association_description.target_maps[0]["TargetMapKey"] #=> Array
1004
+ # resp.association_description.target_maps[0]["TargetMapKey"][0] #=> String
992
1005
  #
993
1006
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociation AWS API Documentation
994
1007
  #
@@ -1062,6 +1075,11 @@ module Aws::SSM
1062
1075
  # },
1063
1076
  # ],
1064
1077
  # schedule_offset: 1,
1078
+ # target_maps: [
1079
+ # {
1080
+ # "TargetMapKey" => ["TargetMapValue"],
1081
+ # },
1082
+ # ],
1065
1083
  # },
1066
1084
  # ],
1067
1085
  # })
@@ -1115,6 +1133,10 @@ module Aws::SSM
1115
1133
  # resp.successful[0].target_locations[0].target_location_max_errors #=> String
1116
1134
  # resp.successful[0].target_locations[0].execution_role_name #=> String
1117
1135
  # resp.successful[0].schedule_offset #=> Integer
1136
+ # resp.successful[0].target_maps #=> Array
1137
+ # resp.successful[0].target_maps[0] #=> Hash
1138
+ # resp.successful[0].target_maps[0]["TargetMapKey"] #=> Array
1139
+ # resp.successful[0].target_maps[0]["TargetMapKey"][0] #=> String
1118
1140
  # resp.failed #=> Array
1119
1141
  # resp.failed[0].entry.name #=> String
1120
1142
  # resp.failed[0].entry.instance_id #=> String
@@ -1148,6 +1170,10 @@ module Aws::SSM
1148
1170
  # resp.failed[0].entry.target_locations[0].target_location_max_errors #=> String
1149
1171
  # resp.failed[0].entry.target_locations[0].execution_role_name #=> String
1150
1172
  # resp.failed[0].entry.schedule_offset #=> Integer
1173
+ # resp.failed[0].entry.target_maps #=> Array
1174
+ # resp.failed[0].entry.target_maps[0] #=> Hash
1175
+ # resp.failed[0].entry.target_maps[0]["TargetMapKey"] #=> Array
1176
+ # resp.failed[0].entry.target_maps[0]["TargetMapKey"][0] #=> String
1151
1177
  # resp.failed[0].message #=> String
1152
1178
  # resp.failed[0].fault #=> String, one of "Client", "Server", "Unknown"
1153
1179
  #
@@ -1228,9 +1254,8 @@ module Aws::SSM
1228
1254
  #
1229
1255
  # @option params [String] :version_name
1230
1256
  # An optional field specifying the version of the artifact you are
1231
- # creating with the document. For example, "Release 12, Update 6".
1232
- # This value is unique across all versions of a document, and can't be
1233
- # changed.
1257
+ # creating with the document. For example, `Release12.1`. This value is
1258
+ # unique across all versions of a document, and can't be changed.
1234
1259
  #
1235
1260
  # @option params [String] :document_type
1236
1261
  # The type of document to create.
@@ -2641,6 +2666,10 @@ module Aws::SSM
2641
2666
  # resp.association_description.target_locations[0].target_location_max_errors #=> String
2642
2667
  # resp.association_description.target_locations[0].execution_role_name #=> String
2643
2668
  # resp.association_description.schedule_offset #=> Integer
2669
+ # resp.association_description.target_maps #=> Array
2670
+ # resp.association_description.target_maps[0] #=> Hash
2671
+ # resp.association_description.target_maps[0]["TargetMapKey"] #=> Array
2672
+ # resp.association_description.target_maps[0]["TargetMapKey"][0] #=> String
2644
2673
  #
2645
2674
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociation AWS API Documentation
2646
2675
  #
@@ -2878,6 +2907,10 @@ module Aws::SSM
2878
2907
  # resp.automation_execution_metadata_list[0].runbooks[0].targets[0].key #=> String
2879
2908
  # resp.automation_execution_metadata_list[0].runbooks[0].targets[0].values #=> Array
2880
2909
  # resp.automation_execution_metadata_list[0].runbooks[0].targets[0].values[0] #=> String
2910
+ # resp.automation_execution_metadata_list[0].runbooks[0].target_maps #=> Array
2911
+ # resp.automation_execution_metadata_list[0].runbooks[0].target_maps[0] #=> Hash
2912
+ # resp.automation_execution_metadata_list[0].runbooks[0].target_maps[0]["TargetMapKey"] #=> Array
2913
+ # resp.automation_execution_metadata_list[0].runbooks[0].target_maps[0]["TargetMapKey"][0] #=> String
2881
2914
  # resp.automation_execution_metadata_list[0].runbooks[0].max_concurrency #=> String
2882
2915
  # resp.automation_execution_metadata_list[0].runbooks[0].max_errors #=> String
2883
2916
  # resp.automation_execution_metadata_list[0].runbooks[0].target_locations #=> Array
@@ -5136,6 +5169,10 @@ module Aws::SSM
5136
5169
  # resp.automation_execution.runbooks[0].targets[0].key #=> String
5137
5170
  # resp.automation_execution.runbooks[0].targets[0].values #=> Array
5138
5171
  # resp.automation_execution.runbooks[0].targets[0].values[0] #=> String
5172
+ # resp.automation_execution.runbooks[0].target_maps #=> Array
5173
+ # resp.automation_execution.runbooks[0].target_maps[0] #=> Hash
5174
+ # resp.automation_execution.runbooks[0].target_maps[0]["TargetMapKey"] #=> Array
5175
+ # resp.automation_execution.runbooks[0].target_maps[0]["TargetMapKey"][0] #=> String
5139
5176
  # resp.automation_execution.runbooks[0].max_concurrency #=> String
5140
5177
  # resp.automation_execution.runbooks[0].max_errors #=> String
5141
5178
  # resp.automation_execution.runbooks[0].target_locations #=> Array
@@ -5242,20 +5279,18 @@ module Aws::SSM
5242
5279
  # Manager.
5243
5280
  #
5244
5281
  # @option params [String] :plugin_name
5245
- # The name of the plugin for which you want detailed results. If the
5246
- # document contains only one plugin, you can omit the name and details
5247
- # for that plugin. If the document contains more than one plugin, you
5248
- # must specify the name of the plugin for which you want to view
5249
- # details.
5250
- #
5251
- # Plugin names are also referred to as *step names* in Systems Manager
5252
- # documents (SSM documents). For example, `aws:RunShellScript` is a
5253
- # plugin.
5282
+ # The name of the step for which you want detailed results. If the
5283
+ # document contains only one step, you can omit the name and details for
5284
+ # that step. If the document contains more than one step, you must
5285
+ # specify the name of the step for which you want to view details. Be
5286
+ # sure to specify the name of the step, not the name of a plugin like
5287
+ # `aws:RunShellScript`.
5254
5288
  #
5255
5289
  # To find the `PluginName`, check the document content and find the name
5256
- # of the plugin. Alternatively, use ListCommandInvocations with the
5257
- # `CommandId` and `Details` parameters. The `PluginName` is the `Name`
5258
- # attribute of the `CommandPlugin` object in the `CommandPlugins` list.
5290
+ # of the step you want details for. Alternatively, use
5291
+ # ListCommandInvocations with the `CommandId` and `Details` parameters.
5292
+ # The `PluginName` is the `Name` attribute of the `CommandPlugin` object
5293
+ # in the `CommandPlugins` list.
5259
5294
  #
5260
5295
  # @return [Types::GetCommandInvocationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5261
5296
  #
@@ -6672,12 +6707,14 @@ module Aws::SSM
6672
6707
  #
6673
6708
  # * `/ssm/documents/console/public-sharing-permission`
6674
6709
  #
6710
+ # * `/ssm/managed-instance/activation-tier`
6711
+ #
6712
+ # * `/ssm/opsinsights/opscenter`
6713
+ #
6675
6714
  # * `/ssm/parameter-store/default-parameter-tier`
6676
6715
  #
6677
6716
  # * `/ssm/parameter-store/high-throughput-enabled`
6678
6717
  #
6679
- # * `/ssm/managed-instance/activation-tier`
6680
- #
6681
6718
  # @return [Types::GetServiceSettingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6682
6719
  #
6683
6720
  # * {Types::GetServiceSettingResult#service_setting #service_setting} => Types::ServiceSetting
@@ -6843,6 +6880,10 @@ module Aws::SSM
6843
6880
  # resp.association_versions[0].target_locations[0].target_location_max_errors #=> String
6844
6881
  # resp.association_versions[0].target_locations[0].execution_role_name #=> String
6845
6882
  # resp.association_versions[0].schedule_offset #=> Integer
6883
+ # resp.association_versions[0].target_maps #=> Array
6884
+ # resp.association_versions[0].target_maps[0] #=> Hash
6885
+ # resp.association_versions[0].target_maps[0]["TargetMapKey"] #=> Array
6886
+ # resp.association_versions[0].target_maps[0]["TargetMapKey"][0] #=> String
6846
6887
  # resp.next_token #=> String
6847
6888
  #
6848
6889
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociationVersions AWS API Documentation
@@ -6920,6 +6961,10 @@ module Aws::SSM
6920
6961
  # resp.associations[0].schedule_expression #=> String
6921
6962
  # resp.associations[0].association_name #=> String
6922
6963
  # resp.associations[0].schedule_offset #=> Integer
6964
+ # resp.associations[0].target_maps #=> Array
6965
+ # resp.associations[0].target_maps[0] #=> Hash
6966
+ # resp.associations[0].target_maps[0]["TargetMapKey"] #=> Array
6967
+ # resp.associations[0].target_maps[0]["TargetMapKey"][0] #=> String
6923
6968
  # resp.next_token #=> String
6924
6969
  #
6925
6970
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociations AWS API Documentation
@@ -7993,7 +8038,7 @@ module Aws::SSM
7993
8038
  # * Status: The status of the compliance item. For example, `approved`
7994
8039
  # for patches, or `Failed` for associations.
7995
8040
  #
7996
- # * Severity: A patch severity. For example, `critical`.
8041
+ # * Severity: A patch severity. For example, `Critical`.
7997
8042
  #
7998
8043
  # * DocumentName: An SSM document name. For example,
7999
8044
  # `AWS-RunPatchBaseline`.
@@ -8959,12 +9004,14 @@ module Aws::SSM
8959
9004
  #
8960
9005
  # * `/ssm/documents/console/public-sharing-permission`
8961
9006
  #
9007
+ # * `/ssm/managed-instance/activation-tier`
9008
+ #
9009
+ # * `/ssm/opsinsights/opscenter`
9010
+ #
8962
9011
  # * `/ssm/parameter-store/default-parameter-tier`
8963
9012
  #
8964
9013
  # * `/ssm/parameter-store/high-throughput-enabled`
8965
9014
  #
8966
- # * `/ssm/managed-instance/activation-tier`
8967
- #
8968
9015
  # @return [Types::ResetServiceSettingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8969
9016
  #
8970
9017
  # * {Types::ResetServiceSettingResult#service_setting #service_setting} => Types::ServiceSetting
@@ -9604,6 +9651,11 @@ module Aws::SSM
9604
9651
  # values: ["TargetValue"],
9605
9652
  # },
9606
9653
  # ],
9654
+ # target_maps: [
9655
+ # {
9656
+ # "TargetMapKey" => ["TargetMapValue"],
9657
+ # },
9658
+ # ],
9607
9659
  # max_concurrency: "MaxConcurrency",
9608
9660
  # max_errors: "MaxErrors",
9609
9661
  # target_locations: [
@@ -9664,11 +9716,17 @@ module Aws::SSM
9664
9716
  # The managed node to connect to for the session.
9665
9717
  #
9666
9718
  # @option params [String] :document_name
9667
- # The name of the SSM document to define the parameters and plugin
9668
- # settings for the session. For example, `SSM-SessionManagerRunShell`.
9669
- # You can call the GetDocument API to verify the document exists before
9670
- # attempting to start a session. If no document name is provided, a
9671
- # shell to the managed node is launched by default.
9719
+ # The name of the SSM document you want to use to define the type of
9720
+ # session, input parameters, or preferences for the session. For
9721
+ # example, `SSM-SessionManagerRunShell`. You can call the GetDocument
9722
+ # API to verify the document exists before attempting to start a
9723
+ # session. If no document name is provided, a shell to the managed node
9724
+ # is launched by default. For more information, see [Start a session][1]
9725
+ # in the *Amazon Web Services Systems Manager User Guide*.
9726
+ #
9727
+ #
9728
+ #
9729
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html
9672
9730
  #
9673
9731
  # @option params [String] :reason
9674
9732
  # The reason for connecting to the instance. This value is included in
@@ -10009,6 +10067,10 @@ module Aws::SSM
10009
10067
  #
10010
10068
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html
10011
10069
  #
10070
+ # @option params [Array<Hash>] :target_maps
10071
+ # A key-value mapping of document parameters to target resources. Both
10072
+ # Targets and TargetMaps can't be specified together.
10073
+ #
10012
10074
  # @return [Types::UpdateAssociationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10013
10075
  #
10014
10076
  # * {Types::UpdateAssociationResult#association_description #association_description} => Types::AssociationDescription
@@ -10055,6 +10117,11 @@ module Aws::SSM
10055
10117
  # },
10056
10118
  # ],
10057
10119
  # schedule_offset: 1,
10120
+ # target_maps: [
10121
+ # {
10122
+ # "TargetMapKey" => ["TargetMapValue"],
10123
+ # },
10124
+ # ],
10058
10125
  # })
10059
10126
  #
10060
10127
  # @example Response structure
@@ -10105,6 +10172,10 @@ module Aws::SSM
10105
10172
  # resp.association_description.target_locations[0].target_location_max_errors #=> String
10106
10173
  # resp.association_description.target_locations[0].execution_role_name #=> String
10107
10174
  # resp.association_description.schedule_offset #=> Integer
10175
+ # resp.association_description.target_maps #=> Array
10176
+ # resp.association_description.target_maps[0] #=> Hash
10177
+ # resp.association_description.target_maps[0]["TargetMapKey"] #=> Array
10178
+ # resp.association_description.target_maps[0]["TargetMapKey"][0] #=> String
10108
10179
  #
10109
10180
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociation AWS API Documentation
10110
10181
  #
@@ -10197,6 +10268,10 @@ module Aws::SSM
10197
10268
  # resp.association_description.target_locations[0].target_location_max_errors #=> String
10198
10269
  # resp.association_description.target_locations[0].execution_role_name #=> String
10199
10270
  # resp.association_description.schedule_offset #=> Integer
10271
+ # resp.association_description.target_maps #=> Array
10272
+ # resp.association_description.target_maps[0] #=> Hash
10273
+ # resp.association_description.target_maps[0]["TargetMapKey"] #=> Array
10274
+ # resp.association_description.target_maps[0]["TargetMapKey"][0] #=> String
10200
10275
  #
10201
10276
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationStatus AWS API Documentation
10202
10277
  #
@@ -11503,23 +11578,18 @@ module Aws::SSM
11503
11578
  #
11504
11579
  # * `/ssm/documents/console/public-sharing-permission`
11505
11580
  #
11581
+ # * `/ssm/managed-instance/activation-tier`
11582
+ #
11583
+ # * `/ssm/opsinsights/opscenter`
11584
+ #
11506
11585
  # * `/ssm/parameter-store/default-parameter-tier`
11507
11586
  #
11508
11587
  # * `/ssm/parameter-store/high-throughput-enabled`
11509
11588
  #
11510
- # * `/ssm/managed-instance/activation-tier`
11511
- #
11512
11589
  # @option params [required, String] :setting_value
11513
11590
  # The new value to specify for the service setting. The following list
11514
11591
  # specifies the available values for each setting.
11515
11592
  #
11516
- # * `/ssm/parameter-store/default-parameter-tier`\: `Standard`,
11517
- # `Advanced`, `Intelligent-Tiering`
11518
- #
11519
- # * `/ssm/parameter-store/high-throughput-enabled`\: `true` or `false`
11520
- #
11521
- # * `/ssm/managed-instance/activation-tier`\: `true` or `false`
11522
- #
11523
11593
  # * `/ssm/automation/customer-script-log-destination`\: `CloudWatch`
11524
11594
  #
11525
11595
  # * `/ssm/automation/customer-script-log-group-name`\: the name of an
@@ -11530,6 +11600,13 @@ module Aws::SSM
11530
11600
  #
11531
11601
  # * `/ssm/managed-instance/activation-tier`\: `standard` or `advanced`
11532
11602
  #
11603
+ # * `/ssm/opsinsights/opscenter`\: `Enabled` or `Disabled`
11604
+ #
11605
+ # * `/ssm/parameter-store/default-parameter-tier`\: `Standard`,
11606
+ # `Advanced`, `Intelligent-Tiering`
11607
+ #
11608
+ # * `/ssm/parameter-store/high-throughput-enabled`\: `true` or `false`
11609
+ #
11533
11610
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
11534
11611
  #
11535
11612
  # @example Request syntax with placeholder values
@@ -11561,7 +11638,7 @@ module Aws::SSM
11561
11638
  params: params,
11562
11639
  config: config)
11563
11640
  context[:gem_name] = 'aws-sdk-ssm'
11564
- context[:gem_version] = '1.135.0'
11641
+ context[:gem_version] = '1.138.0'
11565
11642
  Seahorse::Client::Request.new(handlers, context)
11566
11643
  end
11567
11644
 
@@ -527,6 +527,7 @@ module Aws::SSM
527
527
  InvalidRole = Shapes::StructureShape.new(name: 'InvalidRole')
528
528
  InvalidSchedule = Shapes::StructureShape.new(name: 'InvalidSchedule')
529
529
  InvalidTarget = Shapes::StructureShape.new(name: 'InvalidTarget')
530
+ InvalidTargetMaps = Shapes::StructureShape.new(name: 'InvalidTargetMaps')
530
531
  InvalidTypeNameException = Shapes::StructureShape.new(name: 'InvalidTypeNameException')
531
532
  InvalidUpdate = Shapes::StructureShape.new(name: 'InvalidUpdate')
532
533
  InventoryAggregator = Shapes::StructureShape.new(name: 'InventoryAggregator')
@@ -1227,6 +1228,7 @@ module Aws::SSM
1227
1228
  Association.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, location_name: "ScheduleExpression"))
1228
1229
  Association.add_member(:association_name, Shapes::ShapeRef.new(shape: AssociationName, location_name: "AssociationName"))
1229
1230
  Association.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
1231
+ Association.add_member(:target_maps, Shapes::ShapeRef.new(shape: TargetMaps, location_name: "TargetMaps", metadata: {"box"=>true}))
1230
1232
  Association.struct_class = Types::Association
1231
1233
 
1232
1234
  AssociationAlreadyExists.struct_class = Types::AssociationAlreadyExists
@@ -1256,6 +1258,7 @@ module Aws::SSM
1256
1258
  AssociationDescription.add_member(:calendar_names, Shapes::ShapeRef.new(shape: CalendarNameOrARNList, location_name: "CalendarNames"))
1257
1259
  AssociationDescription.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1258
1260
  AssociationDescription.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
1261
+ AssociationDescription.add_member(:target_maps, Shapes::ShapeRef.new(shape: TargetMaps, location_name: "TargetMaps", metadata: {"box"=>true}))
1259
1262
  AssociationDescription.struct_class = Types::AssociationDescription
1260
1263
 
1261
1264
  AssociationDescriptionList.member = Shapes::ShapeRef.new(shape: AssociationDescription)
@@ -1348,6 +1351,7 @@ module Aws::SSM
1348
1351
  AssociationVersionInfo.add_member(:calendar_names, Shapes::ShapeRef.new(shape: CalendarNameOrARNList, location_name: "CalendarNames"))
1349
1352
  AssociationVersionInfo.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1350
1353
  AssociationVersionInfo.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
1354
+ AssociationVersionInfo.add_member(:target_maps, Shapes::ShapeRef.new(shape: TargetMaps, location_name: "TargetMaps", metadata: {"box"=>true}))
1351
1355
  AssociationVersionInfo.struct_class = Types::AssociationVersionInfo
1352
1356
 
1353
1357
  AssociationVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -1669,6 +1673,7 @@ module Aws::SSM
1669
1673
  CreateAssociationBatchRequestEntry.add_member(:calendar_names, Shapes::ShapeRef.new(shape: CalendarNameOrARNList, location_name: "CalendarNames"))
1670
1674
  CreateAssociationBatchRequestEntry.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1671
1675
  CreateAssociationBatchRequestEntry.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
1676
+ CreateAssociationBatchRequestEntry.add_member(:target_maps, Shapes::ShapeRef.new(shape: TargetMaps, location_name: "TargetMaps", metadata: {"box"=>true}))
1672
1677
  CreateAssociationBatchRequestEntry.struct_class = Types::CreateAssociationBatchRequestEntry
1673
1678
 
1674
1679
  CreateAssociationBatchResult.add_member(:successful, Shapes::ShapeRef.new(shape: AssociationDescriptionList, location_name: "Successful"))
@@ -1692,6 +1697,7 @@ module Aws::SSM
1692
1697
  CreateAssociationRequest.add_member(:calendar_names, Shapes::ShapeRef.new(shape: CalendarNameOrARNList, location_name: "CalendarNames"))
1693
1698
  CreateAssociationRequest.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
1694
1699
  CreateAssociationRequest.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
1700
+ CreateAssociationRequest.add_member(:target_maps, Shapes::ShapeRef.new(shape: TargetMaps, location_name: "TargetMaps", metadata: {"box"=>true}))
1695
1701
  CreateAssociationRequest.struct_class = Types::CreateAssociationRequest
1696
1702
 
1697
1703
  CreateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
@@ -2933,6 +2939,9 @@ module Aws::SSM
2933
2939
  InvalidTarget.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2934
2940
  InvalidTarget.struct_class = Types::InvalidTarget
2935
2941
 
2942
+ InvalidTargetMaps.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2943
+ InvalidTargetMaps.struct_class = Types::InvalidTargetMaps
2944
+
2936
2945
  InvalidTypeNameException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
2937
2946
  InvalidTypeNameException.struct_class = Types::InvalidTypeNameException
2938
2947
 
@@ -4064,6 +4073,7 @@ module Aws::SSM
4064
4073
  Runbook.add_member(:parameters, Shapes::ShapeRef.new(shape: AutomationParameterMap, location_name: "Parameters"))
4065
4074
  Runbook.add_member(:target_parameter_name, Shapes::ShapeRef.new(shape: AutomationParameterKey, location_name: "TargetParameterName"))
4066
4075
  Runbook.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, location_name: "Targets"))
4076
+ Runbook.add_member(:target_maps, Shapes::ShapeRef.new(shape: TargetMaps, location_name: "TargetMaps"))
4067
4077
  Runbook.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
4068
4078
  Runbook.add_member(:max_errors, Shapes::ShapeRef.new(shape: MaxErrors, location_name: "MaxErrors"))
4069
4079
  Runbook.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations", metadata: {"box"=>true}))
@@ -4361,6 +4371,7 @@ module Aws::SSM
4361
4371
  UpdateAssociationRequest.add_member(:calendar_names, Shapes::ShapeRef.new(shape: CalendarNameOrARNList, location_name: "CalendarNames"))
4362
4372
  UpdateAssociationRequest.add_member(:target_locations, Shapes::ShapeRef.new(shape: TargetLocations, location_name: "TargetLocations"))
4363
4373
  UpdateAssociationRequest.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
4374
+ UpdateAssociationRequest.add_member(:target_maps, Shapes::ShapeRef.new(shape: TargetMaps, location_name: "TargetMaps", metadata: {"box"=>true}))
4364
4375
  UpdateAssociationRequest.struct_class = Types::UpdateAssociationRequest
4365
4376
 
4366
4377
  UpdateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
@@ -4652,6 +4663,7 @@ module Aws::SSM
4652
4663
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameters)
4653
4664
  o.errors << Shapes::ShapeRef.new(shape: InvalidTarget)
4654
4665
  o.errors << Shapes::ShapeRef.new(shape: InvalidSchedule)
4666
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTargetMaps)
4655
4667
  end)
4656
4668
 
4657
4669
  api.add_operation(:create_association_batch, Seahorse::Model::Operation.new.tap do |o|
@@ -4671,6 +4683,7 @@ module Aws::SSM
4671
4683
  o.errors << Shapes::ShapeRef.new(shape: InvalidOutputLocation)
4672
4684
  o.errors << Shapes::ShapeRef.new(shape: InvalidTarget)
4673
4685
  o.errors << Shapes::ShapeRef.new(shape: InvalidSchedule)
4686
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTargetMaps)
4674
4687
  end)
4675
4688
 
4676
4689
  api.add_operation(:create_document, Seahorse::Model::Operation.new.tap do |o|
@@ -6273,6 +6286,7 @@ module Aws::SSM
6273
6286
  o.errors << Shapes::ShapeRef.new(shape: InvalidTarget)
6274
6287
  o.errors << Shapes::ShapeRef.new(shape: InvalidAssociationVersion)
6275
6288
  o.errors << Shapes::ShapeRef.new(shape: AssociationVersionLimitExceeded)
6289
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTargetMaps)
6276
6290
  end)
6277
6291
 
6278
6292
  api.add_operation(:update_association_status, Seahorse::Model::Operation.new.tap do |o|
@@ -101,6 +101,7 @@ module Aws::SSM
101
101
  # * {InvalidRole}
102
102
  # * {InvalidSchedule}
103
103
  # * {InvalidTarget}
104
+ # * {InvalidTargetMaps}
104
105
  # * {InvalidTypeNameException}
105
106
  # * {InvalidUpdate}
106
107
  # * {InvocationDoesNotExist}
@@ -1216,6 +1217,21 @@ module Aws::SSM
1216
1217
  end
1217
1218
  end
1218
1219
 
1220
+ class InvalidTargetMaps < ServiceError
1221
+
1222
+ # @param [Seahorse::Client::RequestContext] context
1223
+ # @param [String] message
1224
+ # @param [Aws::SSM::Types::InvalidTargetMaps] data
1225
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1226
+ super(context, message, data)
1227
+ end
1228
+
1229
+ # @return [String]
1230
+ def message
1231
+ @message || @data[:message]
1232
+ end
1233
+ end
1234
+
1219
1235
  class InvalidTypeNameException < ServiceError
1220
1236
 
1221
1237
  # @param [Seahorse::Client::RequestContext] context
@@ -318,6 +318,11 @@ module Aws::SSM
318
318
  # association.
319
319
  # @return [Integer]
320
320
  #
321
+ # @!attribute [rw] target_maps
322
+ # A key-value mapping of document parameters to target resources. Both
323
+ # Targets and TargetMaps can't be specified together.
324
+ # @return [Array<Hash<String,Array<String>>>]
325
+ #
321
326
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Association AWS API Documentation
322
327
  #
323
328
  class Association < Struct.new(
@@ -331,7 +336,8 @@ module Aws::SSM
331
336
  :overview,
332
337
  :schedule_expression,
333
338
  :association_name,
334
- :schedule_offset)
339
+ :schedule_offset,
340
+ :target_maps)
335
341
  SENSITIVE = []
336
342
  include Aws::Structure
337
343
  end
@@ -498,6 +504,11 @@ module Aws::SSM
498
504
  # association.
499
505
  # @return [Integer]
500
506
  #
507
+ # @!attribute [rw] target_maps
508
+ # A key-value mapping of document parameters to target resources. Both
509
+ # Targets and TargetMaps can't be specified together.
510
+ # @return [Array<Hash<String,Array<String>>>]
511
+ #
501
512
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociationDescription AWS API Documentation
502
513
  #
503
514
  class AssociationDescription < Struct.new(
@@ -525,7 +536,8 @@ module Aws::SSM
525
536
  :apply_only_at_cron_interval,
526
537
  :calendar_names,
527
538
  :target_locations,
528
- :schedule_offset)
539
+ :schedule_offset,
540
+ :target_maps)
529
541
  SENSITIVE = [:parameters]
530
542
  include Aws::Structure
531
543
  end
@@ -956,6 +968,11 @@ module Aws::SSM
956
968
  # association.
957
969
  # @return [Integer]
958
970
  #
971
+ # @!attribute [rw] target_maps
972
+ # A key-value mapping of document parameters to target resources. Both
973
+ # Targets and TargetMaps can't be specified together.
974
+ # @return [Array<Hash<String,Array<String>>>]
975
+ #
959
976
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociationVersionInfo AWS API Documentation
960
977
  #
961
978
  class AssociationVersionInfo < Struct.new(
@@ -976,7 +993,8 @@ module Aws::SSM
976
993
  :apply_only_at_cron_interval,
977
994
  :calendar_names,
978
995
  :target_locations,
979
- :schedule_offset)
996
+ :schedule_offset,
997
+ :target_maps)
980
998
  SENSITIVE = [:parameters]
981
999
  include Aws::Structure
982
1000
  end
@@ -1823,9 +1841,16 @@ module Aws::SSM
1823
1841
  # @return [String]
1824
1842
  #
1825
1843
  # @!attribute [rw] expires_after
1826
- # If this time is reached and the command hasn't already started
1827
- # running, it won't run. Calculated based on the `ExpiresAfter` user
1828
- # input provided as part of the `SendCommand` API operation.
1844
+ # If a command expires, it changes status to `DeliveryTimedOut` for
1845
+ # all invocations that have the status `InProgress`, `Pending`, or
1846
+ # `Delayed`. `ExpiresAfter` is calculated based on the total timeout
1847
+ # for the overall command. For more information, see [Understanding
1848
+ # command timeout values][1] in the *Amazon Web Services Systems
1849
+ # Manager User Guide*.
1850
+ #
1851
+ #
1852
+ #
1853
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html?icmpid=docs_ec2_console#monitor-about-status-timeouts
1829
1854
  # @return [Time]
1830
1855
  #
1831
1856
  # @!attribute [rw] parameters
@@ -1892,6 +1917,9 @@ module Aws::SSM
1892
1917
  # canceled the command before running it on any managed node. This
1893
1918
  # is a terminal state.
1894
1919
  #
1920
+ # * Delayed: The system attempted to send the command to the managed
1921
+ # node but wasn't successful. The system retries again.
1922
+ #
1895
1923
  #
1896
1924
  #
1897
1925
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html
@@ -2220,6 +2248,9 @@ module Aws::SSM
2220
2248
  # subsequent command invocations were canceled by the system. This
2221
2249
  # is a terminal state.
2222
2250
  #
2251
+ # * Delayed: The system attempted to send the command to the managed
2252
+ # node but wasn't successful. The system retries again.
2253
+ #
2223
2254
  #
2224
2255
  #
2225
2256
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html
@@ -2872,6 +2903,11 @@ module Aws::SSM
2872
2903
  # },
2873
2904
  # ],
2874
2905
  # schedule_offset: 1,
2906
+ # target_maps: [
2907
+ # {
2908
+ # "TargetMapKey" => ["TargetMapValue"],
2909
+ # },
2910
+ # ],
2875
2911
  # },
2876
2912
  # ],
2877
2913
  # }
@@ -2933,6 +2969,11 @@ module Aws::SSM
2933
2969
  # },
2934
2970
  # ],
2935
2971
  # schedule_offset: 1,
2972
+ # target_maps: [
2973
+ # {
2974
+ # "TargetMapKey" => ["TargetMapValue"],
2975
+ # },
2976
+ # ],
2936
2977
  # }
2937
2978
  #
2938
2979
  # @!attribute [rw] name
@@ -3087,6 +3128,11 @@ module Aws::SSM
3087
3128
  # association.
3088
3129
  # @return [Integer]
3089
3130
  #
3131
+ # @!attribute [rw] target_maps
3132
+ # A key-value mapping of document parameters to target resources. Both
3133
+ # Targets and TargetMaps can't be specified together.
3134
+ # @return [Array<Hash<String,Array<String>>>]
3135
+ #
3090
3136
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationBatchRequestEntry AWS API Documentation
3091
3137
  #
3092
3138
  class CreateAssociationBatchRequestEntry < Struct.new(
@@ -3106,7 +3152,8 @@ module Aws::SSM
3106
3152
  :apply_only_at_cron_interval,
3107
3153
  :calendar_names,
3108
3154
  :target_locations,
3109
- :schedule_offset)
3155
+ :schedule_offset,
3156
+ :target_maps)
3110
3157
  SENSITIVE = [:parameters]
3111
3158
  include Aws::Structure
3112
3159
  end
@@ -3170,6 +3217,11 @@ module Aws::SSM
3170
3217
  # },
3171
3218
  # ],
3172
3219
  # schedule_offset: 1,
3220
+ # target_maps: [
3221
+ # {
3222
+ # "TargetMapKey" => ["TargetMapValue"],
3223
+ # },
3224
+ # ],
3173
3225
  # }
3174
3226
  #
3175
3227
  # @!attribute [rw] name
@@ -3361,6 +3413,11 @@ module Aws::SSM
3361
3413
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html
3362
3414
  # @return [Integer]
3363
3415
  #
3416
+ # @!attribute [rw] target_maps
3417
+ # A key-value mapping of document parameters to target resources. Both
3418
+ # Targets and TargetMaps can't be specified together.
3419
+ # @return [Array<Hash<String,Array<String>>>]
3420
+ #
3364
3421
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationRequest AWS API Documentation
3365
3422
  #
3366
3423
  class CreateAssociationRequest < Struct.new(
@@ -3380,7 +3437,8 @@ module Aws::SSM
3380
3437
  :apply_only_at_cron_interval,
3381
3438
  :calendar_names,
3382
3439
  :target_locations,
3383
- :schedule_offset)
3440
+ :schedule_offset,
3441
+ :target_maps)
3384
3442
  SENSITIVE = [:parameters]
3385
3443
  include Aws::Structure
3386
3444
  end
@@ -3492,9 +3550,8 @@ module Aws::SSM
3492
3550
  #
3493
3551
  # @!attribute [rw] version_name
3494
3552
  # An optional field specifying the version of the artifact you are
3495
- # creating with the document. For example, "Release 12, Update 6".
3496
- # This value is unique across all versions of a document, and can't
3497
- # be changed.
3553
+ # creating with the document. For example, `Release12.1`. This value
3554
+ # is unique across all versions of a document, and can't be changed.
3498
3555
  # @return [String]
3499
3556
  #
3500
3557
  # @!attribute [rw] document_type
@@ -8159,21 +8216,18 @@ module Aws::SSM
8159
8216
  # @return [String]
8160
8217
  #
8161
8218
  # @!attribute [rw] plugin_name
8162
- # The name of the plugin for which you want detailed results. If the
8163
- # document contains only one plugin, you can omit the name and details
8164
- # for that plugin. If the document contains more than one plugin, you
8165
- # must specify the name of the plugin for which you want to view
8166
- # details.
8167
- #
8168
- # Plugin names are also referred to as *step names* in Systems Manager
8169
- # documents (SSM documents). For example, `aws:RunShellScript` is a
8170
- # plugin.
8219
+ # The name of the step for which you want detailed results. If the
8220
+ # document contains only one step, you can omit the name and details
8221
+ # for that step. If the document contains more than one step, you must
8222
+ # specify the name of the step for which you want to view details. Be
8223
+ # sure to specify the name of the step, not the name of a plugin like
8224
+ # `aws:RunShellScript`.
8171
8225
  #
8172
8226
  # To find the `PluginName`, check the document content and find the
8173
- # name of the plugin. Alternatively, use ListCommandInvocations with
8174
- # the `CommandId` and `Details` parameters. The `PluginName` is the
8175
- # `Name` attribute of the `CommandPlugin` object in the
8176
- # `CommandPlugins` list.
8227
+ # name of the step you want details for. Alternatively, use
8228
+ # ListCommandInvocations with the `CommandId` and `Details`
8229
+ # parameters. The `PluginName` is the `Name` attribute of the
8230
+ # `CommandPlugin` object in the `CommandPlugins` list.
8177
8231
  # @return [String]
8178
8232
  #
8179
8233
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCommandInvocationRequest AWS API Documentation
@@ -10019,11 +10073,13 @@ module Aws::SSM
10019
10073
  #
10020
10074
  # * `/ssm/documents/console/public-sharing-permission`
10021
10075
  #
10076
+ # * `/ssm/managed-instance/activation-tier`
10077
+ #
10078
+ # * `/ssm/opsinsights/opscenter`
10079
+ #
10022
10080
  # * `/ssm/parameter-store/default-parameter-tier`
10023
10081
  #
10024
10082
  # * `/ssm/parameter-store/high-throughput-enabled`
10025
- #
10026
- # * `/ssm/managed-instance/activation-tier`
10027
10083
  # @return [String]
10028
10084
  #
10029
10085
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetServiceSettingRequest AWS API Documentation
@@ -11380,6 +11436,19 @@ module Aws::SSM
11380
11436
  include Aws::Structure
11381
11437
  end
11382
11438
 
11439
+ # TargetMap parameter isn't valid.
11440
+ #
11441
+ # @!attribute [rw] message
11442
+ # @return [String]
11443
+ #
11444
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InvalidTargetMaps AWS API Documentation
11445
+ #
11446
+ class InvalidTargetMaps < Struct.new(
11447
+ :message)
11448
+ SENSITIVE = []
11449
+ include Aws::Structure
11450
+ end
11451
+
11383
11452
  # The parameter type name isn't valid.
11384
11453
  #
11385
11454
  # @!attribute [rw] message
@@ -17299,11 +17368,13 @@ module Aws::SSM
17299
17368
  #
17300
17369
  # * `/ssm/documents/console/public-sharing-permission`
17301
17370
  #
17371
+ # * `/ssm/managed-instance/activation-tier`
17372
+ #
17373
+ # * `/ssm/opsinsights/opscenter`
17374
+ #
17302
17375
  # * `/ssm/parameter-store/default-parameter-tier`
17303
17376
  #
17304
17377
  # * `/ssm/parameter-store/high-throughput-enabled`
17305
- #
17306
- # * `/ssm/managed-instance/activation-tier`
17307
17378
  # @return [String]
17308
17379
  #
17309
17380
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResetServiceSettingRequest AWS API Documentation
@@ -17997,6 +18068,11 @@ module Aws::SSM
17997
18068
  # values: ["TargetValue"],
17998
18069
  # },
17999
18070
  # ],
18071
+ # target_maps: [
18072
+ # {
18073
+ # "TargetMapKey" => ["TargetMapValue"],
18074
+ # },
18075
+ # ],
18000
18076
  # max_concurrency: "MaxConcurrency",
18001
18077
  # max_errors: "MaxErrors",
18002
18078
  # target_locations: [
@@ -18033,6 +18109,11 @@ module Aws::SSM
18033
18109
  # performs tasks on. Required if you specify `TargetParameterName`.
18034
18110
  # @return [Array<Types::Target>]
18035
18111
  #
18112
+ # @!attribute [rw] target_maps
18113
+ # A key-value mapping of runbook parameters to target resources. Both
18114
+ # Targets and TargetMaps can't be specified together.
18115
+ # @return [Array<Hash<String,Array<String>>>]
18116
+ #
18036
18117
  # @!attribute [rw] max_concurrency
18037
18118
  # The `MaxConcurrency` value specified by the user when the operation
18038
18119
  # started, indicating the maximum number of resources that the runbook
@@ -18058,6 +18139,7 @@ module Aws::SSM
18058
18139
  :parameters,
18059
18140
  :target_parameter_name,
18060
18141
  :targets,
18142
+ :target_maps,
18061
18143
  :max_concurrency,
18062
18144
  :max_errors,
18063
18145
  :target_locations)
@@ -18669,7 +18751,7 @@ module Aws::SSM
18669
18751
  #
18670
18752
  # @!attribute [rw] critical_count
18671
18753
  # The total number of resources or compliance items that have a
18672
- # severity level of critical. Critical severity is determined by the
18754
+ # severity level of `Critical`. Critical severity is determined by the
18673
18755
  # organization that published the compliance items.
18674
18756
  # @return [Integer]
18675
18757
  #
@@ -18943,6 +19025,11 @@ module Aws::SSM
18943
19025
  # values: ["TargetValue"],
18944
19026
  # },
18945
19027
  # ],
19028
+ # target_maps: [
19029
+ # {
19030
+ # "TargetMapKey" => ["TargetMapValue"],
19031
+ # },
19032
+ # ],
18946
19033
  # max_concurrency: "MaxConcurrency",
18947
19034
  # max_errors: "MaxErrors",
18948
19035
  # target_locations: [
@@ -19103,11 +19190,17 @@ module Aws::SSM
19103
19190
  # @return [String]
19104
19191
  #
19105
19192
  # @!attribute [rw] document_name
19106
- # The name of the SSM document to define the parameters and plugin
19107
- # settings for the session. For example, `SSM-SessionManagerRunShell`.
19108
- # You can call the GetDocument API to verify the document exists
19109
- # before attempting to start a session. If no document name is
19110
- # provided, a shell to the managed node is launched by default.
19193
+ # The name of the SSM document you want to use to define the type of
19194
+ # session, input parameters, or preferences for the session. For
19195
+ # example, `SSM-SessionManagerRunShell`. You can call the GetDocument
19196
+ # API to verify the document exists before attempting to start a
19197
+ # session. If no document name is provided, a shell to the managed
19198
+ # node is launched by default. For more information, see [Start a
19199
+ # session][1] in the *Amazon Web Services Systems Manager User Guide*.
19200
+ #
19201
+ #
19202
+ #
19203
+ # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html
19111
19204
  # @return [String]
19112
19205
  #
19113
19206
  # @!attribute [rw] reason
@@ -19876,6 +19969,11 @@ module Aws::SSM
19876
19969
  # },
19877
19970
  # ],
19878
19971
  # schedule_offset: 1,
19972
+ # target_maps: [
19973
+ # {
19974
+ # "TargetMapKey" => ["TargetMapValue"],
19975
+ # },
19976
+ # ],
19879
19977
  # }
19880
19978
  #
19881
19979
  # @!attribute [rw] association_id
@@ -20072,6 +20170,11 @@ module Aws::SSM
20072
20170
  # [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html
20073
20171
  # @return [Integer]
20074
20172
  #
20173
+ # @!attribute [rw] target_maps
20174
+ # A key-value mapping of document parameters to target resources. Both
20175
+ # Targets and TargetMaps can't be specified together.
20176
+ # @return [Array<Hash<String,Array<String>>>]
20177
+ #
20075
20178
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationRequest AWS API Documentation
20076
20179
  #
20077
20180
  class UpdateAssociationRequest < Struct.new(
@@ -20092,7 +20195,8 @@ module Aws::SSM
20092
20195
  :apply_only_at_cron_interval,
20093
20196
  :calendar_names,
20094
20197
  :target_locations,
20095
- :schedule_offset)
20198
+ :schedule_offset,
20199
+ :target_maps)
20096
20200
  SENSITIVE = [:parameters]
20097
20201
  include Aws::Structure
20098
20202
  end
@@ -21584,24 +21688,19 @@ module Aws::SSM
21584
21688
  #
21585
21689
  # * `/ssm/documents/console/public-sharing-permission`
21586
21690
  #
21691
+ # * `/ssm/managed-instance/activation-tier`
21692
+ #
21693
+ # * `/ssm/opsinsights/opscenter`
21694
+ #
21587
21695
  # * `/ssm/parameter-store/default-parameter-tier`
21588
21696
  #
21589
21697
  # * `/ssm/parameter-store/high-throughput-enabled`
21590
- #
21591
- # * `/ssm/managed-instance/activation-tier`
21592
21698
  # @return [String]
21593
21699
  #
21594
21700
  # @!attribute [rw] setting_value
21595
21701
  # The new value to specify for the service setting. The following list
21596
21702
  # specifies the available values for each setting.
21597
21703
  #
21598
- # * `/ssm/parameter-store/default-parameter-tier`\: `Standard`,
21599
- # `Advanced`, `Intelligent-Tiering`
21600
- #
21601
- # * `/ssm/parameter-store/high-throughput-enabled`\: `true` or `false`
21602
- #
21603
- # * `/ssm/managed-instance/activation-tier`\: `true` or `false`
21604
- #
21605
21704
  # * `/ssm/automation/customer-script-log-destination`\: `CloudWatch`
21606
21705
  #
21607
21706
  # * `/ssm/automation/customer-script-log-group-name`\: the name of an
@@ -21611,6 +21710,13 @@ module Aws::SSM
21611
21710
  # `Disable`
21612
21711
  #
21613
21712
  # * `/ssm/managed-instance/activation-tier`\: `standard` or `advanced`
21713
+ #
21714
+ # * `/ssm/opsinsights/opscenter`\: `Enabled` or `Disabled`
21715
+ #
21716
+ # * `/ssm/parameter-store/default-parameter-tier`\: `Standard`,
21717
+ # `Advanced`, `Intelligent-Tiering`
21718
+ #
21719
+ # * `/ssm/parameter-store/high-throughput-enabled`\: `true` or `false`
21614
21720
  # @return [String]
21615
21721
  #
21616
21722
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateServiceSettingRequest AWS API Documentation
data/lib/aws-sdk-ssm.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ssm/customizations'
49
49
  # @!group service
50
50
  module Aws::SSM
51
51
 
52
- GEM_VERSION = '1.135.0'
52
+ GEM_VERSION = '1.138.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.135.0
4
+ version: 1.138.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-19 00:00:00.000000000 Z
11
+ date: 2022-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core