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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d62e2249bfb66ff0a9a0144f2c3fe5c5b19f10f35162d146657574346eb3363
4
- data.tar.gz: 1e97576cccc7ac67337310061416f9206a66ed48ffafd3a13a6aa2a65068d47d
3
+ metadata.gz: a4362e44fb13141d1db58011d99921833321f6ec377d515d1a99d2df29870f0b
4
+ data.tar.gz: da361031236bdaa1d1a60ecbc843a66dc15cbb9a1620a0f005864f0d1d0a46f9
5
5
  SHA512:
6
- metadata.gz: 35f122321bfc79270859e49aa95220c016200230906df6b7b6e16e161889cc5968072265b1c3d7a03f970df4ce6e991b9fc6aa9a0d7bf6187c27bb0e341ebb8f
7
- data.tar.gz: 991c8078901eb33cc94606be9619c0af12c3f2e04dff66fd1336b2776b03f139cfaa1f0dc0e04fa49413b90bc290cc5053c596cd12a676853a157fd382f8c364
6
+ metadata.gz: 69e6a859e0953165cf8fadaf5a7d68e62ea9aa6ecee8a95d795a81658bde9535f4535f9da72ede9cc17afdb573dd4ffb8b6714e85d506358c1fb21a833a74aef
7
+ data.tar.gz: 4cb843ed0c1a0f979cecbeb1752ea3f976daa0c7f06e2f84296a6d9d15d7767fcae72a1586831de52ed815d46527d619ee08f2ef3038940b1df27947adbbdcff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2021-06-03)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for ssm to fix customer reported issue
8
+
4
9
  1.110.0 (2021-05-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
1
+ 1.111.0
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.110.0'
52
+ GEM_VERSION = '1.111.0'
53
53
 
54
54
  end
@@ -1159,7 +1159,7 @@ module Aws::SSM
1159
1159
  #
1160
1160
  #
1161
1161
  #
1162
- # [1]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
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
- # `/ssm/automation/customer-script-log-destination`,
6358
- # `/ssm/automation/customer-script-log-group-name`,
6359
- # `/ssm/parameter-store/default-parameter-tier`,
6360
- # `/ssm/parameter-store/high-throughput-enabled`, or
6361
- # `/ssm/managed-instance/activation-tier`.
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]: http://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html
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 `/ssm/automation/customer-script-log-destination`,
8577
- # `/ssm/automation/customer-script-log-group-name`,
8578
- # `/ssm/parameter-store/default-parameter-tier`,
8579
- # `/ssm/parameter-store/high-throughput-enabled`, or
8580
- # `/ssm/managed-instance/activation-tier`. For example,
8581
- # `arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled`.
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.110.0'
11042
+ context[:gem_version] = '1.111.0'
11023
11043
  Seahorse::Client::Request.new(handlers, context)
11024
11044
  end
11025
11045
 
@@ -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]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
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]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
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]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
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]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
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
- # `/ssm/automation/customer-script-log-destination`,
9656
- # `/ssm/automation/customer-script-log-group-name`,
9657
- # `/ssm/parameter-store/default-parameter-tier`,
9658
- # `/ssm/parameter-store/high-throughput-enabled`, or
9659
- # `/ssm/managed-instance/activation-tier`.
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]: http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html
9987
- # [2]: http://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html
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]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html
10017
- # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html
10018
- # [3]: http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html
10019
- # [4]: http://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html
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) ][2] in the *AWS
14841
- # Systems Manager User Guide*.
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]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-console-move
14846
- # [2]: http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-cli-move
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]: http://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html
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 `/ssm/automation/customer-script-log-destination`,
16688
- # `/ssm/automation/customer-script-log-group-name`,
16689
- # `/ssm/parameter-store/default-parameter-tier`,
16690
- # `/ssm/parameter-store/high-throughput-enabled`, or
16691
- # `/ssm/managed-instance/activation-tier`. For example,
16692
- # `arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled`.
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 `singleAccountMultiRegions`.
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.110.0
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-05-10 00:00:00.000000000 Z
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