Skip to content

Commit f9d9c95

Browse files
author
awstools
committed
Updates SDK to v2.1084.0
1 parent 43c1538 commit f9d9c95

19 files changed

+518
-256
lines changed

.changes/2.1084.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "KafkaConnect",
5+
"description": "Adds operation for custom plugin deletion (DeleteCustomPlugin) and adds new StateDescription field to DescribeCustomPlugin and DescribeConnector responses to return errors from asynchronous resource creation."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "MediaPackage",
10+
"description": "This release adds Hybridcast as an available profile option for Dash Origin Endpoints."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Mgn",
15+
"description": "Add support for GP3 and IO2 volume types. Add bootMode to LaunchConfiguration object (and as a parameter to UpdateLaunchConfigurationRequest)."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1083.0-->
2+
<!--LATEST=2.1084.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1084.0
6+
* feature: KafkaConnect: Adds operation for custom plugin deletion (DeleteCustomPlugin) and adds new StateDescription field to DescribeCustomPlugin and DescribeConnector responses to return errors from asynchronous resource creation.
7+
* feature: MediaPackage: This release adds Hybridcast as an available profile option for Dash Origin Endpoints.
8+
* feature: Mgn: Add support for GP3 and IO2 volume types. Add bootMode to LaunchConfiguration object (and as a parameter to UpdateLaunchConfigurationRequest).
9+
510
## 2.1083.0
611
* feature: Amplify: Add repositoryCloneMethod field for hosting an Amplify app. This field shows what authorization method is used to clone the repo: SSH, TOKEN, or SIGV4.
712
* feature: AmplifyUIBuilder: We are adding the ability to configure workflows and actions for components.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1083.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1084.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/kafkaconnect-2021-09-14.min.json

Lines changed: 95 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@
9494
}
9595
},
9696
"connectorConfiguration": {
97-
"shape": "Sa"
97+
"type": "map",
98+
"key": {},
99+
"value": {},
100+
"sensitive": true
98101
},
99102
"connectorDescription": {},
100103
"connectorName": {},
@@ -312,17 +315,20 @@
312315
"members": {
313316
"description": {},
314317
"name": {},
315-
"propertiesFileContent": {}
318+
"propertiesFileContent": {
319+
"type": "string",
320+
"sensitive": true
321+
}
316322
}
317323
},
318324
"output": {
319325
"type": "structure",
320326
"members": {
321327
"creationTime": {
322-
"shape": "S18"
328+
"shape": "S19"
323329
},
324330
"latestRevision": {
325-
"shape": "S19"
331+
"shape": "S1a"
326332
},
327333
"name": {},
328334
"workerConfigurationArn": {}
@@ -360,6 +366,33 @@
360366
},
361367
"idempotent": true
362368
},
369+
"DeleteCustomPlugin": {
370+
"http": {
371+
"method": "DELETE",
372+
"requestUri": "/v1/custom-plugins/{customPluginArn}",
373+
"responseCode": 200
374+
},
375+
"input": {
376+
"type": "structure",
377+
"required": [
378+
"customPluginArn"
379+
],
380+
"members": {
381+
"customPluginArn": {
382+
"location": "uri",
383+
"locationName": "customPluginArn"
384+
}
385+
}
386+
},
387+
"output": {
388+
"type": "structure",
389+
"members": {
390+
"customPluginArn": {},
391+
"customPluginState": {}
392+
}
393+
},
394+
"idempotent": true
395+
},
363396
"DescribeConnector": {
364397
"http": {
365398
"method": "GET",
@@ -382,38 +415,44 @@
382415
"type": "structure",
383416
"members": {
384417
"capacity": {
385-
"shape": "S1e"
418+
"shape": "S1h"
386419
},
387420
"connectorArn": {},
388421
"connectorConfiguration": {
389-
"shape": "Sa"
422+
"type": "map",
423+
"key": {},
424+
"value": {},
425+
"sensitive": true
390426
},
391427
"connectorDescription": {},
392428
"connectorName": {},
393429
"connectorState": {},
394430
"creationTime": {
395-
"shape": "S18"
431+
"shape": "S19"
396432
},
397433
"currentVersion": {},
398434
"kafkaCluster": {
399-
"shape": "S1k"
435+
"shape": "S1o"
400436
},
401437
"kafkaClusterClientAuthentication": {
402-
"shape": "S1n"
438+
"shape": "S1r"
403439
},
404440
"kafkaClusterEncryptionInTransit": {
405-
"shape": "S1o"
441+
"shape": "S1s"
406442
},
407443
"kafkaConnectVersion": {},
408444
"logDelivery": {
409-
"shape": "S1p"
445+
"shape": "S1t"
410446
},
411447
"plugins": {
412-
"shape": "S1u"
448+
"shape": "S1y"
413449
},
414450
"serviceExecutionRoleArn": {},
451+
"stateDescription": {
452+
"shape": "S21"
453+
},
415454
"workerConfiguration": {
416-
"shape": "S1x"
455+
"shape": "S22"
417456
}
418457
}
419458
}
@@ -440,15 +479,18 @@
440479
"type": "structure",
441480
"members": {
442481
"creationTime": {
443-
"shape": "S18"
482+
"shape": "S19"
444483
},
445484
"customPluginArn": {},
446485
"customPluginState": {},
447486
"description": {},
448487
"latestRevision": {
449-
"shape": "S20"
488+
"shape": "S25"
450489
},
451-
"name": {}
490+
"name": {},
491+
"stateDescription": {
492+
"shape": "S21"
493+
}
452494
}
453495
}
454496
},
@@ -474,17 +516,20 @@
474516
"type": "structure",
475517
"members": {
476518
"creationTime": {
477-
"shape": "S18"
519+
"shape": "S19"
478520
},
479521
"description": {},
480522
"latestRevision": {
481523
"type": "structure",
482524
"members": {
483525
"creationTime": {
484-
"shape": "S18"
526+
"shape": "S19"
485527
},
486528
"description": {},
487-
"propertiesFileContent": {},
529+
"propertiesFileContent": {
530+
"type": "string",
531+
"sensitive": true
532+
},
488533
"revision": {
489534
"type": "long"
490535
}
@@ -528,35 +573,35 @@
528573
"type": "structure",
529574
"members": {
530575
"capacity": {
531-
"shape": "S1e"
576+
"shape": "S1h"
532577
},
533578
"connectorArn": {},
534579
"connectorDescription": {},
535580
"connectorName": {},
536581
"connectorState": {},
537582
"creationTime": {
538-
"shape": "S18"
583+
"shape": "S19"
539584
},
540585
"currentVersion": {},
541586
"kafkaCluster": {
542-
"shape": "S1k"
587+
"shape": "S1o"
543588
},
544589
"kafkaClusterClientAuthentication": {
545-
"shape": "S1n"
590+
"shape": "S1r"
546591
},
547592
"kafkaClusterEncryptionInTransit": {
548-
"shape": "S1o"
593+
"shape": "S1s"
549594
},
550595
"kafkaConnectVersion": {},
551596
"logDelivery": {
552-
"shape": "S1p"
597+
"shape": "S1t"
553598
},
554599
"plugins": {
555-
"shape": "S1u"
600+
"shape": "S1y"
556601
},
557602
"serviceExecutionRoleArn": {},
558603
"workerConfiguration": {
559-
"shape": "S1x"
604+
"shape": "S22"
560605
}
561606
}
562607
}
@@ -594,13 +639,13 @@
594639
"type": "structure",
595640
"members": {
596641
"creationTime": {
597-
"shape": "S18"
642+
"shape": "S19"
598643
},
599644
"customPluginArn": {},
600645
"customPluginState": {},
601646
"description": {},
602647
"latestRevision": {
603-
"shape": "S20"
648+
"shape": "S25"
604649
},
605650
"name": {}
606651
}
@@ -640,11 +685,11 @@
640685
"type": "structure",
641686
"members": {
642687
"creationTime": {
643-
"shape": "S18"
688+
"shape": "S19"
644689
},
645690
"description": {},
646691
"latestRevision": {
647-
"shape": "S19"
692+
"shape": "S1a"
648693
},
649694
"name": {},
650695
"workerConfigurationArn": {}
@@ -752,32 +797,27 @@
752797
}
753798
},
754799
"shapes": {
755-
"Sa": {
756-
"type": "map",
757-
"key": {},
758-
"value": {}
759-
},
760800
"Sh": {
761801
"type": "list",
762802
"member": {}
763803
},
764-
"S18": {
804+
"S19": {
765805
"type": "timestamp",
766806
"timestampFormat": "iso8601"
767807
},
768-
"S19": {
808+
"S1a": {
769809
"type": "structure",
770810
"members": {
771811
"creationTime": {
772-
"shape": "S18"
812+
"shape": "S19"
773813
},
774814
"description": {},
775815
"revision": {
776816
"type": "long"
777817
}
778818
}
779819
},
780-
"S1e": {
820+
"S1h": {
781821
"type": "structure",
782822
"members": {
783823
"autoScaling": {
@@ -823,7 +863,7 @@
823863
}
824864
}
825865
},
826-
"S1k": {
866+
"S1o": {
827867
"type": "structure",
828868
"members": {
829869
"apacheKafkaCluster": {
@@ -845,19 +885,19 @@
845885
}
846886
}
847887
},
848-
"S1n": {
888+
"S1r": {
849889
"type": "structure",
850890
"members": {
851891
"authenticationType": {}
852892
}
853893
},
854-
"S1o": {
894+
"S1s": {
855895
"type": "structure",
856896
"members": {
857897
"encryptionType": {}
858898
}
859899
},
860-
"S1p": {
900+
"S1t": {
861901
"type": "structure",
862902
"members": {
863903
"workerLogDelivery": {
@@ -895,7 +935,7 @@
895935
}
896936
}
897937
},
898-
"S1u": {
938+
"S1y": {
899939
"type": "list",
900940
"member": {
901941
"type": "structure",
@@ -912,7 +952,14 @@
912952
}
913953
}
914954
},
915-
"S1x": {
955+
"S21": {
956+
"type": "structure",
957+
"members": {
958+
"code": {},
959+
"message": {}
960+
}
961+
},
962+
"S22": {
916963
"type": "structure",
917964
"members": {
918965
"revision": {
@@ -921,12 +968,12 @@
921968
"workerConfigurationArn": {}
922969
}
923970
},
924-
"S20": {
971+
"S25": {
925972
"type": "structure",
926973
"members": {
927974
"contentType": {},
928975
"creationTime": {
929-
"shape": "S18"
976+
"shape": "S19"
930977
},
931978
"description": {},
932979
"fileDescription": {

0 commit comments

Comments
 (0)