aws-sdk-appintegrationsservice 1.2.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appintegrationsservice/client.rb +5 -32
- data/lib/aws-sdk-appintegrationsservice/types.rb +4 -13
- data/lib/aws-sdk-appintegrationsservice.rb +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b10ebf717f529e5cd6071b7f23b2e3950a18dff3acd4eef3886b48d8647c2942
|
4
|
+
data.tar.gz: a4c553f545d8a822268ba8092055a16b1aa13882fd4b9a8750c8bc51470b3223
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3e4ba852994930549d92c7d6bd0af85f77bd77712cc2b94a31dabcf81b76775d8e3e4d3fc9888c5675b890ef940be331cf51812f2cd3fc558cc4ff3212356a7
|
7
|
+
data.tar.gz: a8cad13009b4934db8d8eed4d4cd6e6d56611e4af5c6119fe01c6ac60c699073dc5633fccf36aa598f2673d85af96cec08dd5c24f175bb68dccbc2fe48c4ab27
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.6.0 (2021-09-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.5.0 (2021-07-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.4.0 (2021-07-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.3.0 (2021-07-16)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Documentation update for AppIntegrations Service
|
23
|
+
|
4
24
|
1.2.0 (2021-03-10)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.0
|
@@ -327,13 +327,10 @@ module Aws::AppIntegrationsService
|
|
327
327
|
|
328
328
|
# @!group API Operations
|
329
329
|
|
330
|
-
# The Amazon AppIntegrations APIs are in preview release and are subject
|
331
|
-
# to change.
|
332
|
-
#
|
333
330
|
# Creates an EventIntegration, given a specified name, description, and
|
334
|
-
# a reference to an Amazon
|
335
|
-
# event source that
|
336
|
-
#
|
331
|
+
# a reference to an Amazon EventBridge bus in your account and a partner
|
332
|
+
# event source that pushes events to that bus. No objects are created in
|
333
|
+
# the your account, only metadata that is persisted on the
|
337
334
|
# EventIntegration control plane.
|
338
335
|
#
|
339
336
|
# @option params [required, String] :name
|
@@ -346,7 +343,7 @@ module Aws::AppIntegrationsService
|
|
346
343
|
# The event filter.
|
347
344
|
#
|
348
345
|
# @option params [required, String] :event_bridge_bus
|
349
|
-
# The
|
346
|
+
# The EventBridge bus.
|
350
347
|
#
|
351
348
|
# @option params [String] :client_token
|
352
349
|
# A unique, case-sensitive identifier that you provide to ensure the
|
@@ -390,9 +387,6 @@ module Aws::AppIntegrationsService
|
|
390
387
|
req.send_request(options)
|
391
388
|
end
|
392
389
|
|
393
|
-
# The Amazon AppIntegrations APIs are in preview release and are subject
|
394
|
-
# to change.
|
395
|
-
#
|
396
390
|
# Deletes the specified existing event integration. If the event
|
397
391
|
# integration is associated with clients, the request is rejected.
|
398
392
|
#
|
@@ -416,9 +410,6 @@ module Aws::AppIntegrationsService
|
|
416
410
|
req.send_request(options)
|
417
411
|
end
|
418
412
|
|
419
|
-
# The Amazon AppIntegrations APIs are in preview release and are subject
|
420
|
-
# to change.
|
421
|
-
#
|
422
413
|
# Return information about the event integration.
|
423
414
|
#
|
424
415
|
# @option params [required, String] :name
|
@@ -458,9 +449,6 @@ module Aws::AppIntegrationsService
|
|
458
449
|
req.send_request(options)
|
459
450
|
end
|
460
451
|
|
461
|
-
# The Amazon AppIntegrations APIs are in preview release and are subject
|
462
|
-
# to change.
|
463
|
-
#
|
464
452
|
# Returns a paginated list of event integration associations in the
|
465
453
|
# account.
|
466
454
|
#
|
@@ -509,9 +497,6 @@ module Aws::AppIntegrationsService
|
|
509
497
|
req.send_request(options)
|
510
498
|
end
|
511
499
|
|
512
|
-
# The Amazon AppIntegrations APIs are in preview release and are subject
|
513
|
-
# to change.
|
514
|
-
#
|
515
500
|
# Returns a paginated list of event integrations in the account.
|
516
501
|
#
|
517
502
|
# @option params [String] :next_token
|
@@ -555,9 +540,6 @@ module Aws::AppIntegrationsService
|
|
555
540
|
req.send_request(options)
|
556
541
|
end
|
557
542
|
|
558
|
-
# The Amazon AppIntegrations APIs are in preview release and are subject
|
559
|
-
# to change.
|
560
|
-
#
|
561
543
|
# Lists the tags for the specified resource.
|
562
544
|
#
|
563
545
|
# @option params [required, String] :resource_arn
|
@@ -587,9 +569,6 @@ module Aws::AppIntegrationsService
|
|
587
569
|
req.send_request(options)
|
588
570
|
end
|
589
571
|
|
590
|
-
# The Amazon AppIntegrations APIs are in preview release and are subject
|
591
|
-
# to change.
|
592
|
-
#
|
593
572
|
# Adds the specified tags to the specified resource.
|
594
573
|
#
|
595
574
|
# @option params [required, String] :resource_arn
|
@@ -618,9 +597,6 @@ module Aws::AppIntegrationsService
|
|
618
597
|
req.send_request(options)
|
619
598
|
end
|
620
599
|
|
621
|
-
# The Amazon AppIntegrations APIs are in preview release and are subject
|
622
|
-
# to change.
|
623
|
-
#
|
624
600
|
# Removes the specified tags from the specified resource.
|
625
601
|
#
|
626
602
|
# @option params [required, String] :resource_arn
|
@@ -647,9 +623,6 @@ module Aws::AppIntegrationsService
|
|
647
623
|
req.send_request(options)
|
648
624
|
end
|
649
625
|
|
650
|
-
# The Amazon AppIntegrations APIs are in preview release and are subject
|
651
|
-
# to change.
|
652
|
-
#
|
653
626
|
# Updates the description of an event integration.
|
654
627
|
#
|
655
628
|
# @option params [required, String] :name
|
@@ -689,7 +662,7 @@ module Aws::AppIntegrationsService
|
|
689
662
|
params: params,
|
690
663
|
config: config)
|
691
664
|
context[:gem_name] = 'aws-sdk-appintegrationsservice'
|
692
|
-
context[:gem_version] = '1.
|
665
|
+
context[:gem_version] = '1.6.0'
|
693
666
|
Seahorse::Client::Request.new(handlers, context)
|
694
667
|
end
|
695
668
|
|
@@ -52,7 +52,7 @@ module Aws::AppIntegrationsService
|
|
52
52
|
# @return [Types::EventFilter]
|
53
53
|
#
|
54
54
|
# @!attribute [rw] event_bridge_bus
|
55
|
-
# The
|
55
|
+
# The EventBridge bus.
|
56
56
|
# @return [String]
|
57
57
|
#
|
58
58
|
# @!attribute [rw] client_token
|
@@ -128,9 +128,6 @@ module Aws::AppIntegrationsService
|
|
128
128
|
include Aws::Structure
|
129
129
|
end
|
130
130
|
|
131
|
-
# The Amazon AppIntegrations APIs are in preview release and are subject
|
132
|
-
# to change.
|
133
|
-
#
|
134
131
|
# The event filter.
|
135
132
|
#
|
136
133
|
# @note When making an API call, you may pass EventFilter
|
@@ -152,9 +149,6 @@ module Aws::AppIntegrationsService
|
|
152
149
|
include Aws::Structure
|
153
150
|
end
|
154
151
|
|
155
|
-
# The Amazon AppIntegrations APIs are in preview release and are subject
|
156
|
-
# to change.
|
157
|
-
#
|
158
152
|
# The event integration.
|
159
153
|
#
|
160
154
|
# @!attribute [rw] event_integration_arn
|
@@ -174,7 +168,7 @@ module Aws::AppIntegrationsService
|
|
174
168
|
# @return [Types::EventFilter]
|
175
169
|
#
|
176
170
|
# @!attribute [rw] event_bridge_bus
|
177
|
-
# The Amazon
|
171
|
+
# The Amazon EventBridge bus for the event integration.
|
178
172
|
# @return [String]
|
179
173
|
#
|
180
174
|
# @!attribute [rw] tags
|
@@ -194,9 +188,6 @@ module Aws::AppIntegrationsService
|
|
194
188
|
include Aws::Structure
|
195
189
|
end
|
196
190
|
|
197
|
-
# The Amazon AppIntegrations APIs are in preview release and are subject
|
198
|
-
# to change.
|
199
|
-
#
|
200
191
|
# The event integration association.
|
201
192
|
#
|
202
193
|
# @!attribute [rw] event_integration_association_arn
|
@@ -218,7 +209,7 @@ module Aws::AppIntegrationsService
|
|
218
209
|
# @return [String]
|
219
210
|
#
|
220
211
|
# @!attribute [rw] event_bridge_rule_name
|
221
|
-
# The name of the
|
212
|
+
# The name of the EventBridge rule.
|
222
213
|
# @return [String]
|
223
214
|
#
|
224
215
|
# @!attribute [rw] client_association_metadata
|
@@ -270,7 +261,7 @@ module Aws::AppIntegrationsService
|
|
270
261
|
# @return [String]
|
271
262
|
#
|
272
263
|
# @!attribute [rw] event_bridge_bus
|
273
|
-
# The
|
264
|
+
# The EventBridge bus.
|
274
265
|
# @return [String]
|
275
266
|
#
|
276
267
|
# @!attribute [rw] event_filter
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-appintegrationsservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.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-
|
11
|
+
date: 2021-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.120.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.120.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
66
66
|
licenses:
|
67
67
|
- Apache-2.0
|
68
68
|
metadata:
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appintegrationsservice
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appintegrationsservice/CHANGELOG.md
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
73
73
|
require_paths:
|
@@ -76,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: AWS SDK for Ruby - Amazon AppIntegrations Service
|