aws-sdk 2.1446.0 → 2.1448.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 (43) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/README.md +1 -1
  3. package/apis/appflow-2020-08-23.min.json +115 -87
  4. package/apis/auditmanager-2017-07-25.min.json +238 -63
  5. package/apis/cleanrooms-2022-02-17.min.json +70 -31
  6. package/apis/cognito-idp-2016-04-18.examples.json +849 -0
  7. package/apis/cognito-idp-2016-04-18.min.json +64 -24
  8. package/apis/datasync-2018-11-09.min.json +97 -14
  9. package/apis/metadata.json +7 -0
  10. package/apis/neptunedata-2023-08-01.examples.json +5 -0
  11. package/apis/neptunedata-2023-08-01.min.json +1923 -0
  12. package/apis/neptunedata-2023-08-01.paginators.json +4 -0
  13. package/apis/omics-2022-11-28.min.json +23 -21
  14. package/apis/pca-connector-ad-2018-05-10.examples.json +5 -0
  15. package/apis/pca-connector-ad-2018-05-10.min.json +1465 -0
  16. package/apis/pca-connector-ad-2018-05-10.paginators.json +34 -0
  17. package/apis/sagemaker-2017-07-24.min.json +739 -728
  18. package/apis/sesv2-2019-09-27.examples.json +244 -0
  19. package/apis/sesv2-2019-09-27.min.json +491 -153
  20. package/apis/sesv2-2019-09-27.paginators.json +5 -0
  21. package/clients/all.d.ts +2 -0
  22. package/clients/all.js +3 -1
  23. package/clients/appflow.d.ts +30 -0
  24. package/clients/apprunner.d.ts +5 -5
  25. package/clients/cleanrooms.d.ts +41 -5
  26. package/clients/cognitoidentityserviceprovider.d.ts +5 -5
  27. package/clients/datasync.d.ts +144 -21
  28. package/clients/fsx.d.ts +28 -28
  29. package/clients/neptunedata.d.ts +1976 -0
  30. package/clients/neptunedata.js +18 -0
  31. package/clients/networkfirewall.d.ts +9 -9
  32. package/clients/omics.d.ts +13 -4
  33. package/clients/pcaconnectorad.d.ts +1606 -0
  34. package/clients/pcaconnectorad.js +18 -0
  35. package/clients/sagemaker.d.ts +21 -1
  36. package/clients/sesv2.d.ts +374 -3
  37. package/dist/aws-sdk-core-react-native.js +2 -2
  38. package/dist/aws-sdk-react-native.js +87 -13
  39. package/dist/aws-sdk.js +74 -27
  40. package/dist/aws-sdk.min.js +85 -85
  41. package/lib/config_service_placeholders.d.ts +4 -0
  42. package/lib/core.js +1 -1
  43. package/package.json +1 -1
@@ -1,6 +1,250 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "CancelExportJob": [
5
+ {
6
+ "input": {
7
+ "JobId": "ef28cf62-9d8e-4b60-9283-b09816c99a99"
8
+ },
9
+ "comments": {
10
+ "input": {
11
+ },
12
+ "output": {
13
+ }
14
+ },
15
+ "description": "Cancels the export job with ID ef28cf62-9d8e-4b60-9283-b09816c99a99",
16
+ "id": "cancel-export-job-1685699696331",
17
+ "title": "Cancel export job"
18
+ }
19
+ ],
20
+ "CreateExportJob": [
21
+ {
22
+ "input": {
23
+ "ExportDataSource": {
24
+ "MetricsDataSource": {
25
+ "Dimensions": {
26
+ "ISP": [
27
+ "*"
28
+ ]
29
+ },
30
+ "EndDate": "2023-07-02T00:00:00",
31
+ "Metrics": [
32
+ {
33
+ "Aggregation": "VOLUME",
34
+ "Name": "SEND"
35
+ },
36
+ {
37
+ "Aggregation": "VOLUME",
38
+ "Name": "COMPLAINT"
39
+ },
40
+ {
41
+ "Aggregation": "RATE",
42
+ "Name": "COMPLAINT"
43
+ }
44
+ ],
45
+ "Namespace": "VDM",
46
+ "StartDate": "2023-07-01T00:00:00"
47
+ }
48
+ },
49
+ "ExportDestination": {
50
+ "DataFormat": "CSV"
51
+ }
52
+ },
53
+ "output": {
54
+ "JobId": "ef28cf62-9d8e-4b60-9283-b09816c99a99"
55
+ },
56
+ "comments": {
57
+ "input": {
58
+ },
59
+ "output": {
60
+ }
61
+ },
62
+ "description": "Creates a new export job for Metrics data",
63
+ "id": "create-export-job-1685701853690",
64
+ "title": "Create Metrics export job"
65
+ },
66
+ {
67
+ "input": {
68
+ "ExportDataSource": {
69
+ "MessageInsightsDataSource": {
70
+ "EndDate": "2023-07-02T00:00:00",
71
+ "Exclude": {
72
+ "FromEmailAddress": [
73
+ "hello@example.com"
74
+ ]
75
+ },
76
+ "Include": {
77
+ "Subject": [
78
+ "Hello"
79
+ ]
80
+ },
81
+ "StartDate": "2023-07-01T00:00:00"
82
+ }
83
+ },
84
+ "ExportDestination": {
85
+ "DataFormat": "CSV"
86
+ }
87
+ },
88
+ "output": {
89
+ "JobId": "ef28cf62-9d8e-4b60-9283-b09816c99a99"
90
+ },
91
+ "comments": {
92
+ "input": {
93
+ },
94
+ "output": {
95
+ }
96
+ },
97
+ "description": "Creates a new export job for Message Insights data",
98
+ "id": "create-export-job-1689957853323",
99
+ "title": "Create Message Insights export job"
100
+ }
101
+ ],
102
+ "GetExportJob": [
103
+ {
104
+ "input": {
105
+ "JobId": "ef28cf62-9d8e-4b60-9283-b09816c99a99"
106
+ },
107
+ "output": {
108
+ "CreatedTimestamp": "1685700961057",
109
+ "ExportDataSource": {
110
+ "MetricsDataSource": {
111
+ "Dimensions": {
112
+ "ISP": [
113
+ "*"
114
+ ]
115
+ },
116
+ "EndDate": "1675209600000",
117
+ "Metrics": [
118
+ {
119
+ "Aggregation": "VOLUME",
120
+ "Name": "SEND"
121
+ },
122
+ {
123
+ "Aggregation": "VOLUME",
124
+ "Name": "COMPLAINT"
125
+ },
126
+ {
127
+ "Aggregation": "RATE",
128
+ "Name": "COMPLAINT"
129
+ }
130
+ ],
131
+ "Namespace": "VDM",
132
+ "StartDate": "1672531200000"
133
+ }
134
+ },
135
+ "ExportDestination": {
136
+ "DataFormat": "CSV"
137
+ },
138
+ "ExportSourceType": "METRICS_DATA",
139
+ "JobId": "ef28cf62-9d8e-4b60-9283-b09816c99a99",
140
+ "JobStatus": "PROCESSING",
141
+ "Statistics": {
142
+ "ExportedRecordsCount": 5,
143
+ "ProcessedRecordsCount": 5
144
+ }
145
+ },
146
+ "comments": {
147
+ "input": {
148
+ },
149
+ "output": {
150
+ }
151
+ },
152
+ "description": "Gets the export job with ID ef28cf62-9d8e-4b60-9283-b09816c99a99",
153
+ "id": "get-export-job-1685699942772",
154
+ "title": "Get export job"
155
+ }
156
+ ],
157
+ "GetMessageInsights": [
158
+ {
159
+ "input": {
160
+ "MessageId": "000000000000ab00-0a000aa0-1234-0a0a-1234-0a0aaa0aa00a-000000"
161
+ },
162
+ "output": {
163
+ "EmailTags": [
164
+ {
165
+ "Name": "ses:operation",
166
+ "Value": "SendEmail"
167
+ },
168
+ {
169
+ "Name": "ses:recipient-isp",
170
+ "Value": "UNKNOWN_ISP"
171
+ },
172
+ {
173
+ "Name": "ses:source-ip",
174
+ "Value": "0.0.0.0"
175
+ },
176
+ {
177
+ "Name": "ses:from-domain",
178
+ "Value": "example.com"
179
+ },
180
+ {
181
+ "Name": "ses:sender-identity",
182
+ "Value": "hello@example.com"
183
+ },
184
+ {
185
+ "Name": "ses:caller-identity",
186
+ "Value": "Identity"
187
+ }
188
+ ],
189
+ "FromEmailAddress": "hello@example.com",
190
+ "Insights": [
191
+ {
192
+ "Destination": "recipient@example.com",
193
+ "Events": [
194
+ {
195
+ "Timestamp": "2023-01-01T00:00:00.000000+01:00",
196
+ "Type": "SEND"
197
+ },
198
+ {
199
+ "Timestamp": "2023-01-01T00:00:01.000000+01:00",
200
+ "Type": "DELIVERY"
201
+ }
202
+ ],
203
+ "Isp": "UNKNOWN_ISP"
204
+ }
205
+ ],
206
+ "MessageId": "000000000000ab00-0a000aa0-1234-0a0a-1234-0a0aaa0aa00a-000000",
207
+ "Subject": "hello"
208
+ },
209
+ "comments": {
210
+ "input": {
211
+ },
212
+ "output": {
213
+ }
214
+ },
215
+ "description": "Provides information about a specific message.",
216
+ "id": "get-message-insights-1689955713493",
217
+ "title": "Get Message Insights"
218
+ }
219
+ ],
220
+ "ListExportJobs": [
221
+ {
222
+ "input": {
223
+ "ExportSourceType": "METRICS_DATA",
224
+ "JobStatus": "PROCESSING",
225
+ "PageSize": 25
226
+ },
227
+ "output": {
228
+ "ExportJobs": [
229
+ {
230
+ "CreatedTimestamp": "167697473543",
231
+ "ExportSourceType": "METRICS_DATA",
232
+ "JobId": "72de83a0-6b49-47ca-9783-8b812576887a",
233
+ "JobStatus": "PROCESSING"
234
+ }
235
+ ]
236
+ },
237
+ "comments": {
238
+ "input": {
239
+ },
240
+ "output": {
241
+ }
242
+ },
243
+ "description": "Lists export jobs of type METRICS_DATA and status PROCESSING",
244
+ "id": "list-export-jobs-1685702074256",
245
+ "title": "List export jobs"
246
+ }
247
+ ],
4
248
  "PutDedicatedIpPoolScalingAttributes": [
5
249
  {
6
250
  "input": {