@aws-sdk/client-applicationcostprofiler 3.296.0 → 3.298.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/dist-cjs/commands/DeleteReportDefinitionCommand.js +2 -3
- package/dist-cjs/commands/GetReportDefinitionCommand.js +2 -3
- package/dist-cjs/commands/ImportApplicationUsageCommand.js +2 -3
- package/dist-cjs/commands/ListReportDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/PutReportDefinitionCommand.js +2 -3
- package/dist-cjs/commands/UpdateReportDefinitionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -61
- package/dist-es/commands/DeleteReportDefinitionCommand.js +2 -3
- package/dist-es/commands/GetReportDefinitionCommand.js +2 -3
- package/dist-es/commands/ImportApplicationUsageCommand.js +2 -3
- package/dist-es/commands/ListReportDefinitionsCommand.js +2 -3
- package/dist-es/commands/PutReportDefinitionCommand.js +2 -3
- package/dist-es/commands/UpdateReportDefinitionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -45
- package/dist-types/ApplicationCostProfiler.d.ts +7 -0
- package/dist-types/ApplicationCostProfilerClient.d.ts +24 -4
- package/dist-types/commands/DeleteReportDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/GetReportDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/ImportApplicationUsageCommand.d.ts +16 -0
- package/dist-types/commands/ListReportDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/PutReportDefinitionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateReportDefinitionCommand.d.ts +16 -0
- package/dist-types/models/ApplicationCostProfilerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +53 -60
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListReportDefinitionsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -43
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.DeleteReportDefinitionCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DeleteReportDefinitionCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DeleteReportDefinitionCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.GetReportDefinitionCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetReportDefinitionCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GetReportDefinitionCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ImportApplicationUsageCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ImportApplicationUsageCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ImportApplicationUsageCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListReportDefinitionsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListReportDefinitionsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListReportDefinitionsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.PutReportDefinitionCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class PutReportDefinitionCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class PutReportDefinitionCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateReportDefinitionCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateReportDefinitionCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateReportDefinitionCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ServiceQuotaExceededException = exports.S3BucketRegion = exports.ReportFrequency = exports.Format = exports.ValidationException = exports.ThrottlingException = exports.InternalServerException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const ApplicationCostProfilerServiceException_1 = require("./ApplicationCostProfilerServiceException");
|
|
5
5
|
class AccessDeniedException extends ApplicationCostProfilerServiceException_1.ApplicationCostProfilerServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -85,63 +85,3 @@ class ServiceQuotaExceededException extends ApplicationCostProfilerServiceExcept
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
88
|
-
const DeleteReportDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
89
|
-
...obj,
|
|
90
|
-
});
|
|
91
|
-
exports.DeleteReportDefinitionRequestFilterSensitiveLog = DeleteReportDefinitionRequestFilterSensitiveLog;
|
|
92
|
-
const DeleteReportDefinitionResultFilterSensitiveLog = (obj) => ({
|
|
93
|
-
...obj,
|
|
94
|
-
});
|
|
95
|
-
exports.DeleteReportDefinitionResultFilterSensitiveLog = DeleteReportDefinitionResultFilterSensitiveLog;
|
|
96
|
-
const GetReportDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
97
|
-
...obj,
|
|
98
|
-
});
|
|
99
|
-
exports.GetReportDefinitionRequestFilterSensitiveLog = GetReportDefinitionRequestFilterSensitiveLog;
|
|
100
|
-
const S3LocationFilterSensitiveLog = (obj) => ({
|
|
101
|
-
...obj,
|
|
102
|
-
});
|
|
103
|
-
exports.S3LocationFilterSensitiveLog = S3LocationFilterSensitiveLog;
|
|
104
|
-
const GetReportDefinitionResultFilterSensitiveLog = (obj) => ({
|
|
105
|
-
...obj,
|
|
106
|
-
});
|
|
107
|
-
exports.GetReportDefinitionResultFilterSensitiveLog = GetReportDefinitionResultFilterSensitiveLog;
|
|
108
|
-
const SourceS3LocationFilterSensitiveLog = (obj) => ({
|
|
109
|
-
...obj,
|
|
110
|
-
});
|
|
111
|
-
exports.SourceS3LocationFilterSensitiveLog = SourceS3LocationFilterSensitiveLog;
|
|
112
|
-
const ImportApplicationUsageRequestFilterSensitiveLog = (obj) => ({
|
|
113
|
-
...obj,
|
|
114
|
-
});
|
|
115
|
-
exports.ImportApplicationUsageRequestFilterSensitiveLog = ImportApplicationUsageRequestFilterSensitiveLog;
|
|
116
|
-
const ImportApplicationUsageResultFilterSensitiveLog = (obj) => ({
|
|
117
|
-
...obj,
|
|
118
|
-
});
|
|
119
|
-
exports.ImportApplicationUsageResultFilterSensitiveLog = ImportApplicationUsageResultFilterSensitiveLog;
|
|
120
|
-
const ListReportDefinitionsRequestFilterSensitiveLog = (obj) => ({
|
|
121
|
-
...obj,
|
|
122
|
-
});
|
|
123
|
-
exports.ListReportDefinitionsRequestFilterSensitiveLog = ListReportDefinitionsRequestFilterSensitiveLog;
|
|
124
|
-
const ReportDefinitionFilterSensitiveLog = (obj) => ({
|
|
125
|
-
...obj,
|
|
126
|
-
});
|
|
127
|
-
exports.ReportDefinitionFilterSensitiveLog = ReportDefinitionFilterSensitiveLog;
|
|
128
|
-
const ListReportDefinitionsResultFilterSensitiveLog = (obj) => ({
|
|
129
|
-
...obj,
|
|
130
|
-
});
|
|
131
|
-
exports.ListReportDefinitionsResultFilterSensitiveLog = ListReportDefinitionsResultFilterSensitiveLog;
|
|
132
|
-
const PutReportDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
133
|
-
...obj,
|
|
134
|
-
});
|
|
135
|
-
exports.PutReportDefinitionRequestFilterSensitiveLog = PutReportDefinitionRequestFilterSensitiveLog;
|
|
136
|
-
const PutReportDefinitionResultFilterSensitiveLog = (obj) => ({
|
|
137
|
-
...obj,
|
|
138
|
-
});
|
|
139
|
-
exports.PutReportDefinitionResultFilterSensitiveLog = PutReportDefinitionResultFilterSensitiveLog;
|
|
140
|
-
const UpdateReportDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
141
|
-
...obj,
|
|
142
|
-
});
|
|
143
|
-
exports.UpdateReportDefinitionRequestFilterSensitiveLog = UpdateReportDefinitionRequestFilterSensitiveLog;
|
|
144
|
-
const UpdateReportDefinitionResultFilterSensitiveLog = (obj) => ({
|
|
145
|
-
...obj,
|
|
146
|
-
});
|
|
147
|
-
exports.UpdateReportDefinitionResultFilterSensitiveLog = UpdateReportDefinitionResultFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteReportDefinitionRequestFilterSensitiveLog, DeleteReportDefinitionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteReportDefinitionCommand, serializeAws_restJson1DeleteReportDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteReportDefinitionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteReportDefinitionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetReportDefinitionRequestFilterSensitiveLog, GetReportDefinitionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetReportDefinitionCommand, serializeAws_restJson1GetReportDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetReportDefinitionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetReportDefinitionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ImportApplicationUsageRequestFilterSensitiveLog, ImportApplicationUsageResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ImportApplicationUsageCommand, serializeAws_restJson1ImportApplicationUsageCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ImportApplicationUsageCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ImportApplicationUsageCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListReportDefinitionsRequestFilterSensitiveLog, ListReportDefinitionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListReportDefinitionsCommand, serializeAws_restJson1ListReportDefinitionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListReportDefinitionsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListReportDefinitionsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { PutReportDefinitionRequestFilterSensitiveLog, PutReportDefinitionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1PutReportDefinitionCommand, serializeAws_restJson1PutReportDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class PutReportDefinitionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutReportDefinitionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateReportDefinitionRequestFilterSensitiveLog, UpdateReportDefinitionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateReportDefinitionCommand, serializeAws_restJson1UpdateReportDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateReportDefinitionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateReportDefinitionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -77,48 +77,3 @@ export class ServiceQuotaExceededException extends __BaseException {
|
|
|
77
77
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
export const DeleteReportDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
81
|
-
...obj,
|
|
82
|
-
});
|
|
83
|
-
export const DeleteReportDefinitionResultFilterSensitiveLog = (obj) => ({
|
|
84
|
-
...obj,
|
|
85
|
-
});
|
|
86
|
-
export const GetReportDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
87
|
-
...obj,
|
|
88
|
-
});
|
|
89
|
-
export const S3LocationFilterSensitiveLog = (obj) => ({
|
|
90
|
-
...obj,
|
|
91
|
-
});
|
|
92
|
-
export const GetReportDefinitionResultFilterSensitiveLog = (obj) => ({
|
|
93
|
-
...obj,
|
|
94
|
-
});
|
|
95
|
-
export const SourceS3LocationFilterSensitiveLog = (obj) => ({
|
|
96
|
-
...obj,
|
|
97
|
-
});
|
|
98
|
-
export const ImportApplicationUsageRequestFilterSensitiveLog = (obj) => ({
|
|
99
|
-
...obj,
|
|
100
|
-
});
|
|
101
|
-
export const ImportApplicationUsageResultFilterSensitiveLog = (obj) => ({
|
|
102
|
-
...obj,
|
|
103
|
-
});
|
|
104
|
-
export const ListReportDefinitionsRequestFilterSensitiveLog = (obj) => ({
|
|
105
|
-
...obj,
|
|
106
|
-
});
|
|
107
|
-
export const ReportDefinitionFilterSensitiveLog = (obj) => ({
|
|
108
|
-
...obj,
|
|
109
|
-
});
|
|
110
|
-
export const ListReportDefinitionsResultFilterSensitiveLog = (obj) => ({
|
|
111
|
-
...obj,
|
|
112
|
-
});
|
|
113
|
-
export const PutReportDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
114
|
-
...obj,
|
|
115
|
-
});
|
|
116
|
-
export const PutReportDefinitionResultFilterSensitiveLog = (obj) => ({
|
|
117
|
-
...obj,
|
|
118
|
-
});
|
|
119
|
-
export const UpdateReportDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
120
|
-
...obj,
|
|
121
|
-
});
|
|
122
|
-
export const UpdateReportDefinitionResultFilterSensitiveLog = (obj) => ({
|
|
123
|
-
...obj,
|
|
124
|
-
});
|
|
@@ -7,6 +7,7 @@ import { ListReportDefinitionsCommandInput, ListReportDefinitionsCommandOutput }
|
|
|
7
7
|
import { PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput } from "./commands/PutReportDefinitionCommand";
|
|
8
8
|
import { UpdateReportDefinitionCommandInput, UpdateReportDefinitionCommandOutput } from "./commands/UpdateReportDefinitionCommand";
|
|
9
9
|
/**
|
|
10
|
+
* @public
|
|
10
11
|
* <p>This reference provides descriptions of the AWS Application Cost Profiler API.</p>
|
|
11
12
|
* <p>The AWS Application Cost Profiler API provides programmatic access to view, create, update, and delete
|
|
12
13
|
* application cost report definitions, as well as to import your usage data into the Application Cost Profiler
|
|
@@ -16,6 +17,7 @@ import { UpdateReportDefinitionCommandInput, UpdateReportDefinitionCommandOutput
|
|
|
16
17
|
*/
|
|
17
18
|
export declare class ApplicationCostProfiler extends ApplicationCostProfilerClient {
|
|
18
19
|
/**
|
|
20
|
+
* @public
|
|
19
21
|
* <p>Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being
|
|
20
22
|
* generated.</p>
|
|
21
23
|
*/
|
|
@@ -23,12 +25,14 @@ export declare class ApplicationCostProfiler extends ApplicationCostProfilerClie
|
|
|
23
25
|
deleteReportDefinition(args: DeleteReportDefinitionCommandInput, cb: (err: any, data?: DeleteReportDefinitionCommandOutput) => void): void;
|
|
24
26
|
deleteReportDefinition(args: DeleteReportDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReportDefinitionCommandOutput) => void): void;
|
|
25
27
|
/**
|
|
28
|
+
* @public
|
|
26
29
|
* <p>Retrieves the definition of a report already configured in AWS Application Cost Profiler.</p>
|
|
27
30
|
*/
|
|
28
31
|
getReportDefinition(args: GetReportDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<GetReportDefinitionCommandOutput>;
|
|
29
32
|
getReportDefinition(args: GetReportDefinitionCommandInput, cb: (err: any, data?: GetReportDefinitionCommandOutput) => void): void;
|
|
30
33
|
getReportDefinition(args: GetReportDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReportDefinitionCommandOutput) => void): void;
|
|
31
34
|
/**
|
|
35
|
+
* @public
|
|
32
36
|
* <p>Ingests application usage data from Amazon Simple Storage Service (Amazon S3).</p>
|
|
33
37
|
* <p>The data must already exist in the S3 location. As part of the action, AWS Application Cost Profiler
|
|
34
38
|
* copies the object from your S3 bucket to an S3 bucket owned by Amazon for processing
|
|
@@ -38,6 +42,7 @@ export declare class ApplicationCostProfiler extends ApplicationCostProfilerClie
|
|
|
38
42
|
importApplicationUsage(args: ImportApplicationUsageCommandInput, cb: (err: any, data?: ImportApplicationUsageCommandOutput) => void): void;
|
|
39
43
|
importApplicationUsage(args: ImportApplicationUsageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportApplicationUsageCommandOutput) => void): void;
|
|
40
44
|
/**
|
|
45
|
+
* @public
|
|
41
46
|
* <p>Retrieves a list of all reports and their configurations for your AWS account.</p>
|
|
42
47
|
* <p>The maximum number of reports is one.</p>
|
|
43
48
|
*/
|
|
@@ -45,12 +50,14 @@ export declare class ApplicationCostProfiler extends ApplicationCostProfilerClie
|
|
|
45
50
|
listReportDefinitions(args: ListReportDefinitionsCommandInput, cb: (err: any, data?: ListReportDefinitionsCommandOutput) => void): void;
|
|
46
51
|
listReportDefinitions(args: ListReportDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportDefinitionsCommandOutput) => void): void;
|
|
47
52
|
/**
|
|
53
|
+
* @public
|
|
48
54
|
* <p>Creates the report definition for a report in Application Cost Profiler.</p>
|
|
49
55
|
*/
|
|
50
56
|
putReportDefinition(args: PutReportDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<PutReportDefinitionCommandOutput>;
|
|
51
57
|
putReportDefinition(args: PutReportDefinitionCommandInput, cb: (err: any, data?: PutReportDefinitionCommandOutput) => void): void;
|
|
52
58
|
putReportDefinition(args: PutReportDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutReportDefinitionCommandOutput) => void): void;
|
|
53
59
|
/**
|
|
60
|
+
* @public
|
|
54
61
|
* <p>Updates existing report in AWS Application Cost Profiler.</p>
|
|
55
62
|
*/
|
|
56
63
|
updateReportDefinition(args: UpdateReportDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReportDefinitionCommandOutput>;
|
|
@@ -14,15 +14,24 @@ import { ListReportDefinitionsCommandInput, ListReportDefinitionsCommandOutput }
|
|
|
14
14
|
import { PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput } from "./commands/PutReportDefinitionCommand";
|
|
15
15
|
import { UpdateReportDefinitionCommandInput, UpdateReportDefinitionCommandOutput } from "./commands/UpdateReportDefinitionCommand";
|
|
16
16
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
17
20
|
export type ServiceInputTypes = DeleteReportDefinitionCommandInput | GetReportDefinitionCommandInput | ImportApplicationUsageCommandInput | ListReportDefinitionsCommandInput | PutReportDefinitionCommandInput | UpdateReportDefinitionCommandInput;
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
18
24
|
export type ServiceOutputTypes = DeleteReportDefinitionCommandOutput | GetReportDefinitionCommandOutput | ImportApplicationUsageCommandOutput | ListReportDefinitionsCommandOutput | PutReportDefinitionCommandOutput | UpdateReportDefinitionCommandOutput;
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
19
28
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
20
29
|
/**
|
|
21
30
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
22
31
|
*/
|
|
23
32
|
requestHandler?: __HttpHandler;
|
|
24
33
|
/**
|
|
25
|
-
* A constructor for a class implementing the {@link
|
|
34
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
26
35
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
27
36
|
* @internal
|
|
28
37
|
*/
|
|
@@ -112,23 +121,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
112
121
|
*/
|
|
113
122
|
logger?: __Logger;
|
|
114
123
|
/**
|
|
115
|
-
* The {@link
|
|
124
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
116
125
|
*/
|
|
117
126
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
118
127
|
}
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
119
131
|
type ApplicationCostProfilerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
120
132
|
/**
|
|
121
|
-
*
|
|
133
|
+
* @public
|
|
134
|
+
*
|
|
135
|
+
* The configuration interface of ApplicationCostProfilerClient class constructor that set the region, credentials and other options.
|
|
122
136
|
*/
|
|
123
137
|
export interface ApplicationCostProfilerClientConfig extends ApplicationCostProfilerClientConfigType {
|
|
124
138
|
}
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
125
142
|
type ApplicationCostProfilerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
126
143
|
/**
|
|
127
|
-
*
|
|
144
|
+
* @public
|
|
145
|
+
*
|
|
146
|
+
* The resolved configuration interface of ApplicationCostProfilerClient class. This is resolved and normalized from the {@link ApplicationCostProfilerClientConfig | constructor configuration interface}.
|
|
128
147
|
*/
|
|
129
148
|
export interface ApplicationCostProfilerClientResolvedConfig extends ApplicationCostProfilerClientResolvedConfigType {
|
|
130
149
|
}
|
|
131
150
|
/**
|
|
151
|
+
* @public
|
|
132
152
|
* <p>This reference provides descriptions of the AWS Application Cost Profiler API.</p>
|
|
133
153
|
* <p>The AWS Application Cost Profiler API provides programmatic access to view, create, update, and delete
|
|
134
154
|
* application cost report definitions, as well as to import your usage data into the Application Cost Profiler
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApplicationCostProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationCostProfilerClient";
|
|
5
5
|
import { DeleteReportDefinitionRequest, DeleteReportDefinitionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteReportDefinitionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteReportDefinitionCommandInput extends DeleteReportDefinitionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteReportDefinitionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteReportDefinitionCommandOutput extends DeleteReportDefinitionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being
|
|
18
23
|
* generated.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteReportDefinitionCommandOutput extends DeleteReportDefinit
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteReportDefinitionCommandInput - {@link DeleteReportDefinitionCommandInput}
|
|
35
|
+
* @returns {@link DeleteReportDefinitionCommandOutput}
|
|
29
36
|
* @see {@link DeleteReportDefinitionCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteReportDefinitionCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ApplicationCostProfilerClientResolvedConfig | config} for ApplicationCostProfilerClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DeleteReportDefinitionCommandOutput extends DeleteReportDefinit
|
|
|
47
54
|
export declare class DeleteReportDefinitionCommand extends $Command<DeleteReportDefinitionCommandInput, DeleteReportDefinitionCommandOutput, ApplicationCostProfilerClientResolvedConfig> {
|
|
48
55
|
readonly input: DeleteReportDefinitionCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DeleteReportDefinitionCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationCostProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReportDefinitionCommandInput, DeleteReportDefinitionCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApplicationCostProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationCostProfilerClient";
|
|
5
5
|
import { GetReportDefinitionRequest, GetReportDefinitionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetReportDefinitionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetReportDefinitionCommandInput extends GetReportDefinitionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetReportDefinitionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetReportDefinitionCommandOutput extends GetReportDefinitionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the definition of a report already configured in AWS Application Cost Profiler.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetReportDefinitionCommandOutput extends GetReportDefinitionRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetReportDefinitionCommandInput - {@link GetReportDefinitionCommandInput}
|
|
34
|
+
* @returns {@link GetReportDefinitionCommandOutput}
|
|
28
35
|
* @see {@link GetReportDefinitionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetReportDefinitionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApplicationCostProfilerClientResolvedConfig | config} for ApplicationCostProfilerClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetReportDefinitionCommandOutput extends GetReportDefinitionRes
|
|
|
46
53
|
export declare class GetReportDefinitionCommand extends $Command<GetReportDefinitionCommandInput, GetReportDefinitionCommandOutput, ApplicationCostProfilerClientResolvedConfig> {
|
|
47
54
|
readonly input: GetReportDefinitionCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetReportDefinitionCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationCostProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReportDefinitionCommandInput, GetReportDefinitionCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApplicationCostProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationCostProfilerClient";
|
|
5
5
|
import { ImportApplicationUsageRequest, ImportApplicationUsageResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ImportApplicationUsageCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ImportApplicationUsageCommandInput extends ImportApplicationUsageRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ImportApplicationUsageCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ImportApplicationUsageCommandOutput extends ImportApplicationUsageResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Ingests application usage data from Amazon Simple Storage Service (Amazon S3).</p>
|
|
18
23
|
* <p>The data must already exist in the S3 location. As part of the action, AWS Application Cost Profiler
|
|
19
24
|
* copies the object from your S3 bucket to an S3 bucket owned by Amazon for processing
|
|
@@ -28,6 +33,8 @@ export interface ImportApplicationUsageCommandOutput extends ImportApplicationUs
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ImportApplicationUsageCommandInput - {@link ImportApplicationUsageCommandInput}
|
|
37
|
+
* @returns {@link ImportApplicationUsageCommandOutput}
|
|
31
38
|
* @see {@link ImportApplicationUsageCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ImportApplicationUsageCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ApplicationCostProfilerClientResolvedConfig | config} for ApplicationCostProfilerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ImportApplicationUsageCommandOutput extends ImportApplicationUs
|
|
|
49
56
|
export declare class ImportApplicationUsageCommand extends $Command<ImportApplicationUsageCommandInput, ImportApplicationUsageCommandOutput, ApplicationCostProfilerClientResolvedConfig> {
|
|
50
57
|
readonly input: ImportApplicationUsageCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ImportApplicationUsageCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationCostProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportApplicationUsageCommandInput, ImportApplicationUsageCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApplicationCostProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationCostProfilerClient";
|
|
5
5
|
import { ListReportDefinitionsRequest, ListReportDefinitionsResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListReportDefinitionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListReportDefinitionsCommandInput extends ListReportDefinitionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListReportDefinitionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListReportDefinitionsCommandOutput extends ListReportDefinitionsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of all reports and their configurations for your AWS account.</p>
|
|
18
23
|
* <p>The maximum number of reports is one.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListReportDefinitionsCommandOutput extends ListReportDefinition
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListReportDefinitionsCommandInput - {@link ListReportDefinitionsCommandInput}
|
|
35
|
+
* @returns {@link ListReportDefinitionsCommandOutput}
|
|
29
36
|
* @see {@link ListReportDefinitionsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListReportDefinitionsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ApplicationCostProfilerClientResolvedConfig | config} for ApplicationCostProfilerClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListReportDefinitionsCommandOutput extends ListReportDefinition
|
|
|
47
54
|
export declare class ListReportDefinitionsCommand extends $Command<ListReportDefinitionsCommandInput, ListReportDefinitionsCommandOutput, ApplicationCostProfilerClientResolvedConfig> {
|
|
48
55
|
readonly input: ListReportDefinitionsCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListReportDefinitionsCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationCostProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportDefinitionsCommandInput, ListReportDefinitionsCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApplicationCostProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationCostProfilerClient";
|
|
5
5
|
import { PutReportDefinitionRequest, PutReportDefinitionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutReportDefinitionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutReportDefinitionCommandInput extends PutReportDefinitionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutReportDefinitionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutReportDefinitionCommandOutput extends PutReportDefinitionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates the report definition for a report in Application Cost Profiler.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface PutReportDefinitionCommandOutput extends PutReportDefinitionRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param PutReportDefinitionCommandInput - {@link PutReportDefinitionCommandInput}
|
|
34
|
+
* @returns {@link PutReportDefinitionCommandOutput}
|
|
28
35
|
* @see {@link PutReportDefinitionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link PutReportDefinitionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApplicationCostProfilerClientResolvedConfig | config} for ApplicationCostProfilerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface PutReportDefinitionCommandOutput extends PutReportDefinitionRes
|
|
|
49
56
|
export declare class PutReportDefinitionCommand extends $Command<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput, ApplicationCostProfilerClientResolvedConfig> {
|
|
50
57
|
readonly input: PutReportDefinitionCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: PutReportDefinitionCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationCostProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApplicationCostProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationCostProfilerClient";
|
|
5
5
|
import { UpdateReportDefinitionRequest, UpdateReportDefinitionResult } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateReportDefinitionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateReportDefinitionCommandInput extends UpdateReportDefinitionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateReportDefinitionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateReportDefinitionCommandOutput extends UpdateReportDefinitionResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates existing report in AWS Application Cost Profiler.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateReportDefinitionCommandOutput extends UpdateReportDefinit
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateReportDefinitionCommandInput - {@link UpdateReportDefinitionCommandInput}
|
|
34
|
+
* @returns {@link UpdateReportDefinitionCommandOutput}
|
|
28
35
|
* @see {@link UpdateReportDefinitionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateReportDefinitionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApplicationCostProfilerClientResolvedConfig | config} for ApplicationCostProfilerClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface UpdateReportDefinitionCommandOutput extends UpdateReportDefinit
|
|
|
46
53
|
export declare class UpdateReportDefinitionCommand extends $Command<UpdateReportDefinitionCommandInput, UpdateReportDefinitionCommandOutput, ApplicationCostProfilerClientResolvedConfig> {
|
|
47
54
|
readonly input: UpdateReportDefinitionCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: UpdateReportDefinitionCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationCostProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReportDefinitionCommandInput, UpdateReportDefinitionCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from ApplicationCostProfiler service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class ApplicationCostProfilerServiceException extends __ServiceException {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ApplicationCostProfilerServiceException as __BaseException } from "./ApplicationCostProfilerServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>You do not have permission to perform this action.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -11,12 +12,18 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
11
12
|
*/
|
|
12
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
14
18
|
export interface DeleteReportDefinitionRequest {
|
|
15
19
|
/**
|
|
16
20
|
* <p>Required. ID of the report to delete.</p>
|
|
17
21
|
*/
|
|
18
22
|
reportId: string | undefined;
|
|
19
23
|
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
20
27
|
export interface DeleteReportDefinitionResult {
|
|
21
28
|
/**
|
|
22
29
|
* <p>ID of the report that was deleted.</p>
|
|
@@ -24,6 +31,7 @@ export interface DeleteReportDefinitionResult {
|
|
|
24
31
|
reportId?: string;
|
|
25
32
|
}
|
|
26
33
|
/**
|
|
34
|
+
* @public
|
|
27
35
|
* <p>An internal server error occurred. Retry your request.</p>
|
|
28
36
|
*/
|
|
29
37
|
export declare class InternalServerException extends __BaseException {
|
|
@@ -35,6 +43,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
35
43
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
36
44
|
}
|
|
37
45
|
/**
|
|
46
|
+
* @public
|
|
38
47
|
* <p>The calls to AWS Application Cost Profiler API are throttled. The request was denied.</p>
|
|
39
48
|
*/
|
|
40
49
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -46,6 +55,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
46
55
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
47
56
|
}
|
|
48
57
|
/**
|
|
58
|
+
* @public
|
|
49
59
|
* <p>The input fails to satisfy the constraints for the API.</p>
|
|
50
60
|
*/
|
|
51
61
|
export declare class ValidationException extends __BaseException {
|
|
@@ -56,6 +66,9 @@ export declare class ValidationException extends __BaseException {
|
|
|
56
66
|
*/
|
|
57
67
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
58
68
|
}
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
59
72
|
export interface GetReportDefinitionRequest {
|
|
60
73
|
/**
|
|
61
74
|
* <p>ID of the report to retrieve.</p>
|
|
@@ -63,6 +76,7 @@ export interface GetReportDefinitionRequest {
|
|
|
63
76
|
reportId: string | undefined;
|
|
64
77
|
}
|
|
65
78
|
/**
|
|
79
|
+
* @public
|
|
66
80
|
* <p>Represents the Amazon Simple Storage Service (Amazon S3) location where AWS Application Cost Profiler
|
|
67
81
|
* reports are generated and then written to.</p>
|
|
68
82
|
*/
|
|
@@ -76,15 +90,24 @@ export interface S3Location {
|
|
|
76
90
|
*/
|
|
77
91
|
prefix: string | undefined;
|
|
78
92
|
}
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
79
96
|
export declare enum Format {
|
|
80
97
|
CSV = "CSV",
|
|
81
98
|
PARQUET = "PARQUET"
|
|
82
99
|
}
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
83
103
|
export declare enum ReportFrequency {
|
|
84
104
|
ALL = "ALL",
|
|
85
105
|
DAILY = "DAILY",
|
|
86
106
|
MONTHLY = "MONTHLY"
|
|
87
107
|
}
|
|
108
|
+
/**
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
88
111
|
export interface GetReportDefinitionResult {
|
|
89
112
|
/**
|
|
90
113
|
* <p>ID of the report retrieved.</p>
|
|
@@ -115,6 +138,9 @@ export interface GetReportDefinitionResult {
|
|
|
115
138
|
*/
|
|
116
139
|
lastUpdated: Date | undefined;
|
|
117
140
|
}
|
|
141
|
+
/**
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
118
144
|
export declare enum S3BucketRegion {
|
|
119
145
|
AF_SOUTH_1 = "af-south-1",
|
|
120
146
|
AP_EAST_1 = "ap-east-1",
|
|
@@ -122,6 +148,7 @@ export declare enum S3BucketRegion {
|
|
|
122
148
|
ME_SOUTH_1 = "me-south-1"
|
|
123
149
|
}
|
|
124
150
|
/**
|
|
151
|
+
* @public
|
|
125
152
|
* <p>Represents the Amazon Simple Storage Service (Amazon S3) location where usage data is read
|
|
126
153
|
* from.</p>
|
|
127
154
|
*/
|
|
@@ -141,18 +168,27 @@ export interface SourceS3Location {
|
|
|
141
168
|
*/
|
|
142
169
|
region?: S3BucketRegion | string;
|
|
143
170
|
}
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
144
174
|
export interface ImportApplicationUsageRequest {
|
|
145
175
|
/**
|
|
146
176
|
* <p>Amazon S3 location to import application usage data from.</p>
|
|
147
177
|
*/
|
|
148
178
|
sourceS3Location: SourceS3Location | undefined;
|
|
149
179
|
}
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
150
183
|
export interface ImportApplicationUsageResult {
|
|
151
184
|
/**
|
|
152
185
|
* <p>ID of the import request.</p>
|
|
153
186
|
*/
|
|
154
187
|
importId: string | undefined;
|
|
155
188
|
}
|
|
189
|
+
/**
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
156
192
|
export interface ListReportDefinitionsRequest {
|
|
157
193
|
/**
|
|
158
194
|
* <p>The token value from a previous call to access the next page of results.</p>
|
|
@@ -164,6 +200,7 @@ export interface ListReportDefinitionsRequest {
|
|
|
164
200
|
maxResults?: number;
|
|
165
201
|
}
|
|
166
202
|
/**
|
|
203
|
+
* @public
|
|
167
204
|
* <p>The configuration of a report in AWS Application Cost Profiler.</p>
|
|
168
205
|
*/
|
|
169
206
|
export interface ReportDefinition {
|
|
@@ -196,6 +233,9 @@ export interface ReportDefinition {
|
|
|
196
233
|
*/
|
|
197
234
|
lastUpdatedAt?: Date;
|
|
198
235
|
}
|
|
236
|
+
/**
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
199
239
|
export interface ListReportDefinitionsResult {
|
|
200
240
|
/**
|
|
201
241
|
* <p>The retrieved reports.</p>
|
|
@@ -206,6 +246,9 @@ export interface ListReportDefinitionsResult {
|
|
|
206
246
|
*/
|
|
207
247
|
nextToken?: string;
|
|
208
248
|
}
|
|
249
|
+
/**
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
209
252
|
export interface PutReportDefinitionRequest {
|
|
210
253
|
/**
|
|
211
254
|
* <p>Required. ID of the report. You can choose any valid string matching the pattern for the
|
|
@@ -230,6 +273,9 @@ export interface PutReportDefinitionRequest {
|
|
|
230
273
|
*/
|
|
231
274
|
destinationS3Location: S3Location | undefined;
|
|
232
275
|
}
|
|
276
|
+
/**
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
233
279
|
export interface PutReportDefinitionResult {
|
|
234
280
|
/**
|
|
235
281
|
* <p>ID of the report.</p>
|
|
@@ -237,6 +283,7 @@ export interface PutReportDefinitionResult {
|
|
|
237
283
|
reportId?: string;
|
|
238
284
|
}
|
|
239
285
|
/**
|
|
286
|
+
* @public
|
|
240
287
|
* <p>Your request exceeds one or more of the service quotas.</p>
|
|
241
288
|
*/
|
|
242
289
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
@@ -247,6 +294,9 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
247
294
|
*/
|
|
248
295
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
249
296
|
}
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
250
300
|
export interface UpdateReportDefinitionRequest {
|
|
251
301
|
/**
|
|
252
302
|
* <p>Required. ID of the report to update.</p>
|
|
@@ -270,69 +320,12 @@ export interface UpdateReportDefinitionRequest {
|
|
|
270
320
|
*/
|
|
271
321
|
destinationS3Location: S3Location | undefined;
|
|
272
322
|
}
|
|
323
|
+
/**
|
|
324
|
+
* @public
|
|
325
|
+
*/
|
|
273
326
|
export interface UpdateReportDefinitionResult {
|
|
274
327
|
/**
|
|
275
328
|
* <p>ID of the report.</p>
|
|
276
329
|
*/
|
|
277
330
|
reportId?: string;
|
|
278
331
|
}
|
|
279
|
-
/**
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
282
|
-
export declare const DeleteReportDefinitionRequestFilterSensitiveLog: (obj: DeleteReportDefinitionRequest) => any;
|
|
283
|
-
/**
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
|
-
export declare const DeleteReportDefinitionResultFilterSensitiveLog: (obj: DeleteReportDefinitionResult) => any;
|
|
287
|
-
/**
|
|
288
|
-
* @internal
|
|
289
|
-
*/
|
|
290
|
-
export declare const GetReportDefinitionRequestFilterSensitiveLog: (obj: GetReportDefinitionRequest) => any;
|
|
291
|
-
/**
|
|
292
|
-
* @internal
|
|
293
|
-
*/
|
|
294
|
-
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
295
|
-
/**
|
|
296
|
-
* @internal
|
|
297
|
-
*/
|
|
298
|
-
export declare const GetReportDefinitionResultFilterSensitiveLog: (obj: GetReportDefinitionResult) => any;
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
|
-
export declare const SourceS3LocationFilterSensitiveLog: (obj: SourceS3Location) => any;
|
|
303
|
-
/**
|
|
304
|
-
* @internal
|
|
305
|
-
*/
|
|
306
|
-
export declare const ImportApplicationUsageRequestFilterSensitiveLog: (obj: ImportApplicationUsageRequest) => any;
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
|
-
export declare const ImportApplicationUsageResultFilterSensitiveLog: (obj: ImportApplicationUsageResult) => any;
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
|
-
export declare const ListReportDefinitionsRequestFilterSensitiveLog: (obj: ListReportDefinitionsRequest) => any;
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
|
-
export declare const ReportDefinitionFilterSensitiveLog: (obj: ReportDefinition) => any;
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
|
-
export declare const ListReportDefinitionsResultFilterSensitiveLog: (obj: ListReportDefinitionsResult) => any;
|
|
323
|
-
/**
|
|
324
|
-
* @internal
|
|
325
|
-
*/
|
|
326
|
-
export declare const PutReportDefinitionRequestFilterSensitiveLog: (obj: PutReportDefinitionRequest) => any;
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
|
-
export declare const PutReportDefinitionResultFilterSensitiveLog: (obj: PutReportDefinitionResult) => any;
|
|
331
|
-
/**
|
|
332
|
-
* @internal
|
|
333
|
-
*/
|
|
334
|
-
export declare const UpdateReportDefinitionRequestFilterSensitiveLog: (obj: UpdateReportDefinitionRequest) => any;
|
|
335
|
-
/**
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
|
-
export declare const UpdateReportDefinitionResultFilterSensitiveLog: (obj: UpdateReportDefinitionResult) => any;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { ApplicationCostProfilerClient } from "../ApplicationCostProfilerClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface ApplicationCostProfilerPaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: ApplicationCostProfilerClient;
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListReportDefinitionsCommandInput, ListReportDefinitionsCommandOutput } from "../commands/ListReportDefinitionsCommand";
|
|
3
3
|
import { ApplicationCostProfilerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListReportDefinitions(config: ApplicationCostProfilerPaginationConfiguration, input: ListReportDefinitionsCommandInput, ...additionalArguments: any): Paginator<ListReportDefinitionsCommandOutput>;
|
|
@@ -120,46 +120,3 @@ export interface UpdateReportDefinitionRequest {
|
|
|
120
120
|
export interface UpdateReportDefinitionResult {
|
|
121
121
|
reportId?: string;
|
|
122
122
|
}
|
|
123
|
-
export declare const DeleteReportDefinitionRequestFilterSensitiveLog: (
|
|
124
|
-
obj: DeleteReportDefinitionRequest
|
|
125
|
-
) => any;
|
|
126
|
-
export declare const DeleteReportDefinitionResultFilterSensitiveLog: (
|
|
127
|
-
obj: DeleteReportDefinitionResult
|
|
128
|
-
) => any;
|
|
129
|
-
export declare const GetReportDefinitionRequestFilterSensitiveLog: (
|
|
130
|
-
obj: GetReportDefinitionRequest
|
|
131
|
-
) => any;
|
|
132
|
-
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
133
|
-
export declare const GetReportDefinitionResultFilterSensitiveLog: (
|
|
134
|
-
obj: GetReportDefinitionResult
|
|
135
|
-
) => any;
|
|
136
|
-
export declare const SourceS3LocationFilterSensitiveLog: (
|
|
137
|
-
obj: SourceS3Location
|
|
138
|
-
) => any;
|
|
139
|
-
export declare const ImportApplicationUsageRequestFilterSensitiveLog: (
|
|
140
|
-
obj: ImportApplicationUsageRequest
|
|
141
|
-
) => any;
|
|
142
|
-
export declare const ImportApplicationUsageResultFilterSensitiveLog: (
|
|
143
|
-
obj: ImportApplicationUsageResult
|
|
144
|
-
) => any;
|
|
145
|
-
export declare const ListReportDefinitionsRequestFilterSensitiveLog: (
|
|
146
|
-
obj: ListReportDefinitionsRequest
|
|
147
|
-
) => any;
|
|
148
|
-
export declare const ReportDefinitionFilterSensitiveLog: (
|
|
149
|
-
obj: ReportDefinition
|
|
150
|
-
) => any;
|
|
151
|
-
export declare const ListReportDefinitionsResultFilterSensitiveLog: (
|
|
152
|
-
obj: ListReportDefinitionsResult
|
|
153
|
-
) => any;
|
|
154
|
-
export declare const PutReportDefinitionRequestFilterSensitiveLog: (
|
|
155
|
-
obj: PutReportDefinitionRequest
|
|
156
|
-
) => any;
|
|
157
|
-
export declare const PutReportDefinitionResultFilterSensitiveLog: (
|
|
158
|
-
obj: PutReportDefinitionResult
|
|
159
|
-
) => any;
|
|
160
|
-
export declare const UpdateReportDefinitionRequestFilterSensitiveLog: (
|
|
161
|
-
obj: UpdateReportDefinitionRequest
|
|
162
|
-
) => any;
|
|
163
|
-
export declare const UpdateReportDefinitionResultFilterSensitiveLog: (
|
|
164
|
-
obj: UpdateReportDefinitionResult
|
|
165
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-applicationcostprofiler",
|
|
3
3
|
"description": "AWS SDK for JavaScript Applicationcostprofiler Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo applicationcostprofiler"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|