aws-sdk-s3tables 1.29.0 → 1.30.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-s3tables/client.rb +1 -1
- data/lib/aws-sdk-s3tables.rb +1 -1
- data/sig/client.rbs +8 -8
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 10cde96343b59a26155c4263b450a172f1e208ccdd1f6ef9f368883a27fe5781
|
|
4
|
+
data.tar.gz: 6288e4d89a0f85f85af5edcf1b2f940d01c8eb22c71b2b38b3b6eb0a6ae87988
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8aad5bdce9d329f1ba2811967d5beac1eb4dd2dedd8eafc312e5c785c14e55d7f9022b97d035c0a01ade227fc4adf3eb8a49842dc4354bb9d37b9be80793318
|
|
7
|
+
data.tar.gz: df2586e0d140ee772705b890e237b566dba89a61081701985c4406fe2d15bfa6b45e5eec6897704278a2dec73022e658d1be457051cdc3420109ca2cb6585fc4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.30.0
|
data/lib/aws-sdk-s3tables.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -110,7 +110,7 @@ module Aws
|
|
|
110
110
|
name: ::String,
|
|
111
111
|
type: ::String,
|
|
112
112
|
required: bool?
|
|
113
|
-
}
|
|
113
|
+
}
|
|
114
114
|
]
|
|
115
115
|
}?,
|
|
116
116
|
schema_v2: {
|
|
@@ -123,7 +123,7 @@ module Aws
|
|
|
123
123
|
},
|
|
124
124
|
required: bool,
|
|
125
125
|
doc: ::String?
|
|
126
|
-
}
|
|
126
|
+
}
|
|
127
127
|
],
|
|
128
128
|
schema_id: ::Integer?,
|
|
129
129
|
identifier_field_ids: Array[::Integer]?
|
|
@@ -135,7 +135,7 @@ module Aws
|
|
|
135
135
|
transform: ::String,
|
|
136
136
|
name: ::String,
|
|
137
137
|
field_id: ::Integer?
|
|
138
|
-
}
|
|
138
|
+
}
|
|
139
139
|
],
|
|
140
140
|
spec_id: ::Integer?
|
|
141
141
|
}?,
|
|
@@ -147,7 +147,7 @@ module Aws
|
|
|
147
147
|
transform: ::String,
|
|
148
148
|
direction: ("asc" | "desc"),
|
|
149
149
|
null_order: ("nulls-first" | "nulls-last")
|
|
150
|
-
}
|
|
150
|
+
}
|
|
151
151
|
]
|
|
152
152
|
}?,
|
|
153
153
|
properties: Hash[::String, ::String]?
|
|
@@ -596,9 +596,9 @@ module Aws
|
|
|
596
596
|
destinations: Array[
|
|
597
597
|
{
|
|
598
598
|
destination_table_bucket_arn: ::String
|
|
599
|
-
}
|
|
599
|
+
}
|
|
600
600
|
]
|
|
601
|
-
}
|
|
601
|
+
}
|
|
602
602
|
]
|
|
603
603
|
}
|
|
604
604
|
) -> _PutTableBucketReplicationResponseSuccess
|
|
@@ -672,9 +672,9 @@ module Aws
|
|
|
672
672
|
destinations: Array[
|
|
673
673
|
{
|
|
674
674
|
destination_table_bucket_arn: ::String
|
|
675
|
-
}
|
|
675
|
+
}
|
|
676
676
|
]
|
|
677
|
-
}
|
|
677
|
+
}
|
|
678
678
|
]
|
|
679
679
|
}
|
|
680
680
|
) -> _PutTableReplicationResponseSuccess
|