aws-sdk 2.1499.0 → 2.1500.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,12 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1499.0-->
2
+ <!--LATEST=2.1500.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1500.0
6
+ * feature: CodeStarconnections: This release updates a few CodeStar Connections related APIs.
7
+ * feature: DocDB: Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
8
+ * feature: EC2: This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.
9
+
5
10
  ## 2.1499.0
6
11
  * feature: AppMesh: Change the default value of these fields from 0 to null: MaxConnections, MaxPendingRequests, MaxRequests, HealthCheckThreshold, PortNumber, and HealthCheckPolicy -> port. Users are not expected to perceive the change, except that badRequestException is thrown when required fields missing configured.
7
12
  * feature: Athena: Adding SerivicePreProcessing time metric
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1499.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1500.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -71,68 +71,6 @@
71
71
  }
72
72
  }
73
73
  },
74
- "CreateRepositoryLink": {
75
- "input": {
76
- "type": "structure",
77
- "required": [
78
- "ConnectionArn",
79
- "OwnerId",
80
- "RepositoryName"
81
- ],
82
- "members": {
83
- "ConnectionArn": {},
84
- "OwnerId": {},
85
- "RepositoryName": {},
86
- "EncryptionKeyArn": {},
87
- "Tags": {
88
- "shape": "S4"
89
- }
90
- }
91
- },
92
- "output": {
93
- "type": "structure",
94
- "required": [
95
- "RepositoryLinkInfo"
96
- ],
97
- "members": {
98
- "RepositoryLinkInfo": {
99
- "shape": "Sr"
100
- }
101
- }
102
- }
103
- },
104
- "CreateSyncConfiguration": {
105
- "input": {
106
- "type": "structure",
107
- "required": [
108
- "Branch",
109
- "ConfigFile",
110
- "RepositoryLinkId",
111
- "ResourceName",
112
- "RoleArn",
113
- "SyncType"
114
- ],
115
- "members": {
116
- "Branch": {},
117
- "ConfigFile": {},
118
- "RepositoryLinkId": {},
119
- "ResourceName": {},
120
- "RoleArn": {},
121
- "SyncType": {}
122
- }
123
- },
124
- "output": {
125
- "type": "structure",
126
- "required": [
127
- "SyncConfiguration"
128
- ],
129
- "members": {
130
- "SyncConfiguration": {
131
- "shape": "S11"
132
- }
133
- }
134
- }
135
- },
136
74
  "DeleteConnection": {
137
75
  "input": {
138
76
  "type": "structure",
@@ -163,38 +101,6 @@
163
101
  "members": {}
164
102
  }
165
103
  },
166
- "DeleteRepositoryLink": {
167
- "input": {
168
- "type": "structure",
169
- "required": [
170
- "RepositoryLinkId"
171
- ],
172
- "members": {
173
- "RepositoryLinkId": {}
174
- }
175
- },
176
- "output": {
177
- "type": "structure",
178
- "members": {}
179
- }
180
- },
181
- "DeleteSyncConfiguration": {
182
- "input": {
183
- "type": "structure",
184
- "required": [
185
- "SyncType",
186
- "ResourceName"
187
- ],
188
- "members": {
189
- "SyncType": {},
190
- "ResourceName": {}
191
- }
192
- },
193
- "output": {
194
- "type": "structure",
195
- "members": {}
196
- }
197
- },
198
104
  "GetConnection": {
199
105
  "input": {
200
106
  "type": "structure",
@@ -209,7 +115,7 @@
209
115
  "type": "structure",
210
116
  "members": {
211
117
  "Connection": {
212
- "shape": "S1c"
118
+ "shape": "Ss"
213
119
  }
214
120
  }
215
121
  }
@@ -237,175 +143,6 @@
237
143
  }
238
144
  }
239
145
  },
240
- "GetRepositoryLink": {
241
- "input": {
242
- "type": "structure",
243
- "required": [
244
- "RepositoryLinkId"
245
- ],
246
- "members": {
247
- "RepositoryLinkId": {}
248
- }
249
- },
250
- "output": {
251
- "type": "structure",
252
- "required": [
253
- "RepositoryLinkInfo"
254
- ],
255
- "members": {
256
- "RepositoryLinkInfo": {
257
- "shape": "Sr"
258
- }
259
- }
260
- }
261
- },
262
- "GetRepositorySyncStatus": {
263
- "input": {
264
- "type": "structure",
265
- "required": [
266
- "Branch",
267
- "RepositoryLinkId",
268
- "SyncType"
269
- ],
270
- "members": {
271
- "Branch": {},
272
- "RepositoryLinkId": {},
273
- "SyncType": {}
274
- }
275
- },
276
- "output": {
277
- "type": "structure",
278
- "required": [
279
- "LatestSync"
280
- ],
281
- "members": {
282
- "LatestSync": {
283
- "type": "structure",
284
- "required": [
285
- "StartedAt",
286
- "Status",
287
- "Events"
288
- ],
289
- "members": {
290
- "StartedAt": {
291
- "type": "timestamp"
292
- },
293
- "Status": {},
294
- "Events": {
295
- "type": "list",
296
- "member": {
297
- "type": "structure",
298
- "required": [
299
- "Event",
300
- "Time",
301
- "Type"
302
- ],
303
- "members": {
304
- "Event": {},
305
- "ExternalId": {},
306
- "Time": {
307
- "type": "timestamp"
308
- },
309
- "Type": {}
310
- }
311
- }
312
- }
313
- }
314
- }
315
- }
316
- }
317
- },
318
- "GetResourceSyncStatus": {
319
- "input": {
320
- "type": "structure",
321
- "required": [
322
- "ResourceName",
323
- "SyncType"
324
- ],
325
- "members": {
326
- "ResourceName": {},
327
- "SyncType": {}
328
- }
329
- },
330
- "output": {
331
- "type": "structure",
332
- "required": [
333
- "LatestSync"
334
- ],
335
- "members": {
336
- "DesiredState": {
337
- "shape": "S1w"
338
- },
339
- "LatestSuccessfulSync": {
340
- "shape": "S1z"
341
- },
342
- "LatestSync": {
343
- "shape": "S1z"
344
- }
345
- }
346
- }
347
- },
348
- "GetSyncBlockerSummary": {
349
- "input": {
350
- "type": "structure",
351
- "required": [
352
- "SyncType",
353
- "ResourceName"
354
- ],
355
- "members": {
356
- "SyncType": {},
357
- "ResourceName": {}
358
- }
359
- },
360
- "output": {
361
- "type": "structure",
362
- "required": [
363
- "SyncBlockerSummary"
364
- ],
365
- "members": {
366
- "SyncBlockerSummary": {
367
- "type": "structure",
368
- "required": [
369
- "ResourceName"
370
- ],
371
- "members": {
372
- "ResourceName": {},
373
- "ParentResourceName": {},
374
- "LatestBlockers": {
375
- "type": "list",
376
- "member": {
377
- "shape": "S28"
378
- }
379
- }
380
- }
381
- }
382
- }
383
- }
384
- },
385
- "GetSyncConfiguration": {
386
- "input": {
387
- "type": "structure",
388
- "required": [
389
- "SyncType",
390
- "ResourceName"
391
- ],
392
- "members": {
393
- "SyncType": {},
394
- "ResourceName": {}
395
- }
396
- },
397
- "output": {
398
- "type": "structure",
399
- "required": [
400
- "SyncConfiguration"
401
- ],
402
- "members": {
403
- "SyncConfiguration": {
404
- "shape": "S11"
405
- }
406
- }
407
- }
408
- },
409
146
  "ListConnections": {
410
147
  "input": {
411
148
  "type": "structure",
@@ -424,7 +161,7 @@
424
161
  "Connections": {
425
162
  "type": "list",
426
163
  "member": {
427
- "shape": "S1c"
164
+ "shape": "Ss"
428
165
  }
429
166
  },
430
167
  "NextToken": {}
@@ -465,104 +202,6 @@
465
202
  }
466
203
  }
467
204
  },
468
- "ListRepositoryLinks": {
469
- "input": {
470
- "type": "structure",
471
- "members": {
472
- "MaxResults": {
473
- "type": "integer"
474
- },
475
- "NextToken": {}
476
- }
477
- },
478
- "output": {
479
- "type": "structure",
480
- "required": [
481
- "RepositoryLinks"
482
- ],
483
- "members": {
484
- "RepositoryLinks": {
485
- "type": "list",
486
- "member": {
487
- "shape": "Sr"
488
- }
489
- },
490
- "NextToken": {}
491
- }
492
- }
493
- },
494
- "ListRepositorySyncDefinitions": {
495
- "input": {
496
- "type": "structure",
497
- "required": [
498
- "RepositoryLinkId",
499
- "SyncType"
500
- ],
501
- "members": {
502
- "RepositoryLinkId": {},
503
- "SyncType": {}
504
- }
505
- },
506
- "output": {
507
- "type": "structure",
508
- "required": [
509
- "RepositorySyncDefinitions"
510
- ],
511
- "members": {
512
- "RepositorySyncDefinitions": {
513
- "type": "list",
514
- "member": {
515
- "type": "structure",
516
- "required": [
517
- "Branch",
518
- "Directory",
519
- "Parent",
520
- "Target"
521
- ],
522
- "members": {
523
- "Branch": {},
524
- "Directory": {},
525
- "Parent": {},
526
- "Target": {}
527
- }
528
- }
529
- },
530
- "NextToken": {}
531
- }
532
- }
533
- },
534
- "ListSyncConfigurations": {
535
- "input": {
536
- "type": "structure",
537
- "required": [
538
- "RepositoryLinkId",
539
- "SyncType"
540
- ],
541
- "members": {
542
- "MaxResults": {
543
- "type": "integer"
544
- },
545
- "NextToken": {},
546
- "RepositoryLinkId": {},
547
- "SyncType": {}
548
- }
549
- },
550
- "output": {
551
- "type": "structure",
552
- "required": [
553
- "SyncConfigurations"
554
- ],
555
- "members": {
556
- "SyncConfigurations": {
557
- "type": "list",
558
- "member": {
559
- "shape": "S11"
560
- }
561
- },
562
- "NextToken": {}
563
- }
564
- }
565
- },
566
205
  "ListTagsForResource": {
567
206
  "input": {
568
207
  "type": "structure",
@@ -639,89 +278,6 @@
639
278
  "type": "structure",
640
279
  "members": {}
641
280
  }
642
- },
643
- "UpdateRepositoryLink": {
644
- "input": {
645
- "type": "structure",
646
- "required": [
647
- "RepositoryLinkId"
648
- ],
649
- "members": {
650
- "ConnectionArn": {},
651
- "EncryptionKeyArn": {},
652
- "RepositoryLinkId": {}
653
- }
654
- },
655
- "output": {
656
- "type": "structure",
657
- "required": [
658
- "RepositoryLinkInfo"
659
- ],
660
- "members": {
661
- "RepositoryLinkInfo": {
662
- "shape": "Sr"
663
- }
664
- }
665
- }
666
- },
667
- "UpdateSyncBlocker": {
668
- "input": {
669
- "type": "structure",
670
- "required": [
671
- "Id",
672
- "SyncType",
673
- "ResourceName",
674
- "ResolvedReason"
675
- ],
676
- "members": {
677
- "Id": {},
678
- "SyncType": {},
679
- "ResourceName": {},
680
- "ResolvedReason": {}
681
- }
682
- },
683
- "output": {
684
- "type": "structure",
685
- "required": [
686
- "ResourceName",
687
- "SyncBlocker"
688
- ],
689
- "members": {
690
- "ResourceName": {},
691
- "ParentResourceName": {},
692
- "SyncBlocker": {
693
- "shape": "S28"
694
- }
695
- }
696
- }
697
- },
698
- "UpdateSyncConfiguration": {
699
- "input": {
700
- "type": "structure",
701
- "required": [
702
- "ResourceName",
703
- "SyncType"
704
- ],
705
- "members": {
706
- "Branch": {},
707
- "ConfigFile": {},
708
- "RepositoryLinkId": {},
709
- "ResourceName": {},
710
- "RoleArn": {},
711
- "SyncType": {}
712
- }
713
- },
714
- "output": {
715
- "type": "structure",
716
- "required": [
717
- "SyncConfiguration"
718
- ],
719
- "members": {
720
- "SyncConfiguration": {
721
- "shape": "S11"
722
- }
723
- }
724
- }
725
281
  }
726
282
  },
727
283
  "shapes": {
@@ -759,51 +315,7 @@
759
315
  "TlsCertificate": {}
760
316
  }
761
317
  },
762
- "Sr": {
763
- "type": "structure",
764
- "required": [
765
- "ConnectionArn",
766
- "OwnerId",
767
- "ProviderType",
768
- "RepositoryLinkArn",
769
- "RepositoryLinkId",
770
- "RepositoryName"
771
- ],
772
- "members": {
773
- "ConnectionArn": {},
774
- "EncryptionKeyArn": {},
775
- "OwnerId": {},
776
- "ProviderType": {},
777
- "RepositoryLinkArn": {},
778
- "RepositoryLinkId": {},
779
- "RepositoryName": {}
780
- }
781
- },
782
- "S11": {
783
- "type": "structure",
784
- "required": [
785
- "Branch",
786
- "OwnerId",
787
- "ProviderType",
788
- "RepositoryLinkId",
789
- "RepositoryName",
790
- "ResourceName",
791
- "RoleArn",
792
- "SyncType"
793
- ],
794
- "members": {
795
- "Branch": {},
796
- "ConfigFile": {},
797
- "OwnerId": {},
798
- "ProviderType": {},
799
- "RepositoryLinkId": {},
800
- "RepositoryName": {},
801
- "ResourceName": {},
802
- "RoleArn": {},
803
- "SyncType": {}
804
- }
805
- },
806
- "S1c": {
318
+ "Ss": {
807
319
  "type": "structure",
808
320
  "members": {
809
321
  "ConnectionName": {},
@@ -813,105 +325,6 @@
813
325
  "ConnectionStatus": {},
814
326
  "HostArn": {}
815
327
  }
816
- },
817
- "S1w": {
818
- "type": "structure",
819
- "required": [
820
- "Branch",
821
- "Directory",
822
- "OwnerId",
823
- "RepositoryName",
824
- "ProviderType",
825
- "Sha"
826
- ],
827
- "members": {
828
- "Branch": {},
829
- "Directory": {},
830
- "OwnerId": {},
831
- "RepositoryName": {},
832
- "ProviderType": {},
833
- "Sha": {}
834
- }
835
- },
836
- "S1z": {
837
- "type": "structure",
838
- "required": [
839
- "Events",
840
- "InitialRevision",
841
- "StartedAt",
842
- "Status",
843
- "TargetRevision",
844
- "Target"
845
- ],
846
- "members": {
847
- "Events": {
848
- "type": "list",
849
- "member": {
850
- "type": "structure",
851
- "required": [
852
- "Event",
853
- "Time",
854
- "Type"
855
- ],
856
- "members": {
857
- "Event": {},
858
- "ExternalId": {},
859
- "Time": {
860
- "type": "timestamp"
861
- },
862
- "Type": {}
863
- }
864
- }
865
- },
866
- "InitialRevision": {
867
- "shape": "S1w"
868
- },
869
- "StartedAt": {
870
- "type": "timestamp"
871
- },
872
- "Status": {},
873
- "TargetRevision": {
874
- "shape": "S1w"
875
- },
876
- "Target": {}
877
- }
878
- },
879
- "S28": {
880
- "type": "structure",
881
- "required": [
882
- "Id",
883
- "Type",
884
- "Status",
885
- "CreatedReason",
886
- "CreatedAt"
887
- ],
888
- "members": {
889
- "Id": {},
890
- "Type": {},
891
- "Status": {},
892
- "CreatedReason": {},
893
- "CreatedAt": {
894
- "type": "timestamp"
895
- },
896
- "Contexts": {
897
- "type": "list",
898
- "member": {
899
- "type": "structure",
900
- "required": [
901
- "Key",
902
- "Value"
903
- ],
904
- "members": {
905
- "Key": {},
906
- "Value": {}
907
- }
908
- }
909
- },
910
- "ResolvedReason": {},
911
- "ResolvedAt": {
912
- "type": "timestamp"
913
- }
914
- }
915
328
  }
916
329
  }
917
330
  }
@@ -9,16 +9,6 @@
9
9
  "input_token": "NextToken",
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
- },
13
- "ListRepositoryLinks": {
14
- "input_token": "NextToken",
15
- "output_token": "NextToken",
16
- "limit_key": "MaxResults"
17
- },
18
- "ListSyncConfigurations": {
19
- "input_token": "NextToken",
20
- "output_token": "NextToken",
21
- "limit_key": "MaxResults"
22
12
  }
23
13
  }
24
14
  }