aws-sdk 2.1331.0 → 2.1333.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,22 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1331.0-->
2
+ <!--LATEST=2.1333.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1333.0
6
+ * bugfix: maintenance mode message: supress maintenance mode message in Lambda environment
7
+ * feature: Ivschat: This release adds a new exception returned when calling AWS IVS chat UpdateLoggingConfiguration. Now UpdateLoggingConfiguration can return ConflictException when invalid updates are made in sequence to Logging Configurations.
8
+ * feature: SecretsManager: The type definitions of SecretString and SecretBinary now have a minimum length of 1 in the model to match the exception thrown when you pass in empty values.
9
+
10
+ ## 2.1332.0
11
+ * feature: CodeArtifact: This release introduces the generic package format, a mechanism for storing arbitrary binary assets. It also adds a new API, PublishPackageVersion, to allow for publishing generic packages.
12
+ * feature: Connect: This release adds a new API, GetMetricDataV2, which returns metric data for Amazon Connect.
13
+ * feature: Evidently: Updated entity override documentation
14
+ * feature: QuickSight: This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions.
15
+ * feature: RedshiftData: Added support for Redshift Serverless workgroup-arn wherever the WorkgroupName parameter is available.
16
+ * feature: SESV2: This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects missing or misconfigured Brand Indicator for Message Identification (BIMI) DNS records for customer sending identities.
17
+ * feature: SageMaker: Amazon SageMaker Inference now allows SSM access to customer's model container by setting the "EnableSSMAccess" parameter for a ProductionVariant in CreateEndpointConfig API.
18
+ * feature: ServiceDiscovery: Updated all AWS Cloud Map APIs to provide consistent throttling exception (RequestLimitExceeded)
19
+
5
20
  ## 2.1331.0
6
21
  * feature: Athena: A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result.
7
22
  * feature: DynamoDB: Adds deletion protection support to DynamoDB tables. Tables with deletion protection enabled cannot be deleted. Deletion protection is disabled by default, can be enabled via the CreateTable or UpdateTable APIs, and is visible in TableDescription. This setting is not replicated for Global Tables.
package/README.md CHANGED
@@ -57,7 +57,7 @@ for further details.
57
57
  To use the SDK in the browser, simply add the following script tag to your
58
58
  HTML pages:
59
59
 
60
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1331.0.min.js"></script>
60
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1333.0.min.js"></script>
61
61
 
62
62
  You can also build a custom browser SDK with your specified set of AWS services.
63
63
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -864,8 +864,7 @@
864
864
  "type": "structure",
865
865
  "members": {
866
866
  "asset": {
867
- "type": "blob",
868
- "streaming": true
867
+ "shape": "S2o"
869
868
  },
870
869
  "assetName": {
871
870
  "location": "header",
@@ -1114,21 +1113,7 @@
1114
1113
  "assets": {
1115
1114
  "type": "list",
1116
1115
  "member": {
1117
- "type": "structure",
1118
- "required": [
1119
- "name"
1120
- ],
1121
- "members": {
1122
- "name": {},
1123
- "size": {
1124
- "type": "long"
1125
- },
1126
- "hashes": {
1127
- "type": "map",
1128
- "key": {},
1129
- "value": {}
1130
- }
1131
- }
1116
+ "shape": "S35"
1132
1117
  }
1133
1118
  }
1134
1119
  }
@@ -1466,6 +1451,85 @@
1466
1451
  }
1467
1452
  }
1468
1453
  },
1454
+ "PublishPackageVersion": {
1455
+ "http": {
1456
+ "requestUri": "/v1/package/version/publish"
1457
+ },
1458
+ "input": {
1459
+ "type": "structure",
1460
+ "required": [
1461
+ "domain",
1462
+ "repository",
1463
+ "format",
1464
+ "package",
1465
+ "packageVersion",
1466
+ "assetContent",
1467
+ "assetName",
1468
+ "assetSHA256"
1469
+ ],
1470
+ "members": {
1471
+ "domain": {
1472
+ "location": "querystring",
1473
+ "locationName": "domain"
1474
+ },
1475
+ "domainOwner": {
1476
+ "location": "querystring",
1477
+ "locationName": "domain-owner"
1478
+ },
1479
+ "repository": {
1480
+ "location": "querystring",
1481
+ "locationName": "repository"
1482
+ },
1483
+ "format": {
1484
+ "location": "querystring",
1485
+ "locationName": "format"
1486
+ },
1487
+ "namespace": {
1488
+ "location": "querystring",
1489
+ "locationName": "namespace"
1490
+ },
1491
+ "package": {
1492
+ "location": "querystring",
1493
+ "locationName": "package"
1494
+ },
1495
+ "packageVersion": {
1496
+ "location": "querystring",
1497
+ "locationName": "version"
1498
+ },
1499
+ "assetContent": {
1500
+ "shape": "S2o"
1501
+ },
1502
+ "assetName": {
1503
+ "location": "querystring",
1504
+ "locationName": "asset"
1505
+ },
1506
+ "assetSHA256": {
1507
+ "location": "header",
1508
+ "locationName": "x-amz-content-sha256"
1509
+ },
1510
+ "unfinished": {
1511
+ "location": "querystring",
1512
+ "locationName": "unfinished",
1513
+ "type": "boolean"
1514
+ }
1515
+ },
1516
+ "payload": "assetContent"
1517
+ },
1518
+ "output": {
1519
+ "type": "structure",
1520
+ "members": {
1521
+ "format": {},
1522
+ "namespace": {},
1523
+ "package": {},
1524
+ "version": {},
1525
+ "versionRevision": {},
1526
+ "status": {},
1527
+ "asset": {
1528
+ "shape": "S35"
1529
+ }
1530
+ }
1531
+ }
1532
+ },
1469
1533
  "PutDomainPermissionsPolicy": {
1470
1534
  "http": {
1471
1535
  "method": "PUT",
@@ -1895,6 +1959,27 @@
1895
1959
  "originType": {}
1896
1960
  }
1897
1961
  },
1962
+ "S2o": {
1963
+ "type": "blob",
1964
+ "streaming": true
1965
+ },
1966
+ "S35": {
1967
+ "type": "structure",
1968
+ "required": [
1969
+ "name"
1970
+ ],
1971
+ "members": {
1972
+ "name": {},
1973
+ "size": {
1974
+ "type": "long"
1975
+ },
1976
+ "hashes": {
1977
+ "type": "map",
1978
+ "key": {},
1979
+ "value": {}
1980
+ }
1981
+ }
1982
+ },
1898
1983
  "S3r": {
1899
1984
  "type": "list",
1900
1985
  "member": {
@@ -2788,6 +2788,90 @@
2788
2788
  }
2789
2789
  }
2790
2790
  },
2791
+ "GetMetricDataV2": {
2792
+ "http": {
2793
+ "requestUri": "/metrics/data"
2794
+ },
2795
+ "input": {
2796
+ "type": "structure",
2797
+ "required": [
2798
+ "ResourceArn",
2799
+ "StartTime",
2800
+ "EndTime",
2801
+ "Filters",
2802
+ "Metrics"
2803
+ ],
2804
+ "members": {
2805
+ "ResourceArn": {},
2806
+ "StartTime": {
2807
+ "type": "timestamp"
2808
+ },
2809
+ "EndTime": {
2810
+ "type": "timestamp"
2811
+ },
2812
+ "Filters": {
2813
+ "type": "list",
2814
+ "member": {
2815
+ "type": "structure",
2816
+ "members": {
2817
+ "FilterKey": {},
2818
+ "FilterValues": {
2819
+ "type": "list",
2820
+ "member": {}
2821
+ }
2822
+ }
2823
+ }
2824
+ },
2825
+ "Groupings": {
2826
+ "type": "list",
2827
+ "member": {}
2828
+ },
2829
+ "Metrics": {
2830
+ "type": "list",
2831
+ "member": {
2832
+ "shape": "Sbx"
2833
+ }
2834
+ },
2835
+ "NextToken": {},
2836
+ "MaxResults": {
2837
+ "type": "integer"
2838
+ }
2839
+ }
2840
+ },
2841
+ "output": {
2842
+ "type": "structure",
2843
+ "members": {
2844
+ "NextToken": {},
2845
+ "MetricResults": {
2846
+ "type": "list",
2847
+ "member": {
2848
+ "type": "structure",
2849
+ "members": {
2850
+ "Dimensions": {
2851
+ "type": "map",
2852
+ "key": {},
2853
+ "value": {}
2854
+ },
2855
+ "Collections": {
2856
+ "type": "list",
2857
+ "member": {
2858
+ "type": "structure",
2859
+ "members": {
2860
+ "Metric": {
2861
+ "shape": "Sbx"
2862
+ },
2863
+ "Value": {
2864
+ "type": "double"
2865
+ }
2866
+ }
2867
+ }
2868
+ }
2869
+ }
2870
+ }
2871
+ }
2872
+ }
2873
+ }
2874
+ },
2791
2875
  "GetTaskTemplate": {
2792
2876
  "http": {
2793
2877
  "method": "GET",
@@ -2871,7 +2955,7 @@
2871
2955
  "type": "structure",
2872
2956
  "members": {
2873
2957
  "TelephonyConfig": {
2874
- "shape": "Sbu"
2958
+ "shape": "Sci"
2875
2959
  },
2876
2960
  "Id": {},
2877
2961
  "Arn": {}
@@ -3583,12 +3667,12 @@
3583
3667
  "locationName": "InstanceId"
3584
3668
  },
3585
3669
  "PhoneNumberTypes": {
3586
- "shape": "Sdw",
3670
+ "shape": "Sek",
3587
3671
  "location": "querystring",
3588
3672
  "locationName": "phoneNumberTypes"
3589
3673
  },
3590
3674
  "PhoneNumberCountryCodes": {
3591
- "shape": "Sdx",
3675
+ "shape": "Sel",
3592
3676
  "location": "querystring",
3593
3677
  "locationName": "phoneNumberCountryCodes"
3594
3678
  },
@@ -3636,10 +3720,10 @@
3636
3720
  },
3637
3721
  "NextToken": {},
3638
3722
  "PhoneNumberCountryCodes": {
3639
- "shape": "Sdx"
3723
+ "shape": "Sel"
3640
3724
  },
3641
3725
  "PhoneNumberTypes": {
3642
- "shape": "Sdw"
3726
+ "shape": "Sek"
3643
3727
  },
3644
3728
  "PhoneNumberPrefix": {}
3645
3729
  }
@@ -3745,7 +3829,7 @@
3745
3829
  "members": {
3746
3830
  "NextToken": {},
3747
3831
  "QuickConnectSummaryList": {
3748
- "shape": "Sef"
3832
+ "shape": "Sf3"
3749
3833
  }
3750
3834
  }
3751
3835
  }
@@ -3837,7 +3921,7 @@
3837
3921
  "type": "structure",
3838
3922
  "members": {
3839
3923
  "QuickConnectSummaryList": {
3840
- "shape": "Sef"
3924
+ "shape": "Sf3"
3841
3925
  },
3842
3926
  "NextToken": {}
3843
3927
  }
@@ -4626,12 +4710,12 @@
4626
4710
  "type": "structure",
4627
4711
  "members": {
4628
4712
  "TagFilter": {
4629
- "shape": "Sgk"
4713
+ "shape": "Sh7"
4630
4714
  }
4631
4715
  }
4632
4716
  },
4633
4717
  "SearchCriteria": {
4634
- "shape": "Sgo"
4718
+ "shape": "Shb"
4635
4719
  }
4636
4720
  }
4637
4721
  },
@@ -4670,12 +4754,12 @@
4670
4754
  "type": "structure",
4671
4755
  "members": {
4672
4756
  "TagFilter": {
4673
- "shape": "Sgk"
4757
+ "shape": "Sh7"
4674
4758
  }
4675
4759
  }
4676
4760
  },
4677
4761
  "SearchCriteria": {
4678
- "shape": "Sgx"
4762
+ "shape": "Shk"
4679
4763
  }
4680
4764
  }
4681
4765
  },
@@ -4711,13 +4795,13 @@
4711
4795
  "type": "integer"
4712
4796
  },
4713
4797
  "SearchCriteria": {
4714
- "shape": "Sh2"
4798
+ "shape": "Shp"
4715
4799
  },
4716
4800
  "SearchFilter": {
4717
4801
  "type": "structure",
4718
4802
  "members": {
4719
4803
  "TagFilter": {
4720
- "shape": "Sgk"
4804
+ "shape": "Sh7"
4721
4805
  }
4722
4806
  }
4723
4807
  }
@@ -4765,12 +4849,12 @@
4765
4849
  "type": "structure",
4766
4850
  "members": {
4767
4851
  "TagFilter": {
4768
- "shape": "Sgk"
4852
+ "shape": "Sh7"
4769
4853
  }
4770
4854
  }
4771
4855
  },
4772
4856
  "SearchCriteria": {
4773
- "shape": "Sha"
4857
+ "shape": "Shx"
4774
4858
  }
4775
4859
  }
4776
4860
  },
@@ -6101,7 +6185,7 @@
6101
6185
  "locationName": "Id"
6102
6186
  },
6103
6187
  "TelephonyConfig": {
6104
- "shape": "Sbu"
6188
+ "shape": "Sci"
6105
6189
  }
6106
6190
  }
6107
6191
  },
@@ -6172,19 +6256,19 @@
6172
6256
  "type": "structure",
6173
6257
  "members": {
6174
6258
  "LevelOne": {
6175
- "shape": "Skf"
6259
+ "shape": "Sl2"
6176
6260
  },
6177
6261
  "LevelTwo": {
6178
- "shape": "Skf"
6262
+ "shape": "Sl2"
6179
6263
  },
6180
6264
  "LevelThree": {
6181
- "shape": "Skf"
6265
+ "shape": "Sl2"
6182
6266
  },
6183
6267
  "LevelFour": {
6184
- "shape": "Skf"
6268
+ "shape": "Sl2"
6185
6269
  },
6186
6270
  "LevelFive": {
6187
- "shape": "Skf"
6271
+ "shape": "Sl2"
6188
6272
  }
6189
6273
  }
6190
6274
  },
@@ -6915,7 +6999,38 @@
6915
6999
  "Unit": {}
6916
7000
  }
6917
7001
  },
6918
- "Sbu": {
7002
+ "Sbx": {
7003
+ "type": "structure",
7004
+ "members": {
7005
+ "Name": {},
7006
+ "Threshold": {
7007
+ "type": "list",
7008
+ "member": {
7009
+ "type": "structure",
7010
+ "members": {
7011
+ "Comparison": {},
7012
+ "ThresholdValue": {
7013
+ "type": "double"
7014
+ }
7015
+ }
7016
+ }
7017
+ },
7018
+ "MetricFilters": {
7019
+ "type": "list",
7020
+ "member": {
7021
+ "type": "structure",
7022
+ "members": {
7023
+ "MetricFilterKey": {},
7024
+ "MetricFilterValues": {
7025
+ "type": "list",
7026
+ "member": {}
7027
+ }
7028
+ }
7029
+ }
7030
+ }
7031
+ }
7032
+ },
7033
+ "Sci": {
6919
7034
  "type": "structure",
6920
7035
  "required": [
6921
7036
  "Distributions"
@@ -6939,15 +7054,15 @@
6939
7054
  }
6940
7055
  }
6941
7056
  },
6942
- "Sdw": {
7057
+ "Sek": {
6943
7058
  "type": "list",
6944
7059
  "member": {}
6945
7060
  },
6946
- "Sdx": {
7061
+ "Sel": {
6947
7062
  "type": "list",
6948
7063
  "member": {}
6949
7064
  },
6950
- "Sef": {
7065
+ "Sf3": {
6951
7066
  "type": "list",
6952
7067
  "member": {
6953
7068
  "type": "structure",
@@ -6959,58 +7074,58 @@
6959
7074
  }
6960
7075
  }
6961
7076
  },
6962
- "Sgk": {
7077
+ "Sh7": {
6963
7078
  "type": "structure",
6964
7079
  "members": {
6965
7080
  "OrConditions": {
6966
7081
  "type": "list",
6967
7082
  "member": {
6968
- "shape": "Sgm"
7083
+ "shape": "Sh9"
6969
7084
  }
6970
7085
  },
6971
7086
  "AndConditions": {
6972
- "shape": "Sgm"
7087
+ "shape": "Sh9"
6973
7088
  },
6974
7089
  "TagCondition": {
6975
- "shape": "Sgn"
7090
+ "shape": "Sha"
6976
7091
  }
6977
7092
  }
6978
7093
  },
6979
- "Sgm": {
7094
+ "Sh9": {
6980
7095
  "type": "list",
6981
7096
  "member": {
6982
- "shape": "Sgn"
7097
+ "shape": "Sha"
6983
7098
  }
6984
7099
  },
6985
- "Sgn": {
7100
+ "Sha": {
6986
7101
  "type": "structure",
6987
7102
  "members": {
6988
7103
  "TagKey": {},
6989
7104
  "TagValue": {}
6990
7105
  }
6991
7106
  },
6992
- "Sgo": {
7107
+ "Shb": {
6993
7108
  "type": "structure",
6994
7109
  "members": {
6995
7110
  "OrConditions": {
6996
- "shape": "Sgp"
7111
+ "shape": "Shc"
6997
7112
  },
6998
7113
  "AndConditions": {
6999
- "shape": "Sgp"
7114
+ "shape": "Shc"
7000
7115
  },
7001
7116
  "StringCondition": {
7002
- "shape": "Sgq"
7117
+ "shape": "Shd"
7003
7118
  },
7004
7119
  "QueueTypeCondition": {}
7005
7120
  }
7006
7121
  },
7007
- "Sgp": {
7122
+ "Shc": {
7008
7123
  "type": "list",
7009
7124
  "member": {
7010
- "shape": "Sgo"
7125
+ "shape": "Shb"
7011
7126
  }
7012
7127
  },
7013
- "Sgq": {
7128
+ "Shd": {
7014
7129
  "type": "structure",
7015
7130
  "members": {
7016
7131
  "FieldName": {},
@@ -7018,57 +7133,57 @@
7018
7133
  "ComparisonType": {}
7019
7134
  }
7020
7135
  },
7021
- "Sgx": {
7136
+ "Shk": {
7022
7137
  "type": "structure",
7023
7138
  "members": {
7024
7139
  "OrConditions": {
7025
- "shape": "Sgy"
7140
+ "shape": "Shl"
7026
7141
  },
7027
7142
  "AndConditions": {
7028
- "shape": "Sgy"
7143
+ "shape": "Shl"
7029
7144
  },
7030
7145
  "StringCondition": {
7031
- "shape": "Sgq"
7146
+ "shape": "Shd"
7032
7147
  }
7033
7148
  }
7034
7149
  },
7035
- "Sgy": {
7150
+ "Shl": {
7036
7151
  "type": "list",
7037
7152
  "member": {
7038
- "shape": "Sgx"
7153
+ "shape": "Shk"
7039
7154
  }
7040
7155
  },
7041
- "Sh2": {
7156
+ "Shp": {
7042
7157
  "type": "structure",
7043
7158
  "members": {
7044
7159
  "OrConditions": {
7045
- "shape": "Sh3"
7160
+ "shape": "Shq"
7046
7161
  },
7047
7162
  "AndConditions": {
7048
- "shape": "Sh3"
7163
+ "shape": "Shq"
7049
7164
  },
7050
7165
  "StringCondition": {
7051
- "shape": "Sgq"
7166
+ "shape": "Shd"
7052
7167
  }
7053
7168
  }
7054
7169
  },
7055
- "Sh3": {
7170
+ "Shq": {
7056
7171
  "type": "list",
7057
7172
  "member": {
7058
- "shape": "Sh2"
7173
+ "shape": "Shp"
7059
7174
  }
7060
7175
  },
7061
- "Sha": {
7176
+ "Shx": {
7062
7177
  "type": "structure",
7063
7178
  "members": {
7064
7179
  "OrConditions": {
7065
- "shape": "Shb"
7180
+ "shape": "Shy"
7066
7181
  },
7067
7182
  "AndConditions": {
7068
- "shape": "Shb"
7183
+ "shape": "Shy"
7069
7184
  },
7070
7185
  "StringCondition": {
7071
- "shape": "Sgq"
7186
+ "shape": "Shd"
7072
7187
  },
7073
7188
  "HierarchyGroupCondition": {
7074
7189
  "type": "structure",
@@ -7079,13 +7194,13 @@
7079
7194
  }
7080
7195
  }
7081
7196
  },
7082
- "Shb": {
7197
+ "Shy": {
7083
7198
  "type": "list",
7084
7199
  "member": {
7085
- "shape": "Sha"
7200
+ "shape": "Shx"
7086
7201
  }
7087
7202
  },
7088
- "Skf": {
7203
+ "Sl2": {
7089
7204
  "type": "structure",
7090
7205
  "required": [
7091
7206
  "Name"
@@ -15,6 +15,11 @@
15
15
  "limit_key": "MaxResults",
16
16
  "output_token": "NextToken"
17
17
  },
18
+ "GetMetricDataV2": {
19
+ "input_token": "NextToken",
20
+ "limit_key": "MaxResults",
21
+ "output_token": "NextToken"
22
+ },
18
23
  "ListAgentStatuses": {
19
24
  "input_token": "NextToken",
20
25
  "limit_key": "MaxResults",