aws-sdk 2.1661.0 → 2.1662.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/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +4 -1
- package/apis/appsync-2017-07-25.paginators.json +60 -0
- package/apis/cleanrooms-2022-02-17.min.json +958 -119
- package/apis/cleanrooms-2022-02-17.paginators.json +18 -0
- package/apis/cleanroomsml-2023-09-06.min.json +305 -287
- package/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
- package/apis/connect-2017-08-08.min.json +155 -144
- package/apis/connect-contact-lens-2020-08-21.min.json +18 -1
- package/apis/datazone-2018-05-10.min.json +0 -49
- package/apis/entityresolution-2018-05-10.min.json +162 -94
- package/clients/cleanrooms.d.ts +857 -59
- package/clients/cleanroomsml.d.ts +284 -257
- package/clients/cleanroomsml.js +1 -0
- package/clients/connect.d.ts +26 -5
- package/clients/connectcontactlens.d.ts +24 -3
- package/clients/datazone.d.ts +0 -64
- package/clients/entityresolution.d.ts +105 -22
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +130 -123
- package/dist/aws-sdk.js +158 -147
- package/dist/aws-sdk.min.js +11 -11
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -5,12 +5,18 @@
|
|
5
5
|
"endpointPrefix": "contact-lens",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "Amazon Connect Contact Lens",
|
9
12
|
"serviceFullName": "Amazon Connect Contact Lens",
|
10
13
|
"serviceId": "Connect Contact Lens",
|
11
14
|
"signatureVersion": "v4",
|
12
15
|
"signingName": "connect",
|
13
|
-
"uid": "connect-contact-lens-2020-08-21"
|
16
|
+
"uid": "connect-contact-lens-2020-08-21",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
14
20
|
},
|
15
21
|
"operations": {
|
16
22
|
"ListRealtimeContactAnalysisSegments": {
|
@@ -136,6 +142,17 @@
|
|
136
142
|
}
|
137
143
|
}
|
138
144
|
}
|
145
|
+
},
|
146
|
+
"PostContactSummary": {
|
147
|
+
"type": "structure",
|
148
|
+
"required": [
|
149
|
+
"Status"
|
150
|
+
],
|
151
|
+
"members": {
|
152
|
+
"Content": {},
|
153
|
+
"Status": {},
|
154
|
+
"FailureCode": {}
|
155
|
+
}
|
139
156
|
}
|
140
157
|
}
|
141
158
|
}
|
@@ -6195,55 +6195,6 @@
|
|
6195
6195
|
"typeRevision": {}
|
6196
6196
|
}
|
6197
6197
|
},
|
6198
|
-
"dataProductItem": {
|
6199
|
-
"deprecated": true,
|
6200
|
-
"deprecatedMessage": "This structure is deprecated.",
|
6201
|
-
"type": "structure",
|
6202
|
-
"required": [
|
6203
|
-
"domainId",
|
6204
|
-
"id",
|
6205
|
-
"name",
|
6206
|
-
"owningProjectId"
|
6207
|
-
],
|
6208
|
-
"members": {
|
6209
|
-
"createdAt": {
|
6210
|
-
"type": "timestamp"
|
6211
|
-
},
|
6212
|
-
"createdBy": {},
|
6213
|
-
"dataProductItems": {
|
6214
|
-
"type": "list",
|
6215
|
-
"member": {
|
6216
|
-
"type": "structure",
|
6217
|
-
"members": {
|
6218
|
-
"domainId": {},
|
6219
|
-
"itemId": {}
|
6220
|
-
},
|
6221
|
-
"deprecated": true,
|
6222
|
-
"deprecatedMessage": "This structure is deprecated."
|
6223
|
-
},
|
6224
|
-
"deprecated": true,
|
6225
|
-
"deprecatedMessage": "This structure is deprecated."
|
6226
|
-
},
|
6227
|
-
"description": {
|
6228
|
-
"type": "string",
|
6229
|
-
"sensitive": true
|
6230
|
-
},
|
6231
|
-
"domainId": {},
|
6232
|
-
"glossaryTerms": {
|
6233
|
-
"shape": "S1q"
|
6234
|
-
},
|
6235
|
-
"id": {},
|
6236
|
-
"name": {
|
6237
|
-
"type": "string",
|
6238
|
-
"sensitive": true
|
6239
|
-
},
|
6240
|
-
"owningProjectId": {},
|
6241
|
-
"updatedAt": {
|
6242
|
-
"type": "timestamp"
|
6243
|
-
},
|
6244
|
-
"updatedBy": {}
|
6245
|
-
}
|
6246
|
-
},
|
6247
6198
|
"glossaryItem": {
|
6248
6199
|
"type": "structure",
|
6249
6200
|
"required": [
|