aws-sdk 2.1289.0 → 2.1291.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 +12 -1
- package/README.md +1 -1
- package/apis/acm-pca-2017-08-22.min.json +14 -14
- package/apis/auditmanager-2017-07-25.min.json +23 -11
- package/apis/kendra-ranking-2022-10-19.examples.json +5 -0
- package/apis/kendra-ranking-2022-10-19.min.json +286 -0
- package/apis/kendra-ranking-2022-10-19.paginators.json +9 -0
- package/apis/metadata.json +4 -0
- package/apis/workspaces-web-2020-07-08.min.json +36 -32
- package/clients/acmpca.d.ts +52 -51
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/auditmanager.d.ts +42 -27
- package/clients/ecrpublic.d.ts +117 -117
- package/clients/kendraranking.d.ts +391 -0
- package/clients/kendraranking.js +18 -0
- package/clients/networkfirewall.d.ts +2 -2
- package/clients/workspacesweb.d.ts +17 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +44 -7
- package/dist/aws-sdk.js +7 -3
- package/dist/aws-sdk.min.js +29 -29
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1291.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1291.0
|
|
6
|
+
* feature: ECRPUBLIC: This release for Amazon ECR Public makes several change to bring the SDK into sync with the API.
|
|
7
|
+
* feature: KendraRanking: Introducing Amazon Kendra Intelligent Ranking, a new set of Kendra APIs that leverages Kendra semantic ranking capabilities to improve the quality of search results from other search services (i.e. OpenSearch, ElasticSearch, Solr).
|
|
8
|
+
* feature: NetworkFirewall: Network Firewall now supports the Suricata rule action reject, in addition to the actions pass, drop, and alert.
|
|
9
|
+
* feature: RAM: Enabled FIPS aws-us-gov endpoints in SDK.
|
|
10
|
+
* feature: WorkSpacesWeb: This release adds support for a new portal authentication type: AWS IAM Identity Center (successor to AWS Single Sign-On).
|
|
11
|
+
|
|
12
|
+
## 2.1290.0
|
|
13
|
+
* feature: ACMPCA: Added revocation parameter validation: bucket names must match S3 bucket naming rules and CNAMEs conform to RFC2396 restrictions on the use of special characters in URIs.
|
|
14
|
+
* feature: AuditManager: This release introduces a new data retention option in your Audit Manager settings. You can now use the DeregistrationPolicy parameter to specify if you want to delete your data when you deregister Audit Manager.
|
|
15
|
+
|
|
5
16
|
## 2.1289.0
|
|
6
17
|
* feature: AmplifyBackend: Updated GetBackendAPIModels response to include ModelIntrospectionSchema json string
|
|
7
18
|
* feature: AppRunner: This release adds support of securely referencing secrets and configuration data that are stored in Secrets Manager and SSM Parameter Store by adding them as environment secrets in your App Runner service.
|
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.
|
|
60
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1291.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
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"IdempotencyToken": {},
|
|
32
32
|
"KeyStorageSecurityStandard": {},
|
|
33
33
|
"Tags": {
|
|
34
|
-
"shape": "
|
|
34
|
+
"shape": "S15"
|
|
35
35
|
},
|
|
36
36
|
"UsageMode": {}
|
|
37
37
|
}
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"Principal": {},
|
|
81
81
|
"SourceAccount": {},
|
|
82
82
|
"Actions": {
|
|
83
|
-
"shape": "
|
|
83
|
+
"shape": "S1l"
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
}
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"type": "structure",
|
|
139
139
|
"members": {
|
|
140
140
|
"CertificateAuthority": {
|
|
141
|
-
"shape": "
|
|
141
|
+
"shape": "S1t"
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
}
|
|
@@ -357,10 +357,10 @@
|
|
|
357
357
|
"SigningAlgorithm": {},
|
|
358
358
|
"TemplateArn": {},
|
|
359
359
|
"Validity": {
|
|
360
|
-
"shape": "
|
|
360
|
+
"shape": "S2x"
|
|
361
361
|
},
|
|
362
362
|
"ValidityNotBefore": {
|
|
363
|
-
"shape": "
|
|
363
|
+
"shape": "S2x"
|
|
364
364
|
},
|
|
365
365
|
"IdempotencyToken": {}
|
|
366
366
|
}
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"CertificateAuthorities": {
|
|
391
391
|
"type": "list",
|
|
392
392
|
"member": {
|
|
393
|
-
"shape": "
|
|
393
|
+
"shape": "S1t"
|
|
394
394
|
}
|
|
395
395
|
},
|
|
396
396
|
"NextToken": {}
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
"Principal": {},
|
|
427
427
|
"SourceAccount": {},
|
|
428
428
|
"Actions": {
|
|
429
|
-
"shape": "
|
|
429
|
+
"shape": "S1l"
|
|
430
430
|
},
|
|
431
431
|
"Policy": {}
|
|
432
432
|
}
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
"type": "structure",
|
|
455
455
|
"members": {
|
|
456
456
|
"Tags": {
|
|
457
|
-
"shape": "
|
|
457
|
+
"shape": "S15"
|
|
458
458
|
},
|
|
459
459
|
"NextToken": {}
|
|
460
460
|
}
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
"members": {
|
|
510
510
|
"CertificateAuthorityArn": {},
|
|
511
511
|
"Tags": {
|
|
512
|
-
"shape": "
|
|
512
|
+
"shape": "S15"
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
515
|
}
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
"members": {
|
|
525
525
|
"CertificateAuthorityArn": {},
|
|
526
526
|
"Tags": {
|
|
527
|
-
"shape": "
|
|
527
|
+
"shape": "S15"
|
|
528
528
|
}
|
|
529
529
|
}
|
|
530
530
|
}
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
}
|
|
725
725
|
}
|
|
726
726
|
},
|
|
727
|
-
"
|
|
727
|
+
"S15": {
|
|
728
728
|
"type": "list",
|
|
729
729
|
"member": {
|
|
730
730
|
"type": "structure",
|
|
@@ -737,11 +737,11 @@
|
|
|
737
737
|
}
|
|
738
738
|
}
|
|
739
739
|
},
|
|
740
|
-
"
|
|
740
|
+
"S1l": {
|
|
741
741
|
"type": "list",
|
|
742
742
|
"member": {}
|
|
743
743
|
},
|
|
744
|
-
"
|
|
744
|
+
"S1t": {
|
|
745
745
|
"type": "structure",
|
|
746
746
|
"members": {
|
|
747
747
|
"Arn": {},
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
"UsageMode": {}
|
|
776
776
|
}
|
|
777
777
|
},
|
|
778
|
-
"
|
|
778
|
+
"S2x": {
|
|
779
779
|
"type": "structure",
|
|
780
780
|
"required": [
|
|
781
781
|
"Value",
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
"name": {},
|
|
1227
1227
|
"id": {},
|
|
1228
1228
|
"evidenceInsights": {
|
|
1229
|
-
"shape": "
|
|
1229
|
+
"shape": "S69"
|
|
1230
1230
|
},
|
|
1231
1231
|
"controlSetName": {},
|
|
1232
1232
|
"lastUpdated": {
|
|
@@ -1271,7 +1271,7 @@
|
|
|
1271
1271
|
"assessmentFrameworkShareRequests": {
|
|
1272
1272
|
"type": "list",
|
|
1273
1273
|
"member": {
|
|
1274
|
-
"shape": "
|
|
1274
|
+
"shape": "S6d"
|
|
1275
1275
|
}
|
|
1276
1276
|
},
|
|
1277
1277
|
"nextToken": {}
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
"type": "structure",
|
|
1460
1460
|
"members": {
|
|
1461
1461
|
"controlDomainInsights": {
|
|
1462
|
-
"shape": "
|
|
1462
|
+
"shape": "S6x"
|
|
1463
1463
|
},
|
|
1464
1464
|
"nextToken": {}
|
|
1465
1465
|
}
|
|
@@ -1495,7 +1495,7 @@
|
|
|
1495
1495
|
"type": "structure",
|
|
1496
1496
|
"members": {
|
|
1497
1497
|
"controlDomainInsights": {
|
|
1498
|
-
"shape": "
|
|
1498
|
+
"shape": "S6x"
|
|
1499
1499
|
},
|
|
1500
1500
|
"nextToken": {}
|
|
1501
1501
|
}
|
|
@@ -1538,7 +1538,7 @@
|
|
|
1538
1538
|
"name": {},
|
|
1539
1539
|
"id": {},
|
|
1540
1540
|
"evidenceInsights": {
|
|
1541
|
-
"shape": "
|
|
1541
|
+
"shape": "S69"
|
|
1542
1542
|
},
|
|
1543
1543
|
"lastUpdated": {
|
|
1544
1544
|
"type": "timestamp"
|
|
@@ -1772,7 +1772,7 @@
|
|
|
1772
1772
|
"type": "structure",
|
|
1773
1773
|
"members": {
|
|
1774
1774
|
"assessmentFrameworkShareRequest": {
|
|
1775
|
-
"shape": "
|
|
1775
|
+
"shape": "S6d"
|
|
1776
1776
|
}
|
|
1777
1777
|
}
|
|
1778
1778
|
}
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
"type": "structure",
|
|
2016
2016
|
"members": {
|
|
2017
2017
|
"assessmentFrameworkShareRequest": {
|
|
2018
|
-
"shape": "
|
|
2018
|
+
"shape": "S6d"
|
|
2019
2019
|
}
|
|
2020
2020
|
}
|
|
2021
2021
|
}
|
|
@@ -2102,6 +2102,9 @@
|
|
|
2102
2102
|
"kmsKey": {},
|
|
2103
2103
|
"evidenceFinderEnabled": {
|
|
2104
2104
|
"type": "boolean"
|
|
2105
|
+
},
|
|
2106
|
+
"deregistrationPolicy": {
|
|
2107
|
+
"shape": "S63"
|
|
2105
2108
|
}
|
|
2106
2109
|
}
|
|
2107
2110
|
},
|
|
@@ -2588,10 +2591,19 @@
|
|
|
2588
2591
|
"backfillStatus": {},
|
|
2589
2592
|
"error": {}
|
|
2590
2593
|
}
|
|
2594
|
+
},
|
|
2595
|
+
"deregistrationPolicy": {
|
|
2596
|
+
"shape": "S63"
|
|
2591
2597
|
}
|
|
2592
2598
|
}
|
|
2593
2599
|
},
|
|
2594
|
-
"
|
|
2600
|
+
"S63": {
|
|
2601
|
+
"type": "structure",
|
|
2602
|
+
"members": {
|
|
2603
|
+
"deleteResources": {}
|
|
2604
|
+
}
|
|
2605
|
+
},
|
|
2606
|
+
"S69": {
|
|
2595
2607
|
"type": "structure",
|
|
2596
2608
|
"members": {
|
|
2597
2609
|
"noncompliantEvidenceCount": {
|
|
@@ -2605,7 +2617,7 @@
|
|
|
2605
2617
|
}
|
|
2606
2618
|
}
|
|
2607
2619
|
},
|
|
2608
|
-
"
|
|
2620
|
+
"S6d": {
|
|
2609
2621
|
"type": "structure",
|
|
2610
2622
|
"members": {
|
|
2611
2623
|
"id": {},
|
|
@@ -2635,7 +2647,7 @@
|
|
|
2635
2647
|
"complianceType": {}
|
|
2636
2648
|
}
|
|
2637
2649
|
},
|
|
2638
|
-
"
|
|
2650
|
+
"S6x": {
|
|
2639
2651
|
"type": "list",
|
|
2640
2652
|
"member": {
|
|
2641
2653
|
"type": "structure",
|
|
@@ -2649,7 +2661,7 @@
|
|
|
2649
2661
|
"type": "integer"
|
|
2650
2662
|
},
|
|
2651
2663
|
"evidenceInsights": {
|
|
2652
|
-
"shape": "
|
|
2664
|
+
"shape": "S69"
|
|
2653
2665
|
},
|
|
2654
2666
|
"lastUpdated": {
|
|
2655
2667
|
"type": "timestamp"
|
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "2.0",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"apiVersion": "2022-10-19",
|
|
5
|
+
"endpointPrefix": "kendra-ranking",
|
|
6
|
+
"jsonVersion": "1.0",
|
|
7
|
+
"protocol": "json",
|
|
8
|
+
"serviceAbbreviation": "Kendra Ranking",
|
|
9
|
+
"serviceFullName": "Amazon Kendra Intelligent Ranking",
|
|
10
|
+
"serviceId": "Kendra Ranking",
|
|
11
|
+
"signatureVersion": "v4",
|
|
12
|
+
"signingName": "kendra-ranking",
|
|
13
|
+
"targetPrefix": "AWSKendraRerankingFrontendService",
|
|
14
|
+
"uid": "kendra-ranking-2022-10-19"
|
|
15
|
+
},
|
|
16
|
+
"operations": {
|
|
17
|
+
"CreateRescoreExecutionPlan": {
|
|
18
|
+
"input": {
|
|
19
|
+
"type": "structure",
|
|
20
|
+
"required": [
|
|
21
|
+
"Name"
|
|
22
|
+
],
|
|
23
|
+
"members": {
|
|
24
|
+
"Name": {},
|
|
25
|
+
"Description": {},
|
|
26
|
+
"CapacityUnits": {
|
|
27
|
+
"shape": "S4"
|
|
28
|
+
},
|
|
29
|
+
"Tags": {
|
|
30
|
+
"shape": "S6"
|
|
31
|
+
},
|
|
32
|
+
"ClientToken": {
|
|
33
|
+
"idempotencyToken": true
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"output": {
|
|
38
|
+
"type": "structure",
|
|
39
|
+
"required": [
|
|
40
|
+
"Id",
|
|
41
|
+
"Arn"
|
|
42
|
+
],
|
|
43
|
+
"members": {
|
|
44
|
+
"Id": {},
|
|
45
|
+
"Arn": {}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"DeleteRescoreExecutionPlan": {
|
|
50
|
+
"input": {
|
|
51
|
+
"type": "structure",
|
|
52
|
+
"required": [
|
|
53
|
+
"Id"
|
|
54
|
+
],
|
|
55
|
+
"members": {
|
|
56
|
+
"Id": {}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"DescribeRescoreExecutionPlan": {
|
|
61
|
+
"input": {
|
|
62
|
+
"type": "structure",
|
|
63
|
+
"required": [
|
|
64
|
+
"Id"
|
|
65
|
+
],
|
|
66
|
+
"members": {
|
|
67
|
+
"Id": {}
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"output": {
|
|
71
|
+
"type": "structure",
|
|
72
|
+
"members": {
|
|
73
|
+
"Id": {},
|
|
74
|
+
"Arn": {},
|
|
75
|
+
"Name": {},
|
|
76
|
+
"Description": {},
|
|
77
|
+
"CapacityUnits": {
|
|
78
|
+
"shape": "S4"
|
|
79
|
+
},
|
|
80
|
+
"CreatedAt": {
|
|
81
|
+
"type": "timestamp"
|
|
82
|
+
},
|
|
83
|
+
"UpdatedAt": {
|
|
84
|
+
"type": "timestamp"
|
|
85
|
+
},
|
|
86
|
+
"Status": {},
|
|
87
|
+
"ErrorMessage": {}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"ListRescoreExecutionPlans": {
|
|
92
|
+
"input": {
|
|
93
|
+
"type": "structure",
|
|
94
|
+
"members": {
|
|
95
|
+
"NextToken": {},
|
|
96
|
+
"MaxResults": {
|
|
97
|
+
"type": "integer"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"output": {
|
|
102
|
+
"type": "structure",
|
|
103
|
+
"members": {
|
|
104
|
+
"SummaryItems": {
|
|
105
|
+
"type": "list",
|
|
106
|
+
"member": {
|
|
107
|
+
"type": "structure",
|
|
108
|
+
"members": {
|
|
109
|
+
"Name": {},
|
|
110
|
+
"Id": {},
|
|
111
|
+
"CreatedAt": {
|
|
112
|
+
"type": "timestamp"
|
|
113
|
+
},
|
|
114
|
+
"UpdatedAt": {
|
|
115
|
+
"type": "timestamp"
|
|
116
|
+
},
|
|
117
|
+
"Status": {}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"NextToken": {}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"ListTagsForResource": {
|
|
126
|
+
"input": {
|
|
127
|
+
"type": "structure",
|
|
128
|
+
"required": [
|
|
129
|
+
"ResourceARN"
|
|
130
|
+
],
|
|
131
|
+
"members": {
|
|
132
|
+
"ResourceARN": {}
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"output": {
|
|
136
|
+
"type": "structure",
|
|
137
|
+
"members": {
|
|
138
|
+
"Tags": {
|
|
139
|
+
"shape": "S6"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"Rescore": {
|
|
145
|
+
"input": {
|
|
146
|
+
"type": "structure",
|
|
147
|
+
"required": [
|
|
148
|
+
"RescoreExecutionPlanId",
|
|
149
|
+
"SearchQuery",
|
|
150
|
+
"Documents"
|
|
151
|
+
],
|
|
152
|
+
"members": {
|
|
153
|
+
"RescoreExecutionPlanId": {},
|
|
154
|
+
"SearchQuery": {},
|
|
155
|
+
"Documents": {
|
|
156
|
+
"type": "list",
|
|
157
|
+
"member": {
|
|
158
|
+
"type": "structure",
|
|
159
|
+
"required": [
|
|
160
|
+
"Id",
|
|
161
|
+
"OriginalScore"
|
|
162
|
+
],
|
|
163
|
+
"members": {
|
|
164
|
+
"Id": {},
|
|
165
|
+
"GroupId": {},
|
|
166
|
+
"Title": {},
|
|
167
|
+
"Body": {},
|
|
168
|
+
"TokenizedTitle": {
|
|
169
|
+
"type": "list",
|
|
170
|
+
"member": {}
|
|
171
|
+
},
|
|
172
|
+
"TokenizedBody": {
|
|
173
|
+
"type": "list",
|
|
174
|
+
"member": {}
|
|
175
|
+
},
|
|
176
|
+
"OriginalScore": {
|
|
177
|
+
"type": "float"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"output": {
|
|
185
|
+
"type": "structure",
|
|
186
|
+
"members": {
|
|
187
|
+
"RescoreId": {},
|
|
188
|
+
"ResultItems": {
|
|
189
|
+
"type": "list",
|
|
190
|
+
"member": {
|
|
191
|
+
"type": "structure",
|
|
192
|
+
"members": {
|
|
193
|
+
"DocumentId": {},
|
|
194
|
+
"Score": {
|
|
195
|
+
"type": "float"
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"TagResource": {
|
|
204
|
+
"input": {
|
|
205
|
+
"type": "structure",
|
|
206
|
+
"required": [
|
|
207
|
+
"ResourceARN",
|
|
208
|
+
"Tags"
|
|
209
|
+
],
|
|
210
|
+
"members": {
|
|
211
|
+
"ResourceARN": {},
|
|
212
|
+
"Tags": {
|
|
213
|
+
"shape": "S6"
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"output": {
|
|
218
|
+
"type": "structure",
|
|
219
|
+
"members": {}
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"UntagResource": {
|
|
223
|
+
"input": {
|
|
224
|
+
"type": "structure",
|
|
225
|
+
"required": [
|
|
226
|
+
"ResourceARN",
|
|
227
|
+
"TagKeys"
|
|
228
|
+
],
|
|
229
|
+
"members": {
|
|
230
|
+
"ResourceARN": {},
|
|
231
|
+
"TagKeys": {
|
|
232
|
+
"type": "list",
|
|
233
|
+
"member": {}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"output": {
|
|
238
|
+
"type": "structure",
|
|
239
|
+
"members": {}
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"UpdateRescoreExecutionPlan": {
|
|
243
|
+
"input": {
|
|
244
|
+
"type": "structure",
|
|
245
|
+
"required": [
|
|
246
|
+
"Id"
|
|
247
|
+
],
|
|
248
|
+
"members": {
|
|
249
|
+
"Id": {},
|
|
250
|
+
"Name": {},
|
|
251
|
+
"Description": {},
|
|
252
|
+
"CapacityUnits": {
|
|
253
|
+
"shape": "S4"
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"shapes": {
|
|
260
|
+
"S4": {
|
|
261
|
+
"type": "structure",
|
|
262
|
+
"required": [
|
|
263
|
+
"RescoreCapacityUnits"
|
|
264
|
+
],
|
|
265
|
+
"members": {
|
|
266
|
+
"RescoreCapacityUnits": {
|
|
267
|
+
"type": "integer"
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
"S6": {
|
|
272
|
+
"type": "list",
|
|
273
|
+
"member": {
|
|
274
|
+
"type": "structure",
|
|
275
|
+
"required": [
|
|
276
|
+
"Key",
|
|
277
|
+
"Value"
|
|
278
|
+
],
|
|
279
|
+
"members": {
|
|
280
|
+
"Key": {},
|
|
281
|
+
"Value": {}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
package/apis/metadata.json
CHANGED
|
@@ -1267,5 +1267,9 @@
|
|
|
1267
1267
|
"licensemanagerlinuxsubscriptions": {
|
|
1268
1268
|
"prefix": "license-manager-linux-subscriptions",
|
|
1269
1269
|
"name": "LicenseManagerLinuxSubscriptions"
|
|
1270
|
+
},
|
|
1271
|
+
"kendraranking": {
|
|
1272
|
+
"prefix": "kendra-ranking",
|
|
1273
|
+
"name": "KendraRanking"
|
|
1270
1274
|
}
|
|
1271
1275
|
}
|