A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/aws/aws-sdk-js-v3/commit/f5abdf89c31427427afed2ebd7d9ddead07df886 below:

Add Resource-based Policy APIs for Amazon Prometheus · aws/aws-sdk-js-v3@f5abdf8 · GitHub

@@ -48,6 +48,11 @@ import {

48 48

DeleteQueryLoggingConfigurationCommandInput,

49 49

DeleteQueryLoggingConfigurationCommandOutput,

50 50

} from "./commands/DeleteQueryLoggingConfigurationCommand";

51 +

import {

52 +

DeleteResourcePolicyCommand,

53 +

DeleteResourcePolicyCommandInput,

54 +

DeleteResourcePolicyCommandOutput,

55 +

} from "./commands/DeleteResourcePolicyCommand";

51 56

import {

52 57

DeleteRuleGroupsNamespaceCommand,

53 58

DeleteRuleGroupsNamespaceCommandInput,

@@ -78,6 +83,11 @@ import {

78 83

DescribeQueryLoggingConfigurationCommandInput,

79 84

DescribeQueryLoggingConfigurationCommandOutput,

80 85

} from "./commands/DescribeQueryLoggingConfigurationCommand";

86 +

import {

87 +

DescribeResourcePolicyCommand,

88 +

DescribeResourcePolicyCommandInput,

89 +

DescribeResourcePolicyCommandOutput,

90 +

} from "./commands/DescribeResourcePolicyCommand";

81 91

import {

82 92

DescribeRuleGroupsNamespaceCommand,

83 93

DescribeRuleGroupsNamespaceCommandInput,

@@ -128,6 +138,11 @@ import {

128 138

PutAlertManagerDefinitionCommandInput,

129 139

PutAlertManagerDefinitionCommandOutput,

130 140

} from "./commands/PutAlertManagerDefinitionCommand";

141 +

import {

142 +

PutResourcePolicyCommand,

143 +

PutResourcePolicyCommandInput,

144 +

PutResourcePolicyCommandOutput,

145 +

} from "./commands/PutResourcePolicyCommand";

131 146

import {

132 147

PutRuleGroupsNamespaceCommand,

133 148

PutRuleGroupsNamespaceCommandInput,

@@ -175,12 +190,14 @@ const commands = {

175 190

DeleteAlertManagerDefinitionCommand,

176 191

DeleteLoggingConfigurationCommand,

177 192

DeleteQueryLoggingConfigurationCommand,

193 +

DeleteResourcePolicyCommand,

178 194

DeleteRuleGroupsNamespaceCommand,

179 195

DeleteScraperCommand,

180 196

DeleteWorkspaceCommand,

181 197

DescribeAlertManagerDefinitionCommand,

182 198

DescribeLoggingConfigurationCommand,

183 199

DescribeQueryLoggingConfigurationCommand,

200 +

DescribeResourcePolicyCommand,

184 201

DescribeRuleGroupsNamespaceCommand,

185 202

DescribeScraperCommand,

186 203

DescribeWorkspaceCommand,

@@ -191,6 +208,7 @@ const commands = {

191 208

ListTagsForResourceCommand,

192 209

ListWorkspacesCommand,

193 210

PutAlertManagerDefinitionCommand,

211 +

PutResourcePolicyCommand,

194 212

PutRuleGroupsNamespaceCommand,

195 213

TagResourceCommand,

196 214

UntagResourceCommand,

@@ -347,6 +365,23 @@ export interface Amp {

347 365

cb: (err: any, data?: DeleteQueryLoggingConfigurationCommandOutput) => void

348 366

): void;

349 367 368 +

/**

369 +

* @see {@link DeleteResourcePolicyCommand}

370 +

*/

371 +

deleteResourcePolicy(

372 +

args: DeleteResourcePolicyCommandInput,

373 +

options?: __HttpHandlerOptions

374 +

): Promise<DeleteResourcePolicyCommandOutput>;

375 +

deleteResourcePolicy(

376 +

args: DeleteResourcePolicyCommandInput,

377 +

cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void

378 +

): void;

379 +

deleteResourcePolicy(

380 +

args: DeleteResourcePolicyCommandInput,

381 +

options: __HttpHandlerOptions,

382 +

cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void

383 +

): void;

384 + 350 385

/**

351 386

* @see {@link DeleteRuleGroupsNamespaceCommand}

352 387

*/

@@ -440,6 +475,23 @@ export interface Amp {

440 475

cb: (err: any, data?: DescribeQueryLoggingConfigurationCommandOutput) => void

441 476

): void;

442 477 478 +

/**

479 +

* @see {@link DescribeResourcePolicyCommand}

480 +

*/

481 +

describeResourcePolicy(

482 +

args: DescribeResourcePolicyCommandInput,

483 +

options?: __HttpHandlerOptions

484 +

): Promise<DescribeResourcePolicyCommandOutput>;

485 +

describeResourcePolicy(

486 +

args: DescribeResourcePolicyCommandInput,

487 +

cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void

488 +

): void;

489 +

describeResourcePolicy(

490 +

args: DescribeResourcePolicyCommandInput,

491 +

options: __HttpHandlerOptions,

492 +

cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void

493 +

): void;

494 + 443 495

/**

444 496

* @see {@link DescribeRuleGroupsNamespaceCommand}

445 497

*/

@@ -601,6 +653,23 @@ export interface Amp {

601 653

cb: (err: any, data?: PutAlertManagerDefinitionCommandOutput) => void

602 654

): void;

603 655 656 +

/**

657 +

* @see {@link PutResourcePolicyCommand}

658 +

*/

659 +

putResourcePolicy(

660 +

args: PutResourcePolicyCommandInput,

661 +

options?: __HttpHandlerOptions

662 +

): Promise<PutResourcePolicyCommandOutput>;

663 +

putResourcePolicy(

664 +

args: PutResourcePolicyCommandInput,

665 +

cb: (err: any, data?: PutResourcePolicyCommandOutput) => void

666 +

): void;

667 +

putResourcePolicy(

668 +

args: PutResourcePolicyCommandInput,

669 +

options: __HttpHandlerOptions,

670 +

cb: (err: any, data?: PutResourcePolicyCommandOutput) => void

671 +

): void;

672 + 604 673

/**

605 674

* @see {@link PutRuleGroupsNamespaceCommand}

606 675

*/


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4