aws-sdk-ssmguiconnect 1.0.0 → 1.2.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: be1ad32ac91c3c29c17ddf0fad70354de5002876d3fb4e0b3976a1bb0f89869f
4
- data.tar.gz: 730baa502243f6f926862cbf625a47785cc74a10ee4cf03b86216448fe97413d
3
+ metadata.gz: 476a97f7c83e2374520762c330034dec189601e797514920489ab981009191e1
4
+ data.tar.gz: 90fcd7c9b304e7dba1d978cd40f52801ec545a5a60a4c4b70a62ae7b644d35a3
5
5
  SHA512:
6
- metadata.gz: ea82559d0003c151e9dec5897c92bf380ed24fd0383e7e4ecfbcad0ee5d2d09a7818adcb30b84ab4a9a45335d1cd907f7a8bd88d3ba552b51cb08233fb3a7e00
7
- data.tar.gz: 30bf0d4df379a27bd7cd797baa479e378a3727dd930f364fb1748345343ba4147f5c61a4ff28c9f1cbd77eacde73100c93ed21009a214a189c499ab00dce8164
6
+ metadata.gz: 96ade6ee815f6af083cd6f0315e3ba8796ebef67deb84530d0bc5559dabf2aa48880885395f10abf514bf60cb8018c2d98e4ce5402b305abd65c585184939906
7
+ data.tar.gz: cb3523d92576888d60e7ed4e12ee63fa460fa35393e9b2e3e5042f7b332c2d3e05181b33eb2e8254e68e2e9ec928259f775c8fe125f600c5dc7feb78c0864dfa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.1.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.0.0 (2025-04-29)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.2.0
@@ -200,8 +200,7 @@ module Aws::SSMGuiConnect
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -597,7 +596,7 @@ module Aws::SSMGuiConnect
597
596
  tracer: tracer
598
597
  )
599
598
  context[:gem_name] = 'aws-sdk-ssmguiconnect'
600
- context[:gem_version] = '1.0.0'
599
+ context[:gem_version] = '1.2.0'
601
600
  Seahorse::Client::Request.new(handlers, context)
602
601
  end
603
602
 
@@ -46,7 +46,7 @@ module Aws::SSMGuiConnect
46
46
  ConnectionRecordingPreferences.add_member(:recording_destinations, Shapes::ShapeRef.new(shape: RecordingDestinations, required: true, location_name: "RecordingDestinations"))
47
47
  ConnectionRecordingPreferences.struct_class = Types::ConnectionRecordingPreferences
48
48
 
49
- DeleteConnectionRecordingPreferencesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
49
+ DeleteConnectionRecordingPreferencesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
50
50
  DeleteConnectionRecordingPreferencesRequest.struct_class = Types::DeleteConnectionRecordingPreferencesRequest
51
51
 
52
52
  DeleteConnectionRecordingPreferencesResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
@@ -77,7 +77,7 @@ module Aws::SSMGuiConnect
77
77
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
78
78
  ThrottlingException.struct_class = Types::ThrottlingException
79
79
 
80
- UpdateConnectionRecordingPreferencesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
80
+ UpdateConnectionRecordingPreferencesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
81
81
  UpdateConnectionRecordingPreferencesRequest.add_member(:connection_recording_preferences, Shapes::ShapeRef.new(shape: ConnectionRecordingPreferences, required: true, location_name: "ConnectionRecordingPreferences"))
82
82
  UpdateConnectionRecordingPreferencesRequest.struct_class = Types::UpdateConnectionRecordingPreferencesRequest
83
83
 
@@ -54,7 +54,7 @@ module Aws::SSMGuiConnect
54
54
  autoload :EndpointProvider, 'aws-sdk-ssmguiconnect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ssmguiconnect/endpoints'
56
56
 
57
- GEM_VERSION = '1.0.0'
57
+ GEM_VERSION = '1.2.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmguiconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssmguiconnect
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssmguiconnect/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AWS SSM-GUIConnect
99
96
  test_files: []