aws-sdk-ssm 1.110.0 → 1.111.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.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +35 -15
- data/lib/aws-sdk-ssm/types.rb +51 -28
- 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: a4362e44fb13141d1db58011d99921833321f6ec377d515d1a99d2df29870f0b
|
4
|
+
data.tar.gz: da361031236bdaa1d1a60ecbc843a66dc15cbb9a1620a0f005864f0d1d0a46f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69e6a859e0953165cf8fadaf5a7d68e62ea9aa6ecee8a95d795a81658bde9535f4535f9da72ede9cc17afdb573dd4ffb8b6714e85d506358c1fb21a833a74aef
|
7
|
+
data.tar.gz: 4cb843ed0c1a0f979cecbeb1752ea3f976daa0c7f06e2f84296a6d9d15d7767fcae72a1586831de52ed815d46527d619ee08f2ef3038940b1df27947adbbdcff
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.111.0
|
data/lib/aws-sdk-ssm.rb
CHANGED
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -1159,7 +1159,7 @@ module Aws::SSM
|
|
1159
1159
|
#
|
1160
1160
|
#
|
1161
1161
|
#
|
1162
|
-
# [1]:
|
1162
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
|
1163
1163
|
#
|
1164
1164
|
# @option params [Array<Types::Tag>] :tags
|
1165
1165
|
# Optional metadata that you assign to a resource. Tags enable you to
|
@@ -6353,12 +6353,20 @@ module Aws::SSM
|
|
6353
6353
|
# Query the current service setting for the account.
|
6354
6354
|
#
|
6355
6355
|
# @option params [required, String] :setting_id
|
6356
|
-
# The ID of the service setting to get. The setting ID can be
|
6357
|
-
#
|
6358
|
-
#
|
6359
|
-
# `/ssm/
|
6360
|
-
#
|
6361
|
-
# `/ssm/
|
6356
|
+
# The ID of the service setting to get. The setting ID can be one of the
|
6357
|
+
# following.
|
6358
|
+
#
|
6359
|
+
# * `/ssm/automation/customer-script-log-destination`
|
6360
|
+
#
|
6361
|
+
# * `/ssm/automation/customer-script-log-group-name`
|
6362
|
+
#
|
6363
|
+
# * `/ssm/documents/console/public-sharing-permission`
|
6364
|
+
#
|
6365
|
+
# * `/ssm/parameter-store/default-parameter-tier`
|
6366
|
+
#
|
6367
|
+
# * `/ssm/parameter-store/high-throughput-enabled`
|
6368
|
+
#
|
6369
|
+
# * `/ssm/managed-instance/activation-tier`
|
6362
6370
|
#
|
6363
6371
|
# @return [Types::GetServiceSettingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6364
6372
|
#
|
@@ -8061,7 +8069,7 @@ module Aws::SSM
|
|
8061
8069
|
#
|
8062
8070
|
#
|
8063
8071
|
#
|
8064
|
-
# [1]:
|
8072
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html
|
8065
8073
|
#
|
8066
8074
|
# @return [Types::PutParameterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8067
8075
|
#
|
@@ -8573,12 +8581,19 @@ module Aws::SSM
|
|
8573
8581
|
#
|
8574
8582
|
# @option params [required, String] :setting_id
|
8575
8583
|
# The Amazon Resource Name (ARN) of the service setting to reset. The
|
8576
|
-
# setting ID can be
|
8577
|
-
#
|
8578
|
-
# `/ssm/
|
8579
|
-
#
|
8580
|
-
# `/ssm/
|
8581
|
-
#
|
8584
|
+
# setting ID can be one of the following.
|
8585
|
+
#
|
8586
|
+
# * `/ssm/automation/customer-script-log-destination`
|
8587
|
+
#
|
8588
|
+
# * `/ssm/automation/customer-script-log-group-name`
|
8589
|
+
#
|
8590
|
+
# * `/ssm/documents/console/public-sharing-permission`
|
8591
|
+
#
|
8592
|
+
# * `/ssm/parameter-store/default-parameter-tier`
|
8593
|
+
#
|
8594
|
+
# * `/ssm/parameter-store/high-throughput-enabled`
|
8595
|
+
#
|
8596
|
+
# * `/ssm/managed-instance/activation-tier`
|
8582
8597
|
#
|
8583
8598
|
# @return [Types::ResetServiceSettingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8584
8599
|
#
|
@@ -10961,6 +10976,8 @@ module Aws::SSM
|
|
10961
10976
|
#
|
10962
10977
|
# * `/ssm/automation/customer-script-log-group-name`
|
10963
10978
|
#
|
10979
|
+
# * `/ssm/documents/console/public-sharing-permission`
|
10980
|
+
#
|
10964
10981
|
# * `/ssm/parameter-store/default-parameter-tier`
|
10965
10982
|
#
|
10966
10983
|
# * `/ssm/parameter-store/high-throughput-enabled`
|
@@ -10988,6 +11005,9 @@ module Aws::SSM
|
|
10988
11005
|
# For the `/ssm/automation/customer-script-log-group-name` setting ID,
|
10989
11006
|
# the setting value can be the name of a CloudWatch Logs log group.
|
10990
11007
|
#
|
11008
|
+
# For the `/ssm/documents/console/public-sharing-permission` setting ID,
|
11009
|
+
# the setting value can be Enable or Disable.
|
11010
|
+
#
|
10991
11011
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
10992
11012
|
#
|
10993
11013
|
# @example Request syntax with placeholder values
|
@@ -11019,7 +11039,7 @@ module Aws::SSM
|
|
11019
11039
|
params: params,
|
11020
11040
|
config: config)
|
11021
11041
|
context[:gem_name] = 'aws-sdk-ssm'
|
11022
|
-
context[:gem_version] = '1.
|
11042
|
+
context[:gem_version] = '1.111.0'
|
11023
11043
|
Seahorse::Client::Request.new(handlers, context)
|
11024
11044
|
end
|
11025
11045
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -2154,6 +2154,7 @@ module Aws::SSM
|
|
2154
2154
|
# @return [String]
|
2155
2155
|
#
|
2156
2156
|
# @!attribute [rw] command_plugins
|
2157
|
+
# Plugins processed by the command.
|
2157
2158
|
# @return [Array<Types::CommandPlugin>]
|
2158
2159
|
#
|
2159
2160
|
# @!attribute [rw] service_role
|
@@ -3353,7 +3354,7 @@ module Aws::SSM
|
|
3353
3354
|
#
|
3354
3355
|
#
|
3355
3356
|
#
|
3356
|
-
# [1]:
|
3357
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
|
3357
3358
|
# @return [String]
|
3358
3359
|
#
|
3359
3360
|
# @!attribute [rw] tags
|
@@ -6969,7 +6970,7 @@ module Aws::SSM
|
|
6969
6970
|
#
|
6970
6971
|
#
|
6971
6972
|
#
|
6972
|
-
# [1]:
|
6973
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
|
6973
6974
|
# @return [String]
|
6974
6975
|
#
|
6975
6976
|
# @!attribute [rw] tags
|
@@ -7124,7 +7125,7 @@ module Aws::SSM
|
|
7124
7125
|
#
|
7125
7126
|
#
|
7126
7127
|
#
|
7127
|
-
# [1]:
|
7128
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
|
7128
7129
|
# @return [String]
|
7129
7130
|
#
|
7130
7131
|
# @!attribute [rw] tags
|
@@ -7243,7 +7244,7 @@ module Aws::SSM
|
|
7243
7244
|
#
|
7244
7245
|
#
|
7245
7246
|
#
|
7246
|
-
# [1]:
|
7247
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
|
7247
7248
|
#
|
7248
7249
|
# @note When making an API call, you may pass DocumentKeyValuesFilter
|
7249
7250
|
# data as a hash:
|
@@ -9651,12 +9652,20 @@ module Aws::SSM
|
|
9651
9652
|
# }
|
9652
9653
|
#
|
9653
9654
|
# @!attribute [rw] setting_id
|
9654
|
-
# The ID of the service setting to get. The setting ID can be
|
9655
|
-
#
|
9656
|
-
#
|
9657
|
-
# `/ssm/
|
9658
|
-
#
|
9659
|
-
# `/ssm/
|
9655
|
+
# The ID of the service setting to get. The setting ID can be one of
|
9656
|
+
# the following.
|
9657
|
+
#
|
9658
|
+
# * `/ssm/automation/customer-script-log-destination`
|
9659
|
+
#
|
9660
|
+
# * `/ssm/automation/customer-script-log-group-name`
|
9661
|
+
#
|
9662
|
+
# * `/ssm/documents/console/public-sharing-permission`
|
9663
|
+
#
|
9664
|
+
# * `/ssm/parameter-store/default-parameter-tier`
|
9665
|
+
#
|
9666
|
+
# * `/ssm/parameter-store/high-throughput-enabled`
|
9667
|
+
#
|
9668
|
+
# * `/ssm/managed-instance/activation-tier`
|
9660
9669
|
# @return [String]
|
9661
9670
|
#
|
9662
9671
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetServiceSettingRequest AWS API Documentation
|
@@ -9983,8 +9992,8 @@ module Aws::SSM
|
|
9983
9992
|
#
|
9984
9993
|
#
|
9985
9994
|
#
|
9986
|
-
# [1]:
|
9987
|
-
# [2]:
|
9995
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html
|
9996
|
+
# [2]: https://docs.aws.amazon.com/cli/latest/ec2/describe-instances.html
|
9988
9997
|
# @return [String]
|
9989
9998
|
#
|
9990
9999
|
# @!attribute [rw] registration_date
|
@@ -10013,10 +10022,10 @@ module Aws::SSM
|
|
10013
10022
|
#
|
10014
10023
|
#
|
10015
10024
|
#
|
10016
|
-
# [1]:
|
10017
|
-
# [2]:
|
10018
|
-
# [3]:
|
10019
|
-
# [4]:
|
10025
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html
|
10026
|
+
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html
|
10027
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html
|
10028
|
+
# [4]: https://docs.aws.amazon.com/cli/latest/ec2/describe-instances.html
|
10020
10029
|
# @return [String]
|
10021
10030
|
#
|
10022
10031
|
# @!attribute [rw] ip_address
|
@@ -10503,6 +10512,8 @@ module Aws::SSM
|
|
10503
10512
|
include Aws::Structure
|
10504
10513
|
end
|
10505
10514
|
|
10515
|
+
# The specified command ID is not valid. Verify the ID and try again.
|
10516
|
+
#
|
10506
10517
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/InvalidCommandId AWS API Documentation
|
10507
10518
|
#
|
10508
10519
|
class InvalidCommandId < Aws::EmptyStructure; end
|
@@ -14837,13 +14848,13 @@ module Aws::SSM
|
|
14837
14848
|
# parameters, first move the label from the oldest version of the
|
14838
14849
|
# parameter to a newer one for use in your operations. For information
|
14839
14850
|
# about moving parameter labels, see [Move a parameter label
|
14840
|
-
# (console)][1] or [Move a parameter label (CLI)
|
14841
|
-
#
|
14851
|
+
# (console)][1] or [Move a parameter label (CLI)][2] in the *AWS Systems
|
14852
|
+
# Manager User Guide*.
|
14842
14853
|
#
|
14843
14854
|
#
|
14844
14855
|
#
|
14845
|
-
# [1]:
|
14846
|
-
# [2]:
|
14856
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-console-move
|
14857
|
+
# [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-cli-move
|
14847
14858
|
#
|
14848
14859
|
# @!attribute [rw] message
|
14849
14860
|
# @return [String]
|
@@ -16099,7 +16110,7 @@ module Aws::SSM
|
|
16099
16110
|
#
|
16100
16111
|
#
|
16101
16112
|
#
|
16102
|
-
# [1]:
|
16113
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html
|
16103
16114
|
# @return [String]
|
16104
16115
|
#
|
16105
16116
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/PutParameterRequest AWS API Documentation
|
@@ -16684,12 +16695,19 @@ module Aws::SSM
|
|
16684
16695
|
#
|
16685
16696
|
# @!attribute [rw] setting_id
|
16686
16697
|
# The Amazon Resource Name (ARN) of the service setting to reset. The
|
16687
|
-
# setting ID can be
|
16688
|
-
#
|
16689
|
-
# `/ssm/
|
16690
|
-
#
|
16691
|
-
# `/ssm/
|
16692
|
-
#
|
16698
|
+
# setting ID can be one of the following.
|
16699
|
+
#
|
16700
|
+
# * `/ssm/automation/customer-script-log-destination`
|
16701
|
+
#
|
16702
|
+
# * `/ssm/automation/customer-script-log-group-name`
|
16703
|
+
#
|
16704
|
+
# * `/ssm/documents/console/public-sharing-permission`
|
16705
|
+
#
|
16706
|
+
# * `/ssm/parameter-store/default-parameter-tier`
|
16707
|
+
#
|
16708
|
+
# * `/ssm/parameter-store/high-throughput-enabled`
|
16709
|
+
#
|
16710
|
+
# * `/ssm/managed-instance/activation-tier`
|
16693
16711
|
# @return [String]
|
16694
16712
|
#
|
16695
16713
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResetServiceSettingRequest AWS API Documentation
|
@@ -17089,7 +17107,7 @@ module Aws::SSM
|
|
17089
17107
|
# @!attribute [rw] source_type
|
17090
17108
|
# The type of data source for the resource data sync. `SourceType` is
|
17091
17109
|
# either `AwsOrganizations` (if an organization is present in AWS
|
17092
|
-
# Organizations) or `
|
17110
|
+
# Organizations) or `SingleAccountMultiRegions`.
|
17093
17111
|
# @return [String]
|
17094
17112
|
#
|
17095
17113
|
# @!attribute [rw] aws_organizations_source
|
@@ -20802,6 +20820,8 @@ module Aws::SSM
|
|
20802
20820
|
#
|
20803
20821
|
# * `/ssm/automation/customer-script-log-group-name`
|
20804
20822
|
#
|
20823
|
+
# * `/ssm/documents/console/public-sharing-permission`
|
20824
|
+
#
|
20805
20825
|
# * `/ssm/parameter-store/default-parameter-tier`
|
20806
20826
|
#
|
20807
20827
|
# * `/ssm/parameter-store/high-throughput-enabled`
|
@@ -20829,6 +20849,9 @@ module Aws::SSM
|
|
20829
20849
|
#
|
20830
20850
|
# For the `/ssm/automation/customer-script-log-group-name` setting ID,
|
20831
20851
|
# the setting value can be the name of a CloudWatch Logs log group.
|
20852
|
+
#
|
20853
|
+
# For the `/ssm/documents/console/public-sharing-permission` setting
|
20854
|
+
# ID, the setting value can be Enable or Disable.
|
20832
20855
|
# @return [String]
|
20833
20856
|
#
|
20834
20857
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateServiceSettingRequest AWS API Documentation
|
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.111.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
|
+
date: 2021-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|