aws-sdk-dataexchange 1.41.0 → 1.42.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dataexchange/client.rb +2 -2
- data/lib/aws-sdk-dataexchange/client_api.rb +2 -1
- data/lib/aws-sdk-dataexchange.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 818c29b821410698ae2bb5de87c741dddc46c5dc68faff4d301bbfaa24e66d7a
|
|
4
|
+
data.tar.gz: 8b309f0bc677da155d3b9b5126a9ebe154a954eab17732de7266940cf89dafe6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a596e24bc3e372ba5d65c8533873c4b55d38fcfa85f115fb6823203907ea60399234efa1c674f9ea62a63a57d46db6545c6aa390017dd4b3cd8546fe4f04cb1
|
|
7
|
+
data.tar.gz: e6db20266e3d7965ecd2ca6c3f3fef87255e4b583bc4ebb9020f9873c3bd582004c989d8290bc09479c13554d18dff80aa3a3de78ec4e54f9d9b44f3aa4491a4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.42.0
|
|
@@ -1892,7 +1892,7 @@ module Aws::DataExchange
|
|
|
1892
1892
|
# ],
|
|
1893
1893
|
# },
|
|
1894
1894
|
# client_token: "ClientToken",
|
|
1895
|
-
# comment: "
|
|
1895
|
+
# comment: "__stringMin0Max4096",
|
|
1896
1896
|
# data_set_id: "__string", # required
|
|
1897
1897
|
# details: {
|
|
1898
1898
|
# data_update: {
|
|
@@ -2285,7 +2285,7 @@ module Aws::DataExchange
|
|
|
2285
2285
|
params: params,
|
|
2286
2286
|
config: config)
|
|
2287
2287
|
context[:gem_name] = 'aws-sdk-dataexchange'
|
|
2288
|
-
context[:gem_version] = '1.
|
|
2288
|
+
context[:gem_version] = '1.42.0'
|
|
2289
2289
|
Seahorse::Client::Request.new(handlers, context)
|
|
2290
2290
|
end
|
|
2291
2291
|
|
|
@@ -197,6 +197,7 @@ module Aws::DataExchange
|
|
|
197
197
|
__doubleMin0 = Shapes::FloatShape.new(name: '__doubleMin0')
|
|
198
198
|
__string = Shapes::StringShape.new(name: '__string')
|
|
199
199
|
__stringMin0Max16384 = Shapes::StringShape.new(name: '__stringMin0Max16384')
|
|
200
|
+
__stringMin0Max4096 = Shapes::StringShape.new(name: '__stringMin0Max4096')
|
|
200
201
|
__stringMin10Max512 = Shapes::StringShape.new(name: '__stringMin10Max512')
|
|
201
202
|
__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093 = Shapes::StringShape.new(name: '__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093')
|
|
202
203
|
|
|
@@ -873,7 +874,7 @@ module Aws::DataExchange
|
|
|
873
874
|
|
|
874
875
|
SendDataSetNotificationRequest.add_member(:scope, Shapes::ShapeRef.new(shape: ScopeDetails, location_name: "Scope"))
|
|
875
876
|
SendDataSetNotificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
|
876
|
-
SendDataSetNotificationRequest.add_member(:comment, Shapes::ShapeRef.new(shape:
|
|
877
|
+
SendDataSetNotificationRequest.add_member(:comment, Shapes::ShapeRef.new(shape: __stringMin0Max4096, location_name: "Comment"))
|
|
877
878
|
SendDataSetNotificationRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId"))
|
|
878
879
|
SendDataSetNotificationRequest.add_member(:details, Shapes::ShapeRef.new(shape: NotificationDetails, location_name: "Details"))
|
|
879
880
|
SendDataSetNotificationRequest.add_member(:type, Shapes::ShapeRef.new(shape: NotificationType, required: true, location_name: "Type"))
|
data/lib/aws-sdk-dataexchange.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-dataexchange
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.42.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-
|
|
11
|
+
date: 2023-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|