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.
Files changed (47) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/chime-2018-05-01.min.json +259 -258
  4. package/apis/dms-2016-01-01.min.json +127 -97
  5. package/apis/ec2-2016-11-15.min.json +1236 -930
  6. package/apis/ec2-2016-11-15.paginators.json +6 -0
  7. package/apis/emr-containers-2020-10-01.min.json +25 -23
  8. package/apis/glue-2017-03-31.min.json +254 -220
  9. package/apis/health-2016-08-04.min.json +29 -29
  10. package/apis/healthlake-2017-07-01.min.json +258 -60
  11. package/apis/healthlake-2017-07-01.paginators.json +10 -0
  12. package/apis/iotsitewise-2019-12-02.min.json +46 -25
  13. package/apis/lightsail-2016-11-28.min.json +557 -192
  14. package/apis/location-2020-11-19.min.json +205 -0
  15. package/apis/robomaker-2018-06-29.min.json +6 -3
  16. package/apis/wellarchitected-2020-03-31.min.json +60 -19
  17. package/clients/acm.d.ts +16 -16
  18. package/clients/appintegrations.d.ts +22 -22
  19. package/clients/auditmanager.d.ts +138 -138
  20. package/clients/chime.d.ts +5 -0
  21. package/clients/cognitoidentityserviceprovider.d.ts +72 -72
  22. package/clients/directconnect.d.ts +11 -8
  23. package/clients/dms.d.ts +253 -204
  24. package/clients/ec2.d.ts +332 -6
  25. package/clients/ecs.d.ts +83 -83
  26. package/clients/emrcontainers.d.ts +12 -2
  27. package/clients/glue.d.ts +38 -3
  28. package/clients/health.d.ts +3 -2
  29. package/clients/healthlake.d.ts +220 -5
  30. package/clients/imagebuilder.d.ts +27 -27
  31. package/clients/lexmodelbuildingservice.d.ts +1 -1
  32. package/clients/lightsail.d.ts +610 -150
  33. package/clients/location.d.ts +227 -35
  34. package/clients/robomaker.d.ts +12 -0
  35. package/clients/wellarchitected.d.ts +76 -5
  36. package/dist/aws-sdk-core-react-native.js +6 -1
  37. package/dist/aws-sdk-react-native.js +20 -15
  38. package/dist/aws-sdk.js +1455 -933
  39. package/dist/aws-sdk.min.js +65 -65
  40. package/lib/core.d.ts +1 -0
  41. package/lib/core.js +1 -1
  42. package/lib/json/builder.js +3 -0
  43. package/lib/json/parser.js +1 -0
  44. package/lib/model/index.d.ts +4 -0
  45. package/lib/model/shape.js +1 -0
  46. package/package.json +1 -1
  47. 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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. 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.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. 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.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Return information about the event integration.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Return information about the event integration.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Returns a paginated list of event integration associations in the account.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Returns a paginated list of event integration associations in the account.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Returns a paginated list of event integrations in the account.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Returns a paginated list of event integrations in the account.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Lists the tags for the specified resource.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Lists the tags for the specified resource.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Adds the specified tags to the specified resource.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Adds the specified tags to the specified resource.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Removes the specified tags from the specified resource.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Removes the specified tags from the specified resource.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Updates the description of an event integration.
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
- * The Amazon AppIntegrations APIs are in preview release and are subject to change. Updates the description of an event integration.
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 Eventbridge bus.
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 Eventbridge bus for the event integration.
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 Eventbridge rule.
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 Eventbridge bus.
214
+ * The EventBridge bus.
215
215
  */
216
216
  EventBridgeBus?: EventBridgeBus;
217
217
  /**