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/8396253ee68e0226d4660dcad10509cc3f82314c below:

Added support for Organizational Unit-level… · aws/aws-sdk-js-v3@8396253 · GitHub

File tree Expand file treeCollapse file tree 29 files changed

+377

-145

lines changed

Filter options

Expand file treeCollapse file tree 29 files changed

+377

-145

lines changed Original file line number Diff line number Diff line change

@@ -6,7 +6,7 @@

6 6 7 7

AWS SDK for JavaScript SecurityIR Client for Node.js, Browser and React Native.

8 8 9 -

<p>This guide provides documents the action and response elements for customer use of the service.</p>

9 +

<p>This guide documents the action and response elements for use of the service.</p>

10 10 11 11

## Installing

12 12 Original file line number Diff line number Diff line change

@@ -431,7 +431,7 @@ export interface SecurityIR {

431 431

}

432 432 433 433

/**

434 -

* <p>This guide provides documents the action and response elements for customer use of the service.</p>

434 +

* <p>This guide documents the action and response elements for use of the service.</p>

435 435

* @public

436 436

*/

437 437

export class SecurityIR extends SecurityIRClient implements SecurityIR {}

Original file line number Diff line number Diff line change

@@ -343,7 +343,7 @@ export type SecurityIRClientResolvedConfigType = __SmithyResolvedConfiguration<_

343 343

export interface SecurityIRClientResolvedConfig extends SecurityIRClientResolvedConfigType {}

344 344 345 345

/**

346 -

* <p>This guide provides documents the action and response elements for customer use of the service.</p>

346 +

* <p>This guide documents the action and response elements for use of the service.</p>

347 347

* @public

348 348

*/

349 349

export class SecurityIRClient extends __Client<

Original file line number Diff line number Diff line change

@@ -33,7 +33,7 @@ export interface BatchGetMemberAccountDetailsCommandOutput

33 33

__MetadataBearer {}

34 34 35 35

/**

36 -

* <p>Grants permission to view an existing membership.</p>

36 +

* <p>Provides information on whether the supplied account IDs are associated with a membership.</p> <note> <p> AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be <code>123123123</code> which is nine digits, and with zero-prepend would be <code>000123123123</code>. Not zero-prepending to 12 digits could result in errors. </p> </note>

37 37

* @example

38 38

* Use a bare-bones client and the command you need to make an API call.

39 39

* ```javascript

@@ -52,8 +52,8 @@ export interface BatchGetMemberAccountDetailsCommandOutput

52 52

* // items: [ // GetMembershipAccountDetailItems

53 53

* // { // GetMembershipAccountDetailItem

54 54

* // accountId: "STRING_VALUE",

55 -

* // relationshipStatus: "Associated" || "Disassociated",

56 -

* // relationshipType: "Organization",

55 +

* // relationshipStatus: "Associated" || "Disassociated" || "Unassociated",

56 +

* // relationshipType: "Organization" || "Unrelated",

57 57

* // },

58 58

* // ],

59 59

* // errors: [ // GetMembershipAccountDetailErrors

Original file line number Diff line number Diff line change

@@ -28,7 +28,7 @@ export interface CancelMembershipCommandInput extends CancelMembershipRequest {}

28 28

export interface CancelMembershipCommandOutput extends CancelMembershipResponse, __MetadataBearer {}

29 29 30 30

/**

31 -

* <p>Grants permissions to cancel an existing membership.</p>

31 +

* <p>Cancels an existing membership.</p>

32 32

* @example

33 33

* Use a bare-bones client and the command you need to make an API call.

34 34

* ```javascript

Original file line number Diff line number Diff line change

@@ -28,7 +28,7 @@ export interface CloseCaseCommandInput extends CloseCaseRequest {}

28 28

export interface CloseCaseCommandOutput extends CloseCaseResponse, __MetadataBearer {}

29 29 30 30

/**

31 -

* <p>Grants permission to close an existing case.</p>

31 +

* <p>Closes an existing case.</p>

32 32

* @example

33 33

* Use a bare-bones client and the command you need to make an API call.

34 34

* ```javascript

Original file line number Diff line number Diff line change

@@ -28,7 +28,7 @@ export interface CreateCaseCommandInput extends CreateCaseRequest {}

28 28

export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataBearer {}

29 29 30 30

/**

31 -

* <p>Grants permission to create a new case.</p>

31 +

* <p>Creates a new case.</p>

32 32

* @example

33 33

* Use a bare-bones client and the command you need to make an API call.

34 34

* ```javascript

@@ -63,7 +63,7 @@ export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataB

63 63

* ],

64 64

* impactedAwsRegions: [ // ImpactedAwsRegionList

65 65

* { // ImpactedAwsRegion

66 -

* region: "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required

66 +

* region: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2", // required

67 67

* },

68 68

* ],

69 69

* tags: { // TagMap

Original file line number Diff line number Diff line change

@@ -32,7 +32,7 @@ export interface CreateCaseCommentCommandInput extends CreateCaseCommentRequest

32 32

export interface CreateCaseCommentCommandOutput extends CreateCaseCommentResponse, __MetadataBearer {}

33 33 34 34

/**

35 -

* <p>Grants permission to add a comment to an existing case.</p>

35 +

* <p>Adds a comment to an existing case.</p>

36 36

* @example

37 37

* Use a bare-bones client and the command you need to make an API call.

38 38

* ```javascript

Original file line number Diff line number Diff line change

@@ -32,7 +32,7 @@ export interface CreateMembershipCommandInput extends CreateMembershipRequest {}

32 32

export interface CreateMembershipCommandOutput extends CreateMembershipResponse, __MetadataBearer {}

33 33 34 34

/**

35 -

* <p>Grants permissions to create a new membership.</p>

35 +

* <p>Creates a new membership.</p>

36 36

* @example

37 37

* Use a bare-bones client and the command you need to make an API call.

38 38

* ```javascript

@@ -58,6 +58,7 @@ export interface CreateMembershipCommandOutput extends CreateMembershipResponse,

58 58

* tags: { // TagMap

59 59

* "<keys>": "STRING_VALUE",

60 60

* },

61 +

* coverEntireOrganization: true || false,

61 62

* };

62 63

* const command = new CreateMembershipCommand(input);

63 64

* const response = await client.send(command);

Original file line number Diff line number Diff line change

@@ -37,7 +37,7 @@ export interface GetCaseAttachmentDownloadUrlCommandOutput

37 37

__MetadataBearer {}

38 38 39 39

/**

40 -

* <p>Grants permission to obtain an Amazon S3 presigned URL to download an attachment.</p>

40 +

* <p>Returns a Pre-Signed URL for uploading attachments into a case.</p>

41 41

* @example

42 42

* Use a bare-bones client and the command you need to make an API call.

43 43

* ```javascript

You can’t perform that action at this time.


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