aws-sdk 2.1361.0 → 2.1362.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,18 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1361.0-->
2
+ <!--LATEST=2.1362.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1362.0
6
+ * feature: Chime: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
7
+ * feature: ChimeSDKMediaPipelines: This release adds support for specifying the recording file format in an S3 recording sink configuration.
8
+ * feature: ChimeSDKMeetings: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
9
+ * feature: GameLift: Amazon GameLift supports creating Builds for Windows 2016 operating system.
10
+ * feature: GuardDuty: This release adds support for the new Lambda Protection feature.
11
+ * feature: Iot: Support additional OTA states in GetOTAUpdate API
12
+ * feature: SageMaker: Amazon SageMaker Canvas adds ModelRegisterSettings support for CanvasAppSettings.
13
+ * feature: Snowball: Adds support for Amazon S3 compatible storage. AWS Snow Family customers can now use Amazon S3 compatible storage on Snowball Edge devices. Also adds support for V3_5S. This is a refreshed AWS Snowball Edge Storage Optimized device type with 210TB SSD (customer usable).
14
+ * feature: WAFV2: You can now create encrypted API keys to use in a client application integration of the JavaScript CAPTCHA API . You can also retrieve a list of your API keys and the JavaScript application integration URL.
15
+
5
16
  ## 2.1361.0
6
17
  * feature: Comprehend: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
7
18
  * feature: ECS: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
package/README.md CHANGED
@@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
70
70
  To use the SDK in the browser, simply add the following script tag to your
71
71
  HTML pages:
72
72
 
73
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1361.0.min.js"></script>
73
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1362.0.min.js"></script>
74
74
 
75
75
  You can also build a custom browser SDK with your specified set of AWS services.
76
76
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -5492,9 +5492,6 @@
5492
5492
  "members": {
5493
5493
  "EngineTranscribeSettings": {
5494
5494
  "type": "structure",
5495
- "required": [
5496
- "LanguageCode"
5497
- ],
5498
5495
  "members": {
5499
5496
  "LanguageCode": {},
5500
5497
  "VocabularyFilterMethod": {},
@@ -5508,7 +5505,14 @@
5508
5505
  "ContentIdentificationType": {},
5509
5506
  "ContentRedactionType": {},
5510
5507
  "PiiEntityTypes": {},
5511
- "LanguageModelName": {}
5508
+ "LanguageModelName": {},
5509
+ "IdentifyLanguage": {
5510
+ "type": "boolean"
5511
+ },
5512
+ "LanguageOptions": {},
5513
+ "PreferredLanguage": {},
5514
+ "VocabularyNames": {},
5515
+ "VocabularyFilterNames": {}
5512
5516
  }
5513
5517
  },
5514
5518
  "EngineTranscribeMedicalSettings": {
@@ -6414,22 +6418,22 @@
6414
6418
  "members": {
6415
6419
  "AwsAccountId": {},
6416
6420
  "StreetNumber": {
6417
- "shape": "She"
6421
+ "shape": "Shg"
6418
6422
  },
6419
6423
  "StreetInfo": {
6420
- "shape": "She"
6424
+ "shape": "Shg"
6421
6425
  },
6422
6426
  "City": {
6423
- "shape": "She"
6427
+ "shape": "Shg"
6424
6428
  },
6425
6429
  "State": {
6426
- "shape": "She"
6430
+ "shape": "Shg"
6427
6431
  },
6428
6432
  "Country": {
6429
- "shape": "She"
6433
+ "shape": "Shg"
6430
6434
  },
6431
6435
  "PostalCode": {
6432
- "shape": "She"
6436
+ "shape": "Shg"
6433
6437
  }
6434
6438
  }
6435
6439
  },
@@ -6444,34 +6448,34 @@
6444
6448
  "type": "structure",
6445
6449
  "members": {
6446
6450
  "streetName": {
6447
- "shape": "She"
6451
+ "shape": "Shg"
6448
6452
  },
6449
6453
  "streetSuffix": {
6450
- "shape": "She"
6454
+ "shape": "Shg"
6451
6455
  },
6452
6456
  "postDirectional": {
6453
- "shape": "She"
6457
+ "shape": "Shg"
6454
6458
  },
6455
6459
  "preDirectional": {
6456
- "shape": "She"
6460
+ "shape": "Shg"
6457
6461
  },
6458
6462
  "streetNumber": {
6459
- "shape": "She"
6463
+ "shape": "Shg"
6460
6464
  },
6461
6465
  "city": {
6462
- "shape": "She"
6466
+ "shape": "Shg"
6463
6467
  },
6464
6468
  "state": {
6465
- "shape": "She"
6469
+ "shape": "Shg"
6466
6470
  },
6467
6471
  "postalCode": {
6468
- "shape": "She"
6472
+ "shape": "Shg"
6469
6473
  },
6470
6474
  "postalCodePlus4": {
6471
- "shape": "She"
6475
+ "shape": "Shg"
6472
6476
  },
6473
6477
  "country": {
6474
- "shape": "She"
6478
+ "shape": "Shg"
6475
6479
  }
6476
6480
  }
6477
6481
  },
@@ -6481,25 +6485,25 @@
6481
6485
  "type": "structure",
6482
6486
  "members": {
6483
6487
  "streetInfo": {
6484
- "shape": "She"
6488
+ "shape": "Shg"
6485
6489
  },
6486
6490
  "streetNumber": {
6487
- "shape": "She"
6491
+ "shape": "Shg"
6488
6492
  },
6489
6493
  "city": {
6490
- "shape": "She"
6494
+ "shape": "Shg"
6491
6495
  },
6492
6496
  "state": {
6493
- "shape": "She"
6497
+ "shape": "Shg"
6494
6498
  },
6495
6499
  "postalCode": {
6496
- "shape": "She"
6500
+ "shape": "Shg"
6497
6501
  },
6498
6502
  "postalCodePlus4": {
6499
- "shape": "She"
6503
+ "shape": "Shg"
6500
6504
  },
6501
6505
  "country": {
6502
- "shape": "She"
6506
+ "shape": "Shg"
6503
6507
  }
6504
6508
  }
6505
6509
  }
@@ -7532,7 +7536,7 @@
7532
7536
  "type": "string",
7533
7537
  "sensitive": true
7534
7538
  },
7535
- "She": {
7539
+ "Shg": {
7536
7540
  "type": "string",
7537
7541
  "sensitive": true
7538
7542
  }
@@ -1209,7 +1209,8 @@
1209
1209
  "members": {
1210
1210
  "Destination": {
1211
1211
  "shape": "S3"
1212
- }
1212
+ },
1213
+ "RecordingFileFormat": {}
1213
1214
  }
1214
1215
  },
1215
1216
  "VoiceAnalyticsProcessorConfiguration": {
@@ -424,7 +424,9 @@
424
424
  "type": "boolean"
425
425
  },
426
426
  "LanguageOptions": {},
427
- "PreferredLanguage": {}
427
+ "PreferredLanguage": {},
428
+ "VocabularyNames": {},
429
+ "VocabularyFilterNames": {}
428
430
  }
429
431
  },
430
432
  "EngineTranscribeMedicalSettings": {
@@ -1692,19 +1692,8 @@
1692
1692
  "locationName": "publicIp"
1693
1693
  },
1694
1694
  "SecurityGroups": {
1695
- "locationName": "securityGroups",
1696
- "type": "list",
1697
- "member": {
1698
- "type": "structure",
1699
- "members": {
1700
- "GroupId": {
1701
- "locationName": "groupId"
1702
- },
1703
- "GroupName": {
1704
- "locationName": "groupName"
1705
- }
1706
- }
1707
- }
1695
+ "shape": "S5t",
1696
+ "locationName": "securityGroups"
1708
1697
  },
1709
1698
  "SubnetId": {
1710
1699
  "locationName": "subnetId"
@@ -1956,6 +1945,56 @@
1956
1945
  "locationName": "authMethod"
1957
1946
  }
1958
1947
  }
1948
+ },
1949
+ "LambdaDetails": {
1950
+ "locationName": "lambdaDetails",
1951
+ "type": "structure",
1952
+ "members": {
1953
+ "FunctionArn": {
1954
+ "locationName": "functionArn"
1955
+ },
1956
+ "FunctionName": {
1957
+ "locationName": "functionName"
1958
+ },
1959
+ "Description": {
1960
+ "locationName": "description"
1961
+ },
1962
+ "LastModifiedAt": {
1963
+ "locationName": "lastModifiedAt",
1964
+ "type": "timestamp"
1965
+ },
1966
+ "RevisionId": {
1967
+ "locationName": "revisionId"
1968
+ },
1969
+ "FunctionVersion": {
1970
+ "locationName": "functionVersion"
1971
+ },
1972
+ "Role": {
1973
+ "locationName": "role"
1974
+ },
1975
+ "VpcConfig": {
1976
+ "locationName": "vpcConfig",
1977
+ "type": "structure",
1978
+ "members": {
1979
+ "SubnetIds": {
1980
+ "locationName": "subnetIds",
1981
+ "type": "list",
1982
+ "member": {}
1983
+ },
1984
+ "VpcId": {
1985
+ "locationName": "vpcId"
1986
+ },
1987
+ "SecurityGroups": {
1988
+ "shape": "S5t",
1989
+ "locationName": "securityGroups"
1990
+ }
1991
+ }
1992
+ },
1993
+ "Tags": {
1994
+ "shape": "S5c",
1995
+ "locationName": "tags"
1996
+ }
1997
+ }
1959
1998
  }
1960
1999
  }
1961
2000
  },
@@ -1999,7 +2038,7 @@
1999
2038
  "locationName": "userAgent"
2000
2039
  },
2001
2040
  "RemoteIpDetails": {
2002
- "shape": "S6j",
2041
+ "shape": "S6m",
2003
2042
  "locationName": "remoteIpDetails"
2004
2043
  },
2005
2044
  "ServiceName": {
@@ -2054,18 +2093,18 @@
2054
2093
  "locationName": "connectionDirection"
2055
2094
  },
2056
2095
  "LocalPortDetails": {
2057
- "shape": "S6s",
2096
+ "shape": "S6v",
2058
2097
  "locationName": "localPortDetails"
2059
2098
  },
2060
2099
  "Protocol": {
2061
2100
  "locationName": "protocol"
2062
2101
  },
2063
2102
  "LocalIpDetails": {
2064
- "shape": "S6t",
2103
+ "shape": "S6w",
2065
2104
  "locationName": "localIpDetails"
2066
2105
  },
2067
2106
  "RemoteIpDetails": {
2068
- "shape": "S6j",
2107
+ "shape": "S6m",
2069
2108
  "locationName": "remoteIpDetails"
2070
2109
  },
2071
2110
  "RemotePortDetails": {
@@ -2098,15 +2137,15 @@
2098
2137
  "type": "structure",
2099
2138
  "members": {
2100
2139
  "LocalPortDetails": {
2101
- "shape": "S6s",
2140
+ "shape": "S6v",
2102
2141
  "locationName": "localPortDetails"
2103
2142
  },
2104
2143
  "LocalIpDetails": {
2105
- "shape": "S6t",
2144
+ "shape": "S6w",
2106
2145
  "locationName": "localIpDetails"
2107
2146
  },
2108
2147
  "RemoteIpDetails": {
2109
- "shape": "S6j",
2148
+ "shape": "S6m",
2110
2149
  "locationName": "remoteIpDetails"
2111
2150
  }
2112
2151
  }
@@ -2133,7 +2172,7 @@
2133
2172
  "locationName": "userAgent"
2134
2173
  },
2135
2174
  "RemoteIpDetails": {
2136
- "shape": "S6j",
2175
+ "shape": "S6m",
2137
2176
  "locationName": "remoteIpDetails"
2138
2177
  },
2139
2178
  "StatusCode": {
@@ -2150,7 +2189,7 @@
2150
2189
  "type": "structure",
2151
2190
  "members": {
2152
2191
  "RemoteIpDetails": {
2153
- "shape": "S6j",
2192
+ "shape": "S6m",
2154
2193
  "locationName": "remoteIpDetails"
2155
2194
  },
2156
2195
  "LoginAttributes": {
@@ -2381,7 +2420,7 @@
2381
2420
  "type": "structure",
2382
2421
  "members": {
2383
2422
  "Process": {
2384
- "shape": "S7k",
2423
+ "shape": "S7n",
2385
2424
  "locationName": "process"
2386
2425
  },
2387
2426
  "Context": {
@@ -2389,7 +2428,7 @@
2389
2428
  "type": "structure",
2390
2429
  "members": {
2391
2430
  "ModifyingProcess": {
2392
- "shape": "S7k",
2431
+ "shape": "S7n",
2393
2432
  "locationName": "modifyingProcess"
2394
2433
  },
2395
2434
  "ModifiedAt": {
@@ -2441,7 +2480,7 @@
2441
2480
  "locationName": "shellHistoryFilePath"
2442
2481
  },
2443
2482
  "TargetProcess": {
2444
- "shape": "S7k",
2483
+ "shape": "S7n",
2445
2484
  "locationName": "targetProcess"
2446
2485
  },
2447
2486
  "AddressFamily": {
@@ -2624,7 +2663,7 @@
2624
2663
  "type": "structure",
2625
2664
  "members": {
2626
2665
  "ScanResourceCriteria": {
2627
- "shape": "S83",
2666
+ "shape": "S86",
2628
2667
  "locationName": "scanResourceCriteria"
2629
2668
  },
2630
2669
  "EbsSnapshotPreservation": {
@@ -2809,7 +2848,7 @@
2809
2848
  ],
2810
2849
  "members": {
2811
2850
  "Members": {
2812
- "shape": "S8n",
2851
+ "shape": "S8q",
2813
2852
  "locationName": "members"
2814
2853
  },
2815
2854
  "UnprocessedAccounts": {
@@ -2859,19 +2898,19 @@
2859
2898
  "type": "structure",
2860
2899
  "members": {
2861
2900
  "CloudTrail": {
2862
- "shape": "S8u",
2901
+ "shape": "S8x",
2863
2902
  "locationName": "cloudTrail"
2864
2903
  },
2865
2904
  "DnsLogs": {
2866
- "shape": "S8u",
2905
+ "shape": "S8x",
2867
2906
  "locationName": "dnsLogs"
2868
2907
  },
2869
2908
  "FlowLogs": {
2870
- "shape": "S8u",
2909
+ "shape": "S8x",
2871
2910
  "locationName": "flowLogs"
2872
2911
  },
2873
2912
  "S3Logs": {
2874
- "shape": "S8u",
2913
+ "shape": "S8x",
2875
2914
  "locationName": "s3Logs"
2876
2915
  },
2877
2916
  "Kubernetes": {
@@ -2879,7 +2918,7 @@
2879
2918
  "type": "structure",
2880
2919
  "members": {
2881
2920
  "AuditLogs": {
2882
- "shape": "S8u",
2921
+ "shape": "S8x",
2883
2922
  "locationName": "auditLogs"
2884
2923
  }
2885
2924
  }
@@ -2889,7 +2928,7 @@
2889
2928
  "type": "structure",
2890
2929
  "members": {
2891
2930
  "ScanEc2InstanceWithFindings": {
2892
- "shape": "S8u",
2931
+ "shape": "S8x",
2893
2932
  "locationName": "scanEc2InstanceWithFindings"
2894
2933
  }
2895
2934
  }
@@ -3049,7 +3088,7 @@
3049
3088
  "locationName": "accountId"
3050
3089
  },
3051
3090
  "Total": {
3052
- "shape": "S9f",
3091
+ "shape": "S9i",
3053
3092
  "locationName": "total"
3054
3093
  }
3055
3094
  }
@@ -3065,18 +3104,18 @@
3065
3104
  "locationName": "dataSource"
3066
3105
  },
3067
3106
  "Total": {
3068
- "shape": "S9f",
3107
+ "shape": "S9i",
3069
3108
  "locationName": "total"
3070
3109
  }
3071
3110
  }
3072
3111
  }
3073
3112
  },
3074
3113
  "SumByResource": {
3075
- "shape": "S9i",
3114
+ "shape": "S9l",
3076
3115
  "locationName": "sumByResource"
3077
3116
  },
3078
3117
  "TopResources": {
3079
- "shape": "S9i",
3118
+ "shape": "S9l",
3080
3119
  "locationName": "topResources"
3081
3120
  },
3082
3121
  "SumByFeature": {
@@ -3089,7 +3128,7 @@
3089
3128
  "locationName": "feature"
3090
3129
  },
3091
3130
  "Total": {
3092
- "shape": "S9f",
3131
+ "shape": "S9i",
3093
3132
  "locationName": "total"
3094
3133
  }
3095
3134
  }
@@ -3521,7 +3560,7 @@
3521
3560
  "type": "structure",
3522
3561
  "members": {
3523
3562
  "Members": {
3524
- "shape": "S8n",
3563
+ "shape": "S8q",
3525
3564
  "locationName": "members"
3526
3565
  },
3527
3566
  "NextToken": {
@@ -4036,7 +4075,7 @@
4036
4075
  "locationName": "detectorId"
4037
4076
  },
4038
4077
  "ScanResourceCriteria": {
4039
- "shape": "S83",
4078
+ "shape": "S86",
4040
4079
  "locationName": "scanResourceCriteria"
4041
4080
  },
4042
4081
  "EbsSnapshotPreservation": {
@@ -4739,6 +4778,20 @@
4739
4778
  }
4740
4779
  }
4741
4780
  },
4781
+ "S5t": {
4782
+ "type": "list",
4783
+ "member": {
4784
+ "type": "structure",
4785
+ "members": {
4786
+ "GroupId": {
4787
+ "locationName": "groupId"
4788
+ },
4789
+ "GroupName": {
4790
+ "locationName": "groupName"
4791
+ }
4792
+ }
4793
+ }
4794
+ },
4742
4795
  "S62": {
4743
4796
  "type": "list",
4744
4797
  "member": {
@@ -4810,7 +4863,7 @@
4810
4863
  }
4811
4864
  }
4812
4865
  },
4813
- "S6j": {
4866
+ "S6m": {
4814
4867
  "type": "structure",
4815
4868
  "members": {
4816
4869
  "City": {
@@ -4871,7 +4924,7 @@
4871
4924
  }
4872
4925
  }
4873
4926
  },
4874
- "S6s": {
4927
+ "S6v": {
4875
4928
  "type": "structure",
4876
4929
  "members": {
4877
4930
  "Port": {
@@ -4883,7 +4936,7 @@
4883
4936
  }
4884
4937
  }
4885
4938
  },
4886
- "S6t": {
4939
+ "S6w": {
4887
4940
  "type": "structure",
4888
4941
  "members": {
4889
4942
  "IpAddressV4": {
@@ -4891,7 +4944,7 @@
4891
4944
  }
4892
4945
  }
4893
4946
  },
4894
- "S7k": {
4947
+ "S7n": {
4895
4948
  "type": "structure",
4896
4949
  "members": {
4897
4950
  "Name": {
@@ -4978,20 +5031,20 @@
4978
5031
  }
4979
5032
  }
4980
5033
  },
4981
- "S83": {
5034
+ "S86": {
4982
5035
  "type": "structure",
4983
5036
  "members": {
4984
5037
  "Include": {
4985
- "shape": "S84",
5038
+ "shape": "S87",
4986
5039
  "locationName": "include"
4987
5040
  },
4988
5041
  "Exclude": {
4989
- "shape": "S84",
5042
+ "shape": "S87",
4990
5043
  "locationName": "exclude"
4991
5044
  }
4992
5045
  }
4993
5046
  },
4994
- "S84": {
5047
+ "S87": {
4995
5048
  "type": "map",
4996
5049
  "key": {},
4997
5050
  "value": {
@@ -5021,7 +5074,7 @@
5021
5074
  }
5022
5075
  }
5023
5076
  },
5024
- "S8n": {
5077
+ "S8q": {
5025
5078
  "type": "list",
5026
5079
  "member": {
5027
5080
  "type": "structure",
@@ -5060,7 +5113,7 @@
5060
5113
  }
5061
5114
  }
5062
5115
  },
5063
- "S8u": {
5116
+ "S8x": {
5064
5117
  "type": "structure",
5065
5118
  "members": {
5066
5119
  "FreeTrialDaysRemaining": {
@@ -5069,7 +5122,7 @@
5069
5122
  }
5070
5123
  }
5071
5124
  },
5072
- "S9f": {
5125
+ "S9i": {
5073
5126
  "type": "structure",
5074
5127
  "members": {
5075
5128
  "Amount": {
@@ -5080,7 +5133,7 @@
5080
5133
  }
5081
5134
  }
5082
5135
  },
5083
- "S9i": {
5136
+ "S9l": {
5084
5137
  "type": "list",
5085
5138
  "member": {
5086
5139
  "type": "structure",
@@ -5089,7 +5142,7 @@
5089
5142
  "locationName": "resource"
5090
5143
  },
5091
5144
  "Total": {
5092
- "shape": "S9f",
5145
+ "shape": "S9i",
5093
5146
  "locationName": "total"
5094
5147
  }
5095
5148
  }
@@ -7,7 +7,7 @@
7
7
  "serviceFullName": "AWS IoT",
8
8
  "serviceId": "IoT",
9
9
  "signatureVersion": "v4",
10
- "signingName": "execute-api",
10
+ "signingName": "iot",
11
11
  "uid": "iot-2015-05-28"
12
12
  },
13
13
  "operations": {
@@ -144,6 +144,12 @@
144
144
  "output_token": "nextToken",
145
145
  "result_key": "jobs"
146
146
  },
147
+ "ListManagedJobTemplates": {
148
+ "input_token": "nextToken",
149
+ "limit_key": "maxResults",
150
+ "output_token": "nextToken",
151
+ "result_key": "managedJobTemplates"
152
+ },
147
153
  "ListMetricValues": {
148
154
  "input_token": "nextToken",
149
155
  "limit_key": "maxResults",
@@ -204,6 +210,12 @@
204
210
  "output_token": "nextToken",
205
211
  "result_key": "templates"
206
212
  },
213
+ "ListRelatedResourcesForAuditFinding": {
214
+ "input_token": "nextToken",
215
+ "limit_key": "maxResults",
216
+ "output_token": "nextToken",
217
+ "result_key": "relatedResources"
218
+ },
207
219
  "ListRoleAliases": {
208
220
  "input_token": "marker",
209
221
  "limit_key": "pageSize",