aws-sdk 2.1092.0 → 2.1093.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 +7 -1
- package/README.md +1 -1
- package/apis/kendra-2019-02-03.min.json +105 -55
- package/clients/configservice.d.ts +4 -4
- package/clients/elasticache.d.ts +2 -2
- package/clients/kendra.d.ts +119 -50
- package/clients/timestreamquery.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +2 -1
- package/dist/aws-sdk-react-native.js +4 -2
- package/dist/aws-sdk.js +4 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.d.ts +1 -0
- package/lib/core.js +1 -1
- package/lib/credentials/credential_provider_chain.js +1 -0
- package/lib/credentials/sso_credentials.d.ts +14 -0
- package/lib/credentials/sso_credentials.js +179 -0
- package/lib/node_loader.js +2 -0
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1093.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1093.0
|
|
6
|
+
* feature: ConfigService: Add resourceType enums for AWS::ECR::PublicRepository and AWS::EC2::LaunchTemplate
|
|
7
|
+
* feature: Kendra: Amazon Kendra now provides a data source connector for Slack. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-slack.html
|
|
8
|
+
* feature: TimestreamQuery: Amazon Timestream Scheduled Queries now support Timestamp datatype in a multi-measure record.
|
|
9
|
+
* feature: credentials: Add AWS SSO Credentials Provider
|
|
10
|
+
|
|
5
11
|
## 2.1092.0
|
|
6
12
|
* bugfix: S3: Fixed a bug that S3 client no longer honor the computeChecksums config introduced in #3799. Previously only the members with httpChecksumRequired trait will be disabled by unseting computeChecksums config. S3 doesn't not honor the config because it has its own logic handling MD5 chechsums.
|
|
7
13
|
* feature: Chime: Chime VoiceConnector Logging APIs will now support MediaMetricLogs. Also CreateMeetingDialOut now returns AccessDeniedException.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1093.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"Schedule": {},
|
|
281
281
|
"RoleArn": {},
|
|
282
282
|
"Tags": {
|
|
283
|
-
"shape": "
|
|
283
|
+
"shape": "S5l"
|
|
284
284
|
},
|
|
285
285
|
"ClientToken": {
|
|
286
286
|
"idempotencyToken": true
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"IndexId": {},
|
|
314
314
|
"RoleArn": {},
|
|
315
315
|
"Configuration": {
|
|
316
|
-
"shape": "
|
|
316
|
+
"shape": "S5u"
|
|
317
317
|
},
|
|
318
318
|
"Description": {},
|
|
319
319
|
"ClientToken": {
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
},
|
|
350
350
|
"RoleArn": {},
|
|
351
351
|
"Tags": {
|
|
352
|
-
"shape": "
|
|
352
|
+
"shape": "S5l"
|
|
353
353
|
},
|
|
354
354
|
"FileFormat": {},
|
|
355
355
|
"ClientToken": {
|
|
@@ -377,21 +377,21 @@
|
|
|
377
377
|
"Edition": {},
|
|
378
378
|
"RoleArn": {},
|
|
379
379
|
"ServerSideEncryptionConfiguration": {
|
|
380
|
-
"shape": "
|
|
380
|
+
"shape": "S69"
|
|
381
381
|
},
|
|
382
382
|
"Description": {},
|
|
383
383
|
"ClientToken": {
|
|
384
384
|
"idempotencyToken": true
|
|
385
385
|
},
|
|
386
386
|
"Tags": {
|
|
387
|
-
"shape": "
|
|
387
|
+
"shape": "S5l"
|
|
388
388
|
},
|
|
389
389
|
"UserTokenConfigurations": {
|
|
390
|
-
"shape": "
|
|
390
|
+
"shape": "S6b"
|
|
391
391
|
},
|
|
392
392
|
"UserContextPolicy": {},
|
|
393
393
|
"UserGroupResolutionConfiguration": {
|
|
394
|
-
"shape": "
|
|
394
|
+
"shape": "S6l"
|
|
395
395
|
}
|
|
396
396
|
}
|
|
397
397
|
},
|
|
@@ -423,7 +423,7 @@
|
|
|
423
423
|
},
|
|
424
424
|
"RoleArn": {},
|
|
425
425
|
"Tags": {
|
|
426
|
-
"shape": "
|
|
426
|
+
"shape": "S5l"
|
|
427
427
|
}
|
|
428
428
|
}
|
|
429
429
|
},
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"Description": {},
|
|
450
450
|
"RoleArn": {},
|
|
451
451
|
"Tags": {
|
|
452
|
-
"shape": "
|
|
452
|
+
"shape": "S5l"
|
|
453
453
|
},
|
|
454
454
|
"SourceS3Path": {
|
|
455
455
|
"shape": "S1g"
|
|
@@ -622,10 +622,10 @@
|
|
|
622
622
|
"IndexId": {},
|
|
623
623
|
"Name": {},
|
|
624
624
|
"Endpoints": {
|
|
625
|
-
"shape": "
|
|
625
|
+
"shape": "S7b"
|
|
626
626
|
},
|
|
627
627
|
"Configuration": {
|
|
628
|
-
"shape": "
|
|
628
|
+
"shape": "S5u"
|
|
629
629
|
},
|
|
630
630
|
"CreatedAt": {
|
|
631
631
|
"type": "timestamp"
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
"Edition": {},
|
|
695
695
|
"RoleArn": {},
|
|
696
696
|
"ServerSideEncryptionConfiguration": {
|
|
697
|
-
"shape": "
|
|
697
|
+
"shape": "S69"
|
|
698
698
|
},
|
|
699
699
|
"Status": {},
|
|
700
700
|
"Description": {},
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
"type": "timestamp"
|
|
706
706
|
},
|
|
707
707
|
"DocumentMetadataConfigurations": {
|
|
708
|
-
"shape": "
|
|
708
|
+
"shape": "S7m"
|
|
709
709
|
},
|
|
710
710
|
"IndexStatistics": {
|
|
711
711
|
"type": "structure",
|
|
@@ -744,14 +744,14 @@
|
|
|
744
744
|
},
|
|
745
745
|
"ErrorMessage": {},
|
|
746
746
|
"CapacityUnits": {
|
|
747
|
-
"shape": "
|
|
747
|
+
"shape": "S84"
|
|
748
748
|
},
|
|
749
749
|
"UserTokenConfigurations": {
|
|
750
|
-
"shape": "
|
|
750
|
+
"shape": "S6b"
|
|
751
751
|
},
|
|
752
752
|
"UserContextPolicy": {},
|
|
753
753
|
"UserGroupResolutionConfiguration": {
|
|
754
|
-
"shape": "
|
|
754
|
+
"shape": "S6l"
|
|
755
755
|
}
|
|
756
756
|
}
|
|
757
757
|
}
|
|
@@ -1051,7 +1051,7 @@
|
|
|
1051
1051
|
"type": "structure",
|
|
1052
1052
|
"members": {
|
|
1053
1053
|
"SnapShotTimeFilter": {
|
|
1054
|
-
"shape": "
|
|
1054
|
+
"shape": "S9d"
|
|
1055
1055
|
},
|
|
1056
1056
|
"SnapshotsDataHeader": {
|
|
1057
1057
|
"type": "list",
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
"type": "integer"
|
|
1084
1084
|
},
|
|
1085
1085
|
"StartTimeFilter": {
|
|
1086
|
-
"shape": "
|
|
1086
|
+
"shape": "S9d"
|
|
1087
1087
|
},
|
|
1088
1088
|
"StatusFilter": {}
|
|
1089
1089
|
}
|
|
@@ -1230,19 +1230,19 @@
|
|
|
1230
1230
|
"type": "structure",
|
|
1231
1231
|
"members": {
|
|
1232
1232
|
"UserName": {
|
|
1233
|
-
"shape": "
|
|
1233
|
+
"shape": "Sa4"
|
|
1234
1234
|
},
|
|
1235
1235
|
"GroupName": {
|
|
1236
|
-
"shape": "
|
|
1236
|
+
"shape": "Sa4"
|
|
1237
1237
|
},
|
|
1238
1238
|
"IdentifiedUserName": {
|
|
1239
|
-
"shape": "
|
|
1239
|
+
"shape": "Sa4"
|
|
1240
1240
|
},
|
|
1241
1241
|
"FirstName": {
|
|
1242
|
-
"shape": "
|
|
1242
|
+
"shape": "Sa4"
|
|
1243
1243
|
},
|
|
1244
1244
|
"LastName": {
|
|
1245
|
-
"shape": "
|
|
1245
|
+
"shape": "Sa4"
|
|
1246
1246
|
}
|
|
1247
1247
|
}
|
|
1248
1248
|
}
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
},
|
|
1283
1283
|
"Status": {},
|
|
1284
1284
|
"Endpoints": {
|
|
1285
|
-
"shape": "
|
|
1285
|
+
"shape": "S7b"
|
|
1286
1286
|
}
|
|
1287
1287
|
}
|
|
1288
1288
|
}
|
|
@@ -1464,7 +1464,7 @@
|
|
|
1464
1464
|
"type": "structure",
|
|
1465
1465
|
"members": {
|
|
1466
1466
|
"Tags": {
|
|
1467
|
-
"shape": "
|
|
1467
|
+
"shape": "S5l"
|
|
1468
1468
|
}
|
|
1469
1469
|
}
|
|
1470
1470
|
}
|
|
@@ -1569,7 +1569,7 @@
|
|
|
1569
1569
|
"IndexId": {},
|
|
1570
1570
|
"QueryText": {},
|
|
1571
1571
|
"AttributeFilter": {
|
|
1572
|
-
"shape": "
|
|
1572
|
+
"shape": "Sbb"
|
|
1573
1573
|
},
|
|
1574
1574
|
"Facets": {
|
|
1575
1575
|
"type": "list",
|
|
@@ -1596,7 +1596,7 @@
|
|
|
1596
1596
|
"members": {
|
|
1597
1597
|
"Name": {},
|
|
1598
1598
|
"Relevance": {
|
|
1599
|
-
"shape": "
|
|
1599
|
+
"shape": "S7q"
|
|
1600
1600
|
}
|
|
1601
1601
|
}
|
|
1602
1602
|
}
|
|
@@ -1684,7 +1684,7 @@
|
|
|
1684
1684
|
"type": "structure",
|
|
1685
1685
|
"members": {
|
|
1686
1686
|
"TextWithHighlightsValue": {
|
|
1687
|
-
"shape": "
|
|
1687
|
+
"shape": "Sc0"
|
|
1688
1688
|
}
|
|
1689
1689
|
}
|
|
1690
1690
|
}
|
|
@@ -1693,10 +1693,10 @@
|
|
|
1693
1693
|
},
|
|
1694
1694
|
"DocumentId": {},
|
|
1695
1695
|
"DocumentTitle": {
|
|
1696
|
-
"shape": "
|
|
1696
|
+
"shape": "Sc0"
|
|
1697
1697
|
},
|
|
1698
1698
|
"DocumentExcerpt": {
|
|
1699
|
-
"shape": "
|
|
1699
|
+
"shape": "Sc0"
|
|
1700
1700
|
},
|
|
1701
1701
|
"DocumentURI": {},
|
|
1702
1702
|
"DocumentAttributes": {
|
|
@@ -1862,7 +1862,7 @@
|
|
|
1862
1862
|
"members": {
|
|
1863
1863
|
"ResourceARN": {},
|
|
1864
1864
|
"Tags": {
|
|
1865
|
-
"shape": "
|
|
1865
|
+
"shape": "S5l"
|
|
1866
1866
|
}
|
|
1867
1867
|
}
|
|
1868
1868
|
},
|
|
@@ -1928,7 +1928,7 @@
|
|
|
1928
1928
|
"IndexId": {},
|
|
1929
1929
|
"RoleArn": {},
|
|
1930
1930
|
"Configuration": {
|
|
1931
|
-
"shape": "
|
|
1931
|
+
"shape": "S5u"
|
|
1932
1932
|
},
|
|
1933
1933
|
"Description": {}
|
|
1934
1934
|
}
|
|
@@ -1946,17 +1946,17 @@
|
|
|
1946
1946
|
"RoleArn": {},
|
|
1947
1947
|
"Description": {},
|
|
1948
1948
|
"DocumentMetadataConfigurationUpdates": {
|
|
1949
|
-
"shape": "
|
|
1949
|
+
"shape": "S7m"
|
|
1950
1950
|
},
|
|
1951
1951
|
"CapacityUnits": {
|
|
1952
|
-
"shape": "
|
|
1952
|
+
"shape": "S84"
|
|
1953
1953
|
},
|
|
1954
1954
|
"UserTokenConfigurations": {
|
|
1955
|
-
"shape": "
|
|
1955
|
+
"shape": "S6b"
|
|
1956
1956
|
},
|
|
1957
1957
|
"UserContextPolicy": {},
|
|
1958
1958
|
"UserGroupResolutionConfiguration": {
|
|
1959
|
-
"shape": "
|
|
1959
|
+
"shape": "S6l"
|
|
1960
1960
|
}
|
|
1961
1961
|
}
|
|
1962
1962
|
}
|
|
@@ -2794,6 +2794,56 @@
|
|
|
2794
2794
|
"shape": "S2n"
|
|
2795
2795
|
}
|
|
2796
2796
|
}
|
|
2797
|
+
},
|
|
2798
|
+
"SlackConfiguration": {
|
|
2799
|
+
"type": "structure",
|
|
2800
|
+
"required": [
|
|
2801
|
+
"TeamId",
|
|
2802
|
+
"SecretArn",
|
|
2803
|
+
"SlackEntityList",
|
|
2804
|
+
"SinceCrawlDate"
|
|
2805
|
+
],
|
|
2806
|
+
"members": {
|
|
2807
|
+
"TeamId": {},
|
|
2808
|
+
"SecretArn": {},
|
|
2809
|
+
"VpcConfiguration": {
|
|
2810
|
+
"shape": "S2i"
|
|
2811
|
+
},
|
|
2812
|
+
"SlackEntityList": {
|
|
2813
|
+
"type": "list",
|
|
2814
|
+
"member": {}
|
|
2815
|
+
},
|
|
2816
|
+
"UseChangeLog": {
|
|
2817
|
+
"type": "boolean"
|
|
2818
|
+
},
|
|
2819
|
+
"CrawlBotMessage": {
|
|
2820
|
+
"type": "boolean"
|
|
2821
|
+
},
|
|
2822
|
+
"ExcludeArchived": {
|
|
2823
|
+
"type": "boolean"
|
|
2824
|
+
},
|
|
2825
|
+
"SinceCrawlDate": {},
|
|
2826
|
+
"LookBackPeriod": {
|
|
2827
|
+
"type": "integer"
|
|
2828
|
+
},
|
|
2829
|
+
"PrivateChannelFilter": {
|
|
2830
|
+
"type": "list",
|
|
2831
|
+
"member": {}
|
|
2832
|
+
},
|
|
2833
|
+
"PublicChannelFilter": {
|
|
2834
|
+
"type": "list",
|
|
2835
|
+
"member": {}
|
|
2836
|
+
},
|
|
2837
|
+
"InclusionPatterns": {
|
|
2838
|
+
"shape": "S29"
|
|
2839
|
+
},
|
|
2840
|
+
"ExclusionPatterns": {
|
|
2841
|
+
"shape": "S29"
|
|
2842
|
+
},
|
|
2843
|
+
"FieldMappings": {
|
|
2844
|
+
"shape": "S2n"
|
|
2845
|
+
}
|
|
2846
|
+
}
|
|
2797
2847
|
}
|
|
2798
2848
|
}
|
|
2799
2849
|
},
|
|
@@ -2837,7 +2887,7 @@
|
|
|
2837
2887
|
"type": "list",
|
|
2838
2888
|
"member": {}
|
|
2839
2889
|
},
|
|
2840
|
-
"
|
|
2890
|
+
"S5l": {
|
|
2841
2891
|
"type": "list",
|
|
2842
2892
|
"member": {
|
|
2843
2893
|
"type": "structure",
|
|
@@ -2851,7 +2901,7 @@
|
|
|
2851
2901
|
}
|
|
2852
2902
|
}
|
|
2853
2903
|
},
|
|
2854
|
-
"
|
|
2904
|
+
"S5u": {
|
|
2855
2905
|
"type": "structure",
|
|
2856
2906
|
"members": {
|
|
2857
2907
|
"ContentSourceConfiguration": {
|
|
@@ -2878,7 +2928,7 @@
|
|
|
2878
2928
|
}
|
|
2879
2929
|
}
|
|
2880
2930
|
},
|
|
2881
|
-
"
|
|
2931
|
+
"S69": {
|
|
2882
2932
|
"type": "structure",
|
|
2883
2933
|
"members": {
|
|
2884
2934
|
"KmsKeyId": {
|
|
@@ -2887,7 +2937,7 @@
|
|
|
2887
2937
|
}
|
|
2888
2938
|
}
|
|
2889
2939
|
},
|
|
2890
|
-
"
|
|
2940
|
+
"S6b": {
|
|
2891
2941
|
"type": "list",
|
|
2892
2942
|
"member": {
|
|
2893
2943
|
"type": "structure",
|
|
@@ -2921,7 +2971,7 @@
|
|
|
2921
2971
|
}
|
|
2922
2972
|
}
|
|
2923
2973
|
},
|
|
2924
|
-
"
|
|
2974
|
+
"S6l": {
|
|
2925
2975
|
"type": "structure",
|
|
2926
2976
|
"required": [
|
|
2927
2977
|
"UserGroupResolutionMode"
|
|
@@ -2930,7 +2980,7 @@
|
|
|
2930
2980
|
"UserGroupResolutionMode": {}
|
|
2931
2981
|
}
|
|
2932
2982
|
},
|
|
2933
|
-
"
|
|
2983
|
+
"S7b": {
|
|
2934
2984
|
"type": "list",
|
|
2935
2985
|
"member": {
|
|
2936
2986
|
"type": "structure",
|
|
@@ -2940,7 +2990,7 @@
|
|
|
2940
2990
|
}
|
|
2941
2991
|
}
|
|
2942
2992
|
},
|
|
2943
|
-
"
|
|
2993
|
+
"S7m": {
|
|
2944
2994
|
"type": "list",
|
|
2945
2995
|
"member": {
|
|
2946
2996
|
"type": "structure",
|
|
@@ -2952,7 +3002,7 @@
|
|
|
2952
3002
|
"Name": {},
|
|
2953
3003
|
"Type": {},
|
|
2954
3004
|
"Relevance": {
|
|
2955
|
-
"shape": "
|
|
3005
|
+
"shape": "S7q"
|
|
2956
3006
|
},
|
|
2957
3007
|
"Search": {
|
|
2958
3008
|
"type": "structure",
|
|
@@ -2974,7 +3024,7 @@
|
|
|
2974
3024
|
}
|
|
2975
3025
|
}
|
|
2976
3026
|
},
|
|
2977
|
-
"
|
|
3027
|
+
"S7q": {
|
|
2978
3028
|
"type": "structure",
|
|
2979
3029
|
"members": {
|
|
2980
3030
|
"Freshness": {
|
|
@@ -2994,7 +3044,7 @@
|
|
|
2994
3044
|
}
|
|
2995
3045
|
}
|
|
2996
3046
|
},
|
|
2997
|
-
"
|
|
3047
|
+
"S84": {
|
|
2998
3048
|
"type": "structure",
|
|
2999
3049
|
"required": [
|
|
3000
3050
|
"StorageCapacityUnits",
|
|
@@ -3009,7 +3059,7 @@
|
|
|
3009
3059
|
}
|
|
3010
3060
|
}
|
|
3011
3061
|
},
|
|
3012
|
-
"
|
|
3062
|
+
"S9d": {
|
|
3013
3063
|
"type": "structure",
|
|
3014
3064
|
"members": {
|
|
3015
3065
|
"StartTime": {
|
|
@@ -3020,21 +3070,21 @@
|
|
|
3020
3070
|
}
|
|
3021
3071
|
}
|
|
3022
3072
|
},
|
|
3023
|
-
"
|
|
3073
|
+
"Sa4": {
|
|
3024
3074
|
"type": "string",
|
|
3025
3075
|
"sensitive": true
|
|
3026
3076
|
},
|
|
3027
|
-
"
|
|
3077
|
+
"Sbb": {
|
|
3028
3078
|
"type": "structure",
|
|
3029
3079
|
"members": {
|
|
3030
3080
|
"AndAllFilters": {
|
|
3031
|
-
"shape": "
|
|
3081
|
+
"shape": "Sbc"
|
|
3032
3082
|
},
|
|
3033
3083
|
"OrAllFilters": {
|
|
3034
|
-
"shape": "
|
|
3084
|
+
"shape": "Sbc"
|
|
3035
3085
|
},
|
|
3036
3086
|
"NotFilter": {
|
|
3037
|
-
"shape": "
|
|
3087
|
+
"shape": "Sbb"
|
|
3038
3088
|
},
|
|
3039
3089
|
"EqualsTo": {
|
|
3040
3090
|
"shape": "Sw"
|
|
@@ -3059,13 +3109,13 @@
|
|
|
3059
3109
|
}
|
|
3060
3110
|
}
|
|
3061
3111
|
},
|
|
3062
|
-
"
|
|
3112
|
+
"Sbc": {
|
|
3063
3113
|
"type": "list",
|
|
3064
3114
|
"member": {
|
|
3065
|
-
"shape": "
|
|
3115
|
+
"shape": "Sbb"
|
|
3066
3116
|
}
|
|
3067
3117
|
},
|
|
3068
|
-
"
|
|
3118
|
+
"Sc0": {
|
|
3069
3119
|
"type": "structure",
|
|
3070
3120
|
"members": {
|
|
3071
3121
|
"Text": {},
|
|
@@ -528,11 +528,11 @@ declare class ConfigService extends Service {
|
|
|
528
528
|
*/
|
|
529
529
|
putConfigRule(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
530
530
|
/**
|
|
531
|
-
* Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization. accountIds that are passed will be replaced with existing accounts. If you want to add additional accounts into the aggregator, call
|
|
531
|
+
* Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization. accountIds that are passed will be replaced with existing accounts. If you want to add additional accounts into the aggregator, call DescribeConfigurationAggregators to get the previous accounts and then append new ones. Config should be enabled in source accounts and regions you want to aggregate. If your source type is an organization, you must be signed in to the management account or a registered delegated administrator and all the features must be enabled in your organization. If the caller is a management account, Config calls EnableAwsServiceAccess API to enable integration between Config and Organizations. If the caller is a registered delegated administrator, Config calls ListDelegatedAdministrators API to verify whether the caller is a valid delegated administrator. To register a delegated administrator, see Register a Delegated Administrator in the Config developer guide.
|
|
532
532
|
*/
|
|
533
533
|
putConfigurationAggregator(params: ConfigService.Types.PutConfigurationAggregatorRequest, callback?: (err: AWSError, data: ConfigService.Types.PutConfigurationAggregatorResponse) => void): Request<ConfigService.Types.PutConfigurationAggregatorResponse, AWSError>;
|
|
534
534
|
/**
|
|
535
|
-
* Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization. accountIds that are passed will be replaced with existing accounts. If you want to add additional accounts into the aggregator, call
|
|
535
|
+
* Creates and updates the configuration aggregator with the selected source accounts and regions. The source account can be individual account(s) or an organization. accountIds that are passed will be replaced with existing accounts. If you want to add additional accounts into the aggregator, call DescribeConfigurationAggregators to get the previous accounts and then append new ones. Config should be enabled in source accounts and regions you want to aggregate. If your source type is an organization, you must be signed in to the management account or a registered delegated administrator and all the features must be enabled in your organization. If the caller is a management account, Config calls EnableAwsServiceAccess API to enable integration between Config and Organizations. If the caller is a registered delegated administrator, Config calls ListDelegatedAdministrators API to verify whether the caller is a valid delegated administrator. To register a delegated administrator, see Register a Delegated Administrator in the Config developer guide.
|
|
536
536
|
*/
|
|
537
537
|
putConfigurationAggregator(callback?: (err: AWSError, data: ConfigService.Types.PutConfigurationAggregatorResponse) => void): Request<ConfigService.Types.PutConfigurationAggregatorResponse, AWSError>;
|
|
538
538
|
/**
|
|
@@ -3442,7 +3442,7 @@ declare namespace ConfigService {
|
|
|
3442
3442
|
*/
|
|
3443
3443
|
TemplateS3Uri?: TemplateS3Uri;
|
|
3444
3444
|
/**
|
|
3445
|
-
* A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. You can only use a YAML template with
|
|
3445
|
+
* A string containing full conformance pack template body. Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. You can only use a YAML template with two resource types: config rule (AWS::Config::ConfigRule) and a remediation action (AWS::Config::RemediationConfiguration).
|
|
3446
3446
|
*/
|
|
3447
3447
|
TemplateBody?: TemplateBody;
|
|
3448
3448
|
/**
|
|
@@ -3924,7 +3924,7 @@ declare namespace ConfigService {
|
|
|
3924
3924
|
}
|
|
3925
3925
|
export type ResourceKeys = ResourceKey[];
|
|
3926
3926
|
export type ResourceName = string;
|
|
3927
|
-
export type ResourceType = "AWS::EC2::CustomerGateway"|"AWS::EC2::EIP"|"AWS::EC2::Host"|"AWS::EC2::Instance"|"AWS::EC2::InternetGateway"|"AWS::EC2::NetworkAcl"|"AWS::EC2::NetworkInterface"|"AWS::EC2::RouteTable"|"AWS::EC2::SecurityGroup"|"AWS::EC2::Subnet"|"AWS::CloudTrail::Trail"|"AWS::EC2::Volume"|"AWS::EC2::VPC"|"AWS::EC2::VPNConnection"|"AWS::EC2::VPNGateway"|"AWS::EC2::RegisteredHAInstance"|"AWS::EC2::NatGateway"|"AWS::EC2::EgressOnlyInternetGateway"|"AWS::EC2::VPCEndpoint"|"AWS::EC2::VPCEndpointService"|"AWS::EC2::FlowLog"|"AWS::EC2::VPCPeeringConnection"|"AWS::Elasticsearch::Domain"|"AWS::IAM::Group"|"AWS::IAM::Policy"|"AWS::IAM::Role"|"AWS::IAM::User"|"AWS::ElasticLoadBalancingV2::LoadBalancer"|"AWS::ACM::Certificate"|"AWS::RDS::DBInstance"|"AWS::RDS::DBSubnetGroup"|"AWS::RDS::DBSecurityGroup"|"AWS::RDS::DBSnapshot"|"AWS::RDS::DBCluster"|"AWS::RDS::DBClusterSnapshot"|"AWS::RDS::EventSubscription"|"AWS::S3::Bucket"|"AWS::S3::AccountPublicAccessBlock"|"AWS::Redshift::Cluster"|"AWS::Redshift::ClusterSnapshot"|"AWS::Redshift::ClusterParameterGroup"|"AWS::Redshift::ClusterSecurityGroup"|"AWS::Redshift::ClusterSubnetGroup"|"AWS::Redshift::EventSubscription"|"AWS::SSM::ManagedInstanceInventory"|"AWS::CloudWatch::Alarm"|"AWS::CloudFormation::Stack"|"AWS::ElasticLoadBalancing::LoadBalancer"|"AWS::AutoScaling::AutoScalingGroup"|"AWS::AutoScaling::LaunchConfiguration"|"AWS::AutoScaling::ScalingPolicy"|"AWS::AutoScaling::ScheduledAction"|"AWS::DynamoDB::Table"|"AWS::CodeBuild::Project"|"AWS::WAF::RateBasedRule"|"AWS::WAF::Rule"|"AWS::WAF::RuleGroup"|"AWS::WAF::WebACL"|"AWS::WAFRegional::RateBasedRule"|"AWS::WAFRegional::Rule"|"AWS::WAFRegional::RuleGroup"|"AWS::WAFRegional::WebACL"|"AWS::CloudFront::Distribution"|"AWS::CloudFront::StreamingDistribution"|"AWS::Lambda::Function"|"AWS::NetworkFirewall::Firewall"|"AWS::NetworkFirewall::FirewallPolicy"|"AWS::NetworkFirewall::RuleGroup"|"AWS::ElasticBeanstalk::Application"|"AWS::ElasticBeanstalk::ApplicationVersion"|"AWS::ElasticBeanstalk::Environment"|"AWS::WAFv2::WebACL"|"AWS::WAFv2::RuleGroup"|"AWS::WAFv2::IPSet"|"AWS::WAFv2::RegexPatternSet"|"AWS::WAFv2::ManagedRuleSet"|"AWS::XRay::EncryptionConfig"|"AWS::SSM::AssociationCompliance"|"AWS::SSM::PatchCompliance"|"AWS::Shield::Protection"|"AWS::ShieldRegional::Protection"|"AWS::Config::ConformancePackCompliance"|"AWS::Config::ResourceCompliance"|"AWS::ApiGateway::Stage"|"AWS::ApiGateway::RestApi"|"AWS::ApiGatewayV2::Stage"|"AWS::ApiGatewayV2::Api"|"AWS::CodePipeline::Pipeline"|"AWS::ServiceCatalog::CloudFormationProvisionedProduct"|"AWS::ServiceCatalog::CloudFormationProduct"|"AWS::ServiceCatalog::Portfolio"|"AWS::SQS::Queue"|"AWS::KMS::Key"|"AWS::QLDB::Ledger"|"AWS::SecretsManager::Secret"|"AWS::SNS::Topic"|"AWS::SSM::FileData"|"AWS::Backup::BackupPlan"|"AWS::Backup::BackupSelection"|"AWS::Backup::BackupVault"|"AWS::Backup::RecoveryPoint"|"AWS::ECR::Repository"|"AWS::ECS::Cluster"|"AWS::ECS::Service"|"AWS::ECS::TaskDefinition"|"AWS::EFS::AccessPoint"|"AWS::EFS::FileSystem"|"AWS::EKS::Cluster"|"AWS::OpenSearch::Domain"|"AWS::EC2::TransitGateway"|"AWS::Kinesis::Stream"|"AWS::Kinesis::StreamConsumer"|"AWS::CodeDeploy::Application"|"AWS::CodeDeploy::DeploymentConfig"|"AWS::CodeDeploy::DeploymentGroup"|string;
|
|
3927
|
+
export type ResourceType = "AWS::EC2::CustomerGateway"|"AWS::EC2::EIP"|"AWS::EC2::Host"|"AWS::EC2::Instance"|"AWS::EC2::InternetGateway"|"AWS::EC2::NetworkAcl"|"AWS::EC2::NetworkInterface"|"AWS::EC2::RouteTable"|"AWS::EC2::SecurityGroup"|"AWS::EC2::Subnet"|"AWS::CloudTrail::Trail"|"AWS::EC2::Volume"|"AWS::EC2::VPC"|"AWS::EC2::VPNConnection"|"AWS::EC2::VPNGateway"|"AWS::EC2::RegisteredHAInstance"|"AWS::EC2::NatGateway"|"AWS::EC2::EgressOnlyInternetGateway"|"AWS::EC2::VPCEndpoint"|"AWS::EC2::VPCEndpointService"|"AWS::EC2::FlowLog"|"AWS::EC2::VPCPeeringConnection"|"AWS::Elasticsearch::Domain"|"AWS::IAM::Group"|"AWS::IAM::Policy"|"AWS::IAM::Role"|"AWS::IAM::User"|"AWS::ElasticLoadBalancingV2::LoadBalancer"|"AWS::ACM::Certificate"|"AWS::RDS::DBInstance"|"AWS::RDS::DBSubnetGroup"|"AWS::RDS::DBSecurityGroup"|"AWS::RDS::DBSnapshot"|"AWS::RDS::DBCluster"|"AWS::RDS::DBClusterSnapshot"|"AWS::RDS::EventSubscription"|"AWS::S3::Bucket"|"AWS::S3::AccountPublicAccessBlock"|"AWS::Redshift::Cluster"|"AWS::Redshift::ClusterSnapshot"|"AWS::Redshift::ClusterParameterGroup"|"AWS::Redshift::ClusterSecurityGroup"|"AWS::Redshift::ClusterSubnetGroup"|"AWS::Redshift::EventSubscription"|"AWS::SSM::ManagedInstanceInventory"|"AWS::CloudWatch::Alarm"|"AWS::CloudFormation::Stack"|"AWS::ElasticLoadBalancing::LoadBalancer"|"AWS::AutoScaling::AutoScalingGroup"|"AWS::AutoScaling::LaunchConfiguration"|"AWS::AutoScaling::ScalingPolicy"|"AWS::AutoScaling::ScheduledAction"|"AWS::DynamoDB::Table"|"AWS::CodeBuild::Project"|"AWS::WAF::RateBasedRule"|"AWS::WAF::Rule"|"AWS::WAF::RuleGroup"|"AWS::WAF::WebACL"|"AWS::WAFRegional::RateBasedRule"|"AWS::WAFRegional::Rule"|"AWS::WAFRegional::RuleGroup"|"AWS::WAFRegional::WebACL"|"AWS::CloudFront::Distribution"|"AWS::CloudFront::StreamingDistribution"|"AWS::Lambda::Function"|"AWS::NetworkFirewall::Firewall"|"AWS::NetworkFirewall::FirewallPolicy"|"AWS::NetworkFirewall::RuleGroup"|"AWS::ElasticBeanstalk::Application"|"AWS::ElasticBeanstalk::ApplicationVersion"|"AWS::ElasticBeanstalk::Environment"|"AWS::WAFv2::WebACL"|"AWS::WAFv2::RuleGroup"|"AWS::WAFv2::IPSet"|"AWS::WAFv2::RegexPatternSet"|"AWS::WAFv2::ManagedRuleSet"|"AWS::XRay::EncryptionConfig"|"AWS::SSM::AssociationCompliance"|"AWS::SSM::PatchCompliance"|"AWS::Shield::Protection"|"AWS::ShieldRegional::Protection"|"AWS::Config::ConformancePackCompliance"|"AWS::Config::ResourceCompliance"|"AWS::ApiGateway::Stage"|"AWS::ApiGateway::RestApi"|"AWS::ApiGatewayV2::Stage"|"AWS::ApiGatewayV2::Api"|"AWS::CodePipeline::Pipeline"|"AWS::ServiceCatalog::CloudFormationProvisionedProduct"|"AWS::ServiceCatalog::CloudFormationProduct"|"AWS::ServiceCatalog::Portfolio"|"AWS::SQS::Queue"|"AWS::KMS::Key"|"AWS::QLDB::Ledger"|"AWS::SecretsManager::Secret"|"AWS::SNS::Topic"|"AWS::SSM::FileData"|"AWS::Backup::BackupPlan"|"AWS::Backup::BackupSelection"|"AWS::Backup::BackupVault"|"AWS::Backup::RecoveryPoint"|"AWS::ECR::Repository"|"AWS::ECS::Cluster"|"AWS::ECS::Service"|"AWS::ECS::TaskDefinition"|"AWS::EFS::AccessPoint"|"AWS::EFS::FileSystem"|"AWS::EKS::Cluster"|"AWS::OpenSearch::Domain"|"AWS::EC2::TransitGateway"|"AWS::Kinesis::Stream"|"AWS::Kinesis::StreamConsumer"|"AWS::CodeDeploy::Application"|"AWS::CodeDeploy::DeploymentConfig"|"AWS::CodeDeploy::DeploymentGroup"|"AWS::EC2::LaunchTemplate"|"AWS::ECR::PublicRepository"|string;
|
|
3928
3928
|
export type ResourceTypeList = ResourceType[];
|
|
3929
3929
|
export type ResourceTypeString = string;
|
|
3930
3930
|
export type ResourceTypes = StringWithCharLimit256[];
|
package/clients/elasticache.d.ts
CHANGED
|
@@ -798,7 +798,7 @@ declare namespace ElastiCache {
|
|
|
798
798
|
*/
|
|
799
799
|
EngineVersion?: String;
|
|
800
800
|
/**
|
|
801
|
-
* The name of the cache parameter group family associated with this cache engine. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.
|
|
801
|
+
* The name of the cache parameter group family associated with this cache engine. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x
|
|
802
802
|
*/
|
|
803
803
|
CacheParameterGroupFamily?: String;
|
|
804
804
|
/**
|
|
@@ -2171,7 +2171,7 @@ declare namespace ElastiCache {
|
|
|
2171
2171
|
}
|
|
2172
2172
|
export interface EngineDefaults {
|
|
2173
2173
|
/**
|
|
2174
|
-
* Specifies the name of the cache parameter group family to which the engine default parameters apply. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.0 | redis6.
|
|
2174
|
+
* Specifies the name of the cache parameter group family to which the engine default parameters apply. Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.0 | redis6.x
|
|
2175
2175
|
*/
|
|
2176
2176
|
CacheParameterGroupFamily?: String;
|
|
2177
2177
|
/**
|