aws-sdk 2.945.0 → 2.949.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.
- package/CHANGELOG.md +25 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +259 -258
- package/apis/dms-2016-01-01.min.json +127 -97
- package/apis/ec2-2016-11-15.min.json +1236 -930
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/emr-containers-2020-10-01.min.json +25 -23
- package/apis/glue-2017-03-31.min.json +254 -220
- package/apis/health-2016-08-04.min.json +29 -29
- package/apis/healthlake-2017-07-01.min.json +258 -60
- package/apis/healthlake-2017-07-01.paginators.json +10 -0
- package/apis/iotsitewise-2019-12-02.min.json +46 -25
- package/apis/lightsail-2016-11-28.min.json +557 -192
- package/apis/location-2020-11-19.min.json +205 -0
- package/apis/robomaker-2018-06-29.min.json +6 -3
- package/apis/wellarchitected-2020-03-31.min.json +60 -19
- package/clients/acm.d.ts +16 -16
- package/clients/appintegrations.d.ts +22 -22
- package/clients/auditmanager.d.ts +138 -138
- package/clients/chime.d.ts +5 -0
- package/clients/cognitoidentityserviceprovider.d.ts +72 -72
- package/clients/directconnect.d.ts +11 -8
- package/clients/dms.d.ts +253 -204
- package/clients/ec2.d.ts +332 -6
- package/clients/ecs.d.ts +83 -83
- package/clients/emrcontainers.d.ts +12 -2
- package/clients/glue.d.ts +38 -3
- package/clients/health.d.ts +3 -2
- package/clients/healthlake.d.ts +220 -5
- package/clients/imagebuilder.d.ts +27 -27
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/lightsail.d.ts +610 -150
- package/clients/location.d.ts +227 -35
- package/clients/robomaker.d.ts +12 -0
- package/clients/wellarchitected.d.ts +76 -5
- package/dist/aws-sdk-core-react-native.js +6 -1
- package/dist/aws-sdk-react-native.js +20 -15
- package/dist/aws-sdk.js +1455 -933
- package/dist/aws-sdk.min.js +65 -65
- package/lib/core.d.ts +1 -0
- package/lib/core.js +1 -1
- package/lib/json/builder.js +3 -0
- package/lib/json/parser.js +1 -0
- package/lib/model/index.d.ts +4 -0
- package/lib/model/shape.js +1 -0
- package/package.json +1 -1
- package/scripts/lib/ts-generator.js +16 -0
|
@@ -12,75 +12,75 @@ declare class AppIntegrations extends Service {
|
|
|
12
12
|
constructor(options?: AppIntegrations.Types.ClientConfiguration)
|
|
13
13
|
config: Config & AppIntegrations.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* 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.
|
|
16
16
|
*/
|
|
17
17
|
createEventIntegration(params: AppIntegrations.Types.CreateEventIntegrationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.CreateEventIntegrationResponse) => void): Request<AppIntegrations.Types.CreateEventIntegrationResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* 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.
|
|
20
20
|
*/
|
|
21
21
|
createEventIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.CreateEventIntegrationResponse) => void): Request<AppIntegrations.Types.CreateEventIntegrationResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.
|
|
24
24
|
*/
|
|
25
25
|
deleteEventIntegration(params: AppIntegrations.Types.DeleteEventIntegrationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.DeleteEventIntegrationResponse) => void): Request<AppIntegrations.Types.DeleteEventIntegrationResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.
|
|
28
28
|
*/
|
|
29
29
|
deleteEventIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.DeleteEventIntegrationResponse) => void): Request<AppIntegrations.Types.DeleteEventIntegrationResponse, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Return information about the event integration.
|
|
32
32
|
*/
|
|
33
33
|
getEventIntegration(params: AppIntegrations.Types.GetEventIntegrationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.GetEventIntegrationResponse) => void): Request<AppIntegrations.Types.GetEventIntegrationResponse, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Return information about the event integration.
|
|
36
36
|
*/
|
|
37
37
|
getEventIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.GetEventIntegrationResponse) => void): Request<AppIntegrations.Types.GetEventIntegrationResponse, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Returns a paginated list of event integration associations in the account.
|
|
40
40
|
*/
|
|
41
41
|
listEventIntegrationAssociations(params: AppIntegrations.Types.ListEventIntegrationAssociationsRequest, callback?: (err: AWSError, data: AppIntegrations.Types.ListEventIntegrationAssociationsResponse) => void): Request<AppIntegrations.Types.ListEventIntegrationAssociationsResponse, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Returns a paginated list of event integration associations in the account.
|
|
44
44
|
*/
|
|
45
45
|
listEventIntegrationAssociations(callback?: (err: AWSError, data: AppIntegrations.Types.ListEventIntegrationAssociationsResponse) => void): Request<AppIntegrations.Types.ListEventIntegrationAssociationsResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* Returns a paginated list of event integrations in the account.
|
|
48
48
|
*/
|
|
49
49
|
listEventIntegrations(params: AppIntegrations.Types.ListEventIntegrationsRequest, callback?: (err: AWSError, data: AppIntegrations.Types.ListEventIntegrationsResponse) => void): Request<AppIntegrations.Types.ListEventIntegrationsResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Returns a paginated list of event integrations in the account.
|
|
52
52
|
*/
|
|
53
53
|
listEventIntegrations(callback?: (err: AWSError, data: AppIntegrations.Types.ListEventIntegrationsResponse) => void): Request<AppIntegrations.Types.ListEventIntegrationsResponse, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* Lists the tags for the specified resource.
|
|
56
56
|
*/
|
|
57
57
|
listTagsForResource(params: AppIntegrations.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: AppIntegrations.Types.ListTagsForResourceResponse) => void): Request<AppIntegrations.Types.ListTagsForResourceResponse, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* Lists the tags for the specified resource.
|
|
60
60
|
*/
|
|
61
61
|
listTagsForResource(callback?: (err: AWSError, data: AppIntegrations.Types.ListTagsForResourceResponse) => void): Request<AppIntegrations.Types.ListTagsForResourceResponse, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Adds the specified tags to the specified resource.
|
|
64
64
|
*/
|
|
65
65
|
tagResource(params: AppIntegrations.Types.TagResourceRequest, callback?: (err: AWSError, data: AppIntegrations.Types.TagResourceResponse) => void): Request<AppIntegrations.Types.TagResourceResponse, AWSError>;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* Adds the specified tags to the specified resource.
|
|
68
68
|
*/
|
|
69
69
|
tagResource(callback?: (err: AWSError, data: AppIntegrations.Types.TagResourceResponse) => void): Request<AppIntegrations.Types.TagResourceResponse, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* Removes the specified tags from the specified resource.
|
|
72
72
|
*/
|
|
73
73
|
untagResource(params: AppIntegrations.Types.UntagResourceRequest, callback?: (err: AWSError, data: AppIntegrations.Types.UntagResourceResponse) => void): Request<AppIntegrations.Types.UntagResourceResponse, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Removes the specified tags from the specified resource.
|
|
76
76
|
*/
|
|
77
77
|
untagResource(callback?: (err: AWSError, data: AppIntegrations.Types.UntagResourceResponse) => void): Request<AppIntegrations.Types.UntagResourceResponse, AWSError>;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* Updates the description of an event integration.
|
|
80
80
|
*/
|
|
81
81
|
updateEventIntegration(params: AppIntegrations.Types.UpdateEventIntegrationRequest, callback?: (err: AWSError, data: AppIntegrations.Types.UpdateEventIntegrationResponse) => void): Request<AppIntegrations.Types.UpdateEventIntegrationResponse, AWSError>;
|
|
82
82
|
/**
|
|
83
|
-
*
|
|
83
|
+
* Updates the description of an event integration.
|
|
84
84
|
*/
|
|
85
85
|
updateEventIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.UpdateEventIntegrationResponse) => void): Request<AppIntegrations.Types.UpdateEventIntegrationResponse, AWSError>;
|
|
86
86
|
}
|
|
@@ -102,7 +102,7 @@ declare namespace AppIntegrations {
|
|
|
102
102
|
*/
|
|
103
103
|
EventFilter: EventFilter;
|
|
104
104
|
/**
|
|
105
|
-
* The
|
|
105
|
+
* The EventBridge bus.
|
|
106
106
|
*/
|
|
107
107
|
EventBridgeBus: EventBridgeBus;
|
|
108
108
|
/**
|
|
@@ -155,7 +155,7 @@ declare namespace AppIntegrations {
|
|
|
155
155
|
*/
|
|
156
156
|
EventFilter?: EventFilter;
|
|
157
157
|
/**
|
|
158
|
-
* The Amazon
|
|
158
|
+
* The Amazon EventBridge bus for the event integration.
|
|
159
159
|
*/
|
|
160
160
|
EventBridgeBus?: EventBridgeBus;
|
|
161
161
|
/**
|
|
@@ -181,7 +181,7 @@ declare namespace AppIntegrations {
|
|
|
181
181
|
*/
|
|
182
182
|
ClientId?: ClientId;
|
|
183
183
|
/**
|
|
184
|
-
* The name of the
|
|
184
|
+
* The name of the EventBridge rule.
|
|
185
185
|
*/
|
|
186
186
|
EventBridgeRuleName?: EventBridgeRuleName;
|
|
187
187
|
/**
|
|
@@ -211,7 +211,7 @@ declare namespace AppIntegrations {
|
|
|
211
211
|
*/
|
|
212
212
|
EventIntegrationArn?: Arn;
|
|
213
213
|
/**
|
|
214
|
-
* The
|
|
214
|
+
* The EventBridge bus.
|
|
215
215
|
*/
|
|
216
216
|
EventBridgeBus?: EventBridgeBus;
|
|
217
217
|
/**
|