aws-sdk-ssm 1.123.0 → 1.124.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 +12 -3
- data/lib/aws-sdk-ssm/client_api.rb +12 -0
- data/lib/aws-sdk-ssm/types.rb +59 -15
- data/lib/aws-sdk-ssm.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f749d723dc399e07d6fc209cd32e1c1252aea5796ef21f9b629f29929e5becd3
|
4
|
+
data.tar.gz: 85182d24b8c1f6e9a339cfa9b7125453fbf26212851151cd50969d3244ed183b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2939a4dde8978dd8fb9bcf76333c316ff1eac1a375038d2c96fa0daee969c6d6dc06d58012e322003778340ad9eec2f5c925ccb139e5ab657a78e80965cbccc4
|
7
|
+
data.tar.gz: 98f5240613251c42417464f319d575643b54d5c5537c216c6b562ec15509bf8ac988f2873bcb0f14f6b3e0081939657b81c9fafbb8d42eb529f3b6a7a028c28d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.124.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -645,6 +645,9 @@ module Aws::SSM
|
|
645
645
|
# AddTagsToResource. For information about how to remove tags from your
|
646
646
|
# managed instances, see RemoveTagsFromResource.
|
647
647
|
#
|
648
|
+
# @option params [Array<Types::RegistrationMetadataItem>] :registration_metadata
|
649
|
+
# Reserved for internal use.
|
650
|
+
#
|
648
651
|
# @return [Types::CreateActivationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
649
652
|
#
|
650
653
|
# * {Types::CreateActivationResult#activation_id #activation_id} => String
|
@@ -664,6 +667,12 @@ module Aws::SSM
|
|
664
667
|
# value: "TagValue", # required
|
665
668
|
# },
|
666
669
|
# ],
|
670
|
+
# registration_metadata: [
|
671
|
+
# {
|
672
|
+
# key: "RegistrationMetadataKey", # required
|
673
|
+
# value: "RegistrationMetadataValue", # required
|
674
|
+
# },
|
675
|
+
# ],
|
667
676
|
# })
|
668
677
|
#
|
669
678
|
# @example Response structure
|
@@ -8277,12 +8286,12 @@ module Aws::SSM
|
|
8277
8286
|
# *parameter* doesn't affect the expiration date and time. When the
|
8278
8287
|
# expiration time is reached, Parameter Store deletes the parameter.
|
8279
8288
|
#
|
8280
|
-
# ExpirationNotification: This policy
|
8289
|
+
# ExpirationNotification: This policy initiates an event in Amazon
|
8281
8290
|
# CloudWatch Events that notifies you about the expiration. By using
|
8282
8291
|
# this policy, you can receive notification before or after the
|
8283
8292
|
# expiration time is reached, in units of days or hours.
|
8284
8293
|
#
|
8285
|
-
# NoChangeNotification: This policy
|
8294
|
+
# NoChangeNotification: This policy initiates a CloudWatch Events event
|
8286
8295
|
# if a parameter hasn't been modified for a specified period of time.
|
8287
8296
|
# This policy type is useful when, for example, a secret needs to be
|
8288
8297
|
# changed within a period of time, but it hasn't been changed.
|
@@ -11390,7 +11399,7 @@ module Aws::SSM
|
|
11390
11399
|
params: params,
|
11391
11400
|
config: config)
|
11392
11401
|
context[:gem_name] = 'aws-sdk-ssm'
|
11393
|
-
context[:gem_version] = '1.
|
11402
|
+
context[:gem_version] = '1.124.0'
|
11394
11403
|
Seahorse::Client::Request.new(handlers, context)
|
11395
11404
|
end
|
11396
11405
|
|
@@ -955,6 +955,10 @@ module Aws::SSM
|
|
955
955
|
RegisterTaskWithMaintenanceWindowRequest = Shapes::StructureShape.new(name: 'RegisterTaskWithMaintenanceWindowRequest')
|
956
956
|
RegisterTaskWithMaintenanceWindowResult = Shapes::StructureShape.new(name: 'RegisterTaskWithMaintenanceWindowResult')
|
957
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')
|
958
962
|
RegistrationsCount = Shapes::IntegerShape.new(name: 'RegistrationsCount')
|
959
963
|
RelatedOpsItem = Shapes::StructureShape.new(name: 'RelatedOpsItem')
|
960
964
|
RelatedOpsItems = Shapes::ListShape.new(name: 'RelatedOpsItems')
|
@@ -1623,6 +1627,7 @@ module Aws::SSM
|
|
1623
1627
|
CreateActivationRequest.add_member(:registration_limit, Shapes::ShapeRef.new(shape: RegistrationLimit, location_name: "RegistrationLimit", metadata: {"box"=>true}))
|
1624
1628
|
CreateActivationRequest.add_member(:expiration_date, Shapes::ShapeRef.new(shape: ExpirationDate, location_name: "ExpirationDate"))
|
1625
1629
|
CreateActivationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1630
|
+
CreateActivationRequest.add_member(:registration_metadata, Shapes::ShapeRef.new(shape: RegistrationMetadataList, location_name: "RegistrationMetadata"))
|
1626
1631
|
CreateActivationRequest.struct_class = Types::CreateActivationRequest
|
1627
1632
|
|
1628
1633
|
CreateActivationResult.add_member(:activation_id, Shapes::ShapeRef.new(shape: ActivationId, location_name: "ActivationId"))
|
@@ -3901,6 +3906,12 @@ module Aws::SSM
|
|
3901
3906
|
RegisterTaskWithMaintenanceWindowResult.add_member(:window_task_id, Shapes::ShapeRef.new(shape: MaintenanceWindowTaskId, location_name: "WindowTaskId"))
|
3902
3907
|
RegisterTaskWithMaintenanceWindowResult.struct_class = Types::RegisterTaskWithMaintenanceWindowResult
|
3903
3908
|
|
3909
|
+
RegistrationMetadataItem.add_member(:key, Shapes::ShapeRef.new(shape: RegistrationMetadataKey, required: true, location_name: "Key"))
|
3910
|
+
RegistrationMetadataItem.add_member(:value, Shapes::ShapeRef.new(shape: RegistrationMetadataValue, required: true, location_name: "Value"))
|
3911
|
+
RegistrationMetadataItem.struct_class = Types::RegistrationMetadataItem
|
3912
|
+
|
3913
|
+
RegistrationMetadataList.member = Shapes::ShapeRef.new(shape: RegistrationMetadataItem)
|
3914
|
+
|
3904
3915
|
RelatedOpsItem.add_member(:ops_item_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OpsItemId"))
|
3905
3916
|
RelatedOpsItem.struct_class = Types::RelatedOpsItem
|
3906
3917
|
|
@@ -4600,6 +4611,7 @@ module Aws::SSM
|
|
4600
4611
|
o.http_request_uri = "/"
|
4601
4612
|
o.input = Shapes::ShapeRef.new(shape: CreateActivationRequest)
|
4602
4613
|
o.output = Shapes::ShapeRef.new(shape: CreateActivationResult)
|
4614
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameters)
|
4603
4615
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
4604
4616
|
end)
|
4605
4617
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -503,7 +503,7 @@ module Aws::SSM
|
|
503
503
|
:apply_only_at_cron_interval,
|
504
504
|
:calendar_names,
|
505
505
|
:target_locations)
|
506
|
-
SENSITIVE = []
|
506
|
+
SENSITIVE = [:parameters]
|
507
507
|
include Aws::Structure
|
508
508
|
end
|
509
509
|
|
@@ -948,7 +948,7 @@ module Aws::SSM
|
|
948
948
|
:apply_only_at_cron_interval,
|
949
949
|
:calendar_names,
|
950
950
|
:target_locations)
|
951
|
-
SENSITIVE = []
|
951
|
+
SENSITIVE = [:parameters]
|
952
952
|
include Aws::Structure
|
953
953
|
end
|
954
954
|
|
@@ -1979,7 +1979,7 @@ module Aws::SSM
|
|
1979
1979
|
:notification_config,
|
1980
1980
|
:cloud_watch_output_config,
|
1981
1981
|
:timeout_seconds)
|
1982
|
-
SENSITIVE = []
|
1982
|
+
SENSITIVE = [:parameters]
|
1983
1983
|
include Aws::Structure
|
1984
1984
|
end
|
1985
1985
|
|
@@ -2000,6 +2000,11 @@ module Aws::SSM
|
|
2000
2000
|
#
|
2001
2001
|
# @!attribute [rw] key
|
2002
2002
|
# The name of the filter.
|
2003
|
+
#
|
2004
|
+
# <note markdown="1"> The `ExecutionStage` filter can't be used with the
|
2005
|
+
# `ListCommandInvocations` operation, only with `ListCommands`.
|
2006
|
+
#
|
2007
|
+
# </note>
|
2003
2008
|
# @return [String]
|
2004
2009
|
#
|
2005
2010
|
# @!attribute [rw] value
|
@@ -2078,7 +2083,8 @@ module Aws::SSM
|
|
2078
2083
|
# see command executions that used this SSM document to perform
|
2079
2084
|
# security patching operations on instances.
|
2080
2085
|
#
|
2081
|
-
# * **ExecutionStage**\: Specify one of the following values
|
2086
|
+
# * **ExecutionStage**\: Specify one of the following values
|
2087
|
+
# (`ListCommands` operations only):
|
2082
2088
|
#
|
2083
2089
|
# * `Executing`\: Returns a list of command executions that are
|
2084
2090
|
# currently still running.
|
@@ -2680,6 +2686,12 @@ module Aws::SSM
|
|
2680
2686
|
# value: "TagValue", # required
|
2681
2687
|
# },
|
2682
2688
|
# ],
|
2689
|
+
# registration_metadata: [
|
2690
|
+
# {
|
2691
|
+
# key: "RegistrationMetadataKey", # required
|
2692
|
+
# value: "RegistrationMetadataValue", # required
|
2693
|
+
# },
|
2694
|
+
# ],
|
2683
2695
|
# }
|
2684
2696
|
#
|
2685
2697
|
# @!attribute [rw] description
|
@@ -2750,6 +2762,10 @@ module Aws::SSM
|
|
2750
2762
|
# your managed instances, see RemoveTagsFromResource.
|
2751
2763
|
# @return [Array<Types::Tag>]
|
2752
2764
|
#
|
2765
|
+
# @!attribute [rw] registration_metadata
|
2766
|
+
# Reserved for internal use.
|
2767
|
+
# @return [Array<Types::RegistrationMetadataItem>]
|
2768
|
+
#
|
2753
2769
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateActivationRequest AWS API Documentation
|
2754
2770
|
#
|
2755
2771
|
class CreateActivationRequest < Struct.new(
|
@@ -2758,7 +2774,8 @@ module Aws::SSM
|
|
2758
2774
|
:iam_role,
|
2759
2775
|
:registration_limit,
|
2760
2776
|
:expiration_date,
|
2761
|
-
:tags
|
2777
|
+
:tags,
|
2778
|
+
:registration_metadata)
|
2762
2779
|
SENSITIVE = []
|
2763
2780
|
include Aws::Structure
|
2764
2781
|
end
|
@@ -3054,7 +3071,7 @@ module Aws::SSM
|
|
3054
3071
|
:apply_only_at_cron_interval,
|
3055
3072
|
:calendar_names,
|
3056
3073
|
:target_locations)
|
3057
|
-
SENSITIVE = []
|
3074
|
+
SENSITIVE = [:parameters]
|
3058
3075
|
include Aws::Structure
|
3059
3076
|
end
|
3060
3077
|
|
@@ -3298,7 +3315,7 @@ module Aws::SSM
|
|
3298
3315
|
:apply_only_at_cron_interval,
|
3299
3316
|
:calendar_names,
|
3300
3317
|
:target_locations)
|
3301
|
-
SENSITIVE = []
|
3318
|
+
SENSITIVE = [:parameters]
|
3302
3319
|
include Aws::Structure
|
3303
3320
|
end
|
3304
3321
|
|
@@ -13470,7 +13487,7 @@ module Aws::SSM
|
|
13470
13487
|
:parameters,
|
13471
13488
|
:service_role_arn,
|
13472
13489
|
:timeout_seconds)
|
13473
|
-
SENSITIVE = []
|
13490
|
+
SENSITIVE = [:parameters]
|
13474
13491
|
include Aws::Structure
|
13475
13492
|
end
|
13476
13493
|
|
@@ -16435,15 +16452,15 @@ module Aws::SSM
|
|
16435
16452
|
# the expiration time is reached, Parameter Store deletes the
|
16436
16453
|
# parameter.
|
16437
16454
|
#
|
16438
|
-
# ExpirationNotification: This policy
|
16455
|
+
# ExpirationNotification: This policy initiates an event in Amazon
|
16439
16456
|
# CloudWatch Events that notifies you about the expiration. By using
|
16440
16457
|
# this policy, you can receive notification before or after the
|
16441
16458
|
# expiration time is reached, in units of days or hours.
|
16442
16459
|
#
|
16443
|
-
# NoChangeNotification: This policy
|
16444
|
-
# if a parameter hasn't been modified for a specified period of
|
16445
|
-
# This policy type is useful when, for example, a secret needs
|
16446
|
-
# changed within a period of time, but it hasn't been changed.
|
16460
|
+
# NoChangeNotification: This policy initiates a CloudWatch Events
|
16461
|
+
# event if a parameter hasn't been modified for a specified period of
|
16462
|
+
# time. This policy type is useful when, for example, a secret needs
|
16463
|
+
# to be changed within a period of time, but it hasn't been changed.
|
16447
16464
|
#
|
16448
16465
|
# All existing policies are preserved until you send new policies or
|
16449
16466
|
# an empty policy. For more information about parameter policies, see
|
@@ -16986,6 +17003,33 @@ module Aws::SSM
|
|
16986
17003
|
include Aws::Structure
|
16987
17004
|
end
|
16988
17005
|
|
17006
|
+
# Reserved for internal use.
|
17007
|
+
#
|
17008
|
+
# @note When making an API call, you may pass RegistrationMetadataItem
|
17009
|
+
# data as a hash:
|
17010
|
+
#
|
17011
|
+
# {
|
17012
|
+
# key: "RegistrationMetadataKey", # required
|
17013
|
+
# value: "RegistrationMetadataValue", # required
|
17014
|
+
# }
|
17015
|
+
#
|
17016
|
+
# @!attribute [rw] key
|
17017
|
+
# Reserved for internal use.
|
17018
|
+
# @return [String]
|
17019
|
+
#
|
17020
|
+
# @!attribute [rw] value
|
17021
|
+
# Reserved for internal use.
|
17022
|
+
# @return [String]
|
17023
|
+
#
|
17024
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegistrationMetadataItem AWS API Documentation
|
17025
|
+
#
|
17026
|
+
class RegistrationMetadataItem < Struct.new(
|
17027
|
+
:key,
|
17028
|
+
:value)
|
17029
|
+
SENSITIVE = []
|
17030
|
+
include Aws::Structure
|
17031
|
+
end
|
17032
|
+
|
16989
17033
|
# An OpsItems that shares something in common with the current OpsItem.
|
16990
17034
|
# For example, related OpsItems can include OpsItems with similar error
|
16991
17035
|
# messages, impacted resources, or statuses for the impacted resource.
|
@@ -18211,7 +18255,7 @@ module Aws::SSM
|
|
18211
18255
|
:service_role_arn,
|
18212
18256
|
:notification_config,
|
18213
18257
|
:cloud_watch_output_config)
|
18214
|
-
SENSITIVE = []
|
18258
|
+
SENSITIVE = [:parameters]
|
18215
18259
|
include Aws::Structure
|
18216
18260
|
end
|
18217
18261
|
|
@@ -19848,7 +19892,7 @@ module Aws::SSM
|
|
19848
19892
|
:apply_only_at_cron_interval,
|
19849
19893
|
:calendar_names,
|
19850
19894
|
:target_locations)
|
19851
|
-
SENSITIVE = []
|
19895
|
+
SENSITIVE = [:parameters]
|
19852
19896
|
include Aws::Structure
|
19853
19897
|
end
|
19854
19898
|
|
data/lib/aws-sdk-ssm.rb
CHANGED
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.
|
4
|
+
version: 1.124.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: 2021-11-
|
11
|
+
date: 2021-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|