aws-sdk 2.1602.0 → 2.1604.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. package/README.md +1 -1
  2. package/apis/bedrock-agent-2023-06-05.min.json +98 -52
  3. package/apis/bedrock-agent-runtime-2023-07-26.min.json +197 -51
  4. package/apis/glue-2017-03-31.min.json +2 -1
  5. package/apis/internetmonitor-2021-06-03.min.json +149 -0
  6. package/apis/internetmonitor-2021-06-03.paginators.json +6 -0
  7. package/apis/metadata.json +3 -0
  8. package/apis/payment-cryptography-2021-09-14.min.json +219 -189
  9. package/apis/payment-cryptography-2021-09-14.waiters2.json +5 -0
  10. package/apis/personalize-2018-05-22.min.json +32 -14
  11. package/apis/route53profiles-2018-05-10.examples.json +5 -0
  12. package/apis/route53profiles-2018-05-10.min.json +598 -0
  13. package/apis/route53profiles-2018-05-10.paginators.json +22 -0
  14. package/apis/sagemaker-2017-07-24.min.json +87 -63
  15. package/apis/servicediscovery-2017-03-14.examples.json +86 -0
  16. package/apis/transfer-2018-11-05.min.json +32 -3
  17. package/clients/all.d.ts +1 -0
  18. package/clients/all.js +2 -1
  19. package/clients/bedrockagent.d.ts +56 -0
  20. package/clients/bedrockagentruntime.d.ts +187 -4
  21. package/clients/glue.d.ts +4 -0
  22. package/clients/internetmonitor.d.ts +170 -13
  23. package/clients/paymentcryptography.d.ts +175 -147
  24. package/clients/paymentcryptography.js +1 -0
  25. package/clients/personalize.d.ts +56 -19
  26. package/clients/redshiftserverless.d.ts +5 -5
  27. package/clients/route53profiles.d.ts +614 -0
  28. package/clients/route53profiles.js +18 -0
  29. package/clients/sagemaker.d.ts +17 -10
  30. package/clients/servicediscovery.d.ts +4 -4
  31. package/clients/transfer.d.ts +44 -5
  32. package/dist/aws-sdk-core-react-native.js +2 -2
  33. package/dist/aws-sdk-react-native.js +295 -251
  34. package/dist/aws-sdk.js +38 -17
  35. package/dist/aws-sdk.min.js +31 -31
  36. package/lib/config_service_placeholders.d.ts +2 -0
  37. package/lib/core.js +1 -1
  38. package/package.json +1 -1
@@ -0,0 +1,598 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-05-10",
5
+ "endpointPrefix": "route53profiles",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "Route 53 Profiles",
9
+ "serviceId": "Route53Profiles",
10
+ "signatureVersion": "v4",
11
+ "signingName": "route53profiles",
12
+ "uid": "route53profiles-2018-05-10"
13
+ },
14
+ "operations": {
15
+ "AssociateProfile": {
16
+ "http": {
17
+ "requestUri": "/profileassociation",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "Name",
24
+ "ProfileId",
25
+ "ResourceId"
26
+ ],
27
+ "members": {
28
+ "Name": {},
29
+ "ProfileId": {},
30
+ "ResourceId": {},
31
+ "Tags": {
32
+ "shape": "S4"
33
+ }
34
+ }
35
+ },
36
+ "output": {
37
+ "type": "structure",
38
+ "members": {
39
+ "ProfileAssociation": {
40
+ "shape": "S9"
41
+ }
42
+ }
43
+ }
44
+ },
45
+ "AssociateResourceToProfile": {
46
+ "http": {
47
+ "requestUri": "/profileresourceassociation",
48
+ "responseCode": 200
49
+ },
50
+ "input": {
51
+ "type": "structure",
52
+ "required": [
53
+ "Name",
54
+ "ProfileId",
55
+ "ResourceArn"
56
+ ],
57
+ "members": {
58
+ "Name": {},
59
+ "ProfileId": {},
60
+ "ResourceArn": {},
61
+ "ResourceProperties": {}
62
+ }
63
+ },
64
+ "output": {
65
+ "type": "structure",
66
+ "members": {
67
+ "ProfileResourceAssociation": {
68
+ "shape": "Si"
69
+ }
70
+ }
71
+ }
72
+ },
73
+ "CreateProfile": {
74
+ "http": {
75
+ "requestUri": "/profile",
76
+ "responseCode": 200
77
+ },
78
+ "input": {
79
+ "type": "structure",
80
+ "required": [
81
+ "ClientToken",
82
+ "Name"
83
+ ],
84
+ "members": {
85
+ "ClientToken": {
86
+ "idempotencyToken": true
87
+ },
88
+ "Name": {},
89
+ "Tags": {
90
+ "shape": "S4"
91
+ }
92
+ }
93
+ },
94
+ "output": {
95
+ "type": "structure",
96
+ "members": {
97
+ "Profile": {
98
+ "shape": "Sm"
99
+ }
100
+ }
101
+ }
102
+ },
103
+ "DeleteProfile": {
104
+ "http": {
105
+ "method": "DELETE",
106
+ "requestUri": "/profile/{ProfileId}",
107
+ "responseCode": 200
108
+ },
109
+ "input": {
110
+ "type": "structure",
111
+ "required": [
112
+ "ProfileId"
113
+ ],
114
+ "members": {
115
+ "ProfileId": {
116
+ "location": "uri",
117
+ "locationName": "ProfileId"
118
+ }
119
+ }
120
+ },
121
+ "output": {
122
+ "type": "structure",
123
+ "members": {
124
+ "Profile": {
125
+ "shape": "Sm"
126
+ }
127
+ }
128
+ },
129
+ "idempotent": true
130
+ },
131
+ "DisassociateProfile": {
132
+ "http": {
133
+ "method": "DELETE",
134
+ "requestUri": "/profileassociation/Profileid/{ProfileId}/resourceid/{ResourceId}",
135
+ "responseCode": 200
136
+ },
137
+ "input": {
138
+ "type": "structure",
139
+ "required": [
140
+ "ProfileId",
141
+ "ResourceId"
142
+ ],
143
+ "members": {
144
+ "ProfileId": {
145
+ "location": "uri",
146
+ "locationName": "ProfileId"
147
+ },
148
+ "ResourceId": {
149
+ "location": "uri",
150
+ "locationName": "ResourceId"
151
+ }
152
+ }
153
+ },
154
+ "output": {
155
+ "type": "structure",
156
+ "members": {
157
+ "ProfileAssociation": {
158
+ "shape": "S9"
159
+ }
160
+ }
161
+ },
162
+ "idempotent": true
163
+ },
164
+ "DisassociateResourceFromProfile": {
165
+ "http": {
166
+ "method": "DELETE",
167
+ "requestUri": "/profileresourceassociation/profileid/{ProfileId}/resourcearn/{ResourceArn}",
168
+ "responseCode": 200
169
+ },
170
+ "input": {
171
+ "type": "structure",
172
+ "required": [
173
+ "ProfileId",
174
+ "ResourceArn"
175
+ ],
176
+ "members": {
177
+ "ProfileId": {
178
+ "location": "uri",
179
+ "locationName": "ProfileId"
180
+ },
181
+ "ResourceArn": {
182
+ "location": "uri",
183
+ "locationName": "ResourceArn"
184
+ }
185
+ }
186
+ },
187
+ "output": {
188
+ "type": "structure",
189
+ "members": {
190
+ "ProfileResourceAssociation": {
191
+ "shape": "Si"
192
+ }
193
+ }
194
+ },
195
+ "idempotent": true
196
+ },
197
+ "GetProfile": {
198
+ "http": {
199
+ "method": "GET",
200
+ "requestUri": "/profile/{ProfileId}",
201
+ "responseCode": 200
202
+ },
203
+ "input": {
204
+ "type": "structure",
205
+ "required": [
206
+ "ProfileId"
207
+ ],
208
+ "members": {
209
+ "ProfileId": {
210
+ "location": "uri",
211
+ "locationName": "ProfileId"
212
+ }
213
+ }
214
+ },
215
+ "output": {
216
+ "type": "structure",
217
+ "members": {
218
+ "Profile": {
219
+ "shape": "Sm"
220
+ }
221
+ }
222
+ }
223
+ },
224
+ "GetProfileAssociation": {
225
+ "http": {
226
+ "method": "GET",
227
+ "requestUri": "/profileassociation/{ProfileAssociationId}",
228
+ "responseCode": 200
229
+ },
230
+ "input": {
231
+ "type": "structure",
232
+ "required": [
233
+ "ProfileAssociationId"
234
+ ],
235
+ "members": {
236
+ "ProfileAssociationId": {
237
+ "location": "uri",
238
+ "locationName": "ProfileAssociationId"
239
+ }
240
+ }
241
+ },
242
+ "output": {
243
+ "type": "structure",
244
+ "members": {
245
+ "ProfileAssociation": {
246
+ "shape": "S9"
247
+ }
248
+ }
249
+ }
250
+ },
251
+ "GetProfileResourceAssociation": {
252
+ "http": {
253
+ "method": "GET",
254
+ "requestUri": "/profileresourceassociation/{ProfileResourceAssociationId}",
255
+ "responseCode": 200
256
+ },
257
+ "input": {
258
+ "type": "structure",
259
+ "required": [
260
+ "ProfileResourceAssociationId"
261
+ ],
262
+ "members": {
263
+ "ProfileResourceAssociationId": {
264
+ "location": "uri",
265
+ "locationName": "ProfileResourceAssociationId"
266
+ }
267
+ }
268
+ },
269
+ "output": {
270
+ "type": "structure",
271
+ "members": {
272
+ "ProfileResourceAssociation": {
273
+ "shape": "Si"
274
+ }
275
+ }
276
+ }
277
+ },
278
+ "ListProfileAssociations": {
279
+ "http": {
280
+ "method": "GET",
281
+ "requestUri": "/profileassociations",
282
+ "responseCode": 200
283
+ },
284
+ "input": {
285
+ "type": "structure",
286
+ "members": {
287
+ "MaxResults": {
288
+ "location": "querystring",
289
+ "locationName": "maxResults",
290
+ "type": "integer"
291
+ },
292
+ "NextToken": {
293
+ "location": "querystring",
294
+ "locationName": "nextToken"
295
+ },
296
+ "ProfileId": {
297
+ "location": "querystring",
298
+ "locationName": "profileId"
299
+ },
300
+ "ResourceId": {
301
+ "location": "querystring",
302
+ "locationName": "resourceId"
303
+ }
304
+ }
305
+ },
306
+ "output": {
307
+ "type": "structure",
308
+ "members": {
309
+ "NextToken": {},
310
+ "ProfileAssociations": {
311
+ "type": "list",
312
+ "member": {
313
+ "shape": "S9"
314
+ }
315
+ }
316
+ }
317
+ }
318
+ },
319
+ "ListProfileResourceAssociations": {
320
+ "http": {
321
+ "method": "GET",
322
+ "requestUri": "/profileresourceassociations/profileid/{ProfileId}",
323
+ "responseCode": 200
324
+ },
325
+ "input": {
326
+ "type": "structure",
327
+ "required": [
328
+ "ProfileId"
329
+ ],
330
+ "members": {
331
+ "MaxResults": {
332
+ "location": "querystring",
333
+ "locationName": "maxResults",
334
+ "type": "integer"
335
+ },
336
+ "NextToken": {
337
+ "location": "querystring",
338
+ "locationName": "nextToken"
339
+ },
340
+ "ProfileId": {
341
+ "location": "uri",
342
+ "locationName": "ProfileId"
343
+ },
344
+ "ResourceType": {
345
+ "location": "querystring",
346
+ "locationName": "resourceType"
347
+ }
348
+ }
349
+ },
350
+ "output": {
351
+ "type": "structure",
352
+ "members": {
353
+ "NextToken": {},
354
+ "ProfileResourceAssociations": {
355
+ "type": "list",
356
+ "member": {
357
+ "shape": "Si"
358
+ }
359
+ }
360
+ }
361
+ }
362
+ },
363
+ "ListProfiles": {
364
+ "http": {
365
+ "method": "GET",
366
+ "requestUri": "/profiles",
367
+ "responseCode": 200
368
+ },
369
+ "input": {
370
+ "type": "structure",
371
+ "members": {
372
+ "MaxResults": {
373
+ "location": "querystring",
374
+ "locationName": "maxResults",
375
+ "type": "integer"
376
+ },
377
+ "NextToken": {
378
+ "location": "querystring",
379
+ "locationName": "nextToken"
380
+ }
381
+ }
382
+ },
383
+ "output": {
384
+ "type": "structure",
385
+ "members": {
386
+ "NextToken": {},
387
+ "ProfileSummaries": {
388
+ "type": "list",
389
+ "member": {
390
+ "type": "structure",
391
+ "members": {
392
+ "Arn": {},
393
+ "Id": {},
394
+ "Name": {},
395
+ "ShareStatus": {}
396
+ }
397
+ }
398
+ }
399
+ }
400
+ }
401
+ },
402
+ "ListTagsForResource": {
403
+ "http": {
404
+ "method": "GET",
405
+ "requestUri": "/tags/{ResourceArn}",
406
+ "responseCode": 200
407
+ },
408
+ "input": {
409
+ "type": "structure",
410
+ "required": [
411
+ "ResourceArn"
412
+ ],
413
+ "members": {
414
+ "ResourceArn": {
415
+ "location": "uri",
416
+ "locationName": "ResourceArn"
417
+ }
418
+ }
419
+ },
420
+ "output": {
421
+ "type": "structure",
422
+ "required": [
423
+ "Tags"
424
+ ],
425
+ "members": {
426
+ "Tags": {
427
+ "shape": "S1e"
428
+ }
429
+ }
430
+ }
431
+ },
432
+ "TagResource": {
433
+ "http": {
434
+ "requestUri": "/tags/{ResourceArn}",
435
+ "responseCode": 204
436
+ },
437
+ "input": {
438
+ "type": "structure",
439
+ "required": [
440
+ "ResourceArn",
441
+ "Tags"
442
+ ],
443
+ "members": {
444
+ "ResourceArn": {
445
+ "location": "uri",
446
+ "locationName": "ResourceArn"
447
+ },
448
+ "Tags": {
449
+ "shape": "S1e"
450
+ }
451
+ }
452
+ },
453
+ "output": {
454
+ "type": "structure",
455
+ "members": {}
456
+ },
457
+ "idempotent": true
458
+ },
459
+ "UntagResource": {
460
+ "http": {
461
+ "method": "DELETE",
462
+ "requestUri": "/tags/{ResourceArn}",
463
+ "responseCode": 204
464
+ },
465
+ "input": {
466
+ "type": "structure",
467
+ "required": [
468
+ "ResourceArn",
469
+ "TagKeys"
470
+ ],
471
+ "members": {
472
+ "ResourceArn": {
473
+ "location": "uri",
474
+ "locationName": "ResourceArn"
475
+ },
476
+ "TagKeys": {
477
+ "location": "querystring",
478
+ "locationName": "tagKeys",
479
+ "type": "list",
480
+ "member": {}
481
+ }
482
+ }
483
+ },
484
+ "output": {
485
+ "type": "structure",
486
+ "members": {}
487
+ },
488
+ "idempotent": true
489
+ },
490
+ "UpdateProfileResourceAssociation": {
491
+ "http": {
492
+ "method": "PATCH",
493
+ "requestUri": "/profileresourceassociation/{ProfileResourceAssociationId}",
494
+ "responseCode": 200
495
+ },
496
+ "input": {
497
+ "type": "structure",
498
+ "required": [
499
+ "ProfileResourceAssociationId"
500
+ ],
501
+ "members": {
502
+ "Name": {},
503
+ "ProfileResourceAssociationId": {
504
+ "location": "uri",
505
+ "locationName": "ProfileResourceAssociationId"
506
+ },
507
+ "ResourceProperties": {}
508
+ }
509
+ },
510
+ "output": {
511
+ "type": "structure",
512
+ "members": {
513
+ "ProfileResourceAssociation": {
514
+ "shape": "Si"
515
+ }
516
+ }
517
+ }
518
+ }
519
+ },
520
+ "shapes": {
521
+ "S4": {
522
+ "type": "list",
523
+ "member": {
524
+ "type": "structure",
525
+ "required": [
526
+ "Key",
527
+ "Value"
528
+ ],
529
+ "members": {
530
+ "Key": {},
531
+ "Value": {}
532
+ }
533
+ }
534
+ },
535
+ "S9": {
536
+ "type": "structure",
537
+ "members": {
538
+ "CreationTime": {
539
+ "type": "timestamp"
540
+ },
541
+ "Id": {},
542
+ "ModificationTime": {
543
+ "type": "timestamp"
544
+ },
545
+ "Name": {},
546
+ "OwnerId": {},
547
+ "ProfileId": {},
548
+ "ResourceId": {},
549
+ "Status": {},
550
+ "StatusMessage": {}
551
+ }
552
+ },
553
+ "Si": {
554
+ "type": "structure",
555
+ "members": {
556
+ "CreationTime": {
557
+ "type": "timestamp"
558
+ },
559
+ "Id": {},
560
+ "ModificationTime": {
561
+ "type": "timestamp"
562
+ },
563
+ "Name": {},
564
+ "OwnerId": {},
565
+ "ProfileId": {},
566
+ "ResourceArn": {},
567
+ "ResourceProperties": {},
568
+ "ResourceType": {},
569
+ "Status": {},
570
+ "StatusMessage": {}
571
+ }
572
+ },
573
+ "Sm": {
574
+ "type": "structure",
575
+ "members": {
576
+ "Arn": {},
577
+ "ClientToken": {},
578
+ "CreationTime": {
579
+ "type": "timestamp"
580
+ },
581
+ "Id": {},
582
+ "ModificationTime": {
583
+ "type": "timestamp"
584
+ },
585
+ "Name": {},
586
+ "OwnerId": {},
587
+ "ShareStatus": {},
588
+ "Status": {},
589
+ "StatusMessage": {}
590
+ }
591
+ },
592
+ "S1e": {
593
+ "type": "map",
594
+ "key": {},
595
+ "value": {}
596
+ }
597
+ }
598
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "pagination": {
3
+ "ListProfileAssociations": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "ProfileAssociations"
8
+ },
9
+ "ListProfileResourceAssociations": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "ProfileResourceAssociations"
14
+ },
15
+ "ListProfiles": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "ProfileSummaries"
20
+ }
21
+ }
22
+ }