@aws-sdk/client-marketplace-reporting 3.665.0 → 3.667.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/README.md +45 -25
- package/dist-types/MarketplaceReporting.d.ts +45 -25
- package/dist-types/MarketplaceReportingClient.d.ts +45 -25
- package/dist-types/commands/GetBuyerDashboardCommand.d.ts +5 -0
- package/dist-types/index.d.ts +45 -25
- package/dist-types/models/models_0.d.ts +4 -4
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -6,40 +6,60 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript MarketplaceReporting Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>The
|
|
10
|
-
programmatically. The API gets the agreement and cost analysis dashboards with
|
|
11
|
-
|
|
9
|
+
<p>The Amazon Web Services Marketplace <code>GetBuyerDashboard</code> API enables you to get a procurement insights
|
|
10
|
+
dashboard programmatically. The API gets the agreement and cost analysis dashboards with
|
|
11
|
+
data for all of the Amazon Web Services accounts in your Amazon Web Services Organization. </p>
|
|
12
|
+
<p>To use the Amazon Web Services Marketplace Reporting API, you must complete the following prerequisites:</p>
|
|
12
13
|
<ul>
|
|
13
14
|
<li>
|
|
14
|
-
<p>Enable all features for your organization. For more information, see
|
|
15
|
-
<
|
|
16
|
-
in the <i>Amazon Web Services Organizations User Guide</i>.</p>
|
|
15
|
+
<p>Enable all features for your organization. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling all features for an organization with Organizations</a>, in the
|
|
16
|
+
<i>Organizations User Guide</i>.</p>
|
|
17
17
|
</li>
|
|
18
18
|
<li>
|
|
19
|
-
<p>Call the service as the
|
|
20
|
-
|
|
21
|
-
<p>For more information about management accounts, see
|
|
22
|
-
<a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
19
|
+
<p>Call the service as the Organizations management account or an account registered
|
|
20
|
+
as a delegated administrator for the procurement insights service.</p>
|
|
21
|
+
<p>For more information about management accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tutorials_basic.html">Tutorial:
|
|
22
|
+
Creating and configuring an organization</a> and <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs-manage_accounts_management.html">Managing the management account with Organizations</a>, both in the
|
|
23
|
+
<i>Organizations User Guide</i>.</p>
|
|
24
|
+
<p>For more information about delegated administrators, see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/management-delegates.html">Using
|
|
25
|
+
delegated administrators</a>, in the <i>Amazon Web Services Marketplace Buyer
|
|
26
|
+
Guide</i>.</p>
|
|
27
27
|
</li>
|
|
28
28
|
<li>
|
|
29
|
-
<p>Create an IAM policy that enables the
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
<p>Create an IAM policy that enables the
|
|
30
|
+
<code>aws-marketplace:GetBuyerDashboard</code> and
|
|
31
|
+
<code>organizations:DescribeOrganization</code> permissions. In addition,
|
|
32
|
+
the management account requires the
|
|
33
|
+
<code>organizations:EnableAWSServiceAccess</code> and
|
|
34
|
+
<code>iam:CreateServiceLinkedRole</code> permissions to create. For more
|
|
35
|
+
information about creating the policy, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html">Policies and permissions in
|
|
36
|
+
Identity and Access Management</a>, in the <i>IAM User Guide</i>.</p>
|
|
37
|
+
<note>
|
|
38
|
+
<p>Access can be shared only by registering the desired linked account as a
|
|
39
|
+
delegated administrator. That requires
|
|
40
|
+
<code>organizations:RegisterDelegatedAdministrator</code>
|
|
41
|
+
<code>organizations:ListDelegatedAdministrators</code> and
|
|
42
|
+
<code>organizations:DeregisterDelegatedAdministrator</code>
|
|
43
|
+
permissions.</p>
|
|
44
|
+
</note>
|
|
34
45
|
</li>
|
|
35
46
|
<li>
|
|
36
|
-
<p>Use the Amazon Web Services Marketplace console to create the
|
|
37
|
-
|
|
38
|
-
|
|
47
|
+
<p>Use the Amazon Web Services Marketplace console to create the
|
|
48
|
+
<code>AWSServiceRoleForProcurementInsightsPolicy</code> service-linked role.
|
|
49
|
+
The role enables Amazon Web Services Marketplace procurement visibility integration. The management
|
|
50
|
+
account requires an IAM policy with the
|
|
51
|
+
<code>organizations:EnableAWSServiceAccess</code> and
|
|
52
|
+
<code>iam:CreateServiceLinkedRole</code> permissions to create the
|
|
53
|
+
service-linked role and enable the service access. For more information, see
|
|
39
54
|
<a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/orgs-access-slr.html">Granting access to
|
|
40
|
-
|
|
41
|
-
<
|
|
42
|
-
|
|
55
|
+
Organizations</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-service-linked-role-procurement.html">Service-linked role to share procurement data</a> in the
|
|
56
|
+
<i>Amazon Web Services Marketplace Buyer Guide</i>.</p>
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<p>After creating the service-linked role, you must enable trusted access that
|
|
60
|
+
grants Amazon Web Services Marketplace permission to access data from your Organizations. For more information,
|
|
61
|
+
see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/orgs-access-slr.html">Granting access to
|
|
62
|
+
Organizations</a> in the <i>Amazon Web Services Marketplace Buyer Guide</i>.</p>
|
|
43
63
|
</li>
|
|
44
64
|
</ul>
|
|
45
65
|
|
|
@@ -10,40 +10,60 @@ export interface MarketplaceReporting {
|
|
|
10
10
|
getBuyerDashboard(args: GetBuyerDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBuyerDashboardCommandOutput) => void): void;
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
|
-
* <p>The
|
|
14
|
-
* programmatically. The API gets the agreement and cost analysis dashboards with
|
|
15
|
-
*
|
|
13
|
+
* <p>The Amazon Web Services Marketplace <code>GetBuyerDashboard</code> API enables you to get a procurement insights
|
|
14
|
+
* dashboard programmatically. The API gets the agreement and cost analysis dashboards with
|
|
15
|
+
* data for all of the Amazon Web Services accounts in your Amazon Web Services Organization. </p>
|
|
16
|
+
* <p>To use the Amazon Web Services Marketplace Reporting API, you must complete the following prerequisites:</p>
|
|
16
17
|
* <ul>
|
|
17
18
|
* <li>
|
|
18
|
-
* <p>Enable all features for your organization. For more information, see
|
|
19
|
-
* <
|
|
20
|
-
* in the <i>Amazon Web Services Organizations User Guide</i>.</p>
|
|
19
|
+
* <p>Enable all features for your organization. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling all features for an organization with Organizations</a>, in the
|
|
20
|
+
* <i>Organizations User Guide</i>.</p>
|
|
21
21
|
* </li>
|
|
22
22
|
* <li>
|
|
23
|
-
* <p>Call the service as the
|
|
24
|
-
*
|
|
25
|
-
* <p>For more information about management accounts, see
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
23
|
+
* <p>Call the service as the Organizations management account or an account registered
|
|
24
|
+
* as a delegated administrator for the procurement insights service.</p>
|
|
25
|
+
* <p>For more information about management accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tutorials_basic.html">Tutorial:
|
|
26
|
+
* Creating and configuring an organization</a> and <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs-manage_accounts_management.html">Managing the management account with Organizations</a>, both in the
|
|
27
|
+
* <i>Organizations User Guide</i>.</p>
|
|
28
|
+
* <p>For more information about delegated administrators, see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/management-delegates.html">Using
|
|
29
|
+
* delegated administrators</a>, in the <i>Amazon Web Services Marketplace Buyer
|
|
30
|
+
* Guide</i>.</p>
|
|
31
31
|
* </li>
|
|
32
32
|
* <li>
|
|
33
|
-
* <p>Create an IAM policy that enables the
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
33
|
+
* <p>Create an IAM policy that enables the
|
|
34
|
+
* <code>aws-marketplace:GetBuyerDashboard</code> and
|
|
35
|
+
* <code>organizations:DescribeOrganization</code> permissions. In addition,
|
|
36
|
+
* the management account requires the
|
|
37
|
+
* <code>organizations:EnableAWSServiceAccess</code> and
|
|
38
|
+
* <code>iam:CreateServiceLinkedRole</code> permissions to create. For more
|
|
39
|
+
* information about creating the policy, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html">Policies and permissions in
|
|
40
|
+
* Identity and Access Management</a>, in the <i>IAM User Guide</i>.</p>
|
|
41
|
+
* <note>
|
|
42
|
+
* <p>Access can be shared only by registering the desired linked account as a
|
|
43
|
+
* delegated administrator. That requires
|
|
44
|
+
* <code>organizations:RegisterDelegatedAdministrator</code>
|
|
45
|
+
* <code>organizations:ListDelegatedAdministrators</code> and
|
|
46
|
+
* <code>organizations:DeregisterDelegatedAdministrator</code>
|
|
47
|
+
* permissions.</p>
|
|
48
|
+
* </note>
|
|
38
49
|
* </li>
|
|
39
50
|
* <li>
|
|
40
|
-
* <p>Use the Amazon Web Services Marketplace console to create the
|
|
41
|
-
*
|
|
42
|
-
*
|
|
51
|
+
* <p>Use the Amazon Web Services Marketplace console to create the
|
|
52
|
+
* <code>AWSServiceRoleForProcurementInsightsPolicy</code> service-linked role.
|
|
53
|
+
* The role enables Amazon Web Services Marketplace procurement visibility integration. The management
|
|
54
|
+
* account requires an IAM policy with the
|
|
55
|
+
* <code>organizations:EnableAWSServiceAccess</code> and
|
|
56
|
+
* <code>iam:CreateServiceLinkedRole</code> permissions to create the
|
|
57
|
+
* service-linked role and enable the service access. For more information, see
|
|
43
58
|
* <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/orgs-access-slr.html">Granting access to
|
|
44
|
-
*
|
|
45
|
-
* <
|
|
46
|
-
*
|
|
59
|
+
* Organizations</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-service-linked-role-procurement.html">Service-linked role to share procurement data</a> in the
|
|
60
|
+
* <i>Amazon Web Services Marketplace Buyer Guide</i>.</p>
|
|
61
|
+
* </li>
|
|
62
|
+
* <li>
|
|
63
|
+
* <p>After creating the service-linked role, you must enable trusted access that
|
|
64
|
+
* grants Amazon Web Services Marketplace permission to access data from your Organizations. For more information,
|
|
65
|
+
* see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/orgs-access-slr.html">Granting access to
|
|
66
|
+
* Organizations</a> in the <i>Amazon Web Services Marketplace Buyer Guide</i>.</p>
|
|
47
67
|
* </li>
|
|
48
68
|
* </ul>
|
|
49
69
|
* @public
|
|
@@ -152,40 +152,60 @@ export type MarketplaceReportingClientResolvedConfigType = __SmithyResolvedConfi
|
|
|
152
152
|
export interface MarketplaceReportingClientResolvedConfig extends MarketplaceReportingClientResolvedConfigType {
|
|
153
153
|
}
|
|
154
154
|
/**
|
|
155
|
-
* <p>The
|
|
156
|
-
* programmatically. The API gets the agreement and cost analysis dashboards with
|
|
157
|
-
*
|
|
155
|
+
* <p>The Amazon Web Services Marketplace <code>GetBuyerDashboard</code> API enables you to get a procurement insights
|
|
156
|
+
* dashboard programmatically. The API gets the agreement and cost analysis dashboards with
|
|
157
|
+
* data for all of the Amazon Web Services accounts in your Amazon Web Services Organization. </p>
|
|
158
|
+
* <p>To use the Amazon Web Services Marketplace Reporting API, you must complete the following prerequisites:</p>
|
|
158
159
|
* <ul>
|
|
159
160
|
* <li>
|
|
160
|
-
* <p>Enable all features for your organization. For more information, see
|
|
161
|
-
* <
|
|
162
|
-
* in the <i>Amazon Web Services Organizations User Guide</i>.</p>
|
|
161
|
+
* <p>Enable all features for your organization. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling all features for an organization with Organizations</a>, in the
|
|
162
|
+
* <i>Organizations User Guide</i>.</p>
|
|
163
163
|
* </li>
|
|
164
164
|
* <li>
|
|
165
|
-
* <p>Call the service as the
|
|
166
|
-
*
|
|
167
|
-
* <p>For more information about management accounts, see
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
*
|
|
165
|
+
* <p>Call the service as the Organizations management account or an account registered
|
|
166
|
+
* as a delegated administrator for the procurement insights service.</p>
|
|
167
|
+
* <p>For more information about management accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tutorials_basic.html">Tutorial:
|
|
168
|
+
* Creating and configuring an organization</a> and <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs-manage_accounts_management.html">Managing the management account with Organizations</a>, both in the
|
|
169
|
+
* <i>Organizations User Guide</i>.</p>
|
|
170
|
+
* <p>For more information about delegated administrators, see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/management-delegates.html">Using
|
|
171
|
+
* delegated administrators</a>, in the <i>Amazon Web Services Marketplace Buyer
|
|
172
|
+
* Guide</i>.</p>
|
|
173
173
|
* </li>
|
|
174
174
|
* <li>
|
|
175
|
-
* <p>Create an IAM policy that enables the
|
|
176
|
-
*
|
|
177
|
-
*
|
|
178
|
-
*
|
|
179
|
-
*
|
|
175
|
+
* <p>Create an IAM policy that enables the
|
|
176
|
+
* <code>aws-marketplace:GetBuyerDashboard</code> and
|
|
177
|
+
* <code>organizations:DescribeOrganization</code> permissions. In addition,
|
|
178
|
+
* the management account requires the
|
|
179
|
+
* <code>organizations:EnableAWSServiceAccess</code> and
|
|
180
|
+
* <code>iam:CreateServiceLinkedRole</code> permissions to create. For more
|
|
181
|
+
* information about creating the policy, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html">Policies and permissions in
|
|
182
|
+
* Identity and Access Management</a>, in the <i>IAM User Guide</i>.</p>
|
|
183
|
+
* <note>
|
|
184
|
+
* <p>Access can be shared only by registering the desired linked account as a
|
|
185
|
+
* delegated administrator. That requires
|
|
186
|
+
* <code>organizations:RegisterDelegatedAdministrator</code>
|
|
187
|
+
* <code>organizations:ListDelegatedAdministrators</code> and
|
|
188
|
+
* <code>organizations:DeregisterDelegatedAdministrator</code>
|
|
189
|
+
* permissions.</p>
|
|
190
|
+
* </note>
|
|
180
191
|
* </li>
|
|
181
192
|
* <li>
|
|
182
|
-
* <p>Use the Amazon Web Services Marketplace console to create the
|
|
183
|
-
*
|
|
184
|
-
*
|
|
193
|
+
* <p>Use the Amazon Web Services Marketplace console to create the
|
|
194
|
+
* <code>AWSServiceRoleForProcurementInsightsPolicy</code> service-linked role.
|
|
195
|
+
* The role enables Amazon Web Services Marketplace procurement visibility integration. The management
|
|
196
|
+
* account requires an IAM policy with the
|
|
197
|
+
* <code>organizations:EnableAWSServiceAccess</code> and
|
|
198
|
+
* <code>iam:CreateServiceLinkedRole</code> permissions to create the
|
|
199
|
+
* service-linked role and enable the service access. For more information, see
|
|
185
200
|
* <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/orgs-access-slr.html">Granting access to
|
|
186
|
-
*
|
|
187
|
-
* <
|
|
188
|
-
*
|
|
201
|
+
* Organizations</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-service-linked-role-procurement.html">Service-linked role to share procurement data</a> in the
|
|
202
|
+
* <i>Amazon Web Services Marketplace Buyer Guide</i>.</p>
|
|
203
|
+
* </li>
|
|
204
|
+
* <li>
|
|
205
|
+
* <p>After creating the service-linked role, you must enable trusted access that
|
|
206
|
+
* grants Amazon Web Services Marketplace permission to access data from your Organizations. For more information,
|
|
207
|
+
* see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/orgs-access-slr.html">Granting access to
|
|
208
|
+
* Organizations</a> in the <i>Amazon Web Services Marketplace Buyer Guide</i>.</p>
|
|
189
209
|
* </li>
|
|
190
210
|
* </ul>
|
|
191
211
|
* @public
|
|
@@ -28,6 +28,11 @@ declare const GetBuyerDashboardCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Generates an embedding URL for an Amazon QuickSight dashboard for an anonymous user.</p>
|
|
31
|
+
* <note>
|
|
32
|
+
* <p>This API is available only to Amazon Web Services Organization management accounts or
|
|
33
|
+
* delegated administrators registered for the procurement insights
|
|
34
|
+
* (<code>procurement-insights.marketplace.amazonaws.com</code>) feature.</p>
|
|
35
|
+
* </note>
|
|
31
36
|
* <p>The following rules apply to a generated URL:</p>
|
|
32
37
|
* <ul>
|
|
33
38
|
* <li>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,38 +1,58 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>The
|
|
3
|
-
* programmatically. The API gets the agreement and cost analysis dashboards with
|
|
4
|
-
*
|
|
2
|
+
* <p>The Amazon Web Services Marketplace <code>GetBuyerDashboard</code> API enables you to get a procurement insights
|
|
3
|
+
* dashboard programmatically. The API gets the agreement and cost analysis dashboards with
|
|
4
|
+
* data for all of the Amazon Web Services accounts in your Amazon Web Services Organization. </p>
|
|
5
|
+
* <p>To use the Amazon Web Services Marketplace Reporting API, you must complete the following prerequisites:</p>
|
|
5
6
|
* <ul>
|
|
6
7
|
* <li>
|
|
7
|
-
* <p>Enable all features for your organization. For more information, see
|
|
8
|
-
* <
|
|
9
|
-
* in the <i>Amazon Web Services Organizations User Guide</i>.</p>
|
|
8
|
+
* <p>Enable all features for your organization. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling all features for an organization with Organizations</a>, in the
|
|
9
|
+
* <i>Organizations User Guide</i>.</p>
|
|
10
10
|
* </li>
|
|
11
11
|
* <li>
|
|
12
|
-
* <p>Call the service as the
|
|
13
|
-
*
|
|
14
|
-
* <p>For more information about management accounts, see
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
12
|
+
* <p>Call the service as the Organizations management account or an account registered
|
|
13
|
+
* as a delegated administrator for the procurement insights service.</p>
|
|
14
|
+
* <p>For more information about management accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tutorials_basic.html">Tutorial:
|
|
15
|
+
* Creating and configuring an organization</a> and <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs-manage_accounts_management.html">Managing the management account with Organizations</a>, both in the
|
|
16
|
+
* <i>Organizations User Guide</i>.</p>
|
|
17
|
+
* <p>For more information about delegated administrators, see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/management-delegates.html">Using
|
|
18
|
+
* delegated administrators</a>, in the <i>Amazon Web Services Marketplace Buyer
|
|
19
|
+
* Guide</i>.</p>
|
|
20
20
|
* </li>
|
|
21
21
|
* <li>
|
|
22
|
-
* <p>Create an IAM policy that enables the
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
22
|
+
* <p>Create an IAM policy that enables the
|
|
23
|
+
* <code>aws-marketplace:GetBuyerDashboard</code> and
|
|
24
|
+
* <code>organizations:DescribeOrganization</code> permissions. In addition,
|
|
25
|
+
* the management account requires the
|
|
26
|
+
* <code>organizations:EnableAWSServiceAccess</code> and
|
|
27
|
+
* <code>iam:CreateServiceLinkedRole</code> permissions to create. For more
|
|
28
|
+
* information about creating the policy, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html">Policies and permissions in
|
|
29
|
+
* Identity and Access Management</a>, in the <i>IAM User Guide</i>.</p>
|
|
30
|
+
* <note>
|
|
31
|
+
* <p>Access can be shared only by registering the desired linked account as a
|
|
32
|
+
* delegated administrator. That requires
|
|
33
|
+
* <code>organizations:RegisterDelegatedAdministrator</code>
|
|
34
|
+
* <code>organizations:ListDelegatedAdministrators</code> and
|
|
35
|
+
* <code>organizations:DeregisterDelegatedAdministrator</code>
|
|
36
|
+
* permissions.</p>
|
|
37
|
+
* </note>
|
|
27
38
|
* </li>
|
|
28
39
|
* <li>
|
|
29
|
-
* <p>Use the Amazon Web Services Marketplace console to create the
|
|
30
|
-
*
|
|
31
|
-
*
|
|
40
|
+
* <p>Use the Amazon Web Services Marketplace console to create the
|
|
41
|
+
* <code>AWSServiceRoleForProcurementInsightsPolicy</code> service-linked role.
|
|
42
|
+
* The role enables Amazon Web Services Marketplace procurement visibility integration. The management
|
|
43
|
+
* account requires an IAM policy with the
|
|
44
|
+
* <code>organizations:EnableAWSServiceAccess</code> and
|
|
45
|
+
* <code>iam:CreateServiceLinkedRole</code> permissions to create the
|
|
46
|
+
* service-linked role and enable the service access. For more information, see
|
|
32
47
|
* <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/orgs-access-slr.html">Granting access to
|
|
33
|
-
*
|
|
34
|
-
* <
|
|
35
|
-
*
|
|
48
|
+
* Organizations</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-service-linked-role-procurement.html">Service-linked role to share procurement data</a> in the
|
|
49
|
+
* <i>Amazon Web Services Marketplace Buyer Guide</i>.</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>After creating the service-linked role, you must enable trusted access that
|
|
53
|
+
* grants Amazon Web Services Marketplace permission to access data from your Organizations. For more information,
|
|
54
|
+
* see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/orgs-access-slr.html">Granting access to
|
|
55
|
+
* Organizations</a> in the <i>Amazon Web Services Marketplace Buyer Guide</i>.</p>
|
|
36
56
|
* </li>
|
|
37
57
|
* </ul>
|
|
38
58
|
*
|
|
@@ -35,8 +35,8 @@ export interface GetBuyerDashboardInput {
|
|
|
35
35
|
dashboardIdentifier: string | undefined;
|
|
36
36
|
/**
|
|
37
37
|
* <p>Fully qualified domains that you add to the allow list for access to the generated URL that is then embedded. You can list up to two domains or subdomains in each API call.
|
|
38
|
-
*
|
|
39
|
-
*
|
|
38
|
+
* To include all subdomains under a specific domain, use <code>*</code>. For example, <code>https://*.amazon.com</code> includes all subdomains under
|
|
39
|
+
* <code>https://aws.amazon.com</code>.</p>
|
|
40
40
|
* @public
|
|
41
41
|
*/
|
|
42
42
|
embeddingDomains: string[] | undefined;
|
|
@@ -57,8 +57,8 @@ export interface GetBuyerDashboardOutput {
|
|
|
57
57
|
dashboardIdentifier: string | undefined;
|
|
58
58
|
/**
|
|
59
59
|
* <p>The fully qualified domains specified in the request. The domains enable access to the generated URL that is then embedded. You can list up to two domains or subdomains in each API call.
|
|
60
|
-
*
|
|
61
|
-
*
|
|
60
|
+
* To include all subdomains under a specific domain, use <code>*</code>. For example, <code>https://*.amazon.com</code> includes all subdomains under
|
|
61
|
+
* <code>https://aws.amazon.com</code>.</p>
|
|
62
62
|
* @public
|
|
63
63
|
*/
|
|
64
64
|
embeddingDomains: string[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-reporting",
|
|
3
3
|
"description": "AWS SDK for JavaScript Marketplace Reporting Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.667.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.667.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.667.0",
|
|
25
|
+
"@aws-sdk/core": "3.667.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.667.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.667.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.667.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.667.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.667.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.667.0",
|
|
32
|
+
"@aws-sdk/types": "3.667.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.667.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.667.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.667.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.9",
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
37
|
+
"@smithy/core": "^2.4.8",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.2.9",
|
|
39
39
|
"@smithy/hash-node": "^3.0.7",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.7",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.9",
|
|
42
42
|
"@smithy/middleware-endpoint": "^3.1.4",
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.23",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.7",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.7",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.8",
|
|
47
47
|
"@smithy/node-http-handler": "^3.2.4",
|
|
48
48
|
"@smithy/protocol-http": "^4.1.4",
|
|
49
|
-
"@smithy/smithy-client": "^3.
|
|
49
|
+
"@smithy/smithy-client": "^3.4.0",
|
|
50
50
|
"@smithy/types": "^3.5.0",
|
|
51
51
|
"@smithy/url-parser": "^3.0.7",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.23",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.23",
|
|
57
57
|
"@smithy/util-endpoints": "^2.1.3",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.7",
|
|
59
59
|
"@smithy/util-retry": "^3.0.7",
|