aws-sdk-iotsitewise 1.71.0 → 1.73.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: 81b05abf314c1466531b2eba1fdb6035d8f1b672713ee4483a49a0bb250f1254
4
- data.tar.gz: 9342067fa26c0d19ea5e07e7c68dad96b909afd08658c0a8a3725585d12470ff
3
+ metadata.gz: 926eef6c562c4d88d859eeb2503b68e7d8c360bdd92102c0298da796e5e1ff2c
4
+ data.tar.gz: 55d0abfe02748aa4f1e5bb096b3b3f186fe81bc2c780b0580222b6a8c4d7050a
5
5
  SHA512:
6
- metadata.gz: 6ca68f2878eb4f63567a784475da9e2686928e86a72972a0f87c914c32875f9ebd09db82995c2e4bf4f3f5a6eb476c93736caede6bb99cb9c8cc10b6d40a7ece
7
- data.tar.gz: 9718025e0a355d00ea1bc458ff57768fb9729fd4fc86538682f4e0997fdb61607449ba7ceaa924d68454c64527c91e4f98dcd65e35306ed117ecf07975c9fdbb
6
+ metadata.gz: '095d22be60c119d2725a3579bf444283f6147a1e4d4934a6f94ce543d09559cc018749810799d7f935a5be27d10029a931120bbf0f3afcec234510b052091990'
7
+ data.tar.gz: e0ed92ed3f173300dd7983f3eaf9ee03d51f1e913a6955fcddd458440185548c1b0671986ac549eaf861a99441f1fd8a065fdd9f327376024fe54a1f02d9d68d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2024-09-20)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.72.0 (2024-09-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.71.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.73.0
@@ -130,13 +130,15 @@ module Aws::IoTSiteWise
130
130
  # locations will be searched for credentials:
131
131
  #
132
132
  # * `Aws.config[:credentials]`
133
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
134
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
133
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
134
+ # `:account_id` options.
135
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
136
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
135
137
  # * `~/.aws/credentials`
136
138
  # * `~/.aws/config`
137
139
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
140
  # are very aggressive. Construct and pass an instance of
139
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
141
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
142
  # enable retries and extended timeouts. Instance profile credential
141
143
  # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
144
  # to true.
@@ -155,6 +157,8 @@ module Aws::IoTSiteWise
155
157
  #
156
158
  # @option options [String] :access_key_id
157
159
  #
160
+ # @option options [String] :account_id
161
+ #
158
162
  # @option options [Boolean] :active_endpoint_cache (false)
159
163
  # When set to `true`, a thread polling for endpoints will be running in
160
164
  # the background every 60 secs (default). Defaults to `false`.
@@ -369,7 +373,9 @@ module Aws::IoTSiteWise
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::IoTSiteWise::EndpointProvider] :endpoint_provider
372
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::IoTSiteWise::EndpointParameters`
376
+ # The endpoint provider used to resolve endpoints. Any object that responds to
377
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
378
+ # `Aws::IoTSiteWise::EndpointParameters`.
373
379
  #
374
380
  # @option options [Float] :http_continue_timeout (1)
375
381
  # The number of seconds to wait for a 100-continue response before sending the
@@ -6776,7 +6782,7 @@ module Aws::IoTSiteWise
6776
6782
  tracer: tracer
6777
6783
  )
6778
6784
  context[:gem_name] = 'aws-sdk-iotsitewise'
6779
- context[:gem_version] = '1.71.0'
6785
+ context[:gem_version] = '1.73.0'
6780
6786
  Seahorse::Client::Request.new(handlers, context)
6781
6787
  end
6782
6788