@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 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 AWS Marketplace <code>GetBuyerDashboard</code> API enables you to get a procurement insights dashboard
10
- programmatically. The API gets the agreement and cost analysis dashboards with data for all of the Amazon Web Services accounts in your Amazon Web Services organization. </p>
11
- <p>To use the API, you must complete the following prerequisites:</p>
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
- <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling all features for an organization with Amazon Web Services Organizations</a>,
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 Amazon Web Services Organizations management account or an account registered as a delegated administrator for the procurement insights service.
20
- Users without management or delegated administrator accounts can use the dashboard, but they only see data for their accounts.</p>
21
- <p>For more information about management accounts, see
22
- <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tutorials_basic.html">Tutorial: Creating and configuring an organization</a>
23
- and <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs-manage_accounts_management.html">Managing the management account with Amazon Web Services Organizations</a>,
24
- both in the <i>Amazon Web Services Organizations User Guide</i>.</p>
25
- <p>For more information about delegated administrators, see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/management-delegates.html">Using delegated administrators</a>,
26
- in the <i>AWS Marketplace Buyer Guide</i>.</p>
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 <code>aws-marketplace:GetBuyerDashboard</code> and <code>organizations:DescribeOrganization</code> permissions. In addition,
30
- the management account requires the <code>organizations:EnableAWSServiceAccess</code> and <code>iam:CreateServiceLinkedRole</code> permissions to create
31
- For more information about creating the policy, see
32
- <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html">Policies and permissions in Amazon Web Services Identity and Access Management</a>,
33
- in the <i>IAM User Guide</i>.</p>
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 <code>AWSServiceRoleForProcurementInsightsPolicy</code> service-linked role.
37
- The role enables AWS Marketplace procurement visibility integration. The management account requires an IAM policy with the <code>organizations:EnableAWSServiceAccess</code> and <code>iam:CreateServiceLinkedRole</code> permissions
38
- to create the service-linked role and enable the service access. For more information, see
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
- Amazon Web Services Organizations</a>, and
41
- <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-service-linked-role-procurement.html">Service-linked role to share procurement data</a>,
42
- in the <i>Amazon Web Services Marketplace Buyer Guide</i>.</p>
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 AWS Marketplace <code>GetBuyerDashboard</code> API enables you to get a procurement insights dashboard
14
- * programmatically. The API gets the agreement and cost analysis dashboards with data for all of the Amazon Web Services accounts in your Amazon Web Services organization. </p>
15
- * <p>To use the API, you must complete the following prerequisites:</p>
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
- * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling all features for an organization with Amazon Web Services Organizations</a>,
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 Amazon Web Services Organizations management account or an account registered as a delegated administrator for the procurement insights service.
24
- * Users without management or delegated administrator accounts can use the dashboard, but they only see data for their accounts.</p>
25
- * <p>For more information about management accounts, see
26
- * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tutorials_basic.html">Tutorial: Creating and configuring an organization</a>
27
- * and <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs-manage_accounts_management.html">Managing the management account with Amazon Web Services Organizations</a>,
28
- * both in the <i>Amazon Web Services Organizations User Guide</i>.</p>
29
- * <p>For more information about delegated administrators, see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/management-delegates.html">Using delegated administrators</a>,
30
- * in the <i>AWS Marketplace Buyer Guide</i>.</p>
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 <code>aws-marketplace:GetBuyerDashboard</code> and <code>organizations:DescribeOrganization</code> permissions. In addition,
34
- * the management account requires the <code>organizations:EnableAWSServiceAccess</code> and <code>iam:CreateServiceLinkedRole</code> permissions to create
35
- * For more information about creating the policy, see
36
- * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html">Policies and permissions in Amazon Web Services Identity and Access Management</a>,
37
- * in the <i>IAM User Guide</i>.</p>
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 <code>AWSServiceRoleForProcurementInsightsPolicy</code> service-linked role.
41
- * The role enables AWS Marketplace procurement visibility integration. The management account requires an IAM policy with the <code>organizations:EnableAWSServiceAccess</code> and <code>iam:CreateServiceLinkedRole</code> permissions
42
- * to create the service-linked role and enable the service access. For more information, see
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
- * Amazon Web Services Organizations</a>, and
45
- * <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-service-linked-role-procurement.html">Service-linked role to share procurement data</a>,
46
- * in the <i>Amazon Web Services Marketplace Buyer Guide</i>.</p>
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 AWS Marketplace <code>GetBuyerDashboard</code> API enables you to get a procurement insights dashboard
156
- * programmatically. The API gets the agreement and cost analysis dashboards with data for all of the Amazon Web Services accounts in your Amazon Web Services organization. </p>
157
- * <p>To use the API, you must complete the following prerequisites:</p>
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
- * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling all features for an organization with Amazon Web Services Organizations</a>,
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 Amazon Web Services Organizations management account or an account registered as a delegated administrator for the procurement insights service.
166
- * Users without management or delegated administrator accounts can use the dashboard, but they only see data for their accounts.</p>
167
- * <p>For more information about management accounts, see
168
- * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tutorials_basic.html">Tutorial: Creating and configuring an organization</a>
169
- * and <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs-manage_accounts_management.html">Managing the management account with Amazon Web Services Organizations</a>,
170
- * both in the <i>Amazon Web Services Organizations User Guide</i>.</p>
171
- * <p>For more information about delegated administrators, see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/management-delegates.html">Using delegated administrators</a>,
172
- * in the <i>AWS Marketplace Buyer Guide</i>.</p>
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 <code>aws-marketplace:GetBuyerDashboard</code> and <code>organizations:DescribeOrganization</code> permissions. In addition,
176
- * the management account requires the <code>organizations:EnableAWSServiceAccess</code> and <code>iam:CreateServiceLinkedRole</code> permissions to create
177
- * For more information about creating the policy, see
178
- * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html">Policies and permissions in Amazon Web Services Identity and Access Management</a>,
179
- * in the <i>IAM User Guide</i>.</p>
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 <code>AWSServiceRoleForProcurementInsightsPolicy</code> service-linked role.
183
- * The role enables AWS Marketplace procurement visibility integration. The management account requires an IAM policy with the <code>organizations:EnableAWSServiceAccess</code> and <code>iam:CreateServiceLinkedRole</code> permissions
184
- * to create the service-linked role and enable the service access. For more information, see
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
- * Amazon Web Services Organizations</a>, and
187
- * <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-service-linked-role-procurement.html">Service-linked role to share procurement data</a>,
188
- * in the <i>Amazon Web Services Marketplace Buyer Guide</i>.</p>
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>
@@ -1,38 +1,58 @@
1
1
  /**
2
- * <p>The AWS Marketplace <code>GetBuyerDashboard</code> API enables you to get a procurement insights dashboard
3
- * programmatically. The API gets the agreement and cost analysis dashboards with data for all of the Amazon Web Services accounts in your Amazon Web Services organization. </p>
4
- * <p>To use the API, you must complete the following prerequisites:</p>
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
- * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling all features for an organization with Amazon Web Services Organizations</a>,
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 Amazon Web Services Organizations management account or an account registered as a delegated administrator for the procurement insights service.
13
- * Users without management or delegated administrator accounts can use the dashboard, but they only see data for their accounts.</p>
14
- * <p>For more information about management accounts, see
15
- * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tutorials_basic.html">Tutorial: Creating and configuring an organization</a>
16
- * and <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs-manage_accounts_management.html">Managing the management account with Amazon Web Services Organizations</a>,
17
- * both in the <i>Amazon Web Services Organizations User Guide</i>.</p>
18
- * <p>For more information about delegated administrators, see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/management-delegates.html">Using delegated administrators</a>,
19
- * in the <i>AWS Marketplace Buyer Guide</i>.</p>
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 <code>aws-marketplace:GetBuyerDashboard</code> and <code>organizations:DescribeOrganization</code> permissions. In addition,
23
- * the management account requires the <code>organizations:EnableAWSServiceAccess</code> and <code>iam:CreateServiceLinkedRole</code> permissions to create
24
- * For more information about creating the policy, see
25
- * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html">Policies and permissions in Amazon Web Services Identity and Access Management</a>,
26
- * in the <i>IAM User Guide</i>.</p>
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 <code>AWSServiceRoleForProcurementInsightsPolicy</code> service-linked role.
30
- * The role enables AWS Marketplace procurement visibility integration. The management account requires an IAM policy with the <code>organizations:EnableAWSServiceAccess</code> and <code>iam:CreateServiceLinkedRole</code> permissions
31
- * to create the service-linked role and enable the service access. For more information, see
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
- * Amazon Web Services Organizations</a>, and
34
- * <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-service-linked-role-procurement.html">Service-linked role to share procurement data</a>,
35
- * in the <i>Amazon Web Services Marketplace Buyer Guide</i>.</p>
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
- * 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>
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
- * 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>
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.665.0",
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.665.0",
24
- "@aws-sdk/client-sts": "3.665.0",
25
- "@aws-sdk/core": "3.665.0",
26
- "@aws-sdk/credential-provider-node": "3.665.0",
27
- "@aws-sdk/middleware-host-header": "3.664.0",
28
- "@aws-sdk/middleware-logger": "3.664.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.664.0",
30
- "@aws-sdk/middleware-user-agent": "3.664.0",
31
- "@aws-sdk/region-config-resolver": "3.664.0",
32
- "@aws-sdk/types": "3.664.0",
33
- "@aws-sdk/util-endpoints": "3.664.0",
34
- "@aws-sdk/util-user-agent-browser": "3.664.0",
35
- "@aws-sdk/util-user-agent-node": "3.664.0",
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.7",
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.22",
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.3.6",
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.22",
56
- "@smithy/util-defaults-mode-node": "^3.0.22",
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",