@aws-sdk/client-devops-agent 3.1121.0 → 3.1122.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/index.js CHANGED
@@ -68,7 +68,7 @@ const commonParams = {
68
68
  Region: { type: "builtInParams", name: "region" },
69
69
  };
70
70
 
71
- var version = "3.1120.0";
71
+ var version = "3.1121.0";
72
72
  var packageInfo = {
73
73
  version: version};
74
74
 
@@ -527,6 +527,7 @@ const _RSO = "RegisterServiceOutput";
527
527
  const _RSSD = "RegisteredSlackServiceDetails";
528
528
  const _RSe = "RegisterService";
529
529
  const _SAC = "SourceAwsConfiguration";
530
+ const _SBC = "SlackBidirectionalConfiguration";
530
531
  const _SC = "ScheduleCondition";
531
532
  const _SCe = "ServiceConfiguration";
532
533
  const _SCl = "SlackChannel";
@@ -669,6 +670,7 @@ const _azur = "azure";
669
670
  const _b = "body";
670
671
  const _bT = "buttonText";
671
672
  const _bTe = "bearerToken";
673
+ const _bi = "bidirectional";
672
674
  const _by = "bytes";
673
675
  const _c = "client";
674
676
  const _cA = "createdAt";
@@ -2034,6 +2036,11 @@ var ServiceNowServiceDetails$ = [3, n0, _SNSD,
2034
2036
  [_iUn, _aC],
2035
2037
  [0, [() => ServiceNowServiceAuthorizationConfig$, 0]], 1
2036
2038
  ];
2039
+ var SlackBidirectionalConfiguration$ = [3, n0, _SBC,
2040
+ 0,
2041
+ [_rAo, _en],
2042
+ [0, 2], 1
2043
+ ];
2037
2044
  var SlackChannel$ = [3, n0, _SCl,
2038
2045
  0,
2039
2046
  [_cIh, _cNh],
@@ -2041,8 +2048,8 @@ var SlackChannel$ = [3, n0, _SCl,
2041
2048
  ];
2042
2049
  var SlackConfiguration$ = [3, n0, _SCla,
2043
2050
  0,
2044
- [_wIo, _wN, _tTr],
2045
- [0, 0, () => SlackTransmissionTarget$], 3
2051
+ [_wIo, _wN, _tTr, _bi],
2052
+ [0, 0, () => SlackTransmissionTarget$, () => SlackBidirectionalConfiguration$], 3
2046
2053
  ];
2047
2054
  var SlackTransmissionTarget$ = [3, n0, _STT,
2048
2055
  0,
@@ -3632,6 +3639,7 @@ exports.ServiceNowServiceAuthorizationConfig$ = ServiceNowServiceAuthorizationCo
3632
3639
  exports.ServiceNowServiceDetails$ = ServiceNowServiceDetails$;
3633
3640
  exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
3634
3641
  exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
3642
+ exports.SlackBidirectionalConfiguration$ = SlackBidirectionalConfiguration$;
3635
3643
  exports.SlackChannel$ = SlackChannel$;
3636
3644
  exports.SlackConfiguration$ = SlackConfiguration$;
3637
3645
  exports.SlackTransmissionTarget$ = SlackTransmissionTarget$;
@@ -278,6 +278,7 @@ const _RSO = "RegisterServiceOutput";
278
278
  const _RSSD = "RegisteredSlackServiceDetails";
279
279
  const _RSe = "RegisterService";
280
280
  const _SAC = "SourceAwsConfiguration";
281
+ const _SBC = "SlackBidirectionalConfiguration";
281
282
  const _SC = "ScheduleCondition";
282
283
  const _SCe = "ServiceConfiguration";
283
284
  const _SCl = "SlackChannel";
@@ -420,6 +421,7 @@ const _azur = "azure";
420
421
  const _b = "body";
421
422
  const _bT = "buttonText";
422
423
  const _bTe = "bearerToken";
424
+ const _bi = "bidirectional";
423
425
  const _by = "bytes";
424
426
  const _c = "client";
425
427
  const _cA = "createdAt";
@@ -1788,6 +1790,11 @@ export var ServiceNowServiceDetails$ = [3, n0, _SNSD,
1788
1790
  [_iUn, _aC],
1789
1791
  [0, [() => ServiceNowServiceAuthorizationConfig$, 0]], 1
1790
1792
  ];
1793
+ export var SlackBidirectionalConfiguration$ = [3, n0, _SBC,
1794
+ 0,
1795
+ [_rAo, _en],
1796
+ [0, 2], 1
1797
+ ];
1791
1798
  export var SlackChannel$ = [3, n0, _SCl,
1792
1799
  0,
1793
1800
  [_cIh, _cNh],
@@ -1795,8 +1802,8 @@ export var SlackChannel$ = [3, n0, _SCl,
1795
1802
  ];
1796
1803
  export var SlackConfiguration$ = [3, n0, _SCla,
1797
1804
  0,
1798
- [_wIo, _wN, _tTr],
1799
- [0, 0, () => SlackTransmissionTarget$], 3
1805
+ [_wIo, _wN, _tTr, _bi],
1806
+ [0, 0, () => SlackTransmissionTarget$, () => SlackBidirectionalConfiguration$], 3
1800
1807
  ];
1801
1808
  export var SlackTransmissionTarget$ = [3, n0, _STT,
1802
1809
  0,
@@ -73,6 +73,10 @@ declare const AssociateServiceCommand_base: {
73
73
  * channelId: "STRING_VALUE", // required
74
74
  * },
75
75
  * },
76
+ * bidirectional: { // SlackBidirectionalConfiguration
77
+ * roleArn: "STRING_VALUE", // required
78
+ * enabled: true || false,
79
+ * },
76
80
  * },
77
81
  * dynatrace: { // DynatraceConfiguration
78
82
  * envId: "STRING_VALUE", // required
@@ -223,6 +227,10 @@ declare const AssociateServiceCommand_base: {
223
227
  * // channelId: "STRING_VALUE", // required
224
228
  * // },
225
229
  * // },
230
+ * // bidirectional: { // SlackBidirectionalConfiguration
231
+ * // roleArn: "STRING_VALUE", // required
232
+ * // enabled: true || false,
233
+ * // },
226
234
  * // },
227
235
  * // dynatrace: { // DynatraceConfiguration
228
236
  * // envId: "STRING_VALUE", // required
@@ -84,6 +84,10 @@ declare const GetAssociationCommand_base: {
84
84
  * // channelId: "STRING_VALUE", // required
85
85
  * // },
86
86
  * // },
87
+ * // bidirectional: { // SlackBidirectionalConfiguration
88
+ * // roleArn: "STRING_VALUE", // required
89
+ * // enabled: true || false,
90
+ * // },
87
91
  * // },
88
92
  * // dynatrace: { // DynatraceConfiguration
89
93
  * // envId: "STRING_VALUE", // required
@@ -88,6 +88,10 @@ declare const ListAssociationsCommand_base: {
88
88
  * // channelId: "STRING_VALUE", // required
89
89
  * // },
90
90
  * // },
91
+ * // bidirectional: { // SlackBidirectionalConfiguration
92
+ * // roleArn: "STRING_VALUE", // required
93
+ * // enabled: true || false,
94
+ * // },
91
95
  * // },
92
96
  * // dynatrace: { // DynatraceConfiguration
93
97
  * // envId: "STRING_VALUE", // required
@@ -73,6 +73,10 @@ declare const UpdateAssociationCommand_base: {
73
73
  * channelId: "STRING_VALUE", // required
74
74
  * },
75
75
  * },
76
+ * bidirectional: { // SlackBidirectionalConfiguration
77
+ * roleArn: "STRING_VALUE", // required
78
+ * enabled: true || false,
79
+ * },
76
80
  * },
77
81
  * dynatrace: { // DynatraceConfiguration
78
82
  * envId: "STRING_VALUE", // required
@@ -223,6 +227,10 @@ declare const UpdateAssociationCommand_base: {
223
227
  * // channelId: "STRING_VALUE", // required
224
228
  * // },
225
229
  * // },
230
+ * // bidirectional: { // SlackBidirectionalConfiguration
231
+ * // roleArn: "STRING_VALUE", // required
232
+ * // enabled: true || false,
233
+ * // },
226
234
  * // },
227
235
  * // dynatrace: { // DynatraceConfiguration
228
236
  * // envId: "STRING_VALUE", // required
@@ -1118,6 +1118,22 @@ export interface ServiceNowConfiguration {
1118
1118
  */
1119
1119
  authScopes?: string[] | undefined;
1120
1120
  }
1121
+ /**
1122
+ * <p>Configuration for bidirectional Slack communication.</p>
1123
+ * @public
1124
+ */
1125
+ export interface SlackBidirectionalConfiguration {
1126
+ /**
1127
+ * <p>IAM role ARN that AWS DevOps Agent assumes to exchange messages with your Slack workspace on behalf of this association.</p>
1128
+ * @public
1129
+ */
1130
+ roleArn: string | undefined;
1131
+ /**
1132
+ * <p>Whether bidirectional communication is enabled for this association. When you set this value to true, you can mention the agent in a configured Slack channel and it responds in that channel. When you omit this value or set it to false, the agent ignores mentions and only sends notifications.</p>
1133
+ * @public
1134
+ */
1135
+ enabled?: boolean | undefined;
1136
+ }
1121
1137
  /**
1122
1138
  * <p>Represents a Slack channel with its ID and optional name.</p>
1123
1139
  * @public
@@ -1170,6 +1186,11 @@ export interface SlackConfiguration {
1170
1186
  * @public
1171
1187
  */
1172
1188
  transmissionTarget: SlackTransmissionTarget | undefined;
1189
+ /**
1190
+ * <p>Optional bidirectional communication configuration. Supply this configuration and set enabled to true so you can interact with the agent directly from Slack.</p>
1191
+ * @public
1192
+ */
1193
+ bidirectional?: SlackBidirectionalConfiguration | undefined;
1173
1194
  }
1174
1195
  /**
1175
1196
  * <p>Configuration for AWS source account integration. Setting the role ARNs on this configuration requires the caller to have at least the iam:PassRole permission (see assumableRoleArn).</p>
@@ -220,6 +220,7 @@ export declare var ServiceManagedInput$: StaticStructureSchema;
220
220
  export declare var ServiceNowConfiguration$: StaticStructureSchema;
221
221
  export declare var ServiceNowOAuthClientCredentialsConfig$: StaticStructureSchema;
222
222
  export declare var ServiceNowServiceDetails$: StaticStructureSchema;
223
+ export declare var SlackBidirectionalConfiguration$: StaticStructureSchema;
223
224
  export declare var SlackChannel$: StaticStructureSchema;
224
225
  export declare var SlackConfiguration$: StaticStructureSchema;
225
226
  export declare var SlackTransmissionTarget$: StaticStructureSchema;
@@ -543,6 +543,10 @@ export interface ServiceNowConfiguration {
543
543
  instanceId?: string | undefined;
544
544
  authScopes?: string[] | undefined;
545
545
  }
546
+ export interface SlackBidirectionalConfiguration {
547
+ roleArn: string | undefined;
548
+ enabled?: boolean | undefined;
549
+ }
546
550
  export interface SlackChannel {
547
551
  channelName?: string | undefined;
548
552
  channelId: string | undefined;
@@ -555,6 +559,7 @@ export interface SlackConfiguration {
555
559
  workspaceId: string | undefined;
556
560
  workspaceName: string | undefined;
557
561
  transmissionTarget: SlackTransmissionTarget | undefined;
562
+ bidirectional?: SlackBidirectionalConfiguration | undefined;
558
563
  }
559
564
  export interface SourceAwsConfiguration {
560
565
  accountId: string | undefined;
@@ -220,6 +220,7 @@ export declare var ServiceManagedInput$: StaticStructureSchema;
220
220
  export declare var ServiceNowConfiguration$: StaticStructureSchema;
221
221
  export declare var ServiceNowOAuthClientCredentialsConfig$: StaticStructureSchema;
222
222
  export declare var ServiceNowServiceDetails$: StaticStructureSchema;
223
+ export declare var SlackBidirectionalConfiguration$: StaticStructureSchema;
223
224
  export declare var SlackChannel$: StaticStructureSchema;
224
225
  export declare var SlackConfiguration$: StaticStructureSchema;
225
226
  export declare var SlackTransmissionTarget$: StaticStructureSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-devops-agent",
3
- "version": "3.1121.0",
3
+ "version": "3.1122.0",
4
4
  "description": "AWS SDK for JavaScript Devops Agent Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-devops-agent",
6
6
  "license": "Apache-2.0",