aws-sdk-iot1clickprojects 1.63.0 → 1.64.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: '08c5feb06a891984373ab8a1e7999e2618d603b757c7feda9d705ed83d4228d0'
4
- data.tar.gz: 25520841a055f5dc91f73428e0f1a5ec2788a688d49f34c2f356d4368f7b7229
3
+ metadata.gz: 5174216323185f052f925d63419c0c982db904719e5d8ccb672c6e8e2c3dd39d
4
+ data.tar.gz: 395580c447bfc36f429a6911cb658391e0093e8d49a195da3f3baee84a0b6059
5
5
  SHA512:
6
- metadata.gz: 774d952e218b80d2277dc223323417c318b9708f14bcf63309582cc844507e698f8b4c40e5500590dcad4243285b574f962e669075416307945fdd1fc1b05658
7
- data.tar.gz: '0924b03ee5d4adc103e56d8b80c6fab6584990b5692e262638aa382771f18c7278597381509ccfac56ba3f332150ad7175064f902489f537cda33f19619787b9'
6
+ metadata.gz: a1a31308e053706e4b9364fe0c6c0b7d1816ad95dd05280ec0be46b48e79d7bae01bb34b4f4867d8b5526646713000a4388807e113199f45672108eba1bc96c2
7
+ data.tar.gz: 1171692d7202fcd1cb910755360fc4ccd491a7273c9528c31b6126f060e5d03f5f3cc841a50d83aaffa2c633fc5bab4868d7f4b4ce23af64d9ba919febd2edbb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.63.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -532,8 +532,8 @@ module Aws::IoT1ClickProjects
532
532
  #
533
533
  # @option params [Hash<String,String>] :tags
534
534
  # Optional tags (metadata key/value pairs) to be associated with the
535
- # project. For example, `\{ \{"key1": "value1", "key2": "value2"\} \}`.
536
- # For more information, see [AWS Tagging Strategies][1].
535
+ # project. For example, `{ {"key1": "value1", "key2": "value2"} }`. For
536
+ # more information, see [AWS Tagging Strategies][1].
537
537
  #
538
538
  #
539
539
  #
@@ -1030,7 +1030,7 @@ module Aws::IoT1ClickProjects
1030
1030
  tracer: tracer
1031
1031
  )
1032
1032
  context[:gem_name] = 'aws-sdk-iot1clickprojects'
1033
- context[:gem_version] = '1.63.0'
1033
+ context[:gem_version] = '1.64.0'
1034
1034
  Seahorse::Client::Request.new(handlers, context)
1035
1035
  end
1036
1036
 
@@ -81,8 +81,8 @@ module Aws::IoT1ClickProjects
81
81
  #
82
82
  # @!attribute [rw] tags
83
83
  # Optional tags (metadata key/value pairs) to be associated with the
84
- # project. For example, `\{ \{"key1": "value1", "key2": "value2"\}
85
- # \}`. For more information, see [AWS Tagging Strategies][1].
84
+ # project. For example, `{ {"key1": "value1", "key2": "value2"} }`.
85
+ # For more information, see [AWS Tagging Strategies][1].
86
86
  #
87
87
  #
88
88
  #
@@ -54,7 +54,7 @@ module Aws::IoT1ClickProjects
54
54
  autoload :EndpointProvider, 'aws-sdk-iot1clickprojects/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iot1clickprojects/endpoints'
56
56
 
57
- GEM_VERSION = '1.63.0'
57
+ GEM_VERSION = '1.64.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot1clickprojects
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core