aws-sdk 2.1649.0 → 2.1651.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 (49) hide show
  1. package/README.md +1 -1
  2. package/apis/application-autoscaling-2016-02-06.min.json +4 -1
  3. package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +10 -1
  4. package/apis/cloudfront-2020-05-31.min.json +4 -1
  5. package/apis/cloudhsmv2-2017-04-28.min.json +69 -17
  6. package/apis/connect-2017-08-08.min.json +272 -255
  7. package/apis/datazone-2018-05-10.min.json +251 -26
  8. package/apis/datazone-2018-05-10.paginators.json +6 -0
  9. package/apis/elasticache-2015-02-02.min.json +4 -1
  10. package/apis/elasticmapreduce-2009-03-31.min.json +15 -3
  11. package/apis/glue-2017-03-31.min.json +93 -89
  12. package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
  13. package/apis/mq-2017-11-27.min.json +4 -4
  14. package/apis/opensearch-2021-01-01.min.json +98 -141
  15. package/apis/pi-2018-02-27.min.json +4 -1
  16. package/apis/qconnect-2020-10-19.min.json +335 -108
  17. package/apis/qconnect-2020-10-19.paginators.json +6 -0
  18. package/apis/quicksight-2018-04-01.min.json +598 -483
  19. package/apis/rds-2013-01-10.min.json +4 -1
  20. package/apis/rds-2013-02-12.min.json +4 -1
  21. package/apis/rds-2013-09-09.min.json +4 -1
  22. package/apis/rds-2014-09-01.min.json +4 -1
  23. package/apis/rds-2014-10-31.min.json +4 -1
  24. package/apis/sagemaker-2017-07-24.min.json +805 -792
  25. package/apis/workspaces-2015-04-08.min.json +507 -76
  26. package/clients/acmpca.d.ts +3 -3
  27. package/clients/applicationautoscaling.d.ts +43 -43
  28. package/clients/chimesdkmediapipelines.d.ts +19 -15
  29. package/clients/cloudfront.d.ts +7 -7
  30. package/clients/cloudhsmv2.d.ts +117 -34
  31. package/clients/connect.d.ts +29 -10
  32. package/clients/datazone.d.ts +269 -1
  33. package/clients/emr.d.ts +12 -4
  34. package/clients/glue.d.ts +6 -0
  35. package/clients/kinesisanalyticsv2.d.ts +1 -1
  36. package/clients/mq.d.ts +15 -15
  37. package/clients/opensearch.d.ts +0 -53
  38. package/clients/pi.d.ts +2 -2
  39. package/clients/qconnect.d.ts +219 -1
  40. package/clients/quicksight.d.ts +90 -0
  41. package/clients/rds.d.ts +4 -4
  42. package/clients/sagemaker.d.ts +18 -1
  43. package/clients/workspaces.d.ts +596 -4
  44. package/dist/aws-sdk-core-react-native.js +1 -1
  45. package/dist/aws-sdk-react-native.js +25 -25
  46. package/dist/aws-sdk.js +391 -286
  47. package/dist/aws-sdk.min.js +103 -103
  48. package/lib/core.js +1 -1
  49. package/package.json +1 -1
@@ -3126,6 +3126,72 @@
3126
3126
  }
3127
3127
  }
3128
3128
  },
3129
+ "GetLineageNode": {
3130
+ "http": {
3131
+ "method": "GET",
3132
+ "requestUri": "/v2/domains/{domainIdentifier}/lineage/nodes/{identifier}",
3133
+ "responseCode": 200
3134
+ },
3135
+ "input": {
3136
+ "type": "structure",
3137
+ "required": [
3138
+ "domainIdentifier",
3139
+ "identifier"
3140
+ ],
3141
+ "members": {
3142
+ "domainIdentifier": {
3143
+ "location": "uri",
3144
+ "locationName": "domainIdentifier"
3145
+ },
3146
+ "eventTimestamp": {
3147
+ "location": "querystring",
3148
+ "locationName": "timestamp",
3149
+ "type": "timestamp"
3150
+ },
3151
+ "identifier": {
3152
+ "location": "uri",
3153
+ "locationName": "identifier"
3154
+ }
3155
+ }
3156
+ },
3157
+ "output": {
3158
+ "type": "structure",
3159
+ "required": [
3160
+ "domainId",
3161
+ "id",
3162
+ "typeName"
3163
+ ],
3164
+ "members": {
3165
+ "createdAt": {
3166
+ "type": "timestamp"
3167
+ },
3168
+ "createdBy": {},
3169
+ "description": {},
3170
+ "domainId": {},
3171
+ "downstreamNodes": {
3172
+ "shape": "S9r"
3173
+ },
3174
+ "eventTimestamp": {
3175
+ "type": "timestamp"
3176
+ },
3177
+ "formsOutput": {
3178
+ "shape": "S1x"
3179
+ },
3180
+ "id": {},
3181
+ "name": {},
3182
+ "sourceIdentifier": {},
3183
+ "typeName": {},
3184
+ "typeRevision": {},
3185
+ "updatedAt": {
3186
+ "type": "timestamp"
3187
+ },
3188
+ "updatedBy": {},
3189
+ "upstreamNodes": {
3190
+ "shape": "S9r"
3191
+ }
3192
+ }
3193
+ }
3194
+ },
3129
3195
  "GetListing": {
3130
3196
  "http": {
3131
3197
  "method": "GET",
@@ -3245,7 +3311,7 @@
3245
3311
  "owningProjectId": {},
3246
3312
  "status": {},
3247
3313
  "target": {
3248
- "shape": "S9v"
3314
+ "shape": "Sa1"
3249
3315
  },
3250
3316
  "type": {}
3251
3317
  }
@@ -3617,7 +3683,7 @@
3617
3683
  "entityId": {},
3618
3684
  "entityType": {},
3619
3685
  "form": {
3620
- "shape": "Sae"
3686
+ "shape": "Sak"
3621
3687
  },
3622
3688
  "formName": {}
3623
3689
  }
@@ -4457,6 +4523,94 @@
4457
4523
  }
4458
4524
  }
4459
4525
  },
4526
+ "ListLineageNodeHistory": {
4527
+ "http": {
4528
+ "method": "GET",
4529
+ "requestUri": "/v2/domains/{domainIdentifier}/lineage/nodes/{identifier}/history",
4530
+ "responseCode": 200
4531
+ },
4532
+ "input": {
4533
+ "type": "structure",
4534
+ "required": [
4535
+ "domainIdentifier",
4536
+ "identifier"
4537
+ ],
4538
+ "members": {
4539
+ "direction": {
4540
+ "location": "querystring",
4541
+ "locationName": "direction"
4542
+ },
4543
+ "domainIdentifier": {
4544
+ "location": "uri",
4545
+ "locationName": "domainIdentifier"
4546
+ },
4547
+ "eventTimestampGTE": {
4548
+ "location": "querystring",
4549
+ "locationName": "timestampGTE",
4550
+ "type": "timestamp"
4551
+ },
4552
+ "eventTimestampLTE": {
4553
+ "location": "querystring",
4554
+ "locationName": "timestampLTE",
4555
+ "type": "timestamp"
4556
+ },
4557
+ "identifier": {
4558
+ "location": "uri",
4559
+ "locationName": "identifier"
4560
+ },
4561
+ "maxResults": {
4562
+ "location": "querystring",
4563
+ "locationName": "maxResults",
4564
+ "type": "integer"
4565
+ },
4566
+ "nextToken": {
4567
+ "location": "querystring",
4568
+ "locationName": "nextToken"
4569
+ },
4570
+ "sortOrder": {
4571
+ "location": "querystring",
4572
+ "locationName": "sortOrder"
4573
+ }
4574
+ }
4575
+ },
4576
+ "output": {
4577
+ "type": "structure",
4578
+ "members": {
4579
+ "nextToken": {},
4580
+ "nodes": {
4581
+ "type": "list",
4582
+ "member": {
4583
+ "type": "structure",
4584
+ "required": [
4585
+ "domainId",
4586
+ "id",
4587
+ "typeName"
4588
+ ],
4589
+ "members": {
4590
+ "createdAt": {
4591
+ "type": "timestamp"
4592
+ },
4593
+ "createdBy": {},
4594
+ "description": {},
4595
+ "domainId": {},
4596
+ "eventTimestamp": {
4597
+ "type": "timestamp"
4598
+ },
4599
+ "id": {},
4600
+ "name": {},
4601
+ "sourceIdentifier": {},
4602
+ "typeName": {},
4603
+ "typeRevision": {},
4604
+ "updatedAt": {
4605
+ "type": "timestamp"
4606
+ },
4607
+ "updatedBy": {}
4608
+ }
4609
+ }
4610
+ }
4611
+ }
4612
+ }
4613
+ },
4460
4614
  "ListMetadataGenerationRuns": {
4461
4615
  "http": {
4462
4616
  "method": "GET",
@@ -4514,7 +4668,7 @@
4514
4668
  "owningProjectId": {},
4515
4669
  "status": {},
4516
4670
  "target": {
4517
- "shape": "S9v"
4671
+ "shape": "Sa1"
4518
4672
  },
4519
4673
  "type": {}
4520
4674
  }
@@ -5321,6 +5475,40 @@
5321
5475
  }
5322
5476
  }
5323
5477
  },
5478
+ "PostLineageEvent": {
5479
+ "http": {
5480
+ "requestUri": "/v2/domains/{domainIdentifier}/lineage/events",
5481
+ "responseCode": 200
5482
+ },
5483
+ "input": {
5484
+ "type": "structure",
5485
+ "required": [
5486
+ "domainIdentifier",
5487
+ "event"
5488
+ ],
5489
+ "members": {
5490
+ "clientToken": {
5491
+ "idempotencyToken": true,
5492
+ "location": "querystring",
5493
+ "locationName": "clientToken"
5494
+ },
5495
+ "domainIdentifier": {
5496
+ "location": "uri",
5497
+ "locationName": "domainIdentifier"
5498
+ },
5499
+ "event": {
5500
+ "type": "blob",
5501
+ "sensitive": true
5502
+ }
5503
+ },
5504
+ "payload": "event"
5505
+ },
5506
+ "output": {
5507
+ "type": "structure",
5508
+ "members": {}
5509
+ },
5510
+ "idempotent": true
5511
+ },
5324
5512
  "PostTimeSeriesDataPoints": {
5325
5513
  "http": {
5326
5514
  "requestUri": "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/time-series-data-points",
@@ -5381,7 +5569,7 @@
5381
5569
  "forms": {
5382
5570
  "type": "list",
5383
5571
  "member": {
5384
- "shape": "Sae"
5572
+ "shape": "Sak"
5385
5573
  }
5386
5574
  }
5387
5575
  }
@@ -5670,14 +5858,14 @@
5670
5858
  ],
5671
5859
  "members": {
5672
5860
  "additionalAttributes": {
5673
- "shape": "Sdy"
5861
+ "shape": "Sec"
5674
5862
  },
5675
5863
  "domainIdentifier": {
5676
5864
  "location": "uri",
5677
5865
  "locationName": "domainIdentifier"
5678
5866
  },
5679
5867
  "filters": {
5680
- "shape": "Se0"
5868
+ "shape": "See"
5681
5869
  },
5682
5870
  "maxResults": {
5683
5871
  "type": "integer"
@@ -5685,12 +5873,12 @@
5685
5873
  "nextToken": {},
5686
5874
  "owningProjectIdentifier": {},
5687
5875
  "searchIn": {
5688
- "shape": "Se5"
5876
+ "shape": "Sej"
5689
5877
  },
5690
5878
  "searchScope": {},
5691
5879
  "searchText": {},
5692
5880
  "sort": {
5693
- "shape": "Se9"
5881
+ "shape": "Sen"
5694
5882
  }
5695
5883
  }
5696
5884
  },
@@ -5934,25 +6122,25 @@
5934
6122
  ],
5935
6123
  "members": {
5936
6124
  "additionalAttributes": {
5937
- "shape": "Sdy"
6125
+ "shape": "Sec"
5938
6126
  },
5939
6127
  "domainIdentifier": {
5940
6128
  "location": "uri",
5941
6129
  "locationName": "domainIdentifier"
5942
6130
  },
5943
6131
  "filters": {
5944
- "shape": "Se0"
6132
+ "shape": "See"
5945
6133
  },
5946
6134
  "maxResults": {
5947
6135
  "type": "integer"
5948
6136
  },
5949
6137
  "nextToken": {},
5950
6138
  "searchIn": {
5951
- "shape": "Se5"
6139
+ "shape": "Sej"
5952
6140
  },
5953
6141
  "searchText": {},
5954
6142
  "sort": {
5955
- "shape": "Se9"
6143
+ "shape": "Sen"
5956
6144
  }
5957
6145
  }
5958
6146
  },
@@ -6027,7 +6215,7 @@
6027
6215
  "locationName": "domainIdentifier"
6028
6216
  },
6029
6217
  "filters": {
6030
- "shape": "Se0"
6218
+ "shape": "See"
6031
6219
  },
6032
6220
  "managed": {
6033
6221
  "type": "boolean"
@@ -6037,12 +6225,12 @@
6037
6225
  },
6038
6226
  "nextToken": {},
6039
6227
  "searchIn": {
6040
- "shape": "Se5"
6228
+ "shape": "Sej"
6041
6229
  },
6042
6230
  "searchScope": {},
6043
6231
  "searchText": {},
6044
6232
  "sort": {
6045
- "shape": "Se9"
6233
+ "shape": "Sen"
6046
6234
  }
6047
6235
  }
6048
6236
  },
@@ -6117,6 +6305,31 @@
6117
6305
  "revision": {},
6118
6306
  "status": {}
6119
6307
  }
6308
+ },
6309
+ "lineageNodeTypeItem": {
6310
+ "type": "structure",
6311
+ "required": [
6312
+ "domainId",
6313
+ "formsOutput",
6314
+ "revision"
6315
+ ],
6316
+ "members": {
6317
+ "createdAt": {
6318
+ "type": "timestamp"
6319
+ },
6320
+ "createdBy": {},
6321
+ "description": {},
6322
+ "domainId": {},
6323
+ "formsOutput": {
6324
+ "shape": "S2e"
6325
+ },
6326
+ "name": {},
6327
+ "revision": {},
6328
+ "updatedAt": {
6329
+ "type": "timestamp"
6330
+ },
6331
+ "updatedBy": {}
6332
+ }
6120
6333
  }
6121
6334
  },
6122
6335
  "union": true
@@ -6268,7 +6481,7 @@
6268
6481
  },
6269
6482
  "owningProjectIdentifier": {},
6270
6483
  "target": {
6271
- "shape": "S9v"
6484
+ "shape": "Sa1"
6272
6485
  },
6273
6486
  "type": {}
6274
6487
  }
@@ -8019,7 +8232,19 @@
8019
8232
  }
8020
8233
  }
8021
8234
  },
8022
- "S9v": {
8235
+ "S9r": {
8236
+ "type": "list",
8237
+ "member": {
8238
+ "type": "structure",
8239
+ "members": {
8240
+ "eventTimestamp": {
8241
+ "type": "timestamp"
8242
+ },
8243
+ "id": {}
8244
+ }
8245
+ }
8246
+ },
8247
+ "Sa1": {
8023
8248
  "type": "structure",
8024
8249
  "required": [
8025
8250
  "identifier",
@@ -8031,7 +8256,7 @@
8031
8256
  "type": {}
8032
8257
  }
8033
8258
  },
8034
- "Sae": {
8259
+ "Sak": {
8035
8260
  "type": "structure",
8036
8261
  "required": [
8037
8262
  "formName",
@@ -8049,15 +8274,15 @@
8049
8274
  "typeRevision": {}
8050
8275
  }
8051
8276
  },
8052
- "Sdy": {
8277
+ "Sec": {
8053
8278
  "type": "list",
8054
8279
  "member": {}
8055
8280
  },
8056
- "Se0": {
8281
+ "See": {
8057
8282
  "type": "structure",
8058
8283
  "members": {
8059
8284
  "and": {
8060
- "shape": "Se1"
8285
+ "shape": "Sef"
8061
8286
  },
8062
8287
  "filter": {
8063
8288
  "type": "structure",
@@ -8071,18 +8296,18 @@
8071
8296
  }
8072
8297
  },
8073
8298
  "or": {
8074
- "shape": "Se1"
8299
+ "shape": "Sef"
8075
8300
  }
8076
8301
  },
8077
8302
  "union": true
8078
8303
  },
8079
- "Se1": {
8304
+ "Sef": {
8080
8305
  "type": "list",
8081
8306
  "member": {
8082
- "shape": "Se0"
8307
+ "shape": "See"
8083
8308
  }
8084
8309
  },
8085
- "Se5": {
8310
+ "Sej": {
8086
8311
  "type": "list",
8087
8312
  "member": {
8088
8313
  "type": "structure",
@@ -8094,7 +8319,7 @@
8094
8319
  }
8095
8320
  }
8096
8321
  },
8097
- "Se9": {
8322
+ "Sen": {
8098
8323
  "type": "structure",
8099
8324
  "required": [
8100
8325
  "attribute"
@@ -60,6 +60,12 @@
60
60
  "limit_key": "maxResults",
61
61
  "result_key": "items"
62
62
  },
63
+ "ListLineageNodeHistory": {
64
+ "input_token": "nextToken",
65
+ "output_token": "nextToken",
66
+ "limit_key": "maxResults",
67
+ "result_key": "nodes"
68
+ },
63
69
  "ListMetadataGenerationRuns": {
64
70
  "input_token": "nextToken",
65
71
  "output_token": "nextToken",
@@ -11,7 +11,10 @@
11
11
  "serviceId": "ElastiCache",
12
12
  "signatureVersion": "v4",
13
13
  "uid": "elasticache-2015-02-02",
14
- "xmlNamespace": "http://elasticache.amazonaws.com/doc/2015-02-02/"
14
+ "xmlNamespace": "http://elasticache.amazonaws.com/doc/2015-02-02/",
15
+ "auth": [
16
+ "aws.auth#sigv4"
17
+ ]
15
18
  },
16
19
  "operations": {
17
20
  "AddTagsToResource": {
@@ -5,12 +5,18 @@
5
5
  "endpointPrefix": "elasticmapreduce",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "Amazon EMR",
9
12
  "serviceFullName": "Amazon EMR",
10
13
  "serviceId": "EMR",
11
14
  "signatureVersion": "v4",
12
15
  "targetPrefix": "ElasticMapReduce",
13
- "uid": "elasticmapreduce-2009-03-31"
16
+ "uid": "elasticmapreduce-2009-03-31",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
14
20
  },
15
21
  "operations": {
16
22
  "AddInstanceFleet": {
@@ -1072,7 +1078,10 @@
1072
1078
  "EbsOptimized": {
1073
1079
  "type": "boolean"
1074
1080
  },
1075
- "CustomAmiId": {}
1081
+ "CustomAmiId": {},
1082
+ "Priority": {
1083
+ "type": "double"
1084
+ }
1076
1085
  }
1077
1086
  }
1078
1087
  },
@@ -2103,7 +2112,10 @@
2103
2112
  "Configurations": {
2104
2113
  "shape": "Si"
2105
2114
  },
2106
- "CustomAmiId": {}
2115
+ "CustomAmiId": {},
2116
+ "Priority": {
2117
+ "type": "double"
2118
+ }
2107
2119
  }
2108
2120
  }
2109
2121
  },