Skip to content

Commit 91f16a3

Browse files
author
AWS
committed
Amazon AppIntegrations Service Update: Documentation update for AppIntegrations Service
1 parent c6a7ea7 commit 91f16a3

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon AppIntegrations Service",
4+
"contributor": "",
5+
"description": "Documentation update for AppIntegrations Service"
6+
}

services/appintegrations/src/main/resources/codegen-resources/service-2.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{"shape":"InvalidRequestException"},
2929
{"shape":"AccessDeniedException"}
3030
],
31-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Creates an EventIntegration, given a specified name, description, and a reference to an Amazon Eventbridge bus in your account and a partner event source that will push events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.</p>"
31+
"documentation":"<p>Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.</p>"
3232
},
3333
"DeleteEventIntegration":{
3434
"name":"DeleteEventIntegration",
@@ -45,7 +45,7 @@
4545
{"shape":"InvalidRequestException"},
4646
{"shape":"AccessDeniedException"}
4747
],
48-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.</p>"
48+
"documentation":"<p>Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.</p>"
4949
},
5050
"GetEventIntegration":{
5151
"name":"GetEventIntegration",
@@ -62,7 +62,7 @@
6262
{"shape":"InvalidRequestException"},
6363
{"shape":"AccessDeniedException"}
6464
],
65-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Return information about the event integration.</p>"
65+
"documentation":"<p>Return information about the event integration.</p>"
6666
},
6767
"ListEventIntegrationAssociations":{
6868
"name":"ListEventIntegrationAssociations",
@@ -79,7 +79,7 @@
7979
{"shape":"InvalidRequestException"},
8080
{"shape":"AccessDeniedException"}
8181
],
82-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Returns a paginated list of event integration associations in the account. </p>"
82+
"documentation":"<p>Returns a paginated list of event integration associations in the account. </p>"
8383
},
8484
"ListEventIntegrations":{
8585
"name":"ListEventIntegrations",
@@ -95,7 +95,7 @@
9595
{"shape":"InvalidRequestException"},
9696
{"shape":"AccessDeniedException"}
9797
],
98-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Returns a paginated list of event integrations in the account.</p>"
98+
"documentation":"<p>Returns a paginated list of event integrations in the account.</p>"
9999
},
100100
"ListTagsForResource":{
101101
"name":"ListTagsForResource",
@@ -111,7 +111,7 @@
111111
{"shape":"ResourceNotFoundException"},
112112
{"shape":"ThrottlingException"}
113113
],
114-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Lists the tags for the specified resource.</p>"
114+
"documentation":"<p>Lists the tags for the specified resource.</p>"
115115
},
116116
"TagResource":{
117117
"name":"TagResource",
@@ -127,7 +127,7 @@
127127
{"shape":"ResourceNotFoundException"},
128128
{"shape":"ThrottlingException"}
129129
],
130-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Adds the specified tags to the specified resource.</p>"
130+
"documentation":"<p>Adds the specified tags to the specified resource.</p>"
131131
},
132132
"UntagResource":{
133133
"name":"UntagResource",
@@ -143,7 +143,7 @@
143143
{"shape":"ResourceNotFoundException"},
144144
{"shape":"ThrottlingException"}
145145
],
146-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Removes the specified tags from the specified resource.</p>"
146+
"documentation":"<p>Removes the specified tags from the specified resource.</p>"
147147
},
148148
"UpdateEventIntegration":{
149149
"name":"UpdateEventIntegration",
@@ -160,7 +160,7 @@
160160
{"shape":"InvalidRequestException"},
161161
{"shape":"AccessDeniedException"}
162162
],
163-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>Updates the description of an event integration.</p>"
163+
"documentation":"<p>Updates the description of an event integration.</p>"
164164
}
165165
},
166166
"shapes":{
@@ -212,7 +212,7 @@
212212
},
213213
"EventBridgeBus":{
214214
"shape":"EventBridgeBus",
215-
"documentation":"<p>The Eventbridge bus.</p>"
215+
"documentation":"<p>The EventBridge bus.</p>"
216216
},
217217
"ClientToken":{
218218
"shape":"IdempotencyToken",
@@ -287,7 +287,7 @@
287287
"documentation":"<p>The source of the events.</p>"
288288
}
289289
},
290-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>The event filter.</p>"
290+
"documentation":"<p>The event filter.</p>"
291291
},
292292
"EventIntegration":{
293293
"type":"structure",
@@ -310,14 +310,14 @@
310310
},
311311
"EventBridgeBus":{
312312
"shape":"EventBridgeBus",
313-
"documentation":"<p>The Amazon Eventbridge bus for the event integration.</p>"
313+
"documentation":"<p>The Amazon EventBridge bus for the event integration.</p>"
314314
},
315315
"Tags":{
316316
"shape":"TagMap",
317317
"documentation":"<p>The tags.</p>"
318318
}
319319
},
320-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>The event integration.</p>"
320+
"documentation":"<p>The event integration.</p>"
321321
},
322322
"EventIntegrationAssociation":{
323323
"type":"structure",
@@ -340,14 +340,14 @@
340340
},
341341
"EventBridgeRuleName":{
342342
"shape":"EventBridgeRuleName",
343-
"documentation":"<p>The name of the Eventbridge rule.</p>"
343+
"documentation":"<p>The name of the EventBridge rule.</p>"
344344
},
345345
"ClientAssociationMetadata":{
346346
"shape":"ClientAssociationMetadata",
347347
"documentation":"<p>The metadata associated with the client.</p>"
348348
}
349349
},
350-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>The event integration association.</p>"
350+
"documentation":"<p>The event integration association.</p>"
351351
},
352352
"EventIntegrationAssociationsList":{
353353
"type":"list",
@@ -390,7 +390,7 @@
390390
},
391391
"EventBridgeBus":{
392392
"shape":"EventBridgeBus",
393-
"documentation":"<p>The Eventbridge bus.</p>"
393+
"documentation":"<p>The EventBridge bus.</p>"
394394
},
395395
"EventFilter":{
396396
"shape":"EventFilter",
@@ -671,5 +671,5 @@
671671
}
672672
}
673673
},
674-
"documentation":"<p>The Amazon AppIntegrations APIs are in preview release and are subject to change.</p> <p>The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.</p> <p>For information about how you can use external applications with Amazon Connect, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/crm.html\">Set up pre-built integrations</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
674+
"documentation":"<p>The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.</p> <p>For information about how you can use external applications with Amazon Connect, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/crm.html\">Set up pre-built integrations</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
675675
}

0 commit comments

Comments
 (0)