aws-sdk-appintegrationsservice 1.2.0 → 1.3.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-appintegrationsservice.rb +1 -1
- data/lib/aws-sdk-appintegrationsservice/client.rb +5 -32
- data/lib/aws-sdk-appintegrationsservice/types.rb +4 -13
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2c690049015edde9847c26c3a5bc7baad9fd819e6451e9eee7b5fab28cfafd0
|
|
4
|
+
data.tar.gz: b81e5bdf670ba5f83cf660650c3b814e4ad848f25a2a162244cc07f9c2295a27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4308d80631ec6dee3832919cbe4fc6b3c90c5443fb56e5e19b3b4a2f566a71df89b080a4b132226f4fc8cbe8b7c158df6201ea846787f759b2f42570850f7d2
|
|
7
|
+
data.tar.gz: 68447fe018d3a8a7f59f984a431647dea9dfd951101d833c4555b89eca2961f46851ffcb67ae133422afd449a4385563a862e846c58362a401c81b88270cc48d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.3.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.3.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.3.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-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -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:
|
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
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
|