aws-sdk-appfabric 1.40.0 → 1.41.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-appfabric/client.rb +1 -1
- data/lib/aws-sdk-appfabric.rb +1 -1
- data/sig/client.rbs +9 -49
- data/sig/params.rbs +41 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4133e0f4d9d3a680e67ce566a92e9f026e3fd4342af1f74b95dd348bf62ae121
|
|
4
|
+
data.tar.gz: c88c459dde44c451c432c0e5aaa7064caa2b0b88cc754d630d65eb45107b9e9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 889bf19717edeacf3656c32014f9255cd8b2b09a11d54033e2c6821f85ec063cd6b062a37d5e778b61b25d0831e2b862b4212c448a8a3859d170ff255aa49345
|
|
7
|
+
data.tar.gz: 904efc06bfbbbe29dde08d37f2384dcaa9c90105f60e50b75f7192498c8aa6c896d4367ceb1f03a6de59286c63000a7329c6d3f4467b559884c4bd7151a932a2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.41.0
|
data/lib/aws-sdk-appfabric.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -112,15 +112,7 @@ module Aws
|
|
|
112
112
|
def create_app_authorization: (
|
|
113
113
|
app_bundle_identifier: ::String,
|
|
114
114
|
app: ::String,
|
|
115
|
-
credential:
|
|
116
|
-
oauth2_credential: {
|
|
117
|
-
client_id: ::String,
|
|
118
|
-
client_secret: ::String
|
|
119
|
-
}?,
|
|
120
|
-
api_key_credential: {
|
|
121
|
-
api_key: ::String
|
|
122
|
-
}?
|
|
123
|
-
},
|
|
115
|
+
credential: Params::credential,
|
|
124
116
|
tenant: {
|
|
125
117
|
tenant_identifier: ::String,
|
|
126
118
|
tenant_display_name: ::String
|
|
@@ -131,7 +123,7 @@ module Aws
|
|
|
131
123
|
{
|
|
132
124
|
key: ::String,
|
|
133
125
|
value: ::String
|
|
134
|
-
}
|
|
126
|
+
}
|
|
135
127
|
]
|
|
136
128
|
) -> _CreateAppAuthorizationResponseSuccess
|
|
137
129
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppAuthorizationResponseSuccess
|
|
@@ -148,7 +140,7 @@ module Aws
|
|
|
148
140
|
{
|
|
149
141
|
key: ::String,
|
|
150
142
|
value: ::String
|
|
151
|
-
}
|
|
143
|
+
}
|
|
152
144
|
]
|
|
153
145
|
) -> _CreateAppBundleResponseSuccess
|
|
154
146
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppBundleResponseSuccess
|
|
@@ -168,7 +160,7 @@ module Aws
|
|
|
168
160
|
{
|
|
169
161
|
key: ::String,
|
|
170
162
|
value: ::String
|
|
171
|
-
}
|
|
163
|
+
}
|
|
172
164
|
]
|
|
173
165
|
) -> _CreateIngestionResponseSuccess
|
|
174
166
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIngestionResponseSuccess
|
|
@@ -187,25 +179,13 @@ module Aws
|
|
|
187
179
|
format: ("json" | "parquet")
|
|
188
180
|
}?
|
|
189
181
|
},
|
|
190
|
-
destination_configuration:
|
|
191
|
-
audit_log: {
|
|
192
|
-
destination: {
|
|
193
|
-
s3_bucket: {
|
|
194
|
-
bucket_name: ::String,
|
|
195
|
-
prefix: ::String?
|
|
196
|
-
}?,
|
|
197
|
-
firehose_stream: {
|
|
198
|
-
stream_name: ::String
|
|
199
|
-
}?
|
|
200
|
-
}
|
|
201
|
-
}?
|
|
202
|
-
},
|
|
182
|
+
destination_configuration: Params::destination_configuration,
|
|
203
183
|
?client_token: ::String,
|
|
204
184
|
?tags: Array[
|
|
205
185
|
{
|
|
206
186
|
key: ::String,
|
|
207
187
|
value: ::String
|
|
208
|
-
}
|
|
188
|
+
}
|
|
209
189
|
]
|
|
210
190
|
) -> _CreateIngestionDestinationResponseSuccess
|
|
211
191
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIngestionDestinationResponseSuccess
|
|
@@ -397,7 +377,7 @@ module Aws
|
|
|
397
377
|
{
|
|
398
378
|
key: ::String,
|
|
399
379
|
value: ::String
|
|
400
|
-
}
|
|
380
|
+
}
|
|
401
381
|
]
|
|
402
382
|
) -> _TagResourceResponseSuccess
|
|
403
383
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -420,15 +400,7 @@ module Aws
|
|
|
420
400
|
def update_app_authorization: (
|
|
421
401
|
app_bundle_identifier: ::String,
|
|
422
402
|
app_authorization_identifier: ::String,
|
|
423
|
-
?credential:
|
|
424
|
-
oauth2_credential: {
|
|
425
|
-
client_id: ::String,
|
|
426
|
-
client_secret: ::String
|
|
427
|
-
}?,
|
|
428
|
-
api_key_credential: {
|
|
429
|
-
api_key: ::String
|
|
430
|
-
}?
|
|
431
|
-
},
|
|
403
|
+
?credential: Params::credential,
|
|
432
404
|
?tenant: {
|
|
433
405
|
tenant_identifier: ::String,
|
|
434
406
|
tenant_display_name: ::String
|
|
@@ -445,19 +417,7 @@ module Aws
|
|
|
445
417
|
app_bundle_identifier: ::String,
|
|
446
418
|
ingestion_identifier: ::String,
|
|
447
419
|
ingestion_destination_identifier: ::String,
|
|
448
|
-
destination_configuration:
|
|
449
|
-
audit_log: {
|
|
450
|
-
destination: {
|
|
451
|
-
s3_bucket: {
|
|
452
|
-
bucket_name: ::String,
|
|
453
|
-
prefix: ::String?
|
|
454
|
-
}?,
|
|
455
|
-
firehose_stream: {
|
|
456
|
-
stream_name: ::String
|
|
457
|
-
}?
|
|
458
|
-
}
|
|
459
|
-
}?
|
|
460
|
-
}
|
|
420
|
+
destination_configuration: Params::destination_configuration
|
|
461
421
|
) -> _UpdateIngestionDestinationResponseSuccess
|
|
462
422
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIngestionDestinationResponseSuccess
|
|
463
423
|
end
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module AppFabric
|
|
10
|
+
module Params
|
|
11
|
+
type credential = {
|
|
12
|
+
oauth2_credential: {
|
|
13
|
+
client_id: ::String,
|
|
14
|
+
client_secret: ::String
|
|
15
|
+
}?,
|
|
16
|
+
api_key_credential: {
|
|
17
|
+
api_key: ::String
|
|
18
|
+
}?
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
type destination = {
|
|
22
|
+
s3_bucket: {
|
|
23
|
+
bucket_name: ::String,
|
|
24
|
+
prefix: ::String?
|
|
25
|
+
}?,
|
|
26
|
+
firehose_stream: {
|
|
27
|
+
stream_name: ::String
|
|
28
|
+
}?
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
type audit_log_destination_configuration = {
|
|
32
|
+
destination: Params::destination
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
type destination_configuration = {
|
|
36
|
+
audit_log: Params::audit_log_destination_configuration?
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-appfabric
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.41.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-appfabric/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|