aws-sdk-iot 1.70.0 → 1.71.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: c170565c31c69dbfbd12e99bbb1adb4c74ccf9c59b806af59c6bffaa2394e124
4
- data.tar.gz: 81da5ad654a98c01fc2bbb37d09d251745348199e36646edd9402bdf46f8a5a2
3
+ metadata.gz: 3499140aaa7538f1ae2835ce9a35933c6247ce9978176da53023ece3a9a5a4b9
4
+ data.tar.gz: '09595bd54dd3e8e7ad5ce861e090c1cbe621ae3c678a358fbb434896a6d3c444'
5
5
  SHA512:
6
- metadata.gz: 4028df3f1a41adf7d217ea12b1df15ce3910ba99f092e07991f797069106668094936bdfec92917de06e2da699de3e4d31be3584129e1865fa440b3e4ef85a8d
7
- data.tar.gz: 413189c3a9290f27e52af88770f12500a41f5494500478b9222272cfdd2e56a5ab63a7f04fe2a4bed848bf296a178416b7fb93456ec034d457e49dbe12a1ea69
6
+ metadata.gz: f0e2ee701978b616d5d71a948d5f7a00dba88629c1776f5d2af97423e46a124aa3ec822b208cfe6f71dbc05635e3f64bce7e924b1579b9f76973150a46de99ea
7
+ data.tar.gz: 80d48fd0307b04353690e1de1ca5f2fdb6f9dfd323b7c14b76d68becaae34102a69a8f320e9e3310f853e98026b839a68b2b414ee1c7aadc813e2a5ba22da29f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2021-07-29)
5
+ ------------------
6
+
7
+ * Feature - Increase maximum credential duration of role alias to 12 hours.
8
+
4
9
  1.70.0 (2021-07-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
data/lib/aws-sdk-iot.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iot/customizations'
48
48
  # @!group service
49
49
  module Aws::IoT
50
50
 
51
- GEM_VERSION = '1.70.0'
51
+ GEM_VERSION = '1.71.0'
52
52
 
53
53
  end
@@ -489,7 +489,8 @@ module Aws::IoT
489
489
  req.send_request(options)
490
490
  end
491
491
 
492
- # Attaches a policy to the specified target.
492
+ # Attaches the specified policy to the specified principal (certificate
493
+ # or other credential).
493
494
  #
494
495
  # @option params [required, String] :policy_name
495
496
  # The name of the policy to attach.
@@ -11559,7 +11560,7 @@ module Aws::IoT
11559
11560
  params: params,
11560
11561
  config: config)
11561
11562
  context[:gem_name] = 'aws-sdk-iot'
11562
- context[:gem_version] = '1.70.0'
11563
+ context[:gem_version] = '1.71.0'
11563
11564
  Seahorse::Client::Request.new(handlers, context)
11564
11565
  end
11565
11566
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.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-07-28 00:00:00.000000000 Z
11
+ date: 2021-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core