aws-sdk 2.1404.0 → 2.1405.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,14 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1404.0-->
2
+ <!--LATEST=2.1405.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1405.0
6
+ * feature: Connect: This release provides a way to search for existing tags within an instance. Before tagging a resource, ensure consistency by searching for pre-existing key:value pairs.
7
+ * feature: Glue: Timestamp Starting Position For Kinesis and Kafka Data Sources in a Glue Streaming Job
8
+ * feature: GuardDuty: Add support for user.extra.sessionName in Kubernetes Audit Logs Findings.
9
+ * feature: IAM: Support for a new API "GetMFADevice" to present MFA device metadata such as device certifications
10
+ * feature: Pinpoint: Added time zone estimation support for journeys
11
+
5
12
  ## 2.1404.0
6
13
  * feature: DevOpsGuru: This release adds support for encryption via customer managed keys.
7
14
 
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.1404.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1405.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
@@ -5605,6 +5605,58 @@
5605
5605
  }
5606
5606
  }
5607
5607
  },
5608
+ "SearchResourceTags": {
5609
+ "http": {
5610
+ "requestUri": "/search-resource-tags"
5611
+ },
5612
+ "input": {
5613
+ "type": "structure",
5614
+ "required": [
5615
+ "InstanceId"
5616
+ ],
5617
+ "members": {
5618
+ "InstanceId": {},
5619
+ "ResourceTypes": {
5620
+ "type": "list",
5621
+ "member": {}
5622
+ },
5623
+ "NextToken": {},
5624
+ "MaxResults": {
5625
+ "type": "integer"
5626
+ },
5627
+ "SearchCriteria": {
5628
+ "type": "structure",
5629
+ "members": {
5630
+ "TagSearchCondition": {
5631
+ "type": "structure",
5632
+ "members": {
5633
+ "tagKey": {},
5634
+ "tagValue": {},
5635
+ "tagKeyComparisonType": {},
5636
+ "tagValueComparisonType": {}
5637
+ }
5638
+ }
5639
+ }
5640
+ }
5641
+ }
5642
+ },
5643
+ "output": {
5644
+ "type": "structure",
5645
+ "members": {
5646
+ "Tags": {
5647
+ "type": "list",
5648
+ "member": {
5649
+ "type": "structure",
5650
+ "members": {
5651
+ "key": {},
5652
+ "value": {}
5653
+ }
5654
+ }
5655
+ },
5656
+ "NextToken": {}
5657
+ }
5658
+ }
5659
+ },
5608
5660
  "SearchRoutingProfiles": {
5609
5661
  "http": {
5610
5662
  "requestUri": "/search-routing-profiles"
@@ -5629,7 +5681,7 @@
5629
5681
  }
5630
5682
  },
5631
5683
  "SearchCriteria": {
5632
- "shape": "Skw"
5684
+ "shape": "Sl5"
5633
5685
  }
5634
5686
  }
5635
5687
  },
@@ -5665,7 +5717,7 @@
5665
5717
  "type": "integer"
5666
5718
  },
5667
5719
  "SearchCriteria": {
5668
- "shape": "Sl1"
5720
+ "shape": "Sla"
5669
5721
  },
5670
5722
  "SearchFilter": {
5671
5723
  "type": "structure",
@@ -5724,7 +5776,7 @@
5724
5776
  }
5725
5777
  },
5726
5778
  "SearchCriteria": {
5727
- "shape": "Sl9"
5779
+ "shape": "Sli"
5728
5780
  }
5729
5781
  }
5730
5782
  },
@@ -6167,7 +6219,7 @@
6167
6219
  "locationName": "EvaluationId"
6168
6220
  },
6169
6221
  "Answers": {
6170
- "shape": "Sml"
6222
+ "shape": "Smu"
6171
6223
  },
6172
6224
  "Notes": {
6173
6225
  "shape": "S9h"
@@ -6390,7 +6442,7 @@
6390
6442
  "locationName": "EvaluationId"
6391
6443
  },
6392
6444
  "Answers": {
6393
- "shape": "Sml"
6445
+ "shape": "Smu"
6394
6446
  },
6395
6447
  "Notes": {
6396
6448
  "shape": "S9h"
@@ -7333,19 +7385,19 @@
7333
7385
  "type": "structure",
7334
7386
  "members": {
7335
7387
  "LevelOne": {
7336
- "shape": "Son"
7388
+ "shape": "Sow"
7337
7389
  },
7338
7390
  "LevelTwo": {
7339
- "shape": "Son"
7391
+ "shape": "Sow"
7340
7392
  },
7341
7393
  "LevelThree": {
7342
- "shape": "Son"
7394
+ "shape": "Sow"
7343
7395
  },
7344
7396
  "LevelFour": {
7345
- "shape": "Son"
7397
+ "shape": "Sow"
7346
7398
  },
7347
7399
  "LevelFive": {
7348
- "shape": "Son"
7400
+ "shape": "Sow"
7349
7401
  }
7350
7402
  }
7351
7403
  },
@@ -8538,54 +8590,54 @@
8538
8590
  "shape": "Skq"
8539
8591
  }
8540
8592
  },
8541
- "Skw": {
8593
+ "Sl5": {
8542
8594
  "type": "structure",
8543
8595
  "members": {
8544
8596
  "OrConditions": {
8545
- "shape": "Skx"
8597
+ "shape": "Sl6"
8546
8598
  },
8547
8599
  "AndConditions": {
8548
- "shape": "Skx"
8600
+ "shape": "Sl6"
8549
8601
  },
8550
8602
  "StringCondition": {
8551
8603
  "shape": "Sk7"
8552
8604
  }
8553
8605
  }
8554
8606
  },
8555
- "Skx": {
8607
+ "Sl6": {
8556
8608
  "type": "list",
8557
8609
  "member": {
8558
- "shape": "Skw"
8610
+ "shape": "Sl5"
8559
8611
  }
8560
8612
  },
8561
- "Sl1": {
8613
+ "Sla": {
8562
8614
  "type": "structure",
8563
8615
  "members": {
8564
8616
  "OrConditions": {
8565
- "shape": "Sl2"
8617
+ "shape": "Slb"
8566
8618
  },
8567
8619
  "AndConditions": {
8568
- "shape": "Sl2"
8620
+ "shape": "Slb"
8569
8621
  },
8570
8622
  "StringCondition": {
8571
8623
  "shape": "Sk7"
8572
8624
  }
8573
8625
  }
8574
8626
  },
8575
- "Sl2": {
8627
+ "Slb": {
8576
8628
  "type": "list",
8577
8629
  "member": {
8578
- "shape": "Sl1"
8630
+ "shape": "Sla"
8579
8631
  }
8580
8632
  },
8581
- "Sl9": {
8633
+ "Sli": {
8582
8634
  "type": "structure",
8583
8635
  "members": {
8584
8636
  "OrConditions": {
8585
- "shape": "Sla"
8637
+ "shape": "Slj"
8586
8638
  },
8587
8639
  "AndConditions": {
8588
- "shape": "Sla"
8640
+ "shape": "Slj"
8589
8641
  },
8590
8642
  "StringCondition": {
8591
8643
  "shape": "Sk7"
@@ -8599,13 +8651,13 @@
8599
8651
  }
8600
8652
  }
8601
8653
  },
8602
- "Sla": {
8654
+ "Slj": {
8603
8655
  "type": "list",
8604
8656
  "member": {
8605
- "shape": "Sl9"
8657
+ "shape": "Sli"
8606
8658
  }
8607
8659
  },
8608
- "Sml": {
8660
+ "Smu": {
8609
8661
  "type": "map",
8610
8662
  "key": {},
8611
8663
  "value": {
@@ -8617,7 +8669,7 @@
8617
8669
  }
8618
8670
  }
8619
8671
  },
8620
- "Son": {
8672
+ "Sow": {
8621
8673
  "type": "structure",
8622
8674
  "required": [
8623
8675
  "Name"
@@ -264,6 +264,12 @@
264
264
  "output_token": "NextToken",
265
265
  "result_key": "QuickConnects"
266
266
  },
267
+ "SearchResourceTags": {
268
+ "input_token": "NextToken",
269
+ "limit_key": "MaxResults",
270
+ "output_token": "NextToken",
271
+ "result_key": "Tags"
272
+ },
267
273
  "SearchRoutingProfiles": {
268
274
  "input_token": "NextToken",
269
275
  "limit_key": "MaxResults",