aws-sdk-ssm 1.155.0 → 1.157.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: 402f2bebeee192788910fd3c0d9ab564b6bbcd268403d747312ed5541c1f4993
4
- data.tar.gz: 8eff126d11cee55b92c4bf2d0ddcd8254e5867b9fcb0ec763a5065b6969f67ef
3
+ metadata.gz: 8121954d4713e2f6b450408e1e8547e81f6a1d0e5d66af8f3c2283fc4a8c7004
4
+ data.tar.gz: c1ebc54ed498a39444f4e31262f46e62f6db2b628ea481c65a48dc3bb356f806
5
5
  SHA512:
6
- metadata.gz: 7493d5c846a25f460250e2dbb1ad9469b1246b4f0084ff7073fe01b16af540cb8bafa19ec7f1b90d81eebcb971a4db98b5eb3fd813bfa0b7c96a35bf43a574b1
7
- data.tar.gz: ea21cf17d3fbc75deb3c349c837aac03e95db9e16a03d2651a823713f0ec691306bf98a91c5fd9d69262ebfb0053a91e5c2892d675dc6b403ffe10b0993f7a10
6
+ metadata.gz: 177b39a7c8c04601c3a2a3c67c6e0ff18d3dad114c25d2c92d498422a3f6f07dbc6a69305fd3587a65065fcbaf1758de0c0f74ad892978d0f84b5840dcd3f7c6
7
+ data.tar.gz: dbe9f2ef12be2ca31cc2ddeee0b6168ecfcf0a08ee65c053a72eb62176780200833e7f9975ac7bd820aad11ad17948c4f951f227f24fe22b1eb5c89245e2a9d1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.157.0 (2023-09-25)
5
+ ------------------
6
+
7
+ * Feature - This release updates the enum values for ResourceType in SSM DescribeInstanceInformation input and ConnectionStatus in GetConnectionStatus output.
8
+
9
+ 1.156.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.155.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.155.0
1
+ 1.157.0
@@ -216,6 +216,10 @@ module Aws::SSM
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1665,7 +1669,13 @@ module Aws::SSM
1665
1669
  # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
1666
1670
  #
1667
1671
  # @option params [required, String] :description
1668
- # Information about the OpsItem.
1672
+ # User-defined text that contains information about the OpsItem, in
1673
+ # Markdown format.
1674
+ #
1675
+ # <note markdown="1"> Provide enough information so that users viewing this OpsItem for the
1676
+ # first time understand the issue.
1677
+ #
1678
+ # </note>
1669
1679
  #
1670
1680
  # @option params [String] :ops_item_type
1671
1681
  # The type of OpsItem to create. Systems Manager supports the following
@@ -1681,7 +1691,7 @@ module Aws::SSM
1681
1691
  # This type of OpsItem is used by Change Manager for reviewing and
1682
1692
  # approving or rejecting change requests.
1683
1693
  #
1684
- # * `/aws/insights`
1694
+ # * `/aws/insight`
1685
1695
  #
1686
1696
  # This type of OpsItem is used by OpsCenter for aggregating and
1687
1697
  # reporting on duplicate OpsItems.
@@ -3804,7 +3814,7 @@ module Aws::SSM
3804
3814
  # resp.instance_information_list[0].activation_id #=> String
3805
3815
  # resp.instance_information_list[0].iam_role #=> String
3806
3816
  # resp.instance_information_list[0].registration_date #=> Time
3807
- # resp.instance_information_list[0].resource_type #=> String, one of "ManagedInstance", "Document", "EC2Instance"
3817
+ # resp.instance_information_list[0].resource_type #=> String, one of "ManagedInstance", "EC2Instance"
3808
3818
  # resp.instance_information_list[0].name #=> String
3809
3819
  # resp.instance_information_list[0].ip_address #=> String
3810
3820
  # resp.instance_information_list[0].computer_name #=> String
@@ -5618,7 +5628,7 @@ module Aws::SSM
5618
5628
  # @example Response structure
5619
5629
  #
5620
5630
  # resp.target #=> String
5621
- # resp.status #=> String, one of "Connected", "NotConnected"
5631
+ # resp.status #=> String, one of "connected", "notconnected"
5622
5632
  #
5623
5633
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetConnectionStatus AWS API Documentation
5624
5634
  #
@@ -11646,9 +11656,8 @@ module Aws::SSM
11646
11656
  # [2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html
11647
11657
  #
11648
11658
  # @option params [String] :description
11649
- # Update the information about the OpsItem. Provide enough information
11650
- # so that users reading this OpsItem for the first time understand the
11651
- # issue.
11659
+ # User-defined text that contains information about the OpsItem, in
11660
+ # Markdown format.
11652
11661
  #
11653
11662
  # @option params [Hash<String,Types::OpsItemDataValue>] :operational_data
11654
11663
  # Add new keys or edit existing key-value pairs of the OperationalData
@@ -12175,7 +12184,7 @@ module Aws::SSM
12175
12184
  params: params,
12176
12185
  config: config)
12177
12186
  context[:gem_name] = 'aws-sdk-ssm'
12178
- context[:gem_version] = '1.155.0'
12187
+ context[:gem_version] = '1.157.0'
12179
12188
  Seahorse::Client::Request.new(handlers, context)
12180
12189
  end
12181
12190
 
@@ -3512,7 +3512,13 @@ module Aws::SSM
3512
3512
  end
3513
3513
 
3514
3514
  # @!attribute [rw] description
3515
- # Information about the OpsItem.
3515
+ # User-defined text that contains information about the OpsItem, in
3516
+ # Markdown format.
3517
+ #
3518
+ # <note markdown="1"> Provide enough information so that users viewing this OpsItem for
3519
+ # the first time understand the issue.
3520
+ #
3521
+ # </note>
3516
3522
  # @return [String]
3517
3523
  #
3518
3524
  # @!attribute [rw] ops_item_type
@@ -3529,7 +3535,7 @@ module Aws::SSM
3529
3535
  # This type of OpsItem is used by Change Manager for reviewing and
3530
3536
  # approving or rejecting change requests.
3531
3537
  #
3532
- # * `/aws/insights`
3538
+ # * `/aws/insight`
3533
3539
  #
3534
3540
  # This type of OpsItem is used by OpsCenter for aggregating and
3535
3541
  # reporting on duplicate OpsItems.
@@ -12702,7 +12708,7 @@ module Aws::SSM
12702
12708
  # This type of OpsItem is used by Change Manager for reviewing and
12703
12709
  # approving or rejecting change requests.
12704
12710
  #
12705
- # * `/aws/insights`
12711
+ # * `/aws/insight`
12706
12712
  #
12707
12713
  # This type of OpsItem is used by OpsCenter for aggregating and
12708
12714
  # reporting on duplicate OpsItems.
@@ -13293,7 +13299,7 @@ module Aws::SSM
13293
13299
  # This type of OpsItem is used by Change Manager for reviewing and
13294
13300
  # approving or rejecting change requests.
13295
13301
  #
13296
- # * `/aws/insights`
13302
+ # * `/aws/insight`
13297
13303
  #
13298
13304
  # This type of OpsItem is used by OpsCenter for aggregating and
13299
13305
  # reporting on duplicate OpsItems.
@@ -18809,9 +18815,8 @@ module Aws::SSM
18809
18815
  class UpdateManagedInstanceRoleResult < Aws::EmptyStructure; end
18810
18816
 
18811
18817
  # @!attribute [rw] description
18812
- # Update the information about the OpsItem. Provide enough information
18813
- # so that users reading this OpsItem for the first time understand the
18814
- # issue.
18818
+ # User-defined text that contains information about the OpsItem, in
18819
+ # Markdown format.
18815
18820
  # @return [String]
18816
18821
  #
18817
18822
  # @!attribute [rw] operational_data
data/lib/aws-sdk-ssm.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ssm/customizations'
53
53
  # @!group service
54
54
  module Aws::SSM
55
55
 
56
- GEM_VERSION = '1.155.0'
56
+ GEM_VERSION = '1.157.0'
57
57
 
58
58
  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.155.0
4
+ version: 1.157.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core