@aws-sdk/client-marketplace-reporting 3.775.0 → 3.777.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.
@@ -87,53 +87,52 @@ declare const GetBuyerDashboardCommand_base: {
87
87
  * @throws {@link MarketplaceReportingServiceException}
88
88
  * <p>Base exception class for all service exceptions from MarketplaceReporting service.</p>
89
89
  *
90
- * @public
90
+ *
91
91
  * @example Getting an agreements dashboard
92
92
  * ```javascript
93
93
  * // The following example shows how to obtain a dashboard for active agreements
94
94
  * const input = {
95
- * "dashboardIdentifier": "arn:aws:aws-marketplace::123456789012:AWSMarketplace/ReportingData/Agreement_V1/Dashboard/AgreementSummary_V1",
96
- * "embeddingDomains": [
95
+ * dashboardIdentifier: "arn:aws:aws-marketplace::123456789012:AWSMarketplace/ReportingData/Agreement_V1/Dashboard/AgreementSummary_V1",
96
+ * embeddingDomains: [
97
97
  * "https://*.amazon.com"
98
98
  * ]
99
99
  * };
100
100
  * const command = new GetBuyerDashboardCommand(input);
101
101
  * const response = await client.send(command);
102
- * /* response ==
102
+ * /* response is
103
103
  * {
104
- * "dashboardIdentifier": "arn:aws:aws-marketplace::123456789012:AWSMarketplace/ReportingData/Agreement_V1/Dashboard/AgreementSummary_V1",
105
- * "embedUrl": "https://us-east-1.quicksight.aws.amazon.com/embed/1235asdbffffbbasdf123/dashboards/8a66afa6-f316-4e71-a1ed-0a5bea07a314?code=abcdefghijklmn&identityprovider=quicksight&isauthcode=true",
106
- * "embeddingDomains": [
104
+ * dashboardIdentifier: "arn:aws:aws-marketplace::123456789012:AWSMarketplace/ReportingData/Agreement_V1/Dashboard/AgreementSummary_V1",
105
+ * embedUrl: "https://us-east-1.quicksight.aws.amazon.com/embed/1235asdbffffbbasdf123/dashboards/8a66afa6-f316-4e71-a1ed-0a5bea07a314?code=abcdefghijklmn&identityprovider=quicksight&isauthcode=true",
106
+ * embeddingDomains: [
107
107
  * "https://*.amazon.com"
108
108
  * ]
109
109
  * }
110
110
  * *\/
111
- * // example id: example-1
112
111
  * ```
113
112
  *
114
113
  * @example Getting a cost-analysis dashboard
115
114
  * ```javascript
116
115
  * // The following example shows how to obtain a dashboard for cost analysis
117
116
  * const input = {
118
- * "dashboardIdentifier": "arn:aws:aws-marketplace::123456789012:AWSMarketplace/ReportingData/BillingEvent_V1/Dashboard/CostAnalysis_V1",
119
- * "embeddingDomains": [
117
+ * dashboardIdentifier: "arn:aws:aws-marketplace::123456789012:AWSMarketplace/ReportingData/BillingEvent_V1/Dashboard/CostAnalysis_V1",
118
+ * embeddingDomains: [
120
119
  * "https://*.amazon.com"
121
120
  * ]
122
121
  * };
123
122
  * const command = new GetBuyerDashboardCommand(input);
124
123
  * const response = await client.send(command);
125
- * /* response ==
124
+ * /* response is
126
125
  * {
127
- * "dashboardIdentifier": "arn:aws:aws-marketplace::123456789012:AWSMarketplace/ReportingData/BillingEvent_V1/Dashboard/CostAnalysis_V1",
128
- * "embedUrl": "https://us-east-1.quicksight.aws.amazon.com/embed/1235asdbffffbbasdf123/dashboards/8a66afa6-f316-4e71-a1ed-0a5bea07a314?code=abcdefghijklmn&identityprovider=quicksight&isauthcode=true",
129
- * "embeddingDomains": [
126
+ * dashboardIdentifier: "arn:aws:aws-marketplace::123456789012:AWSMarketplace/ReportingData/BillingEvent_V1/Dashboard/CostAnalysis_V1",
127
+ * embedUrl: "https://us-east-1.quicksight.aws.amazon.com/embed/1235asdbffffbbasdf123/dashboards/8a66afa6-f316-4e71-a1ed-0a5bea07a314?code=abcdefghijklmn&identityprovider=quicksight&isauthcode=true",
128
+ * embeddingDomains: [
130
129
  * "https://*.amazon.com"
131
130
  * ]
132
131
  * }
133
132
  * *\/
134
- * // example id: example-2
135
133
  * ```
136
134
  *
135
+ * @public
137
136
  */
138
137
  export declare class GetBuyerDashboardCommand extends GetBuyerDashboardCommand_base {
139
138
  /** @internal type navigation helper, not in runtime. */
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.775.0",
4
+ "version": "3.777.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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",