cdk-lambda-subminute 2.0.325 → 2.0.326
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/.jsii +16 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/b2bi-2022-06-23.examples.json +0 -709
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +84 -20
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +269 -201
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +85 -65
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +479 -317
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.min.json +1286 -0
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +548 -466
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appstream.d.ts +1 -1
- package/node_modules/aws-sdk/clients/b2bi.d.ts +45 -45
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +98 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +94 -38
- package/node_modules/aws-sdk/clients/controltower.d.ts +3 -3
- package/node_modules/aws-sdk/clients/firehose.d.ts +24 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +14 -10
- package/node_modules/aws-sdk/clients/iot.d.ts +173 -1
- package/node_modules/aws-sdk/clients/neptunegraph.d.ts +1394 -0
- package/node_modules/aws-sdk/clients/neptunegraph.js +19 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +23 -23
- package/node_modules/aws-sdk/clients/quicksight.d.ts +75 -3
- package/node_modules/aws-sdk/clients/workspaces.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +68 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +844 -587
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- package/node_modules/aws-sdk/dist-tools/service-collector.js +1 -1
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/neptunegraph.js +14 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -373,3 +373,4 @@ export import QConnect = require('./qconnect');
|
|
373
373
|
export import CleanRoomsML = require('./cleanroomsml');
|
374
374
|
export import MarketplaceAgreement = require('./marketplaceagreement');
|
375
375
|
export import MarketplaceDeployment = require('./marketplacedeployment');
|
376
|
+
export import NeptuneGraph = require('./neptunegraph');
|
@@ -374,5 +374,6 @@ module.exports = {
|
|
374
374
|
QConnect: require('./qconnect'),
|
375
375
|
CleanRoomsML: require('./cleanroomsml'),
|
376
376
|
MarketplaceAgreement: require('./marketplaceagreement'),
|
377
|
-
MarketplaceDeployment: require('./marketplacedeployment')
|
377
|
+
MarketplaceDeployment: require('./marketplacedeployment'),
|
378
|
+
NeptuneGraph: require('./neptunegraph')
|
378
379
|
};
|
@@ -2723,7 +2723,7 @@ declare namespace AppStream {
|
|
2723
2723
|
export type OrganizationalUnitDistinguishedNamesList = OrganizationalUnitDistinguishedName[];
|
2724
2724
|
export type PackagingType = "CUSTOM"|"APPSTREAM2"|string;
|
2725
2725
|
export type Permission = "ENABLED"|"DISABLED"|string;
|
2726
|
-
export type PlatformType = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"AMAZON_LINUX2"|string;
|
2726
|
+
export type PlatformType = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|string;
|
2727
2727
|
export type Platforms = PlatformType[];
|
2728
2728
|
export type PreferredProtocol = "TCP"|"UDP"|string;
|
2729
2729
|
export type RedirectURL = string;
|
@@ -12,99 +12,99 @@ declare class B2bi extends Service {
|
|
12
12
|
constructor(options?: B2bi.Types.ClientConfiguration)
|
13
13
|
config: Config & B2bi.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Instantiates a capability based on the specified parameters.
|
15
|
+
* Instantiates a capability based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
|
16
16
|
*/
|
17
17
|
createCapability(params: B2bi.Types.CreateCapabilityRequest, callback?: (err: AWSError, data: B2bi.Types.CreateCapabilityResponse) => void): Request<B2bi.Types.CreateCapabilityResponse, AWSError>;
|
18
18
|
/**
|
19
|
-
* Instantiates a capability based on the specified parameters.
|
19
|
+
* Instantiates a capability based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
|
20
20
|
*/
|
21
21
|
createCapability(callback?: (err: AWSError, data: B2bi.Types.CreateCapabilityResponse) => void): Request<B2bi.Types.CreateCapabilityResponse, AWSError>;
|
22
22
|
/**
|
23
|
-
* Creates a partnership between a customer and a trading partner, based on the supplied parameters.
|
23
|
+
* Creates a partnership between a customer and a trading partner, based on the supplied parameters. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
|
24
24
|
*/
|
25
25
|
createPartnership(params: B2bi.Types.CreatePartnershipRequest, callback?: (err: AWSError, data: B2bi.Types.CreatePartnershipResponse) => void): Request<B2bi.Types.CreatePartnershipResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Creates a partnership between a customer and a trading partner, based on the supplied parameters.
|
27
|
+
* Creates a partnership between a customer and a trading partner, based on the supplied parameters. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
|
28
28
|
*/
|
29
29
|
createPartnership(callback?: (err: AWSError, data: B2bi.Types.CreatePartnershipResponse) => void): Request<B2bi.Types.CreatePartnershipResponse, AWSError>;
|
30
30
|
/**
|
31
|
-
* Creates a customer profile. You can have up to five customer profiles, each representing a distinct private network.
|
31
|
+
* Creates a customer profile. You can have up to five customer profiles, each representing a distinct private network. A profile is the mechanism used to create the concept of a private network.
|
32
32
|
*/
|
33
33
|
createProfile(params: B2bi.Types.CreateProfileRequest, callback?: (err: AWSError, data: B2bi.Types.CreateProfileResponse) => void): Request<B2bi.Types.CreateProfileResponse, AWSError>;
|
34
34
|
/**
|
35
|
-
* Creates a customer profile. You can have up to five customer profiles, each representing a distinct private network.
|
35
|
+
* Creates a customer profile. You can have up to five customer profiles, each representing a distinct private network. A profile is the mechanism used to create the concept of a private network.
|
36
36
|
*/
|
37
37
|
createProfile(callback?: (err: AWSError, data: B2bi.Types.CreateProfileResponse) => void): Request<B2bi.Types.CreateProfileResponse, AWSError>;
|
38
38
|
/**
|
39
|
-
* Creates a transformer.
|
39
|
+
* Creates a transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
|
40
40
|
*/
|
41
41
|
createTransformer(params: B2bi.Types.CreateTransformerRequest, callback?: (err: AWSError, data: B2bi.Types.CreateTransformerResponse) => void): Request<B2bi.Types.CreateTransformerResponse, AWSError>;
|
42
42
|
/**
|
43
|
-
* Creates a transformer.
|
43
|
+
* Creates a transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
|
44
44
|
*/
|
45
45
|
createTransformer(callback?: (err: AWSError, data: B2bi.Types.CreateTransformerResponse) => void): Request<B2bi.Types.CreateTransformerResponse, AWSError>;
|
46
46
|
/**
|
47
|
-
* Deletes the specified capability.
|
47
|
+
* Deletes the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
|
48
48
|
*/
|
49
49
|
deleteCapability(params: B2bi.Types.DeleteCapabilityRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
50
50
|
/**
|
51
|
-
* Deletes the specified capability.
|
51
|
+
* Deletes the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
|
52
52
|
*/
|
53
53
|
deleteCapability(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
54
54
|
/**
|
55
|
-
* Deletes the specified partnership.
|
55
|
+
* Deletes the specified partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
|
56
56
|
*/
|
57
57
|
deletePartnership(params: B2bi.Types.DeletePartnershipRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
58
58
|
/**
|
59
|
-
* Deletes the specified partnership.
|
59
|
+
* Deletes the specified partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
|
60
60
|
*/
|
61
61
|
deletePartnership(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
62
62
|
/**
|
63
|
-
* Deletes the specified profile.
|
63
|
+
* Deletes the specified profile. A profile is the mechanism used to create the concept of a private network.
|
64
64
|
*/
|
65
65
|
deleteProfile(params: B2bi.Types.DeleteProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
66
66
|
/**
|
67
|
-
* Deletes the specified profile.
|
67
|
+
* Deletes the specified profile. A profile is the mechanism used to create the concept of a private network.
|
68
68
|
*/
|
69
69
|
deleteProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
70
70
|
/**
|
71
|
-
* Deletes the specified transformer.
|
71
|
+
* Deletes the specified transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
|
72
72
|
*/
|
73
73
|
deleteTransformer(params: B2bi.Types.DeleteTransformerRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
74
74
|
/**
|
75
|
-
* Deletes the specified transformer.
|
75
|
+
* Deletes the specified transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
|
76
76
|
*/
|
77
77
|
deleteTransformer(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
78
78
|
/**
|
79
|
-
* Retrieves the details for the specified capability.
|
79
|
+
* Retrieves the details for the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
|
80
80
|
*/
|
81
81
|
getCapability(params: B2bi.Types.GetCapabilityRequest, callback?: (err: AWSError, data: B2bi.Types.GetCapabilityResponse) => void): Request<B2bi.Types.GetCapabilityResponse, AWSError>;
|
82
82
|
/**
|
83
|
-
* Retrieves the details for the specified capability.
|
83
|
+
* Retrieves the details for the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
|
84
84
|
*/
|
85
85
|
getCapability(callback?: (err: AWSError, data: B2bi.Types.GetCapabilityResponse) => void): Request<B2bi.Types.GetCapabilityResponse, AWSError>;
|
86
86
|
/**
|
87
|
-
* Retrieves the details for a partnership, based on the partner and profile IDs specified.
|
87
|
+
* Retrieves the details for a partnership, based on the partner and profile IDs specified. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
|
88
88
|
*/
|
89
89
|
getPartnership(params: B2bi.Types.GetPartnershipRequest, callback?: (err: AWSError, data: B2bi.Types.GetPartnershipResponse) => void): Request<B2bi.Types.GetPartnershipResponse, AWSError>;
|
90
90
|
/**
|
91
|
-
* Retrieves the details for a partnership, based on the partner and profile IDs specified.
|
91
|
+
* Retrieves the details for a partnership, based on the partner and profile IDs specified. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
|
92
92
|
*/
|
93
93
|
getPartnership(callback?: (err: AWSError, data: B2bi.Types.GetPartnershipResponse) => void): Request<B2bi.Types.GetPartnershipResponse, AWSError>;
|
94
94
|
/**
|
95
|
-
* Retrieves the details for the profile specified by the profile ID.
|
95
|
+
* Retrieves the details for the profile specified by the profile ID. A profile is the mechanism used to create the concept of a private network.
|
96
96
|
*/
|
97
97
|
getProfile(params: B2bi.Types.GetProfileRequest, callback?: (err: AWSError, data: B2bi.Types.GetProfileResponse) => void): Request<B2bi.Types.GetProfileResponse, AWSError>;
|
98
98
|
/**
|
99
|
-
* Retrieves the details for the profile specified by the profile ID.
|
99
|
+
* Retrieves the details for the profile specified by the profile ID. A profile is the mechanism used to create the concept of a private network.
|
100
100
|
*/
|
101
101
|
getProfile(callback?: (err: AWSError, data: B2bi.Types.GetProfileResponse) => void): Request<B2bi.Types.GetProfileResponse, AWSError>;
|
102
102
|
/**
|
103
|
-
* Retrieves the details for the transformer specified by the transformer ID.
|
103
|
+
* Retrieves the details for the transformer specified by the transformer ID. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
|
104
104
|
*/
|
105
105
|
getTransformer(params: B2bi.Types.GetTransformerRequest, callback?: (err: AWSError, data: B2bi.Types.GetTransformerResponse) => void): Request<B2bi.Types.GetTransformerResponse, AWSError>;
|
106
106
|
/**
|
107
|
-
* Retrieves the details for the transformer specified by the transformer ID.
|
107
|
+
* Retrieves the details for the transformer specified by the transformer ID. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
|
108
108
|
*/
|
109
109
|
getTransformer(callback?: (err: AWSError, data: B2bi.Types.GetTransformerResponse) => void): Request<B2bi.Types.GetTransformerResponse, AWSError>;
|
110
110
|
/**
|
@@ -116,27 +116,27 @@ declare class B2bi extends Service {
|
|
116
116
|
*/
|
117
117
|
getTransformerJob(callback?: (err: AWSError, data: B2bi.Types.GetTransformerJobResponse) => void): Request<B2bi.Types.GetTransformerJobResponse, AWSError>;
|
118
118
|
/**
|
119
|
-
* Lists the capabilities associated with your Amazon Web Services account for your current or specified region.
|
119
|
+
* Lists the capabilities associated with your Amazon Web Services account for your current or specified region. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
|
120
120
|
*/
|
121
121
|
listCapabilities(params: B2bi.Types.ListCapabilitiesRequest, callback?: (err: AWSError, data: B2bi.Types.ListCapabilitiesResponse) => void): Request<B2bi.Types.ListCapabilitiesResponse, AWSError>;
|
122
122
|
/**
|
123
|
-
* Lists the capabilities associated with your Amazon Web Services account for your current or specified region.
|
123
|
+
* Lists the capabilities associated with your Amazon Web Services account for your current or specified region. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
|
124
124
|
*/
|
125
125
|
listCapabilities(callback?: (err: AWSError, data: B2bi.Types.ListCapabilitiesResponse) => void): Request<B2bi.Types.ListCapabilitiesResponse, AWSError>;
|
126
126
|
/**
|
127
|
-
* Lists the partnerships associated with your Amazon Web Services account for your current or specified region.
|
127
|
+
* Lists the partnerships associated with your Amazon Web Services account for your current or specified region. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
|
128
128
|
*/
|
129
129
|
listPartnerships(params: B2bi.Types.ListPartnershipsRequest, callback?: (err: AWSError, data: B2bi.Types.ListPartnershipsResponse) => void): Request<B2bi.Types.ListPartnershipsResponse, AWSError>;
|
130
130
|
/**
|
131
|
-
* Lists the partnerships associated with your Amazon Web Services account for your current or specified region.
|
131
|
+
* Lists the partnerships associated with your Amazon Web Services account for your current or specified region. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
|
132
132
|
*/
|
133
133
|
listPartnerships(callback?: (err: AWSError, data: B2bi.Types.ListPartnershipsResponse) => void): Request<B2bi.Types.ListPartnershipsResponse, AWSError>;
|
134
134
|
/**
|
135
|
-
* Lists the profiles associated with your Amazon Web Services account for your current or specified region.
|
135
|
+
* Lists the profiles associated with your Amazon Web Services account for your current or specified region. A profile is the mechanism used to create the concept of a private network.
|
136
136
|
*/
|
137
137
|
listProfiles(params: B2bi.Types.ListProfilesRequest, callback?: (err: AWSError, data: B2bi.Types.ListProfilesResponse) => void): Request<B2bi.Types.ListProfilesResponse, AWSError>;
|
138
138
|
/**
|
139
|
-
* Lists the profiles associated with your Amazon Web Services account for your current or specified region.
|
139
|
+
* Lists the profiles associated with your Amazon Web Services account for your current or specified region. A profile is the mechanism used to create the concept of a private network.
|
140
140
|
*/
|
141
141
|
listProfiles(callback?: (err: AWSError, data: B2bi.Types.ListProfilesResponse) => void): Request<B2bi.Types.ListProfilesResponse, AWSError>;
|
142
142
|
/**
|
@@ -148,19 +148,19 @@ declare class B2bi extends Service {
|
|
148
148
|
*/
|
149
149
|
listTagsForResource(callback?: (err: AWSError, data: B2bi.Types.ListTagsForResourceResponse) => void): Request<B2bi.Types.ListTagsForResourceResponse, AWSError>;
|
150
150
|
/**
|
151
|
-
* Lists the available transformers.
|
151
|
+
* Lists the available transformers. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
|
152
152
|
*/
|
153
153
|
listTransformers(params: B2bi.Types.ListTransformersRequest, callback?: (err: AWSError, data: B2bi.Types.ListTransformersResponse) => void): Request<B2bi.Types.ListTransformersResponse, AWSError>;
|
154
154
|
/**
|
155
|
-
* Lists the available transformers.
|
155
|
+
* Lists the available transformers. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
|
156
156
|
*/
|
157
157
|
listTransformers(callback?: (err: AWSError, data: B2bi.Types.ListTransformersResponse) => void): Request<B2bi.Types.ListTransformersResponse, AWSError>;
|
158
158
|
/**
|
159
|
-
* Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2BI Data Interchange.
|
159
|
+
* Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2BI Data Interchange. If you only want to transform EDI (electronic data interchange) documents, you don't need to create profiles, partnerships or capabilities. Just create and configure a transformer, and then run the StartTransformerJob API to process your files.
|
160
160
|
*/
|
161
161
|
startTransformerJob(params: B2bi.Types.StartTransformerJobRequest, callback?: (err: AWSError, data: B2bi.Types.StartTransformerJobResponse) => void): Request<B2bi.Types.StartTransformerJobResponse, AWSError>;
|
162
162
|
/**
|
163
|
-
* Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2BI Data Interchange.
|
163
|
+
* Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2BI Data Interchange. If you only want to transform EDI (electronic data interchange) documents, you don't need to create profiles, partnerships or capabilities. Just create and configure a transformer, and then run the StartTransformerJob API to process your files.
|
164
164
|
*/
|
165
165
|
startTransformerJob(callback?: (err: AWSError, data: B2bi.Types.StartTransformerJobResponse) => void): Request<B2bi.Types.StartTransformerJobResponse, AWSError>;
|
166
166
|
/**
|
@@ -172,11 +172,11 @@ declare class B2bi extends Service {
|
|
172
172
|
*/
|
173
173
|
tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
174
174
|
/**
|
175
|
-
* Maps the input file according to the provided template file.
|
175
|
+
* Maps the input file according to the provided template file. The API call downloads the file contents from the Amazon S3 location, and passes the contents in as a string, to the inputFileContent parameter.
|
176
176
|
*/
|
177
177
|
testMapping(params: B2bi.Types.TestMappingRequest, callback?: (err: AWSError, data: B2bi.Types.TestMappingResponse) => void): Request<B2bi.Types.TestMappingResponse, AWSError>;
|
178
178
|
/**
|
179
|
-
* Maps the input file according to the provided template file.
|
179
|
+
* Maps the input file according to the provided template file. The API call downloads the file contents from the Amazon S3 location, and passes the contents in as a string, to the inputFileContent parameter.
|
180
180
|
*/
|
181
181
|
testMapping(callback?: (err: AWSError, data: B2bi.Types.TestMappingResponse) => void): Request<B2bi.Types.TestMappingResponse, AWSError>;
|
182
182
|
/**
|
@@ -196,35 +196,35 @@ declare class B2bi extends Service {
|
|
196
196
|
*/
|
197
197
|
untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
198
198
|
/**
|
199
|
-
* Updates some of the parameters for a capability, based on the specified parameters.
|
199
|
+
* Updates some of the parameters for a capability, based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
|
200
200
|
*/
|
201
201
|
updateCapability(params: B2bi.Types.UpdateCapabilityRequest, callback?: (err: AWSError, data: B2bi.Types.UpdateCapabilityResponse) => void): Request<B2bi.Types.UpdateCapabilityResponse, AWSError>;
|
202
202
|
/**
|
203
|
-
* Updates some of the parameters for a capability, based on the specified parameters.
|
203
|
+
* Updates some of the parameters for a capability, based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
|
204
204
|
*/
|
205
205
|
updateCapability(callback?: (err: AWSError, data: B2bi.Types.UpdateCapabilityResponse) => void): Request<B2bi.Types.UpdateCapabilityResponse, AWSError>;
|
206
206
|
/**
|
207
|
-
* Updates some of the parameters for a partnership between a customer and trading partner.
|
207
|
+
* Updates some of the parameters for a partnership between a customer and trading partner. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
|
208
208
|
*/
|
209
209
|
updatePartnership(params: B2bi.Types.UpdatePartnershipRequest, callback?: (err: AWSError, data: B2bi.Types.UpdatePartnershipResponse) => void): Request<B2bi.Types.UpdatePartnershipResponse, AWSError>;
|
210
210
|
/**
|
211
|
-
* Updates some of the parameters for a partnership between a customer and trading partner.
|
211
|
+
* Updates some of the parameters for a partnership between a customer and trading partner. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
|
212
212
|
*/
|
213
213
|
updatePartnership(callback?: (err: AWSError, data: B2bi.Types.UpdatePartnershipResponse) => void): Request<B2bi.Types.UpdatePartnershipResponse, AWSError>;
|
214
214
|
/**
|
215
|
-
* Updates the specified parameters for a profile.
|
215
|
+
* Updates the specified parameters for a profile. A profile is the mechanism used to create the concept of a private network.
|
216
216
|
*/
|
217
217
|
updateProfile(params: B2bi.Types.UpdateProfileRequest, callback?: (err: AWSError, data: B2bi.Types.UpdateProfileResponse) => void): Request<B2bi.Types.UpdateProfileResponse, AWSError>;
|
218
218
|
/**
|
219
|
-
* Updates the specified parameters for a profile.
|
219
|
+
* Updates the specified parameters for a profile. A profile is the mechanism used to create the concept of a private network.
|
220
220
|
*/
|
221
221
|
updateProfile(callback?: (err: AWSError, data: B2bi.Types.UpdateProfileResponse) => void): Request<B2bi.Types.UpdateProfileResponse, AWSError>;
|
222
222
|
/**
|
223
|
-
* Updates the specified parameters for a transformer.
|
223
|
+
* Updates the specified parameters for a transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
|
224
224
|
*/
|
225
225
|
updateTransformer(params: B2bi.Types.UpdateTransformerRequest, callback?: (err: AWSError, data: B2bi.Types.UpdateTransformerResponse) => void): Request<B2bi.Types.UpdateTransformerResponse, AWSError>;
|
226
226
|
/**
|
227
|
-
* Updates the specified parameters for a transformer.
|
227
|
+
* Updates the specified parameters for a transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
|
228
228
|
*/
|
229
229
|
updateTransformer(callback?: (err: AWSError, data: B2bi.Types.UpdateTransformerResponse) => void): Request<B2bi.Types.UpdateTransformerResponse, AWSError>;
|
230
230
|
}
|
@@ -1020,7 +1020,7 @@ declare namespace B2bi {
|
|
1020
1020
|
export type TestMappingInputFileContent = string;
|
1021
1021
|
export interface TestMappingRequest {
|
1022
1022
|
/**
|
1023
|
-
* Specify the EDI (electronic data interchange) file that is used as input for the transform.
|
1023
|
+
* Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.
|
1024
1024
|
*/
|
1025
1025
|
inputFileContent: TestMappingInputFileContent;
|
1026
1026
|
/**
|
@@ -52,11 +52,11 @@ declare class Billingconductor extends Service {
|
|
52
52
|
*/
|
53
53
|
createBillingGroup(callback?: (err: AWSError, data: Billingconductor.Types.CreateBillingGroupOutput) => void): Request<Billingconductor.Types.CreateBillingGroupOutput, AWSError>;
|
54
54
|
/**
|
55
|
-
*
|
55
|
+
* Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period. The one-time fixed charge is either a fee or discount.
|
56
56
|
*/
|
57
57
|
createCustomLineItem(params: Billingconductor.Types.CreateCustomLineItemInput, callback?: (err: AWSError, data: Billingconductor.Types.CreateCustomLineItemOutput) => void): Request<Billingconductor.Types.CreateCustomLineItemOutput, AWSError>;
|
58
58
|
/**
|
59
|
-
*
|
59
|
+
* Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period. The one-time fixed charge is either a fee or discount.
|
60
60
|
*/
|
61
61
|
createCustomLineItem(callback?: (err: AWSError, data: Billingconductor.Types.CreateCustomLineItemOutput) => void): Request<Billingconductor.Types.CreateCustomLineItemOutput, AWSError>;
|
62
62
|
/**
|
@@ -123,6 +123,14 @@ declare class Billingconductor extends Service {
|
|
123
123
|
* Disassociates a list of pricing rules from a pricing plan.
|
124
124
|
*/
|
125
125
|
disassociatePricingRules(callback?: (err: AWSError, data: Billingconductor.Types.DisassociatePricingRulesOutput) => void): Request<Billingconductor.Types.DisassociatePricingRulesOutput, AWSError>;
|
126
|
+
/**
|
127
|
+
* Retrieves the margin summary report, which includes the Amazon Web Services cost and charged amount (pro forma cost) by Amazon Web Service for a specific billing group.
|
128
|
+
*/
|
129
|
+
getBillingGroupCostReport(params: Billingconductor.Types.GetBillingGroupCostReportInput, callback?: (err: AWSError, data: Billingconductor.Types.GetBillingGroupCostReportOutput) => void): Request<Billingconductor.Types.GetBillingGroupCostReportOutput, AWSError>;
|
130
|
+
/**
|
131
|
+
* Retrieves the margin summary report, which includes the Amazon Web Services cost and charged amount (pro forma cost) by Amazon Web Service for a specific billing group.
|
132
|
+
*/
|
133
|
+
getBillingGroupCostReport(callback?: (err: AWSError, data: Billingconductor.Types.GetBillingGroupCostReportOutput) => void): Request<Billingconductor.Types.GetBillingGroupCostReportOutput, AWSError>;
|
126
134
|
/**
|
127
135
|
* This is a paginated call to list linked accounts that are linked to the payer account for the specified time period. If no information is provided, the current billing period is used. The response will optionally include the billing group that's associated with the linked account.
|
128
136
|
*/
|
@@ -352,6 +360,17 @@ declare namespace Billingconductor {
|
|
352
360
|
}
|
353
361
|
export type AssociateResourcesResponseList = AssociateResourceResponseElement[];
|
354
362
|
export type Association = string;
|
363
|
+
export interface Attribute {
|
364
|
+
/**
|
365
|
+
* The key in a key-value pair that describes the margin summary.
|
366
|
+
*/
|
367
|
+
Key?: String;
|
368
|
+
/**
|
369
|
+
* The value in a key-value pair that describes the margin summary.
|
370
|
+
*/
|
371
|
+
Value?: String;
|
372
|
+
}
|
373
|
+
export type AttributesList = Attribute[];
|
355
374
|
export interface BatchAssociateResourcesToCustomLineItemInput {
|
356
375
|
/**
|
357
376
|
* A percentage custom line item ARN to associate the resources to.
|
@@ -424,6 +443,37 @@ declare namespace Billingconductor {
|
|
424
443
|
Currency?: Currency;
|
425
444
|
}
|
426
445
|
export type BillingGroupCostReportList = BillingGroupCostReportElement[];
|
446
|
+
export interface BillingGroupCostReportResultElement {
|
447
|
+
/**
|
448
|
+
* The Amazon Resource Number (ARN) that uniquely identifies the billing group.
|
449
|
+
*/
|
450
|
+
Arn?: BillingGroupArn;
|
451
|
+
/**
|
452
|
+
* The actual Amazon Web Services charges for the billing group.
|
453
|
+
*/
|
454
|
+
AWSCost?: AWSCost;
|
455
|
+
/**
|
456
|
+
* The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.
|
457
|
+
*/
|
458
|
+
ProformaCost?: ProformaCost;
|
459
|
+
/**
|
460
|
+
* The billing group margin.
|
461
|
+
*/
|
462
|
+
Margin?: Margin;
|
463
|
+
/**
|
464
|
+
* The percentage of the billing group margin.
|
465
|
+
*/
|
466
|
+
MarginPercentage?: MarginPercentage;
|
467
|
+
/**
|
468
|
+
* The displayed currency.
|
469
|
+
*/
|
470
|
+
Currency?: Currency;
|
471
|
+
/**
|
472
|
+
* The list of key-value pairs that represent the attributes by which the BillingGroupCostReportResults are grouped. For example, if you want the Amazon S3 service-level breakdown of a billing group for November 2023, the attributes list will contain a key-value pair of "PRODUCT_NAME" and "S3" and a key-value pair of "BILLING_PERIOD" and "Nov 2023".
|
473
|
+
*/
|
474
|
+
Attributes?: AttributesList;
|
475
|
+
}
|
476
|
+
export type BillingGroupCostReportResultsList = BillingGroupCostReportResultElement[];
|
427
477
|
export type BillingGroupDescription = string;
|
428
478
|
export type BillingGroupFullArn = string;
|
429
479
|
export type BillingGroupList = BillingGroupListElement[];
|
@@ -475,6 +525,16 @@ declare namespace Billingconductor {
|
|
475
525
|
export type BillingGroupStatusList = BillingGroupStatus[];
|
476
526
|
export type BillingGroupStatusReason = string;
|
477
527
|
export type BillingPeriod = string;
|
528
|
+
export interface BillingPeriodRange {
|
529
|
+
/**
|
530
|
+
* The inclusive start billing period that defines a billing period range for the margin summary.
|
531
|
+
*/
|
532
|
+
InclusiveStartBillingPeriod: BillingPeriod;
|
533
|
+
/**
|
534
|
+
* The exclusive end billing period that defines a billing period range for the margin summary. For example, if you choose a billing period that starts in October 2023 and ends in December 2023, the margin summary will only include data from October 2023 and November 2023.
|
535
|
+
*/
|
536
|
+
ExclusiveEndBillingPeriod: BillingPeriod;
|
537
|
+
}
|
478
538
|
export type Boolean = boolean;
|
479
539
|
export type ClientToken = string;
|
480
540
|
export interface ComputationPreference {
|
@@ -839,7 +899,7 @@ declare namespace Billingconductor {
|
|
839
899
|
}
|
840
900
|
export interface DeleteCustomLineItemOutput {
|
841
901
|
/**
|
842
|
-
*
|
902
|
+
* The ARN of the deleted custom line item.
|
843
903
|
*/
|
844
904
|
Arn?: CustomLineItemArn;
|
845
905
|
}
|
@@ -916,6 +976,40 @@ declare namespace Billingconductor {
|
|
916
976
|
*/
|
917
977
|
Activated: TieringActivated;
|
918
978
|
}
|
979
|
+
export interface GetBillingGroupCostReportInput {
|
980
|
+
/**
|
981
|
+
* The Amazon Resource Number (ARN) that uniquely identifies the billing group.
|
982
|
+
*/
|
983
|
+
Arn: BillingGroupArn;
|
984
|
+
/**
|
985
|
+
* A time range for which the margin summary is effective. You can specify up to 12 months.
|
986
|
+
*/
|
987
|
+
BillingPeriodRange?: BillingPeriodRange;
|
988
|
+
/**
|
989
|
+
* A list of strings that specify the attributes that are used to break down costs in the margin summary reports for the billing group. For example, you can view your costs by the Amazon Web Service name or the billing period.
|
990
|
+
*/
|
991
|
+
GroupBy?: GroupByAttributesList;
|
992
|
+
/**
|
993
|
+
* The maximum number of margin summary reports to retrieve.
|
994
|
+
*/
|
995
|
+
MaxResults?: MaxBillingGroupCostReportResults;
|
996
|
+
/**
|
997
|
+
* The pagination token used on subsequent calls to get reports.
|
998
|
+
*/
|
999
|
+
NextToken?: Token;
|
1000
|
+
}
|
1001
|
+
export interface GetBillingGroupCostReportOutput {
|
1002
|
+
/**
|
1003
|
+
* The list of margin summary reports.
|
1004
|
+
*/
|
1005
|
+
BillingGroupCostReportResults?: BillingGroupCostReportResultsList;
|
1006
|
+
/**
|
1007
|
+
* The pagination token used on subsequent calls to get reports.
|
1008
|
+
*/
|
1009
|
+
NextToken?: Token;
|
1010
|
+
}
|
1011
|
+
export type GroupByAttributeName = "PRODUCT_NAME"|"BILLING_PERIOD"|string;
|
1012
|
+
export type GroupByAttributesList = GroupByAttributeName[];
|
919
1013
|
export type Instant = number;
|
920
1014
|
export interface LineItemFilter {
|
921
1015
|
/**
|
@@ -1399,6 +1493,7 @@ declare namespace Billingconductor {
|
|
1399
1493
|
export type Margin = string;
|
1400
1494
|
export type MarginPercentage = string;
|
1401
1495
|
export type MatchOption = "NOT_EQUAL"|string;
|
1496
|
+
export type MaxBillingGroupCostReportResults = number;
|
1402
1497
|
export type MaxBillingGroupResults = number;
|
1403
1498
|
export type MaxCustomLineItemResults = number;
|
1404
1499
|
export type MaxPricingPlanResults = number;
|