aws-sdk 2.1160.0 → 2.1163.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/CHANGELOG.md CHANGED
@@ -1,7 +1,20 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1160.0-->
2
+ <!--LATEST=2.1163.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1163.0
6
+ * feature: Iot: This release ease the restriction for the input of tag value to align with AWS standard, now instead of min length 1, we change it to min length 0.
7
+
8
+ ## 2.1162.0
9
+ * bugfix: redshiftserverless: remove redshiftserverless client
10
+ * feature: Glue: This release enables the new ListCrawls API for viewing the AWS Glue Crawler run history.
11
+
12
+ ## 2.1161.0
13
+ * feature: LookoutEquipment: This release adds visualizations to the scheduled inference results. Users will be able to see interference results, including diagnostic results from their running inference schedulers.
14
+ * feature: Mgn: New and modified APIs for the Post-Migration Framework
15
+ * feature: MigrationHubRefactorSpaces: This release adds the new API UpdateRoute that allows route to be updated to ACTIVE/INACTIVE state. In addition, CreateRoute API will now allow users to create route in ACTIVE/INACTIVE state.
16
+ * feature: SageMaker: SageMaker Ground Truth now supports Virtual Private Cloud. Customers can launch labeling jobs and access to their private workforce in VPC mode.
17
+
5
18
  ## 2.1160.0
6
19
  * feature: Pricing: This release introduces 1 update to the GetProducts API. The serviceCode attribute is now required when you use the GetProductsRequest.
7
20
  * feature: Transfer: Until today, the service supported only RSA host keys and user keys. Now with this launch, Transfer Family has expanded the support for ECDSA and ED25519 host keys and user keys, enabling customers to support a broader set of clients by choosing RSA, ECDSA, and ED25519 host and user keys.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1160.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1163.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -3543,6 +3543,62 @@
3543
3543
  }
3544
3544
  }
3545
3545
  },
3546
+ "ListCrawls": {
3547
+ "input": {
3548
+ "type": "structure",
3549
+ "required": [
3550
+ "CrawlerName"
3551
+ ],
3552
+ "members": {
3553
+ "CrawlerName": {},
3554
+ "MaxResults": {
3555
+ "type": "integer"
3556
+ },
3557
+ "Filters": {
3558
+ "type": "list",
3559
+ "member": {
3560
+ "type": "structure",
3561
+ "members": {
3562
+ "FieldName": {},
3563
+ "FilterOperator": {},
3564
+ "FieldValue": {}
3565
+ }
3566
+ }
3567
+ },
3568
+ "NextToken": {}
3569
+ }
3570
+ },
3571
+ "output": {
3572
+ "type": "structure",
3573
+ "members": {
3574
+ "Crawls": {
3575
+ "type": "list",
3576
+ "member": {
3577
+ "type": "structure",
3578
+ "members": {
3579
+ "CrawlId": {},
3580
+ "State": {},
3581
+ "StartTime": {
3582
+ "type": "timestamp"
3583
+ },
3584
+ "EndTime": {
3585
+ "type": "timestamp"
3586
+ },
3587
+ "Summary": {},
3588
+ "ErrorMessage": {},
3589
+ "LogGroup": {},
3590
+ "LogStream": {},
3591
+ "MessagePrefix": {},
3592
+ "DPUHour": {
3593
+ "type": "double"
3594
+ }
3595
+ }
3596
+ }
3597
+ },
3598
+ "NextToken": {}
3599
+ }
3600
+ }
3601
+ },
3546
3602
  "ListCustomEntityTypes": {
3547
3603
  "input": {
3548
3604
  "type": "structure",
@@ -3901,7 +3957,7 @@
3901
3957
  },
3902
3958
  "SchemaVersionId": {},
3903
3959
  "MetadataKeyValue": {
3904
- "shape": "So1"
3960
+ "shape": "Sob"
3905
3961
  }
3906
3962
  }
3907
3963
  },
@@ -3958,7 +4014,7 @@
3958
4014
  "MetadataList": {
3959
4015
  "type": "list",
3960
4016
  "member": {
3961
- "shape": "So1"
4017
+ "shape": "Sob"
3962
4018
  }
3963
4019
  },
3964
4020
  "MaxResults": {
@@ -4036,7 +4092,7 @@
4036
4092
  },
4037
4093
  "SchemaVersionId": {},
4038
4094
  "MetadataKeyValue": {
4039
- "shape": "So1"
4095
+ "shape": "Sob"
4040
4096
  }
4041
4097
  }
4042
4098
  },
@@ -4090,7 +4146,7 @@
4090
4146
  "Name": {},
4091
4147
  "RunId": {},
4092
4148
  "NodeIds": {
4093
- "shape": "Som"
4149
+ "shape": "Sow"
4094
4150
  }
4095
4151
  }
4096
4152
  },
@@ -4099,7 +4155,7 @@
4099
4155
  "members": {
4100
4156
  "RunId": {},
4101
4157
  "NodeIds": {
4102
- "shape": "Som"
4158
+ "shape": "Sow"
4103
4159
  }
4104
4160
  }
4105
4161
  }
@@ -4597,7 +4653,7 @@
4597
4653
  "shape": "S6"
4598
4654
  },
4599
4655
  "ColumnStatisticsList": {
4600
- "shape": "Sq7"
4656
+ "shape": "Sqh"
4601
4657
  }
4602
4658
  }
4603
4659
  },
@@ -4605,7 +4661,7 @@
4605
4661
  "type": "structure",
4606
4662
  "members": {
4607
4663
  "Errors": {
4608
- "shape": "Sq9"
4664
+ "shape": "Sqj"
4609
4665
  }
4610
4666
  }
4611
4667
  }
@@ -4623,7 +4679,7 @@
4623
4679
  "DatabaseName": {},
4624
4680
  "TableName": {},
4625
4681
  "ColumnStatisticsList": {
4626
- "shape": "Sq7"
4682
+ "shape": "Sqh"
4627
4683
  }
4628
4684
  }
4629
4685
  },
@@ -4631,7 +4687,7 @@
4631
4687
  "type": "structure",
4632
4688
  "members": {
4633
4689
  "Errors": {
4634
- "shape": "Sq9"
4690
+ "shape": "Sqj"
4635
4691
  }
4636
4692
  }
4637
4693
  }
@@ -8519,24 +8575,24 @@
8519
8575
  "CatalogId": {}
8520
8576
  }
8521
8577
  },
8522
- "So1": {
8578
+ "Sob": {
8523
8579
  "type": "structure",
8524
8580
  "members": {
8525
8581
  "MetadataKey": {},
8526
8582
  "MetadataValue": {}
8527
8583
  }
8528
8584
  },
8529
- "Som": {
8585
+ "Sow": {
8530
8586
  "type": "list",
8531
8587
  "member": {}
8532
8588
  },
8533
- "Sq7": {
8589
+ "Sqh": {
8534
8590
  "type": "list",
8535
8591
  "member": {
8536
8592
  "shape": "Sgc"
8537
8593
  }
8538
8594
  },
8539
- "Sq9": {
8595
+ "Sqj": {
8540
8596
  "type": "list",
8541
8597
  "member": {
8542
8598
  "type": "structure",
@@ -425,6 +425,55 @@
425
425
  }
426
426
  }
427
427
  },
428
+ "ListInferenceEvents": {
429
+ "input": {
430
+ "type": "structure",
431
+ "required": [
432
+ "InferenceSchedulerName",
433
+ "IntervalStartTime",
434
+ "IntervalEndTime"
435
+ ],
436
+ "members": {
437
+ "NextToken": {},
438
+ "MaxResults": {
439
+ "type": "integer"
440
+ },
441
+ "InferenceSchedulerName": {},
442
+ "IntervalStartTime": {
443
+ "type": "timestamp"
444
+ },
445
+ "IntervalEndTime": {
446
+ "type": "timestamp"
447
+ }
448
+ }
449
+ },
450
+ "output": {
451
+ "type": "structure",
452
+ "members": {
453
+ "NextToken": {},
454
+ "InferenceEventSummaries": {
455
+ "type": "list",
456
+ "member": {
457
+ "type": "structure",
458
+ "members": {
459
+ "InferenceSchedulerArn": {},
460
+ "InferenceSchedulerName": {},
461
+ "EventStartTime": {
462
+ "type": "timestamp"
463
+ },
464
+ "EventEndTime": {
465
+ "type": "timestamp"
466
+ },
467
+ "Diagnostics": {},
468
+ "EventDurationInSeconds": {
469
+ "type": "long"
470
+ }
471
+ }
472
+ }
473
+ }
474
+ }
475
+ }
476
+ },
428
477
  "ListInferenceExecutions": {
429
478
  "input": {
430
479
  "type": "structure",
@@ -586,16 +635,16 @@
586
635
  "type": "boolean"
587
636
  },
588
637
  "MissingValues": {
589
- "shape": "S30"
638
+ "shape": "S35"
590
639
  },
591
640
  "InvalidValues": {
592
- "shape": "S30"
641
+ "shape": "S35"
593
642
  },
594
643
  "InvalidDateEntries": {
595
- "shape": "S30"
644
+ "shape": "S35"
596
645
  },
597
646
  "DuplicateTimestamps": {
598
- "shape": "S30"
647
+ "shape": "S35"
599
648
  },
600
649
  "CategoricalValues": {
601
650
  "type": "structure",
@@ -1042,7 +1091,7 @@
1042
1091
  "Key": {}
1043
1092
  }
1044
1093
  },
1045
- "S30": {
1094
+ "S35": {
1046
1095
  "type": "structure",
1047
1096
  "required": [
1048
1097
  "Count",
@@ -10,6 +10,11 @@
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
12
  },
13
+ "ListInferenceEvents": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
13
18
  "ListInferenceExecutions": {
14
19
  "input_token": "NextToken",
15
20
  "output_token": "NextToken",
@@ -1167,9 +1167,6 @@
1167
1167
  "m2": {
1168
1168
  "name": "M2"
1169
1169
  },
1170
- "redshiftserverless": {
1171
- "name": "RedshiftServerless"
1172
- },
1173
1170
  "connectcampaigns": {
1174
1171
  "name": "ConnectCampaigns"
1175
1172
  }